@charset "UTF-8";
html:not(.responsive) {
  min-width: 1100px;
  /* viewport */
}

* {
  box-sizing: border-box;
}

/*=============================================
* body
*=============================================*/
body {
  color: #000;
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 0em;
  background: url("../img/shared/bg.jpg");
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  text-align: justify;
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 15px;
    line-height: 34px;
    text-align: left;
    min-width: 1200px; /* viewport */
  }
}

@media only screen and (max-width: 767px) {
  :root {
    --app-height: 100%;
  }
  html.open,
  body.menu-open {
    padding: 0;
    margin: 0;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    height: var(--app-height);
  }
}
/*=============================================
* fonts - DON'T EDIT
*=============================================*/
.fnt-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.fnt-meiryo {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fnt-gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fnt-serif {
  font-family: "Noto Serif JP", serif;
}

/*=============================================
* .fnt - customs
*=============================================*/
/*=============================================
* <main>
*=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.wrap {
  width: 1000px;
}

a:hover {
  text-decoration: none;
}

a,
img {
  transition: 0.3s all ease-in-out;
}

.bg1 {
  background-image: url("../img/shared/bg.jpg");
}

.bg2 {
  background-image: url("../img/shared/bg2.jpg");
  color: #fff;
}

.bg3 {
  background-image: url("../img/shared/bg3.jpg");
  background-size: 46vw;
}

.copy,
.btn-link a {
  display: block;
  text-align: center;
  font-size: 4.67vw;
  line-height: 7vw;
  letter-spacing: 0.26em;
  position: relative;
  padding: 3.37vw 0 3.5vw;
  color: #fff;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}
.copy:before,
.btn-link a:before {
  content: "";
  width: 14%;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 50%;
}

.btn-link.cart a span {
  position: relative;
}
.btn-link.cart a span:before {
  content: "";
  width: 6.7%;
  background-image: url("../img/shared/cart-icon.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  left: -9%;
  top: -3vw;
  bottom: -3vw;
}

.btn-link.bg-gold a,
.btn-link.bg-trans a {
  border: 1px solid #000;
  color: #000;
}
.btn-link.bg-gold a:before,
.btn-link.bg-trans a:before {
  background: #000;
}

.btn-link.bg-gold a {
  background: #bf9d6d;
  border: none;
}

.copy,
.btn-link.bg-black a {
  background: url("../img/shared/bg2.jpg");
}

.btn-link.bg-red a {
  background: url("../img/shared/bg4.jpg");
}

.btn-link.tal a {
  padding-left: 5%;
  padding-right: 14%;
  text-align: left;
}

.btn-link.pr a {
  padding-right: 10%;
}

.slick-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4vw;
  z-index: 2;
}
.slick-dots li {
  width: 10px;
  height: 10px;
  line-height: 0;
}
.slick-dots li button {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 50%;
  font-size: 0;
  background: #fff;
  cursor: pointer;
}
.slick-dots li.slick-active button {
  background: #8a2e2d;
}
.slick-dots li + li {
  margin-left: 19px;
}

.slick-arrow {
  width: 10vw;
  height: 10vw;
  border: none;
  font-size: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 46%;
  z-index: 2;
}

.slick-prev {
  background-image: url("../img/shared/prev.png");
  left: -5%;
}

.slick-next {
  background-image: url("../img/shared/next.png");
  right: -5%;
}

@media only screen and (min-width: 768px) {
  .bg3 {
    background-size: auto;
  }
  .slick-arrow {
    width: 62px;
    height: 62px;
    top: 46.3%;
    cursor: pointer;
    transition: 0.3s all ease-in-out;
  }
  .slick-arrow:hover {
    opacity: 0.8;
  }
  .slick-prev {
    left: -22px;
  }
  .slick-next {
    right: -21px;
  }
  .slick-dots li {
    width: 12px;
    height: 12px;
  }
  .fz15 {
    font-size: 15px !important;
  }
  .copy,
  .btn-link {
    width: 270px;
  }
  .copy,
  .btn-link a {
    font-size: 16px;
    line-height: 30px;
    padding: 9px 0 11px;
  }
  .copy:before,
  .btn-link a:before {
    width: 44px;
  }
  .copy:hover,
  .btn-link a:hover {
    opacity: 0.8;
  }
  .btn-link.bg-trans a {
    padding: 9px 0;
  }
  .copy,
  .btn-link.pr a {
    padding-right: 32px;
  }
  .btn-link.tal a {
    padding-left: 24px;
    padding-right: 50px;
  }
  .btn-link.cart a span:before {
    width: 20px;
    left: -25px;
    top: -10px;
    bottom: -10px;
  }
  .copy.copied {
    pointer-events: none;
  }
}

/*=============================================
* <header>
*=============================================*/
body.nav--opened,
body.nav--opened *,
body.nav--opened *:hover,
body.nav--opened *:focus,
body.nav--opened *:active {
  /*    cursor: none !important;*/
  touch-action: none !important;
  pointer-events: none !important;
}

body.nav--opened .hamburger,
body.nav--opened #menu_toggle,
body.nav--opened #menu_toggle * {
  touch-action: auto !important;
  pointer-events: visible !important;
}

.nav--opened {
  overflow: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  touch-action: none !important;
  pointer-events: none !important;
}
.nav--opened #menu_toggle {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  overflow: auto;
}
.nav--opened #pagetop,
.nav--opened #ft_fixed {
  opacity: 0;
  visibility: hidden;
}

header {
  position: relative;
  z-index: 9;
}
header:before {
  content: "";
  width: 78%;
  background-image: url("../img/shared/hd-dc.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
  position: absolute;
  left: -39%;
  top: 6vw;
  bottom: 0;
  z-index: -1;
}
header h1 {
  color: #999;
  font-size: 10px;
  line-height: 17px;
  padding: 4vw 80px 4vw 5%;
}
header .logo {
  width: 43%;
  margin: 0 auto 7vw;
}
header .hd-btn {
  width: 90%;
  margin: 6vw auto 15vw;
}
header #rss {
  width: 90%;
  margin: 0 auto 15vw;
  font-size: 12px;
  line-height: 23px;
}
header #rss #feed {
  margin: 10vw 0;
}
header #rss .more {
  width: 38%;
  margin: 0 auto;
}
header #rss .more a {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 4.6vw;
  line-height: 7vw;
  letter-spacing: 0.26em;
  border-radius: 20px;
  border: 1px solid;
  padding: 1.2334vw 0 1.9vw;
}
header .covid {
  width: 90%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  header:before {
    width: 554px;
    height: 503px;
    left: 0;
    top: 0;
    bottom: auto;
  }
  header .coll {
    width: 50%;
    float: left;
    padding: 19px 0 0 58px;
  }
  header .coll .btn-grp a {
    margin-top: 20px;
  }
  header h1 {
    font-size: 12px;
    line-height: 20px;
    padding: 0;
    margin-bottom: 16px;
  }
  header .logo {
    width: 296px;
    margin: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 54px;
    z-index: 1;
  }
  header .colr {
    width: 300px;
    float: right;
    margin: 45px 74px 0 0;
  }
  header .tel {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
  header .tel small {
    display: block;
    font-size: 13.25px;
    letter-spacing: 0.05em;
    margin-bottom: -7px;
  }
  header .tel span {
    font-size: 28.27px;
    letter-spacing: 0.05em;
  }
  header .access {
    font-size: 14px;
    letter-spacing: 0.06em;
    margin-top: 4px;
  }
  header .access li + li {
    position: relative;
    margin-left: 40px;
  }
  header .access li + li:before {
    content: "/";
    position: absolute;
    left: -25px;
    top: 0;
  }
  header .access li + li img {
    margin: -6px 4px 0 0;
  }
  header .access a {
    border-bottom: 1px solid transparent;
  }
  header .access a:hover {
    border-color: #000;
  }
  header .access a:hover img {
    opacity: 1 !important;
  }
  header nav {
    margin: 325px auto 22px !important;
  }
  header nav ul {
    padding: 0 22px 0 19px;
  }
  header nav ul li {
    line-height: 25px;
  }
  header nav ul li a {
    display: block;
    position: relative;
  }
  header nav ul li a:before {
    content: "";
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: 0.2s all ease-in-out;
  }
  header nav ul li a:hover:before {
    opacity: 1;
  }
  header nav ul li a:hover img {
    opacity: 1 !important;
  }
  header nav ul li.active a:before {
    opacity: 1;
  }
  header .hd-btn {
    width: 350px;
    margin: 0;
    position: absolute;
    right: 50px;
    bottom: 50px;
    z-index: 2;
  }
  header #rss {
    width: 630px;
    margin: 0;
    position: absolute;
    left: 60px;
    bottom: 57px;
    z-index: 2;
    font-size: 15px;
    line-height: 30px;
    color: #fff;
  }
  header #rss h2 {
    width: 80px;
    float: left;
  }
  header #rss #feed {
    margin: 7px 0 0;
    width: 503px;
    min-height: 60px;
    float: right;
  }
  header #rss #feed dl dd a:hover {
    text-decoration: underline;
  }
  header #rss .more {
    width: 76px;
    float: left;
    margin: 13px 0 0 2px;
  }
  header #rss .more a {
    font-size: 10px;
    line-height: 20px;
    border: 1px solid;
    padding: 0 0 2px;
  }
  header #rss .more a:hover {
    opacity: 0.8;
  }
  header .btn-fixed {
    position: fixed;
    right: 0;
    top: 115px;
    z-index: 10;
  }
  header .btn-fixed .btn-link {
    width: 50px;
    height: 216px;
    margin-bottom: 20px;
  }
  header .btn-fixed .btn-link a {
    height: 100%;
  }
  header .btn-fixed .btn-link a:before {
    width: 1px;
    height: 44px;
    right: auto;
    left: 48%;
    top: auto;
    bottom: 0;
  }
  header .btn-fixed .btn-link a span {
    display: block;
    height: 100%;
    padding: 0 0 34px 10px;
    cursor: pointer !important;
  }
  header .btn-fixed .btn-link.bg-red {
    height: 250px;
  }
  header .btn-fixed .btn-link.bg-red a span {
    padding: 0 0 1px 10px;
  }
  header .btn-fixed .btn-link.cart a span:before {
    width: 20px;
    height: 20px;
    bottom: auto;
    left: 18px;
    top: 23px;
  }
  header .hd-top .btn-link {
    width: 310px;
  }
}
@media only screen and (min-width: 1401px) {
  header .hd-top .btn-link {
    width: 270px;
  }
}
.nav-fixed {
  height: 0 !important;
}
@media only screen and (min-width: 768px) {
  .nav-fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all ease-in-out;
    background: #fff;
    height: 100px !important;
    padding-top: 17px;
  }
  .nav-fixed .tel {
    float: left;
    margin-left: 20px;
  }
  .nav-fixed .tel small {
    display: inline-block;
    margin-right: 12px;
  }
  .nav-fixed .access {
    float: right;
    margin: 1px 22px 0 0;
  }
  .nav-fixed nav {
    margin: 0 !important;
  }
}

.nav-fixed.fixed {
  opacity: 1;
  visibility: visible;
}

.has_nav #ft_fixed {
  opacity: 1;
  visibility: visible;
}

.menu_toggle {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 56px 5%;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  z-index: 9;
  background: #fff;
}
.menu_toggle .inner {
  max-width: 217px;
  width: 100%;
  margin: 0 auto;
}
.menu_toggle ul.nav li + li {
  margin-top: 10px;
}
.menu_toggle ul.nav li.active {
  opacity: 0.6;
}
.menu_toggle ul.access {
  font-size: 12.5px;
  letter-spacing: 0.06em;
  margin: 25px 0;
}
.menu_toggle ul.access li + li {
  position: relative;
  margin-left: 38px;
}
.menu_toggle ul.access li + li img {
  width: 11.5px;
  margin: -4px 5px 0 0;
}
.menu_toggle ul.access li + li:before {
  content: "/";
  position: absolute;
  left: -22px;
  top: 0;
}
.menu_toggle .tel {
  font-size: 12px;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.menu_toggle .tel small {
  display: block;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0.05em;
}
.menu_toggle .tel span {
  font-size: 21.5px;
  letter-spacing: 0.05em;
}
.menu_toggle .btn-grp a {
  margin-top: 15px;
}
.menu_toggle .btn-grp .btn-link a {
  font-size: 13px;
  line-height: 20px;
  padding: 10px 0;
}
.menu_toggle .btn-grp .btn-link a:before {
  width: 35px;
}
.menu_toggle .btn-grp .btn-link.cart a span:before {
  width: 15px;
  left: -18px;
}
.menu_toggle .btn-grp .btn-link.bg-black a {
  padding-right: 15px;
}

/*=============================================
* key
*=============================================*/
#key {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 133.334vw;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #key {
    height: 850px;
  }
}

/*=============================================
* <section>
*=============================================*/
.bg-para {
  width: 100%;
  position: relative;
  z-index: 1;
}

.bg-para .img_parallax {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
}

.bg-para .img_parallax img {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
  transform: translateZ(0);
}

/*=============================================
* <footer>
*=============================================*/
footer #info {
  padding: 20vw 0;
}
footer #info h2 {
  width: 38%;
  margin: 0 auto;
}
footer #info .img {
  width: 72%;
  margin: 9vw auto 10vw;
}
footer #info .coll .vcard {
  margin-bottom: 12vw;
}
footer #info .coll .vcard dl + dl {
  margin-top: 26px;
}
footer #info .coll .vcard small {
  display: block;
}
footer #gmap .ggmap {
  position: relative;
  height: 480px;
}
footer #gmap .ggmap iframe {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
footer #gmap .btn-grp {
  width: 90%;
  margin: 9vw auto 15vw;
}
footer #ft-bot {
  background: #fff;
  padding: 10vw 0 160px;
}
footer #ft-bot #socialbuttons {
  margin: 32px 0 26px;
}
footer #ft-bot address {
  font-style: normal;
}
@media only screen and (min-width: 768px) {
  footer #info {
    padding: 128px 0 169px;
  }
  footer #info h2 {
    width: 100%;
    margin: 0 auto 88px;
  }
  footer #info .img {
    width: 480px;
    float: right;
    margin: 7px -156px 0 0;
  }
  footer #info .coll {
    width: 608px;
    float: left;
  }
  footer #info .coll .vcard {
    line-height: 28px;
    margin-bottom: 61px;
  }
  footer #info .coll .vcard dl + dl {
    margin-top: 0;
  }
  footer #info .coll .vcard dl {
    border-bottom: 1px solid #999;
    padding-bottom: 14px;
    margin-bottom: 13px;
    width: 100%;
    display: table;
  }
  footer #info .coll .vcard dl dt {
    width: 192px;
    display: table-cell;
    padding-left: 24px;
  }
  footer #info .coll .vcard dl dd {
    display: table-cell;
  }
  footer #info .coll .vcard dl dd a:hover {
    text-decoration: underline;
  }
  footer #info .coll .vcard dl .tel {
    font-size: 24px;
    line-height: 32px;
  }
  footer #info .coll .vcard dl .tel small {
    font-size: 15px;
    line-height: 28px;
    margin-top: -2px;
  }
  footer #info .coll .vcard dl:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  footer #info .coll .btn-link {
    width: 330px;
    margin: 0 auto;
  }
  footer #gmap .ggmap {
    height: 600px;
  }
  footer #gmap .btn-grp {
    width: 100%;
    margin: 52px auto 78px;
  }
  footer #gmap .btn-grp .col {
    width: 270px;
  }
  footer #gmap .btn-grp .col .print {
    margin-top: 11px;
  }
  footer #gmap .btn-grp .col .print a:hover {
    text-decoration: underline;
  }
  footer #gmap .btn-grp .copy {
    margin-left: 60px;
  }
  footer #ft-bot {
    padding: 52px 0 57px;
  }
  footer #ft-bot nav {
    line-height: 17px;
    margin-bottom: 60px;
  }
  footer #ft-bot nav ul {
    margin: 0 -50px;
    white-space: nowrap;
  }
  footer #ft-bot nav ul li + li {
    margin-left: 35px;
    position: relative;
  }
  footer #ft-bot nav ul li + li:before {
    content: "";
    width: 2px;
    height: 17px;
    background: #a3a3a3;
    position: absolute;
    left: -20px;
    top: 2px;
  }
  footer #ft-bot nav ul a:hover {
    text-decoration: underline;
  }
  footer #ft-bot .ft-btn {
    padding-left: 21px;
  }
  footer #ft-bot #socialbuttons {
    margin: 44px 0 29px;
  }
  footer #ft-bot address {
    font-style: normal;
  }
  footer #ft-bot .cookies_link a:hover {
    text-decoration: underline;
  }
}
@media only screen and (min-width: 1401px) {
  footer #ft-bot nav ul {
    margin: 0;
  }
}
#ft_fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 10;
  font-size: 16px;
  letter-spacing: 0.05em;
}
#ft_fixed li {
  width: 50%;
}
#ft_fixed li a {
  display: block;
  padding: 17px 0;
}
#ft_fixed li:first-child {
  background-image: url("../img/shared/bg4.jpg");
  color: #fff;
}
#ft_fixed li:last-child {
  background: #bf9d6d;
}
@media only screen and (min-width: 370px) {
  #ft_fixed {
    font-size: 17.5px;
    letter-spacing: 0.1em;
  }
}

#pagetop {
  width: 50px;
  right: 5%;
  bottom: 80px;
}
@media only screen and (min-width: 768px) {
  #pagetop {
    width: 80px;
    right: 15px;
    bottom: 15px;
  }
}

/*=============================================
* .socialbuttons
*=============================================*/
/*=============================================
* copyright
*=============================================*/
.tac {
  text-align: center;
}

.taj {
  text-align: justify;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.df {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.jcc {
  justify-content: center;
}

.jcsb {
  justify-content: space-between;
}

.jcfe {
  justify-content: flex-end;
}

.aic {
  align-items: center;
}

.aifs {
  align-items: flex-start;
}

.aife {
  align-items: flex-end;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

@media only screen and (min-width: 768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .df_pc {
    display: flex;
  }
}
/* --------------------------------------------------------------------- */
/* ef */
/* --------------------------------------------------------------------- */
@-webkit-keyframes fadeInUp {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@media all and (-ms-high-contrast: none) {
  a img {
    transition: opacity 0s ease !important;
    -moz-transition: opacity 0s ease !important;
    -webkit-transition: opacity 0s ease !important;
  }
  .bg-para .img_parallax img {
    height: auto;
  }
}
@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  footer #ft-bot {
    padding-bottom: calc(env(safe-area-inset-bottom) + 160px);
  }
  .has_nav footer:after {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    background: #000;
    z-index: 8;
  }
  #ft_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 80px);
  }
}
/* iPhone XR */
@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  footer #ft-bot {
    padding-bottom: calc(env(safe-area-inset-bottom) + 160px);
  }
  .has_nav footer:after {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    background: #000;
    z-index: 8;
  }
  #ft_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 80px);
  }
}
/* iPhone 11 */
@media only screen and (-webkit-min-device-pixel-ratio: 3),
  only screen and (min-device-pixel-ratio: 3),
  only screen and (-webkit-min-device-pixel-ratio: 4.770833333333333),
  only screen and (min-resolution: 458dpi),
  only screen and (min-resolution: 3dppx) {
  footer #ft-bot {
    padding-bottom: calc(env(safe-area-inset-bottom) + 160px);
  }
  .has_nav footer:after {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    background: #000;
    z-index: 8;
  }
  #ft_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 80px);
  }
}
.nav--opened #ft_fixed {
  opacity: 0;
  visibility: hidden;
}

@media only screen and (min-width: 768px) {
  .nav--opened footer:after,
  .has_nav footer:after {
    display: none;
  }
} /*# sourceMappingURL=shared.css.map */

.vcard > dl {
  font-size: 16px;
}

.vcard > dl > dt {
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .vcard > dl {
    border-bottom: 1px solid rgba(100, 100, 100, 0.8);
    padding-bottom: 10px;
    font-size: 4vw;
  }

  .vcard > dl > dd {
    font-size: 3.8vw;
  }

  .vcard > dl > dt:before {
    content: "【 ";
  }

  .vcard > dl > dt:after {
    content: " 】";
  }
}
