#marriage section{
  margin-bottom: 40px;
}
#marriage .pageHeader{
  background-image: url(../images/marriage/marriage_top_bg.webp);
  height: 630px;
  display: block;
  padding-top: 0;
  margin-top: 70px;
  position: relative;
}

#marriage .ttl-pageHeader__item{
  display: inline-block;
  border:dotted #E386A3;
  border-width:3px 0;
  margin-top: 100px;
  padding: 25px 0;
}
#marriage .ttl-pageHeader p{
  width: 460px;
  margin: 15px 0;
  line-height: 2.2;
}
#marriage .ttl-pageHeader .pink {
  color: #cc0066;
}
#marriage .ttl-pageHeader .pink_w {
  color: #ff0099;
}

#marriage .ttl-pageHeader .top_img{
  position: absolute;
  bottom: 10px;
  right: 25px;
}

#marriage #marriage_ring_image{
  background-image: url(../images/marriage/marriage_couple_bg.webp);
  height: 640px;
}
#marriage #marriage_ring_image .l-container{
  position: relative;
}
#marriage #marriage_ring_image img{
  margin: 40px 0;
  margin-left: -105px;
}
#marriage #marriage_ring_image .ring_description{
  padding-top: 30px;
  padding-left: 66px;
  padding-bottom: 32px;
  border-radius: 5px;
  background-image: url(../images/marriage/marriage_couple_txtbox.webp);
  background-size: cover;
  position: absolute;
  background-repeat: no-repeat;
  top: 55px;
  right: -33px;
  width: 465px;
}
#marriage #marriage_ring_image .ring_description br{
  display: none;
}
#marriage #marriage_ring_image .ring_description h2{
  color: #243763;
  font-size: 26px;
  position: relative;
}
#marriage #marriage_ring_image .ring_description h2:after{
  content: "";
  width: 50px;
  height:2px;
  display: block;
  background-color:#243763;
  margin: 25px 0;
  z-index: 100;
}
#marriage #marriage_ring_image .ring_description li{
  font-size: 16px;
  padding-right: 66px;
  letter-spacing: -1px;
  line-height: 2;
}

#marriage #ring_material_option .material_option_wrap{
  border: 1px solid #1ec7d9;
  border-radius: 10px;
  width: 1000px;
  display: flex;
  background-image: url(../images/marriage/marriage_material_bg.webp);
  padding:30px 0 60px 100px;

  background-repeat: no-repeat;
  background-position: center 150px;
  font-size: 16px;
}
#marriage #ring_material_option .material_option_wrap h3,
#marriage #ring_material_option .material_option_wrap p span
{
  font-weight: bold;
}
#marriage #ring_material_option .material_option_wrap p+p{
  margin-top: 5px;
  letter-spacing: -1px;
}
#marriage #ring_material_option .material_option_wrap .metal_option{
  width: 380px;
}
#marriage #ring_material_option .material_option_wrap .metal_option ul{
margin-top: 5px;}
#marriage #ring_material_option .material_option_wrap .metal_option li{
  position: relative;
  line-height: 2;
  letter-spacing: -1.2px;
}
#marriage #ring_material_option .material_option_wrap .metal_option li::before {
  position: relative;
  background-image: url(../images/marriage/marriage_disc.svg);
  background-repeat: no-repeat;
  display: inline-block;
  padding-bottom: 4px;
  width: 14px;
  height: 14px;
  content: '';
  border-radius: 100%;
  vertical-align: middle;
  margin-right: 5px;
  margin-left: 5px;
}


#marriage #ring_material_option .material_option_wrap .jewelry_option{
  width: 450px;
}
#marriage #marriage_course_summary{
  text-align: center;
  padding: 0;
  margin-top: 50px;
  margin-bottom: 36px;
}
#marriage #marriage_course_summary h2{
  font-size: 28px;
  color:#e386a3;
}
#marriage #marriage_course_summary h2 br{
  display: none;
}
#marriage #marriage_course_summary h3{
  font-size: 20px;
  margin-bottom: 38px;
}
#marriage #marriage_course_summary p{
  font-size: 16px;
}
#marriage #marriage_course_summary .course_flow{
display: flex;
justify-content: space-between;
margin-bottom: 50px;
}
#marriage #marriage_course_summary .course_flow p{
letter-spacing: -0.5px;
text-align: left;
}
#marriage #marriage_course_summary .course_flow > div{
  width: 190px;
}

#marriage .arrow{
  position: relative;
  margin-right: 15px;
}
#marriage .arrow::before,
#marriage .arrow::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#marriage .arrow:after{
  right: -215px;
  top: -35%;
  width: 3px;
  height: 2px;
  border-left: 6px solid #e386a3;
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
}

#marriage #marriage_course_summary .direction{
}
#marriage #marriage_course_summary .direction p{
  font-size: 20px;
  text-align: right;
  margin-top: -5px;
  letter-spacing: -0.5px;
  padding-right: 45px;
  background-color: #f3eb6b;
}
#marriage .tags {
  color: #1190A3;
  font-weight: bold;
  width: 1000px;
  height: 55px;
  line-height: 60px;
  position: relative;
  margin-right: 0;
  margin-bottom: 10px;
}
#marriage .tags::before {
  border: 30px solid transparent;
  border-left-color: #f3eb6b;
  border-right-width: 0;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  right: -30px;
  top: 0;
  width: 0;
}

#marriage #price{
  border-top: solid 1px #000;
  padding: 30px 0;
  margin-top: 0;
}

#marriage #price h2,
#marriage #price h3
{
  margin-bottom: 10px;
}
#marriage #price p
{
  font-size: 16px;
  margin-bottom: 4px;
}

.img-note{
    margin-top:5px;      /* 画像との間隔 */
    margin-bottom:0;
    font-size:0.85em;
    color:#666;
    line-height:1.5;
    text-align:center;
}

/* #marriage #price{
  border-top: solid 1px #000;
  padding-top: 30px;
  text-align: center;
  margin-top: 0;
}
#marriage #price h2{
  font-size: 24px;
  display: inline-block;
  text-align: center;
  padding: 15px 45px;
  width: 50%;
  min-width: 300px;
  margin-bottom: 50px;


  color: #1ec7d9;
  border-top: solid 1px #1ec7d9;
  border-bottom: solid 1px #1ec7d9;
  background-color: #e9f4ff;
}
#marriage #price table{
  font-size: 20px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 100px;
}
#marriage #price table:before{
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 100, 100, 0.5);
  position: absolute;
  top:10%;
  left:15%;
  z-index: -1;
}
#marriage #price table:after{
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(50, 100, 255, 0.5);
  position: absolute;
  bottom:10%;
  right:15%;
  z-index: -1;
}
#marriage #price th{
  background-color: #e386a3;
  color: #fff;
  vertical-align: middle;
  padding: 20px;
  border-bottom: solid 1px #fff;
}
#marriage #price tbody :last-of-type th{
  border-bottom: solid 1px #e386a3;
}
#marriage #price td{
  padding: 10px;
  background-color: #fff;
  border: 1px solid #e386a3;
  vertical-align: middle;
}
#marriage #price td span{
  font-size:14px;
} */

/* -----------------------------------------------------------------------------------
_07. freevisit
----------------------------------------------------------------------------------- */

.freevisitWrap {
  background-image: url(../images/freevisit-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 45px;
  padding-bottom: 30px;
  margin-bottom: 0;
}
.freevisit-box {
  border: solid 1px #926d2e;
  background-color: rgba(255,255,255,0.9);
  background-image: url(../images/freevisit-bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 20px 20px 40px;
}
.freevisit-ttl {
  color: #8c6932;
}
.freevisit-ttl:before {
  content: "";
  background-image: url(../images/freevisit-ttl.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 66px;
  height: 57px;
  vertical-align: middle;
  margin-right: 10px;
}
.freevisit-btn {
  margin-top: 10px
}
.freevisit-btn a img {
  width: 280px;
}






/* SP対応***********************************************/



@media screen and (max-width:960px) {
    /*　画面サイズが1000pxからはここを読み込む　*/
    #marriage{
      padding: 0;
    }
    #marriage .pageHeader{
      height: auto;
      margin-bottom: 40px;
      text-align: center;
      background-image: url(../images/marriage/marriage_top_bg_sp.webp);
      background-position: 60% top;
      background-size: contain;
      margin-top: 60px;
    }
    #marriage .ttl-pageHeader p {
    width: auto;
    margin: 40px 3%;
    letter-spacing: -0.5px;
    line-height: 2.2;
    text-align: left;
    }
    #marriage .ttl-pageHeader .top_img{
      position: relative;
      width: 100%;
      bottom: auto;
      right: auto;
      max-width: 442px;
      margin: 0 auto;
      margin-bottom: 0;
    }
    #marriage #marriage_ring_image {
      height: auto;
    }
    #marriage #marriage_ring_image img{
      display: none;
    }
    #marriage #marriage_ring_image .l-container {
      padding: 10px;
      background-image: url(../images/marriage/marriage_couple_img_sp.webp);
      background-position: top -110px center;
      background-repeat: no-repeat;
      background-size: contain;
    }
    #marriage #marriage_ring_image .ring_description{
      width: 100%;
      position: relative;
      margin: 0 auto;
      right: auto;
      margin-top: 130px;
      margin-bottom: 50px;
      padding: 3%;
      background-size: cover;
      background-position: center;
      display: block;
    }
    #marriage #marriage_ring_image .ring_description h2 {
      text-align: center;
    }
    #marriage #marriage_ring_image .ring_description br{
      display: block;
    }
    #marriage #marriage_ring_image .ring_description h2:after {
      margin: 10px auto;
    }
    #marriage #marriage_ring_image .ring_description li {
      margin-bottom: 15px;
      padding-right: 0;
    }
    #marriage #ring_material_option .material_option_wrap {
      display: flex;
      flex-direction: column;
      padding: 5% 3% 30% 3%;
      width: auto;
      margin: 0 3%;
      background-position-y: 130%;
    }
    #marriage #ring_material_option .material_option_wrap .metal_option,
    #marriage #ring_material_option .material_option_wrap .jewelry_option {
      width: 100%;
    }
    #marriage #ring_material_option .material_option_wrap {
      margin-bottom: 40px;
    }
    #marriage #ring_material_option .material_option_wrap .metal_option {
      margin-bottom: 20px;
    }
    #marriage #marriage_course_summary {
      position: relative;
      padding: 0 10px;
    }
    #marriage #marriage_course_summary h2 br{
      display: block;
    }
    #marriage #marriage_course_summary h3 {
      text-align: left;
    }
    #marriage #marriage_course_summary .course_flow {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      margin-bottom: 25px;
    }
    #marriage #marriage_course_summary .course_flow > div {
      margin: 0 auto 25px;
    }
    #marriage .arrow::before, #marriage .arrow::after {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      content: "";
      vertical-align: middle;
    }
    #marriage .arrow:after {
      right: 0px;
      top: 110%;
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
    }
    #marriage #marriage_course_summary .direction {
      padding: 5px 20px;
      background-color: #f3eb6b;
    }
    #marriage #marriage_course_summary .direction p {
      font-size: 24px;
      text-align: center;
      margin: 0;
      padding: 10px 0;
      line-height: 1.3;
    }
    #marriage .tags {
      color: #1ec7d9;
      width: 100%;
      height: auto;
      line-height: 60px;
      position: relative;
      margin:0 auto;
    }
    #marriage .tags::before {
      display: none;
    }
    #marriage #price {
      margin: 0 3%;
    }
    #marriage #price h2 {
      font-size: 18px;
      margin-left: -2.5%;
    }
    #marriage #price h3 {
      font-size: 16px;
    }
    /* #marriage #price th,
    #marriage #price td{
      display: block;
    }
    #marriage #price th{
      padding:10px;
      border-bottom: 0;
    }
    #marriage #price td{
      padding:20px;
    } */


}

/* マリッジリング製作コースを申し込むボタンの装飾用**/
/*==============================
 Premium Marriage Button Gold
==============================*/

.marriage-btn-wrap{
    width:100%;
    text-align:center;
    margin:8px auto 10px;
}

.marriage-btn{

    position:relative;

    display:flex;
    align-items:center;
    justify-content:space-between;

    width:100%;
    max-width:310px;
    height:80px;

    margin:0 auto;

    padding:0 18px;

    overflow:hidden;

    text-decoration:none;

    border-radius:18px;

    background:
    linear-gradient(
        135deg,
        #5b4723 0%,
        #8a6a2d 18%,
        #caa75c 42%,
        #f4df9d 50%,
        #d2b36d 58%,
        #9d7b34 82%,
        #62491f 100%
    );

    border:1px solid rgba(255,245,215,.8);

    box-shadow:
        0 10px 25px rgba(0,0,0,.35),
        inset 0 1px 1px rgba(255,255,255,.55);

    transition:.35s;
}

.marriage-btn:hover{

    transform:translateY(-3px);

    box-shadow:
        0 18px 35px rgba(0,0,0,.4),
        0 0 18px rgba(255,225,150,.35);

}

.marriage-btn::before{

    content:"";

    position:absolute;

    top:-120%;

    left:-45%;

    width:40%;

    height:300%;

    transform:rotate(25deg);

    background:
    linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.8),
        transparent);

    transition:.8s;

}

.marriage-btn:hover::before{

    left:130%;

}

/* アイコン */

.marriage-btn__icon{

    font-size:28px;

    filter:
        drop-shadow(0 0 8px rgba(255,255,255,.7));

}

/* テキスト */

.marriage-btn__text{

    flex:1;

    margin:0 14px;

    text-align:left;

}

.marriage-btn__sub{

    display:block;

    color:#fff6d8;

    font-size:10px;

    letter-spacing:.18em;

    margin-bottom:2px;

    text-transform:uppercase;

}

.marriage-btn__main{

    display:block;

    color:#ffffff;

    font-size:17px;

    font-weight:700;

    line-height:1.3;

    text-shadow:
        0 2px 4px rgba(0,0,0,.35);

}

/* 矢印 */

.marriage-btn__arrow{

    font-size:24px;

    color:#fff4cc;

    transition:.3s;

}

.marriage-btn:hover .marriage-btn__arrow{

    transform:translateX(5px);

}

/* =========================================================
   Marriage ring special contents
   ========================================================= */
.marriage-story,
.marriage-choice,
.marriage-faq,
.marriage-final-cta{
  font-family: inherit;
}
.marriage-story{
  position:relative;
  overflow:hidden;
  padding:90px 0;
  background:linear-gradient(180deg,#fffafc 0%,#fff 55%,#f8fbff 100%);
}
.marriage-story::before,
.marriage-story::after{
  content:"";
  position:absolute;
  border-radius:50%;
  pointer-events:none;
}
.marriage-story::before{width:320px;height:320px;top:-140px;left:-100px;background:rgba(243,190,210,.25)}
.marriage-story::after{width:260px;height:260px;right:-100px;bottom:-100px;background:rgba(168,220,235,.22)}
.marriage-story__inner{position:relative;z-index:1}
.marriage-story__eyebrow,
.marriage-choice__heading>p,
.marriage-faq__heading>p{
  margin:0 0 12px;
  color:#b56a87;
  font-size:12px;
  font-weight:700;
  letter-spacing:.22em;
  text-align:center;
}
.marriage-story h2,
.marriage-choice h2,
.marriage-faq h2{
  margin:0;
  color:#382d37;
  font-family:"Noto Serif JP","Yu Mincho",serif;
  font-size:34px;
  line-height:1.5;
  text-align:center;
}
.marriage-story__lead{
  max-width:760px;
  margin:25px auto 45px;
  color:#5f5660;
  font-size:16px;
  line-height:2;
  text-align:center;
}
.marriage-story__facts{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.marriage-fact-card{
  position:relative;
  padding:34px 26px 28px;
  overflow:hidden;
  border:1px solid #f0dce4;
  border-radius:22px;
  background:rgba(255,255,255,.94);
  box-shadow:0 14px 35px rgba(91,65,77,.08);
  transition:transform .3s,box-shadow .3s;
}
.marriage-fact-card:hover{transform:translateY(-6px);box-shadow:0 20px 42px rgba(91,65,77,.14)}
.marriage-fact-card__number{position:absolute;top:15px;right:18px;color:#ead3dc;font-family:Georgia,serif;font-size:32px;font-weight:700}
.marriage-fact-card__icon{display:flex;align-items:center;justify-content:center;width:62px;height:62px;margin-bottom:20px;border-radius:50%;background:linear-gradient(135deg,#fff0f5,#eefaff);font-size:29px}
.marriage-fact-card h3{margin:0 0 13px;color:#493b45;font-size:19px;line-height:1.6}
.marriage-fact-card p{margin:0;color:#6a6268;font-size:14px;line-height:1.9}
.marriage-choice{padding:85px 0;background:#f7f2ec}
.marriage-choice__heading{margin-bottom:38px}
.marriage-choice__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;max-width:900px;margin:0 auto}
.marriage-choice__grid article{position:relative;padding:28px 30px 26px 74px;border-radius:16px;background:#fff;box-shadow:0 8px 24px rgba(82,62,45,.07)}
.marriage-choice__grid span{position:absolute;left:25px;top:25px;color:#c6986c;font-family:Georgia,serif;font-size:25px;font-weight:bold}
.marriage-choice__grid h3{margin:0 0 8px;color:#4d3c31;font-size:18px}
.marriage-choice__grid p{margin:0;color:#74685e;font-size:14px;line-height:1.8}
.marriage-faq{padding:90px 0;background:#fff}
.marriage-faq__inner{max-width:900px}
.marriage-faq__heading{margin-bottom:35px}
.marriage-faq details{margin-bottom:13px;border:1px solid #eadde2;border-radius:14px;background:#fff;box-shadow:0 5px 16px rgba(66,49,56,.04)}
.marriage-faq summary{position:relative;padding:20px 55px 20px 24px;color:#4d3b44;font-size:16px;font-weight:700;cursor:pointer;list-style:none}
.marriage-faq summary::-webkit-details-marker{display:none}
.marriage-faq summary::after{content:"＋";position:absolute;right:22px;top:50%;transform:translateY(-50%);color:#c07491;font-size:22px;font-weight:400}
.marriage-faq details[open] summary::after{content:"－"}
.marriage-faq details p{margin:0;padding:0 24px 22px;color:#6d6469;font-size:14px;line-height:1.9}
.marriage-mini-links{padding:28px 0;background:#f6f6f6}
.marriage-mini-links__inner{display:flex;align-items:center;justify-content:center;gap:25px;flex-wrap:wrap}
.marriage-mini-links p{margin:0;color:#777;font-size:13px}
.marriage-mini-links__inner>div{display:flex;gap:14px;flex-wrap:wrap;justify-content:center}
.marriage-mini-links a{color:#5f6e7a;font-size:13px;text-decoration:underline;text-underline-offset:4px}
.marriage-final-cta{padding:75px 0;background:linear-gradient(135deg,#6f5060 0%,#a86e85 52%,#765e78 100%);text-align:center}
.marriage-final-cta__inner>p{margin:0 0 12px;color:#ffeaf2;font-size:14px;letter-spacing:.12em}
.marriage-final-cta h2{margin:0;color:#fff;font-family:"Noto Serif JP","Yu Mincho",serif;font-size:30px;line-height:1.5}
.marriage-final-cta__buttons{display:flex;justify-content:center;gap:16px;margin-top:30px;flex-wrap:wrap}
.marriage-final-cta__button{display:inline-flex;align-items:center;justify-content:center;min-width:270px;min-height:58px;padding:12px 24px;border-radius:999px;font-size:15px;font-weight:700;text-decoration:none;transition:transform .25s,box-shadow .25s}
.marriage-final-cta__button:hover{transform:translateY(-3px)}
.marriage-final-cta__button--main{color:#6b4b59;background:#fff;box-shadow:0 10px 25px rgba(34,20,28,.22)}
.marriage-final-cta__button--sub{color:#fff;border:1px solid rgba(255,255,255,.7);background:rgba(255,255,255,.1)}

@media screen and (max-width:960px){
  .marriage-story,.marriage-choice,.marriage-faq{padding:65px 0}
  .marriage-story__inner,.marriage-choice>.l-container,.marriage-faq__inner,.marriage-final-cta__inner{padding-left:18px;padding-right:18px}
  .marriage-story h2,.marriage-choice h2,.marriage-faq h2{font-size:27px}
  .marriage-story__lead{font-size:15px;text-align:left;margin-bottom:32px}
  .marriage-story__facts{grid-template-columns:repeat(2,1fr)}
  .marriage-choice__grid{grid-template-columns:1fr}
}
@media screen and (max-width:600px){
  .marriage-story__facts{grid-template-columns:1fr}
  .marriage-fact-card{padding:29px 22px 24px}
  .marriage-choice__grid article{padding:24px 20px 22px 64px}
  .marriage-choice__grid span{left:21px;top:22px}
  .marriage-faq summary{padding:18px 48px 18px 18px;font-size:15px}
  .marriage-faq details p{padding:0 18px 20px}
  .marriage-final-cta{padding:60px 0}
  .marriage-final-cta h2{font-size:24px}
  .marriage-final-cta__button{width:100%;min-width:0}
  .marriage-mini-links__inner{display:block;text-align:center}
  .marriage-mini-links p{margin-bottom:12px}
}
