@charset "UTF-8";
:root {
  --textPoint: #7B605F;
}

:root {
  --textMain: #333;
}

:root {
  --textEm: #7B605F;
}

:root {
  --mainBg: #F7F7F0;
}

:root {
  --headerBg: #FFF;
}

:root {
  --naviText: #fff;
}

:root {
  --naviBg: #B1D3E3;
}

:root {
  --naviBgHover: #ABCCDB;
}

:root {
  --naviTextHover: #FFF;
}

:root {
  --spMenu1Bg: #FFF;
}

:root {
  --spMenu1Bdr: #C5C5C5;
}

:root {
  --spMenu2Text: #FFF;
}

:root {
  --spMenu2OpenBg: #7B605F;
}

:root {
  --spMenu2CloseText: #FFF;
}

:root {
  --spMenu2CloseBg: #B0B0B0;
}

:root {
  --spTelMenuText: #7B605F;
}

:root {
  --spTelMenuBtnText: #FFF;
}

:root {
  --spTelMenuBtnBg: #7B605F;
}

:root {
  --icon1: #7B605F;
}

:root {
  --btnRequireText: #7B605F;
}

:root {
  --btnRequireBg: #F7F6E1;
}

:root {
  --btnReserveText: #FFF;
}

:root {
  --btnReserveBg: #7B605F;
}

:root {
  --contText: #1E1E1E;
}

:root {
  --contBg: #B1D3E3;
}

:root {
  --footerMenuText1: #5a5a5a;
}

:root {
  --footerMenuText2: #646464;
}

:root {
  --footerMenuText3: #000;
}

:root {
  --footerBg1: #F7F7F0;
}

:root {
  --footerBg2: #F0F0E9;
}

:root {
  --heading1Text: #7B605F;
}

:root {
  --heading2Text: #000;
}

:root {
  --heading2Bg: #F7F7F0;
}

:root {
  --heading2Bdr: #7B605F;
}

:root {
  --heading3Text: #000;
}

:root {
  --heading3Bg: #F7F7F0;
}

:root {
  --heading3Bdr: #7B605F;
}

:root {
  --dateText: #7B605F;
}

:root {
  --zabuton1Text: #FFF;
}

:root {
  --zabuton1Bg: #7B605F;
}

:root {
  --zabuton2Text: #fff;
}

:root {
  --zabuton2Bg: pink;
}

:root {
  --qaQ1Text: #FFF;
}

:root {
  --qaQ1Bg: #8EBCD1;
}

:root {
  --qaQ2Text: #222;
}

:root {
  --qaQ2Bg: #F7F7F0;
}

:root {
  --qaAText: #7B605F;
}

:root {
  --thText: #7B605F;
}

:root {
  --thBg: #F2F1DC;
}

:root {
  --tdText: #444;
}

:root {
  --tdBg: #F7F7F0;
}

:root {
  --linkText: #1E86c9;
}

:root {
  --noteText: #808285;
}

:root {
  --gradientFirst: #64B0DA;
}

:root {
  --gradientLast: #F66396;
}

:root {
  --memberText: #113080;
}

:root {
  --commentText: #F66395;
}

:root {
  --commentBg: #FBEFF4;
}

:root {
  --breadCrumbBg: #EFEFEF;
}

:root {
  --partnerText: #E20637;
}

:root {
  --partnerBg: #E20637;
}

:root {
  --partnerBtnText: #FFF;
}

:root {
  --cautionText: #DF263C;
}

:root {
  --breakpoint-xs: 0px;
}

:root {
  --breakpoint-sm: 320px;
}

:root {
  --breakpoint-md: 750px;
}

:root {
  --breakpoint-lg: 992px;
}

:root {
  --breakpoint-xl: 1200px;
}

:root {
  --breakpoint-xxl: 1400px;
}

:root {
  --normalFontSize: 1rem;
  --ctaBtnFontSize: 1rem;
  --spCtaBtnFontSize: 0.7857142857rem;
  --mainvFontSize: 1.7857142857rem;
}

@media only screen and (max-width: 750px) {
  :root {
    --normalFontSize: 3.73vw;
    --ctaBtnFontSize: 3.73vw;
    --spCtaBtnFontSize: 2.9307142857vw;
    --mainvFontSize: 3.9964285714vw;
  }
}
:root {
  --inner-xs: 1920px;
}

:root {
  --inner-md: 1000px;
}

:root {
  --inner-lg: 940px;
}

:root {
  --inner-sm: 800px;
}

@media only screen and (min-width: 751px) and (max-width: 999px) {
  :root {
    --inner-md: 94vw;
  }
}
@media only screen and (max-width: 750px) {
  :root {
    --inner-xs: 94vw;
  }
  :root {
    --inner-md: 94vw;
  }
  :root {
    --inner-lg: 94vw;
  }
  :root {
    --inner-sm: 94vw;
  }
}
:root {
  --shadow1: 0px 4px 2px rgba(203, 203, 203, 0.8);
}

:root {
  --shadow2: 0px 4px 2px rgba(0, 0, 0, 0.3);
}

/* --------------------------------------------------------------------------------------
メインヴィジュアル
--------------------------------------------------------------------------------------- */
#mainv {
  background-color: #F9F9F9;
}
#mainv .inner {
  background-image: linear-gradient(90deg, #F9F9F9, #F9F9F9 28%, rgba(249, 249, 249, 0) 35%, rgba(249, 249, 249, 0) 95%, #F9F9F9 99%, #F9F9F9), url(../images/couple/mainv_bg.jpg);
  background-size: auto auto, auto 100%;
  background-position: left top, right top;
}
#mainv .inner h1 {
  color: var(--textMain);
  font-size: var(--mainvFontSize);
  font-weight: 700;
  line-height: 1.2;
  padding: 110px 0 130px;
}
#mainv .inner h1 span {
  font-size: 1.44em;
}

/*--------------------------endPC--------------------------------*/
/*SP
-----------------------------------------------------------------*/
@media only screen and (max-width: 750px) {
  #mainv .inner {
    background-image: linear-gradient(90deg, #F9F9F9, #F9F9F9 20%, rgba(249, 249, 249, 0) 40%, rgba(249, 249, 249, 0)), url(../images/couple/mainv_bg.jpg);
    background-position: left top, right 30% bottom;
  }
  #mainv .inner h1 {
    color: var(--textMain);
    font-size: var(--mainvFontSize);
    font-weight: 700;
    line-height: 1.2;
    padding: 26.6vw 0;
    filter: drop-shadow(0 0 3px rgb(255, 255, 255)) drop-shadow(0 0 3px rgb(255, 255, 255)) drop-shadow(0 0 3px rgb(255, 255, 255)) drop-shadow(0 0 3px rgb(255, 255, 255));
  }
  #mainv .inner h1 span {
    font-size: 1.44em;
  }
}
/*--------------------------endSP--------------------------------*/
/* --------------------------------------------------------------------------------------
メインカラム
--------------------------------------------------------------------------------------- */
#mainColmun {
  width: 100% !important;
}
#mainColmun .inner .lead {
  margin: 0 0 60px;
  font-size: 1.5714285714rem;
}
@media only screen and (max-width: 750px) {
  #mainColmun .inner .lead {
    font-size: 5.8614285714vw;
  }
}
#mainColmun .inner > ul {
  column-gap: 30px;
  row-gap: 30px;
}
#mainColmun .inner > ul > li {
  width: calc((100% - 60px) / 3);
  background: #FAF7EE;
  border: solid 1px #DDD;
  box-sizing: border-box;
  box-shadow: var(--shadow1);
}
#mainColmun .inner > ul > li figure {
  width: 100%;
  height: 250.5px;
}
#mainColmun .inner > ul > li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
#mainColmun .inner > ul > li .textArea {
  padding: 20px 20px 30px;
}
#mainColmun .inner > ul > li .textArea .title {
  font-weight: 700;
  margin: 0 0 20px;
  font-size: 1.2857142857rem;
}
@media only screen and (max-width: 750px) {
  #mainColmun .inner > ul > li .textArea .title {
    font-size: 4.7957142857vw;
  }
}
#mainColmun .inner > ul > li .textArea .name p {
  display: inline-block;
}
#mainColmun .inner > ul > li .textArea .name p:first-child {
  margin: 0 1em 0 0;
}
#mainColmun .inner > ul > li .textArea .name p span {
  font-weight: 700;
  font-size: 1.0714285714rem;
}
@media only screen and (max-width: 750px) {
  #mainColmun .inner > ul > li .textArea .name p span {
    font-size: 3.9964285714vw;
  }
}
#mainColmun .inner > ul > li .textArea .name p span.man {
  color: #4967E7;
}
#mainColmun .inner > ul > li .textArea .name p span.woman {
  color: #EA2588;
}
#mainColmun .inner > ul > li .textArea .date {
  margin: 0 0 10px;
  font-size: 0.8571428571rem;
}
@media only screen and (max-width: 750px) {
  #mainColmun .inner > ul > li .textArea .date {
    font-size: 3.1971428571vw;
  }
}
#mainColmun .inner > ul > li .textArea .honbun {
  font-size: 0.9285714286rem;
}
@media only screen and (max-width: 750px) {
  #mainColmun .inner > ul > li .textArea .honbun {
    font-size: 3.4635714286vw;
  }
}
#mainColmun .inner > ul > li .textArea .honbun p {
  margin: 1em 0;
}
#mainColmun .inner > ul > li .textArea .honbun img {
  max-width: 65%;
  width: auto;
  margin: 1em 0;
}
#mainColmun .inner > ul > li .textArea .honbun iframe {
  margin: 1em 0;
}
#mainColmun .inner > ul > li .textArea .honbun a {
  color: var(--linkText);
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  #mainColmun .inner > ul > li .textArea .honbun a:hover {
    text-decoration: none;
  }
}
#mainColmun .inner > ul > li .textArea .honbun ul {
  padding-left: 1.5em;
}
#mainColmun .inner > ul > li .textArea .honbun ul li {
  list-style-type: disc;
}
#mainColmun .inner > ul > li .textArea .honbun ol {
  padding-left: 1.5em;
}
#mainColmun .inner > ul > li .textArea .honbun ol li {
  list-style-type: decimal;
}

/*--------------------------endPC--------------------------------*/
/*SP
-----------------------------------------------------------------*/
@media only screen and (max-width: 750px) {
  #mainColmun .inner .lead {
    margin: 0 0 15vw;
    padding: 0 3.3vw;
    font-size: 1.1428571429rem;
  }
}
@media only screen and (max-width: 750px) and (max-width: 750px) {
  #mainColmun .inner .lead {
    font-size: 4.2628571429vw;
  }
}
@media only screen and (max-width: 750px) {
  #mainColmun .inner > ul {
    flex-direction: column;
    column-gap: 0;
    row-gap: 8vw;
  }
  #mainColmun .inner > ul > li {
    width: 100%;
  }
  #mainColmun .inner > ul > li figure {
    width: 100%;
    aspect-ratio: 1/1;
  }
  #mainColmun .inner > ul > li .textArea {
    padding: 7vw 5vw 8vw;
  }
  #mainColmun .inner > ul > li .textArea .title {
    margin: 0 0 3vw;
    font-size: 1.2142857143rem;
  }
}
@media only screen and (max-width: 750px) and (max-width: 750px) {
  #mainColmun .inner > ul > li .textArea .title {
    font-size: 4.5292857143vw;
  }
}
@media only screen and (max-width: 750px) {
  #mainColmun .inner > ul > li .textArea .name p span {
    font-size: 1.0714285714rem;
  }
}
@media only screen and (max-width: 750px) and (max-width: 750px) {
  #mainColmun .inner > ul > li .textArea .name p span {
    font-size: 3.9964285714vw;
  }
}
/*--------------------------endSP--------------------------------*//*# sourceMappingURL=couple.css.map */