@charset "UTF-8";
/* Device Width */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&family=Noto+Serif+JP:wght@400;500;600&display=swap");
/*--------------------------------------------------------------
#錫婚式new202203
--------------------------------------------------------------*/
/* font setting */
body {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media only, screen and (max-width: 736px) {
    body {
      font-size: 14px; } }

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.pcItem {
  display: block; }
  @media only, screen and (max-width: 736px) {
    .pcItem {
      display: none; } }

.spItem {
  display: none; }
  @media only, screen and (max-width: 736px) {
    .spItem {
      display: block; } }

.pc {
  display: inline; }
  @media only, screen and (max-width: 736px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media only, screen and (max-width: 736px) {
    .sp {
      display: inline; } }

figure {
  margin: 0; }

img {
  width: 100%;
  height: auto;
  line-height: 1; }

.btn-link {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 5px 30px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  background: #b28a0f;
  transition: background 0.3s; }
  @media only, screen and (max-width: 736px) {
    .btn-link {
      font-size: 3.75vw; } }
  .btn-link:hover {
    text-decoration: none;
    background: #000; }
  .btn-link span:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    padding-right: 0.5em;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #fff;
    vertical-align: middle; }
    @media only, screen and (max-width: 736px) {
      .btn-link span:before {
        border-width: 0.78125vw 0 0.78125vw 1.25vw; } }

.bridal .slide {
  display: none;
  margin: 20px auto 60px; }
  @media only, screen and (max-width: 736px) {
    .bridal .slide {
      margin: 5.3333333333vw auto 8vw; } }
  .bridal .slide img {
    margin: 0 3px; }
  .bridal .slide.slick-initialized {
    display: block; }
.bridal .bridal-nav ul {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  padding: 0;
  position: relative;
  list-style: none; }
  .bridal .bridal-nav ul li {
    padding: 0 0 20px;
    font-size: 16px;
    font-family: "Noto Serif JP", serif; }
    @media only, screen and (max-width: 736px) {
      .bridal .bridal-nav ul li {
        padding: 0 0 10px;
        font-size: 2.5vw; } }
    .bridal .bridal-nav ul li a, .bridal .bridal-nav ul li span {
      padding: 0 30px;
      color: #000;
      text-decoration: none;
      border-left: solid 1px #ded7c2;
      cursor: pointer;
      transition: color 0.3s; }
      @media only, screen and (max-width: 736px) {
        .bridal .bridal-nav ul li a, .bridal .bridal-nav ul li span {
          padding: 0 10px; } }
      .bridal .bridal-nav ul li a:hover, .bridal .bridal-nav ul li span:hover {
        color: #b28a0f; }
    .bridal .bridal-nav ul li:first-of-type a {
      border-left: none; }
    .bridal .bridal-nav ul li.venue span:after {
      content: "";
      display: inline-block;
      width: 0;
      height: 0;
      margin-left: 5px;
      border-style: solid;
      border-width: 8px 5px 0 5px;
      border-color: #868686 transparent transparent transparent; }
      @media only, screen and (max-width: 736px) {
        .bridal .bridal-nav ul li.venue span:after {
          margin-left: 0.78125vw;
          border-width: 1.25vw 0.78125vw 0 0.78125vw; } }
    .bridal .bridal-nav ul li.venue ul {
      display: flex;
      display: -ms-flexbox;
      justify-content: center;
      flex-wrap: wrap;
      width: 100%;
      padding: 30px 0 40px;
      background: #ded7c2;
      position: absolute;
      left: 0;
      top: 47px;
      z-index: -1;
      opacity: 0;
      transition: opacity 0.3s, top 0.3s;
      box-sizing: border-box; }
      @media only, screen and (max-width: 736px) {
        .bridal .bridal-nav ul li.venue ul {
          width: auto;
          top: 5vw;
          padding: 4.6875vw 0 6.25vw; } }
      .bridal .bridal-nav ul li.venue ul.venue-open {
        opacity: 1;
        top: 52px;
        z-index: 1; }
        @media only, screen and (max-width: 736px) {
          .bridal .bridal-nav ul li.venue ul.venue-open {
            top: 6.5625vw; } }
      .bridal .bridal-nav ul li.venue ul li {
        margin: 0 5px;
        padding: 0; }
        @media only, screen and (max-width: 736px) {
          .bridal .bridal-nav ul li.venue ul li {
            width: 30%; } }
        .bridal .bridal-nav ul li.venue ul li a {
          padding: 0;
          color: #000;
          transition: color 0.3s; }
          .bridal .bridal-nav ul li.venue ul li a:hover span {
            color: #b28a0f; }
        .bridal .bridal-nav ul li.venue ul li span {
          padding: 0; }
          .bridal .bridal-nav ul li.venue ul li span:after {
            content: "";
            display: inline-block;
            width: 0;
            height: 0;
            margin-left: 5px;
            border-style: solid;
            border-width: 5px 0 5px 8px;
            border-color: transparent transparent transparent #868686; }
            @media only, screen and (max-width: 736px) {
              .bridal .bridal-nav ul li.venue ul li span:after {
                border-width: 0.78125vw 0 0.78125vw 1.25vw; } }
        .bridal .bridal-nav ul li.venue ul li img {
          display: block;
          width: 192px;
          height: auto;
          vertical-align: bottom;
          border: solid 2px #fff; }
          @media only, screen and (max-width: 736px) {
            .bridal .bridal-nav ul li.venue ul li img {
              width: 100%; } }
.bridal .read {
  width: 70.3125vw;
  max-width: 900px;
  margin: 0 auto 40px; }
  @media only, screen and (max-width: 736px) {
    .bridal .read {
      width: 90.6666666667vw;
      margin: 0 auto 10.6666666667vw; } }
  .bridal .read div {
    width: 53.125vw;
    max-width: 680px; }
    @media only, screen and (max-width: 736px) {
      .bridal .read div {
        width: 53.3333333333vw;
        max-width: inherit; } }
    .bridal .read div p {
      margin-bottom: 70px;
      font-family: "Noto Serif JP", serif;
      font-size: 16px;
      line-height: 2;
      text-align: justify;
      letter-spacing: 0.08em; }
      @media only, screen and (max-width: 736px) {
        .bridal .read div p {
          margin-bottom: 0;
          font-size: 4vw; } }
    .bridal .read div .recommend {
      width: 43.75vw;
      max-width: 560px;
      margin: 0 auto; }
      .bridal .read div .recommend h2 {
        font-size: 24px;
        text-align: center; }
      .bridal .read div .recommend .flex-box {
        width: auto;
        margin: 0 auto;
        justify-content: center;
        flex-wrap: wrap; }
        .bridal .read div .recommend .flex-box div {
          width: 17.1875vw;
          max-width: 220px;
          margin: 0 5px 20px; }
          .bridal .read div .recommend .flex-box div p {
            margin: 0;
            font-family: "Noto Sans JP", sans-serif;
            text-align: center;
            line-height: 1.5;
            letter-spacing: 0; }
.bridal .main {
  margin-bottom: 7.8125vw;
  position: relative; }
  @media screen and (max-width: 979px) {
    .bridal .main {
      margin-bottom: 40px; } }
  @media only, screen and (max-width: 736px) {
    .bridal .main {
      margin-bottom: 6.25vw; } }
  @media screen and (max-width: 979px) {
    .bridal .main figure {
      margin-bottom: 40px; } }
  @media only, screen and (max-width: 736px) {
    .bridal .main figure {
      margin-bottom: 6.25vw; } }
  .bridal .main figure img {
    vertical-align: bottom; }
  .bridal .main div {
    width: 26.5625vw;
    padding: 1.5625vw 2.34375vw;
    box-sizing: border-box;
    background: url(../img/bg_main_read.png) left top/100% auto;
    position: absolute;
    bottom: -60px;
    right: 40px; }
    @media screen and (min-width: 1281px) {
      .bridal .main div {
        width: 340px;
        padding: 30px; } }
    @media screen and (max-width: 979px) {
      .bridal .main div {
        width: 91.875vw;
        margin: 0 auto;
        padding: 0;
        position: static; } }
    .bridal .main div h1 {
      margin: 0 0 10px;
      font-size: 2.34375vw;
      writing-mode: horizontal-tb;
      -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
      letter-spacing: 0; }
      @media screen and (min-width: 1281px) {
        .bridal .main div h1 {
          font-size: 30px; } }
      @media screen and (max-width: 979px) {
        .bridal .main div h1 {
          margin-bottom: 10px; } }
      @media only, screen and (max-width: 736px) {
        .bridal .main div h1 {
          font-size: 5vw; } }
      .bridal .main div h1 span {
        display: block;
        font-size: 1.71875vw;
        text-indent: -0.4em; }
        @media screen and (min-width: 1281px) {
          .bridal .main div h1 span {
            font-size: 22px; } }
        @media only, screen and (max-width: 736px) {
          .bridal .main div h1 span {
            font-size: 3.4375vw; } }
      .bridal .main div h1.ttl-tokyo span:first-of-type {
        font-size: 1.484375vw;
        text-indent: 0; }
        @media screen and (min-width: 1281px) {
          .bridal .main div h1.ttl-tokyo span:first-of-type {
            font-size: 19px; } }
        @media only, screen and (max-width: 736px) {
          .bridal .main div h1.ttl-tokyo span:first-of-type {
            font-size: 3.75vw; } }
      .bridal .main div h1.ttl-tokyo span:nth-of-type(2) {
        margin: 0 0  10px;
        font-family: "Noto Sans JP", sans-serif;
        font-size: 1.25vw;
        font-weight: 500;
        text-align: center;
        letter-spacing: 0.1em;
        color: #fff;
        background: #b28a0f; }
        @media screen and (min-width: 1281px) {
          .bridal .main div h1.ttl-tokyo span:nth-of-type(2) {
            font-size: 16px; } }
        @media only, screen and (max-width: 736px) {
          .bridal .main div h1.ttl-tokyo span:nth-of-type(2) {
            display: inline-block;
            margin: 0 0 5px 5px;
            padding: 0 7px;
            font-size: 2.5vw;
            vertical-align: middle;
            text-indent: 0; } }
    .bridal .main div p {
      margin: 0;
      font-family: "Noto Serif JP", serif;
      line-height: 2;
      text-align: justify; }
      .bridal .main div p.other-block {
        margin: 10px 0 0;
        padding: 15px;
        font-size: 14px;
        line-height: 1.75;
        border: double 3px #b28a0f; }
.bridal .bnr-cp {
  width: 70.3125vw;
  margin: 0 auto 4.6875vw; }
  @media screen and (min-width: 1281px) {
    .bridal .bnr-cp {
      width: 900px;
      margin: 0 auto 60px; } }
  @media only, screen and (max-width: 736px) {
    .bridal .bnr-cp {
      width: 91.875vw;
      margin: 0 auto 9.375vw; } }
.bridal .bnr-tokyo {
  width: 78.125vw;
  margin: 0 auto 6.25vw;
  opacity: 1;
  transition: opacity 0.3s; }
  @media screen and (min-width: 1281px) {
    .bridal .bnr-tokyo {
      width: 1000px;
      margin: 0 auto 60px; } }
  @media only, screen and (max-width: 736px) {
    .bridal .bnr-tokyo {
      width: 91.875vw;
      margin: 0 auto 9.375vw; } }
  .bridal .bnr-tokyo:hover {
    opacity: 0.9; }
.bridal .top-map {
  width: 70.3125vw;
  margin: 0 auto 3.90625vw;
  justify-content: space-between; }
  @media screen and (min-width: 1281px) {
    .bridal .top-map {
      width: 900px;
      margin: 0 auto 50px; } }
  @media only, screen and (max-width: 736px) {
    .bridal .top-map {
      display: block;
      width: 91.875vw;
      margin: 0 auto 7.8125vw; } }
  .bridal .top-map figure {
    width: 42.96875vw;
    margin: 0; }
    @media screen and (min-width: 1281px) {
      .bridal .top-map figure {
        width: 550px; } }
    @media only, screen and (max-width: 736px) {
      .bridal .top-map figure {
        width: 100%; } }
  .bridal .top-map div {
    width: 23.4375vw; }
    @media screen and (min-width: 1281px) {
      .bridal .top-map div {
        width: 300px; } }
    @media only, screen and (max-width: 736px) {
      .bridal .top-map div {
        width: 100%; } }
    .bridal .top-map div .ttl-type04 {
      margin: 0 0 10px;
      padding: 0 0 5px; }
    .bridal .top-map div ul {
      margin-bottom: 40px;
      list-style: none; }
      @media only, screen and (max-width: 736px) {
        .bridal .top-map div ul {
          margin-bottom: 4.6875vw; } }
      .bridal .top-map div ul li {
        padding: 0 0 0 20px;
        font-size: 16px;
        font-family: "Noto Serif JP", serif;
        line-height: 1.75;
        letter-spacing: 0.05em;
        position: relative; }
        @media only, screen and (max-width: 736px) {
          .bridal .top-map div ul li {
            padding: 0 0 0 2.6666666667vw;
            font-size: 3.2vw; } }
        .bridal .top-map div ul li:before {
          content: "●";
          display: inline;
          font-size: 7px;
          color: #b28a0f;
          position: absolute;
          left: 0;
          top: 9px; }
          @media only, screen and (max-width: 736px) {
            .bridal .top-map div ul li:before {
              font-size: 5px; } }
        .bridal .top-map div ul li a {
          color: #000; }
        .bridal .top-map div ul li span {
          display: inline-block;
          margin: 0 0 0 10px;
          padding: 3px 7px;
          font-family: "Noto Sans JP", sans-serif;
          font-size: 12px;
          font-weight: 500;
          letter-spacing: 0;
          color: #fff;
          background: #b28a0f;
          text-decoration: none; }
.bridal .recommend {
  /* sp */ }
  .bridal .recommend .flex-box {
    width: 90.1333333333vw;
    margin: 0 auto 5.3333333333vw;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media only, screen and (max-width: 736px) {
      .bridal .recommend .flex-box div {
        width: 44vw;
        margin-bottom: 5.3333333333vw; } }
    @media only, screen and (max-width: 736px) {
      .bridal .recommend .flex-box div p {
        font-size: 3.2vw;
        font-weight: 400;
        line-height: 1.5;
        text-align: center; } }
.bridal .about {
  width: 70.3125vw;
  max-width: 900px;
  margin: 0 auto 60px;
  padding: 40px 0 0;
  border-top: solid 1px #ded7c2; }
  @media only, screen and (max-width: 736px) {
    .bridal .about {
      display: block;
      width: 90.6666666667vw;
      margin: 0 auto 10.6666666667vw; } }
  .bridal .about h2 {
    width: 178px;
    margin: 0 40px 0 0; }
    @media only, screen and (max-width: 736px) {
      .bridal .about h2 {
        width: 35.4666666667vw;
        margin: 0 0 5.3333333333vw 0; } }
  .bridal .about p {
    width: 50.78125vw;
    max-width: 650px;
    font-size: 14px;
    line-height: 1.5; }
    @media only, screen and (max-width: 736px) {
      .bridal .about p {
        width: 100%;
        font-size: 3.7333333333vw; } }
.bridal .ttl-horizontal {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl; }
  .bridal .ttl-horizontal .number {
    margin: -0.25em auto -0.5em;
    height: 1.75em;
    text-align: center;
    text-combine-upright: all;
    font-style: normal;
    text-orientation: sideways;
    writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    text-combine-upright: all; }
.bridal h1 {
  margin: 0 4.6875vw 0 1.5625vw;
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.625;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl; }
  @media only, screen and (max-width: 736px) {
    .bridal h1 {
      margin: 16vw 10.6666666667vw 0 8vw;
      font-size: 6.9333333333vw; } }
.bridal h2 {
  margin: 0 0 60px;
  padding: 0;
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  writing-mode: horizontal-tb;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  background: none; }
  @media only, screen and (max-width: 736px) {
    .bridal h2 {
      margin: 0 0 8vw;
      font-size: 5.3333333333vw; } }
  .bridal h2.ttl-type01 {
    margin-bottom: 35px;
    padding: 0;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.35; }
    @media only, screen and (max-width: 736px) {
      .bridal h2.ttl-type01 {
        margin-bottom: 3.125vw;
        font-size: 5.625vw; } }
    .bridal h2.ttl-type01 span {
      background-image: linear-gradient(0deg, #f1eee5 5px, transparent 12px);
      background-size: 100% 35px;
      line-height: 35px; }
      @media only, screen and (max-width: 736px) {
        .bridal h2.ttl-type01 span {
          background-image: linear-gradient(0deg, #f1eee5 15px, transparent 12px); } }
  .bridal h2.ttl-type02 {
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    letter-spacing: 0;
    color: #b28a0f; }
  .bridal h2.ttl-type03 {
    margin: 0 0 40px; }
    @media only, screen and (max-width: 736px) {
      .bridal h2.ttl-type03 {
        margin: 0 0 5.3333333333vw; } }
  .bridal h2.ttl-type10 {
    margin-bottom: 40px;
    font-size: 24px; }
    @media only, screen and (max-width: 736px) {
      .bridal h2.ttl-type10 {
        margin-bottom: 5.3333333333vw;
        font-size: 5.3333333333vw; } }
.bridal .ttl-type03 {
  padding: 15px 0;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: #fff;
  background-color: #bdaf82; }
  @media only, screen and (max-width: 736px) {
    .bridal .ttl-type03 {
      padding: 2.6666666667vw 0;
      font-size: 3.7333333333vw; } }
.bridal .ttl-type04 {
  margin: 0 0 20px;
  padding: 0 0 10px;
  font-size: 16px;
  font-weight: 500;
  color: #b28a0f;
  border-bottom: solid 1px #b28a0f; }
  @media only, screen and (max-width: 736px) {
    .bridal .ttl-type04 {
      margin: 0 0 4vw;
      padding: 0 0 2.6666666667vw;
      font-size: 3.2vw; } }
.bridal .ttl-type05 {
  width: 100%;
  margin-bottom: 1.5625vw;
  font-size: 1.875vw;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  text-align: center;
  background-image: linear-gradient(0deg, #f1eee5 10px, transparent 10px);
  line-height: 35px; }
  @media screen and (min-width: 1281px) {
    .bridal .ttl-type05 {
      margin-bottom: 20px;
      font-size: 24px; } }
  @media only, screen and (max-width: 736px) {
    .bridal .ttl-type05 {
      margin-bottom: 2.6666666667vw;
      font-size: 5vw;
      background-image: linear-gradient(0deg, #f1eee5 15px, transparent 12px); } }
.bridal .ttl-type05-02 {
  margin-bottom: 1.5625vw;
  text-align: center; }
  .bridal .ttl-type05-02 span {
    width: 100%;
    font-size: 1.875vw;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    background-image: linear-gradient(0deg, #f1eee5 10px, transparent 10px);
    line-height: 35px; }
    @media screen and (min-width: 1281px) {
      .bridal .ttl-type05-02 span {
        margin-bottom: 20px;
        font-size: 24px; } }
    @media only, screen and (max-width: 736px) {
      .bridal .ttl-type05-02 span {
        margin-bottom: 1.5625vw;
        font-size: 5vw;
        background-image: linear-gradient(0deg, #f1eee5 15px, transparent 12px); } }
.bridal .ttl-type06 {
  padding: 10px 0;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  line-height: 1;
  background-color: #666; }
  @media only, screen and (max-width: 736px) {
    .bridal .ttl-type06 {
      padding: 2.6666666667vw 0;
      font-size: 3.7333333333vw; } }
.bridal .ttl-type07 {
  margin: 0 0 20px;
  padding: 20px 0;
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  background-color: #ded7c2; }
  @media only, screen and (max-width: 736px) {
    .bridal .ttl-type07 {
      margin: 0;
      padding: 1.5625vw 0;
      font-size: 2.5vw; } }
.bridal .ttl-type08 {
  margin-bottom: 20px;
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  text-align: center;
  color: #fff; }
  @media only, screen and (max-width: 736px) {
    .bridal .ttl-type08 {
      margin-bottom: 2.6666666667vw;
      font-size: 5.3333333333vw; } }
.bridal .ttl-type09 {
  font-size: 24px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  text-align: left;
  letter-spacing: 0;
  color: #b28a0f; }
  @media only, screen and (max-width: 736px) {
    .bridal .ttl-type09 {
      font-size: 4.2666666667vw; } }
  .bridal .ttl-type09 span {
    background-image: linear-gradient(0deg, #f1eee5 5px, transparent 12px);
    background-size: 100% 35px;
    line-height: 35px; }
    @media only, screen and (max-width: 736px) {
      .bridal .ttl-type09 span {
        line-height: inherit;
        background-image: linear-gradient(0deg, #f1eee5 15px, transparent 12px);
        background-size: 100% 27px; } }
.bridal .ttl-type10 {
  padding: 15px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  background-color: #ded7c2; }
  @media only, screen and (max-width: 736px) {
    .bridal .ttl-type10 {
      padding: 2.6666666667vw 0;
      font-size: 3.7333333333vw; } }
.bridal .ttl-type11 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  text-align: center; }
  @media only, screen and (max-width: 736px) {
    .bridal .ttl-type11 {
      font-size: 3.75vw; } }
.bridal .ttl-type12 {
  margin: 0 0 20px;
  padding: 20px 0;
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  color: #fff;
  background-color: #bdaf82; }
  @media only, screen and (max-width: 736px) {
    .bridal .ttl-type12 {
      margin: 0;
      padding: 2.6666666667vw 0;
      font-size: 4.2666666667vw; } }
.bridal .ttl-type13 {
  margin: 0 0 30px;
  padding: 10px 0 30px;
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  border-bottom: solid 1px #bdaf82; }
  @media only, screen and (max-width: 736px) {
    .bridal .ttl-type13 {
      margin: 0 0 8vw;
      padding: 2.6666666667vw 0 8vw;
      font-size: 3.7333333333vw; } }
.bridal .txt-att {
  margin: 0 0 0 1em;
  text-indent: -1em; }
  @media only, screen and (max-width: 736px) {
    .bridal .txt-att {
      font-size: 3.2vw; } }
.bridal .box-beige {
  background-color: #f1eee5; }
  .bridal .box-beige .ttl-type05 {
    background-image: linear-gradient(0deg, #fff 10px, transparent 10px); }
  .bridal .box-beige .ttl-type05-02 span {
    background-image: linear-gradient(0deg, #fff 10px, transparent 10px); }
.bridal .box-beige02 {
  background-color: #bdaf82; }
.bridal .box-white {
  background-color: #fff; }
.bridal .box-gray {
  background-color: #efefef; }
.bridal .pd-top20 {
  padding: 20px 0 0; }
  @media only, screen and (max-width: 736px) {
    .bridal .pd-top20 {
      padding: 2.6666666667vw 0 0; } }
.bridal .pd40 {
  padding: 40px 0; }
  @media only, screen and (max-width: 736px) {
    .bridal .pd40 {
      padding: 5.3333333333vw 0; } }
.bridal .pd50 {
  padding: 50px 0; }
  @media only, screen and (max-width: 736px) {
    .bridal .pd50 {
      padding: 6.6666666667vw 0; } }
.bridal .pd70 {
  padding: 70px 0; }
  @media only, screen and (max-width: 736px) {
    .bridal .pd70 {
      padding: 9.3333333333vw 0; } }
.bridal .mb-20 {
  margin: 0 auto 20px; }
  @media only, screen and (max-width: 736px) {
    .bridal .mb-20 {
      margin: 0 auto 5.3333333333vw; } }
.bridal .mb-40 {
  margin: 0 auto 40px; }
  @media only, screen and (max-width: 736px) {
    .bridal .mb-40 {
      margin: 0 auto 6.25vw; } }
.bridal .mb-50 {
  margin: 0 auto 50px; }
  @media only, screen and (max-width: 736px) {
    .bridal .mb-50 {
      margin: 0 auto 6.6666666667vw; } }
.bridal .mb-70 {
  margin: 0 auto 70px; }
  @media only, screen and (max-width: 736px) {
    .bridal .mb-70 {
      margin: 0 auto 9.3333333333vw; } }
.bridal .hide {
  display: none; }
.bridal .btn-anchor {
  font-size: 0;
  text-align: center;
  background-color: #c4a547; }
  @media only, screen and (max-width: 736px) {
    .bridal .btn-anchor {
      text-align: left; } }
  .bridal .btn-anchor a {
    display: inline-block;
    width: 23.359375vw;
    max-width: 299px;
    font-size: 20px;
    font-weight: 500;
    line-height: 80px;
    color: #fff;
    text-decoration: none;
    background-color: #b28a0f; }
    @media screen and (max-width: 820px) {
      .bridal .btn-anchor a {
        width: 30%;
        max-width: inherit; } }
    @media only, screen and (max-width: 736px) {
      .bridal .btn-anchor a {
        display: block;
        width: 72vw;
        max-width: inherit;
        margin: 0 auto;
        font-size: 3.75vw;
        line-height: 16vw; } }
    .bridal .btn-anchor a:not(:first-of-type) {
      border-left: solid 1px #fff; }
      @media only, screen and (max-width: 736px) {
        .bridal .btn-anchor a:not(:first-of-type) {
          border-top: solid 1px #fff;
          border-left: none; } }
    .bridal .btn-anchor a span {
      padding: 0 40px;
      position: relative; }
      @media only, screen and (max-width: 736px) {
        .bridal .btn-anchor a span {
          padding: 0 0 0 18.6666666667vw; } }
      .bridal .btn-anchor a span:before {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        margin: auto;
        border-style: solid;
        border-width: 6px 0 6px 10.4px;
        border-color: transparent transparent transparent #fff;
        transition: left 0.3s;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0; }
        @media only, screen and (max-width: 736px) {
          .bridal .btn-anchor a span:before {
            left: 12vw; } }
    .bridal .btn-anchor a:hover span:before {
      left: 5px; }
      @media only, screen and (max-width: 736px) {
        .bridal .btn-anchor a:hover span:before {
          left: 12vw; } }
.bridal .column-2 a {
  width: 35.078125vw;
  max-width: 449px; }
  @media screen and (max-width: 820px) {
    .bridal .column-2 a {
      width: 48%; } }
  @media only, screen and (max-width: 736px) {
    .bridal .column-2 a {
      width: 72vw;
      max-width: inherit; } }
.bridal .bnr-renewal {
  width: 640px;
  margin: 0 auto;
  align-items: center; }
  @media only, screen and (max-width: 736px) {
    .bridal .bnr-renewal {
      width: 94.6666666667vw;
      align-items: flex-start; } }
  .bridal .bnr-renewal figure {
    width: 140px; }
    .bridal .bnr-renewal figure img {
      vertical-align: bottom; }
      @media only, screen and (max-width: 736px) {
        .bridal .bnr-renewal figure img {
          vertical-align: top; } }
  .bridal .bnr-renewal div {
    width: 37.5vw;
    padding: 0 30px; }
    @media only, screen and (max-width: 736px) {
      .bridal .bnr-renewal div {
        width: 80vw;
        padding: 2.6666666667vw 2.6666666667vw; } }
    .bridal .bnr-renewal div h2 {
      margin: 0 0 15px;
      font-size: 24px;
      text-align: left; }
      @media only, screen and (max-width: 736px) {
        .bridal .bnr-renewal div h2 {
          margin: 0 0 1.3333333333vw;
          font-size: 4.2666666667vw; } }
    .bridal .bnr-renewal div p {
      font-size: 18px;
      font-family: "Noto Serif JP", serif;
      line-height: 1.3; }
      @media only, screen and (max-width: 736px) {
        .bridal .bnr-renewal div p {
          font-size: 3.4666666667vw; } }
      .bridal .bnr-renewal div p span {
        display: block;
        margin-bottom: 5px;
        font-size: 16px; }
        @media only, screen and (max-width: 736px) {
          .bridal .bnr-renewal div p span {
            font-size: 3.2vw; } }
  .bridal .bnr-renewal.mb-50 {
    margin: 0 auto 50px; }
    @media only, screen and (max-width: 736px) {
      .bridal .bnr-renewal.mb-50 {
        margin: 0 auto 6.6666666667vw; } }
.bridal .box-sns {
  justify-content: center; }
  @media only, screen and (max-width: 736px) {
    .bridal .box-sns {
      display: block;
      width: 73.0666666667vw;
      margin: 0 auto; } }
  .bridal .box-sns .box-line {
    width: 28.125vw;
    max-width: 360px;
    margin: 0 40px; }
    @media only, screen and (max-width: 736px) {
      .bridal .box-sns .box-line {
        width: 100%;
        max-width: inherit;
        margin: 0 0 2.6666666667vw; } }
    .bridal .box-sns .box-line img {
      width: 60px;
      height: auto; }
      @media only, screen and (max-width: 736px) {
        .bridal .box-sns .box-line img {
          width: 55px; } }
    .bridal .box-sns .box-line p {
      width: 21.875vw;
      max-width: 280px;
      margin: 0 0 0 20px; }
      @media only, screen and (max-width: 736px) {
        .bridal .box-sns .box-line p {
          width: 56vw;
          max-width: inherit; } }
  .bridal .box-sns .box-insta {
    width: 37.5vw;
    max-width: 480px;
    margin: 0 40px; }
    @media only, screen and (max-width: 736px) {
      .bridal .box-sns .box-insta {
        width: 100%;
        max-width: inherit;
        margin: 0 0 2.6666666667vw; } }
    .bridal .box-sns .box-insta figure {
      width: 60px;
      height: auto; }
      @media only, screen and (max-width: 736px) {
        .bridal .box-sns .box-insta figure {
          width: 55px; } }
    .bridal .box-sns .box-insta p {
      width: 30.859375vw;
      max-width: 395px;
      margin: 0 0 0 20px; }
      @media only, screen and (max-width: 736px) {
        .bridal .box-sns .box-insta p {
          width: 56vw;
          max-width: inherit; } }
  .bridal .box-sns .box-line p,
  .bridal .box-sns .box-insta p {
    font-size: 16px;
    font-family: "Noto Serif JP", serif; }
    @media only, screen and (max-width: 736px) {
      .bridal .box-sns .box-line p,
      .bridal .box-sns .box-insta p {
        font-size: 3.2vw; } }
    .bridal .box-sns .box-line p a,
    .bridal .box-sns .box-insta p a {
      font-size: 18px;
      font-family: "Noto Sans JP", sans-serif;
      color: #b28a0f;
      text-decoration: underline; }
      @media only, screen and (max-width: 736px) {
        .bridal .box-sns .box-line p a,
        .bridal .box-sns .box-insta p a {
          font-size: 3.6vw; } }
      .bridal .box-sns .box-line p a:hover,
      .bridal .box-sns .box-insta p a:hover {
        text-decoration: none; }
.bridal .panf {
  margin: 0 auto;
  text-align: center; }
  .bridal .panf a {
    display: block;
    width: 25vw;
    height: auto;
    margin: 0 auto;
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif;
    color: #b28a0f;
    text-decoration: underline; }
    @media only, screen and (max-width: 736px) {
      .bridal .panf a {
        width: 73.0666666667vw;
        font-size: 3.6vw; } }
    .bridal .panf a:hover {
      text-decoration: none; }
    .bridal .panf a img {
      display: block;
      width: 180px;
      margin: 0 auto;
      vertical-align: bottom; }
.bridal .celebrate {
  max-width: 1280px;
  margin: 0 auto 60px;
  align-items: flex-start; }
  @media only, screen and (max-width: 736px) {
    .bridal .celebrate {
      flex-wrap: wrap;
      margin: 0 auto 4.6875vw; } }
  .bridal .celebrate figure {
    width: 49.21875vw;
    max-width: 630px; }
    @media only, screen and (max-width: 736px) {
      .bridal .celebrate figure {
        width: 100%;
        margin: 0 auto 8vw; } }
  .bridal .celebrate h2 {
    margin: 45px 45px 0;
    font-family: "Noto Serif JP", serif;
    font-size: 30px;
    letter-spacing: 0; }
    @media only, screen and (max-width: 736px) {
      .bridal .celebrate h2 {
        margin: 0 5.3333333333vw 0 10.6666666667vw;
        font-size: 6.9333333333vw;
        text-align: left; } }
  .bridal .celebrate div {
    width: 30.46875vw;
    max-width: 390px;
    margin-top: 35px; }
    @media only, screen and (max-width: 736px) {
      .bridal .celebrate div {
        width: 64vw;
        max-width: inherit;
        margin-top: 0; } }
    .bridal .celebrate div p {
      font-family: "Noto Serif JP", serif;
      font-size: 16px;
      text-align: justify;
      line-height: 2; }
      @media only, screen and (max-width: 736px) {
        .bridal .celebrate div p {
          font-size: 4vw; } }
      .bridal .celebrate div p:not(:last-of-type) {
        margin-bottom: 1em; }
      .bridal .celebrate div p .txt-strong {
        font-size: 18px;
        border-bottom: solid 2px #b28a0f; }
        @media only, screen and (max-width: 736px) {
          .bridal .celebrate div p .txt-strong {
            font-size: 5vw; } }
.bridal .point {
  width: 78.125vw;
  margin: 0 auto; }
  @media screen and (min-width: 1281px) {
    .bridal .point {
      width: 1000px; } }
  .bridal .point section {
    margin-bottom: 4.6875vw; }
    @media screen and (min-width: 1281px) {
      .bridal .point section {
        margin-bottom: 60px; } }
    .bridal .point section:last-of-type {
      margin-bottom: 0;
      padding-bottom: 60px; }
  .bridal .point h3 {
    margin-bottom: 20px;
    font-size: 24px;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    text-align: center; }
    @media only, screen and (max-width: 736px) {
      .bridal .point h3 {
        font-size: 5vw; } }
    .bridal .point h3 + figure {
      width: 49.21875vw;
      margin: 0 auto 20px; }
      @media screen and (min-width: 1281px) {
        .bridal .point h3 + figure {
          width: 630px; } }
      @media only, screen and (max-width: 736px) {
        .bridal .point h3 + figure {
          width: 100%; } }
      .bridal .point h3 + figure img {
        vertical-align: bottom; }
  .bridal .point p {
    margin-bottom: 20px;
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    text-align: center; }
    @media only, screen and (max-width: 736px) {
      .bridal .point p {
        font-size: 14px;
        text-align: left; } }
  .bridal .point .flex-box {
    justify-content: space-between; }
    @media only, screen and (max-width: 736px) {
      .bridal .point .flex-box {
        display: block;
        width: 60vw;
        margin: 0 auto; } }
    .bridal .point .flex-box figure {
      width: 25.625vw; }
      @media screen and (min-width: 1281px) {
        .bridal .point .flex-box figure {
          width: 328px; } }
      @media only, screen and (max-width: 736px) {
        .bridal .point .flex-box figure {
          width: 100%; } }
.bridal .ceremony {
  width: 78.125vw;
  max-width: 1000px;
  margin: 0 auto;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media only, screen and (max-width: 736px) {
    .bridal .ceremony {
      display: block;
      width: 94.6666666667vw; } }
  .bridal .ceremony div {
    width: 38.28125vw;
    max-width: 490px;
    margin-bottom: 50px; }
    @media only, screen and (max-width: 736px) {
      .bridal .ceremony div {
        width: 100%;
        margin-bottom: 5.3333333333vw; } }
    .bridal .ceremony div .ceremony--photo {
      margin-bottom: 20px;
      justify-content: space-between; }
      @media only, screen and (max-width: 736px) {
        .bridal .ceremony div .ceremony--photo {
          margin-bottom: 2.6666666667vw; } }
      .bridal .ceremony div .ceremony--photo figure {
        width: 49.48%; }
        .bridal .ceremony div .ceremony--photo figure img {
          vertical-align: bottom; }
    @media only, screen and (max-width: 736px) {
      .bridal .ceremony div .ceremony--tokyo {
        display: block;
        margin-bottom: 2.6666666667vw; } }
    @media only, screen and (max-width: 736px) {
      .bridal .ceremony div .ceremony--tokyo figure {
        width: 100%; } }
    .bridal .ceremony div .ceremony--tokyo figure img {
      margin: 0 0 5px; }
    .bridal .ceremony div p {
      padding: 0 20px;
      font-size: 16px;
      font-family: "Noto Serif JP", serif;
      line-height: 1.75;
      text-align: justify; }
      @media only, screen and (max-width: 736px) {
        .bridal .ceremony div p {
          padding: 0;
          font-size: 3.2vw; } }
.bridal .top-venue {
  width: 78.125vw;
  margin: 0 auto;
  padding: 4.6875vw 0 0; }
  @media screen and (min-width: 1281px) {
    .bridal .top-venue {
      width: 1000px;
      padding: 60px 0 0; } }
  @media only, screen and (max-width: 736px) {
    .bridal .top-venue {
      width: 91.875vw; } }
  .bridal .top-venue h3 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 24px;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    border-bottom: solid 1px #ded7c2; }
    @media only, screen and (max-width: 736px) {
      .bridal .top-venue h3 {
        font-size: 16px; } }
  .bridal .top-venue .flex-box {
    margin: 0 0 4.6875vw;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (min-width: 1281px) {
      .bridal .top-venue .flex-box {
        margin: 0 0 60px; } }
    @media only, screen and (max-width: 736px) {
      .bridal .top-venue .flex-box {
        display: block; } }
    .bridal .top-venue .flex-box div {
      width: 38.28125vw;
      margin: 0 0 3.125vw; }
      @media screen and (min-width: 1281px) {
        .bridal .top-venue .flex-box div {
          width: 490px;
          margin: 0 0 40px; } }
      @media only, screen and (max-width: 736px) {
        .bridal .top-venue .flex-box div {
          width: 100%; } }
      .bridal .top-venue .flex-box div.address {
        margin: 0;
        padding: 0 15px; }
        .bridal .top-venue .flex-box div.address p {
          font-weight: 400; }
          @media only, screen and (max-width: 736px) {
            .bridal .top-venue .flex-box div.address p {
              line-height: 1.75; } }
        .bridal .top-venue .flex-box div.address a {
          color: #000;
          text-decoration: none; }
          @media only, screen and (max-width: 736px) {
            .bridal .top-venue .flex-box div.address a {
              text-decoration: underline; } }
          .bridal .top-venue .flex-box div.address a:hover {
            text-decoration: underline; }
          .bridal .top-venue .flex-box div.address a span:before {
            content: "▶︎";
            display: inline;
            font-size: 11px;
            padding-right: 0.5em;
            vertical-align: text-bottom; }
        .bridal .top-venue .flex-box div.address .flex-box {
          justify-content: flex-start; }
          @media only, screen and (max-width: 736px) {
            .bridal .top-venue .flex-box div.address .flex-box {
              display: flex;
              display: -ms-flexbox;
              margin-top: 1.5625vw; } }
        .bridal .top-venue .flex-box div.address .btn-link {
          display: block;
          margin: 0 10px 0 0;
          padding: 5px 30px;
          font-size: 18px;
          font-weight: 500;
          color: #fff;
          background: #b28a0f;
          transition: background 0.3s; }
          @media only, screen and (max-width: 736px) {
            .bridal .top-venue .flex-box div.address .btn-link {
              margin: 0 10px 0 0;
              padding: 0.78125vw 4.6875vw;
              font-size: 3.75vw;
              text-decoration: none; } }
          .bridal .top-venue .flex-box div.address .btn-link:hover {
            text-decoration: none;
            background: #000; }
          .bridal .top-venue .flex-box div.address .btn-link span:before {
            content: "";
            display: inline-block;
            width: 0;
            height: 0;
            margin-left: 5px;
            border-style: solid;
            border-width: 5px 0 5px 8px;
            border-color: transparent transparent transparent #fff;
            vertical-align: middle; }
            @media only, screen and (max-width: 736px) {
              .bridal .top-venue .flex-box div.address .btn-link span:before {
                margin-left: 0.78125vw;
                border-width: 0.78125vw 0 0.78125vw 1.25vw; } }
  .bridal .top-venue--read {
    margin-bottom: 40px;
    padding: 30px;
    font-weight: 500;
    background: #f1eee5; }
    @media only, screen and (max-width: 736px) {
      .bridal .top-venue--read {
        margin-bottom: 6.25vw;
        padding: 4.6875vw; } }
    .bridal .top-venue--read p {
      margin-bottom: 10px; }
    .bridal .top-venue--read .btn-link {
      display: block;
      width: 270px;
      margin: 0 auto; }
      @media only, screen and (max-width: 736px) {
        .bridal .top-venue--read .btn-link {
          width: 62.5vw; } }
.bridal .menu {
  width: 75.78125vw;
  max-width: 970px;
  margin: 0 auto 50px;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media only, screen and (max-width: 736px) {
    .bridal .menu {
      display: block;
      width: 94.6666666667vw;
      max-width: inherit;
      margin: 0 auto 5.3333333333vw; } }
  .bridal .menu--photo {
    width: 38.28125vw;
    max-width: 490px; }
    @media only, screen and (max-width: 736px) {
      .bridal .menu--photo {
        width: 100%;
        max-width: inherit; } }
    .bridal .menu--photo p {
      margin: 18px 0 30px;
      padding: 0 10px;
      font-size: 16px;
      font-family: "Noto Serif JP", serif;
      line-height: 1.75; }
      @media only, screen and (max-width: 736px) {
        .bridal .menu--photo p {
          margin: 1.3333333333vw 0 5.3333333333vw;
          padding: 0;
          font-size: 3.2vw; } }
  .bridal .menu .menu--sub {
    justify-content: space-between; }
    .bridal .menu .menu--sub figure {
      width: 12.5vw;
      max-width: 160px; }
      @media only, screen and (max-width: 736px) {
        .bridal .menu .menu--sub figure {
          width: 30.9333333333vw; } }
  .bridal .menu--txt {
    width: 33.203125vw;
    max-width: 425px; }
    @media only, screen and (max-width: 736px) {
      .bridal .menu--txt {
        width: 84vw;
        max-width: inherit;
        margin: 0 auto; } }
    .bridal .menu--txt ul {
      margin-bottom: 10px;
      list-style: none; }
      @media only, screen and (max-width: 736px) {
        .bridal .menu--txt ul {
          margin-bottom: 1.3333333333vw; } }
      .bridal .menu--txt ul li {
        padding: 0 0 0 20px;
        font-size: 16px;
        font-family: "Noto Serif JP", serif;
        line-height: 1.75;
        letter-spacing: 0.05em;
        position: relative; }
        @media only, screen and (max-width: 736px) {
          .bridal .menu--txt ul li {
            padding: 0 0 0 2.6666666667vw;
            font-size: 3.2vw; } }
        .bridal .menu--txt ul li:before {
          content: "●";
          display: inline;
          font-size: 7px;
          color: #b28a0f;
          position: absolute;
          left: 0;
          top: 9px; }
          @media only, screen and (max-width: 736px) {
            .bridal .menu--txt ul li:before {
              font-size: 5px; } }
    .bridal .menu--txt p {
      margin-bottom: 30px;
      font-size: 16px;
      font-family: "Noto Serif JP", serif; }
      @media only, screen and (max-width: 736px) {
        .bridal .menu--txt p {
          margin-bottom: 5.3333333333vw;
          font-size: 3.2vw; } }
.bridal .experience {
  width: 75.78125vw;
  max-width: 970px;
  margin: 0 auto;
  padding-bottom: 70px;
  justify-content: space-between;
  align-items: flex-end; }
  @media screen and (max-width: 820px) {
    .bridal .experience {
      display: block; } }
  @media only, screen and (max-width: 736px) {
    .bridal .experience {
      width: 94.6666666667vw;
      max-width: inherit;
      padding-bottom: 9.3333333333vw; } }
  .bridal .experience figure {
    width: 38.28125vw;
    max-width: 490px; }
    @media screen and (max-width: 820px) {
      .bridal .experience figure {
        width: 100%;
        max-width: inherit;
        margin-bottom: 20px; } }
  .bridal .experience--box {
    width: 32.8125vw;
    max-width: 420px; }
    @media screen and (max-width: 820px) {
      .bridal .experience--box {
        width: 100%;
        max-width: inherit; } }
    .bridal .experience--box .flex-box {
      justify-content: space-between; }
      .bridal .experience--box .flex-box:first-of-type {
        margin-bottom: 30px; }
        @media only, screen and (max-width: 736px) {
          .bridal .experience--box .flex-box:first-of-type {
            margin-bottom: 5.3333333333vw; } }
      @media screen and (max-width: 820px) {
        .bridal .experience--box .flex-box {
          width: 88%;
          margin: 0 auto; } }
      .bridal .experience--box .flex-box figure {
        width: 160px;
        margin: 0 20px 0 0; }
      .bridal .experience--box .flex-box p {
        width: 18.75vw;
        max-width: 240px;
        font-size: 16px;
        font-family: "Noto Serif JP", serif;
        line-height: 1.75;
        text-align: justify; }
        @media screen and (max-width: 820px) {
          .bridal .experience--box .flex-box p {
            width: calc(100% - 160px);
            max-width: inherit; } }
        @media only, screen and (max-width: 736px) {
          .bridal .experience--box .flex-box p {
            font-size: 3.2vw; } }
.bridal .appeal {
  padding: 70px 0 0; }
  @media only, screen and (max-width: 736px) {
    .bridal .appeal {
      padding: 9.375vw 0; } }
  .bridal .appeal .flex-box {
    max-width: 1280px;
    margin: 0 auto;
    justify-content: center;
    flex-wrap: wrap; }
    @media only, screen and (max-width: 736px) {
      .bridal .appeal .flex-box {
        display: block; } }
    .bridal .appeal .flex-box div {
      width: 24.609375vw;
      max-width: 315px;
      margin: 0 18px 80px; }
      @media only, screen and (max-width: 736px) {
        .bridal .appeal .flex-box div {
          width: 76.25vw;
          max-width: inherit;
          margin: 0 auto 9.375vw; } }
      .bridal .appeal .flex-box div figure {
        margin-bottom: 20px; }
        @media only, screen and (max-width: 736px) {
          .bridal .appeal .flex-box div figure {
            margin-bottom: 1.5625vw; } }
        .bridal .appeal .flex-box div figure img {
          vertical-align: bottom; }
      .bridal .appeal .flex-box div p {
        font-size: 16px;
        font-family: "Noto Serif JP", serif;
        line-height: 2;
        letter-spacing: -0.1em;
        text-align: justify; }
        @media only, screen and (max-width: 736px) {
          .bridal .appeal .flex-box div p {
            font-size: 3.2vw; } }
        .bridal .appeal .flex-box div p.num {
          margin-bottom: 1.5625vw;
          font-size: 3.515625vw;
          font-family: "Noto Serif JP", serif;
          text-align: center;
          color: #b28a0f;
          line-height: 1; }
          @media screen and (min-width: 1281px) {
            .bridal .appeal .flex-box div p.num {
              margin-bottom: 20px;
              font-size: 45px; } }
          @media only, screen and (max-width: 736px) {
            .bridal .appeal .flex-box div p.num {
              margin-bottom: 1.3333333333vw;
              font-size: 8.8vw; } }
.bridal .option {
  width: 78.125vw;
  max-width: 1000px;
  margin: 0 auto;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media only, screen and (max-width: 736px) {
    .bridal .option {
      display: block;
      width: 94.6666666667vw;
      max-width: inherit; } }
  .bridal .option div {
    width: 38.28125vw;
    max-width: 490px;
    margin-bottom: 3.125vw; }
    @media only, screen and (max-width: 736px) {
      .bridal .option div {
        width: 100%;
        max-width: inherit;
        margin-bottom: 9.375vw; } }
    @media only, screen and (max-width: 736px) {
      .bridal .option div:last-of-type {
        margin-bottom: 0; } }
    .bridal .option div .flex-box {
      justify-content: space-between; }
      @media only, screen and (max-width: 736px) {
        .bridal .option div .flex-box {
          margin-bottom: 1.5625vw; } }
      .bridal .option div .flex-box figure {
        width: 49.48%; }
        .bridal .option div .flex-box figure img {
          vertical-align: bottom; }
      .bridal .option div .flex-box p {
        text-align: justify; }
    .bridal .option div p {
      padding: 0 20px;
      font-size: 16px;
      font-family: "Noto Serif JP", serif;
      line-height: 1.75;
      text-align: justify; }
      @media only, screen and (max-width: 736px) {
        .bridal .option div p {
          padding: 0;
          font-size: 3.2vw; } }
.bridal .photo-gallery {
  margin: 0 auto 70px; }
  @media only, screen and (max-width: 736px) {
    .bridal .photo-gallery {
      margin: 0 auto 20px; } }
.bridal .photo-gallery02 {
  margin: 0 auto; }
  @media only, screen and (max-width: 736px) {
    .bridal .photo-gallery02 {
      margin: 0 auto; } }
.bridal .photo-gallery, .bridal .photo-gallery02 {
  width: 900px;
  padding: 70px 0 0; }
  @media screen and (max-width: 900px) {
    .bridal .photo-gallery, .bridal .photo-gallery02 {
      width: 86%; } }
  @media only, screen and (max-width: 736px) {
    .bridal .photo-gallery, .bridal .photo-gallery02 {
      width: 93%;
      padding: 9.3333333333vw 0 0; } }
  .bridal .photo-gallery--box, .bridal .photo-gallery02--box {
    width: 900px;
    position: relative; }
    @media only, screen and (max-width: 736px) {
      .bridal .photo-gallery--box, .bridal .photo-gallery02--box {
        width: 100%; } }
    .bridal .photo-gallery--box.open, .bridal .photo-gallery02--box.open {
      margin: 0 auto; }
      .bridal .photo-gallery--box.open:after, .bridal .photo-gallery02--box.open:after {
        background: none; }
  .bridal .photo-gallery .gallery-toyama, .bridal .photo-gallery02 .gallery-toyama {
    margin: 0 auto -6.25vw; }
    @media only, screen and (max-width: 736px) {
      .bridal .photo-gallery .gallery-toyama, .bridal .photo-gallery02 .gallery-toyama {
        margin: 0 auto 1.5625vw; } }
  .bridal .photo-gallery .photo, .bridal .photo-gallery02 .photo {
    width: 288px;
    margin-bottom: 15px; }
    @media only, screen and (max-width: 736px) {
      .bridal .photo-gallery .photo, .bridal .photo-gallery02 .photo {
        width: 48%;
        margin-bottom: 2.6666666667vw; } }
    .bridal .photo-gallery .photo img, .bridal .photo-gallery02 .photo img {
      vertical-align: bottom; }
    .bridal .photo-gallery .photo figcaption, .bridal .photo-gallery02 .photo figcaption {
      padding: 5px 0 0 5px;
      font-size: 14px;
      font-family: "Noto Serif JP", serif;
      line-height: 1;
      position: absolute;
      right: 0;
      bottom: 0;
      background: #fff; }
      @media only, screen and (max-width: 736px) {
        .bridal .photo-gallery .photo figcaption, .bridal .photo-gallery02 .photo figcaption {
          font-size: 11px; } }
  .bridal .photo-gallery .gallery-hide, .bridal .photo-gallery02 .gallery-hide {
    display: none; }
  .bridal .photo-gallery .btn-gallery, .bridal .photo-gallery02 .btn-gallery {
    width: 200px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    background-color: #666;
    cursor: pointer;
    transition: background 0.3s;
    position: relative;
    z-index: 2; }
    .bridal .photo-gallery .btn-gallery:hover, .bridal .photo-gallery02 .btn-gallery:hover {
      background-color: #999; }
    .bridal .photo-gallery .btn-gallery span, .bridal .photo-gallery02 .btn-gallery span {
      display: inline;
      padding: 0 0 0 25px;
      font-size: 14px;
      font-weight: 500;
      color: #fff;
      line-height: 40px;
      position: relative; }
      .bridal .photo-gallery .btn-gallery span:before, .bridal .photo-gallery02 .btn-gallery span:before {
        content: "";
        display: inline;
        width: 0;
        height: 0;
        margin: auto;
        border-style: solid;
        border-width: 10.4px 6px 0 6px;
        border-color: #ffffff transparent transparent transparent;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0; }
.bridal .schedule {
  width: 70.3125vw;
  max-width: 900px;
  margin: 0 auto; }
  @media only, screen and (max-width: 736px) {
    .bridal .schedule {
      width: 94.6666666667vw;
      max-width: inherit; } }
  .bridal .schedule .flex-box {
    margin: 0 auto 20px; }
    @media only, screen and (max-width: 736px) {
      .bridal .schedule .flex-box {
        display: block;
        margin: 0 auto 5.3333333333vw; } }
    .bridal .schedule .flex-box:last-of-type {
      margin: 0 auto 8vw; }
    .bridal .schedule .flex-box figure {
      width: 24.21875vw;
      max-width: 310px;
      margin: 0 50px 0 0; }
      @media only, screen and (max-width: 736px) {
        .bridal .schedule .flex-box figure {
          width: 53.3333333333vw;
          margin: 0 auto 1.3333333333vw; } }
      .bridal .schedule .flex-box figure img {
        vertical-align: bottom; }
    .bridal .schedule .flex-box div {
      width: 42.1875vw;
      max-width: 540px; }
      @media only, screen and (max-width: 736px) {
        .bridal .schedule .flex-box div {
          width: 100%;
          max-width: inherit; } }
      .bridal .schedule .flex-box div dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 0 20px; }
        @media only, screen and (max-width: 736px) {
          .bridal .schedule .flex-box div dl {
            display: block;
            margin: 0; } }
        .bridal .schedule .flex-box div dl dt {
          width: 133px;
          font-size: 16px;
          position: relative; }
          @media only, screen and (max-width: 736px) {
            .bridal .schedule .flex-box div dl dt {
              width: 100%;
              padding-bottom: 1.3333333333vw;
              text-align: center; } }
          .bridal .schedule .flex-box div dl dt:after {
            content: "";
            display: block;
            width: 40px;
            height: 1px;
            margin: auto;
            background-color: #b28a0f;
            position: absolute;
            right: 20px;
            top: 0;
            bottom: 0; }
            @media only, screen and (max-width: 736px) {
              .bridal .schedule .flex-box div dl dt:after {
                width: 1px;
                height: 7px;
                top: inherit;
                left: 0;
                right: 0; } }
        .bridal .schedule .flex-box div dl dd {
          font-size: 18px; }
          @media only, screen and (max-width: 736px) {
            .bridal .schedule .flex-box div dl dd {
              font-size: 3.6vw;
              text-align: center; } }
      @media only, screen and (max-width: 736px) {
        .bridal .schedule .flex-box div p {
          margin-top: 0;
          font-size: 2.9333333333vw;
          text-align: center; } }
  .bridal .schedule table {
    width: 100%;
    margin: 0 0 30px;
    border-collapse: collapse; }
    @media only, screen and (max-width: 736px) {
      .bridal .schedule table {
        margin: 0 0 5.3333333333vw; } }
    .bridal .schedule table th, .bridal .schedule table td {
      padding: 15px 10px;
      letter-spacing: 0.05em;
      border-bottom: solid 1px #ded7c2; }
    .bridal .schedule table th {
      text-align: right;
      font-size: 16px;
      font-family: "Noto Serif JP", serif;
      font-weight: 400;
      vertical-align: top; }
      @media only, screen and (max-width: 736px) {
        .bridal .schedule table th {
          padding: 4vw 2.6666666667vw;
          font-size: 3.2vw; } }
    .bridal .schedule table td {
      font-size: 18px;
      font-family: "Noto Serif JP", serif;
      font-weight: 400; }
      @media only, screen and (max-width: 736px) {
        .bridal .schedule table td {
          padding: 2.6666666667vw 2.6666666667vw;
          font-size: 3.6vw; } }
  .bridal .schedule .txt-att {
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    line-height: 2; }
    @media only, screen and (max-width: 736px) {
      .bridal .schedule .txt-att {
        font-size: 2.9333333333vw; } }
.bridal .price {
  width: 70.3125vw;
  max-width: 900px;
  margin: 0 auto; }
  @media only, screen and (max-width: 736px) {
    .bridal .price {
      width: 92vw;
      max-width: inherit; } }
  .bridal .price--box {
    margin: 0 0 20px;
    padding: 0 0 10px;
    text-align: center;
    font-size: 28px;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 0.1em;
    vertical-align: baseline;
    border-bottom: solid 1px #bdaf82; }
    @media only, screen and (max-width: 736px) {
      .bridal .price--box {
        margin: 0 0 2.6666666667vw;
        padding: 0 0 1.3333333333vw;
        font-size: 5.8666666667vw;
        letter-spacing: 0;
        line-height: 1.5; } }
    .bridal .price--box span {
      font-size: 16px; }
      @media only, screen and (max-width: 736px) {
        .bridal .price--box span {
          font-size: 4.2666666667vw; } }
      .bridal .price--box span.tax {
        display: inline-block;
        letter-spacing: 0.05em;
        line-height: 1.5; }
        @media only, screen and (max-width: 736px) {
          .bridal .price--box span.tax {
            font-size: 2.9333333333vw; } }
  .bridal .price .flex-box {
    margin: 0 auto 60px;
    align-items: center; }
    @media only, screen and (max-width: 736px) {
      .bridal .price .flex-box {
        display: block;
        margin: 0 auto 8vw; } }
    .bridal .price .flex-box p {
      font-size: 16px;
      font-family: "Noto Serif JP", serif;
      letter-spacing: 0.05em; }
      @media only, screen and (max-width: 736px) {
        .bridal .price .flex-box p {
          font-size: 3.2vw;
          text-align: center; } }
      .bridal .price .flex-box p.mb-1 {
        margin-bottom: 1em; }
      .bridal .price .flex-box p.txt-plan {
        width: 16.40625vw;
        max-width: 210px; }
        @media only, screen and (max-width: 736px) {
          .bridal .price .flex-box p.txt-plan {
            width: 100%;
            max-width: inherit; } }
      .bridal .price .flex-box p.txt-center {
        text-align: center; }
    .bridal .price .flex-box div {
      width: 53.90625vw;
      margin: 0 0 0 2.34375vw;
      padding: 0 0 0 2.34375vw;
      border-left: solid 1px #ccc;
      box-sizing: border-box; }
      @media only, screen and (max-width: 736px) {
        .bridal .price .flex-box div {
          width: 100%;
          margin: 0;
          padding: 0;
          border-left: none; } }
      .bridal .price .flex-box div ul li {
        display: inline-block;
        margin-right: 1em;
        font-size: 16px;
        font-family: "Noto Serif JP", serif; }
        @media only, screen and (max-width: 736px) {
          .bridal .price .flex-box div ul li {
            font-size: 3.2vw; } }
        .bridal .price .flex-box div ul li:before {
          content: "・";
          display: inline; }
      .bridal .price .flex-box div p {
        padding: 0 !important; }
        @media only, screen and (max-width: 736px) {
          .bridal .price .flex-box div p {
            text-align: left; } }
    .bridal .price .flex-box .take-out {
      justify-content: space-between;
      align-items: flex-start; }
      @media only, screen and (max-width: 736px) {
        .bridal .price .flex-box .take-out {
          display: flex;
          flex-wrap: wrap; } }
      .bridal .price .flex-box .take-out figure {
        width: 11.640625vw;
        max-width: 149px; }
        @media only, screen and (max-width: 736px) {
          .bridal .price .flex-box .take-out figure {
            width: 49.5%;
            max-width: inherit;
            margin-bottom: 4.6875vw; } }
        .bridal .price .flex-box .take-out figure figcaption {
          font-size: 12px;
          line-height: 1.5; }
      .bridal .price .flex-box .take-out.take-out02 {
        justify-content: flex-start;
        flex-wrap: wrap; }
        @media only, screen and (max-width: 736px) {
          .bridal .price .flex-box .take-out.take-out02 {
            justify-content: space-between; } }
        .bridal .price .flex-box .take-out.take-out02 figure {
          margin: 0 0 10px 10px; }
          @media only, screen and (max-width: 736px) {
            .bridal .price .flex-box .take-out.take-out02 figure {
              margin: 0 0 1.5625vw; } }
          .bridal .price .flex-box .take-out.take-out02 figure:nth-child(4n+1) {
            margin: 0 0 10px; }
            @media only, screen and (max-width: 736px) {
              .bridal .price .flex-box .take-out.take-out02 figure:nth-child(4n+1) {
                margin: 0 0 1.5625vw; } }
  .bridal .price .free-choice {
    margin: 0 0 60px;
    font-size: 18px;
    font-family: "Noto Serif JP", serif;
    text-align: center; }
    @media only, screen and (max-width: 736px) {
      .bridal .price .free-choice {
        margin: 0 0 8vw;
        padding: 0 6.25vw;
        font-size: 3.7333333333vw; } }
    .bridal .price .free-choice span {
      border-bottom: solid 2px #b28a0f; }
      @media only, screen and (max-width: 736px) {
        .bridal .price .free-choice span {
          border-bottom: solid 1px #b28a0f; } }
  .bridal .price .plusmenu li {
    font-size: 16px;
    font-family: "Noto Serif JP", serif;
    list-style: none; }
    @media only, screen and (max-width: 736px) {
      .bridal .price .plusmenu li {
        margin-left: 1em;
        text-indent: -1em;
        font-size: 3.2vw; } }
    .bridal .price .plusmenu li:before {
      content: "・";
      display: inline; }
.bridal .box-inquiry {
  text-align: center; }
  .bridal .box-inquiry p {
    width: 53.90625vw;
    margin: 0 auto 20px;
    font-family: "Noto Serif JP", serif;
    font-size: 16px; }
    @media screen and (min-width: 1281px) {
      .bridal .box-inquiry p {
        width: 690px; } }
    @media only, screen and (max-width: 736px) {
      .bridal .box-inquiry p {
        width: 91.875vw;
        margin: 0 auto 1.5625vw;
        font-size: 14px; } }
    .bridal .box-inquiry p:last-of-type {
      font-size: 18px; }
      @media only, screen and (max-width: 736px) {
        .bridal .box-inquiry p:last-of-type {
          font-size: 14px;
          line-height: 1.3; }
          .bridal .box-inquiry p:last-of-type a {
            color: #000; } }
    .bridal .box-inquiry p.txt-center {
      text-align: center; }
  .bridal .box-inquiry h3 {
    font-size: 18px;
    font-family: "Noto Serif JP", serif;
    font-weight: 400; }
    @media only, screen and (max-width: 736px) {
      .bridal .box-inquiry h3 {
        font-size: 16px; } }
    .bridal .box-inquiry h3 + p {
      text-align: left; }
  .bridal .box-inquiry .flex-box {
    justify-content: center; }
    .bridal .box-inquiry .flex-box a {
      display: block;
      width: 23.4375vw;
      max-width: 300px;
      margin: 0 5px 20px;
      padding: 20px 0;
      font-size: 20px;
      font-weight: 500;
      text-decoration: none;
      color: #b28a0f;
      background-color: #fff; }
      @media screen and (max-width: 820px) {
        .bridal .box-inquiry .flex-box a {
          width: 45.35%; } }
      @media only, screen and (max-width: 736px) {
        .bridal .box-inquiry .flex-box a {
          width: 48%;
          max-width: inherit;
          margin: 0 5px 2.6666666667vw;
          padding: 2.6666666667vw 0;
          font-size: 3.6vw; } }
      .bridal .box-inquiry .flex-box a span {
        padding: 0 0 0 30px;
        position: relative; }
        @media only, screen and (max-width: 736px) {
          .bridal .box-inquiry .flex-box a span {
            padding: 0 0 0 2.6666666667vw; } }
        .bridal .box-inquiry .flex-box a span:before {
          content: "";
          display: block;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 5px 0 5px 8.7px;
          border-color: transparent transparent transparent #b2890f;
          margin: auto;
          transition: left 0.3s;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0; }
      .bridal .box-inquiry .flex-box a:hover span:before {
        left: 10px; }
  .bridal .box-inquiry .spItem a {
    display: inline;
    padding: 0;
    background: none;
    color: #000;
    text-decoration: underline; }
.bridal .faq {
  width: 70.3125vw;
  max-width: 900px;
  margin: 0 auto; }
  @media only, screen and (max-width: 736px) {
    .bridal .faq {
      width: 92vw;
      max-width: inherit; } }
  .bridal .faq dt {
    margin-bottom: 20px;
    padding: 10px 60px;
    font-size: 18px;
    background-color: #ded7c2;
    position: relative; }
    @media only, screen and (max-width: 736px) {
      .bridal .faq dt {
        margin-bottom: 2.6666666667vw;
        padding: 1.3333333333vw 2.6666666667vw 1.3333333333vw 8vw;
        font-size: 3.7333333333vw; } }
    .bridal .faq dt:before {
      content: "Q";
      font-size: 24px;
      font-family: "Noto Serif JP", serif;
      font-weight: 700;
      line-height: 1;
      color: #fff;
      position: absolute;
      left: 20px;
      top: 10px; }
      @media only, screen and (max-width: 736px) {
        .bridal .faq dt:before {
          font-size: 4.8vw;
          left: 2.6666666667vw;
          top: 1.8666666667vw; } }
  .bridal .faq dd {
    margin: 0 0 40px;
    padding: 0 0 0 60px;
    font-size: 16px;
    font-family: "Noto Serif JP", serif;
    line-height: 1.75;
    text-align: justify;
    position: relative; }
    @media only, screen and (max-width: 736px) {
      .bridal .faq dd {
        margin: 0 0 5.3333333333vw;
        padding: 0 0 0 8vw;
        font-size: 3.2vw; } }
    .bridal .faq dd:before {
      content: "A";
      font-size: 24px;
      font-family: "Noto Serif JP", serif;
      font-weight: 400;
      line-height: 1;
      color: #bdaf82;
      position: absolute;
      left: 20px;
      top: 0; }
      @media only, screen and (max-width: 736px) {
        .bridal .faq dd:before {
          font-size: 4.8vw;
          left: 2.6666666667vw;
          top: 0; } }
  .bridal .faq--hide {
    display: none; }
  .bridal .faq .btn-faq {
    width: 200px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    background-color: #666;
    cursor: pointer;
    transition: background 0.3s; }
    .bridal .faq .btn-faq:hover {
      background-color: #999; }
    .bridal .faq .btn-faq span {
      display: inline;
      padding: 0 0 0 25px;
      font-size: 14px;
      font-weight: 500;
      color: #fff;
      line-height: 40px;
      position: relative; }
      .bridal .faq .btn-faq span:before {
        content: "";
        display: inline;
        width: 0;
        height: 0;
        margin: auto;
        border-style: solid;
        border-width: 10.4px 6px 0 6px;
        border-color: #ffffff transparent transparent transparent;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0; }
.bridal .bnr-gift {
  width: 160px;
  padding: 10px 25px 10px 50px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.12;
  color: #fff;
  text-decoration: none;
  background-color: #666;
  transition: background 0.3s;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1; }
  @media only, screen and (max-width: 736px) {
    .bridal .bnr-gift {
      width: 37.3333333333vw;
      padding: 2.6666666667vw 4vw 2.6666666667vw 10.6666666667vw;
      font-size: 2.9333333333vw; } }
  .bridal .bnr-gift:before {
    content: "";
    display: block;
    width: 24px;
    height: 21px;
    margin: auto;
    background: url("../img/icn_gift_cart.png") left top/100% auto no-repeat;
    position: absolute;
    left: 12px;
    top: 0;
    bottom: 0; }
    @media only, screen and (max-width: 736px) {
      .bridal .bnr-gift:before {
        width: 6.4vw;
        height: 5.6vw;
        left: 2.6666666667vw; } }
  .bridal .bnr-gift:after {
    content: "";
    display: block;
    width: 6px;
    height: 8px;
    margin: auto;
    background: url("../img/icn_gift_cart_arrow.png") left top/100% auto no-repeat;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0; }
    @media only, screen and (max-width: 736px) {
      .bridal .bnr-gift:after {
        width: 1.6vw;
        height: 2.1333333333vw;
        right: 2.6666666667vw; } }
  .bridal .bnr-gift:hover {
    background-color: #b28a0f; }
.bridal .osusume-gift {
  width: 78.125vw;
  margin: 0 auto 3.125vw;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media screen and (min-width: 1281px) {
    .bridal .osusume-gift {
      width: 1000px;
      margin: 0 auto 40px; } }
  @media only, screen and (max-width: 736px) {
    .bridal .osusume-gift {
      width: 75vw;
      margin: 0 auto; } }
  .bridal .osusume-gift a {
    display: block;
    width: 37.5vw;
    margin: 0 0 3.125vw;
    color: #000;
    text-decoration: none; }
    @media screen and (min-width: 1281px) {
      .bridal .osusume-gift a {
        width: 480px;
        margin: 0 0 40px; } }
    @media only, screen and (max-width: 736px) {
      .bridal .osusume-gift a {
        width: 75vw;
        margin: 0 0 9.375vw; } }
    .bridal .osusume-gift a h2 {
      margin-bottom: 10px;
      padding: 0 20px;
      font-size: 24px;
      font-weight: 400;
      line-height: 1.5;
      text-align: left; }
      @media only, screen and (max-width: 736px) {
        .bridal .osusume-gift a h2 {
          margin-bottom: 3.125vw;
          padding: 0;
          font-size: 4.375vw; } }
    .bridal .osusume-gift a p {
      padding: 0 20px;
      font-size: 14px;
      line-height: 1.5;
      text-align: justify; }
      @media only, screen and (max-width: 736px) {
        .bridal .osusume-gift a p {
          padding: 0;
          font-size: 3.4375vw; } }
      .bridal .osusume-gift a p span {
        transition: color 0.75s; }
    .bridal .osusume-gift a figure {
      height: 25vw;
      margin-bottom: 1.5625vw;
      overflow: hidden; }
      @media screen and (min-width: 1281px) {
        .bridal .osusume-gift a figure {
          height: 320px;
          margin-bottom: 20px; } }
      @media only, screen and (max-width: 736px) {
        .bridal .osusume-gift a figure {
          height: 50vw;
          margin-bottom: 3.125vw; } }
      .bridal .osusume-gift a figure img {
        transform: scale(1, 1);
        transition: transform 1.0s; }
    .bridal .osusume-gift a:hover p span {
      color: #b28a0f;
      text-decoration: underline; }
    .bridal .osusume-gift a:hover figure img {
      transform: scale(1.1, 1.1); }
.bridal .bridal-form {
  width: 70.3125vw;
  max-width: 900px;
  margin: 0 auto;
  /*
  .btn-submit{
      display: block;
      width: 380px;
      margin: 15px auto 5px;
      color: #fff;
      text-align: center;
      -webkit-transition: background 0.3s;
      transition: background 0.3s;
      background: #cbcbcb;
      position: relative;
      
      @include iPhone{
              width: 100%;
          }
      
      &:after{
          content: "";
          display: block;
          width: 0;
          height: 0;
          margin: auto;
          border-style: solid;
          border-width: 4px 0 4px 8.4px;
          border-color: transparent transparent transparent #fff;
          transition: right 0.3s;
          position: absolute;
          top: 0;
          bottom: 0;
          right: 20px;
      }
      
      .submitBtn{
          width: 380px;
          border: none;
          display: block;
          padding: 30px 0;
          font-size: 16px;
          font-weight: 500;
          color: #fff;
          text-align: center;
          text-decoration: none;
          background: none;
          
          @include iPhone{
              width: 100%;
          }
          
      }
      
      &.active{
          background: #b48c0f;
          
          .submitBtn{
              cursor: pointer;
          }
          
          &:hover{
              &:after{
                  right: 15px;
              }
          }
      }
          
  }
  
  
  .btn-form{
      display: block;
      width: 380px;
      margin: 15px auto 5px;
      color: #fff;
      text-align: center;
      text-decoration: none;
      -webkit-transition: background 0.3s;
      transition: background 0.3s;
      background: #b48c0f;
      position: relative;
      
      @include iPhone{
              width: 100%;
          }
      
      &:after{
          content: "";
          display: block;
          width: 0;
          height: 0;
          margin: auto;
          border-style: solid;
          border-width: 4px 0 4px 8.4px;
          border-color: transparent transparent transparent #fff;
          transition: right 0.3s;
          position: absolute;
          top: 0;
          bottom: 0;
          right: 20px;
      }
      
      .form-btn{
          width: 380px;
          border: none;
          display: block;
          padding: 30px 0;
          font-size: 16px;
          font-weight: 500;
          color: #fff;
          text-align: center;
          text-decoration: none;
          background: none;
          
          @include iPhone{
              width: 100%;
          }
      }
      
      &:hover{
          &:after{
              right: 15px;
          }
      }
          
  }
  
  .flex-box{
      .btn-form{
          width: 48%;
      }
  }*/ }
  @media only, screen and (max-width: 736px) {
    .bridal .bridal-form {
      width: 94.6666666667vw; } }
  .bridal .bridal-form h2 {
    margin: 60px 0 30px; }
  @media only, screen and (max-width: 736px) {
    .bridal .bridal-form .ttl-type07 {
      margin: 0 0 2.6666666667vw;
      padding: 2.6666666667vw 0; } }
  .bridal .bridal-form p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.75; }
    @media only, screen and (max-width: 736px) {
      .bridal .bridal-form p {
        font-size: 3.2vw; } }
    .bridal .bridal-form p.form-att {
      text-align: center; }
      .bridal .bridal-form p.form-att span {
        font-size: 18px; }
        @media only, screen and (max-width: 736px) {
          .bridal .bridal-form p.form-att span {
            font-size: 3.2vw; } }
  .bridal .bridal-form table {
    width: 100%;
    margin: 0 0 30px;
    border-collapse: collapse; }
    @media only, screen and (max-width: 736px) {
      .bridal .bridal-form table {
        margin: 0 0 5.3333333333vw; } }
    .bridal .bridal-form table th, .bridal .bridal-form table td {
      padding: 20px 10px;
      letter-spacing: 0.05em;
      border-bottom: solid 1px #ded7c2; }
    .bridal .bridal-form table th {
      width: 35%;
      text-align: left;
      font-size: 16px;
      font-family: "Noto Sans JP", sans-serif;
      font-weight: 400;
      vertical-align: top; }
      @media only, screen and (max-width: 736px) {
        .bridal .bridal-form table th {
          display: block;
          width: 100%;
          padding: 4vw 2.6666666667vw 0;
          border-bottom: none; } }
      .bridal .bridal-form table th span:before {
        display: inline-block;
        width: 43px;
        margin-right: 1.5625vw;
        color: #fff;
        font-size: 12px;
        font-weight: 400;
        text-align: center;
        background: #666;
        content: "任意"; }
      .bridal .bridal-form table th span.required:before {
        background: #b48c0f;
        content: "必須"; }
    .bridal .bridal-form table td {
      font-size: 16px;
      font-family: "Noto Sans JP", sans-serif;
      font-weight: 400; }
      @media only, screen and (max-width: 736px) {
        .bridal .bridal-form table td {
          display: block;
          width: 100%;
          padding: 2.6666666667vw 2.6666666667vw; } }
      .bridal .bridal-form table td label:not(:first-of-type) {
        margin-left: 1em; }
      .bridal .bridal-form table td label.nospace {
        margin-left: 0; }
      .bridal .bridal-form table td input[type=text],
      .bridal .bridal-form table td input[type=tel],
      .bridal .bridal-form table td textarea {
        width: 98%;
        margin-bottom: 10px;
        padding: 5px;
        font-size: 16px;
        border: solid 1px #ddd;
        -webkit-border-radius: 0;
        -webkit-appearance: none;
        -webkit-tap-highlight-color: #fff; }
        .bridal .bridal-form table td input[type=text].num3,
        .bridal .bridal-form table td input[type=tel].num3,
        .bridal .bridal-form table td textarea.num3 {
          width: 6em; }
        .bridal .bridal-form table td input[type=text].num10,
        .bridal .bridal-form table td input[type=tel].num10,
        .bridal .bridal-form table td textarea.num10 {
          width: 16em; }
      .bridal .bridal-form table td input:focus,
      .bridal .bridal-form table td textarea:focus {
        outline: none; }
      .bridal .bridal-form table td textarea {
        height: 5em; }
        .bridal .bridal-form table td textarea.message {
          height: 20em; }
      .bridal .bridal-form table td input[type="submit"] {
        -webkit-appearance: none;
        border-radius: 0;
        background: none; }
      .bridal .bridal-form table td p {
        font-family: "Noto Sans JP", sans-serif; }
      .bridal .bridal-form table td .space {
        padding-left: 0.5em; }
      .bridal .bridal-form table td span img {
        width: 30px;
        height: auto;
        padding-left: 0.5em; }
      .bridal .bridal-form table td .txt-att {
        font-size: 16px;
        font-family: "Noto Sans JP", sans-serif; }
        .bridal .bridal-form table td .txt-att:first-of-type {
          margin: 0 0 0 1em; }
  .bridal .bridal-form .btn_container {
    margin-bottom: 5.46875vw;
    text-align: center; }
  .bridal .bridal-form .accept {
    text-align: center;
    font-size: 16px; }
  .bridal .bridal-form input[type=text],
  .bridal .bridal-form input[type=email],
  .bridal .bridal-form textarea {
    border: solid 1px #ccc; }
    @media only, screen and (max-width: 736px) {
      .bridal .bridal-form input[type=text],
      .bridal .bridal-form input[type=email],
      .bridal .bridal-form textarea {
        -webkit-appearance: none;
        border-radius: 0; } }
  .bridal .bridal-form input[type=text],
  .bridal .bridal-form input[type=email],
  .bridal .bridal-form textarea {
    width: 31.25vw;
    max-width: 400px;
    padding: 0.5em 0.25em;
    font-size: 14px; }
    @media only, screen and (max-width: 736px) {
      .bridal .bridal-form input[type=text],
      .bridal .bridal-form input[type=email],
      .bridal .bridal-form textarea {
        width: 100%;
        font-size: 16px; } }
  .bridal .bridal-form input[type=submit].btn_regular {
    background: #b48c0f;
    border: none;
    display: inline-block;
    margin: 15px 0 5px;
    padding: 16px 0;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background 0.3s;
    transition: background 0.3s; }
    @media only, screen and (max-width: 736px) {
      .bridal .bridal-form input[type=submit].btn_regular {
        -webkit-appearance: none;
        border-radius: 0;
        width: 100%;
        font-size: 14px; } }
  .bridal .bridal-form input[type=submit][disabled] {
    background: #ccc; }
.bridal .ttsh {
  width: 46.875vw; }
  @media screen and (min-width: 1281px) {
    .bridal .ttsh {
      width: 600px; } }
  @media only, screen and (max-width: 736px) {
    .bridal .ttsh {
      width: 92vw; } }
  .bridal .ttsh h2 {
    margin: 0 0 30px;
    font-famiy: "Noto Serif JP", serif;
    font-size: 24px;
    font-weight: 400;
    text-align: center; }
    @media only, screen and (max-width: 736px) {
      .bridal .ttsh h2 {
        margin: 0 0 8vw;
        font-size: 5.625vw; } }
    .bridal .ttsh h2 span {
      font-size: 20px; }
      @media only, screen and (max-width: 736px) {
        .bridal .ttsh h2 span {
          display: block;
          margin: 5px 0 0;
          font-size: 4.375vw; } }
  .bridal .ttsh figure {
    margin: 0 0 3.90625vw; }
    @media screen and (min-width: 1281px) {
      .bridal .ttsh figure {
        margin: 0 0 50px; } }
    .bridal .ttsh figure img {
      vertical-align: bottom; }
  .bridal .ttsh p {
    margin: 0 0 3.90625vw;
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    line-height: 2;
    text-align: justify;
    letter-spacing: 0.05em; }
    .bridal .ttsh p:last-of-type {
      margin: 0; }
    @media only, screen and (max-width: 736px) {
      .bridal .ttsh p {
        font-size: 14px; } }
    .bridal .ttsh p a {
      display: block;
      font-family: "Noto Sans JP", sans-serif;
      text-align: center; }

/*.bridal*/
.bridal-top {
  padding-top: 40px;
  border-top: solid 1px #ded7c2; }
  @media only, screen and (max-width: 736px) {
    .bridal-top {
      padding-top: 0; } }

#suzuLogo h1 {
  width: 200px;
  margin: 3.359375vw auto 2.34375vw; }
  @media only, screen and (max-width: 736px) {
    #suzuLogo h1 {
      width: 53.3333333333vw;
      margin: 16vw auto 5.3333333333vw; } }

@media print {
  a[href^="http"]::after {
    content: none !important; } }
