@charset "UTF-8";
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'],
[role='button'] {
  cursor: pointer;
}

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

button:-moz-focusring,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
  max-width: 100%;
}

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

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy='true'] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled='true'] {
  cursor: default;
}

html {
  scroll-behavior: smooth;
  text-size-adjust: 100%;
}

body {
  color: #585858;
  font-family: '游ゴシック', 'Yu Gothic', 'YuGothic', 'Meiryo UI', 'メイリオ', 'Meiryo UI', sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
  overflow-x: hidden;
  width: 100%;
  background: #FFFDF7;
  font-size: clamp(13px, 1vw, 14px);
}

body ul {
  list-style: none;
}

body a {
  display: inline-block;
  transition: ease .2s;
  text-decoration: none;
  color: #585858;
}

body a:hover {
  transition: ease .2s;
  opacity: .7;
}

body img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

body p, body span {
  font-size: clamp(13px, 1vw, 14px);
  line-height: 1.8;
  letter-spacing: 0.05em;
}

body header a {
  width: 30%;
  max-width: 150px;
  padding: 1em 0 1em 2em;
}

body h1, body h2, body h3, body h4 {
  font-family: '游明朝', 'Yu Mincho', 'YuMincho', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', Georgia;
}

body h1.mv_top {
  padding: 60px 0;
  margin: auto;
  text-align: center;
}

body h1.mv_top span {
  font-size: 14px;
  margin-bottom: 25px;
  display: block;
}

body h1.mv_top p {
  font-size: clamp(21px, 2vw, 25px);
  color: #907A0F;
  line-height: 1.7;
}

body .flx {
  display: flex;
}

body #desc {
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  max-width: 1116px;
  margin: 0 auto;
  padding: 80px 0 100px;
  box-sizing: border-box;
}

body #desc h2 {
  font-size: 30px;
  letter-spacing: 0.05em;
  color: #907A0F;
  align-items: center;
}

body #desc h2 p {
  font-size: clamp(21px, 2vw, 25px);
}

body #desc .img {
  width: 50%;
}

body #desc .txt {
  width: 50%;
  padding-left: 90px;
  box-sizing: border-box;
}

body #plan {
  width: 100%;
  max-width: 1216px;
  margin: 0 auto;
  padding: 80px 17%;
  border-top: 1px solid #d3c684;
  padding-bottom: 40px;
}

body #plan h2 {
  font-size: 30px;
  letter-spacing: 0.05em;
  color: #907A0F;
  text-align: center;
  margin-bottom: 30px;
  line-height: 0;
}

body #plan h2 p {
  font-size: clamp(21px, 2vw, 25px);
}

body #plan h2:last-child {
  margin-bottom: 0;
}

body #plan .desc {
  text-align: center;
  margin-bottom: 40px;
}

body #plan .img {
  margin-bottom: 40px;
}

body #detail {
  width: 100%;
  max-width: 1216px;
  margin: 0 auto;
  padding: 80px 17%;
  border-top: 1px solid #d3c684;
  padding-top: 0;
  border: none;
  padding: 0 17% 20px;
  max-width: 1400px;
}

body #detail p.off {
  text-align: center;
  border-top: 1px solid #d3c684;
  padding-top: 30px;
}

body #detail dl {
  margin: 30px 0;
  padding: 30px 0 20px;
  border-top: 1px solid #d3c684;
  border-bottom: 1px solid #d3c684;
  display: flex;
  flex-wrap: wrap;
}

body #detail dl dt {
  width: 10em;
}

body #detail dl dd {
  width: calc(100% - 10em);
  margin-bottom: 10px;
}

body #benefit {
  width: 100%;
  max-width: 1216px;
  margin: 0 auto;
  padding: 80px 17%;
  border-top: 1px solid #d3c684;
  padding: 0 17% 20px;
  border: none;
  max-width: 1400px;
}

body #benefit h3 {
  color: #907A0F;
  font-size: 16px;
  margin-bottom: 20px;
  margin-left: 10px;
}

body #benefit ul {
  justify-content: space-between;
}

body #benefit ul li {
  margin: 0 10px 30px;
}

body #benefit ul li span {
  display: block;
  aspect-ratio: 1 / 1;
  width: 100%;
  margin-bottom: 15px;
}

body #benefit ul li p {
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

body #include {
  width: 100%;
  max-width: 1216px;
  margin: 0 auto;
  padding: 80px 17%;
  border-top: 1px solid #d3c684;
  padding-top: 0;
  border: none;
  max-width: 1400px;
}

body #include h4 {
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
  padding: 10px 25px;
  background: #F5EDF3;
  color: #907A0F;
}

body #include dl {
  flex-wrap: wrap;
  margin-bottom: 40px;
}

body #include dl p {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

body #include dt {
  width: 10em;
  padding: 18px 0;
  border-bottom: 1px solid #ebdfe8;
}

body #include dd {
  width: calc(100% - 10em);
  padding: 18px 0;
  border-bottom: 1px solid #ebdfe8;
}

body #include .consul p {
  font-size: 18px !important;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
  color: #C49910;
  text-align: center;
}

body #include .consul .flx a {
  display: block;
  border: 1px solid #d3c684;
  padding: 1rem;
  text-align: center;
  font-size: 12px;
  color: #fff;
  position: relative;
  z-index: 2;
  background: transparent url(../img/btn_arrow_wh.png) 90% 25px no-repeat;
  background-size: 28px;
}

body #include .consul .flx p {
  max-width: 24rem;
  display: block;
  background: #fff;
  position: relative;
  overflow: hidden;
  margin-left: 10px;
  width: calc(100% / 2 - 10px);
}

body #include .consul .flx p::before {
  content: "";
  display: block;
  width: 100%;
  background: 94% center no-repeat, linear-gradient(116deg, #C7BA7A, #907A0F);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  transition: left .4s ease-out;
}

body #include .consul .flx p:hover a {
  opacity: 1;
  color: #907A0F;
  background: transparent url(../img/btn_arrow_gold.png) 90% 25px no-repeat;
  background-size: 28px;
}

body #include .consul .flx p:hover::before {
  left: 100%;
  top: 0;
}

body #contact {
  width: auto;
  min-width: 1000px;
  background-color: #FFF;
}

body #contact .inner {
  width: 95%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 80px 0;
}

body #contact .inner ul .call {
  width: 33.33%;
  border-right: #d3c684 1px solid;
}

body #contact .inner ul .call h4 {
  width: auto;
  font-size: 16px;
  color: #585858;
  text-align: center;
  line-height: 1.1em;
}

body #contact .inner ul .call h4 span {
  width: auto;
  display: block;
  padding: 7px 0 0 0;
  font-size: 10px;
  text-align: center;
}

body #contact .inner ul .call .grey {
  width: auto;
  padding: 25px 0 0 0;
  text-align: center;
}

body #contact .inner ul .call .grey a {
  width: 258px;
  display: block;
  margin: 0 auto;
  border: #585858 1px solid;
  line-height: 60px;
}

body #contact .inner ul .reserve, body #contact .inner ul .contact {
  width: 33.33%;
  border-right: #d3c684 1px solid;
}

body #contact .inner ul .reserve h4, body #contact .inner ul .contact h4 {
  width: auto;
  font-size: 24px;
  text-align: center;
  line-height: 1.1em;
  letter-spacing: 0.1em;
}

body #contact .inner ul .reserve h4 span, body #contact .inner ul .contact h4 span {
  display: block;
}

body #contact .inner ul .reserve a, body #contact .inner ul .contact a {
  display: block;
  border: 1px solid #907A0F;
  padding: 1rem;
  text-align: center;
  font-size: 12px;
  color: #fff;
  position: relative;
  z-index: 2;
  background: transparent url(../img/btn_arrow_wh.png) 90% 25px no-repeat;
  background-size: 28px;
}

body #contact .inner ul .reserve .gold, body #contact .inner ul .reserve .grey, body #contact .inner ul .contact .gold, body #contact .inner ul .contact .grey {
  width: 258px;
  margin: 0 auto;
  padding: 15px 0 0 0;
  background: #fff;
  position: relative;
  overflow: hidden;
}

body #contact .inner ul .reserve .gold::before, body #contact .inner ul .reserve .grey::before, body #contact .inner ul .contact .gold::before, body #contact .inner ul .contact .grey::before {
  content: "";
  display: block;
  width: 100%;
  background: 94% center no-repeat, linear-gradient(116deg, #C7BA7A, #907A0F);
  position: absolute;
  left: 0;
  height: 100%;
  transition: left .4s ease-out;
}

body #contact .inner ul .reserve .gold:hover a, body #contact .inner ul .reserve .grey:hover a, body #contact .inner ul .contact .gold:hover a, body #contact .inner ul .contact .grey:hover a {
  opacity: 1;
  color: #907A0F;
  background: transparent url(../img/btn_arrow_gold.png) 90% 25px no-repeat;
  background-size: 28px;
}

body #contact .inner ul .reserve .gold:hover::before, body #contact .inner ul .reserve .grey:hover::before, body #contact .inner ul .contact .gold:hover::before, body #contact .inner ul .contact .grey:hover::before {
  left: 100%;
  height: 100%;
}

body #contact .inner ul .contact {
  border-right: initial !important;
}

body #contact .inner ul .contact .grey a {
  border: 1px solid #6F6F6F;
}

body #contact .inner ul .contact .grey::before {
  background: #6F6F6F;
}

body #contact .inner ul .contact .grey:hover a {
  opacity: 1;
  color: #6F6F6F;
  background: transparent url(../img/btn_arrow_grey.png) 90% 25px no-repeat !important;
  background-size: 28px !important;
}

@media screen and (max-width: 1000px) {
  #contact {
    min-width: initial !important;
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
  #contact .inner {
    width: 100% !important;
  }
  #contact .flx {
    flex-direction: column;
    justify-content: center;
  }
  #contact .flx li {
    border-right: initial !important;
    width: 100% !important;
    max-width: initial !important;
    margin: 0 auto 40px !important;
  }
  #contact .flx li a, #contact .flx li p {
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  #desc.flx .img, #desc.flx .txt {
    width: 100%;
  }
  #desc.flx .txt {
    padding-left: initial;
  }
  #desc.flx h2 {
    text-align: center;
  }
  #desc, #plan, #detail, #benefit, #include {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
  #benefit ul {
    flex-wrap: wrap;
    justify-content: center !important;
  }
  #benefit ul li {
    width: 85%;
  }
  #include .consul .flx {
    flex-direction: column;
    justify-content: center;
  }
  #include .consul .flx p {
    width: 100% !important;
    max-width: initial !important;
    margin: 0 auto 12px !important;
  }
}

/* Footer
========================================================================== */
.footer {
  background-color: #222;
  color: #fff;
  position: relative;
}

.footer-wrap {
  color: #fff;
  margin: 0 auto;
  width: 1260px;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.footer-nav a:hover,
.footer-link a:hover {
  text-decoration: underline;
}

.pagetop {
  position: absolute;
  top: 25px;
  right: 22px;
  z-index: 1;
}

.footer-block {
  border-bottom: 1px solid #6F6F6F;
}

.footer-top {
  display: table;
  height: 100px;
  margin: 0 30px;
  padding: 0 10px;
  width: 1200px;
}

.footer-top > div {
  display: table-cell;
  vertical-align: middle;
  width: fit-content;
}

.footer-sns {
  width: 640px;
}

.footer-sns p {
  display: table-cell;
  font-size: 14px;
  padding-right: 13px;
  vertical-align: middle;
}

.footer-sns ul {
  display: table-cell;
  overflow: hidden;
}

.footer-sns li {
  float: left;
  padding-right: 10px;
}

.footer-sns i,
.footer-sns span {
  border: 1px solid #fff;
  border-radius: 20px;
  color: #fff;
  display: table-cell;
  font-size: 19px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  width: 40px;
}

.footer-sns i:hover,
.footer-sns span:hover {
  opacity: 0.7;
}

.footer-sns a:hover img {
  opacity: 1;
}

.footer-sns a {
  display: block;
  width: 40px;
}

.footer-sns img {
  height: 22px;
  width: 23px;
}

.footer-search-box {
  background-color: #fff;
  border: 1px solid #B9B9B9;
  border-radius: 3px;
  font-size: 14px;
  margin-right: 0;
  padding: 8px 14px 8px 18px;
  width: 300px;
}

.footer-search-box input {
  border: 0;
  color: #222;
  outline: none;
}

.footer-search-box input[type="text"] {
  float: left;
  width: 242px;
}

.footer-search-box input[type="submit"] {
  background: url(../img/common/icon_search_02.png) 0 0 no-repeat #fff;
  float: right;
  height: 20px;
  margin-top: 3px;
  width: 20px;
}

.footer-link {
  font-size: 13px;
}

.footer-link li {
  float: left;
  margin-left: 18px;
}

.footer-link li:first-child {
  margin-left: 0;
}

.footer-link li:before {
  content: '\f105';
  font-family: FontAwesome;
  font-size: 13px;
  padding-right: 10px;
}

.footer-nav {
  font-size: 15px;
  margin: 0 auto;
  padding: 46px 20px 50px;
  position: relative;
  width: 1200px;
}

.footer-nav02 .service {
  margin-top: 30px;
}

.footer-nav {
  padding: 30px 20px 40px;
}

.footer-nav02 {
  padding-bottom: 20px;
}

.footer-nav-area02 li {
  padding-right: 30px;
}

.footer-nav .inner > div {
  float: left;
}

.footer-nav .box {
  float: left;
  width: 285px;
}

.footer-nav li {
  margin-bottom: 5px;
}

.footer-nav li a {
  display: block;
  overflow: hidden;
}

.footer-nav li:before {
  content: '\f105';
  display: block;
  float: left;
  font-family: FontAwesome;
  font-size: 13px;
  padding-right: 10px;
}

.footer-nav h4 {
  font-size: 15px;
  margin-bottom: 10px;
}

.footer-nav .txt-s {
  font-size: 13px;
  margin-bottom: 10px;
}

.footer-nav .blank:after {
  color: #888;
  content: '\f08e';
  font-family: FontAwesome;
  font-size: 13px;
  padding-left: 10px;
}

.footer-nav .footer-nav-area {
  float: none;
  width: 100%;
}

.footer-nav .footer-nav-area02 {
  width: 816px;
}

.footer-nav .footer-nav-area02 .title {
  background-color: #222;
  margin: -40px 0 30px -20px;
  width: 225px;
}

.footer-nav .footer-nav-area02 ul {
  float: left;
}

.footer-nav .footer-nav-area02 li {
  width: 250px;
}

.footer-nav-area ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 75px;
}

.footer-nav-area li {
  width: 250px;
}

.footer-nav-area li.title:before {
  content: none;
  padding-right: 0;
}

.footer-nav-app {
  background-color: #333333;
  bottom: 50px;
  padding: 17px 15px 10px;
  position: absolute;
  right: 29px;
  text-align: center;
}

.footer-nav-area .footer-inner {
  float: left;
  overflow: hidden;
}

.footer-nav-area ul {
  display: block;
  float: left;
}

.footer-nav-area ul.footer-business li {
  width: 160px;
}

.footer-nav-app {
  bottom: 28px;
  padding: 20px 30px;
  right: 0;
}

.footer-nav-app p {
  font-size: 13px;
  margin-bottom: 10px;
}

.footer-nav-app ul {
  overflow: hidden;
}

.footer-nav-app li {
  float: left;
}

.footer-nav-app li:first-child {
  margin-right: 4px;
}

.footer-nav-app li:before {
  content: none;
}

.footer-bnr {
  margin: 0 auto;
  padding: 46px 20px 20px;
  width: 1246px;
}

.footer-bnr h4 {
  font-size: 15px;
  margin-bottom: 32px;
  text-align: center;
}

.footer-bnr-slider {
  margin: 0 auto;
  width: 1190px;
}

.footer-bnr-slider .div {
  margin-right: 5px;
}

.footer-bnr-slider .slick-next:before,
.footer-bnr-slider .slick-prev:before {
  content: none;
}

.footer-bnr-slider .slick-prev {
  bottom: 0;
  height: 29x;
  left: 0;
  transform: none;
  top: auto;
  width: 46px;
}

.footer-bnr-slider .slick-next {
  bottom: 0;
  height: 29x;
  right: 3px;
  transform: none;
  top: auto;
  width: 50px;
}

.footer-bnr-slider .slick-dots {
  margin-top: 10px;
  position: static;
}

.footer-bottom {
  padding: 32px 0 34px;
}

.footer-bottom dl {
  margin: 0 auto;
  width: 1200px;
}

.footer-bottom dt {
  background: url(../img/hotel/icon_open.png) 99% center no-repeat #F6F6F6;
  cursor: pointer;
  color: #222;
  font-size: 16px;
  margin-top: 10px;
  padding: 23px 0 23px 35px;
}

.footer-bottom dt:hover {
  text-decoration: underline;
}

.footer-bottom dt.active {
  background: url(../img/hotel/icon_close.png) 99% center no-repeat #ffffff;
  font-weight: bold;
}

.footer-bottom dd {
  background-color: #E6E6E6;
  color: #222;
  display: none;
  overflow: hidden;
  padding: 0 35px 0 35px;
}

.footer-bottom dd a {
  color: #222;
  display: block;
  overflow: hidden;
}

.footer-bottom dd a:hover {
  text-decoration: underline;
}

.footer-bottom .box {
  border-bottom: 1px solid #fff;
  overflow: hidden;
  padding: 20px 0 10px;
}

.footer-bottom dd .head {
  float: left;
  font-size: 15px;
  padding-left: 10px;
  width: 163px;
}

.footer-bottom dd .body {
  float: left;
  overflow: hidden;
}

.footer-bottom dd ul {
  float: left;
  width: 322px;
}

.footer-bottom dd li {
  font-size: 13px;
  margin-bottom: 10px;
}

.footer-bottom li:before {
  content: '\f105';
  display: block;
  float: left;
  font-family: FontAwesome;
  font-size: 13px;
  padding-right: 7px;
}

.footer-bottom .footer-bottom-hotel {
  display: block;
}

.footer-back {
  margin: 0 auto;
  padding: 20px 30px;
  width: 1260px;
}

.footer-back p {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
}

.footer-back p.pc-fix {
  display: inline-block !important;
}

.footer-back p img {
  margin-right: 20px;
  vertical-align: middle;
}

.footer-seibu {
  float: right;
}

p.footer-seibu img {
  margin-right: 0;
}

.footer-copy {
  background-color: #F4F5F6;
  color: #888;
  font-family: '游明朝' , 'Yu Mincho', 'YuMincho' , 'ＭＳ Ｐ明朝' , 'ＭＳ 明朝' , Georgia;
  font-size: 14px;
  padding: 25px 0;
  text-align: center;
}

.footer-top {
  border-color: #6f6f6f;
}

.footer-nav {
  padding-bottom: 25px;
}

.footer-wrap,
.footer-wrap a {
  color: #E6E6E6;
}

.footer-nav-area ul {
  height: auto;
}

.footer-nav-area li {
  width: 240px;
}

.footer-nav-area ul.last li {
  width: 200px;
}

.footer-back {
  overflow: hidden;
  padding: 30px 30px 10px;
}

.footer-back-link {
  float: left;
}

.footer-back-link li {
  font-size: 14px;
  margin-bottom: 25px;
}

.footer-back-logo {
  overflow: hidden;
}

.footer-back-logo li {
  float: left;
  margin-left: 17px;
}

.footer-back-link a {
  background: url(../img/footer_arrow_01.png) 0 center no-repeat;
  padding-left: 55px;
}

.footer-back-logo {
  float: right;
}

.fa-twitter:before {
  content: '\1d54f';
  font-family: unset;
  font-weight: bold;
}

.cf:before, .cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 1200px) {
  .footer-back {
    display: flex;
    flex-direction: column;
    padding: 30px;
  }
}

@media screen and (max-width: 1100px) {
  .footer-wrap, .footer-back, .footer-nav {
    width: 100%;
  }
  .footer-top {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0px 10px;
    padding: 20px 10px 0;
    height: fit-content;
  }
  .footer-link {
    margin: 10px 0 20px;
  }
}

@media screen and (max-width: 640px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .footer-wrap, .footer-back {
    width: 100%;
  }
  .pagetop {
    bottom: 26px;
    right: 10px;
    top: 27%;
  }
  .footer-nav .inner > div {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .footer-link, .footer-link li:before {
    font-size: 12px;
  }
  .footer-nav-area ul {
    float: none;
    height: auto;
    padding: 0;
    width: 100%;
  }
  .footer-top {
    border-bottom: 1px solid #6F6F6F;
    margin: 0 5.3%;
    padding: 30px 0 16px;
    width: 89.4%;
    height: fit-content;
  }
  .footer-top > div {
    display: block;
    vertical-align: middle;
  }
  .footer-nav {
    border-bottom: 1px solid #6f6f6f;
    padding: 15px 0 20px;
    margin: 0 auto;
    width: 89.4%;
    font-size: 12px;
  }
  .footer-nav-area ul {
    float: none;
    height: auto;
    padding: 0;
    width: 100%;
  }
  .footer-nav {
    padding: 20px 0 15px;
  }
  .footer-back-logo {
    margin-top: 25px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .footer-back-logo li {
    margin: 0 0 15px;
  }
  .footer-back-link {
    float: none;
  }
  .footer-link ul {
    display: inline-block;
    margin-top: 15px;
  }
  .footer-link li:first-child {
    margin-left: 0;
  }
  .footer-back {
    padding: 20px 20px 5px;
  }
  .footer-back-logo {
    float: none;
    margin-top: 16px;
    text-align: center;
  }
  .wedding.area .footer-back-logo li {
    float: none;
    margin-bottom: 10px;
    margin-left: 0;
  }
  .footer-copy {
    font-size: 12px;
    padding: 14px 0;
  }
  .footer-back-link li {
    margin-bottom: 16px;
  }
  .footer-block {
    border: none;
  }
  .footer-link ul {
    margin: 0;
  }
  .footer-link {
    margin: 10px 0 0;
  }
}
