@charset "UTF-8";
/*==================
mixin.scss
====================*/
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: inherit;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*==================
base.scss
====================*/
body {
  font-size: 14px;
  line-height: 2;
  font-weight: 300;
  color: #1d1d1d;
  letter-spacing: 0.05em;
  background-color: #f4efea;
  font-family: "Heebo", "Noto Sans JP", sans-serif;
  font-weight: 300;
}
@media only screen and (min-width: 769px) {
  body {
    min-width: 1000px;
  }
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 13px;
  }
}

img {
  max-width: 100%;
  max-height: 100%;
}

.en {
  font-family: "Heebo", sans-serif;
  font-weight: 400;
}

.en-serif {
  font-family: "Crimson Text", serif;
}

@media only screen and (min-width: 769px) {
  .pc {
    display: block !important;
  }
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

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

/*footer*/
@media only screen and (max-width: 768px) {
  .p-footLink {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 769px) {
  .p-footLink__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 769px) {
  .p-footLink__cont {
    width: 50%;
  }
}
.p-footLink__cont a {
  background: #000;
  display: inline-block;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.p-footLink__cont a:hover {
  background: #585858;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.p-footLink__cont a img {
  display: block;
  opacity: 0.4;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.p-footLink__cont a img:hover {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.p-footLink__title {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  .p-footLink__title {
    width: 100%;
  }
}
.p-footLink__title__en {
  color: #fff;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  .p-footLink__title__en {
    font-size: 1.5em;
  }
}
.p-footLink__title__jp {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .l-footer {
    padding-bottom: 45px;
  }
}
.l-footer__contactCont {
  padding: 30px 0;
}
.l-footer__secTitle {
  font-size: 18px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .l-footer__secTitle {
    font-size: 16px;
  }
}
.l-footer__access {
  margin-bottom: 20px;
}
.l-footer__tel__numWrap {
  margin-bottom: 10px;
}
@media only screen and (min-width: 769px) {
  .l-footer__tel__numWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.l-footer__tel .num {
  font-weight: 600;
  line-height: 1.5;
  display: block;
  margin-right: 10px;
}
@media only screen and (min-width: 769px) {
  .l-footer__tel .num {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer__tel .num {
    font-size: 1.8rem;
  }
}
.l-footer__open {
  margin-bottom: 15px;
}
.l-footer__btn {
  margin-bottom: 20px;
}
.l-footer__line {
  margin-bottom: 15px;
}
@media only screen and (min-width: 769px) {
  .l-footer__line {
    max-width: 400px;
  }
}
.l-footer__line .c-flexBox--ratio3-7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.l-footer__line .c-flexBox--ratio3-7 > .c-flexBox__spc:nth-child(1) {
  width: 28%;
}
.l-footer__line .c-flexBox--ratio3-7 > .c-flexBox__spc:nth-child(2) {
  width: 68%;
}
.l-footer__lineTitle {
  position: relative;
  display: inline-block;
}
.l-footer__lineTitle::after {
  content: "";
  background: #1d1d1d;
  width: 100%;
  height: 1px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .l-footer__privacy {
    text-align: center;
  }
}
.l-footer__logo {
  background: #fff;
  text-align: center;
  padding: 10px 0;
}
.l-footer__logo__image {
  display: inline-block;
  width: 210px;
}
.l-footer__logo p {
  font-size: 10px;
}
.l-footer__copyright {
  background: #1d1d1d;
  color: #fff;
}
.l-footer__copyright p {
  font-size: 10px;
}
@media only screen and (max-width: 768px) {
  .l-footer .c-title--grayBg {
    display: block;
    text-align: center;
  }
}

@media only screen and (min-width: 769px) {
  body {
    padding-top: 105px;
  }
}
@media only screen and (max-width: 768px) {
  body {
    padding-top: 70px;
  }
}
body .transform.l-header {
  background: #fff;
  position: fixed;
  top: 0;
  -webkit-animation-name: top-bottom;
          animation-name: top-bottom;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes top-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes top-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@media only screen and (min-width: 769px) {
  body .transform.l-header {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 768px) {
  body .transform.l-header {
    margin-top: 0px;
  }
}
body .l-header {
  width: 100%;
  z-index: 1099;
  /*開閉ボタン*/
  /*-----スクロールでナビ変形-----*/
  /*-----画面下固定ボタン（SP）-----*/
}
@media (max-width: 1250px) and (min-width: 769px) {
  body .l-header {
    height: 65px;
  }
}
@media (max-width: 1250px) {
  body .l-header {
    padding: 5px 0;
  }
}
@media only screen and (min-width: 769px) {
  body .l-header {
    margin-top: -105px;
  }
}
@media only screen and (max-width: 768px) {
  body .l-header {
    margin-top: -70px;
  }
}
@media (min-width: 1251px) {
  body .l-header__inner {
    padding-left: 20px;
  }
}
body .l-header__outWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1250px) {
  body .l-header__outWrap {
    margin: 0 5px;
  }
}
body .l-header__outWrap__left__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .l-header__outWrap__left h1 {
  line-height: 1.3;
  font-size: 12px;
  margin-left: 5px;
}
@media (max-width: 500px) {
  body .l-header__outWrap__left h1 {
    font-size: 2.4vw;
  }
}
body .l-header__outWrap__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body .l-header__logo a {
  display: block;
  width: 200px;
}
@media (max-width: 1250px) {
  body .l-header__logo a {
    width: 150px;
  }
}
body .l-header.is-menuOpen {
  /*ハンバーガーが開くとボタン非表示*/
}
@media (max-width: 1250px) {
  body .l-header.is-menuOpen {
    /*右固定用*/
  }
  body .l-header.is-menuOpen .l-header__container {
    right: 0;
  }
}
body .l-header__container {
  top: 0;
}
@media (min-width: 1251px) {
  body .l-header__container {
    width: 100%;
    height: 80px;
  }
}
@media (max-width: 1250px) {
  body .l-header__container {
    background: rgba(17, 17, 17, 0.9);
    width: 80%;
    height: 100vh;
    padding: 70px 30px 0;
    position: fixed;
    right: -120%;
    z-index: 2000;
    overflow-y: scroll;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
}
@media (max-width: 1250px) and (min-width: 769px) {
  body .l-header__container {
    width: 30%;
  }
}
body .l-header__gnav {
  width: 100%;
}
@media (min-width: 1251px) {
  body .l-header__gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
}
@media (min-width: 1251px) {
  body .l-header__gnavMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1251px) {
  body .l-header__gnavMenu__item {
    margin-right: 2em;
  }
}
@media (max-width: 1250px) {
  body .l-header__gnavMenu__item {
    margin-bottom: 20px;
  }
  body .l-header__gnavMenu__item:last-child {
    margin-bottom: 40px;
  }
}
@media (min-width: 1251px) {
  body .l-header__gnavMenu__child {
    display: none;
    position: absolute;
    z-index: 2;
  }
}
@media (max-width: 1250px) {
  body .l-header__gnavMenu__child {
    display: block !important;
  }
}
@media (min-width: 1251px) {
  body .l-header__gnavMenu__title {
    font-size: 12px;
    font-size: 0.9vw;
    font-weight: 400;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  body .l-header__gnavMenu__title:hover {
    color: #d2c5a9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media (min-width: 1501px) {
  body .l-header__gnavMenu__title {
    font-size: 14px;
  }
}
@media (max-width: 1250px) {
  body .l-header__gnavMenu__title {
    color: #fff;
  }
}
@media (min-width: 1251px) {
  body .l-header__gnavMenu__title.no-link {
    cursor: pointer;
  }
}
@media (max-width: 1250px) {
  body .l-header__gnavMenu__title.no-link {
    color: #cbbe9e;
    font-size: 12px;
  }
}
body .l-header__gnavMenu__title--child {
  font-size: 0.9rem;
  color: #fff;
  display: block;
}
@media (min-width: 1251px) {
  body .l-header__gnavMenu__title--child {
    background-color: #595656;
    display: block;
    text-align: center;
    border-bottom: solid 1px #777;
    padding: 0.7em 2em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  body .l-header__gnavMenu__title--child:hover {
    background-color: #9b9792;
  }
  body .l-header__gnavMenu__title--child:last-child {
    border-bottom: none;
  }
}
@media (min-width: 1251px) {
  body .l-header__gnavMenu__buttonWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 1250px) {
  body .l-header__gnavMenu__button {
    margin-bottom: 20px;
  }
}
body .l-header__gnavMenu__button a {
  display: inline-block;
  width: 100%;
  min-width: inherit !important;
  padding: 15px 50px;
}
body .l-header__gnavMenu__button--contact a {
  background: #fff;
  display: block;
  height: 100%;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 1251px) {
  body .l-header__gnavMenu__button--contact a {
    font-size: 12px;
    font-size: 0.87vw;
    font-weight: 500;
    padding: 22px 17px;
  }
}
@media (min-width: 1501px) {
  body .l-header__gnavMenu__button--contact a {
    font-size: 13px;
  }
}
@media (max-width: 1250px) {
  body .l-header__gnavMenu__button--contact a {
    width: 100%;
    padding: 15px;
    max-width: 300px;
  }
}
body .l-header__gnavMenu__button--contact a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
}
@media (min-width: 1251px) {
  body .l-header__gnavMenu__button--contact a::before {
    display: block;
    font-size: 1.1rem;
    line-height: 1;
  }
}
@media (max-width: 1250px) {
  body .l-header__gnavMenu__button--contact a::before {
    margin-right: 5px;
  }
}
@media only screen and (min-width: 769px) {
  body .l-header__gnavMenu__button--contact a:hover {
    background: #dbd7d2;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
body .l-header__spbtn {
  display: block;
  cursor: pointer;
  width: 60px;
  height: 50px;
  text-align: center;
  position: relative;
  z-index: 2001;
}
body .l-header__spbtn__name {
  color: #1d1d1d;
}
@media (max-width: 1250px) {
  body .l-header__spbtn__name {
    font-size: 12px;
  }
}
body .l-header__spbtn__line {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 2px;
  background: #1d1d1d;
  width: 50%;
}
body .l-header__spbtn__line--top {
  top: 30px;
}
body .l-header__spbtn__line--bottom {
  top: 38px;
  width: 40%;
}
body .l-header__spbtn:hover .l-header__spbtn__line--bottom {
  width: 50%;
}
body .l-header__spbtn.is-open .l-header__spbtn__name {
  display: none;
}
body .l-header__spbtn.is-open .l-header__spbtn__line {
  width: 50%;
  background: #777;
}
body .l-header__spbtn.is-open .l-header__spbtn__line--top {
  top: 17px;
  left: 17px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
}
body .l-header__spbtn.is-open .l-header__spbtn__line--bottom {
  top: 29px;
  left: 17px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
}
@media (min-width: 1251px) {
  body .l-header__spbtn {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  body .l-header__spBottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1999;
  }
  body .l-header__spBottom__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body .l-header__spBottom__btn {
    width: 50%;
    text-align: center;
    height: 45px;
  }
  body .l-header__spBottom__btn a {
    display: block;
    padding: 10px;
  }
  body .l-header__spBottom__btn:nth-child(1) {
    background: #dbcfb9;
    background: linear-gradient(135deg, #dbcfb9 0%, #cbbe9e 100%);
  }
  body .l-header__spBottom__btn:nth-child(2) {
    background: #827e7a;
    color: #fff;
  }
}

/*layout-main*/
.l-mainCont {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .l-mainCont {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.l-2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 769px) {
  .l-2col__side {
    width: 27%;
  }
  .l-2col__main {
    width: 70%;
  }
}
@media only screen and (max-width: 768px) {
  .l-2col {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-2col .l-2col__side {
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .l-2col .l-2col__main {
    margin-top: 30px;
    width: 100%;
  }
}

.l-inner {
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .l-inner {
    width: 100%;
    padding: 0 5%;
  }
}
@media only screen and (min-width: 769px) {
  .l-inner {
    max-width: 95%;
  }
  .l-inner--small {
    width: 870px;
  }
  .l-inner--large {
    width: 1200px;
  }
}
@media only screen and (min-width: 769px) {
  .l-inner--pc {
    width: 1000px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .l-inner--sp {
    width: 100%;
    padding: 0 5%;
  }
}

.l-secCont + .l-secCont {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .l-secCont + .l-secCont {
    margin-top: 60px;
  }
}

#page-top {
  display: block;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 2;
}
#page-top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 15px;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 28px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background: #53a4e8;
  border-radius: 999px;
  width: 60px;
  height: 60px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#page-top a:hover {
  opacity: 0.8;
}

.c-title {
  line-height: 1.8;
  /*ページ内　コンテンツ区切りのタイトル*/
  /*テキストの中央下に線*/
  /*テキストの左下に線*/
  /*テキストの下に破線*/
  /*英語の横に日本語*/
  /*文字の背景グレー*/
  /*テキストの左に▶*/
}
.c-title span {
  display: block;
  font-size: 0.6em;
}
.c-title--headTitle {
  font-size: 2.5rem;
  text-align: center;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .c-title--headTitle {
    font-size: 4vw;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.c-title--secTitle {
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .c-title--secTitle {
    font-size: 1.1rem;
  }
}
.c-title--secTitle02 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .c-title--secTitle02 {
    font-size: 1.5rem;
  }
}
.c-title--secTitle02.en-serif {
  letter-spacing: 0.05em;
}
.c-title--secTitle03 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .c-title--secTitle03 {
    font-size: 1.1rem;
  }
}
.c-title--contTitle {
  font-size: 3.8rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 3px;
}
@media only screen and (max-width: 768px) {
  .c-title--contTitle {
    font-size: 2.5rem;
    line-height: 1.5;
  }
}
.c-title--menuTitle {
  font-size: 2.5rem;
  line-height: 1.3;
  letter-spacing: 4px;
}
@media only screen and (max-width: 768px) {
  .c-title--menuTitle {
    font-size: 2rem;
    letter-spacing: 3px;
  }
}
.c-title--border {
  position: relative;
  display: inline-block;
}
.c-title--border::after {
  content: "";
  background: #595656;
  display: inline-block;
  width: 2em;
  height: 1px;
  position: absolute;
  right: 50%;
  bottom: -1rem;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.c-title--border02 {
  position: relative;
  display: inline-block;
}
.c-title--border02::after {
  content: "";
  background: #595656;
  display: inline-block;
  width: 2em;
  height: 1px;
  position: absolute;
  bottom: -1rem;
  left: 0;
}
.c-title--borderDashed {
  border-bottom: dashed 1px #1d1d1d;
}
.c-title--en-jp {
  display: inline-block;
}
.c-title--en-jp + p {
  font-size: 13px;
  display: inline-block;
  margin-left: 0.5rem;
}
.c-title--grayBg {
  display: inline-block;
  background: #dcdcdc;
  padding: 0 10px;
}
.c-title--arrow {
  font-weight: 400;
}
.c-title--arrow *::before {
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #1d1d1d;
  margin-right: 10px;
}

/*----- ボタンデザイン -----*/
@media only screen and (max-width: 768px) {
  .c-button {
    text-align: center;
  }
}
.c-button a,
.c-button button,
.c-button input {
  border: 1px solid #595656;
  color: #1d1d1d;
  padding: 0.8em;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 769px) {
  .c-button a,
  .c-button button,
  .c-button input {
    min-width: 300px;
  }
  .c-button a:hover,
  .c-button button:hover,
  .c-button input:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media only screen and (max-width: 768px) {
  .c-button a,
  .c-button button,
  .c-button input {
    width: 100%;
    max-width: 370px;
  }
}
.c-button--goldgrad a,
.c-button--goldgrad button,
.c-button--goldgrad input {
  background: rgb(219, 207, 185);
  background: linear-gradient(135deg, rgb(219, 207, 185) 0%, rgb(203, 190, 158) 100%);
  border: none;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 769px) {
  .c-button--goldgrad a:hover,
  .c-button--goldgrad button:hover,
  .c-button--goldgrad input:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
  }
  .c-button--goldgrad a:hover::before,
  .c-button--goldgrad button:hover::before,
  .c-button--goldgrad input:hover::before {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-color: #ece7e1;
  }
}
.c-button--goldgrad ::before {
  content: "";
  border: solid 1px #918474;
  width: 95%;
  height: 81%;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 49.9%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-button--arrow a,
.c-button--arrow button,
.c-button--arrow input {
  position: relative;
}
.c-button--arrow a::before,
.c-button--arrow button::before,
.c-button--arrow input::before {
  content: "";
  background: url(../images/common/button-arrow.png);
  width: 70px;
  height: 10px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 769px) {
  .c-button--arrow a:hover,
  .c-button--arrow button:hover,
  .c-button--arrow input:hover {
    color: initial;
  }
  .c-button--arrow a:hover::before,
  .c-button--arrow button:hover::before,
  .c-button--arrow input:hover::before {
    right: -20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.c-button--arrow02 a,
.c-button--arrow02 button,
.c-button--arrow02 input {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%231d1d1d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M9%2018l6-6-6-6%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 5px center;
}
.c-button--gray a,
.c-button--gray button,
.c-button--gray input {
  background-color: #dbd7d2;
  border: none;
}
.c-button--gray a:hover,
.c-button--gray button:hover,
.c-button--gray input:hover {
  background-color: #c9c7c4;
}
.c-button--black a,
.c-button--black button,
.c-button--black input {
  background-color: #333;
  border: none;
  color: #fff;
}
.c-button--black a:hover,
.c-button--black button:hover,
.c-button--black input:hover {
  background-color: #c9c7c4;
}
.c-button--white a,
.c-button--white button,
.c-button--white input {
  background-color: #fff;
}
.c-button--white a:hover,
.c-button--white button:hover,
.c-button--white input:hover {
  opacity: 0.6;
}
.c-button--hovBeige a:hover,
.c-button--hovBeige button:hover,
.c-button--hovBeige input:hover {
  background-color: #e1d8cd;
}

/*----- ボックスデザイン -----*/
.c-textBox {
  margin-bottom: 30px;
}
.c-textBox--borderBottom {
  border-bottom: dotted 1px #1d1d1d;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

.c-whiteBox {
  background: #faf9f7;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  .c-whiteBox {
    padding: 15px;
  }
}

.c-borderBox {
  border: solid 1px #dbd7d2;
  padding: 1em;
}

/*----- リンクデザイン -----*/
a.c-link--ul {
  text-decoration: underline;
}
a.c-link--color {
  color: #a49470;
}
a.c-link--color02 {
  color: #595656;
}

/*----- リストデザイン -----*/
.c-list--sq li::before {
  content: "■";
  font-size: 0.8em;
  margin-right: 3px;
}
.c-list--upper-alpha {
  padding-left: 1em;
}
.c-list--upper-alpha li {
  list-style-type: upper-alpha;
  margin-bottom: 0.5em;
}
.c-list--lower-alpha {
  padding-left: 1em;
}
.c-list--lower-alpha li {
  list-style-type: lower-alpha;
}

.c-dlList dl {
  margin-bottom: 0.5em;
}
.c-dlList dl:last-child {
  margin-bottom: 0;
}
.c-dlList dt {
  display: inline-block;
  line-height: 1;
  background: #7a7a7a;
  border-radius: 50px;
  font-size: 13px;
  color: #fff;
  padding: 5px 15px;
  vertical-align: top;
  margin-top: 2px;
}
.c-dlList dt.pink {
  background-color: #ffb39b;
}
.c-dlList dt.blue {
  background-color: #69b7cf;
}
.c-dlList dd {
  display: inline-block;
  font-weight: 400;
  margin-left: 0.5em;
}

/*----------------------------------------
Component flexbox
----------------------------------------*/
.c-flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .c-flexBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-flexBox > .c-flexBox__spc:nth-child(2) {
    margin-top: 20px;
  }
  .c-flexBox > .c-flexBox__spc:nth-child(1) {
    margin-top: 0;
  }
}
.c-flexBox__spc {
  width: 100%;
}
.c-flexBox__spc--img {
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .c-flexBox__spc--img img {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .c-flexBox__spc--img:nth-child(2) {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 769px) {
  .c-flexBox--ratio1-9 > .c-flexBox__spc:nth-child(1) {
    width: 10%;
  }
  .c-flexBox--ratio1-9 > .c-flexBox__spc:nth-child(2) {
    width: 88%;
  }
}
@media only screen and (min-width: 769px) {
  .c-flexBox--ratio2-8 > .c-flexBox__spc:nth-child(1) {
    width: 18%;
  }
  .c-flexBox--ratio2-8 > .c-flexBox__spc:nth-child(2) {
    width: 78%;
  }
}
@media only screen and (min-width: 769px) {
  .c-flexBox--ratio3-7 > .c-flexBox__spc:nth-child(1) {
    width: 28%;
  }
  .c-flexBox--ratio3-7 > .c-flexBox__spc:nth-child(2) {
    width: 68%;
  }
}
@media only screen and (min-width: 769px) {
  .c-flexBox--ratio4-6 > .c-flexBox__spc:nth-child(1) {
    width: 38%;
  }
  .c-flexBox--ratio4-6 > .c-flexBox__spc:nth-child(2) {
    width: 58%;
  }
}
@media only screen and (min-width: 769px) {
  .c-flexBox--ratio5-5 > .c-flexBox__spc:nth-child(1) {
    width: 48%;
  }
  .c-flexBox--ratio5-5 > .c-flexBox__spc:nth-child(2) {
    width: 48%;
  }
}
@media only screen and (min-width: 769px) {
  .c-flexBox--ratio6-4 > .c-flexBox__spc:nth-child(1) {
    width: 58%;
  }
  .c-flexBox--ratio6-4 > .c-flexBox__spc:nth-child(2) {
    width: 38%;
  }
}
@media only screen and (min-width: 769px) {
  .c-flexBox--rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 768px) {
  .c-flexBox--rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .c-flexBox--rev > .c-flexBox__spc:nth-child(1) {
    margin-top: 20px;
  }
  .c-flexBox--rev > .c-flexBox__spc:nth-child(2) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 769px) {
  .c-flexBox--rev--pc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 768px) {
  .c-flexBox--rev--sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .c-flexBox--rev--sp > .c-flexBox__spc:nth-child(1) {
    margin-top: 20px;
  }
  .c-flexBox--rev--sp > .c-flexBox__spc:nth-child(2) {
    margin-top: 0;
  }
}

.c-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-col__item {
  position: relative;
}
.c-col__item figure img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .c-col__item {
    width: 100%;
  }
  .c-col__item:nth-child(n+1) {
    margin-top: 20px;
  }
  .c-col__item p {
    line-height: 1.5;
  }
}
@media only screen and (max-width: 768px) {
  .c-col--sp--item2 > .c-col__item {
    width: 49%;
    margin-left: 2%;
  }
  .c-col--sp--item2 > .c-col__item:nth-child(2n+1) {
    margin-left: 0;
  }
  .c-col--sp--item2 > .c-col__item:nth-child(n+3) {
    margin-top: 2%;
  }
  .c-col--sp--item3 > .c-col__item {
    width: 32%;
    margin-left: 2%;
  }
  .c-col--sp--item3 > .c-col__item:nth-child(3n+1) {
    margin-left: 0;
  }
  .c-col--sp--item3 > .c-col__item:nth-child(n+4) {
    margin-top: 2%;
  }
}
@media only screen and (min-width: 769px) {
  .c-col > .c-col__item + .c-col__item {
    margin-left: 2%;
  }
  .c-col--item2 > .c-col__item {
    width: 49%;
  }
  .c-col--item2 > .c-col__item:nth-child(2n+1) {
    margin-left: 0;
  }
  .c-col--item2 > .c-col__item:nth-child(n+3) {
    margin-top: 2%;
  }
  .c-col--item3 > .c-col__item {
    width: 32%;
  }
  .c-col--item3 > .c-col__item:nth-child(3n+1) {
    margin-left: 0;
  }
  .c-col--item3 > .c-col__item:nth-child(n+4) {
    margin-top: 2%;
  }
  .c-col--item4 > .c-col__item {
    width: 23.5%;
  }
  .c-col--item4 > .c-col__item:nth-child(4n+1) {
    margin-left: 0;
  }
  .c-col--item4 > .c-col__item:nth-child(n+5) {
    margin-top: 2%;
  }
  .c-col--item5 > .c-col__item {
    width: 18.4%;
  }
  .c-col--item5 > .c-col__item:nth-child(5n+1) {
    margin-left: 0;
  }
  .c-col--item5 > .c-col__item:nth-child(n+6) {
    margin-top: 2%;
  }
  .c-col--item6 > .c-col__item {
    width: 15%;
  }
  .c-col--item6 > .c-col__item:nth-child(6n+1) {
    margin-left: 0;
  }
  .c-col--item6 > .c-col__item:nth-child(n+7) {
    margin-top: 2%;
  }
}

/*----------------------------------------
タブ切り換え
----------------------------------------*/
.c-tab {
  /*タイトル横並び3つ（PC）*/
}
.c-tab__button {
  margin-bottom: 20px;
}
.c-tab__button ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-tab__title {
  background: #dbd7d2;
  cursor: pointer;
  padding: 0.8rem 2rem;
  margin-right: 1rem;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .c-tab__title {
    width: 48%;
    line-height: 1.4;
    padding: 10px 5px;
    margin-right: 4%;
    margin-bottom: 4%;
  }
}
.c-tab__title.is-select {
  background: #595656;
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .c-tab__title:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .c-tab__title:nth-child(2n) {
    margin-right: 0;
  }
}
.c-tab__item.is-hide {
  display: none;
}
@media only screen and (min-width: 769px) {
  .c-tab .c-tab__button--col3--pc .c-tab__title {
    width: 32.2%;
  }
  .c-tab .c-tab__button--col3--pc .c-tab__title:nth-child(3n) {
    margin-right: 0;
  }
}

/*----------------------------------------
swiper
----------------------------------------*/
.c-swiperContainer {
  position: relative;
  overflow: hidden;
}

.c-swiperArrowWrap {
  position: relative;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*varA（横に3つ並び）*/
.c-swiperContainer--varA .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*varB（横に2つ並び）*/
.c-swiperContainer--varB .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*varC（左寄せ・2枚）*/
@media only screen and (min-width: 769px) {
  .c-swiperContainer--varC {
    width: 76%;
    margin-right: auto;
  }
}
.c-swiperContainer--varC .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*varF（黒矢印）*/
@media only screen and (max-width: 768px) {
  .c-swiperContainer--varF .swiper-slide {
    opacity: 0.3;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }
}
@media only screen and (max-width: 768px) {
  .c-swiperContainer--varF .swiper-slide-active {
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }
}

/*swiper-pagination ページネーション*/
.swiper-pagination--square .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
}
.swiper-pagination--square .swiper-pagination-bullet-active {
  background: #cbbe9e;
  opacity: 1;
}

/*swiper-button 矢印＋文字*/
.swiper-button-prev--arrow-and-text,
.swiper-button-next--arrow-and-text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
.swiper-button-prev--arrow-and-text::after,
.swiper-button-next--arrow-and-text::after {
  content: "";
  width: 75px;
  height: 75px;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .swiper-button-prev--arrow-and-text::after,
  .swiper-button-next--arrow-and-text::after {
    content: none;
  }
}
.swiper-button-prev--arrow,
.swiper-button-next--arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
.swiper-button-prev--arrow::after,
.swiper-button-next--arrow::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .swiper-button-prev--arrow::after,
  .swiper-button-next--arrow::after {
    width: 40px;
    height: 40px;
  }
}

@media only screen and (min-width: 769px) {
  .swiper-button-prev--arrow-and-text {
    left: 27%;
  }
}
@media only screen and (max-width: 768px) {
  .swiper-button-prev--arrow-and-text {
    left: 15px;
  }
}
.swiper-button-prev--arrow-and-text::after {
  background-image: url(../images/common/slide-arrow--prev.svg);
}
@media only screen and (min-width: 769px) {
  .swiper-button-prev--arrow {
    left: -5%;
  }
}
@media only screen and (max-width: 768px) {
  .swiper-button-prev--arrow {
    left: 0px;
  }
}
.swiper-button-prev--arrow::after {
  background-image: url(../images/common/slide-arrow02--prev.svg);
}

@media only screen and (min-width: 769px) {
  .swiper-button-next--arrow-and-text {
    right: 27%;
  }
}
@media only screen and (max-width: 768px) {
  .swiper-button-next--arrow-and-text {
    right: 15px;
  }
}
.swiper-button-next--arrow-and-text::after {
  background-image: url(../images/common/slide-arrow--next.svg);
}
@media only screen and (min-width: 769px) {
  .swiper-button-next--arrow {
    right: -5%;
  }
}
@media only screen and (max-width: 768px) {
  .swiper-button-next--arrow {
    right: 0px;
  }
}
.swiper-button-next--arrow::after {
  background-image: url(../images/common/slide-arrow02--next.svg);
}

@media only screen and (min-width: 769px) {
  .swiper-button-next--varC {
    right: 46%;
  }
}

/*ページネーションを四角に*/
.swiper-pagination--square .swiper-pagination-bullet {
  border-radius: 0;
  width: 5px;
  height: 5px;
}

/*----------------------------------------
fair.php
----------------------------------------*/
.c-fairSlide {
  padding: 20px 0 90px;
}
.c-fairSlide__title {
  text-align: center;
  margin-bottom: 30px;
}
.c-fairSlide__date {
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .c-fairSlide__date {
    margin: 50px 0;
  }
}
@media only screen and (max-width: 768px) {
  .c-fairSlide__date {
    margin: 20px 0;
  }
}
.c-fairSlide__date__wrap {
  border: solid 1px #c9c7c4;
  display: inline-block;
  padding: 1rem 2rem;
}
@media only screen and (max-width: 768px) {
  .c-fairSlide__date__wrap {
    padding: 0.5rem 6% 1rem;
  }
}
.c-fairSlide__date__wrap dt,
.c-fairSlide__date__wrap dd {
  font-weight: 300;
}
@media only screen and (min-width: 769px) {
  .c-fairSlide__date__wrap dt,
  .c-fairSlide__date__wrap dd {
    display: inline-block;
  }
}
@media only screen and (min-width: 769px) {
  .c-fairSlide__date__wrap dt {
    margin-right: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-fairSlide__date__wrap dt {
    margin-bottom: 5px;
  }
}

/*----------------------------------------
アニメーション
----------------------------------------*/
/*-------ページをふわっと表示----------*/
.c-am-start {
  background: #f4efea;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 90000;
}
.c-am-start__icon {
  border-radius: 50%;
  width: 5em;
  height: 5em;
  position: absolute;
  bottom: calc(50% - 2.5em);
  right: calc(50% - 2.5em);
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  border-top: 2px solid rgba(174, 161, 125, 0.2);
  border-right: 2px solid rgb(174, 161, 125);
  border-bottom: 2px solid rgb(174, 161, 125);
  border-left: 2px solid rgb(174, 161, 125);
  -webkit-animation: load8 1.4s infinite linear;
          animation: load8 1.4s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/*-------アニメバリエーション----------*/
.c-am-fade {
  opacity: 0;
  -webkit-transition: all 900ms;
  transition: all 900ms;
  /*スクロールきっかけで表示*/
}
.c-am-fade.effect-scroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.c-am-fade {
  /*下から上*/
  /*上から下*/
  /*左から右*/
  /*右から左*/
}
.c-am-fade--bt {
  -webkit-transform: translate(0, 40px);
          transform: translate(0, 40px);
}
.c-am-fade--tb {
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
}
.c-am-fade--lr {
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.c-am-fade--rl {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

.c-am-fade--delay200 {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.c-am-fade--delay300 {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.c-am-fade--delay400 {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.c-am-fade--delay500 {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.c-am-fade--delay600 {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
@media only screen and (min-width: 769px) {
  .c-am-fade--delay200--pc {
    -webkit-transition-delay: 200ms;
            transition-delay: 200ms;
  }
  .c-am-fade--delay300--pc {
    -webkit-transition-delay: 300ms;
            transition-delay: 300ms;
  }
  .c-am-fade--delay400--pc {
    -webkit-transition-delay: 400ms;
            transition-delay: 400ms;
  }
  .c-am-fade--delay500--pc {
    -webkit-transition-delay: 500ms;
            transition-delay: 500ms;
  }
  .c-am-fade--delay600--pc {
    -webkit-transition-delay: 600ms;
            transition-delay: 600ms;
  }
}
@media only screen and (max-width: 768px) {
  .c-am-fade--delay200--sp {
    -webkit-transition-delay: 200ms;
            transition-delay: 200ms;
  }
  .c-am-fade--delay300--sp {
    -webkit-transition-delay: 300ms;
            transition-delay: 300ms;
  }
  .c-am-fade--delay400--sp {
    -webkit-transition-delay: 400ms;
            transition-delay: 400ms;
  }
  .c-am-fade--delay500--sp {
    -webkit-transition-delay: 500ms;
            transition-delay: 500ms;
  }
  .c-am-fade--delay600--sp {
    -webkit-transition-delay: 600ms;
            transition-delay: 600ms;
  }
}

/*自動スタート*/
.c-am-fade--lr--auto {
  -webkit-animation-name: fade--lr--auto;
          animation-name: fade--lr--auto;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.c-am-fade--lr--auto--delay200 {
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
}

@-webkit-keyframes fade--lr--auto {
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fade--lr--auto {
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.c-am-fade--tb--auto {
  -webkit-animation-name: fade--tb--auto;
          animation-name: fade--tb--auto;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 1800ms;
          animation-delay: 1800ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.c-am-fade--tb--auto--delay250 {
  -webkit-animation-delay: 2500ms;
          animation-delay: 2500ms;
}

@-webkit-keyframes fade--tb--auto {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fade--tb--auto {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*要素を拡大*/
.c-am-scale {
  -webkit-animation-name: scale-in;
          animation-name: scale-in;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: scale(0.5, 0.5);
          transform: scale(0.5, 0.5);
}

@-webkit-keyframes scale-in {
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes scale-in {
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
/*----------------------------------------
ドロップダウン
----------------------------------------*/
.c-dropdown-item {
  display: none;
}
.c-dropdown-item.is-open {
  display: block;
}

/*----------------------------------------
youtube埋め込み
----------------------------------------*/
@media only screen and (min-width: 769px) {
  .c-youtubeCont {
    margin-bottom: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .c-youtubeCont {
    margin-bottom: 60px;
  }
}
.c-youtubeCont__wrap {
  position: relative;
  padding-bottom: 56.25%;
}
.c-youtubeCont__wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.c-youtubeCont--black {
  background: #000;
}
@media only screen and (min-width: 769px) {
  .c-youtubeCont--black {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 768px) {
  .c-youtubeCont--black {
    padding: 20px 0;
  }
}

/*----- 共通メインビジュアル -----*/
.p-mainVisual {
  /*メイン画像なしver*/
}
@media only screen and (max-width: 768px) {
  .p-mainVisual {
    position: relative;
  }
}
.p-mainVisual::before {
  content: "";
  background: rgb(232, 222, 207);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(222, 209, 191)), color-stop(50%, rgb(228, 217, 205)), to(rgb(244, 239, 234)));
  background: linear-gradient(180deg, rgb(222, 209, 191) 0%, rgb(228, 217, 205) 50%, rgb(244, 239, 234) 100%);
  display: inline-block;
  width: 45vw;
  height: 100vh;
  max-height: 880px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .p-mainVisual::before {
    width: 70vw;
    height: 50vh;
  }
}
.p-mainVisual__cont {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-mainVisual__cont {
    background-size: 100%;
  }
}
.p-mainVisual__cont__title {
  z-index: 2;
}
@media only screen and (min-width: 769px) {
  .p-mainVisual__cont__title {
    position: absolute;
    top: 32%;
    left: 7%;
    width: 50vw;
  }
}
@media only screen and (max-width: 768px) {
  .p-mainVisual__cont__title {
    top: auto;
    left: auto;
    padding: 90px 5% 50px;
  }
}
.p-mainVisual__cont__title .p-pageTitle {
  font-size: 4vw;
  font-weight: 600;
  color: #fff;
  letter-spacing: 6px;
  line-height: 1.2;
}
@media (min-width: 1501px) {
  .p-mainVisual__cont__title .p-pageTitle {
    font-size: 3.5vw;
  }
}
@media only screen and (max-width: 768px) {
  .p-mainVisual__cont__title .p-pageTitle {
    font-size: 3em;
    letter-spacing: 4px;
  }
}
.p-mainVisual__cont__title .p-subTitle {
  font-size: 1.2rem;
  font-weight: 500;
  color: #595656;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .p-mainVisual__cont__title .p-subTitle {
    font-size: 1rem;
    color: #1d1d1d;
  }
}
.p-mainVisual__cont__title .p-engDisc {
  width: 320px;
}
@media only screen and (max-width: 768px) {
  .p-mainVisual__cont__title .p-engDisc {
    width: 100%;
    max-width: 320px;
  }
}
.p-mainVisual__cont__title .p-engDisc p {
  color: #595656;
  font-size: 12px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .p-mainVisual__cont__title .p-engDisc p {
    color: #1d1d1d;
  }
}
.p-mainVisual__cont__img {
  background-repeat: no-repeat;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .p-mainVisual__cont__img {
    background-position: right bottom;
    background-size: 80%;
    padding-top: 44.8888888889%;
  }
}
@media only screen and (max-width: 768px) {
  .p-mainVisual__cont__img {
    background-size: 100%;
    padding-top: 56.1111111111%;
  }
}
@media only screen and (min-width: 769px) {
  .p-mainVisual.no-img {
    padding-top: 220px;
  }
}
@media only screen and (max-width: 768px) {
  .p-mainVisual.no-img {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 769px) {
  .p-mainVisual.no-img::before {
    height: 75vh;
    max-height: 750px;
  }
}
@media only screen and (max-width: 768px) {
  .p-mainVisual.no-img::before {
    width: 80vw;
    height: 45vh;
  }
}
.p-mainVisual.no-img .p-mainVisual__cont {
  background-image: none;
}
@media only screen and (min-width: 769px) {
  .p-mainVisual.no-img .p-mainVisual__cont {
    height: 40vh;
    max-height: 420px;
    padding-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-mainVisual.no-img .p-mainVisual__cont {
    width: 100%;
    height: 35vh;
    padding: 0 5%;
  }
}
@media only screen and (min-width: 769px) {
  .p-mainVisual.no-img .p-mainVisual__cont__title {
    top: 8%;
  }
}
@media only screen and (max-width: 768px) {
  .p-mainVisual.no-img .p-mainVisual__cont__title {
    bottom: auto;
    left: auto;
    top: 0;
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-mainVisual.no-img .p-mainVisual__cont__title .p-subTitle {
    color: #595656 !important;
  }
}
@media only screen and (max-width: 768px) {
  .p-mainVisual.no-img .p-mainVisual__cont__title .p-engDisc p {
    color: #595656 !important;
  }
}

/*----- トップページ　.p-index -----*/
.p-index {
  /*トップページ用MV*/
  /*p-bannerCont*/
  /*intro*/
  /*menu*/
  /*p-costumeSlide*/
  /*p-news*/
  /* キャンペーンポップアップ */
  /*----- 会場　.p-venue -----*/
  /*----- 衣装、食事　.p-others -----*/
}
.p-index .p-mainVisual {
  /*トップメインビジュアルのみに適用*/
}
@media only screen and (min-width: 769px) {
  .p-index .p-mainVisual {
    padding-top: 0;
  }
}
.p-index .p-mainVisual .p-pageTitle {
  letter-spacing: 2px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .p-index .p-mainVisual .p-pageTitle {
    color: #fff;
  }
}
@media only screen and (min-width: 769px) {
  .p-index .p-mainVisual .p-pageTitle span {
    text-shadow: #d7cabc 0 0px 2px;
  }
}
@media only screen and (max-width: 768px) {
  .p-index .p-mainVisual .p-engDisc p {
    color: #fff;
    font-size: 10px;
  }
}
@media only screen and (min-width: 769px) {
  .p-index .p-mainVisual__cont {
    padding-top: 53.3333333333%;
  }
}
@media (max-width: 1250px) and (min-width: 769px) {
  .p-index .p-mainVisual__cont {
    padding-top: 54%;
  }
}
@media only screen and (max-width: 768px) {
  .p-index .p-mainVisual__cont {
    height: auto;
  }
}
@media only screen and (min-width: 769px) {
  .p-index .p-mainVisual__cont__title {
    left: 4%;
    width: 67vw;
  }
}
@media only screen and (max-width: 768px) {
  .p-index .p-mainVisual__cont__title {
    position: absolute;
    top: 43vh;
    padding: 0 3%;
  }
}
.p-index .p-mainVisual__cont__catch {
  border-top: solid 1px #1d1d1d;
  border-bottom: solid 1px #1d1d1d;
  padding: 1.5em 1em;
  position: absolute;
  top: 60%;
  z-index: 2;
}
@media (min-width: 1501px) {
  .p-index .p-mainVisual__cont__catch {
    top: 58%;
  }
}
@media only screen and (min-width: 769px) {
  .p-index .p-mainVisual__cont__catch {
    left: 4%;
  }
}
@media (max-width: 1250px) and (min-width: 769px) {
  .p-index .p-mainVisual__cont__catch {
    position: relative;
    left: auto;
    margin: 25px auto 80px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    padding: 1.5em 5em;
  }
}
@media only screen and (max-width: 768px) {
  .p-index .p-mainVisual__cont__catch {
    position: relative;
    text-align: center;
    max-width: 100%;
    margin: 40px 5%;
  }
}
.p-index .p-mainVisual__cont__catch p {
  font-size: 0.88vw;
}
@media (min-width: 1501px) {
  .p-index .p-mainVisual__cont__catch p {
    font-size: 14px;
  }
}
@media (max-width: 1250px) and (min-width: 769px) {
  .p-index .p-mainVisual__cont__catch p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .p-index .p-mainVisual__cont__catch p {
    font-size: 13px;
  }
}
.p-index .p-mainVisual__cont__slide {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .p-index .p-mainVisual__cont__slide {
    position: absolute;
    top: 0;
  }
}
@media only screen and (min-width: 769px) {
  .p-index .p-mainVisual__cont__slide .swiper-slide {
    background-position: right bottom;
    background-size: 78%;
    background-repeat: no-repeat;
    padding-top: 46%;
  }
}
@media (max-width: 1250px) and (min-width: 769px) {
  .p-index .p-mainVisual__cont__slide .swiper-slide {
    padding-top: 52%;
  }
}
@media only screen and (max-width: 768px) {
  .p-index .p-mainVisual__cont__slide .swiper-slide {
    background-size: cover;
    padding-top: 65vh;
    background-position: center bottom;
  }
}
.p-index .p-mainVisual__cont__slide .index-slide01 {
  background-image: url(../images/index/main-img01.jpg);
}
@media only screen and (max-width: 768px) {
  .p-index .p-mainVisual__cont__slide {
    background-image: url(../images/index/main-img01--sp.jpg);
  }
}
.p-index .p-mainVisual__cont__slide .index-slide02 {
  background-image: url(../images/index/main-img02.jpg);
}
@media only screen and (max-width: 768px) {
  .p-index .p-mainVisual__cont__slide .index-slide02 {
    background-image: url(../images/index/main-img02--sp.jpg);
  }
}
.p-index .p-mainVisual__cont__slide .index-slide03 {
  background-image: url(../images/index/main-img03.jpg);
}
@media only screen and (max-width: 768px) {
  .p-index .p-mainVisual__cont__slide .index-slide03 {
    background-image: url(../images/index/main-img03--sp.jpg);
  }
}
.p-index .p-mainVisual__cont__slide .index-slide04 {
  background-image: url(../images/index/main-img04.jpg);
}
@media only screen and (max-width: 768px) {
  .p-index .p-mainVisual__cont__slide .index-slide04 {
    background-image: url(../images/index/main-img04--sp.jpg);
  }
}
.p-index .p-mainVisual .p-newsCont {
  background: #fff;
  padding: 8px 20px;
}
@media only screen and (min-width: 769px) {
  .p-index .p-mainVisual .p-newsCont {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 73%;
  }
}
@media (max-width: 1250px) and (min-width: 769px) {
  .p-index .p-mainVisual .p-newsCont {
    top: 70%;
  }
}
@media only screen and (max-width: 768px) {
  .p-index .p-mainVisual .p-newsCont {
    padding: 15px 20px;
    margin: 50px 0;
  }
}
.p-index .p-mainVisual .p-newsCont__title, .p-index .p-mainVisual .p-newsCont__date, .p-index .p-mainVisual .p-newsCont__text {
  display: inline-block;
  vertical-align: middle;
}
.p-index .p-mainVisual .p-newsCont__title {
  color: #8c7f65;
  font-size: 14px;
  font-weight: 500;
  margin-right: 0.5em;
  padding-right: 1em;
  border-right: solid 1px #1d1d1d;
  line-height: 1;
}
.p-index .p-mainVisual .p-newsCont__date {
  color: #595656;
  font-size: 13px;
  font-weight: 500;
  margin-right: 1.5em;
}
.p-index .p-mainVisual .p-newsCont__text {
  font-size: 13px;
}
@media only screen and (max-width: 768px) {
  .p-index .p-mainVisual .p-newsCont__text {
    line-height: 1.5;
  }
}
.p-index .p-mainVisual .c-am-fade--lr--auto {
  -webkit-animation-delay: 1800ms;
          animation-delay: 1800ms;
}
.p-index .p-mainVisual .c-am-fade--lr--auto--delay200 {
  -webkit-animation-delay: 2000ms;
          animation-delay: 2000ms;
}
@media only screen and (min-width: 769px) {
  .p-index .p-bannerCont {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .p-index .p-bannerCont {
    margin-top: 30px;
  }
}
@media (max-width: 1430px) and (min-width: 1351px) {
  .p-index .p-bannerCont {
    margin-top: 100px;
  }
}
@media (max-width: 1350px) and (min-width: 1001px) {
  .p-index .p-bannerCont {
    margin-top: 250px;
  }
}
@media (max-width: 1000px) and (min-width: 769px) {
  .p-index .p-bannerCont {
    margin-top: 300px;
  }
}
@media only screen and (min-width: 769px) {
  .p-index__intro {
    padding-left: 10vw;
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 768px) {
  .p-index__intro {
    padding: 0 6vw;
    margin-bottom: 50px;
  }
}
.p-index__intro__title {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .p-index__intro__title {
    margin: 30px 0;
  }
}
.p-index__intro__title p {
  font-weight: 500;
  line-height: 1.3;
}
@media only screen and (min-width: 769px) {
  .p-index__intro__title p {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-index__intro__title p {
    font-size: 2.5rem;
  }
}
.p-index__intro__subTitle {
  margin-bottom: 50px;
}
.p-index__intro__text {
  margin-bottom: 50px;
}
.p-index__intro .c-title--secTitle {
  margin-bottom: 35px;
}
.p-index__intro .c-title--secTitle span {
  display: inline;
  margin-right: 4em;
}
.p-index__menu__box {
  margin-bottom: 130px;
}
@media only screen and (max-width: 768px) {
  .p-index__menu__box {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 769px) {
  .p-index__menu__text--01, .p-index__menu__text--03 {
    padding-left: 50px;
  }
  .p-index__menu__text--02 {
    padding-left: 120px;
  }
}
.p-index__menu__title {
  margin-bottom: 20px;
  position: relative;
}
.p-index__menu__title h3 {
  line-height: 1.3;
  display: inline-block;
}
.p-index__menu__title p {
  display: inline-block;
  margin-left: 10px;
}
.p-index__menu__title::after {
  content: "";
  background-color: #463936;
  display: inline-block;
  width: 30px;
  height: 1px;
  position: absolute;
  left: 5px;
  bottom: 4px;
}
.p-index .p-costumeSlide__title {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
.p-index .p-costumeSlide__title::before, .p-index .p-costumeSlide__title::after {
  content: "";
  background: #dbd7d2;
  width: 30%;
  height: 1px;
  position: absolute;
  top: 33%;
}
@media only screen and (max-width: 768px) {
  .p-index .p-costumeSlide__title::before, .p-index .p-costumeSlide__title::after {
    width: 3rem;
  }
}
.p-index .p-costumeSlide__title::before {
  left: 0;
}
.p-index .p-costumeSlide__title::after {
  right: 0;
}
.p-index .p-costumeSlide__subtitle {
  text-align: center;
  margin: 30px 0;
}
.p-index .p-news {
  padding-bottom: 90px;
  border-bottom: solid 1px #e8e2dc;
}
@media only screen and (min-width: 769px) {
  .p-index .p-news__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (min-width: 769px) {
  .p-index .p-news__title {
    width: 20%;
  }
}
@media only screen and (max-width: 768px) {
  .p-index .p-news__title {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 769px) {
  .p-index .p-news__list {
    width: 80%;
  }
}
.p-index .p-news__list__item {
  border-top: solid 1px #595656;
  padding: 1.5em 1em;
}
.p-index .p-news__list__item:last-child {
  border-bottom: solid 1px #595656;
}
.p-index .p-news__list__item dt {
  font-weight: 500;
  letter-spacing: 1px;
}
.p-index .p-campaign .overlay {
  /*! display: none; */
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 3;
  top: 0;
}
.p-index .p-campaign .overlay.overlay--delay {
  -webkit-animation-name: name-delay;
          animation-name: name-delay;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}
.p-index .p-campaign .overlay img {
  border-radius: 0;
}
.p-index .p-campaign__btn-area {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  z-index: 3;
  padding: 40px 40px 20px;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .p-index .p-campaign__btn-area {
    width: 880px;
  }
}
@media only screen and (max-width: 768px) {
  .p-index .p-campaign__btn-area {
    width: 100%;
    padding: 20px 10px 20px;
  }
}
.p-index .p-campaign__btn-area .textSpc {
  padding: 10px;
}
.p-index .p-campaign__btn-area .textSpc .ttl {
  font-weight: bold;
}
.p-index .p-campaign__btn-area button {
  display: block;
  margin: 20px auto 0;
  background: #333;
  color: #fff;
  padding: 10px 40px;
  border: none;
}
.p-index .p-campaign__btn-area button:hover {
  background: #777;
}
@-webkit-keyframes name-delay {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes name-delay {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-index .p-venue {
  padding: 80px 0;
}
@media only screen and (max-width: 768px) {
  .p-index .p-venue {
    padding: 50px 0;
  }
}
.p-index .p-venue .c-flexBox {
  position: relative;
}
@media only screen and (min-width: 769px) {
  .p-index .p-venue .c-flexBox::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #c9c7c4;
    position: absolute;
    right: 50%;
  }
}
.p-index .p-venue__image {
  max-width: 440px;
  margin: 0 auto 20px;
}
.p-index .p-venue__subtitle__en {
  display: inline-block;
  font-size: 28px;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 768px) {
  .p-index .p-venue__subtitle__en {
    font-size: 1.5rem;
  }
}
.p-index .p-venue__subtitle__jp {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
}
.p-index .p-venue__subtitle__jp::before {
  content: "／";
  color: #979694;
  margin: 0 0.5em;
}
.p-index .p-venue__text {
  margin-bottom: 25px;
}
.p-index .bgWhiteWrap {
  position: relative;
  padding-bottom: 40px;
}
.p-index .bgWhiteWrap::before {
  content: "";
  background: #fff;
  width: 80vw;
  height: 101%;
  display: inline-block;
  position: absolute;
  top: 50px;
  z-index: 0;
}
.p-index .p-others {
  margin-bottom: 110px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .p-index .p-others {
    margin-bottom: 90px;
  }
}
.p-index .p-others:last-child {
  margin-bottom: 0;
}
.p-index .p-others__subimage {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .p-index .p-others__subimage {
    max-width: 70%;
    margin-left: auto;
  }
}
.p-index .p-others__title {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .p-index .p-others__title {
    max-width: 85%;
  }
}
.p-index .p-others__title h4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.p-index .p-others__text {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .p-index .p-others__text {
    max-width: 85%;
  }
}
.p-index__line {
  background-image: url(../images/index/img-line-bg.jpg);
  background-position: right top;
  background-size: cover;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .p-index__line {
    padding: 60px 0;
    margin-top: 160px;
  }
}
@media only screen and (max-width: 768px) {
  .p-index__line {
    margin-top: 120px;
    padding: 40px 0;
  }
}
.p-index__line__box {
  padding: 30px;
  border: 1px solid rgba(164, 148, 112, 0.4);
}
@media only screen and (max-width: 768px) {
  .p-index__line__box {
    padding: 7%;
  }
}
.p-index__line__boxWrap {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 768px) {
  .p-index__line__boxWrap {
    padding: 4%;
  }
}
.p-index__line__box__ttl {
  font-weight: 500;
  color: #55bd71;
  line-height: 1.2;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .p-index__line__box__ttl {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-index__line__box__ttl {
    font-size: 1.6rem;
  }
}
.p-index__line__box__ttl::before {
  content: "";
  background-image: url(../images/index/img-line-deco.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 0;
}
@media only screen and (min-width: 769px) {
  .p-index__line__box__ttl::before {
    width: 516px;
    height: 110px;
  }
}
@media only screen and (max-width: 768px) {
  .p-index__line__box__ttl::before {
    width: 100%;
    height: 16vw;
  }
}
@media only screen and (min-width: 769px) {
  .p-index__line__box img {
    max-width: 250px;
  }
}
@media only screen and (max-width: 768px) {
  .p-index__line__box img {
    width: min(45vw, 200px);
  }
}

/*------ 中ページ共通レイアウト　.p-topics -----*/
@media only screen and (min-width: 769px) {
  .p-topics__box {
    margin-bottom: 70px;
  }
  .p-topics__box .c-flexBox__spc--text {
    padding-left: 5%;
  }
  .p-topics__box.c-flexBox--rev--pc .c-flexBox__spc--text {
    padding-left: 10%;
  }
}
@media only screen and (max-width: 768px) {
  .p-topics__box {
    margin-bottom: 50px;
  }
}

/*------ 会場　.p-venue（banquet,ceremony共通） -----*/
@media only screen and (min-width: 769px) {
  .p-venue__subVis {
    height: 764.3801652893px;
    max-height: calc(44.958677686vw + 90px);
    margin-top: 140px;
  }
}
@media only screen and (max-width: 768px) {
  .p-venue__subVis {
    height: calc(56.1983471074vw + 100px);
    margin-top: 80px;
    margin-bottom: 100px;
  }
}
.p-venue__subVis__box {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .p-venue__subVis__box {
    height: 674.3801652893px;
    max-height: 44.958677686vw;
  }
}
@media only screen and (max-width: 768px) {
  .p-venue__subVis__box {
    height: 56.1983471074vw;
  }
}
.p-venue__subVis__box::after {
  content: "";
  background: rgb(238, 231, 221);
  background: linear-gradient(135deg, rgb(238, 231, 221) 0%, rgb(227, 218, 201) 100%);
  display: inline-block;
  position: absolute;
  z-index: -1;
}
@media only screen and (min-width: 769px) {
  .p-venue__subVis__box::after {
    width: 600px;
    height: 110%;
    max-width: 80vw;
    max-height: 44.958677686vw;
    right: 0;
    top: -5%;
  }
}
@media only screen and (max-width: 768px) {
  .p-venue__subVis__box::after {
    content: none;
  }
}
.p-venue__subVis__title {
  position: absolute;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .p-venue__subVis__title {
    width: 380px;
    top: 35%;
    right: -19%;
  }
  .p-venue__subVis__title--floor {
    width: 530px;
    top: 22%;
  }
  .p-venue__subVis__title--floor p {
    width: 400px;
    margin-left: 22%;
  }
  .p-venue__subVis__title--heri {
    top: 40%;
    right: -15%;
  }
}
@media only screen and (max-width: 768px) {
  .p-venue__subVis__title {
    background: rgb(238, 231, 221);
    background: linear-gradient(135deg, #ddd4c7 0%, #b7ab96 100%);
    margin-top: 56.1983471074vw;
    padding: 15px 10px 25px;
  }
}
@media only screen and (max-width: 768px) {
  .p-venue__subVis__title h3 {
    font-size: 2.3rem;
    line-height: 1.2;
  }
}
.p-venue__subVis__img {
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  position: absolute;
}
@media only screen and (min-width: 769px) {
  .p-venue__subVis__img {
    width: 1200px;
    height: 674.3801652893px;
    max-width: 80vw;
    max-height: 44.958677686vw;
    right: 18%;
  }
}
@media only screen and (max-width: 768px) {
  .p-venue__subVis__img {
    width: 100vw;
    height: 56.1983471074vw;
  }
}
.p-venue__subVis__img--temple {
  background-image: url(../venue/ceremony/images/img-main--temple.jpg);
}
.p-venue__subVis__img--chapel {
  background-image: url(../venue/ceremony/images/img-main--chapel.jpg);
}
.p-venue__subVis__img--floor {
  background-image: url(../venue/banquet/images/img-main--floor.jpg);
}
.p-venue__subVis__img--heri {
  background-image: url(../venue/banquet/images/img-main--heri.jpg);
}
@media only screen and (min-width: 769px) {
  .p-venue__subVis__img--heri {
    background-position: right bottom;
  }
}

/*------ 挙式会場　.p-ceremony -----*/
.p-ceremony .p-mainVisual__cont__img {
  background-image: url(../venue/ceremony/images/main-img.jpg);
}
.p-ceremony__wedding {
  position: relative;
  background-color: #f4efea;
}
.p-ceremony__wedding__title {
  position: absolute;
  mix-blend-mode: difference;
  color: #cacaca;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .p-ceremony__wedding__title {
    color: #fff;
  }
}
@media only screen and (min-width: 769px) {
  .p-ceremony__wedding__title {
    top: 5%;
    right: 47%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  .p-ceremony__wedding__flexBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-ceremony__wedding__flexBox--box01 .box01__img {
    width: 50%;
    z-index: 1;
  }
  .p-ceremony__wedding__flexBox--box01 .box01__text {
    width: 50%;
    padding: 310px 0 0 3rem;
  }
  .p-ceremony__wedding__flexBox--box02 {
    padding-top: 220px;
  }
  .p-ceremony__wedding__flexBox--box02 .box02__img {
    width: 44%;
    padding-left: 85px;
  }
  .p-ceremony__wedding__flexBox--box02 .box02__text {
    width: 56%;
    padding: 200px 0 0 2rem;
  }
  .p-ceremony__wedding__midImg {
    position: absolute;
    top: 560px;
    left: 40%;
  }
}
@media only screen and (max-width: 768px) {
  .p-ceremony__wedding__title {
    top: 5%;
    padding: 0 15px;
  }
  .p-ceremony__wedding__flexBox--box01 .box01__img {
    width: 90%;
  }
  .p-ceremony__wedding__flexBox--box01 .box01__text {
    padding: 40px 15px 50px;
  }
  .p-ceremony__wedding__flexBox--box02 .box02__text {
    padding: 20px 15px 0;
  }
}
@media only screen and (min-width: 769px) {
  .p-ceremony__temple__flexBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-ceremony__temple__flexBox .box01__spc01 {
    width: 50%;
  }
  .p-ceremony__temple__flexBox .box01__spc01__text {
    padding: 50px 0 0 50px;
  }
  .p-ceremony__temple__flexBox .box01__spc02 {
    width: 48%;
    padding-top: 250px;
    margin-left: 2%;
  }
}
@media only screen and (max-width: 768px) {
  .p-ceremony__temple__flexBox .box01__spc01__text {
    padding: 15px;
  }
}

/*------ 会場のご案内　.p-banquet -----*/
.p-banquet .p-mainVisual__cont__img {
  background-image: url(../venue/banquet/images/main-img.jpg);
  background-position: right top;
}

/*----- 料理　.p-cuisine -----*/
.p-cuisine .p-mainVisual__cont__img {
  background-image: url(../cuisine/images/main-img.jpg);
}
.p-cuisine__profile dl {
  margin-bottom: 10px;
}
.p-cuisine__profile dl dt,
.p-cuisine__profile dl dd {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (min-width: 769px) {
  .p-cuisine__profile dl dt {
    width: 6rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-cuisine__profile dl dt {
    width: 27%;
  }
  .p-cuisine__profile dl dd {
    width: 71%;
  }
}

/*----- コンセプト　.p-concept -----*/
.p-concept .l-mainCont {
  padding-bottom: 0;
}

/*----- コスチューム　.p-costume -----*/
.p-costume .p-mainVisual__cont__img {
  background-image: url(../costume/images/main-img.jpg);
}
@media only screen and (max-width: 768px) {
  .p-costume__cont {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 769px) {
  .p-costume__cont__wrap {
    margin: 0 0 0 auto;
  }
  .p-costume__cont__wrap--01 {
    width: 920px;
  }
  .p-costume__cont__wrap--02 {
    width: 970px;
  }
}
.p-costume__cont__title {
  border-left: solid 1px #595656;
}
@media only screen and (min-width: 769px) {
  .p-costume__cont__title {
    padding: 60px 0 0 30px;
  }
  .p-costume__cont__title img {
    width: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .p-costume__cont__title {
    padding-left: 15px;
  }
  .p-costume__cont__title img {
    max-width: 200px;
  }
}
@media only screen and (min-width: 769px) {
  .p-costume__cont__text {
    padding-top: 40px;
  }
}

/*----- アクセス　.p-access -----*/
.p-access__contTitle {
  margin-bottom: 1em;
}
.p-access__map__cont {
  text-align: center;
  border-bottom: solid 1px #c9c7c4;
  padding-bottom: 50px;
}
.p-access__detail dl {
  border-bottom: dotted 1px #595656;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.p-access__detail dl:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.p-access__detail dl dt,
.p-access__detail dl dd {
  display: inline-block;
  vertical-align: top;
}
.p-access__detail dl dt {
  font-weight: 500;
}
@media only screen and (min-width: 769px) {
  .p-access__detail dl dt {
    width: 15%;
    margin-right: 2%;
  }
  .p-access__detail dl dd {
    width: 82%;
  }
}
@media only screen and (max-width: 768px) {
  .p-access__detail dl dt {
    width: 25%;
    margin-right: 2%;
  }
  .p-access__detail dl dd {
    width: 71%;
  }
}

/*----- ゲストの方へ　.p-guest -----*/
.p-guest .p-tabCont .c-tab__title {
  text-align: center;
}
.p-guest .p-tabCont .c-tab__item {
  background: #fff;
  padding: 30px 40px;
}
@media only screen and (max-width: 768px) {
  .p-guest .p-tabCont .c-tab__item {
    padding: 25px 20px;
  }
}
.p-guest .p-tabCont .c-tab__item__title {
  background: #595656;
  color: #fff;
  padding: 0.5rem 1.5rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .p-guest .p-tabCont .c-tab__item__title {
    padding: 0.3rem 1rem;
  }
}
@media only screen and (min-width: 769px) {
  .p-guest .p-tabCont .c-tab__item__text {
    padding-left: 1rem;
  }
}

/*----- ゲストの方へ リンク　.p-guestLink -----*/
.p-guestLink__cont {
  border-top: dashed 1px #595656;
  padding: 70px 0;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .p-guestLink__cont::before {
    content: "";
    background: #f4efea;
    width: 200px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: -10px;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
@media only screen and (max-width: 768px) {
  .p-guestLink__cont {
    padding: 45px 25px;
  }
}

/*----- ブライダルフェア　.p-fair -----*/
.p-fair__contTitle {
  margin-bottom: 80px;
}
.p-fair__list {
  border-bottom: double 3px #a29e9d;
  padding-bottom: 70px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .p-fair__list {
    padding-bottom: 60px;
  }
}
.p-fair__list:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.p-fair__list__bestTitle {
  font-size: 2rem;
  color: #a49470;
  border-left: double;
  padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  .p-fair__list__bestTitle {
    font-size: 1.5rem;
  }
}
.p-fair__list__item {
  background: #fff;
  padding: 40px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .p-fair__list__item {
    padding: 25px;
  }
}
.p-fair__list__item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

/*----- 開催中のフェアスライド　.p-fairSlide -----*/
.p-fairSlide__link {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-fairSlide__link:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-fairSlide__tag {
  background-color: #a49470;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  left: 0;
  z-index: 1;
}
.p-fairSlide__tag p {
  color: #fff;
  font-size: 12px;
  padding: 0 10px;
}
.p-fairSlide__tag--pink {
  background-color: #ffb39b;
}
.p-fairSlide__tag--blue {
  background-color: #69b7cf;
}
.p-fairSlide__detail {
  background-color: #fff;
  padding: 15px;
}
.p-fairSlide__detail > p {
  font-weight: 400;
  line-height: 1.5;
}
.p-fairSlide__detail__view {
  border: solid 1px #1d1d1d;
  text-align: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%231d1d1d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M9%2018l6-6-6-6%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 5px center;
  padding: 5px 10px;
  margin-top: 15px;
}
.p-fairSlide__detail__view p {
  font-size: 12px;
}

/*----- メールフォーム　.p-form -----*/
/*mailformpro.css上書き*/
form#mailformpro .mailform .mfp span.must,
form#mailformpro .mailform .mfp span.optionally {
  font-size: 0.8rem;
  line-height: 1.6;
}
form#mailformpro dl dt {
  font-weight: 500 !important;
}
form#mailformpro dl dd {
  padding: 2em;
}
form#mailformpro input,
form#mailformpro textarea,
form#mailformpro select {
  background: #fff;
  border: none;
}
form#mailformpro select {
  font-size: 16px;
  color: #1d1d1d;
  padding: 5px 10px;
}
form#mailformpro .mfp_element_submit,
form#mailformpro .mfp_element_reset,
form#mailformpro .mfp_element_button {
  background: #cfc2a5 !important;
  border: none !important;
}
form#mailformpro dl {
  border-bottom: solid 1px #cec5b4 !important;
}
form#mailformpro dl:last-of-type {
  border-bottom: none;
}
form#mailformpro .must {
  color: #df6161;
}
form#mailformpro label {
  display: block;
  margin-bottom: 10px;
}
form#mailformpro label:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 769px) {
  form#mailformpro dl dt {
    width: 31%;
    padding: 2em 1em;
  }
  form#mailformpro dl dd {
    width: 67%;
  }
  form#mailformpro dl:last-of-type {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 768px) {
  form#mailformpro dl dt {
    padding: 1em;
  }
  form#mailformpro dl dd {
    padding: 1em;
  }
  form#mailformpro .mfp_element_text,
  form#mailformpro .mfp_element_number,
  form#mailformpro .mfp_element_select-one,
  form#mailformpro .mfp_element_email,
  form#mailformpro .mfp_element_tel,
  form#mailformpro .mfp_element_textarea,
  form#mailformpro .mfp_element_date {
    width: 100%;
  }
  form#mailformpro .mailform .mfp input.postNum {
    width: 80%;
  }
}

/*----- メールフォーム　.p-reservation -----*/
@media only screen and (min-width: 769px) {
  .p-reservation .p-mainVisual__cont__title {
    left: 6%;
  }
}
@media only screen and (max-width: 768px) {
  .p-reservation .p-pageTitle {
    font-size: 2.3rem;
    letter-spacing: 3px;
  }
}
.p-reservation__topItem__ttl {
  width: 100% !important;
  height: 2.5em !important;
}

/*----- フェア予約用ボタン　.p-fairReserve -----*/
.p-fairReserve {
  /*「相談予約」ボタンデザイン*/
  /*ヘッダー「来店予約」ボタンデザイン*/
  /*フッター「来店予約」ボタンデザイン*/
}
.p-fairReserve--submit {
  position: absolute !important;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
.p-fairReserve--hidden {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
}
.p-fairReserve--sodan {
  background: #dbd7d2;
  border: none;
  color: #463936;
  padding: 0.8em;
  display: inline-block;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-fairReserve--sodan::after {
  content: "このフェアを予約する";
  display: inline-block;
  width: 100%;
  height: 100%;
}
.p-fairReserve--sodan::before {
  content: "";
  background: url(../images/common/button-arrow.png);
  width: 70px;
  height: 10px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 769px) {
  .p-fairReserve--sodan {
    min-width: 300px;
  }
  .p-fairReserve--sodan:hover {
    background: #c9c7c4;
  }
  .p-fairReserve--sodan:hover::before {
    right: -20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media only screen and (max-width: 768px) {
  .p-fairReserve--sodan {
    width: 100%;
    max-width: 370px;
  }
}
.p-fairReserve--headRaiten {
  background: #dbcfb9;
  border: none;
  position: relative;
  color: #463936;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 1251px) {
  .p-fairReserve--headRaiten {
    font-size: 12px;
    font-size: 0.87vw;
    font-weight: 500;
    padding: 22px 30px;
  }
}
@media (min-width: 1501px) {
  .p-fairReserve--headRaiten {
    font-size: 13px;
  }
}
@media (max-width: 1250px) {
  .p-fairReserve--headRaiten {
    width: 100%;
    padding: 15px;
    max-width: 300px;
  }
}
.p-fairReserve--headRaiten::before {
  font-family: "Font Awesome 5 Free";
  content: "\f073";
  font-weight: 900;
}
@media (min-width: 1251px) {
  .p-fairReserve--headRaiten::before {
    display: block;
    font-size: 1.1rem;
    line-height: 1;
  }
}
@media (max-width: 1250px) {
  .p-fairReserve--headRaiten::before {
    margin-right: 5px;
  }
}
@media (min-width: 1251px) {
  .p-fairReserve--headRaiten:hover {
    background: #a69d86;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.p-fairReserve--footRaiten {
  background: #fff;
  border: 1px solid #595656;
  color: #1d1d1d;
  padding: 0.8em;
  display: inline-block;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 769px) {
  .p-fairReserve--footRaiten {
    min-width: 300px;
  }
  .p-fairReserve--footRaiten:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media only screen and (max-width: 768px) {
  .p-fairReserve--footRaiten {
    width: 100%;
    max-width: 370px;
  }
}
.p-fairReserve--footRaiten::before {
  content: "";
  background: url(../images/common/button-arrow.png);
  width: 70px;
  height: 10px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 769px) {
  .p-fairReserve--footRaiten:hover {
    color: initial;
  }
  .p-fairReserve--footRaiten:hover::before {
    right: -20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

/*プライバシーポリシー*/
.p-privacyBox {
  overflow: auto;
  width: 100%;
  height: 150px;
  background: #fff;
  border: solid 1px #ddd;
  padding: 1em;
  margin-bottom: 10px;
}
.p-privacyBox__title {
  font-size: 14px;
  margin-bottom: 15px;
}
.p-privacyBox__item {
  margin-bottom: 20px;
}
.p-privacyBox p {
  font-size: 12px;
}

/*----新着情報　p-news----*/
.p-news__pageTitle {
  margin-bottom: 80px;
}
.p-news__title {
  display: inline-block;
}
@media only screen and (min-width: 769px) {
  .p-news__title span {
    display: inline-block;
    margin-left: 2em;
  }
}
@media only screen and (max-width: 768px) {
  .p-news__title span {
    margin-top: 1em;
  }
}

@media only screen and (max-width: 768px) {
  .u-pc {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .u-pc {
    display: block !important;
  }
}

@media only screen and (min-width: 769px) {
  .u-sp {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-sp {
    display: block !important;
  }
}

/*テキスト系*/
.u-textRight {
  text-align: right !important;
}
@media only screen and (min-width: 769px) {
  .u-textRight--pc {
    text-align: right !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-textRight--sp {
    text-align: right !important;
  }
}

.u-textLeft {
  text-align: left !important;
}
@media only screen and (min-width: 769px) {
  .u-textLeft--pc {
    text-align: left !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-textLeft--sp {
    text-align: left !important;
  }
}

.u-textCenter {
  text-align: center !important;
}
@media only screen and (min-width: 769px) {
  .u-textCenter--pc {
    text-align: center !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-textCenter--sp {
    text-align: center !important;
  }
}

.u-textSmall {
  font-size: 0.9em !important;
}

.u-textMid {
  font-size: 1.2em !important;
}

.u-textLarge {
  font-size: 1.4em !important;
}

.u-textBold {
  font-weight: bold !important;
}

.u-fw400 {
  font-weight: 400 !important;
}

.u-fw500 {
  font-weight: 500 !important;
}

.u-fw600 {
  font-weight: 600 !important;
}

.u-fwInherit {
  font-weight: inherit !important;
}

.u-textBlack {
  color: #1d1d1d !important;
}

.u-textWhite {
  color: #fff !important;
}

.u-textGray {
  color: #595656 !important;
}

.u-textGold {
  color: #a49470 !important;
}

.u-textRed {
  color: #b81515 !important;
}

.u-textBeige {
  color: #cbbe9e !important;
}

.u-textLink {
  color: #a49470 !important;
  text-decoration: underline !important;
}

.u-underline {
  text-decoration: underline !important;
}

/*position*/
.u-relative {
  position: relative !important;
}

.u-absolute {
  position: absolute !important;
}
.u-absolute__br {
  bottom: 0 !important;
  right: 0 !important;
}

/*装飾*/
.u-bgBox--gray {
  padding: 60px !important;
  background-color: #f8f8f8 !important;
}
@media only screen and (max-width: 768px) {
  .u-bgBox--gray {
    padding: 8% !important;
  }
}

.u-borderTop {
  border-top: 1px solid #ddd !important;
}

.u-borderBottom {
  border-bottom: 1px solid #ddd !important;
}

/*flex*/
.u-align--center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.u-align--end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.u-justify--center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.u-justify--end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

/*レイアウト*/
.u-width100 {
  width: 100%;
}

/*余白*/
.u-mt0 {
  margin-top: 0 !important;
}
@media only screen and (min-width: 769px) {
  .u-mt0--pc {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-mt0--sp {
    margin-top: 0 !important;
  }
}

.u-mt10 {
  margin-top: 10px !important;
}
@media only screen and (min-width: 769px) {
  .u-mt10--pc {
    margin-top: 10px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-mt10--sp {
    margin-top: 10px !important;
  }
}

.u-mt15 {
  margin-top: 15px !important;
}
@media only screen and (min-width: 769px) {
  .u-mt15--pc {
    margin-top: 15px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-mt15--sp {
    margin-top: 15px !important;
  }
}

.u-mt20 {
  margin-top: 20px !important;
}
@media only screen and (min-width: 769px) {
  .u-mt20--pc {
    margin-top: 20px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-mt20--sp {
    margin-top: 20px !important;
  }
}

.u-mt30 {
  margin-top: 30px !important;
}
@media only screen and (min-width: 769px) {
  .u-mt30--pc {
    margin-top: 30px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-mt30--sp {
    margin-top: 30px !important;
  }
}

.u-mt40 {
  margin-top: 40px !important;
}
@media only screen and (min-width: 769px) {
  .u-mt40--pc {
    margin-top: 40px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-mt40--sp {
    margin-top: 40px !important;
  }
}

.u-mt50 {
  margin-top: 50px !important;
}
@media only screen and (min-width: 769px) {
  .u-mt50--pc {
    margin-top: 50px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-mt50--sp {
    margin-top: 50px !important;
  }
}

.u-mt60 {
  margin-top: 60px !important;
}
@media only screen and (min-width: 769px) {
  .u-mt60--pc {
    margin-top: 60px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-mt60--sp {
    margin-top: 60px !important;
  }
}

.u-mt70 {
  margin-top: 70px !important;
}
@media only screen and (min-width: 769px) {
  .u-mt70--pc {
    margin-top: 70px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-mt70--sp {
    margin-top: 70px !important;
  }
}

.u-mt80 {
  margin-top: 80px !important;
}
@media only screen and (min-width: 769px) {
  .u-mt80--pc {
    margin-top: 80px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-mt80--sp {
    margin-top: 80px !important;
  }
}

.u-mt90 {
  margin-top: 90px !important;
}
@media only screen and (min-width: 769px) {
  .u-mt90--pc {
    margin-top: 90px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-mt90--sp {
    margin-top: 90px !important;
  }
}

.u-mt100 {
  margin-top: 100px !important;
}
@media only screen and (min-width: 769px) {
  .u-mt100--pc {
    margin-top: 100px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-mt100--sp {
    margin-top: 100px !important;
  }
}

.u-mb0 {
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 769px) {
  .u-mb0--pc {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-mb0--sp {
    margin-bottom: 0 !important;
  }
}

.u-mb10 {
  margin-bottom: 10px !important;
}
@media only screen and (min-width: 769px) {
  .u-mb10--pc {
    margin-bottom: 10px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-mb10--sp {
    margin-bottom: 10px !important;
  }
}

.u-mb15 {
  margin-bottom: 15px !important;
}
@media only screen and (min-width: 769px) {
  .u-mb15--pc {
    margin-bottom: 15px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-mb15--sp {
    margin-bottom: 15px !important;
  }
}

.u-mb20 {
  margin-bottom: 20px !important;
}
@media only screen and (min-width: 769px) {
  .u-mb20--pc {
    margin-bottom: 20px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-mb20--sp {
    margin-bottom: 20px !important;
  }
}

.u-mb30 {
  margin-bottom: 30px !important;
}
@media only screen and (min-width: 769px) {
  .u-mb30--pc {
    margin-bottom: 30px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-mb30--sp {
    margin-bottom: 30px !important;
  }
}

.u-mb40 {
  margin-bottom: 40px !important;
}
@media only screen and (min-width: 769px) {
  .u-mb40--pc {
    margin-bottom: 40px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-mb40--sp {
    margin-bottom: 40px !important;
  }
}

.u-mb50 {
  margin-bottom: 50px !important;
}
@media only screen and (min-width: 769px) {
  .u-mb50--pc {
    margin-bottom: 50px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-mb50--sp {
    margin-bottom: 50px !important;
  }
}

.u-mb60 {
  margin-bottom: 60px !important;
}
@media only screen and (min-width: 769px) {
  .u-mb60--pc {
    margin-bottom: 60px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-mb60--sp {
    margin-bottom: 60px !important;
  }
}

.u-mb70 {
  margin-bottom: 70px !important;
}
@media only screen and (min-width: 769px) {
  .u-mb70--pc {
    margin-bottom: 70px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-mb70--sp {
    margin-bottom: 70px !important;
  }
}

.u-mb80 {
  margin-bottom: 80px !important;
}
@media only screen and (min-width: 769px) {
  .u-mb80--pc {
    margin-bottom: 80px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-mb80--sp {
    margin-bottom: 80px !important;
  }
}

.u-mb90 {
  margin-bottom: 90px !important;
}
@media only screen and (min-width: 769px) {
  .u-mb90--pc {
    margin-bottom: 90px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-mb90--sp {
    margin-bottom: 90px !important;
  }
}

.u-mb100 {
  margin-bottom: 100px !important;
}
@media only screen and (min-width: 769px) {
  .u-mb100--pc {
    margin-bottom: 100px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-mb100--sp {
    margin-bottom: 100px !important;
  }
}

.u-ml0 {
  margin-left: 0 !important;
}
@media only screen and (min-width: 769px) {
  .u-ml0--pc {
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-ml0--sp {
    margin-left: 0 !important;
  }
}

.u-ml10 {
  margin-left: 10px !important;
}
@media only screen and (min-width: 769px) {
  .u-ml10--pc {
    margin-left: 10px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-ml10--sp {
    margin-left: 10px !important;
  }
}

.u-ml20 {
  margin-left: 20px !important;
}
@media only screen and (min-width: 769px) {
  .u-ml20--pc {
    margin-left: 20px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-ml20--sp {
    margin-left: 20px !important;
  }
}

.u-ml30 {
  margin-left: 30px !important;
}
@media only screen and (min-width: 769px) {
  .u-ml30--pc {
    margin-left: 30px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-ml30--sp {
    margin-left: 30px !important;
  }
}

.u-ml40 {
  margin-left: 40px !important;
}
@media only screen and (min-width: 769px) {
  .u-ml40--pc {
    margin-left: 40px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-ml40--sp {
    margin-left: 40px !important;
  }
}

.u-ml50 {
  margin-left: 50px !important;
}
@media only screen and (min-width: 769px) {
  .u-ml50--pc {
    margin-left: 50px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-ml50--sp {
    margin-left: 50px !important;
  }
}

.u-ml60 {
  margin-left: 60px !important;
}
@media only screen and (min-width: 769px) {
  .u-ml60--pc {
    margin-left: 60px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-ml60--sp {
    margin-left: 60px !important;
  }
}

.u-ml70 {
  margin-left: 70px !important;
}
@media only screen and (min-width: 769px) {
  .u-ml70--pc {
    margin-left: 70px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-ml70--sp {
    margin-left: 70px !important;
  }
}

.u-ml80 {
  margin-left: 80px !important;
}
@media only screen and (min-width: 769px) {
  .u-ml80--pc {
    margin-left: 80px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-ml80--sp {
    margin-left: 80px !important;
  }
}

.u-ml90 {
  margin-left: 90px !important;
}
@media only screen and (min-width: 769px) {
  .u-ml90--pc {
    margin-left: 90px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-ml90--sp {
    margin-left: 90px !important;
  }
}

.u-ml100 {
  margin-left: 100px !important;
}
@media only screen and (min-width: 769px) {
  .u-ml100--pc {
    margin-left: 100px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-ml100--sp {
    margin-left: 100px !important;
  }
}

.u-mr0 {
  margin-right: 0 !important;
}
@media only screen and (min-width: 769px) {
  .u-mr0--pc {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-mr0--sp {
    margin-right: 0 !important;
  }
}

.u-mr10 {
  margin-right: 10px !important;
}
@media only screen and (min-width: 769px) {
  .u-mr10--pc {
    margin-right: 10px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-mr10--sp {
    margin-right: 10px !important;
  }
}

.u-mr20 {
  margin-right: 20px !important;
}
@media only screen and (min-width: 769px) {
  .u-mr20--pc {
    margin-right: 20px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-mr20--sp {
    margin-right: 20px !important;
  }
}

.u-mr30 {
  margin-right: 30px !important;
}
@media only screen and (min-width: 769px) {
  .u-mr30--pc {
    margin-right: 30px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-mr30--sp {
    margin-right: 30px !important;
  }
}

.u-mr40 {
  margin-right: 40px !important;
}
@media only screen and (min-width: 769px) {
  .u-mr40--pc {
    margin-right: 40px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-mr40--sp {
    margin-right: 40px !important;
  }
}

.u-mr50 {
  margin-right: 50px !important;
}
@media only screen and (min-width: 769px) {
  .u-mr50--pc {
    margin-right: 50px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-mr50--sp {
    margin-right: 50px !important;
  }
}

.u-mr60 {
  margin-right: 60px !important;
}
@media only screen and (min-width: 769px) {
  .u-mr60--pc {
    margin-right: 60px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-mr60--sp {
    margin-right: 60px !important;
  }
}

.u-mr70 {
  margin-right: 70px !important;
}
@media only screen and (min-width: 769px) {
  .u-mr70--pc {
    margin-right: 70px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-mr70--sp {
    margin-right: 70px !important;
  }
}

.u-mr80 {
  margin-right: 80px !important;
}
@media only screen and (min-width: 769px) {
  .u-mr80--pc {
    margin-right: 80px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-mr80--sp {
    margin-right: 80px !important;
  }
}

.u-mr90 {
  margin-right: 90px !important;
}
@media only screen and (min-width: 769px) {
  .u-mr90--pc {
    margin-right: 90px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-mr90--sp {
    margin-right: 90px !important;
  }
}

.u-mr100 {
  margin-right: 100px !important;
}
@media only screen and (min-width: 769px) {
  .u-mr100--pc {
    margin-right: 100px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-mr100--sp {
    margin-right: 100px !important;
  }
}

.u-pt0 {
  padding-top: 0px !important;
}
@media only screen and (min-width: 769px) {
  .u-pt0--pc {
    padding-top: 0px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pt0--sp {
    padding-top: 0px !important;
  }
}

.u-pt10 {
  padding-top: 10px !important;
}
@media only screen and (min-width: 769px) {
  .u-pt10--pc {
    padding-top: 10px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pt10--sp {
    padding-top: 10px !important;
  }
}

.u-pt15 {
  padding-top: 15px !important;
}
@media only screen and (min-width: 769px) {
  .u-pt15--pc {
    padding-top: 15px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pt15--sp {
    padding-top: 15px !important;
  }
}

.u-pt20 {
  padding-top: 20px !important;
}
@media only screen and (min-width: 769px) {
  .u-pt20--pc {
    padding-top: 20px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pt20--sp {
    padding-top: 20px !important;
  }
}

.u-pt30 {
  padding-top: 30px !important;
}
@media only screen and (min-width: 769px) {
  .u-pt30--pc {
    padding-top: 30px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pt30--sp {
    padding-top: 30px !important;
  }
}

.u-pt40 {
  padding-top: 40px !important;
}
@media only screen and (min-width: 769px) {
  .u-pt40--pc {
    padding-top: 40px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pt40--sp {
    padding-top: 40px !important;
  }
}

.u-pt50 {
  padding-top: 50px !important;
}
@media only screen and (min-width: 769px) {
  .u-pt50--pc {
    padding-top: 50px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pt50--sp {
    padding-top: 50px !important;
  }
}

.u-pt60 {
  padding-top: 60px !important;
}
@media only screen and (min-width: 769px) {
  .u-pt60--pc {
    padding-top: 60px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pt60--sp {
    padding-top: 60px !important;
  }
}

.u-pt70 {
  padding-top: 70px !important;
}
@media only screen and (min-width: 769px) {
  .u-pt70--pc {
    padding-top: 70px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pt70--sp {
    padding-top: 70px !important;
  }
}

.u-pt80 {
  padding-top: 80px !important;
}
@media only screen and (min-width: 769px) {
  .u-pt80--pc {
    padding-top: 80px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pt80--sp {
    padding-top: 80px !important;
  }
}

.u-pt90 {
  padding-top: 90px !important;
}
@media only screen and (min-width: 769px) {
  .u-pt90--pc {
    padding-top: 90px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pt90--sp {
    padding-top: 90px !important;
  }
}

.u-pt100 {
  padding-top: 100px !important;
}
@media only screen and (min-width: 769px) {
  .u-pt100--pc {
    padding-top: 100px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pt100--sp {
    padding-top: 100px !important;
  }
}

.u-pb0 {
  padding-bottom: 0px !important;
}
@media only screen and (min-width: 769px) {
  .u-pb0--pc {
    padding-bottom: 0px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pb0--sp {
    padding-bottom: 0px !important;
  }
}

.u-pb10 {
  padding-bottom: 10px !important;
}
@media only screen and (min-width: 769px) {
  .u-pb10--pc {
    padding-bottom: 10px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pb10--sp {
    padding-bottom: 10px !important;
  }
}

.u-pb20 {
  padding-bottom: 20px !important;
}
@media only screen and (min-width: 769px) {
  .u-pb20--pc {
    padding-bottom: 20px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pb20--sp {
    padding-bottom: 20px !important;
  }
}

.u-pb30 {
  padding-bottom: 30px !important;
}
@media only screen and (min-width: 769px) {
  .u-pb30--pc {
    padding-bottom: 30px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pb30--sp {
    padding-bottom: 30px !important;
  }
}

.u-pb40 {
  padding-bottom: 40px !important;
}
@media only screen and (min-width: 769px) {
  .u-pb40--pc {
    padding-bottom: 40px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pb40--sp {
    padding-bottom: 40px !important;
  }
}

.u-pb50 {
  padding-bottom: 50px !important;
}
@media only screen and (min-width: 769px) {
  .u-pb50--pc {
    padding-bottom: 50px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pb50--sp {
    padding-bottom: 50px !important;
  }
}

.u-pb60 {
  padding-bottom: 60px !important;
}
@media only screen and (min-width: 769px) {
  .u-pb60--pc {
    padding-bottom: 60px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pb60--sp {
    padding-bottom: 60px !important;
  }
}

.u-pb70 {
  padding-bottom: 70px !important;
}
@media only screen and (min-width: 769px) {
  .u-pb70--pc {
    padding-bottom: 70px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pb70--sp {
    padding-bottom: 70px !important;
  }
}

.u-pb80 {
  padding-bottom: 80px !important;
}
@media only screen and (min-width: 769px) {
  .u-pb80--pc {
    padding-bottom: 80px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pb80--sp {
    padding-bottom: 80px !important;
  }
}

.u-pb90 {
  padding-bottom: 90px !important;
}
@media only screen and (min-width: 769px) {
  .u-pb90--pc {
    padding-bottom: 90px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pb90--sp {
    padding-bottom: 90px !important;
  }
}

.u-pb100 {
  padding-bottom: 100px !important;
}
@media only screen and (min-width: 769px) {
  .u-pb100--pc {
    padding-bottom: 100px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pb100--sp {
    padding-bottom: 100px !important;
  }
}

.u-pl10 {
  padding-left: 10px !important;
}
@media only screen and (min-width: 769px) {
  .u-pl10--pc {
    padding-left: 10px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pl10--sp {
    padding-left: 10px !important;
  }
}

.u-pl20 {
  padding-left: 20px !important;
}
@media only screen and (min-width: 769px) {
  .u-pl20--pc {
    padding-left: 20px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pl20--sp {
    padding-left: 20px !important;
  }
}

.u-pl30 {
  padding-left: 30px !important;
}
@media only screen and (min-width: 769px) {
  .u-pl30--pc {
    padding-left: 30px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pl30--sp {
    padding-left: 30px !important;
  }
}

.u-pl40 {
  padding-left: 40px !important;
}
@media only screen and (min-width: 769px) {
  .u-pl40--pc {
    padding-left: 40px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pl40--sp {
    padding-left: 40px !important;
  }
}

.u-pl50 {
  padding-left: 50px !important;
}
@media only screen and (min-width: 769px) {
  .u-pl50--pc {
    padding-left: 50px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pl50--sp {
    padding-left: 50px !important;
  }
}

.u-pl60 {
  padding-left: 60px !important;
}
@media only screen and (min-width: 769px) {
  .u-pl60--pc {
    padding-left: 60px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pl60--sp {
    padding-left: 60px !important;
  }
}

.u-pl70 {
  padding-left: 70px !important;
}
@media only screen and (min-width: 769px) {
  .u-pl70--pc {
    padding-left: 70px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pl70--sp {
    padding-left: 70px !important;
  }
}

.u-pl80 {
  padding-left: 80px !important;
}
@media only screen and (min-width: 769px) {
  .u-pl80--pc {
    padding-left: 80px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pl80--sp {
    padding-left: 80px !important;
  }
}

.u-pl90 {
  padding-left: 90px !important;
}
@media only screen and (min-width: 769px) {
  .u-pl90--pc {
    padding-left: 90px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pl90--sp {
    padding-left: 90px !important;
  }
}

.u-pl100 {
  padding-left: 100px !important;
}
@media only screen and (min-width: 769px) {
  .u-pl100--pc {
    padding-left: 100px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pl100--sp {
    padding-left: 100px !important;
  }
}

.u-pr10 {
  padding-right: 10px !important;
}
@media only screen and (min-width: 769px) {
  .u-pr10--pc {
    padding-right: 10px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pr10--sp {
    padding-right: 10px !important;
  }
}

.u-pr20 {
  padding-right: 20px !important;
}
@media only screen and (min-width: 769px) {
  .u-pr20--pc {
    padding-right: 20px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pr20--sp {
    padding-right: 20px !important;
  }
}

.u-pr30 {
  padding-right: 30px !important;
}
@media only screen and (min-width: 769px) {
  .u-pr30--pc {
    padding-right: 30px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pr30--sp {
    padding-right: 30px !important;
  }
}

.u-pr40 {
  padding-right: 40px !important;
}
@media only screen and (min-width: 769px) {
  .u-pr40--pc {
    padding-right: 40px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pr40--sp {
    padding-right: 40px !important;
  }
}

.u-pr50 {
  padding-right: 50px !important;
}
@media only screen and (min-width: 769px) {
  .u-pr50--pc {
    padding-right: 50px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pr50--sp {
    padding-right: 50px !important;
  }
}

.u-pr60 {
  padding-right: 60px !important;
}
@media only screen and (min-width: 769px) {
  .u-pr60--pc {
    padding-right: 60px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pr60--sp {
    padding-right: 60px !important;
  }
}

.u-pr70 {
  padding-right: 70px !important;
}
@media only screen and (min-width: 769px) {
  .u-pr70--pc {
    padding-right: 70px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pr70--sp {
    padding-right: 70px !important;
  }
}

.u-pr80 {
  padding-right: 80px !important;
}
@media only screen and (min-width: 769px) {
  .u-pr80--pc {
    padding-right: 80px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pr80--sp {
    padding-right: 80px !important;
  }
}

.u-pr90 {
  padding-right: 90px !important;
}
@media only screen and (min-width: 769px) {
  .u-pr90--pc {
    padding-right: 90px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pr90--sp {
    padding-right: 90px !important;
  }
}

.u-pr100 {
  padding-right: 100px !important;
}
@media only screen and (min-width: 769px) {
  .u-pr100--pc {
    padding-right: 100px !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pr100--sp {
    padding-right: 100px !important;
  }
}/*# sourceMappingURL=app.css.map */