@charset "UTF-8";
html {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

main {
  min-height: 1px;
}

footer {
  margin-top: auto;
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #000000;
  background: #f4f4f4 url(../img/bg.jpg) repeat;
  word-break: break-all;
  text-shadow: 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff;
}
@media (max-width: 575px) {
  body {
    text-shadow: 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff;
  }
}
body.js-no_scroll {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
body.js-no_scroll::before {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
}
body::after {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  content: "";
  background: url(../img/bg.jpg) repeat bottom center;
  z-index: -3;
}

main {
  padding-top: 67px;
}
@media (max-width: 575px) {
  main {
    padding-top: 52px;
  }
}
main::before {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  content: "";
  background: url(../img/bg-rose_pc.png) no-repeat center bottom;
  background-size: contain;
  z-index: -2;
}
@media (max-width: 767px) {
  main::before {
    background: none;
  }
}

p {
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}

a {
  text-decoration: none;
  color: #be131c;
  word-break: break-all;
}
a:hover {
  text-decoration: none;
  opacity: 0.9;
  color: #be131c;
}
a.btn {
  text-decoration: none;
}

:focus,
button:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}

iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  border: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1140px;
  }
}

.list-note li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.list-note li:last-child {
  margin-bottom: 1.5rem;
}

.list-icon li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4;
  margin-bottom: 10px;
}
.list-icon li:last-child {
  margin-bottom: 1.5rem;
}

.text-red {
  color: #c0161f;
}

header .img-logo {
  display: block;
  max-width: 109px;
  z-index: 4;
}
@media (max-width: 575px) {
  header .img-logo {
    max-width: 78px;
  }
}
header .container {
  max-width: 96%;
}
@media (max-width: 575px) {
  header .container {
    max-width: 100%;
  }
}

nav.navbar {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 8px;
  max-height: 100vh;
  background-color: #670106;
  border-bottom: 1px solid #9c252c;
}
nav.navbar button.btn.btn-link {
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #ffffff;
  border: none;
  text-decoration: none;
  font-size: 14px;
}
@media (max-width: 767px) {
  nav.navbar button.btn.btn-link {
    margin-right: 0;
    padding: 0;
  }
}
nav.navbar button.btn.btn-link:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
nav.navbar .navbar-toggler-icon {
  width: 100%;
  height: auto;
  background-image: none !important;
}
@media (max-width: 767px) {
  nav.navbar .navbar-toggler-icon {
    width: 32px;
  }
}
nav.navbar .close-p {
  text-align: right;
}
@media (min-width: 768px) {
  nav.navbar .close-p {
    padding-right: 0;
  }
}
nav.navbar .modal-dialog {
  width: 100%;
  max-width: 100%;
  margin: 0;
  background-color: #670106;
}
nav.navbar .modal-dialog .modal-content {
  background-color: #670106 !important;
  padding: 8px;
}
nav.navbar .modal-dialog .modal-content .box-btn {
  margin: 20px auto 30px;
}
@media (max-width: 575px) {
  nav.navbar .modal-dialog .modal-content .box-btn {
    width: 80%;
  }
}
nav.navbar .modal-header {
  border-bottom: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 8px 8px 30px;
}
@media (max-width: 575px) {
  nav.navbar .modal-header {
    padding: 6px 8px 24px;
  }
}
nav.navbar .modal-header .btn-close {
  position: relative;
  width: 40px;
  border: none;
}
@media (max-width: 767px) {
  nav.navbar .modal-header .btn-close {
    padding: 0 4px 0 0;
  }
}
nav.navbar .modal-header .btn-close:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
nav.navbar .modal-body {
  width: 1280px;
  max-width: 96%;
  border-top: 2px dotted #9c252c;
  padding: 0 0 20px;
  margin: 0 auto;
}
nav.navbar .modal-body .nav-item {
  padding: 0;
}
nav.navbar .modal-body .nav-link {
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  text-shadow: none;
  border-bottom: 2px dotted #9c252c;
  padding: 16px 10px 12px 10px;
}
@media (max-width: 767px) {
  nav.navbar .modal-body .nav-link {
    width: 100%;
    font-size: 14px;
  }
}
nav.navbar .modal-body .nav-link span {
  display: block;
  font-family: "Prata", serif;
  font-size: 30px;
  line-height: 1.2;
}
@media (max-width: 575px) {
  nav.navbar .modal-body .nav-link span {
    font-size: 24px;
  }
}
nav.navbar .modal-body .nav-link .amp {
  display: inline;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  padding: 0 2px 0 4px;
}
@media (max-width: 575px) {
  nav.navbar .modal-body .nav-link .amp {
    font-size: 16px;
  }
}

.modal-backdrop {
  z-index: 1;
}

.btn-close {
  --bs-btn-close-bg: none;
  opacity: 1;
}

.button {
  background: none !important;
}

h2.lace {
  position: relative;
  color: #ffffff;
  font-size: 20px;
  font-family: "Prata", serif;
  font-weight: 400;
  text-align: center;
  text-shadow: 0 2px 4px #4d0004;
  background: #780208 url(../img/bg-h2.png) repeat center top;
  padding: 30px 0 24px 0;
  margin-top: 100px;
  margin-bottom: 66px;
}
@media (max-width: 575px) {
  h2.lace {
    font-size: 14px;
    padding: 18px 0 12px 0;
    margin-top: 60px;
    margin-bottom: 33px;
  }
}
h2.lace::after {
  position: absolute;
  bottom: -18px;
  left: 0;
  width: 100%;
  height: 18px;
  content: "";
  background: url(../img/bg-lace.png) repeat-x top center;
}
@media (max-width: 575px) {
  h2.lace::after {
    background-size: 18px auto;
  }
}
h2.lace span {
  display: block;
  font-size: 60px;
}
@media (max-width: 575px) {
  h2.lace span {
    font-size: 30px;
  }
}
h2.lace .amp {
  display: inline;
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  padding: 0 4px 0 8px;
}
@media (max-width: 575px) {
  h2.lace .amp {
    font-size: 20px;
  }
}

h3 {
  color: #be131c;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 14px;
}
@media (max-width: 575px) {
  h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
h3 .subtitle {
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  text-shadow: none;
  border-radius: 6px;
  background: #be131c;
  padding: 3px 12px 4px 12px;
  margin-top: 8px;
}
@media (max-width: 575px) {
  h3 .subtitle {
    font-size: 14px;
    border-radius: 3px;
  }
}

h3.ornament {
  color: #be131c;
  font-size: 24px;
  text-align: center;
  line-height: 1;
  background: url(../img/bg-h3.png) no-repeat center top;
  background-size: 106px auto;
  padding-top: 34px;
  margin: 80px auto 24px;
}
@media (max-width: 575px) {
  h3.ornament {
    font-size: 18px;
    background: url(../img/bg-h3.png) no-repeat center top;
    background-size: 64px auto;
    padding-top: 20px;
    margin: 40px auto 24px;
  }
}
h3.ornament span {
  position: relative;
  display: block;
  padding: 20px 0;
}
@media (max-width: 575px) {
  h3.ornament span {
    padding: 16px 0;
  }
}
h3.ornament span::before, h3.ornament span::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 4px;
  border-color: #be131c;
  border-style: solid;
}
h3.ornament span::before {
  top: 0;
  border-width: 2px 0 1px 0;
}
h3.ornament span::after {
  bottom: 0;
  border-width: 1px 0 2px 0;
}

.summary {
  font-size: 20px;
  text-align: center;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .summary {
    font-size: 15px;
    text-align: left;
    margin-bottom: 24px;
  }
}

.box-profile {
  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;
  margin-top: 48px;
}
@media (max-width: 767px) {
  .box-profile {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 24px;
  }
}
@media (max-width: 575px) {
  .box-profile {
    display: block;
  }
}
.box-profile:nth-of-type(2) {
  margin-top: 40px;
}
.box-profile .img-profile {
  width: 30%;
  max-width: 310px;
}
@media (max-width: 575px) {
  .box-profile .img-profile {
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
  }
}
.box-profile .text-profile {
  width: 70%;
  margin-left: 40px;
}
@media (max-width: 767px) {
  .box-profile .text-profile {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .box-profile .text-profile {
    width: 100%;
    margin-left: 0;
  }
}
.box-profile .text-profile .name-profile {
  text-align: left;
}
@media (max-width: 767px) {
  .box-profile .text-profile .name-profile {
    font-size: 16px;
    margin-bottom: 4px;
  }
}
@media (max-width: 575px) {
  .box-profile .text-profile .name-profile {
    text-align: center;
    margin-top: 4px;
  }
}
.box-profile .text-profile .name-profile span {
  font-size: 15px;
}
@media (max-width: 575px) {
  .box-profile .text-profile .name-profile span {
    font-size: 11px;
  }
}
.box-profile .text-profile p {
  font-size: 16px;
}
@media (max-width: 767px) {
  .box-profile .text-profile p {
    font-size: 14px;
  }
}

.box-attention {
  margin: 60px auto 0;
}
@media (max-width: 767px) {
  .box-attention {
    margin: 40px auto 0;
  }
}
.box-attention dt {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  text-shadow: none;
  border-radius: 6px 6px 0 0;
  background: #d8c270;
  padding: 8px 20px;
}
@media (max-width: 767px) {
  .box-attention dt {
    font-size: 14px;
    border-radius: 4px 4px 0 0;
    padding: 5px 16px;
  }
}
.box-attention dd {
  font-size: 15px;
  border: 1px solid #d8c270;
  padding: 30px 20px;
  margin: 0;
}
@media (max-width: 767px) {
  .box-attention dd {
    font-size: 14px;
    padding: 15px 16px;
  }
}

.comingsoon {
  color: #be131c;
  font-size: 36px;
  font-style: italic;
  text-align: center;
}
@media (max-width: 575px) {
  .comingsoon {
    font-size: 28px;
  }
}

.area-lead .title-comingsoon {
  font-size: 18px;
  margin-top: 60px;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .area-lead .title-comingsoon {
    font-size: 16px;
    margin-top: 40px;
  }
}
.area-lead .comingsoon {
  font-size: 32px;
  text-align: center;
}
@media (max-width: 575px) {
  .area-lead .comingsoon {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  body.is-fixed::before {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    content: "";
    z-index: -2;
    background: url(../img/bg-rose-left_sp.png) no-repeat left top;
    background-size: 90px auto;
  }
}
@media (max-width: 767px) {
  body.is-fixed::after {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    content: "";
    z-index: -2;
    background: url(../img/bg-rose-right_sp.png) no-repeat right bottom;
    background-size: 90px auto;
  }
}

@media (max-width: 767px) {
  .bg-rose_sp {
    background: url(../img/bg-rose_sp.png) no-repeat center top 14px;
    background-size: contain;
  }
}

.area-kv {
  width: 100%;
  text-align: center;
}
.area-kv img {
  width: 100%;
}

.area-catchphrase {
  text-align: center;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .area-catchphrase {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .area-catchphrase img {
    max-width: 500px;
  }
}
@media (max-width: 575px) {
  .area-catchphrase img {
    max-width: 85%;
  }
}

.area-lead {
  position: relative;
  max-width: 1045px;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid #cdb949;
  padding: 8px;
  margin: 80px auto 0;
}
@media (max-width: 575px) {
  .area-lead {
    padding: 4px;
    margin: 40px auto 0;
  }
}
.area-lead::before {
  content: "";
  position: absolute;
  top: -43px;
  left: -42px;
  width: 103px;
  height: 105px;
  background: url(../img/bg-lead.png) no-repeat;
  background-size: contain;
}
@media (max-width: 575px) {
  .area-lead::before {
    top: -17px;
    left: -17px;
    width: 40px;
    height: 42px;
  }
}
.area-lead::after {
  content: "";
  position: absolute;
  top: -43px;
  right: -42px;
  width: 103px;
  height: 105px;
  background: url(../img/bg-lead.png) no-repeat;
  background-size: contain;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media (max-width: 575px) {
  .area-lead::after {
    top: -17px;
    right: -17px;
    width: 40px;
    height: 42px;
  }
}
.area-lead .inner {
  border: 1px solid #cdb949;
  padding: 48px 56px;
}
@media (max-width: 767px) {
  .area-lead .inner {
    padding: 24px 16px;
  }
}
.area-lead .inner::before {
  content: "";
  position: absolute;
  bottom: -43px;
  left: -42px;
  width: 103px;
  height: 105px;
  background: url(../img/bg-lead.png) no-repeat;
  background-size: contain;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
@media (max-width: 575px) {
  .area-lead .inner::before {
    bottom: -17px;
    left: -17px;
    width: 40px;
    height: 42px;
  }
}
.area-lead .inner::after {
  content: "";
  position: absolute;
  bottom: -43px;
  right: -42px;
  width: 103px;
  height: 105px;
  background: url(../img/bg-lead.png) no-repeat;
  background-size: contain;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
@media (max-width: 575px) {
  .area-lead .inner::after {
    bottom: -17px;
    right: -17px;
    width: 40px;
    height: 42px;
  }
}
.area-lead h2 {
  color: #d0141e;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 2px dotted #d0141e;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .area-lead h2 {
    font-size: 16px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.area-lead p {
  font-size: 20px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .area-lead p {
    font-size: 15px;
    line-height: 1.5;
    text-align: left;
  }
}
.area-lead .box-btn {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .area-lead .box-btn img {
    width: 85%;
  }
}

.area-about {
  text-align: center;
}
.area-about .text-main {
  font-size: 32px;
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .area-about .text-main {
    font-size: 20px;
  }
}
.area-about .text-main .text-small {
  font-size: 18px;
}
@media (max-width: 575px) {
  .area-about .text-main .text-small {
    font-size: 12px;
  }
}
.area-about .text-sub {
  font-size: 18px;
  margin: 8px auto 48px;
}
@media (max-width: 575px) {
  .area-about .text-sub {
    font-size: 14px;
    margin: 8px auto 24px;
  }
}
.area-about .photo-about {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 575px) {
  .area-about .photo-about {
    width: 98%;
    margin: 0 auto;
  }
}
.area-about .photo-about li {
  max-width: 544px;
  margin-top: 48px;
}
@media (max-width: 575px) {
  .area-about .photo-about li {
    padding-left: 0;
    padding-right: 0;
    margin-top: 24px;
  }
}
.area-about .photo-about li img,
.area-about .photo-about li iframe {
  display: block;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .area-about .photo-about li img,
  .area-about .photo-about li iframe {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .area-about .photo-about .map {
    position: relative;
    width: 100%;
    padding-top: 65.38%;
    height: 0;
  }
}
@media (max-width: 767px) {
  .area-about .photo-about .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.area-about .box-schedule {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  margin-top: 30px;
}
.area-about .box-schedule h4 {
  font-size: 18px;
  font-weight: 600;
  text-shadow: none;
  text-align: center;
  border-radius: 6px;
  padding: 4px 0 5px 0;
  margin: 0 auto 24px auto;
}
@media (max-width: 575px) {
  .area-about .box-schedule h4 {
    font-size: 16px;
    border-radius: 3px;
    margin: 0 auto 12px auto;
  }
}
.area-about .box-schedule dt {
  font-size: 18px;
  line-height: 1;
  padding-left: 24px;
  margin-bottom: 8px;
}
@media (max-width: 575px) {
  .area-about .box-schedule dt {
    font-size: 16px;
    padding-left: 20px;
    margin-bottom: 2px;
  }
}
.area-about .box-schedule dd {
  font-size: 15px;
  padding-left: 24px;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .area-about .box-schedule dd {
    font-size: 14px;
    padding-left: 20px;
    margin-bottom: 20px;
  }
}
.area-about .box-schedule .matinee,
.area-about .box-schedule .soiree {
  width: 48%;
}
@media (max-width: 767px) {
  .area-about .box-schedule .matinee,
  .area-about .box-schedule .soiree {
    width: 100%;
  }
}
.area-about .box-schedule .matinee h4 {
  background: #d8c270;
}
.area-about .box-schedule .matinee dt {
  background: url(../img/icon-yellow.png) no-repeat left top;
  background-size: 20px auto;
}
@media (max-width: 575px) {
  .area-about .box-schedule .matinee dt {
    background-size: 16px auto;
  }
}
.area-about .box-schedule .soiree h4 {
  color: #ffffff;
  background: #6b6c9a;
}
@media (max-width: 767px) {
  .area-about .box-schedule .soiree h4 {
    margin-top: 40px;
  }
}
.area-about .box-schedule .soiree dt {
  background: url(../img/icon-blue.png) no-repeat left top;
  background-size: 20px auto;
}
@media (max-width: 575px) {
  .area-about .box-schedule .soiree dt {
    background-size: 16px auto;
  }
}

.area-flamenco .summary {
  margin-bottom: 10px;
}

.area-food .info-food {
  max-width: 750px;
  margin: 0 auto 48px auto;
}
.area-food .info-food dt {
  font-size: 18px;
  text-align: center;
  margin: 14px auto 10px;
}
@media (max-width: 767px) {
  .area-food .info-food dt {
    font-size: 15px;
    margin: 6px auto 6px;
  }
}
.area-food .info-food dd {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .area-food .info-food dd {
    font-size: 15px;
  }
}
.area-food .list-drink {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1110px;
  margin: 0 auto;
}
.area-food .list-drink li {
  width: 49%;
  max-width: 520px;
  padding: 0;
}
@media (max-width: 767px) {
  .area-food .list-drink li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .area-food .list-drink li:nth-of-type(2) {
    margin-top: 30px;
  }
}
.area-food .info-drink dt {
  font-size: 18px;
  text-align: center;
  margin-top: 14px;
}
@media (max-width: 767px) {
  .area-food .info-drink dt {
    font-size: 15px;
    margin-top: 6px;
  }
}
.area-food .info-drink dd {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .area-food .info-drink dd {
    font-size: 15px;
  }
}
.area-food .info-drink .price {
  font-size: 18px;
  text-align: right;
  line-height: 1;
  margin: 0 0 8px 0;
}
@media (max-width: 767px) {
  .area-food .info-drink .price {
    font-size: 15px;
  }
}
.area-food .info-drink .price span {
  font-size: 12px;
}
@media (max-width: 767px) {
  .area-food .info-drink .price span {
    font-size: 11px;
  }
}

.list-goods {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1110px;
  margin: 0 auto;
}
.list-goods li {
  width: 49%;
  max-width: 542px;
  border: 1px solid #ffffff;
  background: rgba(255, 255, 255, 0.5);
  padding: 20px;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .list-goods li {
    width: 100%;
    padding: 10px;
    margin-bottom: 24px;
  }
}
.list-goods .info-goods {
  margin: 0;
}
.list-goods .info-goods dt {
  font-size: 18px;
  text-align: center;
  margin-top: 14px;
}
@media (max-width: 767px) {
  .list-goods .info-goods dt {
    font-size: 15px;
    margin-top: 6px;
  }
}
.list-goods .info-goods .price {
  font-size: 18px;
  text-align: right;
  line-height: 1;
  margin: 0 0 0 0;
}
@media (max-width: 767px) {
  .list-goods .info-goods .price {
    font-size: 15px;
  }
}
.list-goods .info-goods .price span {
  font-size: 12px;
}
@media (max-width: 767px) {
  .list-goods .info-goods .price span {
    font-size: 11px;
  }
}

footer {
  color: #ffffff;
  text-align: center;
  text-shadow: none;
  background: #020202 url(../img/bg-footer.png) repeat;
  padding: 0 0 40px 0;
  margin-top: 80px;
}
@media (max-width: 575px) {
  footer {
    padding: 10px 0;
    margin-top: 45px;
  }
}
footer .link-pageup {
  font-size: 24px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 55px;
  z-index: 1;
}
@media (max-width: 991px) {
  footer .link-pageup {
    right: 10px;
    bottom: 10px;
    width: 40px;
  }
}
footer .copyright {
  font-size: 14px;
  text-align: center;
  line-height: 1;
  padding: 40px 0;
  margin: 0;
}
@media (max-width: 575px) {
  footer .copyright {
    font-size: 12px;
    padding: 20px 0;
  }
}
footer .info-hotel {
  position: relative;
  border-top: 1px solid #cccccc;
  padding-top: 40px;
}
@media (max-width: 767px) {
  footer .info-hotel {
    padding-top: 20px;
  }
}
footer .info-hotel .area-sns .title-sns {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 767px) {
  footer .info-hotel .area-sns .title-sns {
    font-size: 15px;
  }
}
footer .info-hotel .area-sns .title-sns span {
  display: block;
  font-size: 30px;
}
@media (max-width: 575px) {
  footer .info-hotel .area-sns .title-sns span {
    font-size: 18px;
  }
}
footer .info-hotel .area-sns .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-top: 24px;
}
@media (max-width: 767px) {
  footer .info-hotel .area-sns .sns {
    display: block;
    margin-top: 18px;
  }
}
footer .info-hotel .area-sns .sns .sns-top,
footer .info-hotel .area-sns .sns .sns-bottom {
  display: contents;
}
@media (max-width: 767px) {
  footer .info-hotel .area-sns .sns .sns-top {
    max-width: 230px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 767px) {
  footer .info-hotel .area-sns .sns .sns-bottom {
    max-width: 230px;
    margin: 18px auto 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
footer .info-hotel .area-sns .sns a {
  color: #fff;
  width: 65px;
  margin: 0 4px;
}
@media (max-width: 767px) {
  footer .info-hotel .area-sns .sns a {
    margin: 0;
  }
}
footer .info-hotel .area-sns .sns a img {
  width: 40px;
}
footer .info-hotel .area-sns .sns a p {
  text-align: center;
  font-family: sans-serif;
  font-size: 11px;
  line-height: 1.2;
  margin: 8px auto 0;
}
@media (max-width: 767px) {
  footer .info-hotel .area-sns .sns a p {
    font-size: 10px;
  }
}
footer .info-hotel .area-sns .text-guide {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-top: 24px;
}
@media (max-width: 767px) {
  footer .info-hotel .area-sns .text-guide {
    font-size: 12px;
    margin: 9px 20px;
  }
}
footer .info-hotel .link_hotel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
@media (max-width: 767px) {
  footer .info-hotel .link_hotel {
    display: block;
  }
}
footer .info-hotel .link_hotel a {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 767px) {
  footer .info-hotel .link_hotel a {
    display: block;
    font-size: 15px;
    margin-bottom: 8px;
  }
}
footer .info-hotel .link_hotel a:first-child::before, footer .info-hotel .link_hotel a:first-child::after {
  content: "｜";
  padding: 0 20px;
}
@media (max-width: 767px) {
  footer .info-hotel .link_hotel a:first-child::before, footer .info-hotel .link_hotel a:first-child::after {
    display: none;
  }
}
footer .info-hotel .link_hotel a:last-child::after {
  content: "｜";
  padding: 0 20px;
}
@media (max-width: 767px) {
  footer .info-hotel .link_hotel a:last-child::after {
    display: none;
  }
}
footer .info-hotel .copyright-hotel {
  color: #fff;
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
}
@media (max-width: 575px) {
  footer .info-hotel .copyright-hotel {
    font-size: 12px;
    padding: 0 2%;
  }
}