@charset "UTF-8";
img {
  width: 100%;
  height: auto;
}

[data-only-show=pc] {
  display: block;
}
@media screen and (max-width: 959px) {
  [data-only-show=pc] {
    display: none !important;
  }
}

[data-only-show=sp] {
  display: none;
}
@media screen and (max-width: 959px) {
  [data-only-show=sp] {
    display: block !important;
  }
}

.page section {
  padding: 0;
  margin: 0;
}

.inc_request {
  display: none;
}

#titleAreaLogo img {
  height: 58px;
}
@media screen and (max-width: 959px) {
  #titleAreaLogo img {
    height: 30px;
  }
}

.page_title_type1 {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 0.625rem 0;
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 4.1875rem;
}
.page_title_type1::before {
  content: " ";
  width: 0.625rem;
  height: 1px;
  background: #0f788c;
  display: block;
}
@media screen and (max-width: 959px) {
  .page_title_type1 {
    font-size: 1.25rem;
    gap: 0.3125rem;
    margin-bottom: 1.25rem;
    flex-wrap: wrap;
  }
}

.craftcourt_container {
  padding: 0 4.5rem;
}
.craftcourt_container * {
  box-sizing: border-box;
}
.craftcourt_mv {
  margin: 0 auto 4.5rem !important;
}
.craftcourt_lead {
  display: grid;
  grid-template-columns: 1fr 38.125rem;
  grid-template-rows: auto 1fr;
  align-items: start;
  gap: 1.6875rem 3.0625rem;
  margin-bottom: 6.125rem !important;
}
.craftcourt_lead::after {
  display: none;
}
.craftcourt_lead h2 {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2;
  font-family: "Noto Serif JP", serif;
}
.craftcourt_lead p {
  line-height: 1.7;
  letter-spacing: 0.1em;
  font-size: 0.9375rem;
}
.craftcourt_lead_image {
  grid-row: span 2;
}
.craftcourt_question {
  background: #272727;
  padding: 1.875rem !important;
  margin-bottom: 6.875rem !important;
}
.craftcourt_question h2 {
  text-align: center;
  color: #ffffff;
  font-size: 1.875rem;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 2.125rem;
}
.craftcourt_question h2 span {
  color: #c4a882;
}
.craftcourt_question_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6875rem;
  color: #ffffff;
}
.craftcourt_question_title {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.1875rem;
}
.craftcourt_question_title div {
  width: 4.375rem;
  min-width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
  border: solid 1px #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 0.8125rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1;
}
.craftcourt_question_title div span {
  line-height: 1;
  margin-top: -0.25em;
  font-weight: 400;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.5rem;
  font-style: italic;
}
.craftcourt_question_title h3 {
  font-size: 1.5625rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
}
.craftcourt_question_text {
  font-size: 0.9375rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.craftcourt_answer {
  margin-bottom: 6.875rem !important;
}
.craftcourt_answer h2 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 3.125rem;
}
.craftcourt_answer_image {
  width: 52.8125rem;
  margin: 0 auto 2.125rem;
}
.craftcourt_answer_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.75rem;
}
.craftcourt_answer_title {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.1875rem;
}
.craftcourt_answer_title div {
  width: 4.375rem;
  min-width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
  border: solid 1px #c4a882;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 0.8125rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1;
}
.craftcourt_answer_title div span {
  line-height: 1;
  margin-top: -0.25em;
  font-weight: 400;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.5rem;
  font-style: italic;
}
.craftcourt_answer_title h3 {
  font-size: 1.5625rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
}
.craftcourt_answer_text {
  font-size: 0.9375rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.craftcourt_target_container {
  display: grid;
  grid-template-columns: 1fr 33.125rem;
  grid-template-rows: auto 1fr;
  gap: 1.6875rem 3.625rem;
  position: relative;
  padding: 2.8125rem 2.375rem 0;
}
.craftcourt_target_container::before {
  content: " ";
  width: 100%;
  height: calc(100% - 2.8125rem);
  background: #f7f6f1;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.craftcourt_target_container h2 {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
}
.craftcourt_target_container p,
.craftcourt_target_container li {
  font-size: 0.9375rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
.craftcourt_target_container ul li {
  display: flex;
}
.craftcourt_target_container ul li::before {
  content: "・";
}
.craftcourt_target_image {
  grid-row: 2 span;
}
.craftcourt_target_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.375rem;
  margin-top: 4.5rem;
}
.craftcourt_target_item {
  border: solid 1px #c4a882;
  padding: 1.25rem 2.5rem;
}
.craftcourt_target_item h3 {
  text-align: center;
  font-size: 1.5625rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #c4a882;
  font-family: "Noto Serif JP", serif;
}
.craftcourt_target_item p {
  text-align: center;
  font-size: 0.9375rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 959px) {
  .craftcourt_container {
    padding: 0;
  }
  .craftcourt_lead {
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto;
    gap: 0;
    padding: 0 1.25rem !important;
    margin-bottom: 3rem !important;
  }
  .craftcourt_lead h2 {
    font-size: 1.375rem;
    margin-bottom: 0.625rem;
    order: 1;
  }
  .craftcourt_lead p {
    order: 2;
    font-size: 0.8125rem;
    margin-bottom: 1.375rem;
  }
  .craftcourt_lead_image {
    order: 3;
    grid-row: span 1;
  }
  .craftcourt_question {
    padding: 1.5625rem 1.25rem !important;
    margin-bottom: 3.625rem !important;
  }
  .craftcourt_question h2 {
    font-size: 1.5rem;
    line-height: 1.8;
    margin-bottom: 1.9375rem;
  }
  .craftcourt_question_list {
    grid-template-columns: 100%;
    gap: 1.875rem;
  }
  .craftcourt_question_title {
    justify-content: center;
    margin-bottom: 0.625rem;
  }
  .craftcourt_question_title div {
    font-size: 0.625rem;
  }
  .craftcourt_question_title h3 {
    font-size: 1.125rem;
  }
  .craftcourt_question_text {
    font-size: 0.8125rem;
  }
  .craftcourt_answer {
    padding: 0 1.25rem !important;
    margin-bottom: 4.8125rem !important;
  }
  .craftcourt_answer h2 {
    font-size: 0.875rem;
    line-height: 1.8;
    margin-bottom: 1.3125rem;
  }
  .craftcourt_answer_image {
    width: 100%;
    margin: 0 auto 3.0625rem;
  }
  .craftcourt_answer_list {
    grid-template-columns: 100%;
    gap: 1.875rem;
  }
  .craftcourt_answer_title {
    justify-content: center;
    margin-bottom: 0.625rem;
  }
  .craftcourt_answer_title div {
    font-size: 0.625rem;
  }
  .craftcourt_answer_title h3 {
    font-size: 1.125rem;
  }
  .craftcourt_answer_text {
    font-size: 0.8125rem;
  }
  .craftcourt_target_container {
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto;
    gap: 0;
    padding: 1.25rem 1.25rem 0;
  }
  .craftcourt_target_container h2 {
    font-size: 1.5rem;
    line-height: 1.7;
    order: 1;
    margin-bottom: 1.25rem;
  }
  .craftcourt_target_container p,
  .craftcourt_target_container li {
    font-size: 0.8125rem;
  }
  .craftcourt_target_body {
    order: 2;
  }
  .craftcourt_target_image {
    order: 3;
    grid-row: 1 span;
    width: calc(100% + 2.5rem);
    margin-top: 1.875rem;
    margin-left: -1.25rem;
  }
  .craftcourt_target_list {
    padding: 0 1.25rem !important;
    grid-template-columns: 100%;
    gap: 1.25rem;
    margin-top: 3.0625rem;
  }
  .craftcourt_target_item {
    padding: 1.25rem;
  }
  .craftcourt_target_item h3 {
    font-size: 1.375rem;
    margin-bottom: 0.625rem;
  }
  .craftcourt_target_item p {
    font-size: 0.8125rem;
  }
}
.craftcourt_other {
  margin-top: 90px;
  padding: 45px 0 75px;
  background: #f3f3f3;
}
.craftcourt_other .title {
  padding: 10px 0;
  font-size: 28px;
  border-bottom: solid 2px #348d92;
  margin-bottom: 30px;
  font-weight: 700;
}
.craftcourt_other .list {
  position: relative;
}
.craftcourt_other .item {
  width: 250px;
}
.craftcourt_other .item a {
  display: block;
  text-decoration: none;
  color: #000000;
  transition: 0.5s all;
}
.craftcourt_other .item a:hover {
  opacity: 0.5;
}
.craftcourt_other .item_photo {
  width: 100%;
  border: solid 1px #d6d6d6;
  position: relative;
  background: #ffffff;
}
.craftcourt_other .item_photo::before {
  content: " ";
  padding-top: 100%;
  display: block;
}
.craftcourt_other .item_photo img {
  width: 90%;
  height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.craftcourt_other .item_photo ul {
  position: absolute;
  left: 10px;
  top: 10px;
  display: flex;
  align-items: center;
  z-index: 1;
  gap: 5px;
}
.craftcourt_other .item_photo ul li {
  font-size: 12px;
  padding: 2px 10px;
  border-radius: 30px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.3;
}
.craftcourt_other .item_photo ul .new {
  border: solid 1px #f39800;
  background: #f39800;
  color: #ffffff;
}
.craftcourt_other .item_photo ul .category {
  border: solid 1px #348d92;
  color: #348d92;
}
.craftcourt_other .item_body dl {
  display: grid;
  grid-template-columns: auto 1fr;
}
.craftcourt_other .item_body dl dt,
.craftcourt_other .item_body dl dd {
  padding: 5px;
  border-bottom: solid 1px #dddddd;
  align-content: center;
  font-size: 12px;
  font-weight: 600;
}
.craftcourt_other .item_body dl dt {
  padding-right: 13px;
}
.craftcourt_other .item_body dl dt span {
  font-size: 10px;
  background: #348d92;
  padding: 2px 10px;
  border-radius: 30px;
  color: #ffffff;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.3;
}
.craftcourt_other .item_body dl dd.price {
  color: #f39800;
}
.craftcourt_other .item_body dl dd.price span {
  font-size: 12px;
}
.craftcourt_other .swiper-button-next,
.craftcourt_other .swiper-button-prev {
  width: 60px;
  height: 60px;
  background: url(../../common/images/tateuri/btn.svg) no-repeat center;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
}
.craftcourt_other .swiper-button-next::after,
.craftcourt_other .swiper-button-prev::after {
  display: none;
}
.craftcourt_other .swiper-button-next,
.craftcourt_other .swiper-button-prev {
  display: none;
}
.craftcourt_other .swiper-button-next[role=button],
.craftcourt_other .swiper-button-prev[role=button] {
  display: block;
}
@media screen and (max-width: 959px) {
  .craftcourt_other .swiper-button-next,
  .craftcourt_other .swiper-button-prev {
    width: 34px;
    height: 34px;
  }
}
.craftcourt_other .swiper-button-next {
  right: -30px;
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 959px) {
  .craftcourt_other .swiper-button-next {
    right: -10px;
  }
}
.craftcourt_other .swiper-button-prev {
  left: -30px;
}
@media screen and (max-width: 959px) {
  .craftcourt_other .swiper-button-prev {
    left: -10px;
  }
}
@media screen and (max-width: 959px) {
  .craftcourt_other {
    margin-top: 50px;
    padding: 40px 0;
  }
  .craftcourt_other .item {
    width: 158px;
  }
  .craftcourt_other .item_photo ul {
    left: 5px;
    top: 5px;
  }
  .craftcourt_other .item_photo ul li {
    font-size: 9px;
    padding: 2px 7px;
  }
  .craftcourt_other .item_body dl dt,
  .craftcourt_other .item_body dl dd {
    padding: 3px 0;
    font-size: 10px;
  }
  .craftcourt_other .item_body dl dt {
    padding-right: 5px;
  }
  .craftcourt_other .item_body dl dt span {
    font-size: 8px;
    padding: 2px 8px;
  }
  .craftcourt_other .item_body dl dd.price {
    color: #f39800;
    font-size: 12px;
  }
  .craftcourt_other .item_body dl dd.price span {
    font-size: 9px;
  }
}