@charset "UTF-8";

:root {
  --black-color: #4d4d4d;
  --white-color: #fff;
  --trouble-bg-gradation: linear-gradient(to top, #ebe4c8 0, #fffef9 47%, #f3f0df 79%);
  --point-color: #de5860;
  --title-color: #af985d;
  --green-color: #25bab5;
  --green-color02: #0abbb5;
  --green-color03: #87c9d9;
  --about-gradation: linear-gradient(to top, #ebcd8c 0, #c5a653 70%, #b19134 100%);
  --about-bg-color: #eff9fa;
  --reason-bg-color: #eef8f9;
  --reason-gradation: linear-gradient(to right, #e1c58b 50%, #ad955a);
  --qa-bg-color: #e1f4f4;
  --info-border: #50a3ba;
}
body {
  color: var(--black-color);
  font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
  text-align: center;
}
.point-color {
  color: var(--point-color);
}
.contents-box {
  width: 100%;
}

.common-section-title {
  font-family: serif;
  font-size: 32px;
}
.common-title-small {
  font-size: 24px;
}
.common-title-color {
  font-size: 24px;
  font-weight: bold;
  color: var(--title-color);
}

.fv {
  position: relative;
}
.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 0;
  background: #fff;
}
.fv_logo_img {
  width: 60%;
  max-width: 364px;
}
@media screen and (min-width: 768px) {
  .fv_img {
    display: none;
  }
}
.fv-pc_img {
  display: none;
}
@media screen and (min-width: 768px) {
  .fv-pc_img {
    display: block;
  }
}
.cta-inner {
  max-width: 384px;
  padding: 48px 0;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .cta-inner {
    max-width: 384px;
    padding: 104px 0;
    margin: 0 auto;
  }
}
.btn-heading-text {
  font-size: 18px;
}
.btn_img-wrapper {
  margin-top: 8px;
}

.trouble {
  background: var(--trouble-bg-gradation);
}
.trouble .title-decoration-wrapper {
  width: 160px;
  margin: -30px auto 10px;
}
.trouble-inner {
  margin: 0 auto;
  padding: 15px 0;
  max-width: 700px;
  width: 100%;
}


@media screen and (min-width: 768px) {
  .trouble-inner {
    margin: 0 auto;
    padding: 56px 32px;
    max-width: 1000px;
    width: 100%;
  }
}
.trouble_img-wrapper {
  width: 60%;
  display: flex;
  justify-content: start;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .trouble_img-wrapper {
    width: 50%;
    margin-top: 32px;
  }
}
.trouble_contents {
  background-color: #fff;
  opacity: 0.8;
  padding: 20px;
  width: 90%;
  margin: -50px 0 0 auto;
}
@media screen and (min-width: 768px) {
  .trouble_contents {
    padding: 20px;
    width: 55%;
    margin-top: -240px;
    margin-left: auto;
  }
}
.trouble_item {
  display: flex;
  width: 100%;
}
.trouble_item:not(:first-child) {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .trouble_item:not(:first-child) {
    margin-top: 16px;
  }
}
.trouble_check-wrapper {
  display: block;
  object-fit: cover;
  flex-shrink: 0;
  height: 24px;
  width: 24px;
  margin-right: 8px;
}
@media screen and (min-width: 768px) {
  .trouble_check-wrapper {
    height: 32px;
    width: 32px;
    margin-right: 12px;
  }
}
.trouble_item-txt {
  text-align: left;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .trouble_item-txt {
    font-size: 20px;
  }
}
.trouble .point-color {
  font-family: serif;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .trouble .point-color {
    font-size: 22px;
  }
}
.trouble_dot-wrapper {
  width: 8px;
  margin: -10px auto 0;
  position: relative;
  z-index: 10;
}
.trouble_txt {
  font-family: serif;
  font-size: 24px;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .trouble_txt {
    font-size: 28px;
    margin-top: 32px;
  }
}
.triangle {
  width: 0px;
  height: 0px;
  border-top: 25px solid #ebe4c9;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  border-bottom: 20px solid transparent;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .about-inner {
    margin-top: 16px;
  }
}
.about-heading-wrapper {
  width: 80%;
  margin: 0 auto;
  max-width: 362px;
}
@media screen and (min-width: 768px) {
  .about-heading-wrapper {
    max-width: 400px;
  }
}
.about-heading-txt {
  font-family: serif;
  font-size: 28px;
  line-height: 1.5em;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .about-heading-txt {
    font-size: 32px;
  }
}

@media screen and (min-width: 768px) {
  .about-heading-txt.bg-green {
    font-size: 24px;
    margin-top: 24px;
  }
}
.about-heading-gradation {
  font-size: 36px;
  background: var(--about-gradation);
  color: #c5a653; /* 非対応のブラウザの為に色を設定 */
  -webkit-background-clip: text; /* テキストで切り抜く */
  -webkit-text-fill-color: transparent; /* 切り抜いた部分は背景を表示 */
}
@media screen and (min-width: 768px) {
  .about-heading-gradation {
    font-size: 48px;
  }
}
.about-heading-img-wrapper {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .about-heading-img {
    display: none;
  }
}
.about-heading-img-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .about-heading-img-pc {
    display: block;
  }
}
.about-content {
  margin: 24px auto;
}
@media screen and (min-width: 768px) {
  .about-content {
    margin: 40px auto;
  }
}
.about_title {
  font-size: 32px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .about_title {
    font-size: 42px;
  }
}
.about_title-sub {
  font-size: 24px;
  font-family: serif;
  color: var(--green-color);
  border-top: 1px solid var(--green-color);
  padding-top: 16px;
}
@media screen and (min-width: 768px) {
  .about_title-sub {
    font-size: 30px;
  }
}
.about_title-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.about_title-img-wrapper {
  width: 30%;
  max-width: 160px;
}
@media screen and (min-width: 768px) {
  .about_title-img-wrapper {
    margin-left: 24px;
  }
}
.about_content-text {
  margin: 0 8px;
}
.about_text {
  max-width: 464px;
  width: 100%;
  text-align: left;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .about_text {
    font-size: 20px;
  }
}
.about_quality {
  background: var(--about-bg-color);
  padding: 24px 0;
}
@media screen and (min-width: 768px) {
  .about_quality {
    padding: 80px 0;
  }
}

.about_list:not(:first-child) {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .about_list:not(:first-child) {
    margin-top: 80px;
  }
}
.about_item-heading {
  display: inline-block;
  border: 1px solid var(--green-color);
  background: #fff;
  color: var(--green-color);
  font-size: 20px;
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .about_item-heading {
    font-size: 24px;
  }
}
.about-arrow-wrapper {
  width: 6px;
  margin: 0 auto;
}
.about_item {
  max-width: 1000px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .about_item {
    padding: 0 24px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.about_item-txt {
  text-align: left;
  max-width: 578px;
  width: 100%;
  padding: 0 8px;
  margin: 16px auto;
}
@media screen and (min-width: 768px) {
  .about_item-txt {
    width: 55%;
    margin: 0;
    padding: 0;
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .about_img-wrapper {
    width: 40%;
    margin-left: 24px;
  }
}
.about_triangle {
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background: linear-gradient(to top, #d4f7fa, #eff9fa);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  width: 160px;
  height: 60px;
  margin: -10px auto 0;
}
@media screen and (min-width: 768px) {
  .pr01_img {
    display: none;
  }
}
.pr01_img-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pr01_img-pc {
    display: block;
  }
}
.case {
  background-image: url(/wp-content/themes/diamond_clinic/img/lp/lumecca/case-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  padding: 24px 0;
}
@media screen and (min-width: 768px) {
  .case {
    background-image: url(/wp-content/themes/diamond_clinic/img/lp/lumecca/case-bg-pc.png);
    padding: 64px 0;
  }
}
.case-inner {
  padding: 0 16px;
}
.case .title-decoration-wrapper {
  width: 120px;
  margin: -30px auto 10px;
}
.case-img-wrapper {
  margin: 48px auto;
  max-width: 500px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .case-img-wrapper {
    margin: 56px auto 0;
    max-width: 500px;
    width: 100%;
  }
}

.reason {
  background: var(--reason-bg-color);
  padding: 48px 16px;
}
.reason .title-decoration-wrapper {
  width: 280px;
  margin: -20px auto 10px;
}
.reason_content {
  width: 100%;
  max-width: 864px;
  margin: 0 auto;
}

.reason_list {
  margin-top: 64px;
  background: var(--white-color);
  padding: 40px 16px 16px;
  position: relative;
  box-shadow: 5px 5px 6px 2px #eee;
}
@media screen and (min-width: 768px) {
  .reason_list {
    padding: 40px 32px 32px;
  }
}
.reason_no-set {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.reason_no-wrapper {
  background: var(--reason-gradation);
  color: #fff;
  max-width: 160px;
  font-size: 20px;
  font-family: serif;
  padding: 5px 20px;
  text-align: center;

  transform: skewX(-25deg);
}
.reason_no {
  transform: skewX(25deg);
  white-space: nowrap;
}
.reason_item-heading {
  font-family: serif;
  font-size: 24px;
  color: var(--green-color02);
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .reason_item-heading {
    font-size: 30px;
  }
}
.reason_heading-span {
  font-size: 20px;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .reason_heading-span {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .reason_item-content {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: 24px;
  }
}
.reason_item-img-wrapper {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .reason_item-img-wrapper {
    margin-top: 0;
    width: 45%;
  }
}
.reason_item-txt {
  font-size: 16px;
  margin-top: 8px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .reason_item-txt {
    width: 48%;
    font-size: 20px;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .price-bg-pc {
    background-image: url(/wp-content/themes/diamond_clinic/img/lp/lumecca/price-bg-pc.jpg);
    background-repeat: no-repeat;
    object-fit: cover;
    width: 100%;
  }
}
.price {
  padding-top: 48px;
}
.price .title-decoration-wrapper {
  width: 120px;
  margin: -30px auto 10px;
}
.price-img-wrapper {
  margin: 40px 1rem 0;
}
@media screen and (min-width: 768px) {
  .price-img-wrapper {
  margin-top: 80px;
}
}
@media screen and (min-width: 768px) {
  .price-img {
    display: none;
  }
}
.price-img-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .price-img-pc {
    display: block;
    width: 100%;
    max-width: 704px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .pr02_img {
    display: none;
  }
}
.pr02_img-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pr02_img-pc {
    display: block;
  }
}
.qa-inner {
  width: 100%;
  max-width: 684px;
  margin: 0 auto;
}
.qa .title-decoration-wrapper {
  width: 100px;
  margin: -30px auto 10px;
}
.qa {
  background: var(--qa-bg-color);
  padding: 48px 16px;
  width: 100%;
}
.qa_item {
  background: var(--white-color);
  margin-top: 40px;
  box-shadow: 5px 5px 6px 2px #eee;
}
.qa_button {
  width: 100%;
  padding: 16px;
  background: none;
  color: inherit;
  margin: inherit;
}
.qa_box {
  width: 100%;
}
.qa_content {
  display: flex;
  justify-content: space-between;
}
.qa_q {
  display: flex;
}
.qa_icon-wrapper {
  display: block;
  width: 20px;
  margin-right: 8px;
  flex-shrink: 0;
}
.qa_arrow-wrapper {
  display: inline-block;
  width: 16px;
  margin-left: 4px;
  flex-shrink: 0;
}
.qa_arrow {
  vertical-align: inherit;
  transform: scale(1, -1);
}
.is-open .qa_arrow.is-open {
  transform: scale(1, 1);
}
.q_txt {
  font-family: serif;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}
.a_txt {
  font-size: 16px;
  text-align: left;
}
.qa_open {
  opacity: 0;
  line-height: 0;
  padding: 0;
  margin: 0;
  transition: line-height 0.4s, padding 0.4s, opacity 0.2s;
}
.qa_open.is-open {
  opacity: 1;
  margin: 0 16px;
  padding: 16px 0;
  border-top: 1px solid var(--green-color03);
  line-height: 1.5;
}
.info {
  padding: 0 16px 24px;
}
.info-inner {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.info_title {
  font-family: serif;
  font-size: 32px;
  margin-top: 24px;
}
.info_heading {
  margin-top: 24px;
  padding: 8px;
  font-weight: bold;
  color: var(--white-color);
  background: var(--green-color03);
  /* white-space: nowrap; */
}
.info_body {
  padding: 8px;
  border: 1px solid var(--info-border);
  border-top: none;
  text-align: left;
}
.info_body-list {
  margin: 0 auto;
}


@media screen and (min-width: 768px) {
  .about_text {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 768px) {
  .about-heading-txt.bg-green {
      width: 790px;
      margin-top: 60px;
  }
}
.about_text {
  max-width: 700px !important;
  padding: 10px 0 !important;
}

.about_text05{
  color: #25bab5;
  font-size: 20px;
  font-weight: bold;
}
.about_text06{
  color: #25bab5;
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
}
.about_text07{
  color: #2a2a2a;
  font-size: 25px;
  font-weight: bold;
}

.about_text09{
  max-width: 90% !important;
  line-height: 1.8em;
  width: 100%;
    text-align: left;
    margin: 0 auto;
    padding-top: 10px !important;
}

.inshi-wrapper{
  background: #faf0e4;
  padding: 10px;
  margin: 10px;
}


.about-heading-txt.bg-gold {
  margin-top: 16px;
  font-size: 20px;
  font-weight: bold;
  background-color: #d1b66b;
  color: #fff;
  display: inline-block;
  padding: 4px 16px;
  width: 700px;
  padding: 30px;
}


.width--17{
  border: none !important;
    background: #f6fbf9 !important;
}

@media screen and (max-width: 559px) {
    .about_text {
    max-width: 90% !important;
}
}

.about-heading-txt.bg-green  {
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
    background-color: var(--green-color);
    color: #fff;
    display: inline-block;
    padding: 4px 16px;
    width: 90%;
}

.about-heading-txt.bg-green02  {
  font-size: 20px;
  font-weight: bold;
  background-color: var(--green-color);
  color: #fff;
  display: inline-block;
  padding: 4px 16px;
  width: 90%;
}


@media screen and (max-width: 559px) {
.about-heading-txt.bg-gold {
    width: 100%;
}
}

.about_text07 {
  font-size: 21px;
  margin: 17px 0 0 0px;
}


  #sq_001{
    padding: 10px;
  border: 1px solid #25bab5;
  }

  @media screen and (min-width: 768px) {
    #sq_001_pc {
      padding: 10px;
      border: 1px solid #25bab5;
    }
  }

  .about_content-text {
  margin: 1px 0; 

}


.menuchild-section #effect-table table tr td, .menuchild-section #effect-table table tr th.width--30.width--55 {
  text-align: left !important;
}



.menuchild-section #effect-table table tr td, .menuchild-section #effect-table table tr  {
  font-size: 1.5rem !important;
  text-align: right !important;
}


.menuchild-section #effect-table table tr th.width--30 {
  text-align: left !important;
}
.menuchild-section #effect-table table tr th.width--55 {
  text-align: left !important;
}


.menuchild-section #effect-table table tr th.width--16 {
  width: 0% !important;
}

@media screen and (max-width: 559px) {
  .section {
      padding: 1.8rem 0 !important;
  }
}

.menuchild-section #effect-table table tr td.empty, .menuchild-section #effect-table table tr th.empty {
  width: 0% !important;
}

@media screen and (max-width: 559px) {

  .pc_lala_bk{
  display: none;
}
  .menuchild-section #effect-table table {
      width: 80% !important;
      min-width: 320px  !important;
  }

.menuchild-section #effect-table table tr th.width--15 {
  width: 7%  !important;
  font-size: 1rem;
}

.menuchild-section #effect-table table tr th.width--30 {
  width: 33%  !important;
  font-size: 1rem;
}


.menuchild-section #effect-table table tr th.width--55 {
  font-size: 1rem;
}
.menuchild-section #effect-table table tr td.width--33 {
  font-size: 1rem !important;
}

.menuchild-section #effect-table table tr th.width--31 {
  width: 25%  !important;
  text-align: center;
}
.menuchild-section #effect-table table tr th.width--56 {
  width: 33%  !important;
}

.menuchild-section #effect-table table tr td.width--32 {
  background-color: #fde3a2 !important;
  text-align: center !important;
}

.menuchild-section #effect-table table tr td.width--57 {
  text-align: left !important;
}

.table-box table tr > * {
  font-size: 0.5rem !important;
}

.menuchild-section #pleasecontact-box #pleasecontact-txt {
  text-align: left !important;

}

.menuchild-section #effect-table table tr th.text_center02{
  text-align: center !important;
  font-size: 1rem !important;
}

.about_text_bottom{
  margin-bottom: 18px;
}

.about_text_bottom02{
  margin-bottom: 20px;
}
.p-top {
  padding-top: 8px !important;
}

}





@media screen and (min-width: 768px) {
  .fv_img-sp {
   display: none !important;
  }
}

@media screen and (max-width: 559px) {
  .fv_img-pc {
    display: none !important;
  }
}




/*アコーディオンはじめSp*/
@media screen and (max-width: 559px) {

.accordion-004 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1px 2px;
  font-size: 1.3em;
  color: #333333;
  font-weight: 600;
  cursor: pointer;
}

/*
.accordion-004 summary::-webkit-details-marker {
  display: none;
}
*/
/*
.accordion-004 summary::after {
  transform: translateY(-25%) rotate(40deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #333333b3;
  border-right: 3px solid #333333b3;
  content: '';
  transition: transform .3s;
}
*/
/*
.accordion-004[open] summary::after {
  transform: rotate(225deg);
}
*/

.accordion-004 .tenteki01 {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  color: #333333;
  transition: transform .5s, opacity .5s;
  margin: 0 auto;
}

.accordion-004[open] .tenteki01 {
  transform: none;
  opacity: 1;
}
}
/*アコーディオン終わりsp*/





/*アコーディオンはじめPC*/

@media screen and (min-width: 768px) {
.accordion-004 {
  max-width: 800px;
  margin-bottom: 7px;
  border-radius: 5px;
}


.accordion-004 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  color: #333333;
  font-weight: 600;
  font-size: 20px;
  cursor: pointer;
  
}


.accordion-004 summary::-webkit-details-marker {
  display: none;
}

/*
.accordion-004 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #333333b3;
  border-right: 3px solid #333333b3;
  content: '';
  transition: transform .3s;
}


.accordion-004[open] summary::after {
  transform: translateY(-25%) rotate(225deg);
}
*/
.ten_wrapper{
  margin: 10px;
}




.accordion-004 .tenteki01 {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: .3em 2em 1.5em;
  color: #333333;
  transition: transform .5s, opacity .5s;
  margin: 0 auto;
}

.accordion-004[open] .tenteki01 {
  transform: none;
  opacity: 1;
  background-color: #FFF;
}

#ten_wrapper-center{
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}


}
/*アコーディオン終わりpc*/

@media screen and (max-width: 559px) {
  .page--injection #kv--menuchild {
    height: 300px;
  }

  #kv_pc-img--menuchild{
   width: 115%;
   padding-top: 20px;
  }

  .about_text{
    line-height: 1.8em;
  }

  .about_text_top{
    margin-top: 13px;

  }

.about_text08{
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5em;
}

.about-heading-wrapper_04 {
  width: 100%;
  margin: 0 auto;
  max-width: 362px;
  padding: 15px;
}

.about-heading-wrapper_05 {
  width: 80%;
  margin: 0 auto;
  max-width: 362px;
  padding: 10px 0;
}

.cp_hr06 {
	position: relative;
	height: 1px;
	border-width: 0;
	background-image: -webkit-linear-gradient(left,
	transparent 0%,#2aaba6 50%,transparent 100%);
	background-image:         linear-gradient(90deg,
	transparent 0%,#2aaba6 50%,transparent 100%);
  margin-top: 10px;
}

}


.about-heading-img-wrapper_01,.about-heading-img-wrapper_02,.about-heading-img-wrapper_03,.about-heading-img-wrapper_04,.about-heading-img-wrapper_05,.about-heading-img-wrapper_06,.about-heading-img-wrapper_07{

  position: relative;
 }

 
 

 @media screen and (min-width: 768px) {
  .about-heading-img-wrapper_01,.about-heading-img-wrapper_02,.about-heading-img-wrapper_03,.about-heading-img-wrapper_04,.about-heading-img-wrapper_05,.about-heading-img-wrapper_06,.about-heading-img-wrapper_07{
    width: 1000px;
    margin: 0 auto;
    margin-top: 20px;
  }
 }


 @media screen and (max-width: 959px) {
  .menuchild-section #effect-table {
   overflow-x: visible !important;
  }
}



@media screen and (max-width: 559px) {
  .sp_bg_05{
    background-color: #f8eace;
    padding-bottom: 50px;
  }

  .sp_05{
    width: 80% !important;
    margin: 0 auto !important;
    max-width: 362px;
    margin-bottom: 20px !important;
    padding-top: 20px !important;
  }

  .img-in_5{
    width: 100% !important;
    margin: 0 auto !important;
    margin-bottom: 20px !important;
  }
  .img-in_6{
    width: 80% !important;
    margin: 0 auto !important;
    max-width: 362px;
    margin-bottom: 20px !important;
   
  }

  .img-in_7{
    width: 80% !important;
    margin: 0 auto !important;
    max-width: 362px;
   
  }

.ten_wrapper,.ten_wrapper-02{
  background: rgba(255, 255, 255,);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.6;
    width: 100%;
    padding: 0.2rem 1.1rem;
    z-index: 2;
    transition: all 0.5s ease;
   margin-bottom: 20px;
}

.ten_wrapper-03{
  background: rgba(255, 255, 255,);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.6;
    width: 100%;
    padding: 0.2rem 1.1rem;
    z-index: 2;
    transition: all 0.5s ease;
   margin-bottom: 10px;
}





.ko-001{
  background: rgba(255, 255, 255, 0.75);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.6;
    width: 100%;
    padding: 1rem 1.6rem;
    position: absolute;
    top: 70%;
    left: 0;
    z-index: 2;
    color: #333333;
    transition: all 0.5s ease;
}
}

.in-s02{
  margin-top: 20px;
}




.section-ttl_02{
  font-size: 2rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.75;
    margin: 1.5rem 0 0 ;
    position: relative;
}

.menuchild-section #effect-table {
  background: #f6fbf9;
  margin: -1rem 0 !important;
}







#div1 {
  position: relative;

}


details {
  border: 1px solid #555;
  margin-bottom: 10px;
}
summary {
  padding: 1em;
  background: #eee;
  font-weight: bold;
  cursor: pointer;
  list-style: none;
  position: relative;
}

/* Safari対応　デフォルトの三角形アイコン非表示 */
details summary::-webkit-details-marker {
  display: none;
}

div {
  padding: 1em;
}

.icon {
  display: block;
  position: absolute;
  right: 100px;
  top: 88%;
  width: 19px;
  margin-left: 6px;
  flex-shrink: 0;
  transform-origin: center 43%;
  transition: transform 0.5s;
}

/* アイコンの三角矢印 */
.icon::before,
.icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 2px;
  background-color: #000;
}

.icon::before {
  left: 0;
  transform: rotate(45deg);
}

.icon::after {
  right: 0;
  transform: rotate(-45deg);
}

/* アコーディオン表示の際に回転する */
details[open] .icon {
  transform: rotate(180deg);
}


.img-in-sp{
  margin-bottom: 30px;
  width: 80%;
}

.img-in-sp{
  margin: 0 auto;
}



@media screen and (min-width: 768px) {
.img-in-pc{
  margin-bottom: 30px;
}



  details {
    border: 1px solid #555;
    margin-bottom: 10px;
  }
  summary {
    padding: 1em;
    background: #eee;
    font-weight: bold;
    cursor: pointer;
    list-style: none;
    position: relative;
  }
  
  /* Safari対応　デフォルトの三角形アイコン非表示 */
  details summary::-webkit-details-marker {
    display: none;
  }
  
  div {
    padding: 1em;
  }
  
  .icon {
    display: block;
    position: absolute;
    right: 50px;
    top: 52%;
    width: 36px;
    margin-left: 6px;
    flex-shrink: 0;
    transform-origin: center 43%;
    transition: transform 0.5s;
  }
  
  /* アイコンの三角矢印 */
  .icon::before,
  .icon::after {
    content: "";
    position: absolute;
    display: block;
    width: 22px;
    height: 3px;
    background-color: #444;
  }
  
  .icon::before {
    left: 0;
    transform: rotate(45deg);
  }
  
  .icon::after {
    right: 0;
    transform: rotate(-45deg);
  }
  
  /* アコーディオン表示の際に回転する */
  details[open] .icon {
    transform: rotate(180deg);
  }
  
}

.trouble .title-decoration-wrapper {
  margin: -10px auto 1px;
}

.p.p {
  margin: 0 0 1.6rem;
  text-align: left;
}

.text_margin-top_05{
  padding-top: 10px !important;
}

.img-in {
  margin-bottom: 0px !important;
}

img, video {
  border-style: none;
  max-width: 100%;
  height: auto;
  vertical-align: top !important;
}

.img-in_02 {
  margin: 0 auto;
  width: 900px;
}

.pc_lala_bk{
  background-color: #f8eace;
  padding-bottom: 100px;
}


.img-in_03 {
  margin: 0 auto;
  width: 900px;
  margin-bottom: 50px;
}

.title-decoration-wrapper {
  width: 160px;
  margin: 3px auto -20px !important;
}

.about-heading-txt_03{
  font-size: 18px;
  font-family: serif;
  line-height: 1.5em;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .about-heading-wrapper {
      margin-bottom: 20px;
  }
}

.price {
  padding-top: 1px;
}


@media screen and (max-width: 559px) {
    .sp-text_0709 {
        font-size: 12px;
        text-align: left;
        line-height: 1.2;
        padding: 10px;
    }
}

@media screen and (min-width: 768px) {
    .sp-text_0709 {
        display: none;
    }
}



#selectionBox {
  /* 必要に応じてスタイルを調整 */
  border: 1px solid black;
  padding: 10px;
}

.selectButton {
  /* 必要に応じてスタイルを調整 */
  margin: 5px;
}
