@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');
html {
  scroll-behavior: smooth;
}

body {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6428571429;
  letter-spacing: 1.38px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 18px;
    letter-spacing: 0.345px;
    line-height: 1.9565217391;
  }
}

.Mincho {
  font-family: "Shippori Mincho", serif;
}

a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

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

ul {
  list-style: none;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}
.anchor {
  margin: -80px 0 0;
  padding: 80px 0 0;
}
@media screen and (min-width: 768px) {
  .anchor {
    margin: -160px 0 0;
    padding: 160px 0 0;
  }
}

.inner {
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 100px;
    box-sizing: border-box;
  }
}

.center {
  text-align: center;
}

.wrapper {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .wrapper {
    padding: 120px 0 0;
  }
}

.cmn-bg02 {
  background: url(../img/top/bg03.png) no-repeat 0 0;
  background-size: cover;
}

.cmn-title01 {
  margin: 0 0 32px;
  font-size: 41px;
  font-weight: 800;
  line-height: 1.1951219512;
  letter-spacing: -0.41px;
}
@media screen and (min-width: 768px) {
  .cmn-title01 {
    margin: 0 0 68px;
    font-size: 52px;
    letter-spacing: 0;
    line-height: 1.198019802;
  }
}

.cmn-title02 {
  margin: 0 0 16px;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 800;
}
.google-map {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9のアスペクト比 */
  height: 0;
}
.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gHeader {
  background: #862928;
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: table;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  box-sizing: border-box;
  z-index: 10;
}
.gHeader .link-warp .area-link-pc {
  display: none;
}
.gHeader .link-warp .area-link-sp {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.gHeader .link-warp .area-link-sp .map {
  flex-shrink: 0;
}
.gHeader .link-warp .area-link-sp .area-btnMenu {
  position: relative;
  width: 64px;
  height: 67px;
  padding: 14px 0 0;
  box-sizing: border-box;
  background: #130F0C;
  cursor: pointer;
  z-index: 3;
  flex-shrink: 0;
}
.gHeader .link-warp .area-link-sp .area-btnMenu.open .btnMenu .txt {
  left: -4px;
}
.gHeader .link-warp .area-link-sp .area-btnMenu.open .btnMenu span:first-child {
  margin-top: 7px;
  transform: rotate(45deg);
}
.gHeader .link-warp .area-link-sp .area-btnMenu.open .btnMenu span:nth-child(2) {
  left: 100%;
  margin-top: 7px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.gHeader .link-warp .area-link-sp .area-btnMenu.open .btnMenu span:nth-child(3) {
  margin-top: 7px;
  transform: rotate(-45deg);
}
.gHeader .link-warp .area-link-sp .area-btnMenu .btnMenu {
  position: relative;
  margin: 0 auto;
  padding: 0px 0 0;
  width: 24px;
  height: 30px;
  background: #130F0C;
  cursor: pointer;
  z-index: 2;
}
.gHeader .link-warp .area-link-sp .area-btnMenu .btnMenu span {
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: all 0.3s ease-out;
}
.gHeader .link-warp .area-link-sp .area-btnMenu .btnMenu span:first-child {
  margin-top: 0;
}
.gHeader .link-warp .area-link-sp .area-btnMenu .btnMenu span:nth-child(2) {
  margin-top: 7px;
}
.gHeader .link-warp .area-link-sp .area-btnMenu .btnMenu span:nth-child(3) {
  margin-top: 14px;
}
.gHeader .link-warp .area-link-sp .area-btnMenu .txt {
  position: relative;
  margin: 0;
  padding: 0;
  font-weight: 500;
  line-height: 1;
  font-size: 10px;
  color: #fff;
  z-index: 2;
  text-align: center;
}
.gHeader .link-warp .area-link-sp .contact {
  display: flex;
  align-items: center;
  flex: 1;
}
.gHeader .link-warp .area-link-sp .contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #2D2520;
  text-align: center;
}
.gHeader .link-warp .area-link-sp .contact a span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 6px;
  width: 100%;
  text-align: left;
  line-height: 1.2142857143;
  font-size: 12px;
}
.gHeader .link-warp .area-link-sp .contact a span:after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 24px;
  background: url(../img/common/icon/tel.png) no-repeat 0 0;
  background-size: 100%;
}
.gHeader .link-warp .area-link-sp .reserve {
  display: flex;
  align-items: center;
  flex: 1;
}
.gHeader .link-warp .area-link-sp .reserve a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}
.gHeader .link-warp .area-link-sp .reserve a span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 6px;
  width: 100%;
  text-align: left;
  line-height: 1.2142857143;
  font-size: 12px;
}
.gHeader .link-warp .area-link-sp .reserve a span:after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 24px;
  background: url(../img/common/icon/reserve.png) no-repeat 0 0;
  background-size: 100%;
}
.gHeader .link-warp #gNavWrap {
  position: fixed;
  width: 100vw;
  height: 100vh;
  margin: 0 calc(50% - 50vw);
  right: -150%;
  top: -100vh;
  padding-top: 60px;
  background: #fff;
  overflow-y: auto;
  scrollbar-width: none;
  z-index: 2;
}
.gHeader .link-warp #gNavWrap #gNav {
  padding: 0;
}
.gHeader .link-warp #gNavWrap #gNav .sitemap-logo {
  width: 220px;
  margin: 0;
  padding: 0 20px;
}
.gHeader .link-warp #gNavWrap #gNav .sitemap01 {
  position: relative;
  margin: 0 0 20px;
  padding: 20px;
  overflow: auto;
  z-index: 1000;
}
.gHeader .link-warp #gNavWrap #gNav .sitemap01 .item {
  border-bottom: solid 1px #ccc;
}
.gHeader .link-warp #gNavWrap #gNav .sitemap01 .item a {
  position: relative;
  display: inline-block;
  padding: 16px 0 16px 16px;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  font-weight: 700;
}
.gHeader .link-warp #gNavWrap #gNav .sitemap01 .item a.pc-link {
  display: none;
}
.gHeader .link-warp #gNavWrap #gNav .sitemap01 .item .menu-title {
  position: relative;
  display: block;
  padding: 20px 0 20px;
  font-size: 14px;
  transition: 0.3s;
  cursor: pointer;
}
.gHeader .link-warp #gNavWrap #gNav .sitemap01 .item .menu-title:before, .gHeader .link-warp #gNavWrap #gNav .sitemap01 .item .menu-title:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #222;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 1s;
}
.gHeader .link-warp #gNavWrap #gNav .sitemap01 .item .menu-title:after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.3s;
}
.gHeader .link-warp #gNavWrap #gNav .sitemap01 .item .menu-title.js-menu-close::before {
  opacity: 0;
}
.gHeader .link-warp #gNavWrap #gNav .sitemap01 .item .menu-title.js-menu-close:after {
  transform: translateY(-50%) rotate(180deg);
}
.gHeader .link-warp #gNavWrap #gNav .sitemap01 .item .child-list {
  display: none;
  padding: 0 0 0 24px;
  border-top: solid 1px #ccc;
}
.gHeader .link-warp #gNavWrap #gNav .sitemap01 .item .child-list .child-item {
  border-bottom: dashed 1px #ccc;
}
.gHeader .link-warp #gNavWrap #gNav .sitemap01 .item .child-list .child-item:last-child {
  border: none;
}
.gHeader .link-warp #gNavWrap #gNav .sitemap01 .item .child-list .child-item:first-child {
  border-top: none;
}
.gHeader .link-warp #gNavWrap #gNav .sitemap01 .item .child-list .child-item a {
  padding: 20px 0 20px 0;
}
@media screen and (min-width: 768px) {
  .gHeader {
    left: 50%;
    top: 0;
    bottom: auto;
    height: 120px;
  }
  .gHeader .link-warp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
  }
  .gHeader .link-warp .logo {
    width: 222px;
  }
  .gHeader .link-warp .area-link-pc {
    display: flex;
    justify-content: space-between;
    justify-content: end;
    width: calc(100% - 300px);
  }
  .gHeader .link-warp .area-link-pc .area-link .link01 {
    display: flex;
  }
  .gHeader .link-warp .area-link-pc .area-link .link01 .contact {
    line-height: 1.2051282051;
  }
  .gHeader .link-warp .area-link-pc .area-link .link01 .contact a {
    font-size: 29px;
    font-weight: 700;
  }
  .gHeader .link-warp .area-link-pc .area-link .link01 .tel {
    margin: 0 0 0 65px;
    line-height: 1.2051282051;
  }
  .gHeader .link-warp .area-link-pc .area-link .link01 .tel a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 29px;
    font-weight: 700;
  }
  .gHeader .link-warp .area-link-pc .area-link .link01 .tel a:before {
    content: "";
    display: inline-block;
    width: 33px;
    height: 35px;
    margin: 0 16px 0 0;
    background: url(../img/common/icon/tel.png) no-repeat 0 0;
    background-size: 100%;
  }
  .gHeader .link-warp .area-link-pc .area-link .link02 {
    margin: 24px 0 0;
  }
  .gHeader .link-warp .area-link-pc .area-link .link02 .list {
    display: flex;
    justify-content: end;
  }
  .gHeader .link-warp .area-link-pc .area-link .link02 .list .item {
    margin: 0 0 0 24px;
    padding: 0 0 0 24px;
    line-height: 1.2083333333;
    border-left: solid 1px #fff;
  }
  .gHeader .link-warp .area-link-pc .area-link .link02 .list .item:nth-child(1) {
    margin: 0;
    padding: 0;
    border: none;
  }
  .gHeader .link-warp .area-link-pc .area-link .link02 .list .item a {
    font-size: 18px;
    font-weight: 700;
  }
  .gHeader .link-warp .area-link-sp {
    display: none;
  }
}

.access {
  margin: 0 0 24px;
  padding: 56px 0 0;
}
.access .main {
  margin: 0 0 32px;
}
.access .detail {
  margin: 0;
}
.access .detail .desc {
  margin: 0 0 48px;
}
.access .detail .desc .area-text .text + .text {
  margin: 1em 0 0;
}
.access .detail .area-google-map {
  margin: 0 0 24px;
}
@media screen and (min-width: 768px) {
  .access {
    margin: 0 0 128px;
    padding: 102px 0 0;
  }
  .access .main {
    margin: 0 0 112px;
  }
  .access .detail {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .access .detail .desc {
    width: 39.8%;
    margin: 0;
  }
  .access .detail .desc .title02 {
    font-size: 52px;
  }
  .access .detail .desc .area-text {
    margin: 0 0 40px;
  }
  .access .detail .desc .area-text .text {
    font-size: 16px;
    line-height: 1.7391304348;
  }
  .access .detail .desc .area-text .text + .text {
    margin: 0;
  }
  .access .detail .area-google-map {
    width: 53%;
    margin: 0;
  }
  .access .detail .area-google-map .google-map {
    padding: 95% 0 0;
  }
}

footer {
  padding: 0 0 136px;
}
footer .footer-menu {
  margin: 0 0 44px;
}
footer .footer-menu .info .area-logo {
  margin: 0 0 80px;
}
footer .footer-menu .info .area-logo .logo {
  width: 274px;
  margin: 0 auto 40px;
}
footer .footer-menu .info .area-logo .reserve .btn {
  margin: 0 0 48px;
  text-align: center;
}
footer .footer-menu .info .area-logo .reserve .btn a {
  width: 290px;
  padding: 13px 0;
  line-height: 1;
  font-size: 22px;
  background: #842928;
}
footer .footer-menu .info .area-logo .reserve .text {
  text-align: center;
  font-size: 21px;
}
footer .footer-menu .info .area-logo .reserve .tel {
  text-align: center;
}
footer .footer-menu .info .area-logo .reserve .tel a {
  font-size: 21px;
}
footer .footer-menu .info .company {
  width: 340px;
  margin: 0 auto;
}
footer .footer-menu .info .company .list .item dl {
  display: table;
  width: 100%;
}
footer .footer-menu .info .company .list .item dl dt {
  display: table-cell;
  width: 84px;
  font-size: 12px;
}
footer .footer-menu .info .company .list .item dl dd {
  display: table-cell;
  font-size: 12px;
}
footer .sns {
  margin: 0 0 24px;
}
footer .sns .list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 14px;
}
footer .sns .list .item {
  width: 28px;
}
footer .area-copy .copyright {
  text-align: center;
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  footer {
    padding: 0 0 128px;
  }
  footer .footer-menu {
    margin: 0 0 102px;
  }
  footer .footer-menu .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1160px;
    margin: 0 auto;
  }
  footer .footer-menu .info .area-logo {
    position: relative;
    width: 33.75%;
    margin: 0;
  }
  footer .footer-menu .info .area-logo:after {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 266px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
  }
  footer .footer-menu .info .area-logo .logo {
    width: 232px;
    margin: 0 auto 30px;
  }
  footer .footer-menu .info .area-logo .reserve .btn {
    margin: 0;
    text-align: center;
  }
  footer .footer-menu .info .area-logo .reserve .btn a {
    width: 232px;
    padding: 11px 0;
    line-height: 1;
    font-size: 18px;
    background: #842928;
  }
  footer .footer-menu .info .area-logo .reserve .text {
    font-size: 23px;
  }
  footer .footer-menu .info .area-logo .reserve .tel {
    margin: 0 0 30px;
  }
  footer .footer-menu .info .area-logo .reserve .tel a {
    font-size: 23px;
  }
  footer .footer-menu .info .company {
    width: 66.25%;
    margin: 0;
    padding: 0 0 0 64px;
  }
  footer .footer-menu .info .company .list .item dl dt {
    width: 100px;
    font-size: 19px;
  }
  footer .footer-menu .info .company .list .item dl dd {
    font-size: 19px;
  }
  footer .sns {
    margin: 0 0 20px;
  }
  footer .sns .list {
    gap: 0 15px;
  }
  footer .sns .list .item {
    width: 36px;
  }
  footer .area-copy .copyright {
    text-align: center;
    font-size: 10px;
  }
}

@media screen and (min-width: 768px) {
  .fixed {
    position: fixed;
    top: 120px;
    right: 0;
    width: 68px;
    z-index: 5;
  }
}/*# sourceMappingURL=common.css.map */