@charset "UTF-8";
/*----------------------------------------
	clearfix
----------------------------------------*/
body {
  color: #251e1c;
  font-family: "Zen Old Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  background-color: #fff;
  font-feature-settings: "halt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
}

* {
  box-sizing: border-box;
}

a {
  color: #161616;
  text-decoration: none;
  transition: all 0.1s ease;
  display: inline-block;
}
a:hover {
  opacity: 0.6;
}

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

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

table {
  width: 100%;
}

input, button {
  -webkit-appearance: none;
  font-family: "Zen Old Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

a:focus,
input:focus {
  outline: none;
}

.js-view {
  opacity: 0;
  filter: blur(30px);
  transform: translateY(40px);
  transition: 0.5s;
}
.js-view.is-active {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

/*----------------------------------------
	reset
----------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, hgroup, main, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color: #251e1c;
  vertical-align: baseline;
}

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

li {
  list-style: none;
}

ol li {
  list-style: decimal;
}

img {
  border: 0;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

hr {
  margin: 1em 0;
  padding: 0;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
}

input, select {
  vertical-align: middle;
}

input, textarea {
  margin: 0;
  padding: 0;
}

.clearfix {
  min-height: 1px;
  _height: 1%;
}
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.l-header {
  width: 100%;
  padding: 35px 0;
  top: 0px;
  background: #fff;
  z-index: 3;
  position: relative;
}
@media only screen and (max-width: 919px) {
  .l-header {
    padding: 15px;
  }
}
.l-header--sticky {
  position: fixed;
}
@media only screen and (max-width: 919px) {
  .l-header--sticky h1 {
    display: block;
    width: 119px;
  }
}
.l-header .hb-open {
  display: none;
}
.l-header.open .hb-open {
  display: block;
}
.l-header.open .hb-close {
  display: none;
}
.l-header h1 {
  width: 238px;
  line-height: 0;
  margin: 0 auto;
  position: relative;
  z-index: 4;
}
@media only screen and (max-width: 919px) {
  .l-header h1 {
    margin: 0;
    display: block;
    width: 119px;
  }
}
.l-header nav {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 4;
}
@media only screen and (max-width: 919px) {
  .l-header nav {
    right: 15px;
    top: 15px;
  }
}
.l-header nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 919px) {
  .l-header nav ul {
    gap: 15px;
  }
}
.l-header nav ul li {
  line-height: 0;
}
.l-header nav ul li.lang {
  width: 44px;
  height: 44px;
}
@media only screen and (max-width: 919px) {
  .l-header nav ul li.lang {
    width: 22px;
    height: 22px;
  }
}
.l-header nav ul li.menu {
  width: 35px;
  height: 30px;
}
@media only screen and (max-width: 919px) {
  .l-header nav ul li.menu {
    width: 17.5px;
    height: 15px;
  }
}
.l-header .js-toggle {
  width: 35px;
  height: 30px;
  position: relative;
}
@media only screen and (max-width: 919px) {
  .l-header .js-toggle {
    width: 17.5px;
    height: 15px;
  }
}
.l-header .js-toggle span {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: all 0.6s;
  box-sizing: border-box;
  left: 0;
}
@media only screen and (max-width: 919px) {
  .l-header .js-toggle span {
    width: 100%;
    height: 1px;
  }
}
.l-header .js-toggle span:nth-of-type(1) {
  top: 0px;
}
.l-header .js-toggle span:nth-of-type(2) {
  top: calc(50% - 2.5px);
}
@media only screen and (max-width: 919px) {
  .l-header .js-toggle span:nth-of-type(2) {
    top: calc(50% - 0.5px);
  }
}
.l-header .js-toggle span:nth-of-type(3) {
  bottom: 0px;
}
.l-header .js-toggle.open span {
  background-color: #fff;
}
.l-header .js-toggle.open span:nth-of-type(1) {
  -webkit-transform: translateY(16px) rotate(45deg);
  transform: translateY(16px) rotate(45deg);
}
@media only screen and (max-width: 919px) {
  .l-header .js-toggle.open span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg);
  }
}
.l-header .js-toggle.open span:nth-of-type(2) {
  opacity: 0;
}
.l-header .js-toggle.open span:nth-of-type(3) {
  -webkit-transform: translateY(-12px) rotate(-45deg);
  transform: translateY(-12px) rotate(-45deg);
}
@media only screen and (max-width: 919px) {
  .l-header .js-toggle.open span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
  }
}
.l-header .sp-menu {
  opacity: 0;
  z-index: 0;
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  transition: all 0.2s ease-in-out;
  overflow: auto;
}
.l-header .sp-menu.open {
  top: 0%;
  opacity: 1;
  z-index: 3;
}
.l-header .sp-menu__inner {
  padding: 125px 0 45px 0;
  margin: 0 auto;
  max-width: 1030px;
  width: calc(100% - 40px);
  display: grid;
  grid-template-columns: 51% 43%;
  gap: 6%;
}
@media only screen and (max-width: 919px) {
  .l-header .sp-menu__inner {
    display: block;
    padding: 80px 0 30px 0;
  }
}
@media only screen and (max-width: 919px) {
  .l-header .sp-menu__inner .guide {
    margin-bottom: 15px;
  }
}
.l-header .sp-menu__inner .guide ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.l-header .sp-menu__inner .guide ul li {
  border-bottom: 1px solid #ececec;
}
.l-header .sp-menu__inner .guide ul li:nth-child(1), .l-header .sp-menu__inner .guide ul li:nth-child(3), .l-header .sp-menu__inner .guide ul li:nth-child(5) {
  border-right: 1px solid #ececec;
}
.l-header .sp-menu__inner .guide ul li:nth-child(5), .l-header .sp-menu__inner .guide ul li:nth-child(6) {
  border-bottom: 0;
}
.l-header .sp-menu__inner .guide ul li a {
  padding: 1em;
  width: 100%;
  display: block;
}
.l-header .sp-menu__inner .guide ul li a figure {
  display: grid;
  justify-content: flex-start;
  align-items: center;
  grid-template-columns: 18% 78%;
  gap: 4%;
  color: #fff;
}
.l-header .sp-menu__inner .guide ul li a figure img {
  height: auto;
}
.l-header .sp-menu__inner .guide ul li a figure figcaption {
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (max-width: 919px) {
  .l-header .sp-menu__inner .guide ul li a figure figcaption {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.l-header .sp-menu__inner .guide ul li:nth-child(1) a figure img {
  width: 34px;
}
@media only screen and (max-width: 919px) {
  .l-header .sp-menu__inner .guide ul li:nth-child(1) a figure img {
    width: 21px;
  }
}
.l-header .sp-menu__inner .guide ul li:nth-child(2) a figure img {
  width: 38px;
}
@media only screen and (max-width: 919px) {
  .l-header .sp-menu__inner .guide ul li:nth-child(2) a figure img {
    width: 24px;
  }
}
.l-header .sp-menu__inner .guide ul li:nth-child(3) a figure img {
  width: 28px;
}
@media only screen and (max-width: 919px) {
  .l-header .sp-menu__inner .guide ul li:nth-child(3) a figure img {
    width: 17px;
  }
}
.l-header .sp-menu__inner .guide ul li:nth-child(4) a figure img {
  width: 35px;
}
@media only screen and (max-width: 919px) {
  .l-header .sp-menu__inner .guide ul li:nth-child(4) a figure img {
    width: 21.5px;
  }
}
.l-header .sp-menu__inner .guide ul li:nth-child(5) a figure img {
  width: 36px;
}
@media only screen and (max-width: 919px) {
  .l-header .sp-menu__inner .guide ul li:nth-child(5) a figure img {
    width: 22px;
  }
}
.l-header .sp-menu__inner .guide ul li:nth-child(6) a figure img {
  width: 32px;
}
@media only screen and (max-width: 919px) {
  .l-header .sp-menu__inner .guide ul li:nth-child(6) a figure img {
    width: 19.5px;
  }
}
.l-header .sp-menu__inner .banner figure {
  margin-bottom: 30px;
}
.l-header .sp-menu__inner .banner ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-header .sp-menu__inner .banner ul li a {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (max-width: 919px) {
  .l-header .sp-menu__inner .banner ul li a {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.l-header .sp-menu__inner .banner ul li a img {
  width: 34px;
  height: auto;
}
@media only screen and (max-width: 919px) {
  .l-header .sp-menu__inner .banner ul li a img {
    width: 21px;
  }
}

/*----------------------------------------
	footer
----------------------------------------*/
.l-footer {
  background: #000000;
  padding: 60px 0 20px 0;
}
.l-footer .inner h2 {
  max-width: 217px;
  margin: 0 auto 60px auto;
}
.l-footer .inner .copyright {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  margin-top: 20px;
}

.c-fadein {
  opacity: 0;
  filter: blur(30px);
  transform: translateY(40px);
  transition: 0.5s;
}
.c-fadein.fadein {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

.p-access .inner {
  padding: 30px 0 250px 0;
  max-width: 690px;
  margin: 0 auto;
}
@media only screen and (max-width: 919px) {
  .p-access .inner {
    padding: 30px 0 125px 0;
  }
}
.p-access .inner nav {
  margin-bottom: 50px;
}
@media only screen and (max-width: 919px) {
  .p-access .inner nav {
    margin-bottom: 30px;
  }
}
.p-access .inner nav ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
}
@media only screen and (max-width: 919px) {
  .p-access .inner nav ul {
    width: calc(100% - 40px);
    margin: 0 auto;
    grid-template-columns: 1fr 1fr;
  }
}
.p-access .inner nav ul li {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
.p-access .inner nav ul li:first-child a {
  background-image: url("../images/common/icon_access.png");
  background-size: 24px 30px;
}
@media only screen and (max-width: 919px) {
  .p-access .inner nav ul li:first-child a {
    background-size: 16px 20px;
  }
}
.p-access .inner nav ul li:first-child a:hover {
  background-image: url("../images/common/icon_access_w.png");
}
.p-access .inner nav ul li:nth-child(2) a {
  background-image: url("../images/common/icon_parking.png");
  background-size: 31px 25px;
}
@media only screen and (max-width: 919px) {
  .p-access .inner nav ul li:nth-child(2) a {
    background-size: 21px 17px;
  }
}
.p-access .inner nav ul li:nth-child(2) a:hover {
  background-image: url("../images/common/icon_parking_w.png");
}
.p-access .inner nav ul li:last-child a {
  background-image: url("../images/common/icon_entrance.png");
  background-size: 23px 31px;
}
@media only screen and (max-width: 919px) {
  .p-access .inner nav ul li:last-child a {
    background-size: 21px 17px;
  }
}
.p-access .inner nav ul li:last-child a:hover {
  background-image: url("../images/common/icon_entrance_w.png");
}
.p-access .inner nav ul li a {
  display: block;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  padding: 12px 0;
  background-repeat: no-repeat;
  background-position: 15px center;
}
@media only screen and (max-width: 919px) {
  .p-access .inner nav ul li a {
    font-size: 14px;
    font-size: 0.875rem;
    background-position: 10px center;
  }
}
.p-access .inner nav ul li a:hover {
  background-color: #000;
  color: #fff;
  opacity: 1;
}
.p-access .inner .map {
  margin-bottom: 130px;
}
@media only screen and (max-width: 919px) {
  .p-access .inner .map {
    width: calc(100% - 40px);
    margin: 0 auto 80px auto;
  }
}
.p-access .inner .map iframe {
  aspect-ratio: 600/450;
  width: 100%;
  height: auto;
}
.p-access .inner .headline {
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  padding-bottom: 10px;
  margin-bottom: 40px;
  border-bottom: 1px solid #000;
  background-repeat: no-repeat;
  background-position: 15px center;
}
@media only screen and (max-width: 919px) {
  .p-access .inner .headline {
    font-size: 18px;
    font-size: 1.125rem;
    background-position: 10px center;
  }
}
.p-access .inner .headline--traffic {
  background-image: url("../images/common/icon_access.png");
  background-size: 24px 30px;
}
@media only screen and (max-width: 919px) {
  .p-access .inner .headline--traffic {
    background-size: 16px 20px;
  }
}
.p-access .inner .headline--parking {
  background-image: url("../images/common/icon_parking.png");
  background-size: 31px 25px;
}
@media only screen and (max-width: 919px) {
  .p-access .inner .headline--parking {
    background-size: 21px 17px;
  }
}
.p-access .inner .headline--entrance {
  background-image: url("../images/common/icon_entrance.png");
  background-size: 23px 31px;
}
@media only screen and (max-width: 919px) {
  .p-access .inner .headline--entrance {
    background-size: 21px 17px;
  }
}
.p-access .inner .traffic {
  margin-bottom: 150px;
}
@media only screen and (max-width: 919px) {
  .p-access .inner .traffic {
    width: calc(100% - 40px);
    margin: 0 auto 80px auto;
  }
}
.p-access .inner .traffic dl {
  width: calc(100% - 40px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 100px calc(100% - 100px);
  align-items: flex-start;
  justify-self: flex-start;
  margin-bottom: 1em;
}
.p-access .inner .traffic dl dt {
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (max-width: 919px) {
  .p-access .inner .traffic dl dt {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-access .inner .traffic dl dd {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
}
@media only screen and (max-width: 919px) {
  .p-access .inner .traffic dl dd {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-access .inner .parking,
.p-access .inner .entrance {
  margin-bottom: 150px;
}
@media only screen and (max-width: 919px) {
  .p-access .inner .parking,
  .p-access .inner .entrance {
    width: calc(100% - 40px);
    margin: 0 auto 80px auto;
  }
}
.p-access .inner .parking h5,
.p-access .inner .entrance h5 {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 1em;
}
@media only screen and (max-width: 919px) {
  .p-access .inner .parking h5,
  .p-access .inner .entrance h5 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-access .inner .parking p,
.p-access .inner .entrance p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
}
@media only screen and (max-width: 919px) {
  .p-access .inner .parking p,
  .p-access .inner .entrance p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-access .inner .parking figure,
.p-access .inner .entrance figure {
  margin: 40px auto;
}
.p-access .inner .parking table,
.p-access .inner .entrance table {
  width: 100%;
  margin-bottom: 30px;
}
.p-access .inner .parking table tr th, .p-access .inner .parking table tr td,
.p-access .inner .entrance table tr th,
.p-access .inner .entrance table tr td {
  vertical-align: middle;
  padding: 1em;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
}
@media only screen and (max-width: 919px) {
  .p-access .inner .parking table tr th, .p-access .inner .parking table tr td,
  .p-access .inner .entrance table tr th,
  .p-access .inner .entrance table tr td {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-access .inner .parking table tr th,
.p-access .inner .entrance table tr th {
  background: #e5e5e5;
  border-bottom: 2px solid #f3f3f3;
  width: 35%;
}
.p-access .inner .parking table tr td,
.p-access .inner .entrance table tr td {
  border-bottom: 2px solid #f1f1f1;
}
.p-access .inner .parking table tr td dl,
.p-access .inner .entrance table tr td dl {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 60px calc(100% - 60px);
  align-items: flex-start;
  justify-self: flex-start;
  margin-bottom: 1em;
}
@media only screen and (max-width: 919px) {
  .p-access .inner .parking table tr td dl,
  .p-access .inner .entrance table tr td dl {
    grid-template-columns: 40px calc(100% - 40px);
  }
}
.p-access .inner .parking table tr td dl dt,
.p-access .inner .entrance table tr td dl dt {
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (max-width: 919px) {
  .p-access .inner .parking table tr td dl dt,
  .p-access .inner .entrance table tr td dl dt {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-access .inner .parking table tr td dl dd,
.p-access .inner .entrance table tr td dl dd {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
}
@media only screen and (max-width: 919px) {
  .p-access .inner .parking table tr td dl dd,
  .p-access .inner .entrance table tr td dl dd {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-access .inner .parking table tr:first-child th,
.p-access .inner .entrance table tr:first-child th {
  border-top: 2px solid #f3f3f3;
}
.p-access .inner .parking table tr:first-child td,
.p-access .inner .entrance table tr:first-child td {
  border-top: 2px solid #f1f1f1;
}

.p-contact .inner {
  padding: 30px 0 250px 0;
  max-width: 690px;
  margin: 0 auto;
}
@media only screen and (max-width: 919px) {
  .p-contact .inner {
    padding: 30px 0 125px 0;
  }
}
.p-contact .inner .information {
  margin-bottom: 150px;
}
@media only screen and (max-width: 919px) {
  .p-contact .inner .information {
    width: calc(100% - 40px);
    margin: 0 auto 80px auto;
  }
}
.p-contact .inner .information dl {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-start;
  justify-self: flex-start;
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 919px) {
  .p-contact .inner .information dl {
    grid-template-columns: 1fr;
    padding-top: 5px;
  }
}
.p-contact .inner .information dl dt {
  font-size: 20px;
  font-size: 1.25rem;
  padding-left: 60px;
  background-repeat: no-repeat;
  background-position: 15px center;
  background-image: url("../images/common/icon_tel.png");
  background-size: 27px 32px;
  padding-bottom: 1em;
  padding-top: 1em;
}
.p-contact .inner .information dl dt.envelope {
  background-image: url("../images/common/icon_mail.png");
  background-size: 29px 23px;
}
@media only screen and (max-width: 919px) {
  .p-contact .inner .information dl dt {
    font-size: 16px;
    font-size: 1rem;
    padding-bottom: 15px;
    padding-top: 15px;
  }
}
.p-contact .inner .information dl dd {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.8;
  padding-bottom: 1em;
  padding-top: 1em;
}
@media only screen and (max-width: 919px) {
  .p-contact .inner .information dl dd {
    font-size: 16px;
    font-size: 1rem;
    padding-top: 0em;
    padding-bottom: 15px;
  }
}
.p-contact .inner .information dl dd a {
  color: #964137;
  text-decoration: underline;
}
.p-contact .inner .headline {
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  padding-bottom: 10px;
  margin-bottom: 40px;
  border-bottom: 1px solid #000;
  background-repeat: no-repeat;
  background-position: 15px center;
}
@media only screen and (max-width: 919px) {
  .p-contact .inner .headline {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-contact .inner .headline--traffic {
  background-image: url("../images/common/icon_access.png");
  background-size: 24px 30px;
}
.p-contact .inner .headline--parking {
  background-image: url("../images/common/icon_parking.png");
  background-size: 31px 25px;
}
.p-contact .inner .headline--entrance {
  background-image: url("../images/common/icon_entrance.png");
  background-size: 23px 31px;
}

.p-facility .inner {
  padding: 30px 0 250px 0;
  max-width: 690px;
  margin: 0 auto;
}
@media only screen and (max-width: 919px) {
  .p-facility .inner {
    padding: 30px 0 125px 0;
  }
}
.p-facility .inner nav {
  margin-bottom: 50px;
}
@media only screen and (max-width: 919px) {
  .p-facility .inner nav {
    margin-bottom: 30px;
  }
}
.p-facility .inner nav ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
}
@media only screen and (max-width: 919px) {
  .p-facility .inner nav ul {
    width: calc(100% - 40px);
    margin: 0 auto;
    grid-template-columns: 1fr 1fr;
  }
}
.p-facility .inner nav ul li {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
.p-facility .inner nav ul li:first-child a {
  background-image: url("../images/common/icon_time.png");
  background-size: 31px 31px;
}
@media only screen and (max-width: 919px) {
  .p-facility .inner nav ul li:first-child a {
    background-size: 21px 21px;
  }
}
.p-facility .inner nav ul li:first-child a:hover {
  background-image: url("../images/common/icon_time_w.png");
}
.p-facility .inner nav ul li:nth-child(2) a {
  background-image: url("../images/common/icon_heart.png");
  background-size: 35px 32px;
}
@media only screen and (max-width: 919px) {
  .p-facility .inner nav ul li:nth-child(2) a {
    background-size: 25px 23px;
  }
}
.p-facility .inner nav ul li:nth-child(2) a:hover {
  background-image: url("../images/common/icon_heart_w.png");
}
.p-facility .inner nav ul li:nth-child(3) a {
  background-image: url("../images/common/icon_baby.png");
  background-size: 27px 33px;
}
@media only screen and (max-width: 919px) {
  .p-facility .inner nav ul li:nth-child(3) a {
    background-size: 18px 22px;
  }
}
.p-facility .inner nav ul li:nth-child(3) a:hover {
  background-image: url("../images/common/icon_baby_w.png");
}
.p-facility .inner nav ul li:nth-child(4) a {
  background-image: url("../images/common/icon_powder.png");
  background-size: 29px 31px;
}
@media only screen and (max-width: 919px) {
  .p-facility .inner nav ul li:nth-child(4) a {
    background-size: 19px 21px;
  }
}
.p-facility .inner nav ul li:nth-child(4) a:hover {
  background-image: url("../images/common/icon_powder_w.png");
}
.p-facility .inner nav ul li:nth-child(5) a {
  background-image: url("../images/common/icon_toilet.png");
  background-size: 29px 31px;
}
@media only screen and (max-width: 919px) {
  .p-facility .inner nav ul li:nth-child(5) a {
    background-size: 21px 22px;
  }
}
.p-facility .inner nav ul li:nth-child(5) a:hover {
  background-image: url("../images/common/icon_toilet_w.png");
}
.p-facility .inner nav ul li:last-child a {
  background-image: url("../images/common/icon_aed.png");
  background-size: 35px 32px;
}
@media only screen and (max-width: 919px) {
  .p-facility .inner nav ul li:last-child a {
    background-size: 25px 23px;
  }
}
.p-facility .inner nav ul li:last-child a:hover {
  background-image: url("../images/common/icon_aed_w.png");
}
.p-facility .inner nav ul li a {
  display: block;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  padding: 12px 0;
  background-repeat: no-repeat;
  background-position: 15px center;
}
@media only screen and (max-width: 919px) {
  .p-facility .inner nav ul li a {
    font-size: 14px;
    font-size: 0.875rem;
    background-position: 10px center;
  }
}
.p-facility .inner nav ul li a:hover {
  background-color: #000;
  color: #fff;
  opacity: 1;
}
.p-facility .inner .map {
  margin-bottom: 130px;
}
@media only screen and (max-width: 919px) {
  .p-facility .inner .map {
    width: calc(100% - 40px);
    margin: 0 auto 80px auto;
  }
}
.p-facility .inner .map iframe {
  aspect-ratio: 600/450;
  width: 100%;
  height: auto;
}
.p-facility .inner .headline {
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
  margin-bottom: 40px;
  border-bottom: 1px solid #000;
  background-repeat: no-repeat;
  background-position: 15px center;
}
@media only screen and (max-width: 919px) {
  .p-facility .inner .headline {
    font-size: 18px;
    font-size: 1.125rem;
    background-position: 10px center;
  }
}
.p-facility .inner .headline--hours {
  background-image: url("../images/common/icon_time.png");
  background-size: 31px 31px;
}
@media only screen and (max-width: 919px) {
  .p-facility .inner .headline--hours {
    background-size: 21px 21px;
  }
}
.p-facility .inner .headline--toreluna {
  background-image: url("../images/common/icon_heart.png");
  background-size: 35px 32px;
}
@media only screen and (max-width: 919px) {
  .p-facility .inner .headline--toreluna {
    background-size: 25px 23px;
  }
}
.p-facility .inner .headline--baby {
  background-image: url("../images/common/icon_baby.png");
  background-size: 27px 33px;
}
@media only screen and (max-width: 919px) {
  .p-facility .inner .headline--baby {
    background-size: 18px 22px;
  }
}
.p-facility .inner .headline--powder {
  background-image: url("../images/common/icon_powder.png");
  background-size: 29px 31px;
}
@media only screen and (max-width: 919px) {
  .p-facility .inner .headline--powder {
    background-size: 19px 21px;
  }
}
.p-facility .inner .headline--toilet {
  background-image: url("../images/common/icon_toilet.png");
  background-size: 29px 31px;
}
@media only screen and (max-width: 919px) {
  .p-facility .inner .headline--toilet {
    background-size: 21px 22px;
  }
}
.p-facility .inner .headline--aed {
  background-image: url("../images/common/icon_aed.png");
  background-size: 35px 32px;
}
@media only screen and (max-width: 919px) {
  .p-facility .inner .headline--aed {
    background-size: 25px 23px;
  }
}
.p-facility .inner .c-information {
  margin-bottom: 150px;
}
@media only screen and (max-width: 919px) {
  .p-facility .inner .c-information {
    width: calc(100% - 40px);
    margin: 0 auto 80px auto;
  }
}
.p-facility .inner .facility {
  margin-bottom: 150px;
}
@media only screen and (max-width: 919px) {
  .p-facility .inner .facility {
    width: calc(100% - 40px);
    margin: 0 auto 80px auto;
  }
}
.p-facility .inner .facility dl {
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: 90px calc(100% - 120px);
  gap: 30px;
}
.p-facility .inner .facility dl dt span {
  font-size: 20px;
  font-size: 1.25rem;
  border: 1px solid #000;
  display: block;
  text-align: center;
  padding: 0.2em 0;
}
@media only screen and (max-width: 919px) {
  .p-facility .inner .facility dl dt span {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-facility .inner .facility dl dd h5 {
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
}
@media only screen and (max-width: 919px) {
  .p-facility .inner .facility dl dd h5 {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-facility .inner .facility dl dd p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
}
@media only screen and (max-width: 919px) {
  .p-facility .inner .facility dl dd p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-facility .inner .facility .photo {
  display: grid;
  justify-content: flex-start;
  gap: 15px;
}
.p-facility .inner .facility .photo--2col {
  grid-template-columns: 1fr 1fr;
}
.p-facility .inner .facility .photo--3col {
  grid-template-columns: 1fr 1fr 1fr;
}
.p-floor .inner {
  padding: 30px 0 250px 0;
  max-width: 920px;
  margin: 0 auto;
}
@media only screen and (max-width: 919px) {
  .p-floor .inner {
    padding: 30px 0 125px 0;
  }
}
.p-floor .inner nav {
  margin-bottom: 80px;
}
.p-floor .inner nav ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
}
@media only screen and (max-width: 919px) {
  .p-floor .inner nav ul {
    width: calc(100% - 40px);
    margin: 0 auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
.p-floor .inner nav ul li {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
.p-floor .inner nav ul li a {
  display: block;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 12px 0;
}
@media only screen and (max-width: 919px) {
  .p-floor .inner nav ul li a {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-floor .inner nav ul li a:hover {
  background: #000;
  color: #fff;
  opacity: 1;
}
.p-floor .inner .floor {
  border-top: 1px solid #000;
}
.p-floor .inner .floor.bottom {
  border-bottom: 1px solid #000;
}
.p-floor .inner .floor.active {
  background: #f8f2ec;
}
.p-floor .inner .floor.active .list {
  display: block;
}
.p-floor .inner .floor.comingsoon a {
  pointer-events: none;
}
.p-floor .inner .floor.comingsoon a dl {
  background: none;
}
.p-floor .inner .floor.comingsoon a dl dd {
  color: #ebebeb;
}
.p-floor .inner .floor a {
  display: block;
  padding: 1.5em 2em;
}
@media only screen and (max-width: 919px) {
  .p-floor .inner .floor a {
    padding: 1.5em;
  }
}
.p-floor .inner .floor a dl {
  display: grid;
  grid-template-columns: 14% 1fr;
  align-items: center;
  justify-self: flex-start;
  width: 100%;
  background-image: url("../images/common/down.svg");
  background-position: right center;
  background-repeat: no-repeat;
}
.p-floor .inner .floor a dl dt {
  font-size: 24px;
  font-size: 1.5rem;
}
@media only screen and (max-width: 919px) {
  .p-floor .inner .floor a dl dt {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-floor .inner .floor a dl dd {
  font-size: 24px;
  font-size: 1.5rem;
}
@media only screen and (max-width: 919px) {
  .p-floor .inner .floor a dl dd {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-floor .inner .floor .list {
  margin: 0 70px 0 70px;
  padding-bottom: 40px;
  display: none;
}
.p-floor .inner .floor .list ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media only screen and (max-width: 919px) {
  .p-floor .inner .floor .list ul {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
.p-floor .inner .floor .list ul li a {
  padding: 0;
  line-height: 1.8;
  font-size: 14px;
  font-size: 0.875rem;
}
.p-floor .inner .floor .list ul li a img {
  margin-bottom: 15px;
}

.p-index__mv {
  width: 100%;
  position: relative;
}
.p-index__mv ul li {
  position: relative;
}
.p-index__mv ul li .content {
  position: absolute;
  width: 100%;
  bottom: 40px;
  text-align: center;
}
@media only screen and (max-width: 919px) {
  .p-index__mv ul li .content {
    bottom: 20px;
  }
}
.p-index__mv .bx-wrapper {
  box-shadow: none;
  border: none;
  background: none;
}
.p-index__mv .bx-wrapper .bx-viewport figure .is-sp-visible {
  display: none;
}
@media only screen and (max-width: 919px) {
  .p-index__mv .bx-wrapper .bx-viewport figure .is-sp-visible {
    display: block !important;
  }
}
@media only screen and (max-width: 919px) {
  .p-index__mv .bx-wrapper .bx-viewport figure .is-sp-invisible {
    display: none !important;
  }
}
.p-index__bnr a {
  display: block;
}
.p-index__bnr a img {
  width: 100%;
  height: auto;
}

.p-lang .inner {
  padding: 30px 0 250px 0;
  max-width: 690px;
  margin: 0 auto;
}
@media only screen and (max-width: 919px) {
  .p-lang .inner {
    padding: 30px 0 125px 0;
  }
}
.p-lang .inner nav {
  margin-bottom: 50px;
}
@media only screen and (max-width: 919px) {
  .p-lang .inner nav {
    margin-bottom: 30px;
  }
}
.p-lang .inner nav ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
}
@media only screen and (max-width: 919px) {
  .p-lang .inner nav ul {
    width: calc(100% - 40px);
    margin: 0 auto;
    grid-template-columns: 1fr 1fr;
  }
}
.p-lang .inner nav ul li {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
.p-lang .inner nav ul li a {
  display: block;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  padding: 12px 0;
}
@media only screen and (max-width: 919px) {
  .p-lang .inner nav ul li a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-lang .inner nav ul li a.active, .p-lang .inner nav ul li a:hover {
  background-color: #000;
  color: #fff;
  opacity: 1;
}
.p-lang .inner .language {
  display: none;
}
.p-lang .inner .language.active {
  display: block;
}
.p-lang .inner .language .headline {
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 40px;
}
.p-lang .inner .language .information {
  margin-bottom: 60px;
}
@media only screen and (max-width: 919px) {
  .p-lang .inner .language .information {
    width: calc(100% - 40px);
    margin: 0 auto 30px auto;
  }
}
.p-lang .inner .language .map {
  margin-bottom: 60px;
}
@media only screen and (max-width: 919px) {
  .p-lang .inner .language .map {
    width: calc(100% - 40px);
    margin: 0 auto 30px auto;
  }
}
.p-lang .inner .language .map iframe {
  aspect-ratio: 600/450;
  width: 100%;
  height: auto;
}
.p-lang .inner .language .traffic {
  margin-bottom: 60px;
}
@media only screen and (max-width: 919px) {
  .p-lang .inner .language .traffic {
    width: calc(100% - 40px);
    margin: 0 auto 30px auto;
  }
}
.p-lang .inner .language .traffic dl {
  width: calc(100% - 40px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 190px calc(100% - 190px);
  align-items: flex-start;
  justify-self: flex-start;
  margin-bottom: 1em;
}
@media only screen and (max-width: 919px) {
  .p-lang .inner .language .traffic dl {
    grid-template-columns: 1fr;
  }
}
.p-lang .inner .language .traffic dl dt {
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (max-width: 919px) {
  .p-lang .inner .language .traffic dl dt {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-lang .inner .language .traffic dl dd {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
}
@media only screen and (max-width: 919px) {
  .p-lang .inner .language .traffic dl dd {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.p-magazine-detail .inner {
  padding: 30px 0 0 0;
  max-width: 920px;
  margin: 0 auto;
}
@media only screen and (max-width: 919px) {
  .p-magazine-detail .inner {
    padding: 30px 0 0 0;
  }
}
.p-magazine-detail .inner .title {
  margin-bottom: 45px;
  padding-bottom: 25px;
  border-bottom: 1px solid #c9c9c9;
}
.p-magazine-detail .inner .title h4 {
  font-size: 26px;
  font-size: 1.625rem;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 919px) {
  .p-magazine-detail .inner .title h4 {
    font-size: 20px;
    font-size: 1.25rem;
    width: calc(100% - 40px);
    margin: 0 auto 20px auto;
  }
}
.p-magazine-detail .inner .title p {
  color: #b5b5b5;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
}
.p-magazine-detail .inner .content {
  line-height: 1.8;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0px;
  padding-bottom: 25px;
  border-bottom: 1px solid #c9c9c9;
}
@media only screen and (max-width: 919px) {
  .p-magazine-detail .inner .content {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.p-magazine-detail .inner .content p {
  line-height: 1.8;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 1em;
}
.p-magazine-detail .inner .content img {
  width: auto;
}
.p-magazine-detail .inner .content img.aligncenter {
  margin: 0 auto;
  display: block;
}
.p-magazine-detail .inner .content img.alignleft {
  margin-right: auto;
  display: block;
}
.p-magazine-detail .inner .content img.alignright {
  margin-left: auto;
  display: block;
}
.p-magazine-detail .inner .content .wp-video {
  width: 100%;
  height: auto;
}

.p-magazine--related {
  padding: 105px 0;
}
@media only screen and (max-width: 919px) {
  .p-magazine--related {
    padding: 55px 0;
  }
}
.p-magazine .inner {
  padding: 30px 0 200px 0;
  max-width: 920px;
  margin: 0 auto;
}
@media only screen and (max-width: 919px) {
  .p-magazine .inner {
    padding: 30px 0 100px 0;
  }
}
.p-magazine .inner .list {
  margin: 0 auto 50px auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media only screen and (max-width: 919px) {
  .p-magazine .inner .list {
    grid-template-columns: 1fr;
    width: calc(100% - 40px);
  }
}
.p-magazine .inner .list li a {
  display: block;
}
.p-magazine .inner .list li a dl {
  margin-top: 15px;
}
.p-magazine .inner .list li a dl dt {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 919px) {
  .p-magazine .inner .list li a dl dt {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.p-magazine .inner .list li a dl dd {
  font-size: 17px;
  font-size: 1.0625rem;
  text-align: center;
}
@media only screen and (max-width: 919px) {
  .p-magazine .inner .list li a dl dd {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.p-news-detail .inner {
  padding: 30px 0 0 0;
  max-width: 920px;
  margin: 0 auto;
}
@media only screen and (max-width: 919px) {
  .p-news-detail .inner {
    padding: 30px 0 0 0;
  }
}
.p-news-detail .inner .title {
  margin-bottom: 45px;
  padding-bottom: 25px;
  border-bottom: 1px solid #c9c9c9;
  text-align: center;
}
.p-news-detail .inner .title h4 {
  font-size: 26px;
  font-size: 1.625rem;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 919px) {
  .p-news-detail .inner .title h4 {
    font-size: 20px;
    font-size: 1.25rem;
    width: calc(100% - 40px);
    margin: 0 auto 20px auto;
  }
}
.p-news-detail .inner .title p {
  color: #b5b5b5;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
}
.p-news-detail .inner .title a {
  display: inline-block;
  color: #964137;
  font-size: 18px;
  font-size: 1.125rem;
  text-decoration: underline;
}
.p-news-detail .inner .content {
  line-height: 1.8;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0px;
  padding-bottom: 25px;
  border-bottom: 1px solid #c9c9c9;
}
@media only screen and (max-width: 919px) {
  .p-news-detail .inner .content {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.p-news-detail .inner .content p {
  line-height: 1.8;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 1em;
}
.p-news-detail .inner .content img {
  width: auto;
}
.p-news-detail .inner .content img.aligncenter {
  margin: 0 auto;
  display: block;
}
.p-news-detail .inner .content img.alignleft {
  margin-right: auto;
  display: block;
}
.p-news-detail .inner .content img.alignright {
  margin-left: auto;
  display: block;
}
.p-news-detail .inner .content .wp-video {
  width: 100%;
  height: auto;
}

.p-news .inner {
  padding: 30px 0 200px 0;
  max-width: 920px;
  margin: 0 auto;
}
@media only screen and (max-width: 919px) {
  .p-news .inner {
    padding: 30px 0 100px 0;
  }
}
.p-news .inner .list {
  margin: 0 auto 50px auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 919px) {
  .p-news .inner .list {
    grid-template-columns: 1fr;
  }
}
.p-news .inner .list li a {
  display: block;
}
@media only screen and (max-width: 919px) {
  .p-news .inner .list li a {
    display: grid;
    grid-template-columns: 38% 57%;
    gap: 5%;
  }
}
.p-news .inner .list li a figure {
  margin-bottom: 20px;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 919px) {
  .p-news .inner .list li a figure {
    margin-bottom: 0;
  }
}
.p-news .inner .list li a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-news .inner .list li a dl dt {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 10px;
}
@media only screen and (max-width: 919px) {
  .p-news .inner .list li a dl dt {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.p-news .inner .list li a dl dd {
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (max-width: 919px) {
  .p-news .inner .list li a dl dd {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.p-news .inner .list li a dl dd.time {
  margin-top: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #a0a0a0;
}
@media only screen and (max-width: 919px) {
  .p-news .inner .list li a dl dd.time {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.p-news .inner .list li a:hover {
  transform: scale(1.02);
}

.p-privacy .inner {
  max-width: 700px;
  margin: 0 auto 100px auto;
}
@media only screen and (max-width: 919px) {
  .p-privacy .inner {
    width: calc(100% - 40px);
  }
}
.p-privacy .inner p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 220%;
  margin: 0 0 20px 0;
}
.p-privacy .inner ul {
  margin-left: 2em;
}
.p-privacy .inner ul li {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 220%;
  list-style: disc;
}
.p-privacy .inner ol {
  margin-left: 2em;
}
.p-privacy .inner ol li {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 220%;
  list-style: decimal;
}
.p-privacy .inner dl {
  margin: 0 0 20px 0;
}
.p-privacy .inner dl dt {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 220%;
  font-weight: bold;
}
.p-privacy .inner dl dd {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 220%;
}

.p-restaurant .inner {
  padding: 30px 0 250px 0;
  max-width: 920px;
  margin: 0 auto;
}
@media only screen and (max-width: 919px) {
  .p-restaurant .inner {
    padding: 30px 0 125px 0;
  }
}
.p-restaurant .inner nav {
  margin-bottom: 80px;
}
.p-restaurant .inner nav ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
}
@media only screen and (max-width: 919px) {
  .p-restaurant .inner nav ul {
    width: calc(100% - 40px);
    margin: 0 auto;
    grid-template-columns: 1fr 1fr;
  }
}
.p-restaurant .inner nav ul li {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
.p-restaurant .inner nav ul li a {
  display: block;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 12px 0;
}
@media only screen and (max-width: 919px) {
  .p-restaurant .inner nav ul li a {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-restaurant .inner nav ul li a.active, .p-restaurant .inner nav ul li a:hover {
  background: #000;
  color: #fff;
  opacity: 1;
}
.p-restaurant .inner .shop {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media only screen and (max-width: 919px) {
  .p-restaurant .inner .shop {
    grid-template-columns: 1fr;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.p-restaurant .inner .shop li a .information {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
.p-restaurant .inner .shop li a .information figure {
  width: 27%;
}
.p-restaurant .inner .shop li a .information dl dt {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 5px;
}
.p-restaurant .inner .shop li a .information dl dd {
  font-size: 17px;
  font-size: 1.0625rem;
}
.p-restaurant .inner .shop li a .information dl dd.genre {
  margin-top: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #a0a0a0;
}

.p-shop .inner {
  padding: 30px 0 200px 0;
  max-width: 920px;
  margin: 0 auto;
}
@media only screen and (max-width: 919px) {
  .p-shop .inner {
    padding: 30px 0 100px 0;
  }
}
.p-shop .inner .profile {
  display: grid;
  grid-template-columns: 41% 54%;
  gap: 5%;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media only screen and (max-width: 919px) {
  .p-shop .inner .profile {
    width: calc(100% - 40px);
    display: block;
    margin: 0 auto 30px auto;
  }
}
@media only screen and (max-width: 919px) {
  .p-shop .inner .profile .photo {
    margin-bottom: 20px;
  }
}
.p-shop .inner .profile .photo figure {
  border: 1px solid #bbbbbb;
  margin-bottom: 10px;
}
.p-shop .inner .profile .photo ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 8px;
}
.p-shop .inner .profile .photo ul li a img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-shop .inner .profile .description span {
  margin-bottom: 40px;
  display: inline-block;
  border: 1px solid #000000;
  padding: 0.5em 1.5em;
}
@media only screen and (max-width: 919px) {
  .p-shop .inner .profile .description span {
    margin-bottom: 25px;
  }
}
.p-shop .inner .profile .description h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 35px;
}
@media only screen and (max-width: 919px) {
  .p-shop .inner .profile .description h2 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}
.p-shop .inner .profile .description p {
  line-height: 1.8;
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (max-width: 919px) {
  .p-shop .inner .profile .description p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-shop .inner .information table {
  width: 100%;
  border-collapse: collapse;
}
.p-shop .inner .information table th, .p-shop .inner .information table td {
  border-top: 1px solid #dddddd;
  padding: 15px;
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (max-width: 919px) {
  .p-shop .inner .information table th, .p-shop .inner .information table td {
    font-size: 14px;
    font-size: 0.875rem;
    display: block;
  }
}
.p-shop .inner .information table th {
  background: #eeeeee;
  min-width: 185px;
}
.p-shop .inner .information table th span {
  margin-right: 15px;
}
.p-shop .inner .information table th span img {
  width: 25px;
  height: auto;
}
.p-shop .inner .information table td .sns li {
  display: inline-block;
  margin-right: 10px;
}
.p-shop .inner .information table td .sns li a img {
  width: 30px;
  height: auto;
}
.p-shop .inner .information table:last-child th, .p-shop .inner .information table:last-child td {
  border-bottom: 1px solid #dddddd;
}
.p-shop .inner .c-news h3 {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 35px;
}

.p-topics .inner {
  padding: 30px 0 200px 0;
  max-width: 920px;
  margin: 0 auto;
}
@media only screen and (max-width: 919px) {
  .p-topics .inner {
    padding: 30px 0 100px 0;
  }
}
.p-topics .inner .list {
  margin: 0 auto 50px auto;
}
.p-topics .inner .list li {
  margin-bottom: 20px;
  padding: 0 10% 20px 10%;
  border-bottom: 1px solid #c9c9c9;
}
.p-topics .inner .list li a {
  display: block;
}
.p-topics .inner .list li a dl {
  display: grid;
  grid-template-columns: 15% 80%;
}
@media only screen and (max-width: 919px) {
  .p-topics .inner .list li a dl {
    grid-template-columns: 20% 75%;
    gap: 5%;
  }
}
.p-topics .inner .list li a dl dt {
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (max-width: 919px) {
  .p-topics .inner .list li a dl dt {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.p-topics .inner .list li a dl dd {
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (max-width: 919px) {
  .p-topics .inner .list li a dl dd {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.p-topics-detail .inner {
  padding: 30px 0 0 0;
  max-width: 920px;
  margin: 0 auto;
}
@media only screen and (max-width: 919px) {
  .p-topics-detail .inner {
    padding: 30px 0 0 0;
  }
}
.p-topics-detail .inner .title {
  margin-bottom: 45px;
  padding-bottom: 25px;
  border-bottom: 1px solid #c9c9c9;
}
.p-topics-detail .inner .title h4 {
  font-size: 26px;
  font-size: 1.625rem;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 919px) {
  .p-topics-detail .inner .title h4 {
    font-size: 20px;
    font-size: 1.25rem;
    width: calc(100% - 40px);
    margin: 0 auto 20px auto;
  }
}
.p-topics-detail .inner .title p {
  color: #b5b5b5;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
}
.p-topics-detail .inner .content {
  line-height: 1.8;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0px;
  padding-bottom: 25px;
  border-bottom: 1px solid #c9c9c9;
}
@media only screen and (max-width: 919px) {
  .p-topics-detail .inner .content {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.p-topics-detail .inner .content p {
  line-height: 1.8;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 1em;
}
.p-topics-detail .inner .content img {
  width: auto;
}
.p-topics-detail .inner .content img.aligncenter {
  margin: 0 auto;
  display: block;
}
.p-topics-detail .inner .content img.alignleft {
  margin-right: auto;
  display: block;
}
.p-topics-detail .inner .content img.alignright {
  margin-left: auto;
  display: block;
}
.p-topics-detail .inner .content .wp-video {
  width: 100%;
  height: auto;
}

.c-alert {
  background: #eeeeee;
  padding: 15px 0;
}
.c-alert a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  font-size: 16px;
  font-size: 1rem;
}
.c-alert a span {
  line-height: 1;
}
.c-alert a span img {
  width: 20px;
  height: auto;
}
.c-alert a:after {
  content: " ";
  display: block;
  width: 14px;
  height: 21px;
  background-image: url("../images/common/right.png");
  background-repeat: no-repeat;
}

.c-breadcrumb {
  width: calc(100% - 60px);
  margin: 15px auto 50px auto;
}
@media only screen and (max-width: 919px) {
  .c-breadcrumb {
    width: calc(100% - 40px);
  }
}
.c-breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  column-gap: 10px;
  row-gap: 5px;
}
.c-breadcrumb ul li {
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (max-width: 919px) {
  .c-breadcrumb ul li {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.c-breadcrumb ul li:after {
  content: " ";
  display: inline-block;
  width: 6px;
  height: 10px;
  background-image: url("../images/common/right.png");
  background-size: cover;
  margin-left: 10px;
}
.c-breadcrumb ul li:last-child:after {
  display: none;
}
.c-breadcrumb ul li a {
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: underline;
  text-decoration-color: #d4d4d4;
}
@media only screen and (max-width: 919px) {
  .c-breadcrumb ul li a {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.c-button {
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: 0.3s;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  background: #fff;
  width: 150px;
  padding: 10px 0;
}
.c-button--170 {
  width: 170px;
}
.c-button:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #251e1c;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
.c-button:hover {
  color: #fff;
  opacity: 1;
}
.c-button:hover:before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.c-button--black {
  background: #251e1c;
  color: #fff;
}
.c-button--black:before {
  background: #fff;
}
.c-button--black:hover {
  color: #251e1c;
  opacity: 1;
}

.c-comingsoon {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  color: #ccc;
}
@media only screen and (max-width: 919px) {
  .c-comingsoon {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.c-form {
  width: calc(100% - 40px);
  padding: 100px 0;
  margin: 0 auto;
  max-width: 700px;
}
@media only screen and (max-width: 919px) {
  .c-form {
    width: calc(100% - 40px);
    padding: 50px 0;
  }
}
.c-form .lead {
  margin: 0 0 40px 0;
}
.c-form .lead ul li {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  line-height: 160%;
}
.c-form .lead ul li.line {
  border-bottom: 1px solid #d1d1d1;
}
.c-form .container {
  margin: 0 0 30px 0;
}
.c-form .container ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media only screen and (max-width: 919px) {
  .c-form .container ul {
    grid-template-columns: 1fr;
  }
}
.c-form .container p, .c-form .container label {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 10px;
  display: inline-block;
}
.c-form .container p.required:after, .c-form .container label.required:after {
  content: "必須";
  display: inline-block;
  margin-left: 10px;
  background: #251e1c;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 5px;
  line-height: 1;
}
.c-form input[type=text],
.c-form input[type=password],
.c-form input[type=tel],
.c-form input[type=email],
.c-form input[type=file],
.c-form select,
.c-form textarea {
  background: #eee;
  padding: 15px 10px;
  font-size: 14px;
  font-size: 0.875rem;
  width: 100%;
  border: 0;
  line-height: 160%;
}
@media only screen and (max-width: 919px) {
  .c-form input[type=text],
  .c-form input[type=password],
  .c-form input[type=tel],
  .c-form input[type=email],
  .c-form input[type=file],
  .c-form select,
  .c-form textarea {
    width: 100%;
  }
}
.c-form button, .c-form input[type=submit] {
  max-width: 300px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 15px 0;
  display: block;
  background: #251e1c;
  color: #fff;
  margin: 0 auto;
  border: 0;
}
.c-form button:hover, .c-form input[type=submit]:hover {
  background: #fff;
  color: #251e1c;
  border: 1px solid #251e1c;
}
.c-form .select {
  margin: 0 0 10px 0;
}
.c-form .wpcf7-not-valid-tip {
  display: block;
  margin-top: 8px;
}
.c-form .wpcf7-response-output {
  text-align: center;
  padding: 10px 0 !important;
}
.c-form--red {
  background: #E91F2F;
  padding: 50px 50px;
  border-radius: 10px;
}
@media only screen and (max-width: 919px) {
  .c-form--red {
    padding: 50px 25px;
  }
}
.c-form--red dl dt {
  color: #fff;
}
.c-form--red p, .c-form--red span {
  color: #fff;
}
.c-form--red input[type=text],
.c-form--red input[type=password],
.c-form--red input[type=tel],
.c-form--red input[type=email],
.c-form--red input[type=file],
.c-form--red select,
.c-form--red textarea {
  border: 1px solid #fff;
}
.c-form--red button, .c-form--red input[type=submit] {
  border: 1px solid #fff;
  color: #fff;
}
.c-form--red button:hover, .c-form--red input[type=submit]:hover {
  background: #fff;
  color: #E60012;
}
.c-form--red .wpcf7-response-output {
  border: 2px solid #fff !important;
  color: #fff;
}

.c-headline {
  margin-bottom: 50px;
  text-align: center;
}
@media only screen and (max-width: 919px) {
  .c-headline {
    margin-bottom: 35px;
  }
}
.c-headline h2 {
  font-size: 50px;
  font-size: 3.125rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  margin-bottom: 45px;
  position: relative;
}
@media only screen and (max-width: 919px) {
  .c-headline h2 {
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: 30px;
  }
}
.c-headline h2:after {
  content: " ";
  display: block;
  width: 70px;
  height: 3px;
  background: #964137;
  position: absolute;
  left: calc(50% - 35px);
  bottom: -20px;
}
@media only screen and (max-width: 919px) {
  .c-headline h2:after {
    width: 35px;
    height: 1.5px;
    left: calc(50% - 17.5px);
    bottom: -15px;
  }
}
.c-headline h3 {
  font-size: 24px;
  font-size: 1.5rem;
}
@media only screen and (max-width: 919px) {
  .c-headline h3 {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.c-headline h4 {
  color: #b5b5b5;
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (max-width: 919px) {
  .c-headline h4 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.c-headline p {
  margin-top: 60px;
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (max-width: 919px) {
  .c-headline p {
    width: calc(100% - 40px);
    margin: 30px auto 0 auto;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.c-headline--white h2, .c-headline--white h3, .c-headline--white p {
  color: #fff;
}

.c-information {
  padding: 45px 0;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.c-information h4 {
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 919px) {
  .c-information h4 {
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 15px;
  }
}
.c-information ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 919px) {
  .c-information ul {
    display: block;
    margin-bottom: 25px;
    max-width: 60%;
    margin: 0 auto;
  }
}
.c-information ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  font-size: 20px;
  font-size: 1.25rem;
}
@media only screen and (max-width: 919px) {
  .c-information ul li {
    font-size: 12px;
    font-size: 0.75rem;
    justify-content: flex-start;
    margin-bottom: 10px;
    display: grid;
    grid-template-columns: 5% 55% 40%;
    gap: 5px;
  }
}
.c-information ul li span {
  line-height: 1;
}
.c-information ul li span img {
  width: 20px;
  height: auto;
}
.c-information p {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 35px;
}
@media only screen and (max-width: 919px) {
  .c-information p {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.c-information--minimam {
  padding: 30px 0;
  width: 100%;
}
@media only screen and (max-width: 919px) {
  .c-information--minimam {
    width: calc(100% - 40px);
  }
}
.c-information--minimam ul {
  gap: 25px;
}
@media only screen and (max-width: 919px) {
  .c-information--minimam ul {
    max-width: 80%;
  }
}
.c-information--minimam ul li {
  gap: 10px;
}

.c-instagram {
  background: #f8f2ec;
  padding: 105px 0;
}
@media only screen and (max-width: 919px) {
  .c-instagram {
    padding: 55px 0;
  }
}
.c-instagram .feed {
  max-width: 920px;
  margin: 0 auto;
  width: calc(100% - 40px);
}

.c-nav ul {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
@media only screen and (max-width: 919px) {
  .c-nav ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.c-nav ul li {
  border-right: 1px solid #000;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  aspect-ratio: 1/1;
}
.c-nav ul li:last-child {
  border-right: 0;
}
@media only screen and (max-width: 919px) {
  .c-nav ul li:nth-child(1), .c-nav ul li:nth-child(2), .c-nav ul li:nth-child(3) {
    border-bottom: 1px solid #000;
  }
  .c-nav ul li:nth-child(3) {
    border-right: 0;
  }
  .c-nav ul li:last-child {
    border-right: 0;
  }
}
.c-nav ul li figure .floor {
  width: 42px;
}
.c-nav ul li figure .rest {
  width: 48px;
}
.c-nav ul li figure .access {
  width: 34px;
}
.c-nav ul li figure .topics {
  width: 44px;
}
.c-nav ul li figure .news {
  width: 44px;
}
.c-nav ul li figure .info {
  width: 39px;
}
.c-nav ul li figure figcaption {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 25px;
}
@media only screen and (max-width: 919px) {
  .c-nav ul li figure figcaption {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.c-navigation {
  margin: 100px auto;
}
@media only screen and (max-width: 919px) {
  .c-navigation {
    margin: 50px auto;
    width: calc(100% - 40px);
  }
}
.c-navigation ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  justify-content: flex-start;
}
.c-navigation ul li {
  display: block;
  text-align: center;
}
.c-navigation ul li:first-child {
  text-align: left;
}
.c-navigation ul li:last-child {
  text-align: right;
}
.c-navigation ul li a {
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (max-width: 919px) {
  .c-navigation ul li a {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.c-navigation ul li a.c-viewmore {
  display: inline-flex;
  width: auto;
}

.c-news {
  padding: 120px 0 100px 0;
}
@media only screen and (max-width: 919px) {
  .c-news {
    padding: 60px 0 50px 0;
  }
}
.c-news .inner {
  max-width: 920px;
  margin: 0 auto;
}
@media only screen and (max-width: 919px) {
  .c-news .inner {
    padding: 0 20px;
  }
}
.c-news .inner ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 919px) {
  .c-news .inner ul {
    grid-template-columns: 1fr;
  }
}
.c-news .inner ul li a {
  display: block;
}
@media only screen and (max-width: 919px) {
  .c-news .inner ul li a {
    display: grid;
    grid-template-columns: 38% 57%;
    gap: 5%;
  }
}
.c-news .inner ul li a figure {
  margin-bottom: 20px;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 919px) {
  .c-news .inner ul li a figure {
    margin-bottom: 0;
  }
}
.c-news .inner ul li a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-news .inner ul li a dl dt {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 10px;
}
@media only screen and (max-width: 919px) {
  .c-news .inner ul li a dl dt {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.c-news .inner ul li a dl dd {
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (max-width: 919px) {
  .c-news .inner ul li a dl dd {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.c-news .inner ul li a dl dd.time {
  margin-top: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #a0a0a0;
}
@media only screen and (max-width: 919px) {
  .c-news .inner ul li a dl dd.time {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.c-news .inner ul li a:hover {
  transform: scale(1.02);
}
.c-news .inner .readmore {
  text-align: center;
}

.c-pagenation {
  margin: 100px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
@media only screen and (max-width: 919px) {
  .c-pagenation {
    margin: 50px auto;
    width: calc(100% - 40px);
  }
}
.c-pagenation span, .c-pagenation a {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Zen Old Mincho", serif;
  display: block;
  text-align: center;
}
.c-pagenation span.current, .c-pagenation a.current {
  border-bottom: 1px solid #000;
}
.c-pagenation span.prev, .c-pagenation span.next, .c-pagenation a.prev, .c-pagenation a.next {
  background-image: url("../images/common/arrow_left.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 11px;
  height: 15px;
}
.c-pagenation span.next, .c-pagenation a.next {
  background-image: url("../images/common/arrow_right.png");
}
.c-pagenation--white span, .c-pagenation--white a {
  color: #fff;
}
.c-pagenation--white span.prev, .c-pagenation--white a.prev {
  background-image: url("../images/common/arrow_left_w.png");
}
.c-pagenation--white span.next, .c-pagenation--white a.next {
  background-image: url("../images/common/arrow_right_w.png");
}

.c-popup {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
}
.c-popup__inner {
  background: #fff;
  padding: 2.5em;
  max-width: 660px;
  width: calc(100% - 20px);
  position: relative;
}
.c-popup__inner__close {
  position: absolute;
  top: 0;
  right: 0.5em;
  cursor: pointer;
  font-size: 22px;
  font-size: 1.375rem;
}
.c-popup__inner iframe {
  aspect-ratio: 560/315;
  width: 100%;
  height: auto;
}
.c-popup__inner label {
  vertical-align: middle;
}
.c-popup__inner input[type=checkbox] {
  width: 16px;
  height: 16px;
  appearance: checkbox;
  vertical-align: middle;
  margin-right: 5px;
}

.c-topics {
  background: #f8f2ec;
  padding: 105px 0;
}
@media only screen and (max-width: 919px) {
  .c-topics {
    padding: 55px 0;
  }
}
.c-topics--transparent {
  background: transparent;
}
.c-topics .inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 919px) {
  .c-topics .inner {
    padding: 0 20px;
  }
}
.c-topics .inner ul {
  max-width: 550px;
  margin: 0 auto 50px auto;
}
.c-topics .inner ul li {
  margin-bottom: 45px;
}
.c-topics .inner ul li a {
  display: block;
}
.c-topics .inner ul li a dl {
  display: grid;
  grid-template-columns: 20% 75%;
  gap: 5%;
}
.c-topics .inner ul li a dl dt {
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (max-width: 919px) {
  .c-topics .inner ul li a dl dt {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.c-topics .inner ul li a dl dd {
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (max-width: 919px) {
  .c-topics .inner ul li a dl dd {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.c-topics .inner .readmore {
  text-align: center;
}

.c-viewmore {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  z-index: 1;
  transition: 0.3s;
  font-size: 17px;
  font-size: 1.0625rem;
  text-align: center;
  color: #964137;
  padding: 5px 0;
  width: 170px;
  margin: 0 auto;
}
@media only screen and (max-width: 919px) {
  .c-viewmore {
    font-size: 12px;
    font-size: 0.75rem;
    width: 120px;
    gap: 5px;
  }
}
.c-viewmore:after {
  content: " ";
  display: block;
  width: 14px;
  height: 19px;
  background-image: url("../images/common/right_r.png");
  background-repeat: no-repeat;
}
@media only screen and (max-width: 919px) {
  .c-viewmore:after {
    width: 7px;
    height: 12px;
    background-size: cover;
  }
}
.c-viewmore:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: #964137;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
.c-viewmore:hover {
  opacity: 1;
}
.c-viewmore:hover:before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.c-viewmore--white {
  color: #fff;
}
.c-viewmore--white:after {
  background-image: url("../images/common/right_w.png");
}
.c-viewmore--white:before {
  background: #fff;
}
.c-viewmore--prev:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: #964137;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
.c-viewmore--prev:before {
  content: " ";
  display: block;
  width: 14px;
  height: 19px;
  background-image: url("../images/common/right_r.png");
  background-repeat: no-repeat;
  position: relative;
  left: auto;
  bottom: auto;
  z-index: initial;
  background-color: transparent;
  transform: none;
  transform: scaleX(-1);
  transform-origin: 0% 50%;
}
@media only screen and (max-width: 919px) {
  .c-viewmore--prev:before {
    width: 7px;
    height: 12px;
    background-size: cover;
  }
}
.c-viewmore--prev:hover {
  opacity: 1;
}
.c-viewmore--prev:hover:before {
  transform: scaleX(-1);
  transform-origin: 0% 50%;
}
.c-viewmore--prev:hover:after {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

.is-sp-visible {
  display: none;
}
@media only screen and (max-width: 919px) {
  .is-sp-visible {
    display: block !important;
  }
}

@media only screen and (max-width: 919px) {
  .is-sp-invisible {
    display: none !important;
  }
}

body.is-lock {
  overflow: hidden;
}
