@charset "UTF-8";
/****************************************************************************
        TOP
****************************************************************************/
/**      メインビジュアル      **/
section.main-visual {
  margin-top: 64px;
  width: 100%;
  position: relative;
}

.mv-en_jewel {
  position: absolute;
  top: 46%;
  left: 2%;
  font-size: 11.5vw;
  transform: rotate(-15deg);
  color: #E7E7E6;
}

.mv-container {
  justify-content: center;
  gap: 80px;
  padding: 0 2%;
}

.mv-left_wrap {
  width: 56%;
}

.mv-copy {
  font-size: 36px;
  font-weight: 600;
  padding-left: 3%;
}

p.mv-copy_sub {
  font-size: 28px;
  margin-top: 36px;
  padding-left: 3%;
  font-weight: 500;
}

.mv-point_wrap {
  max-width: 640px;
  margin-top: 32px;
}
.mv-point_wrap img {
  width: 100%;
}

.mv-image {
  margin-top: 60px;
}

.mv-sample_image {
  width: 100%;
}
.mv-sample_image img {
  width: 100%;
}

.mv-right_wrap {
  width: 50%;
}
.mv-right_wrap img {
  width: 100%;
}

.mv-line_btn {
  /* max-width: 480px; */
  width: 100%;
  padding: 5px 20px;
  margin-top: 60px;
  display: flex;
  justify-content: center;
}

img.mv-link_arrow {
  transition: 0.4s;
  width: 32px;
  height: 5px;
}

img.line-icon {
  width: 40px;
  height: 40px;
}

p.mv-line_text {
  font-size: 20px;
  font-weight: bold;
}

a.mv-line_link {
  align-items: center;
  gap: 24px;
}

ul.point-list_area {
  gap: 24px;
  display: flex;
  justify-content: center;
  margin-top: 30px;
  flex-wrap: wrap;
}

li.point-list_icon {
  max-width: 200px;
}
li.point-list_icon img {
  width: 100%;
}

section.sec01 {
  position: relative;
  padding: 60px 0;
  margin-top: 70px;
}
section.sec01::before {
  content: "";
  display: block;
  background-image: url(../images/sec01_bg.jpg);
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  z-index: -5;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

ul.features-list_area {
  margin-top: 40px;
  justify-content: center;
  gap: 24px;
  row-gap: 16px;
}

li.features-list {
  width: 320px;
  background-color: #fff;
  padding: 24px 16px;
}

.features-list_icon img{
  margin-bottom: 15px;
}

span.features-text {
  font-size: 22px;
  color: #D0AC82;
  margin-top: 15px;
  margin-bottom: 10px;
}

h3.features-list_title {
  font-size: 18px;
  margin-top: 10px;
  font-weight: bold;
}

.before-after_image {
  margin: 40px auto 0;
  max-width: 960px;
}
.before-after_image img {
  width: 100%;
}

section.sec02{
  margin-top: 60px;
}
section.sec02_02 {
  position: relative;
  margin-top: 60px;
}

section.sec02_02::before {
    content: "";
    display: block;
    background-image: url(../images/sec01_bg.jpg);
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    z-index: -5;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.problem_area{
  margin: 40px 0;
}

.problem_area img{
  width: 100%;
}

ul.problem-list_area {
  justify-content: center;
  gap: 36px;
  margin-top: 60px;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

li.problem-list {
  width: 30%;
}

.problem-list_img {
  width: 100%;
}
.problem-list_img img {
  width: 100%;
}

.problem-text_wrap {
  margin: 10px 0;
}

span.problem-text {
  font-size: 16px;
  font-weight: 600;
}

h3.problem-list_title {
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px;
}

p.sec02-message_text {
  font-size: 20px;
  font-weight: bold;
  margin-top: 50px;
}

.sec02-message_title {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding: 12px;
  margin-top: 40px;
  border-radius: 65px;
  background-color: #D9A265;
}
.sec02-message_title::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-top: 20px solid #D9A265;
  border-bottom: 0;
  position: absolute;
  bottom: -19px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

ul.problem-message_area {
  justify-content: center;
  gap: 24px;
  row-gap: 24px;
  flex-wrap: wrap;
  margin: 60px 0;
}

li.problem-message_list {
  max-width: 500px;
  align-items: center;
  gap: 24px;
}

.problem-message_img {
  width: 240px;
}
.problem-message_img img {
  width: 100%;
}

h3.problem-message_title {
  font-size: 20px;
  font-weight: bold;
  flex: 1;
}

section.sec03 {
  margin: 60px 0;
}

.review-list_wrap {
  margin-top: 60px;
  align-items: center;
  gap: 60px;
  justify-content: center;
}

.review-list_img {
  max-width: 360px;
}
.review-list_img img {
  width: 100%;
}

.review-list_text {
  flex: 1;
  max-width: 560px;
  position: relative;
}

span.review-number {
  font-size: 46px;
  color: #E7E7E6;
  transform: rotate(-15deg);
  position: absolute;
  top: -80px;
  left: -5%;
  font-weight: bold;
}

h3.review-top_title {
  font-size: 20px;
  font-weight: 600;
}

p.review-text {
  font-size: 18px;
  margin-top: 30px;
}

section.sec04 {
  position: relative;
  padding: 80px 0;
}
section.sec04::before {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
  background-color: #F7F7F7;
  z-index: -5;
}
section.sec04::after {
  content: "Juwel Miki";
  font-family: "Oooh Baby", cursive;
  display: block;
  font-size: 21vw;
  transform: rotate(-25deg);
  color: #d6d5d5;
  position: absolute;
  top: 30%;
  left: 0%;
  max-width: 100%;
  z-index: -3;
}

ul.features6-list_area {
  margin: 130px auto 0;
  display: flex;
  justify-content: center;
  gap: 32px;
  row-gap: 80px;
  flex-wrap: wrap;
}

li.features6-list {
  max-width: 360px;
  width: 100%;
  padding: 24px 24px;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  border: solid #97946C;
}

.features6-list_icon {
    max-width: 200px;
    margin: 0 auto;
}
.features6-list_icon img {
  width: 100%;
}

h3.features6-list_title {
  font-size: 20px;
  font-weight: bold;
}

p.features6-list_text {
  margin-top: 24px;
  font-size: 18px;
}

section.sec05 {
  margin-top: 60px;
}

ul.slick-slide_area {
  margin-top: 50px;
}

li.slick-item {
  margin: 0 20px;
  max-width: 440px;
}
li.slick-item img {
  width: 100%;
}

.slick-item p{
  margin: 10px 0 0;
  font-size: 18px;
}

.slick-item p span{
  font-size: 20px;
  font-weight: bold;
}

section.sec06 {
  margin-top: 60px;
  padding: 60px 0;
  position: relative;
}
section.sec06::before {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
  background-color: #F9F0EC;
}

ul.price-list_area {
  margin: 130px auto 0;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
  row-gap: 80px;
}

li.price-list {
  width: 100%;
  max-width: 440px;
  padding: 56px 24px;
  position: relative;
  background-color: #fff;
}

.price-list_icon {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 110px;
}
.price-list_icon img {
  width: 100%;
}

h3.price-list_title {
  font-size: 20px;
  font-weight: bold;
}

.price-yen_wrap {
  align-items: flex-end;
  justify-content: center;
  gap: 4px;
  font-size: 30px;
  font-weight: bold;
  margin-top: 30px;
}
.price-yen_wrap span {
  font-size: 46px;
}

.step-list_container {
  margin-top: 90px;
}

h2.step-top_head {
  position: relative;
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
}
h2.step-top_head::before {
  display: none;
}

ul.step-list_area {
  margin-top: 60px;
  justify-content: center;
  gap: 25px;
  row-gap: 25px;
  flex-wrap: wrap;
  align-items: center;
}

li.step-list {
  max-width: 520px;
  width: 100%;
  position: relative;
  background-color: #fff;
  padding: 25px;
  gap: 14px;
  align-items: center;
  border: solid #D0AC82 1px;
}

li.step-list p{
  text-align: center;
  color: #000;
}

li.step-arrow {
  max-width: 60px;
}
li.step-arrow img {
  width: 100%;
}

.step-list_icon {
  max-width: 90px;
}
.step-list_icon img {
  width: 100%;
}

h3.step-list_head {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #D0AC82;
  width: 100%;
  margin-bottom: 15px;
  flex: 1;
}

span.step {
  font-size: 26px;
  position: absolute;
  top: -10px;
  left: -20px;
  z-index: 5;
  color: #EEB081;
  transform: rotate(-15deg);
}

section.sec07 {
  margin-top: 90px;
}

.profile-list_container {
  justify-content: space-between;
}

.profile-img_area {
  width: 46%;
  max-width: 650px;
}
.profile-img_area img {
  width: 100%;
}

.profile-text_area {
  width: 54%;
  max-width: 640px;
}

.profile-top_en {
  font-size: 92px;
  margin: 5% auto 0 -9%;
  color: #E7E7E6;
}

h2.profile-title_head {
  font-size: 26px;
  padding-left: 5%;
  margin-top: 30px;
}

.profile-text_wrap {
  margin: 30px 0 auto -9%;
  background-color: #fff;
  padding: 5%;
  position: relative;
  z-index: 5;
  font-size: 20px;
}

.profile-text_wrap span{
  color: #D0AC82;
  font-weight: bold;
}

section.sec08 {
  margin-top: 70px;
  position: relative;
  padding: 80px 0;
}
section.sec08::before {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
  background-color: #fef8f8;
}

/* 必須 */
.accordion-content {
  display: none;
}

.accordion {
  margin-top: 50px;
}

.accordion-header {
  background-color: #FFF;
  padding: 24px 45px 24px 20px;
  transition: background 0.3s ease;
  cursor: pointer;
  position: relative;
  border-bottom: solid 1px #dbcaca;
}

.accordion-header::before,
.accordion-header::after {
  position: absolute;
  content: "";
  top: 1px;
  right: 12px;
  bottom: 0;
  width: 12px;
  height: 2px;
  margin: auto;
  background: #906B6B;
}

.accordion-header::after {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}

.accordion-header.active::after {
  transform: rotate(0deg);
}

.accordion-content {
  background-color: #FFF;
  padding: 24px 45px 24px 20px;
}

.accordion-wrap {
  margin: 0 auto 24px;
  max-width: 860px;
}

.accordion-header span,
.accordion-content span {
  padding-left: 45px;
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: bold;
}

.accordion-header span::before {
  position: absolute;
  content: "Q";
  font-family: sans-serif;
  top: 2px;
  left: 0;
  color: #151E2F;
  font-size: 16px;
  font-weight: bold;
}

.accordion-content span::before {
  position: absolute;
  content: "A";
  font-family: sans-serif;
  top: 3px;
  left: 0;
  color: #906B6B;
  font-size: 16px;
  font-weight: bold;
}

/* hover */
.accordion-header:hover {
  background-color: #F2F2F2;
}

p.sec08-last_message {
  font-size: 24px;
  font-weight: bold;
}

.contact-list_container {
  justify-content: space-between;
  align-items: center;
}

.contact-text_area {
  padding-left: 5%;
}

.contact-logo {
  max-width: 300px;
  margin: 0 auto;
}
.contact-logo img {
  width: 100%;
}

h2.contact-text {
  font-size: 26px;
  font-weight: bold;
  margin-top: 30px;
}

.contact-btn {
  width: 100%;
  padding: 20px;
  font-size: 20px;
  font-weight: bold;
  margin-top: 40px;
}

.contact-img_area {
  width: 50%;
}
.contact-img_area img {
  width: 100%;
  vertical-align: bottom;
}

/****************************************************************************
        下層ページ
****************************************************************************/
/**      名称      **/
/****************************************************************************
        レスポンシブ
****************************************************************************/
/**      1200px以下      **/
@media screen and (max-width: 1080px) {
  .mv-copy {
    font-size: 26px;
  }
  p.mv-copy_sub {
    font-size: 22px;
  }
}
/**      781px以上      **/
@media screen and (min-width: 781px) {
  .sp_part {
    display: none;
  }
}
/**      780px　以下      **/
@media screen and (max-width: 780px) {
  .pc_part {
    display: none;
  }
  /**      メインビジュアル      **/
  section.main-visual {
    margin-top: 66px;
    width: 100%;
    position: relative;
  }
  .mv-en_jewel {
    position: absolute;
    top: 64%;
    left: 0%;
    font-size: 20.5vw;
  }
  .mv-container {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }
  .mv-left_wrap {
    max-width: 740px;
    width: 100%;
  }
  .mv-left_wrap img {
    width: 100%;
  }
  .mv-point_wrap {
    max-width: 400px;
    margin-top: 32px;
  }
  .mv-point_wrap img {
    width: 90%;
  }
  .mv-copy {
    font-size: 5.2vw;
    padding-left: 0;
  }
  p.mv-copy_sub {
    font-size: 4.6vw;
    margin-top: 24px;
    padding-left: 0%;
  }
  .mv-image {
    width: 100%;
    margin: 60px auto auto 0;
  }
  .mv-sample_image {
    margin-top: 40px;
    width: 100%;
  }
  .mv-sample_image img {
    width: 100%;
  }
  .mv-right_wrap {
    width: 80%;
    margin: auto 0 auto auto;
  }
  .mv-line_btn {
    width: 100%;
    /* width: -moz-max-content; */
    /* width: max-content; */
    padding: 5px 0px;
    margin-top: 30px;
  }
  .mv-line_btn:hover img.mv-link_arrow {
    transform: translateX(7px);
  }
  img.mv-link_arrow {
    transition: 0.4s;
  }
  p.mv-line_text {
    font-size: 20px;
    font-weight: bold;
  }
  a.mv-line_link {
    align-items: center;
    gap: 24px;
  }
  a.mv-line_link img{
    width: 100%;
  }
  ul.point-list_area {
    gap: 12px;
    row-gap: 0;
    justify-content: center;
    margin-top: 30px;
  }
  li.point-list_icon {
    max-width: 160px;
  }
  li.point-list_icon img {
    width: 100%;
  }
  section.sec01 {
    padding: 40px 0;
    margin-top: 50px;
  }
  ul.features-list_area {
    margin-top: 40px;
    gap: 24px;
    row-gap: 16px;
    flex-wrap: wrap;
  }
  li.features-list {
    max-width: 320px;
    padding: 16px;
  }
  span.features-text {
    font-size: 22px;
  }
  h3.features-list_title {
    font-size: 18px;
  }
  .before-after_image {
    max-width: 400px;
  }
  section.sec02{
    margin-top: 60px;
  }
  section.sec02_02 {
    margin-top: 0px;
  }
  ul.problem-list_area {
    justify-content: center;
    gap: 36px;
    margin-top: 60px;
    flex-wrap: wrap;
  }
  li.problem-list {
    width: 100%;
    max-width: 420px;
    display: flex;
    flex-wrap: wrap;
  }
  .problem-list_img {
    width: 100%;
    margin: 0 auto;
  }
  .problem-list_img img {
    width: 100%;
  }
  .problem-text_wrap {
    margin: 10px 0;
    width: 100%;
  }
  span.problem-text {
    font-size: 20px;
  }
  h3.problem-list_title {
    font-size: 20px;
    margin-top: 10px;
  }
  p.sec02-message_text {
    font-size: 20px;
    margin-top: 50px;
  }
  .sec02-message_title {
    font-size: 20px;
    margin-top: 30px;
  }
  .sec02-message_title::before {
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 10px solid #CBB18F;
    bottom: -9px;
  }
  ul.problem-message_area {
    gap: 24px;
    row-gap: 40px;
    flex-wrap: wrap;
    margin: 40px 0;
  }
  li.problem-message_list {
    max-width: 400px;
    width: 100%;
    gap: 16px;
    flex-wrap: wrap;
  }
  .problem-message_img {
    width: 100%;
  }
  .problem-message_img img {
    width: 100%;
  }
  h3.problem-message_title {
    font-size: 20px;
  }
  section.sec03 {
    margin: 50px 0;
  }
  .review-list_wrap {
    margin: 40px auto 0;
    gap: 16px;
    flex-wrap: wrap;
    max-width: 420px;
  }
  .review-list_img {
    max-width: 100%;
    width: 100%;
  }
  span.review-number {
    display: none;
  }
  .review-list_text {
    max-width: 100%;
    width: 100%;
  }
  h3.review-top_title {
    font-size: 20px;
  }
  p.review-text {
    font-size: 20px;
    margin-top: 24px;
  }
  section.sec04 {
    padding: 40px 0;
  }
  section.sec04::after {
    display: none;
  }
  ul.features6-list_area {
    margin: 90px auto 0;
    gap: 24px;
    row-gap: 70px;
  }
  li.features6-list {
    max-width: 440px;
    width: 100%;
    padding: 46px 16px;
  }
  .features6-list_icon {
  }
  h3.features6-list_title {
    font-size: 20px;
  }
  p.features6-list_text {
    margin-top: 24px;
    font-size: 20px;
  }
  section.sec05 {
    margin-top: 60px;
  }
  ul.slick-slide_area {
    margin-top: 50px;
  }
  li.slick-item {
    margin: 0 10px;
    max-width: 340px;
  }
  section.sec06 {
    margin-top: 40px;
    padding: 40px 0 60px;
  }
  ul.price-list_area {
    margin: 90px auto 0;
    justify-content: center;
    flex-wrap: wrap;
    gap: 32px;
    row-gap: 80px;
  }
  li.price-list {
    width: 100%;
    max-width: 440px;
    padding: 46px 16px;
  }
  .price-list_icon {
    top: -50px;
    max-width: 100px;
  }
  h3.price-list_title {
    font-size: 20px;
  }
  .price-yen_wrap {
    align-items: flex-end;
    justify-content: center;
    gap: 4px;
    font-size: 30px;
    font-weight: bold;
    margin-top: 30px;
  }
  .price-yen_wrap span {
    font-size: 46px;
  }
  .step-list_container {
    margin-top: 90px;
  }
  h2.step-top_head {
    font-size: 26px;
  }
  ul.step-list_area {
    margin-top: 60px;
    row-gap: 0;
    display: block;
  }
  li.step-list {
    max-width: 360px;
    width: 100%;
    padding: 14px;
    gap: 14px;
    margin: 20px auto;
  }
  li.step-arrow {
    max-width: 30px;
    transform: rotate(90deg);
    margin: 0 auto;
  }
  .step-list_icon {
    max-width: 90px;
  }
  .step-list_icon img {
    width: 100%;
  }
  h3.step-list_head {
    font-size: 20px;
  }
  section.sec07 {
    margin-top: 70px;
  }
  .profile-list_container {
    display: block;
  }
  .profile-img_area {
    width: 100%;
    max-width: 600px;
  }
  .profile-text_area {
    width: 100%;
    max-width: 600px;
  }
  .profile-top_en {
    font-size: 54px;
    margin: 24px auto 0;
    color: #E7E7E6;
  }
  h2.profile-title_head {
    font-size: 20px;
    padding-left: 0;
    margin-top: 16px;
    font-weight: bold;
  }
  .profile-text_wrap {
    margin: 24px auto;
    padding: 0;
    font-size: 20px;
  }
  section.sec08 {
    margin-top: 50px;
    padding: 50px 0;
  }
  .accordion-header {
    background-color: #FFF;
    padding: 24px 45px 24px 20px;
    transition: background 0.3s ease;
    cursor: pointer;
    position: relative;
    border-bottom: solid 1px #dbcaca;
  }
  .accordion-header::before,
  .accordion-header::after {
    position: absolute;
    content: "";
    top: 1px;
    right: 12px;
    bottom: 0;
    width: 12px;
    height: 2px;
    margin: auto;
    background: #906B6B;
  }
  .accordion-header::after {
    transform: rotate(-90deg);
    transition: transform 0.3s;
  }
  .accordion-header.active::after {
    transform: rotate(0deg);
  }
  .accordion-content {
    background-color: #FFF;
    padding: 24px 45px 24px 20px;
  }
  .accordion-wrap {
    margin: 0 auto 16px;
    max-width: 860px;
  }
  .accordion-header span,
  .accordion-content span {
    padding-left: 45px;
    position: relative;
    display: block;
  }
  .accordion-header span::before {
    position: absolute;
    content: "Q";
    font-family: sans-serif;
    top: 2px;
    left: 0;
    color: #151E2F;
    font-size: 16px;
    font-weight: bold;
  }
  .accordion-content span::before {
    position: absolute;
    content: "A";
    font-family: sans-serif;
    top: 3px;
    left: 0;
    color: #906B6B;
    font-size: 16px;
    font-weight: bold;
  }
  /* hover */
  .accordion-header:hover {
    background-color: #F2F2F2;
  }
  p.sec08-last_message {
    font-size: 18px;
    font-weight: bold;
  }
  .contact-list_container {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .contact-text_area {
    padding-left: 0;
    margin-top: 40px;
    padding: 0 5%;
  }
  .contact-logo {
    max-width: 240px;
    margin: 0 auto;
  }
  h2.contact-text {
    font-size: 22px;
  }
  .contact-btn {
    width: 100%;
    max-width: 420px;
    padding: 20px;
    font-size: 20px;
    font-weight: bold;
    margin-top: 16px;
  }
  .contact-btn img {
    width: 100%;
  }
  .contact-img_area {
    width: 100%;
    margin-top: 40px;
  }
}
/**      SP  480px以下      **/

/* 全体のコンテナ設定 */
.service-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* カード同士の隙間 */
  max-width: 1080px; /* 全体の最大幅（調整可） */
  margin: 60px auto;
  padding: 20px;
}

/* カード1枚のスタイル */
.service-card {
  background: #fff;
  border: 1px solid #e0e0e0; /* 薄い境界線 */
  display: flex;
  align-items: center;
  padding: 30px 20px;
  width: calc(50% - 10px); /* 2カラム計算 */
  box-sizing: border-box;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05); /* 軽い影 */
}

/* アイコンエリア */
.icon-area {
  flex-shrink: 0;
  width: 100px; /* アイコンの横幅 */
  margin-right: 20px;
  text-align: center;
}

.icon-area img {
  width: 100%;
  height: auto;
}

/* テキストエリア */
.text-area h3 {
  margin: 0 0 12px 0;
  font-size: 18px;
  font-weight: bold;
}

.text-area p {
  margin: 0;
  font-size: 16px;
}

/* レスポンシブ対応（スマホ表示） */
@media (max-width: 780px) {
  .service-container {
    padding: 0;
  }

  .service-card {
    width: 100%; /* 1カラムにする */
    padding: 20px;
  }
  
  .icon-area {
    width: 80px; /* スマホではアイコンを少し小さく */

  }
}

/* 全体コンテナ */
.cta-section {
  display: flex;
  justify-content: center;
  gap: 15px;
  max-width: 1100px;
  margin: 40px auto;
}

/* 各アイテムの共通設定 */
.cta-item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  text-decoration: none;
  text-align: center;
  transition: opacity 0.3s ease;
  padding: 10px;
}

.cta-item:hover {
  opacity: 0.8;
}

/* 見出し（明朝体） */
.cta-title {
  margin: 0 0 10px 0;
  font-family: "Sawarabi Mincho", "Hiragino Mincho ProN", serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

/* サブテキスト */
.cta-text02 {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.6;
}

/* 個別カラー設定 */
/* 電話（グレー） */
.cta-tel {
  background-color: #e6e6e6;
  color: #333;
}

/* LINE（グリーン） */
.cta-line {
  background-color: #3eb370;
  color: #fff;
}

/* WEBフォーム（ブルー） */
.cta-web {
  background-color: #344d8b;
  color: #fff;
}

/* レスポンシブ（タブレット・スマホ） */
@media (max-width: 900px) {
  .cta-section {
    flex-direction: column; /* 縦並びにする */
  }
  
  .cta-item {
    min-height: auto;
    padding: 10px
  }

  .cta-title {
    font-size: 1.3rem;
  }
}

/* ギャラリーコンテナ */
.shop-gallery {
  max-width: 1200px;
  margin: 120px auto;
  display: flex;
  flex-direction: column;
  gap: 40px; /* 店舗同士の隙間 */
}

/* 各店舗アイテムの基本スタイル（PC用: グリッド） */
.shop-item {
  display: grid;
  grid-template-columns: 1fr 1fr; /* 2列均等 */
  gap: 50px; /* 写真とテキストの隙間 */
  align-items: center; /* 上下中央揃え */
}

/* 写真のスタイル */
.shop-photo img {
  width: 100%;
  height: auto;
  display: block;
}

/* テキストのスタイル */
.shop-info {
    text-align: left;
    margin: 0 auto;
}

/* 店舗名（金色の明朝体） */
.shop-name {
  margin: 0;
  font-family: "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: 2rem;
  font-weight: 500;
  color: #C9B39B; /* 金色の近似色 */
  letter-spacing: 0.05em;
}

/* -- 配置の微調整（PC用） -- */

/* 延岡店（下段）: 配置を反転（右写真、左テキスト） */
.shop-nobeoka .shop-photo {
  grid-column: 2; /* 2列目に配置 */
}
.shop-nobeoka .shop-info {
  grid-column: 1; /* 1列目に配置 */
  grid-row: 1; /* 同じ行に配置 */
}


/* -- レスポンシブ対応（スマホ表示） -- */
@media (max-width: 768px) {
  .shop-name {
    font-size: 1.5rem;
  }
}

/* 店舗詳細テキスト全体のスタイル */
.shop-details {
  margin-top: 15px;
  font-family: "Hiragino Mincho ProN", "MS PMincho", serif;
  color: #000;
  line-height: 1.8;
}

/* 住所とアクセスのスタイル */
.shop-address {
  font-size: 1.2rem;
  margin-bottom: 15px;
  letter-spacing: 0.02em;
}

/* 電話・営業時間のスタイル */
.shop-contact {
  font-size: 1rem;
  opacity: 0.9; /* 少しだけ透過させて情報の優先順位を整理 */
}

/* スマホ表示での調整 */
@media (max-width: 768px) {
  .shop-details {
    margin-top: 10px;
    font-size: 1.2rem;
  }
  .shop-address, .shop-contact {
    font-size: 1rem;
  }
}

/* -- レスポンシブ対応（スマホ表示） -- */
@media (max-width: 768px) {
  /* 店舗全体のコンテナ設定 */
  .shop-gallery {
    margin: 50px auto;
    gap: 30px;
  }

  /* 2カラム（PC）から1カラム（スマホ）へ変更 */
  .shop-item {
    grid-template-columns: 1fr; /* 1列にする */
    gap: 15px; /* 写真とテキストの隙間 */
  }
  
  /* -- スマホ時の順番調整（ここを修正しました） -- */
  
  /* 大分店・延岡店共通: 画像、テキストの順に並べる */
  .shop-oita, .shop-nobeoka {
    display: flex;
    flex-direction: column; /* 画像 → テキストの順に積み重ねる */
    text-align: center;
  }

  /* PC用の配置設定（grid-column, grid-row）をすべてリセット */
  .shop-oita .shop-photo, .shop-nobeoka .shop-photo {
    grid-column: auto;
    grid-row: auto;
    margin-bottom: 15px; /* 画像とテキストの隙間 */
  }
  .shop-oita .shop-info, .shop-nobeoka .shop-info {
    grid-column: auto;
    grid-row: auto;
    margin-top: 0; /* マージンをリセット */
    margin-left: 0;
  }
}