@charset "UTF-8";
/**  Mixins */
/*------------------------------------*\
    breakpoint vars
\*------------------------------------*/
/*------------------------------------*\
    breakpoint mixin
\*------------------------------------*/
/** Break desktop first**/
/** Global **/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap");
/*
 * Hannari (Japanese) https://fonts.google.com/earlyaccess
 */
@font-face {
  font-family: 'Hannari';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/hannari/v1/Hannari-Regular.eot);
  src: url(//fonts.gstatic.com/ea/hannari/v1/Hannari-Regular.eot?#iefix) format('embedded-opentype'),
       url(//fonts.gstatic.com/ea/hannari/v1/Hannari-Regular.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/hannari/v1/Hannari-Regular.woff) format('woff'),
       url(//fonts.gstatic.com/ea/hannari/v1/Hannari-Regular.ttf) format('truetype');
}
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: 0.5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

a {
  color: #6096c4;
  text-decoration: none; }
  a:hover {
    opacity: 0.8; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus {
  outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0;
  padding: 0; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

:root {
  --white: #ffffff;
  --black: #000000;
  --smoke: #f4f5ef;
  --gray: #909090;
  --yellow: #9D7C52;
  --yellow-light: #A58F58;
  --primary: #A2905F;
  --second: #00A663;
  --text-body: #000;
  --radius: 0; }

/* Base Setting
---------------------------------------- */
html {
  scroll-behavior: smooth; }

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: YuMincho, 游明朝, Times New Roman, Hiragino Mincho ProN, HGS明朝B, ＭＳ Ｐ明朝, serif;
  overflow-wrap: break-word;
  font-weight: 400;
  color: var(--text-body);
  overflow-x: hidden;
  line-height: 1.75;
  position: relative;
  width: 100%;
  background: var(--white); }

a {
  transition: all 0.3s;
  color: var(--primary);
  outline: none !important; }
  a:hover {
    opacity: 1;
    color: var(--primary); }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: YuMincho, 游明朝, Times New Roman, Hiragino Mincho ProN, HGS明朝B, ＭＳ Ｐ明朝, serif;
  font-weight: 700;
  color: var(--black); }

h1 {
  font-size: rem(36px);
  line-height: 1.3; }
  @media (min-width: 48em) {
    h1 {
      font-size: rem(46px); } }

h2 {
  font-size: rem(40px);
  line-height: 1.15; }
  @media (min-width: 48em) {
    h2 {
      font-size: rem(56px); } }

h3 {
  font-size: rem(34px);
  line-height: 1.16; }
  @media (min-width: 48em) {
    h3 {
      font-size: rem(40px); } }

h4 {
  font-size: rem(28px);
  line-height: 1.16; }
  @media (min-width: 48em) {
    h4 {
      font-size: rem(36px); } }

h5 {
  font-size: rem(20px);
  line-height: 1.2; }
  @media (min-width: 48em) {
    h5 {
      font-size: rem(24px); } }

h6 {
  font-size: 18px;
  line-height: 1.3; }
  @media (min-width: 48em) {
    h6 {
      font-size: 20px; } }

img {
  max-width: 100%;
  vertical-align: bottom; }

.container, .container-fluid {
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative; }

.header-site__nav nav ul, .links-section ul, .footer-site ul, .fixed-bottom ul, .bridal-card__item--body ul, .bridal-item__body--time ul, .bridal-detail__body--time ul, .bridal-detail__body--tags ul {
  margin: 0;
  padding: 0;
  list-style: none; }

input[type="text"],
input[type="email"],
input[type="password"],
input[type="phone"],
input[type="search"],
input[type="tel"],
textarea,
select {
  border: 0;
  padding: 15px 24px;
  outline: none !important;
  border-radius: 3px;
  background: #F4F4F4;
  font-size: 12px;
  font-weight: 500;
  min-height: 49px; }

textarea {
  min-height: 128px; }

select {
  min-width: 145px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("../images/arrow-select.svg") no-repeat calc(100% - 12px) 50%/auto 4px #F4F4F4; }
  select::-ms-expand {
    display: none; }

.btn, .btn-second, .btn-third, .btn-gray {
  font-size: 12px;
  transition: all 0.3s;
  color: var(--white);
  padding: 12px 25px;
  min-width: 230px;
  text-align: center;
  font-weight: 500;
  outline: none !important;
  border-radius: var(--radius);
  background: var(--primary);
  text-transform: uppercase;
  border: 0;
  display: inline-flex;
  gap: 20px;
  align-items: center;
  justify-content: center; }
  @media only screen and (min-width: 992px) {
    .btn, .btn-second, .btn-third, .btn-gray {
      padding: 9px 25px;
      min-width: 320px;
      font-size: 16px;
      font-weight: 300; } }
  .btn:hover, .btn-second:hover, .btn-third:hover, .btn-gray:hover {
    opacity: 0.9;
    color: var(--white); }

.btn-second {
  background: #00A663; }
  .btn-second svg {
    max-height: 9px; }

.btn-third {
  background: #654628; }
  .btn-third svg {
    max-height: 9px; }

.btn-gray {
  background: #F4F4F4;
  color: var(--black);
  font-weight: 500; }
  .btn-gray svg {
    max-height: 9px; }
  .btn-gray:hover {
    color: var(--black); }

.btn-outline {
  font-size: 13px;
  transition: all 0.3s;
  color: var(--primary);
  padding: 9px 15px;
  min-width: 230px;
  text-align: center;
  font-weight: 500;
  display: inline-flex;
  outline: none !important;
  border-radius: var(--radius);
  background: transparent;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
  border: 0;
  border: 1px solid var(--primary); }
  @media only screen and (min-width: 992px) {
    .btn-outline {
      padding: 7px 20px;
      min-width: 320px;
      font-size: 16px; } }
  .btn-outline:hover {
    opacity: 0.9;
    color: var(--primary); }
  .btn-outline--gray {
    color: var(--gray);
    border-color: var(--gray); }
    .btn-outline--gray:hover {
      color: var(--gray); }
  .btn-outline--gray-dark {
    color: #4D4D4D;
    border-color: #8B8B8B; }
    .btn-outline--gray-dark:hover {
      color: #4D4D4D; }

.container-fluid {
  max-width: 1920px; }
  @media only screen and (min-width: 768px) {
    .container-fluid {
      padding: 0 64px; } }

.section {
  padding-block: 30px; }

.section--gray {
  background: #E7E7E7; }

.heading-section {
  margin-bottom: 20px;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .heading-section {
      margin-bottom: 28px; } }
  .heading-section h2 {
    /* font-family: Hiragino Mincho ProN, YuMincho, 游明朝, Times New Roman, HGS明朝B, ＭＳ Ｐ明朝, serif; */
    font-family: "Hannari";
    position: relative;
    line-height: 1.75;
    color: var(--black);
    font-weight: 400;
    font-size: 25px;
    padding-bottom: 2px;
    margin: 0 0 15px; }
    @media only screen and (min-width: 768px) {
      .heading-section h2 {
        font-size: 32px;
        padding-bottom: 0;
        margin: 0 0 18px; } }
    .heading-section h2::before {
      content: '';
      position: absolute;
      width: 180px;
      left: 50%;
      transform: translateX(-50%);
      bottom: 0;
      border-bottom: 1px solid #736357; }
  .heading-section p {
    font-size: 12px;
    margin: 0;
    font-weight: 300; }
    @media only screen and (min-width: 768px) {
      .heading-section p {
        font-size: 16px;
        font-weight: 500; } }

.section-button {
  margin-top: 30px;
  text-align: center; }

.hamburger {
  position: relative;
  width: 35px;
  height: 35px;
  line-height: 1;
  cursor: pointer;
  display: block;
  right: 0;
  z-index: 99;
  opacity: 1; }
  @media only screen and (max-width: 991px) {
    .hamburger {
      display: block !important; } }
  .hamburger span {
    width: 100%;
    height: 2px;
    background: var(--white);
    backface-visibility: hidden;
    position: absolute;
    display: block;
    margin: auto;
    transition: 0.3s all ease;
    transform: rotate(0deg);
    border-radius: 5px;
    top: calc(50% - 1px);
    left: calc(50% - 11.5px); }
    @media only screen and (max-width: 991px) {
      .hamburger span {
        background: var(--black); } }
    .hamburger span::before, .hamburger span::after {
      content: "";
      transform-origin: center center;
      width: 100%;
      height: 2px;
      background: var(--white);
      backface-visibility: hidden;
      position: absolute;
      left: 0;
      top: 8px;
      transition: 0.3s all ease;
      border-radius: 5px;
      opacity: 1; }
      @media only screen and (max-width: 991px) {
        .hamburger span::before, .hamburger span::after {
          background: var(--black); } }
    @media only screen and (min-width: 991px) {
      .hamburger span::before {
        content: 'MENU';
        color: #fff;
        font-size: 10px;
        background: none; } }
    .hamburger span::after {
      top: -8px; }
  .hamburger.active span {
    transform: rotate(225deg); }
    .hamburger.active span::before {
      content: "";
      transform: rotate(-90deg);
      top: 0; }
    .hamburger.active span::after {
      opacity: 0; }

@media screen and (min-width: 1024px) {
  .pcbr {
    display: block; }

  .spbr {
    display: none; } }
@media screen and (max-width: 1024px) {
  .pcbr {
    display: none; }

  .spbr {
    display: block; } }
@media only screen and (min-width: 768px) {
  .hide-pc {
    display: none; } }

@media only screen and (max-width: 767px) {
  .hide-sp {
    display: none; } }

.slick-slider .slick-arrow {
  width: 30px;
  height: 30px;
  z-index: 9;
  min-width: auto;
  opacity: 1; }
  .slick-slider .slick-arrow::before {
    display: none; }
  .slick-slider .slick-arrow.slick-prev {
    background: url("../images/arrow-circle-left.svg") no-repeat 50% 50%/100%;
    left: 15px; }
    @media only screen and (min-width: 1200px) {
      .slick-slider .slick-arrow.slick-prev {
        left: -40px; } }
  .slick-slider .slick-arrow.slick-next {
    background: url("../images/arrow-circle-right.svg") no-repeat 50% 50%/100%;
    right: 15px; }
    @media only screen and (min-width: 1200px) {
      .slick-slider .slick-arrow.slick-next {
        right: -40px; } }
.slick-slider.slider-arrow-line .slick-arrow {
  width: 24px;
  height: 24px; }
  @media only screen and (min-width: 768px) {
    .slick-slider.slider-arrow-line .slick-arrow {
      width: 27px;
      height: 27px; } }
  .slick-slider.slider-arrow-line .slick-arrow.slick-prev {
    background: url("../images/arrow-line-left.svg") no-repeat 50% 50%/100%; }
  .slick-slider.slider-arrow-line .slick-arrow.slick-next {
    background: url("../images/arrow-line-right.svg") no-repeat 50% 50%/100%; }
.slick-slider.slick-dotted {
  margin-bottom: 50px; }
.slick-slider .slick-dots {
  bottom: -45px; }
  .slick-slider .slick-dots li {
    margin: 0 5px; }
    @media only screen and (min-width: 768px) {
      .slick-slider .slick-dots li {
        margin: 0 8px; } }
    .slick-slider .slick-dots li button {
      min-width: auto;
      padding: 5px; }
      .slick-slider .slick-dots li button::before {
        display: none; }
      .slick-slider .slick-dots li button::after {
        content: '';
        width: 10px;
        height: 10px;
        background: #E3E3E3;
        border-radius: 100%;
        display: block; }
        @media only screen and (min-width: 768px) {
          .slick-slider .slick-dots li button::after {
            width: 12px;
            height: 12px; } }
    .slick-slider .slick-dots li.slick-active button::after {
      background: #A58F58; }

.mfp-close {
  min-width: auto; }

.white-popup-block {
  background: #FFF;
  padding: 20px 30px;
  text-align: left;
  max-width: 650px;
  margin: 40px auto;
  position: relative; }

.plan-title {
  font-size: 14px;
  text-align: center;
} 
.plan-more{
  font-size: 14px;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .plan-more{
  margin-left: 15%;
  margin-right: 15%;
  font-size: 13px;
}
}


.btn-link {
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  color: #887D65;
  border-bottom: 1px solid #887D65;
  display: inline-flex;
  gap: 5px;
  padding: 2px 10px;
  align-items: center; }
  
  @media only screen and (min-width: 768px) {
    .btn-link {
    font-size: 16px; }
  }

  .btn-link svg {
    height: 17px;
    transition: all 0.3s;
    transform: rotate(0); }
    

body.home-page .header-site__nav {
  opacity: 1;
  visibility: visible; }
  @media only screen and (max-width: 991px) {
    body.home-page .header-site__nav {
      opacity: 0;
      visibility: hidden; } }
.hamburger {
  display: none; }
@media only screen and (max-width: 991px) {
  body.show-nav .header-site__logo--link {
    display: none; } }
@media only screen and (max-width: 991px) {
  body.show-nav .header-site__booking {
    display: none; } }
body.show-nav .header-site__nav {
  opacity: 1 !important;
  visibility: visible !important; }
body.show-nav .hamburger {
  display: block; }
  @media only screen and (min-width: 991px) {
    body.show-nav .hamburger span::before {
      content: "";
      background: var(--white); } }
/* body .sticky .header-site__nav {
  opacity: 0;
  visibility: hidden; } */

/* .sticky .hamburger {
  display: block !important; } */
  .sticky .hamburger span {
    background: var(--black); }
    .sticky .hamburger span::before, .sticky .hamburger span::after {
      background: var(--black) !important; }
    .sticky .hamburger span::before {
      background: none !important;
      color: #000; }
      @media only screen and (max-width: 991px) {
        .sticky .hamburger span::before {
          background: var(--black) !important; } }
  .sticky .hamburger.active span::before {
    background: #000 !important;
    content: ''; }

.header-site {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: var(--white);
  transition: all 0.3s; }
  @media only screen and (min-width: 992px) {
    .header-site {
      background: transparent;
      position: fixed; } }
  .header-site .container {
    max-width: 1280px; }
  .header-site.header-color {
    position: sticky; }
  .header-site.header-color, .header-site.sticky {
    background: rgba(255,255,255,0.8); }
    .header-site.header-color .header-site__nav nav ul li a, .header-site.sticky .header-site__nav nav ul li a {
      color: var(--text-body); }
    .header-site.header-color .header-site__nav nav ul li:hover a, .header-site.header-color .header-site__nav nav ul li.active a, .header-site.sticky .header-site__nav nav ul li:hover a, .header-site.sticky .header-site__nav nav ul li.active a {
      color: var(--primary); }
    @media only screen and (min-width: 992px) {
      .header-site.header-color .header-site__logo--white, .header-site.sticky .header-site__logo--white {
        display: none; }
      .header-site.header-color .header-site__logo--color, .header-site.sticky .header-site__logo--color {
        display: block; } }
  .header-site.show-nav .header-site__nav {
    opacity: 1;
    visibility: visible; }
  .header-site__booking {
    font-family: Hiragino Mincho ProN, YuMincho, 游明朝, Times New Roman, HGS明朝B, ＭＳ Ｐ明朝, serif;
    font-weight: 300;
    color: var(--black);
    font-size: 14px; }
    @media only screen and (min-width: 992px) {
      .header-site__booking {
        display: none; } }
  .header-site__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 33px;
    position: relative; }
    @media only screen and (min-width: 992px) {
      .header-site__inner {
        padding: 20px 0; } }
  @media only screen and (max-width: 991px) {
    .header-site__logo {
      display: flex;
      justify-content: space-between;
      width: 100%;
      align-items: center;
      padding: 15px 0;
      position: relative;
      z-index: 999;
      background: var(--white); } }
  @media only screen and (max-width: 991px) {
    .header-site__logo--white {
      display: none; } }
  @media only screen and (min-width: 992px) {
    .header-site__logo--color {
      display: none; } }
  .header-site__logo picture {
    display: block; }
  .header-site__logo img {
    max-height: 32px; }
    @media only screen and (min-width: 1200px) {
      .header-site__logo img {
        max-height: 40px; } }
  @media only screen and (min-width: 992px) {
    .header-site__logo .hamburger {
      position: absolute; } }
  @media only screen and (min-width: 992px) {
    .header-site__more {
      order: 2;
      margin-right: 40px; } }
  @media only screen and (min-width: 992px) {
    .header-site__more .hamburger {
      display: none; } }
  .header-site__contact {
    text-align: center; }
    @media only screen and (min-width: 992px) {
      .header-site__contact {
        display: none; } }
    .header-site__contact h3 {
      font-weight: 300;
      font-family: Hiragino Mincho ProN, YuMincho, 游明朝, Times New Roman, HGS明朝B, ＭＳ Ｐ明朝, serif;
      font-size: 15px;
      margin: 0 0 10px;
      color: var(--black); }
    .header-site__contact--buttons {
      gap: 8px;
      display: flex;
      margin-bottom: 15px; }
      .header-site__contact--buttons a {
        min-width: auto;
        width: calc(50% - 4px);
        font-size: 14px;
        padding: 7px 5px; }
    .header-site__contact p {
      margin: 0;
      font-weight: 300;
      font-family: Hiragino Mincho ProN, YuMincho, 游明朝, Times New Roman, HGS明朝B, ＭＳ Ｐ明朝, serif;
      font-size: 12px;
      color: var(--black); }
  @media only screen and (max-width: 991px) {
    .header-site__nav {
      z-index: 99;
      transition: all 0.3s;
      position: absolute;
      padding: 20px;
      width: calc(100% + 30px);
      left: -15px;
      text-align: center;
      opacity: 0;
      visibility: hidden;
      box-shadow: 0 5px 5px rgba(0, 0, 0, 0.08);
      height: 100vh;
      top: 0;
      background: var(--white); } }
  @media only screen and (min-width: 992px) {
    .header-site__nav .hamburger {
      display: none; } }
  @media only screen and (max-width: 991px) {
    .header-site__nav nav {
      max-height: calc(100vh - 280px);
      overflow-y: auto;
      margin: 50px 0 36px; } }
  @media only screen and (min-width: 992px) {
    .header-site__nav nav ul {
      display: flex;
      gap: 2vw;
      align-items: center;
      flex-wrap: wrap; } }
  @media only screen and (min-width: 1300px) {
    .header-site__nav nav ul {
      gap: 30px; } }
  @media only screen and (max-width: 991px) {
    .header-site__nav nav ul {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px; } }
  .header-site__nav nav ul li {
    margin: 0; }
    .header-site__nav nav ul li a {
      font-size: 12px;
      font-weight: 400;
      text-decoration: none;
      color: var(--black);
      font-weight: 500;
      line-height: 1.7;
      display: block;
      text-align: left; }
      @media only screen and (min-width: 992px) {
        .header-site__nav nav ul li a {
          color: var(--black);
          text-align: center; } }
      .header-site__nav nav ul li a strong {
        font-family: "Noto Serif JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "游ゴシック", "Yu Gothic", "Yu Gothic Medium,", Meiryo, "Helvetica Neue", Arial, sans-serif;
        display: block;
        font-weight: 400;
        font-size: 25px; }
        @media only screen and (min-width: 992px) {
          .header-site__nav nav ul li a strong {
            font-size: 14px; } }
        @media only screen and (min-width: 1200px) {
          .header-site__nav nav ul li a strong {
            font-size: 14px; } }
    .header-site__nav nav ul li:hover > a, .header-site__nav nav ul li.active > a {
      color: var(--primary); }
  @media only screen and (max-width: 991px) {
    .header-site__more {
      display: none; } }
  .header-site__more .btn, .header-site__more .btn-second, .header-site__more .btn-third, .header-site__more .btn-gray {
    background: #B88E6D;
    min-width: 155px;
    font-size: 12px;
    font-weight: 500;
    padding: 9px; }
    .header-site__more .btn:hover, .header-site__more .btn-second:hover, .header-site__more .btn-third:hover, .header-site__more .btn-gray:hover {
      color: var(--white); }

.contact-info {
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .contact-info .heading-section h2::before {
      min-width: 190px; } }
  .contact-info h3 {
    font-weight: 300;
    font-family: Hiragino Mincho ProN, YuMincho, 游明朝, Times New Roman, HGS明朝B, ＭＳ Ｐ明朝, serif;
    font-size: 15px;
    margin: 0 0 10px;
    color: var(--black); }
  .contact-info--buttons {
    gap: 8px;
    display: flex;
    margin: 0 auto 15px;
    max-width: 340px; }
    .contact-info--buttons a {
      min-width: auto;
      width: calc(50% - 4px);
      font-size: 14px;
      padding: 7px 5px; }
  .contact-info p {
    margin: 0;
    font-weight: 300;
    font-family: Hiragino Mincho ProN, YuMincho, 游明朝, Times New Roman, HGS明朝B, ＭＳ Ｐ明朝, serif;
    font-size: 12px;
    color: var(--black); }

.links-section .heading-section h2::before {
  min-width: calc(100% - 30px); }
  @media only screen and (min-width: 768px) {
    .links-section .heading-section h2::before {
      min-width: 380px; } }
.links-section ul {
  font-size: 13px;
  font-weight: 300;
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 270px;
  margin: 0 auto;
  gap: 6px 20px; }
  .links-section ul strong {
    font-weight: 600;
  }
  @media only screen and (min-width: 768px) {
    .links-section ul {
      font-weight: 500;
      display: flex;
      flex-wrap: wrap;
      gap: 10px 40px;
      justify-content: center;
      max-width: none;
      font-size: 16px; } }
  @media only screen and (min-width: 768px) {
    .links-section ul + ul {
      margin-top: 10px; } }
  .links-section ul li a {
    color: var(--black); }

.footer-site {
  background: #A2905F;
  padding: 28px 0 24px;
  text-align: center;
  color: var(--white); }
  .footer-site a {
    color: var(--white); }
  .footer-site img {
    max-height: 32px; }
    @media only screen and (min-width: 768px) {
      .footer-site img {
        max-height: 35px; } }
  .footer-site ul {
    display: flex;
    justify-content: center;
    margin: 20px 0 15px;
    gap: 20px 40px; }
    .footer-site ul li a {
      font-family: Hiragino Mincho ProN, YuMincho, 游明朝, Times New Roman, HGS明朝B, ＭＳ Ｐ明朝, serif;
      font-weight: 300;
      font-size: 12px;
      display: flex;
      gap: 4px;
      align-items: center; }
      @media only screen and (min-width: 768px) {
        .footer-site ul li a {
          font-size: 15px;
          font-weight: 500;
          gap: 10px; } }
      .footer-site ul li a svg {
        display: block;
        width: 100%;
        max-width: 20px;
        max-height: 24px; }
        @media only screen and (min-width: 768px) {
          .footer-site ul li a svg {
            max-width: 24px;
            max-height: 30px; } }
  .footer-site p {
    font-family: Hiragino Mincho ProN, YuMincho, 游明朝, Times New Roman, HGS明朝B, ＭＳ Ｐ明朝, serif;
    font-weight: 300;
    font-size: 10px;
    margin: 0; }
    @media only screen and (min-width: 768px) {
      .footer-site p {
        font-size: 14px;
        font-weight: 500; } }

.fixed-bottom {
  background: #A7955F;
  position: sticky;
  bottom: 0;
  width: 100%;
  z-index: 99;
  padding: 6px 0; }
  @media only screen and (min-width: 768px) {
    .fixed-bottom {
      display: none; } }
  .fixed-bottom ul {
    display: flex; }
    .fixed-bottom ul li {
      flex-grow: 1;
      flex-basis: 0; }
      .fixed-bottom ul li + li {
        border-left: 1px solid var(--white); }
      .fixed-bottom ul li a {
        color: var(--white);
        min-height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        font-weight: 500; }

/** Sections */
.banner-video {
  position: relative; }
  .banner-video video {
    width: 100%;
    height: 100vh;
    display: block;
    object-fit: cover; }
  .banner-video__inner {
    position: absolute;
    top: 50%; }
  .banner-video h1 {
    font-size: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: var(--white);
    font-weight: 400;
    font-family: HannariMincho, Hiragino Mincho ProN, YuMincho, 游明朝, Times New Roman, HGS明朝B, ＭＳ Ｐ明朝, serif;
    margin: 0;
    z-index: 2; }
    @media only screen and (min-width: 768px) {
      .banner-video h1 {
        font-size: 45px; } }
  .banner-video .btn-second {
    margin: 15px 15px;
    width: calc(100% - 30px);
    font-weight: 600;
    font-size: 12px;
    padding: 11px;
    z-index: 5; }
    @media only screen and (min-width: 768px) {
      .banner-video .btn-second {
        font-size: 16px;
        padding: 8px;
        max-width: 495px;
        margin: 0;
        position: absolute;
        bottom: 45px;
        left: 50%;
        transform: translateX(-50%); } }
  .banner-video__video {
    position: relative; }
  .banner-video__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: var(--black);
    opacity: 0;
    transition: all 0.3s;
    pointer-events: none; }
	.banner-video .top-slider {
  width: 100%;
  height: 100vh;
}
 @media (max-width: 767px){
     .banner-video .top-slider {
	  height: 570px;
	}
}
.top-slider .slick-list {
  width: 100%;
  height: 100%;
}
.top-slider .slick-track {
  height: 100%;
}
.top-slider .slick-slide img{
	 width: 100%;
    height: 100%;
	object-fit:cover;
}
.bridal-card h2 {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  margin: 0 0 22px; }
  @media only screen and (min-width: 768px) {
    .bridal-card h2 {
      margin: 0 0 28px;
      font-size: 25px; } }
@media only screen and (max-width: 767px) {
  .bridal-card .slick-slider .slick-list {
    padding: 0 40px; } }
.bridal-card .slick-slider .slick-arrow {
  top: 46%; }
  .bridal-card .slick-slider .slick-arrow.slick-prev {
    left: 25px; }
  .bridal-card .slick-slider .slick-arrow.slick-next {
    right: 25px; }
@media only screen and (max-width: 767px) {
  .bridal-card__list {
    margin: 0 -15px; } }
.bridal-card__item {
  padding: 0 8px; }
  .bridal-card__item figure {
    padding-top: 100%;
    position: relative; }
    .bridal-card__item figure img {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      object-fit: cover; }
  .bridal-card__item--body {
    border: 1px solid #C2C2C2;
    padding: 20px 12px;
    height: 260px; }
    @media only screen and (min-width: 768px) {
      .bridal-card__item--body {
        padding: 24px 15px;
        height: 310px; } }
    .bridal-card__item--body h3 {
      color: var(--black);
      font-family: Hiragino Mincho ProN, YuMincho, 游明朝, Times New Roman, HGS明朝B, ＭＳ Ｐ明朝, serif;
      font-size: 16px;
      font-weight: 300;
      margin: 0 0 12px; }
      @media only screen and (min-width: 768px) {
        .bridal-card__item--body h3 {
          font-size: 20px;
          margin: 0 0 16px; } }
      .bridal-card__item--body h3 small {
        color: var(--yellow);
        font-size: 14px;
        margin-left: 24px; }
        @media only screen and (min-width: 768px) {
          .bridal-card__item--body h3 small {
            font-size: 16px; } }
    .bridal-card__item--body .des {
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      display: -webkit-inline-box; }
    .bridal-card__item--body p {
      color: #7D633F;
      font-size: 14px;
      font-family: Hiragino Mincho ProN, YuMincho, 游明朝, Times New Roman, HGS明朝B, ＭＳ Ｐ明朝, serif;
      font-weight: 300;
      line-height: 1.75;
      margin: 0 0 10px; }
      @media only screen and (min-width: 768px) {
        .bridal-card__item--body p {
          font-size: 16px; } }
    .bridal-card__item--body h4 {
      font-size: 12px;
      font-weight: 500;
      margin: 0 0 6px; }
      @media only screen and (min-width: 768px) {
        .bridal-card__item--body h4 {
          font-size: 15px;
          margin: 0 0 8px; } }
    .bridal-card__item--body ul {
      font-size: 12px;
      font-weight: 500;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 8px;
      line-height: 1; }
      @media only screen and (min-width: 768px) {
        .bridal-card__item--body ul {
          font-size: 15px;
          gap: 12px; } }
      .bridal-card__item--body ul li {
        border-right: 1px solid var(--black); }
        .bridal-card__item--body ul li:nth-child(even) {
          text-align: center; }
  .bridal-card__item--buttons {
    margin-top: 20px;
    display: flex;
    gap: 16px; }
    @media only screen and (min-width: 768px) {
      .bridal-card__item--buttons {
        gap: 20px; } }
    .bridal-card__item--buttons a {
      flex-basis: 0;
      flex-grow: 1;
      font-weight: 500;
      font-size: 12px;
      min-width: auto; }
      @media only screen and (min-width: 768px) {
        .bridal-card__item--buttons a {
          font-size: 15px;
          padding: 10px 15px; } }

@media only screen and (min-width: 768px) {
  .party-report {
    padding-bottom: 40px; } }
.party-report h2 {
  text-align: center;
  font-weight: 400;
  font-size: 25px;
  margin: 0 0 15px;
  font-family: HannariMincho, Hiragino Mincho ProN, YuMincho, 游明朝, Times New Roman, HGS明朝B, ＭＳ Ｐ明朝, serif; }
  @media only screen and (min-width: 768px) {
    .party-report h2 {
      margin: 0 0 20px;
      font-size: 28px; } }
@media only screen and (max-width: 767px) {
  .party-report__list {
    margin: 0 -15px; } }
@media only screen and (max-width: 767px) {
  .party-report .slick-slider .slick-list {
    padding: 0 30px; } }
.party-report .slick-slider .slick-arrow {
  top: 24%; }
  @media only screen and (min-width: 1200px) {
    .party-report .slick-slider .slick-arrow {
      top: 27%; } }
  @media only screen and (max-width: 1199px) {
    .party-report .slick-slider .slick-arrow.slick-prev {
      left: 25px; } }
  @media only screen and (max-width: 1199px) {
    .party-report .slick-slider .slick-arrow.slick-next {
      right: 25px; } }
.party-report__item {
  padding: 0 15px; }
  .party-report__item--body {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0; }
    .party-report__item--body h3 {
      font-family: Hiragino Mincho ProN, YuMincho, 游明朝, Times New Roman, HGS明朝B, ＭＳ Ｐ明朝, serif;
      font-weight: 300;
      font-size: 13px;
      margin: 0 0 16px;
      width: 100%; 
	  text-align: center;
	  }
      @media only screen and (min-width: 768px) {
        .party-report__item--body h3 {
          font-family: YuMincho, 游明朝, Times New Roman, Hiragino Mincho ProN, HGS明朝B, ＭＳ Ｐ明朝, serif;
          font-weight: 500;
          font-size: 15px; } }
      .party-report__item--body h3 a {
        color: var(--black); }
    .party-report__item--body p {
      font-family: Hiragino Mincho ProN, YuMincho, 游明朝, Times New Roman, HGS明朝B, ＭＳ Ｐ明朝, serif;
      font-weight: 300;
      font-size: 13px;
      margin: 0 0 16px; }
      @media only screen and (min-width: 768px) {
        .party-report__item--body p {
          font-family: YuMincho, 游明朝, Times New Roman, Hiragino Mincho ProN, HGS明朝B, ＭＳ Ｐ明朝, serif;
          font-weight: 500;
          font-size: 15px; } }
.party-report .section-button {
  margin-top: 0; }
  @media only screen and (min-width: 768px) {
    .party-report .section-button .btn-outline {
      min-width: 245px; } }

@media only screen and (min-width: 768px) {
  .access-section {
    padding-bottom: 60px; } }
.access-section iframe {
  width: calc(100% + 30px);
  height: 260px;
  margin: 0 -15px; }
  @media only screen and (min-width: 768px) {
    .access-section iframe {
      height: 440px;
      width: 100%;
      margin: 0; } }
.access-section__content {
  text-align: center;
  margin-top: 40px; }
  .access-section__content p {
    font-size: 12px;
    font-weight: 500;
    margin: 0 0 10px; }
    @media only screen and (min-width: 768px) {
      .access-section__content p {
        font-size: 16px; } }
  @media only screen and (min-width: 768px) {
    .access-section__content .btn-outline {
      min-width: 220px; } }

@media only screen and (min-width: 768px) {
  .content-more {
    padding: 40px 0 60px; } }
.content-more__body h4 {
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  margin: 0 0 16px; }
  @media only screen and (min-width: 768px) {
    .content-more__body h4 {
      font-weight: 500;
      font-size: 20px;
      margin: 0 0 24px; } }
.content-more__body h5 {
  font-weight: 300;
  font-size: 12px;
  text-align: center;
  margin: 0 0 24px; }
  @media only screen and (min-width: 768px) {
    .content-more__body h5 {
      font-weight: 500;
      font-size: 16px;
      margin: 0 0 50px; } }
.content-more__body figure {
  margin-bottom: 18px; }
  @media only screen and (min-width: 768px) {
    .content-more__body figure {
      margin-bottom: 40px; } }
  @media only screen and (min-width: 1200px) {
    .content-more__body figure {
      margin-bottom: 86px; } }
  .content-more__body figure img {
    width: 100%; }
.content-more__content {
  font-weight: 300;
  font-size: 12px;
  text-align: right; }
  @media only screen and (min-width: 768px) {
    .content-more__content {
      font-weight: 500;
      font-size: 16px;
      line-height: 2; } }
  .content-more__content--inner {
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
    max-height: 42px;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    margin-bottom: 10px; }
    @media only screen and (min-width: 768px) {
      .content-more__content--inner {
        max-height: 96px;
        margin-bottom: 36px; } }
	.content-more__content--inner span {
	  opacity: 0;
	  transition: opacity .3s cubic-bezier(.47,0,.745,.715),visibility .3s cubic-bezier(.47,0,.745,.715);
	}
	.content-more__content.expanded .content-more__content--inner span {
	visibility: visible;
	opacity: 1;
	}	
  .content-more__content.expanded .content-more__content--inner {
    max-height: none; }
  .content-more__content.expanded .btn-toggle-content svg {
    transform: rotate(180deg); }
.content-more__button {
  text-align: center;
  margin-top: 16px; }

.news-section .news-list {
  max-width: 500px;
  margin: 0 auto; }
  .news-section .news-list a {
    display: block;
    font-size: 12px;
    font-weight: 300;
    border-bottom: 1px solid #736357;
    padding: 4px 0;
    color: var(--black); }
    @media only screen and (min-width: 768px) {
      .news-section .news-list a {
        font-size: 14px;
        display: flex;
        padding: 12px 0; } }
    .news-section .news-list a time {
      font-weight: 300;
      display: block; }
      @media only screen and (min-width: 768px) {
        .news-section .news-list a time {
          min-width: 90px;
          padding-right: 10px; } }

@media only screen and (min-width: 1200px) {
  .video-section .heading-section h2::before {
    min-width: 563px; } }
.video-section video {
  width: 100%;
  height: auto;
  display: block; }
  @media only screen and (max-width: 767px) {
    .video-section video {
      margin: 0 -15px;
      width: calc(100% + 30px); } }
.video-section__content {
  margin-top: 36px;
  text-align: center;
  font-size: 12px;
  font-weight: 500; }
  @media only screen and (min-width: 768px) {
    .video-section__content {
      font-size: 16px; } }

#best-rate {
  width: calc(100% - 30px);
  max-width: 1000px; }

.best-rate {
  max-width: 660px;
  margin: 0 auto;
  font-weight: 500;
  font-size: 12px; }
  @media only screen and (min-width: 768px) {
    .best-rate {
      font-size: 14px; } }
  .best-rate h2 {
    font-weight: 500;
    font-size: 13px;
    text-align: center;
    margin: 0 0 16px; }
    @media only screen and (min-width: 768px) {
      .best-rate h2 {
        font-size: 18px; } }
  .best-rate figure {
    margin-bottom: 18px; }
    @media only screen and (min-width: 768px) {
      .best-rate figure {
        margin-bottom: 68px; } }
    .best-rate figure img {
      width: 100%; }
  .best-rate__heading {
    margin-bottom: 16px;
    text-align: center;
    padding-top: 30px; }
    @media only screen and (min-width: 768px) {
      .best-rate__heading {
        margin-bottom: 60px;
        padding-top: 70px; } }
    .best-rate__heading img {
      max-width: 180px; }
      @media only screen and (min-width: 768px) {
        .best-rate__heading img {
          max-width: 380px; } }
  .best-rate__content {
    margin-bottom: 40px;
    text-align: right; }
    @media only screen and (min-width: 768px) {
      .best-rate__content {
        margin-bottom: 30px; } }
    .best-rate__content--inner {
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .best-rate__content--inner {
          max-height: 40px;
          overflow: hidden; } }
      .best-rate__content--inner p {
        margin-bottom: 20px; }
        .best-rate__content--inner p:last-of-type {
          margin-bottom: 0; }
    .best-rate__content .btn-link {
      margin-top: 12px; }
      @media only screen and (min-width: 768px) {
        .best-rate__content .btn-link {
          display: none; } }
    .best-rate__content.expanded .best-rate__content--inner {
      max-height: none; }
    .best-rate__content.expanded .btn-link svg {
      transform: rotate(180deg); }
  .best-rate__info {
    margin-top: 120px; }
    @media only screen and (min-width: 768px) {
      .best-rate__info {
        margin-top: 200px; } }
    @media only screen and (min-width: 1200px) {
      .best-rate__info {
        margin-top: 100px; } }
    .best-rate__info--row {
      display: flex;
      font-weight: 500;
      margin-bottom: 14px;
      position: relative; }
      @media only screen and (min-width: 768px) {
        .best-rate__info--row {
          margin-bottom: 30px; } }
      .best-rate__info--row span {
        background: #B18D57;
        font-size: 12px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-grow: 1;
        min-height: 46px;
        color: var(--white); }
        @media only screen and (min-width: 768px) {
          .best-rate__info--row span {
            font-size: 20px;
            min-height: 100px; } }
      .best-rate__info--row:first-child span {
        background: #00A663; }
      .best-rate__info--row:first-child .best-rate__info--right {
        border-style: dashed;
        color: var(--black); }
    .best-rate__info--left {
      width: 94px;
      border: 1px solid #A2905F;
      background: var(--white);
      font-size: 11px;
      color: var(--black);
      border-radius: 6px;
      margin-right: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 1px 5px;
      line-height: 1.27;
      min-height: 32px;
      align-self: center; }
      @media only screen and (min-width: 768px) {
        .best-rate__info--left {
          font-size: 15px;
          width: 122px;
          min-height: 66px; } }
    .best-rate__info--right {
      width: 62px;
      border: 1px solid #A2905F;
      background: var(--white);
      font-size: 12px;
      color: #A2905F;
      margin-left: 4px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 2px 5px; }
      @media only screen and (min-width: 768px) {
        .best-rate__info--right {
          width: 134px;
          font-size: 20px; } }
    .best-rate__info--tooltip {
      position: absolute;
      bottom: 100%;
      right: 0;
      text-align: center;
      border: 1px solid #A2905F;
      border-radius: 100%;
      background: var(--white);
      font-size: 7px;
      padding: 10px 6px;
      min-height: 80px; }
      @media only screen and (min-width: 768px) {
        .best-rate__info--tooltip {
          font-size: 15px;
          min-height: 146px; } }
      @media only screen and (min-width: 1200px) {
        .best-rate__info--tooltip {
          left: calc(100% + 5px);
          right: auto;
          top: 50%;
          transform: translateY(-50%); } }
      .best-rate__info--tooltip::before, .best-rate__info--tooltip::after {
        content: '';
        position: absolute;
        top: 100%;
        transform: rotate(5deg); }
        @media only screen and (min-width: 1200px) {
          .best-rate__info--tooltip::before, .best-rate__info--tooltip::after {
            transform: rotate(80deg);
            top: 57%; } }
      .best-rate__info--tooltip::before {
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        border-top: 7px solid var(--white);
        left: calc(40% + 1px);
        z-index: 2; }
        @media only screen and (min-width: 768px) {
          .best-rate__info--tooltip::before {
            border-left-width: 8px;
            border-right-width: 8px;
            border-top-width: 17px; } }
        @media only screen and (min-width: 1200px) {
          .best-rate__info--tooltip::before {
            left: auto;
            right: calc(100% - 3px); } }
      .best-rate__info--tooltip::after {
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 8px solid #A2905F;
        left: 40%;
        z-index: 1; }
        @media only screen and (min-width: 768px) {
          .best-rate__info--tooltip::after {
            border-left-width: 9px;
            border-right-width: 9px;
            border-top-width: 18px; } }
        @media only screen and (min-width: 1200px) {
          .best-rate__info--tooltip::after {
            left: auto;
            right: calc(100% - 3px); } }
      .best-rate__info--tooltip h4 {
        font-weight: 500;
        font-size: 7px;
        background: #00A663;
        color: var(--white);
        border-radius: 5px;
        padding: 2px 6px;
        white-space: nowrap;
        margin: 0 0 4px; }
        @media only screen and (min-width: 768px) {
          .best-rate__info--tooltip h4 {
            font-size: 15px;
            padding: 4px 6px;
            margin: 0 0 10px; } }
      .best-rate__info--tooltip p {
        margin: 0; }

.banner-page {
  position: relative;
  min-height: 375px; }
  @media only screen and (min-width: 768px) {
    .banner-page {
      min-height: 100vh; } }
  .banner-page picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
    .banner-page picture img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .banner-page h1 {
    font-size: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: var(--white);
    font-weight: 400;
    font-family: HannariMincho, Hiragino Mincho ProN, YuMincho, 游明朝, Times New Roman, HGS明朝B, ＭＳ Ｐ明朝, serif;
    margin: 0;
    z-index: 2;
    text-transform: uppercase; }
    @media only screen and (min-width: 768px) {
      .banner-page h1 {
        font-size: 45px; } }

@media only screen and (min-width: 768px) {
  .content-page {
    text-align: center; } }
.content-page h3 {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 4px; }
  @media only screen and (min-width: 768px) {
    .content-page h3 {
      margin: 0 0 16px;
      font-size: 16px; } }
.content-page h2 {
  font-size: 16px;
  font-weight: 800;
  margin: 0 0 8px; }
  @media only screen and (min-width: 768px) {
    .content-page h2 {
      margin: 0 0 24px;
      font-size: 20px; } }
.content-page p {
  font-size: 14px; }
  @media only screen and (min-width: 768px) {
    .content-page p {
      font-size: 16px; } }
  .content-page p:last-of-type {
    margin-bottom: 0; }

@media only screen and (max-width: 767px) {
  .slider-content .container {
    padding: 0; } }
@media only screen and (min-width: 768px) {
  .slider-content__item--inner {
    display: flex; } }
.slider-content__item h3 {
  font-size: 16px;
  margin: 0 0 20px;
  font-family: HannariMincho, Hiragino Mincho ProN, YuMincho, 游明朝, Times New Roman, HGS明朝B, ＭＳ Ｐ明朝, serif;
  font-weight: 400;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .slider-content__item h3 {
      margin: 0 0 80px;
      font-size: 32px; } }
@media only screen and (min-width: 768px) {
  .slider-content__item > h3 {
    display: none; } }
.slider-content__item figure {
  padding-top: 50%;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .slider-content__item figure {
      flex-basis: 50%;
      flex-grow: 1; } }
  .slider-content__item figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
.slider-content__item--body {
  padding: 16px 15px 0; }
  @media only screen and (min-width: 768px) {
    .slider-content__item--body {
      flex-basis: 50%;
      flex-grow: 1;
      padding: 40px 0 40px 50px; } }
  @media only screen and (max-width: 767px) {
    .slider-content__item--body h3 {
      display: none; } }
  .slider-content__item--body p {
    font-size: 14px;
    font-weight: 500; }
    @media only screen and (min-width: 768px) {
      .slider-content__item--body p {
        font-size: 16px; } }
    .slider-content__item--body p:last-of-type {
      margin-bottom: 0; }
@media only screen and (min-width: 768px) {
  .slider-content.reverse .slider-content__item figure {
    order: 2; } }
@media only screen and (min-width: 768px) {
  .slider-content.reverse .slider-content__item--body, .mySwiper1 .slider-content__item--body {
    padding: 40px 80px 40px 0; } }
.slider-content__gallery {
  margin: 0 -6px;
  padding-top: 30px; }
  .slider-content__gallery figure {
    padding: 0 6px; }
  @media only screen and (max-width: 767px) {
    .slider-content__gallery .slick-list {
      padding: 0 20%; } }

@media only screen and (min-width: 992px) {
  .content-image {
    padding-top: 100px; } }
.content-image h2 {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  font-family: HannariMincho, Hiragino Mincho ProN, YuMincho, 游明朝, Times New Roman, HGS明朝B, ＭＳ Ｐ明朝, serif;
  margin: 0 0 30px; }
  @media only screen and (min-width: 768px) {
    .content-image h2 {
      font-size: 32px;
      margin: 0 0 56px; } }
@media only screen and (min-width: 768px) {
  .content-image__item {
    display: flex;
    align-items: center; } }
.content-image__item figure {
  margin: 0 -15px; }
  @media only screen and (min-width: 768px) {
    .content-image__item figure {
      flex-basis: 0;
      flex-grow: 1;
      margin: 0; } }
@media only screen and (min-width: 768px) {
  .content-image__item + .content-image__item {
    margin-top: 40px; } }
@media only screen and (min-width: 1200px) {
  .content-image__item + .content-image__item {
    margin-top: 80px; } }
.content-image__item--content {
  padding: 40px 0; }
  @media only screen and (min-width: 768px) {
    .content-image__item--content {
      padding: 0 0 0 40px;
      flex-basis: 0;
      flex-grow: 1; } }
  @media only screen and (min-width: 1200px) {
    .content-image__item--content {
      padding: 0 0 0 80px; } }
  .content-image__item--content h3 {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    font-family: HannariMincho, Hiragino Mincho ProN, YuMincho, 游明朝, Times New Roman, HGS明朝B, ＭＳ Ｐ明朝, serif;
    margin: 0 0 26px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 5px; }
    @media only screen and (min-width: 768px) {
      .content-image__item--content h3 {
        font-size: 30px;
        margin: 0 0 46px; } }
    .content-image__item--content h3 small {
      font-size: 14px; }
      @media only screen and (min-width: 768px) {
        .content-image__item--content h3 small {
          font-size: 16px; } }
  .content-image__item--content p {
    font-weight: 500;
    font-size: 14px; }
    @media only screen and (min-width: 768px) {
      .content-image__item--content p {
        font-size: 15px; } }
    .content-image__item--content p:last-of-type {
      margin-bottom: 0; }

.content-gallery__content {
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .content-gallery__content {
      max-width: 230px;
      margin: 0 auto; } }
  .content-gallery__content h3 {
    font-weight: 600;
    font-size: 15px;
    margin: 0 0 12px; }
    @media only screen and (min-width: 768px) {
      .content-gallery__content h3 {
        font-size: 20px;
        font-weight: 800;
        margin: 0 0 30px; } }
  .content-gallery__content p {
    font-size: 12px;
    margin: 0 0 10px;
    font-weight: 500; }
    @media only screen and (min-width: 768px) {
      .content-gallery__content p {
        margin: 0 0 45px;
        font-size: 16px; } }
.content-gallery__images--grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px; }
  @media only screen and (min-width: 768px) {
    .content-gallery__images--grid {
      gap: 20px; } }
.content-gallery__images--slider {
  margin: 0 -15px; }
  @media only screen and (min-width: 768px) {
    .content-gallery__images--slider {
      margin: 0 -6px; } }
  @media only screen and (max-width: 767px) {
    .content-gallery__images--slider .slick-list {
      padding: 0 20%; } }
  .content-gallery__images--slider .content-gallery__images--item {
    padding: 0 6px; }
  .content-gallery__images--slider figure {
    padding-top: 75%;
    position: relative; }
    .content-gallery__images--slider figure img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
.content-gallery .section-button {
  margin-top: 24px; }
  @media only screen and (min-width: 768px) {
    .content-gallery .section-button {
      margin-top: 60px; } }

@media only screen and (min-width: 768px) {
  .bridal-list {
    padding: 50px 0 80px; } }
.bridal-list__times {
  font-weight: 500;
  font-size: 18px;
  display: flex;
  gap: 30px;
  justify-content: flex-end;
  margin: 0 0 12px; }
  @media only screen and (min-width: 768px) {
    .bridal-list__times {
      font-size: 30px;
      margin: 0 0 8px;
      gap: 56px; } }
  .bridal-list__times a {
    color: var(--yellow-light); }
.bridal-list__group {
  margin-bottom: 20px; }
  .bridal-list__group .bridal-item {
    margin-top: 0 !important;
    border-bottom: 0; }
    .bridal-list__group .bridal-item + .bridal-item {
      display: none; }
  .bridal-list__group--button {
    font-size: 14px;
    display: block;
    background: #F7F7F5;
    padding: 6px;
    text-align: center;
    color: var(--black);
    border: 1px solid var(--yellow-light);
    border-top: 0; }
    .bridal-list__group--button-hide {
      display: none; }
  .bridal-list__group.expanded .bridal-item {
    display: flex; }
  .bridal-list__group.expanded .bridal-list__group--button-show {
    display: none; }
  .bridal-list__group.expanded .bridal-list__group--button-hide {
    display: block; }

.bridal-group {
  position: relative; }
  .bridal-group + .bridal-group {
    margin-top: 20px; }
  .bridal-group .bridal-item:first-child {
    padding-bottom: 55px; }
  .bridal-group .show_more {
    background: #F8F8F6;
    padding: 5px;
    position: absolute;
    bottom: 1px;
    left: 1px;
    width: calc(100% - 2px);
    text-align: center;
    cursor: pointer; }
  .bridal-group.open .bridal-item {
    display: flex !important; }
    .bridal-group.open .bridal-item:first-child {
      padding-bottom: 16px; }
    .bridal-group.open .bridal-item.last {
      padding-bottom: 55px; }

.bridal-item {
  border: 1px solid var(--yellow-light);
  padding: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  font-weight: 500; }
  @media only screen and (min-width: 768px) {
    .bridal-item {
      padding: 16px; } }
  .bridal-item.hide {
    display: none; }
  .bridal-item + .bridal-item {
    margin-top: 20px; }
  .bridal-item__heading {
    display: flex;
    gap: 24px;
    align-items: center;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .bridal-item__heading {
        flex-direction: column;
        gap: 30px;
        width: 130px; } }
    .bridal-item__heading h3 {
      font-size: 14px;
      display: flex;
      gap: 8px;
      align-items: center;
      font-weight: 800;
      position: relative;
      margin: 0; }
      @media only screen and (min-width: 768px) {
        .bridal-item__heading h3 {
          font-size: 30px;
          padding-bottom: 26px;
          gap: 0;
          width: 100%; } }
      @media only screen and (min-width: 768px) {
        .bridal-item__heading h3 span {
          font-size: 23px;
          margin-left: 10px; } }
      @media only screen and (min-width: 768px) {
        .bridal-item__heading h3::before {
          content: '';
          border-bottom: 1px solid #A5A5A5;
          width: 100%;
          max-width: 74px;
          position: absolute;
          bottom: 0;
          left: 50%;
          transform: translateX(-50%); } }
    .bridal-item__heading p {
      margin: 0;
      color: var(--yellow);
      font-size: 12px;
      font-weight: 500; }
      @media only screen and (min-width: 768px) {
        .bridal-item__heading p {
          font-size: 16px; } }
  .bridal-item__image {
    width: 162px; }
    @media only screen and (min-width: 768px) {
      .bridal-item__image {
        width: 35%;
        max-width: 330px; } }
    .bridal-item__image figure {
      height: 100%;
      display: block; }
      .bridal-item__image figure img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        display: block; }
  .bridal-item__body {
    width: calc(100% - 168px);
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media only screen and (min-width: 768px) {
      .bridal-item__body {
        width: auto;
        flex-basis: 0;
        flex-grow: 1;
        padding-left: 20px; } }
    .bridal-item__body h4 {
      font-size: 12px;
      margin: 0 0 12px;
      color: #836239;
      font-weight: 500;
      line-height: 1.7; }
      @media only screen and (min-width: 768px) {
        .bridal-item__body h4 {
          font-size: 19px;
          margin: 0 0 20px; } }
    .bridal-item__body .des {
      -webkit-line-clamp: 3;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      display: -webkit-inline-box; }
    .bridal-item__body p {
      font-weight: 500;
      font-size: 16px;
      margin: 0 0 40px; }
      @media only screen and (max-width: 767px) {
        .bridal-item__body p {
          display: none; } }
    .bridal-item__body--time {
      margin-bottom: 14px; }
      @media only screen and (min-width: 768px) {
        .bridal-item__body--time {
          margin-top: auto;
          margin-bottom: 22px; } }
      @media only screen and (min-width: 1200px) {
        .bridal-item__body--time {
          display: flex; } }
      .bridal-item__body--time label {
        margin: 0 0 4px;
        font-size: 10px;
        font-weight: 500; }
        @media only screen and (min-width: 768px) {
          .bridal-item__body--time label {
            font-size: 16px; } }
        @media only screen and (min-width: 1200px) {
          .bridal-item__body--time label {
            width: 80px;
            padding-right: 10px;
            line-height: 1;
            margin: 0; } }
      .bridal-item__body--time ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 4px; }
        @media only screen and (min-width: 500px) {
          .bridal-item__body--time ul {
            grid-template-columns: repeat(3, 1fr); } }
        @media only screen and (min-width: 768px) {
          .bridal-item__body--time ul {
            gap: 6px;
            grid-template-columns: repeat(2, 1fr); } }
        @media only screen and (min-width: 1200px) {
          .bridal-item__body--time ul {
            width: calc(100% - 80px);
            grid-template-columns: repeat(3, 1fr); } }
        .bridal-item__body--time ul li {
          font-size: 10px;
          border-right: 1px solid var(--black);
          line-height: 1;
          text-align: center; }
          @media only screen and (min-width: 768px) {
            .bridal-item__body--time ul li {
              font-size: 16px; } }
          @media only screen and (max-width: 499px) {
            .bridal-item__body--time ul li:nth-child(odd) {
              text-align: left; } }
          @media (min-width: 768px) and (max-width: 1199px) {
            .bridal-item__body--time ul li:nth-child(odd) {
              text-align: left; } }
          @media (min-width: 500px) and (max-width: 767px) {
            .bridal-item__body--time ul li:nth-child(3n + 1) {
              text-align: left; } }
          @media only screen and (min-width: 1200px) {
            .bridal-item__body--time ul li:nth-child(3n + 1) {
              text-align: left; } }
    .bridal-item__body--buttons {
      margin-top: auto;
      display: flex;
      gap: 12px; }
      @media only screen and (min-width: 768px) {
        .bridal-item__body--buttons {
          gap: 24px;
          margin-top: 0; } }
      .bridal-item__body--buttons a {
        font-size: 12px;
        min-width: auto;
        min-height: 30px;
        padding: 5px;
        flex-basis: 0;
        flex-grow: 1; }
        @media only screen and (min-width: 768px) {
          .bridal-item__body--buttons a {
            font-size: 16px;
            min-height: 46px; } }

.bridal-detail {
  padding: 0 0 30px;
  font-weight: 500; }
  @media only screen and (min-width: 768px) {
    .bridal-detail {
      padding: 80px 0 30px; } }
  .bridal-detail .container {
    max-width: 1030px; }
    @media only screen and (min-width: 768px) {
      .bridal-detail .container {
        display: flex; } }
    .bridal-detail .container picture {
      display: block;
      margin: 0 -15px 24px; }
      @media only screen and (min-width: 768px) {
        .bridal-detail .container picture {
          width: 38%;
          margin: 0; } }
  @media only screen and (min-width: 768px) {
    .bridal-detail__body {
      width: 62%;
      padding-left: 30px; } }
  @media only screen and (min-width: 992px) {
    .bridal-detail__body {
      padding-left: 46px; } }
  .bridal-detail__body--heading {
    display: flex;
    gap: 22px;
    align-items: center;
    width: 100%;
    margin-bottom: 16px; }
    @media only screen and (min-width: 768px) {
      .bridal-detail__body--heading {
        gap: 30px;
        margin-bottom: 8px; } }
    .bridal-detail__body--heading h3 {
      font-size: 18px;
      font-weight: 800;
      display: flex;
      gap: 8px;
      align-items: center;
      margin: 0; }
      @media only screen and (min-width: 768px) {
        .bridal-detail__body--heading h3 {
          font-size: 35px;
          gap: 16px; } }
      @media only screen and (min-width: 768px) {
        .bridal-detail__body--heading h3 span {
          font-size: 23px; } }
    .bridal-detail__body--heading p {
      font-size: 16px;
      margin: 0;
      font-weight: 500;
      color: var(--yellow); }
  .bridal-detail__body--content h4 {
    font-size: 19px;
    font-weight: 500;
    color: var(--yellow);
    line-height: 1.7;
    margin: 0 0 12px; }
    @media only screen and (min-width: 768px) {
      .bridal-detail__body--content h4 {
        margin: 0 0 24px; } }
  .bridal-detail__body--content p {
    font-weight: 500;
    font-size: 16px;
    margin: 0 0 24px; }
    @media only screen and (min-width: 768px) {
      .bridal-detail__body--content p {
        margin: 0 0 30px; } }
  .bridal-detail__body--time {
    margin-bottom: 26px;
    display: flex;
    font-size: 14px;
    font-weight: 500; }
    @media only screen and (min-width: 768px) {
      .bridal-detail__body--time {
        margin-top: auto;
        font-size: 16px; } }
    .bridal-detail__body--time label {
      margin: 0;
      width: 70px;
      line-height: 1;
      padding-right: 10px; }
      @media only screen and (min-width: 768px) {
        .bridal-detail__body--time label {
          width: 80px; } }
    .bridal-detail__body--time ul {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 4px;
      width: calc(100% - 70px); }
      @media only screen and (min-width: 500px) {
        .bridal-detail__body--time ul {
          grid-template-columns: repeat(3, 1fr); } }
      @media only screen and (min-width: 768px) {
        .bridal-detail__body--time ul {
          width: calc(100% - 80px);
          gap: 6px;
          grid-template-columns: repeat(2, 1fr); } }
      @media only screen and (min-width: 1200px) {
        .bridal-detail__body--time ul {
          grid-template-columns: repeat(3, 1fr); } }
      .bridal-detail__body--time ul li {
        border-right: 1px solid var(--black);
        line-height: 1;
        text-align: center; }
        @media only screen and (max-width: 499px) {
          .bridal-detail__body--time ul li:nth-child(odd) {
            text-align: left;
            padding-left: 10px; } }
        @media (min-width: 768px) and (max-width: 1199px) {
          .bridal-detail__body--time ul li:nth-child(odd) {
            text-align: left;
            padding-left: 10px; } }
        @media (min-width: 500px) and (max-width: 767px) {
          .bridal-detail__body--time ul li:nth-child(3n + 1) {
            text-align: left;
            padding-left: 10px; } }
        @media only screen and (min-width: 1200px) {
          .bridal-detail__body--time ul li:nth-child(3n + 1) {
            text-align: left;
            padding-left: 10px; } }
  .bridal-detail__body--tags ul {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 8px; }
    .bridal-detail__body--tags ul li a {
      font-weight: 500;
      font-size: 14px;
      display: block;
      border: 1px solid #949486;
      color: var(--black);
      padding: 2px 14px; }

.bridal-benefits {
  margin-bottom: 32px; }
  @media only screen and (min-width: 768px) {
    .bridal-benefits {
      margin-bottom: 50px; } }
  .bridal-benefits__inner {
    background: #FCF6F4;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    margin: 0; }
    .bridal-benefits__inner h2 {
      background: #DB8D7A;
      color: var(--white);
      font-weight: 500;
      font-size: 16px;
      margin: 0;
      padding: 5px;
      text-align: center; }
      @media only screen and (min-width: 768px) {
        .bridal-benefits__inner h2 {
          font-size: 18px; } }
    .bridal-benefits__inner p {
      color: #333;
      font-size: 14px;
      font-weight: 500;
      margin: 0; }
    .bridal-benefits__inner--content {
      padding: 30px 15px;
      line-height: 3; }
      @media only screen and (min-width: 768px) {
        .bridal-benefits__inner--content {
          padding: 30px 45px; } }
    .bridal-benefits__inner--line {
      background: url("../images/text-line-sp.png") repeat 0 0/auto 42px; }
      @media only screen and (min-width: 768px) {
        .bridal-benefits__inner--line {
          background-image: url("../images/text-line.png"); } }

.bridal-info .container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px; }
  @media only screen and (min-width: 768px) {
    .bridal-info .container {
      grid-template-columns: 1fr 1fr; } }
.bridal-info__box h3 {
  font-weight: 500;
  font-size: 13px;
  background: #FBF9F5;
  padding: 20px;
  text-align: center;
  margin: 0;
  border-bottom: 1px solid #B9A48B; }
  @media only screen and (min-width: 768px) {
    .bridal-info__box h3 {
      font-size: 14px; } }
.bridal-info__box--inner {
  padding: 20px 4px;
  font-weight: 500;
  font-size: 13px;
  margin: 0; }
  @media only screen and (min-width: 768px) {
    .bridal-info__box--inner {
      padding: 14px 50px;
      font-size: 14px; } }
  .bridal-info__box--inner p {
    font-weight: 500;
    font-size: 13px;
    margin: 0; }
    @media only screen and (min-width: 768px) {
      .bridal-info__box--inner p {
        font-size: 14px; } }

.bridal-service {
  padding: 30px 0 40px;
  font-weight: 500; }
  @media only screen and (min-width: 768px) {
    .bridal-service {
      padding: 30px 0 90px; } }
  .bridal-service h2 {
    font-family: HannariMincho, Hiragino Mincho ProN, YuMincho, 游明朝, Times New Roman, HGS明朝B, ＭＳ Ｐ明朝, serif;
    font-size: 25px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 14px; }
    @media only screen and (min-width: 768px) {
      .bridal-service h2 {
        font-size: 28px;
        margin: 0 0 30px; } }
  @media only screen and (min-width: 768px) {
    .bridal-service__inner {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0 30px; } }
  .bridal-service__box {
    border-top: 1px solid #D6D6D6;
    padding: 16px 0; }
    @media only screen and (min-width: 768px) {
      .bridal-service__box {
        padding: 24px 0;
        display: flex;
        align-items: center; } }
    .bridal-service__box:last-child {
      border-bottom: 1px solid #D6D6D6; }
    @media only screen and (min-width: 768px) {
      .bridal-service__box:nth-child(5) {
        border-bottom: 1px solid #D6D6D6; } }
    .bridal-service__box--heading {
      display: flex;
      align-items: center;
      gap: 6px;
      margin: 0 0 16px; }
      @media only screen and (min-width: 768px) {
        .bridal-service__box--heading {
          margin: 0;
          width: 130px;
          flex-direction: column;
          gap: 12px;
          text-align: center; } }
      .bridal-service__box--heading img {
        max-height: 24px;
        max-width: 24px; }
        @media only screen and (min-width: 768px) {
          .bridal-service__box--heading img {
            max-height: 48px;
            max-width: 48px; } }
      .bridal-service__box--heading h3 {
        margin: 0;
        font-size: 14px;
        color: #AC8E61;
        font-weight: 500;
        line-height: 1.7; }
        @media only screen and (min-width: 768px) {
          .bridal-service__box--heading h3 {
            font-size: 16px; } }
        @media only screen and (max-width: 767px) {
          .bridal-service__box--heading h3 br {
            display: none; } }
    .bridal-service__box--content {
      font-size: 14px; }
      @media only screen and (min-width: 768px) {
        .bridal-service__box--content {
          font-size: 16px;
          width: calc(100% - 130px);
          padding-left: 10px; } }
      .bridal-service__box--content p:last-of-type {
        margin: 0; }

.bridal-buttons {
  padding: 20px 0; }
  @media only screen and (min-width: 768px) {
    .bridal-buttons {
      padding: 30px 0 90px; } }
  .bridal-buttons .container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center; }
    @media only screen and (min-width: 768px) {
      .bridal-buttons .container {
        flex-direction: row;
        gap: 40px; } }
    .bridal-buttons .container a {
      min-width: auto;
      width: 100%;
      max-width: 255px; }
      @media only screen and (min-width: 768px) {
        .bridal-buttons .container a {
          flex-basis: 0;
          flex-grow: 1;
          max-width: none; } }

.radio-container {
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 13px;
  font-weight: 500;
  background: #EEEEEE;
  border-radius: 4px;
  padding: 15px 16px 15px 50px;
  margin: 0; }
  .radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
    .radio-container input:checked ~ .checkmark {
      border-color: var(--primary); }
      .radio-container input:checked ~ .checkmark::after {
        opacity: 1; }
  .radio-container .checkmark {
    position: absolute;
    top: 13px;
    left: 17px;
    height: 24px;
    width: 24px;
    border: 1px solid #4D4D4D;
    border-radius: 100%; }
    .radio-container .checkmark::after {
      content: "";
      position: absolute;
      width: calc(100% - 6px);
      height: calc(100% - 6px);
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      background: var(--primary);
      border-radius: 100%;
      opacity: 0;
      transition: all 0.3s; }

.checkbox-container {
  display: block;
  position: relative;
  padding: 3px 0 3px 40px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 13px;
  font-weight: 500;
  margin: 0; }
  .checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
    .checkbox-container input:checked ~ .checkmark::after {
      opacity: 1; }
  .checkbox-container .checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 27px;
    width: 27px;
    border: 0;
    border-radius: 5px;
    background: #EFEFEF; }
    .checkbox-container .checkmark::after {
      content: "";
      position: absolute;
      opacity: 0;
      transition: all 0.3s;
      width: 8px;
      height: 12px;
      border: solid var(--primary);
      border-width: 0 3px 3px 0;
      transform: rotate(45deg);
      left: 10px;
      top: 6px; }
  .checkbox-container--lg {
    padding-left: 36px;
    min-height: 26px;
    padding-top: 1px; }
    .checkbox-container--lg .checkmark {
      height: 26px;
      width: 26px;
      border-width: 2px; }
      .checkbox-container--lg .checkmark::after {
        width: 7px;
        height: 12px;
        left: 8px;
        top: 3px; }

.contact-section {
  padding: 40px 0 30px; }
  @media only screen and (min-width: 768px) {
    .contact-section {
      padding: 90px 0; } }
  @media only screen and (min-width: 768px) {
    .contact-section .heading-section {
      margin-bottom: 60px; } }
  .contact-section__heading {
    margin-bottom: 45px; }
    @media only screen and (min-width: 768px) {
      .contact-section__heading {
        display: flex;
        gap: 20px;
        margin-bottom: 64px; } }
    .contact-section__heading a {
      color: var(--black);
      font-size: 12px;
      border-bottom: 2px solid #E1E1E1;
      padding: 6px 10px;
      margin-bottom: 20px;
      font-weight: 500;
      display: flex;
      gap: 8px;
      align-items: center; }
      @media only screen and (min-width: 768px) {
        .contact-section__heading a {
          gap: 24px;
          text-align: center;
          font-size: 15px;
          justify-content: center;
          flex-basis: 0;
          flex-grow: 1;
          padding: 16px 10px; } }
      @media only screen and (min-width: 992px) {
        .contact-section__heading a {
          font-size: 17px; } }
      .contact-section__heading a::before {
        content: '';
        display: block;
        width: 12px;
        height: 12px;
        background: url("../images/check-icon.svg") no-repeat 50% 50%/100%;
        opacity: 0;
        transition: all 0.3s; }
        @media only screen and (min-width: 768px) {
          .contact-section__heading a::before {
            width: 17px;
            height: 17px; } }
      .contact-section__heading a.active {
        border-bottom-color: #A2905F; }
        .contact-section__heading a.active::before {
          opacity: 1; }

.form-row {
  margin-bottom: 16px; }
  @media only screen and (min-width: 768px) {
    .form-row {
      display: flex;
      border-bottom: 1px solid #D8D8D8;
      margin-bottom: 19px;
      padding-bottom: 19px; } }
  @media only screen and (min-width: 768px) {
    .form-row__label {
      width: 40%;
      padding-right: 30px;
      padding-top: 17px; } }
  .form-row__label label {
    font-size: 12px;
    font-weight: 500;
    margin: 0 0 6px;
    display: flex;
    gap: 4px;
    align-items: flex-start;
    color: var(--black);
    flex-direction: column; }
    @media only screen and (min-width: 768px) {
      .form-row__label label {
        flex-direction: row;
        justify-content: space-between; } }
    .form-row__label label span {
      font-size: 12px;
      font-weight: 500;
      background: var(--primary);
      display: inline-block;
      color: var(--white);
      padding: 0 16px; }
  .form-row__input textarea,
  .form-row__input input {
    width: 100%; }
  @media only screen and (min-width: 768px) {
    .form-row__input {
      width: 60%; } }
  .form-row__input--radio {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: flex-start; }
    @media only screen and (min-width: 768px) {
      .form-row__input--radio {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px 20px; } }
  .form-row__input--checkbox {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: flex-start; }
    @media only screen and (min-width: 768px) {
      .form-row__input--checkbox {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px 30px; } }
    @media only screen and (min-width: 1200px) {
      .form-row__input--checkbox {
        gap: 10px 40px; } }
  @media only screen and (min-width: 768px) {
    .form-row--full {
      display: block;
      padding-bottom: 0;
      border: 0;
      margin-bottom: 30px; }
      .form-row--full .form-row__label {
        width: 100%;
        padding: 0; }
      .form-row--full .form-row__input {
        width: 100%; } }

.form-submit {
  text-align: center;
  margin-top: 30px; }
  @media only screen and (min-width: 768px) {
    .form-submit {
      margin-top: 70px; } }
  .form-submit .btn-gray {
    min-width: 110px;
    font-size: 12px;
    min-height: 25px;
    padding: 2px 20px; }
    @media only screen and (min-width: 768px) {
      .form-submit .btn-gray {
        font-size: 13px;
        min-height: 28px;
        min-width: 116px; } }
  .form-submit p {
    font-size: 14px;
    margin: 40px 0 0;
    font-weight: 500; }
    @media only screen and (min-width: 768px) {
      .form-submit p {
        font-size: 15px;
        margin: 30px 0 0; } }
    .form-submit .wpcf7-spinner{
        display:none;
    }

    @media (max-width: 1200px){
        .best-rate__info--tooltip{
            width: 60%;
            bottom: calc(100% + 10px);
            max-width: 360px;
        }
        .best-rate__info--tooltip h4{
            display: inline-block
        }
        .best-rate__info--tooltip::before, .best-rate__info--tooltip::after{
            transform: rotate(-10deg);
        }
        .best-rate__info--tooltip:before{
            left: calc(70% + 1px);
            top: 94%;
        }
        .best-rate__info--tooltip::after{
            left: 70%;
            top: 95%;
        }
    }
    @media (max-width: 767px){
        .best-rate__info--tooltip{
            width: 60%;
            bottom: calc(100% + 10px);
            max-width: 170px;
        }

        .links-section .container ul {
            padding-left: 40px;
        }
    }
        #best-rate{
            width: calc(100% - 80px);
			position: fixed;
			  top: 40px;
			  left: 50%;
			  transform: translateX(-50%);
			  padding: 0;
			  margin: 0;
        }
		.best-rate-wrap {
		  overflow-y: scroll;
		  scrollbar-width: thin;
		  height: 90vh;
		  padding: 20px 30px;
		}
        .mfp-close-btn-in button.mfp-close{
            transform: translateX(100%);
            color: #fff;
        }
        .mfp-close-btn-in button.mfp-close:visited,
        .mfp-close-btn-in button.mfp-close:focus
        {
            outline: none;
            border: none;
        }
@media screen and (min-width: 768px){
.pcbr { display:block; }
.spbr { display:none; }
}
@media screen and (max-width: 767px){
.pcbr { display:none; }
.spbr { display:block; }
}    

 h3.wedding_title {
    font-size: 16px;
    margin: 20px 0;
    font-family: HannariMincho, Hiragino Mincho ProN, YuMincho, 游明朝, Times New Roman, HGS明朝B, ＭＳ Ｐ明朝, serif;
    font-weight: 400;
    text-align: center;
}
@media only screen and (min-width: 768px){
	 h3.wedding_title {
		margin: 80px 0;
		font-size: 32px;
	}
}
/*************wedding slider***************/
.wedding_slider{    display: flex;
    justify-content: space-between;flex-direction: row-reverse;
	height:500px;
}
.slider_content{
    width: calc(50% - 30px);
}
.slider_content h2.js_sliderWord {
    font-size: 16px;
    margin: 0 0 20px;
    font-family: HannariMincho, Hiragino Mincho ProN, YuMincho, 游明朝, Times New Roman, HGS明朝B, ＭＳ Ｐ明朝, serif;
    font-weight: 400;
    text-align: center;
}
@media only screen and (min-width: 768px){
	.slider_content h2.js_sliderWord {
		margin: 0 0 80px;
		font-size: 32px;
	}
}
.slider_content p {
    font-size: 16px;
	color: var(--text-body);
}
@media only screen and (min-width: 768px){
	.wedding_slider video{width:500px;}
	.slider_content p{
		font-size: 16px;
	}
}
.wedding_slider .js_sliderImg{display:flex;}
.slider_img {
    width: calc(50% - 30px);
    margin: 0;
}
  .js_sliderAfter, .js_sliderBefore{display:none;}
  .wedding_pager button{
	background:#E3E3E3;
	width:12px;
	height:12px;
	border: 0;
  }
  .wedding_pager button.active{
	background:#A58F58;
	width:12px;
	height:12px;
  }
  .js-button-pager-slider-circle{
	display:none;
  }
  .js_sliderUI{
	bottom:-50px;
	width:100%;
  }
  .js_sliderUI .items-center {
    justify-content: center;
    gap: 20px;
}
@media only screen and (max-width: 767px){
	.wedding_slider {
	  flex-direction: column;
	}
	.slider_content {
	  width: 100%;
	  margin-bottom: 30px;
	}
	.slider_img {
	  width: 100%;
	  height: 400px;
	}
	.wedding_slider .js_sliderImg {
	  flex-wrap: wrap;
	  flex-direction: column;
	}
	
	.wedding_slider video {
		width: 100%;
	  }
}
/*************End wedding slider***************/
.contact-info .heading-section h2,.links-section .heading-section h2{font-family: HannariMincho, Hiragino Mincho ProN, YuMincho, 游明朝, Times New Roman, HGS明朝B, ＭＳ Ｐ明朝, serif;}