@font-face {
  src: url("../font/hannari.woff") format("woff"), url("../font/hannari.otf") format("opentype");
  font-family: "hannari";
}

/*===================================
  GENERAL
===================================*/
body {
  min-width: 1100px;
  position: relative;
  margin-top: -16px;
  font-family: "hannari";
  color: #27262c;
}

.inner {
  width: 1100px;
  margin: 0 auto;
}

.fx {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.fx02 {
  flex-direction: row-reverse;
}

.fx03 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.call, .call a {
  pointer-events: none;
}

p, dl, ol, ul, a, pre {
  font-size: 14px;
  line-height: 1.78;
  word-break: break-word;
}

a {
  font-weight: inherit;
  color: inherit;
}

.vertical {
  writing-mode: vertical-rl;
}

.hidePC {
  display: none;
}

/*===================================
  HEADING
===================================*/
h2, h3 {
  text-align: center;
}

h3, h4 {
  line-height: 1.4;
}

header.secName {
  align-items: flex-start;
}

header.secName h2, header.secName span {
  writing-mode: vertical-rl;
}

header.secName h2 {
  font-size: 45px;
}

header.secName span {
  font-size: 20px;
  font-family: "HannariMincho","Hiragino Mincho ProN",YuMincho,"Yu Mincho",serif;
}

header.cntName {
  margin-bottom: 35px;
}

header.cntName h2 {
  font-size: 31px;
}

header.cntName + p {
  margin-bottom: 60px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  letter-spacing: 3px;
}

#top #sec01 .secName h2, #top #sec01 .secName span {
  writing-mode: lr-tb;
}

h3 {
  font-size: 24px;
}

/*===================================
  TOP HEADER
===================================*/
#TH {
  width: 100%;
  padding-top: 53px;
  padding-bottom: 15px;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  transition: .3s;
}

#TH .inner {
  justify-content: center;
}

#TH #HAM {
  display: none;
}

#TH .sns a {
  width: 30px;
  height: 30px;
  font-size: 25px;
  line-height: 30px;
}

#TH .hdrLogo {
  display: none;
}

#TH.scroll {
  padding-top: 15px;
  background: rgba(0, 0, 0, 0.9);
}

#TH.scroll .logo img {
  max-width: 80%;
  margin: auto;
}

#TH.scroll .hdrTel, .sub #TH .hdrTel {
  top: 0;
}

.hdrTel {
  width: 255px;
  height: 55px;
  margin: auto 0;
  position: absolute;
  top: 40px;
  right: 20px;
  bottom: 0;
  transition: .3s;
}

.hdrTel dt, .hdrTel dt a, .hdrTel dd {
  color: #fff;
}

.hdrTel dt a span::before {
  font-family: "Hiragino Mincho ProN",YuMincho,"Yu Mincho",serif;
  content: "TEL.";
  margin-top: 10px;
  font-size: 11px;
}

.hdrTel dd {
  font-size: 12px;
  letter-spacing: 1px;
}

.hdrTel a {
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
}

.hdrTel a span {
  font-family: "Hiragino Mincho ProN",YuMincho,"Yu Mincho",serif;
  font-weight: bold;
  letter-spacing: 1px;
}

.hdrTel i {
  display: none;
  margin-right: 15px;
  margin-bottom: -8px;
  font-size: 27px;
}

.hdrTel .spTel {
  display: none;
}

/*===================================
  GLOBAL NAV
===================================*/
#GNav > ul {
  height: 100%;
  align-items: center;
  justify-content: center;
}

#GNav > ul > li + li {
  margin-left: 40px;
}

@media screen and (max-width: 768px) {
  #GNav > ul > li + li {
    margin-left: 0;
  }
}

#GNav > ul > li.dropdownBtn {
  position: relative;
}

#GNav > ul > li.dropdownBtn .dropdown {
  display: none;
  width: 200px;
  height: 288px;
  position: absolute;
  top: 93px;
  background: rgba(0, 0, 0, 0.7);
  overflow-y: scroll !important;
}

#GNav > ul > li.dropdownBtn .dropdown::-webkit-scrollbar {
  width: 10px;
}

#GNav > ul > li.dropdownBtn .dropdown::-webkit-scrollbar-track {
  background: #fff;
  border: none;
}

#GNav > ul > li.dropdownBtn .dropdown::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
  box-shadow: inset 0 0 0 2px #fff;
}

#GNav > ul > li.dropdownBtn .dropdown li {
  height: 48px;
  border: 1px solid #999;
  border-top: none;
}

#GNav > ul > li.dropdownBtn .dropdown li:hover {
  background-color: rgba(136, 136, 136, 0.7);
}

#GNav > ul > li.dropdownBtn .dropdown li a {
  padding: 10px 15px;
  height: 100%;
  font-size: 16px;
  text-align: left;
}

#GNav > ul > li.logo img {
  transition: .3s;
}

#GNav > ul > li.logo, #GNav > ul > li.logo + li {
  margin-left: 55px;
}

@media screen and (max-width: 768px) {
  #GNav > ul > li.logo, #GNav > ul > li.logo + li {
    margin-left: 0;
  }
}

#GNav a, #GNav a span {
  display: block;
  text-align: center;
}

#GNav a {
  width: 100%;
  color: #fff;
  font-size: 20px;
  letter-spacing: -2.5px;
  transition: .5s;
}

#GNav a span {
  margin-top: .5em;
  font-family: "Hiragino Mincho ProN",YuMincho,"Yu Mincho",serif;
  color: #ddd;
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 0;
}

@media screen and (max-width: 1550px) {
  #GNav a {
    font-size: 18px;
  }
  .hdrTel {
    width: auto;
    margin-left: 20px;
    top: 48px;
  }
  .hdrTel dt a::before {
    margin-top: 2px;
  }
  .hdrTel dt span {
    font-size: 27px;
  }
  #TH.scroll .hdrTel, .sub .hdrTel {
    top: 0;
  }
}

@media screen and (max-width: 1490px) {
  #TH .inner {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 1314px) {
  #TH .inner {
    padding-left: 20px;
  }
  #GNav li.logo, #GNav li.logo + li {
    margin-left: 45px;
  }
}

@media screen and (max-width: 1190px) {
  #TH .inner {
    padding-left: 0;
  }
  .hdrTel {
    margin-top: 40px;
    position: static;
  }
  #TH.scroll .hdrTel, .sub .hdrTel {
    margin-top: 18px;
  }
}

/*===================================
  FOOTER
===================================*/
footer {
  padding: 105px 0 50px;
  background: #363032;
}

footer .ftrBtm, footer small {
  margin-top: 50px;
}

footer #calendar, footer small, footer #ftrNav a {
  color: #fff;
}

footer h3 {
  width: 2em;
  margin: 0 auto 15px;
  padding-bottom: 5px;
  color: #ddd;
  font-family: "hannari";
  font-size: 30px;
  text-align: center;
  position: relative;
}

footer h3::before, footer h3::after {
  width: 47px;
  height: 1px;
  display: inline-block;
  margin: auto;
  margin-bottom: 16px;
  content: "";
  background: #ddd;
  position: absolute;
  top: 0;
  bottom: 0;
}

footer h3::before {
  left: -57px;
}

footer h3::after {
  right: -57px;
}

footer .ftrTop {
  justify-content: space-between;
  align-items: flex-start;
}

footer .ftrTop #calendar, footer .ftrTop #facebook {
  align-items: flex-start;
}

footer #calendar {
  width: 66%;
}

footer #calendar figure {
  align-items: flex-start;
}

footer #calendar .comment {
  margin-top: 20px;
  padding-left: 26px;
  font-size: 16px;
  text-indent: -26px;
  line-height: 1.5;
}

footer #calendar .comment br {
  display: none;
}

footer #calendar .comment::before {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 10px;
  content: "";
  background: #bf0000;
  border-radius: 50%;
  text-indent: 0;
}

footer #facebook {
  width: 352px;
  padding-top: 62px;
}

footer #facebook iframe {
  width: 352px;
  height: 270px;
}

footer #facebook iframe.sp {
  display: none;
}

footer .ftrBtm {
  justify-content: flex-end;
}

footer #ftrNav {
  margin-left: 87px;
}

footer #ftrNav li + li {
  margin-left: 35px;
}

footer #ftrNav li.sns a {
  padding-bottom: 0;
}

footer #ftrNav li.sns a + a {
  margin-left: 10px;
}

footer #ftrNav li.sns i {
  font-size: 35px;
}

footer #ftrNav a {
  display: block;
  padding-bottom: .3em;
  font-size: 20px;
}

footer small {
  width: 100%;
  display: block;
  font-size: 11px;
  text-align: center;
}

/*===================================
  calendar
===================================*/
.shop-calendar #biz_calendar table.bizcal .today {
  font-weight: normal;
  text-decoration: none;
  clear: inherit;
}

.shop-calendar .shop-calendar-table {
  width: 350px;
  min-height: 270px;
  font-family: inherit;
  margin: 0;
  background: #c3c1c2;
  border: 1px solid #4b4340;
}

.shop-calendar .shop-calendar-table td,
.shop-calendar .shop-calendar-table th {
  border: 0;
  color: #4b4340;
  font-family: "hannari";
  font-size: 18px;
  text-align: center;
  line-height: 1.3;
}

.shop-calendar .shop-calendar-table tr:nth-of-type(n+3) {
  border-top: 1px solid #b8a9a4;
}

.shop-calendar .shop-calendar-table th {
  width: 14.2%;
  height: 48px;
  padding-top: 12px;
  padding-bottom: 16px;
  color: #fff !important;
  font-size: 15px;
  background: #4b4340;
}

.shop-calendar .shop-calendar-table th + th {
  border-left: 1px solid #fff;
}

.shop-calendar .shop-calendar-table td {
  padding: 3px 0 10px;
}

.shop-calendar .shop-calendar-table td + td {
  border-left: 1px solid #b8a9a4;
}

.shop-calendar .shop-calendar-table .holiday {
  color: #fff;
  background: transparent;
  position: relative;
  z-index: 10;
}

.shop-calendar .shop-calendar-table .holiday::after {
  width: 28px;
  height: 28px;
  display: inline-block;
  margin: auto;
  content: "";
  background: #bf0000;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.shop-calendar .shop-calendar-table th:nth-last-of-type(1) {
  color: #fff;
}

.shop-calendar .shop-calendar-table th:first-child {
  background: #950000;
}

/*===================================
  MV
===================================*/
#MV {
  min-height: 100vh;
  background: url(../img/top/mv.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

/*===================================
  BUTTON
===================================*/
.btn, .btn::after {
  transition: .2s;
}

.btnBox {
  width: 100%;
  margin-top: 40px;
  justify-content: flex-end;
}

.btn {
  width: 100px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 26px;
  padding-bottom: .3em;
  font-size: 15px;
  border: 1px solid #27262c;
  background: transparent;
  overflow: hidden;
}

.btn::after {
  width: 8px;
  height: 6px;
  display: block;
  margin-bottom: -5px;
  margin-left: 25px;
  content: "";
  background: url(../img/common/ico_right.png) no-repeat;
  background-size: 8px;
}

.btn:hover {
  padding-left: 2.4em;
  color: #fff;
  background: #27262c;
}

.sub {
  background: url(../img/common/bg.jpg);
  background-size: 50px;
}

.sub section {
  padding-top: 110px;
  padding-bottom: 150px;
}

.sub #TH {
  padding-top: 15px;
  background: #363032;
}

.sub #TH .logo img {
  max-width: 80%;
  margin: auto;
}

.sub #SV {
  width: 100%;
  height: 400px;
  margin-top: 125px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sub #SV h2, .sub #SV span {
  color: #fff;
  text-shadow: 0 0 3px rgba(106, 53, 55, 0.7);
}

.sub #SV h2 {
  font-family: "hannari";
  font-size: 50px;
  letter-spacing: -1px;
}

.sub #SV span {
  margin-top: 1.3em;
  font-family: "Hiragino Mincho ProN",YuMincho,"Yu Mincho",serif;
  font-size: 20px;
}

.sub .secName h2 img {
  margin: auto;
}

@media screen and (max-width: 860px) {
  #GNav ul {
    height: 100%;
    align-items: center;
    justify-content: center;
  }
}

/*============================================================================================================================================
  SP
============================================================================================================================================*/
@media screen and (max-width: 768px) {
  /*===================================
    GENERAL
  ===================================*/
  body {
    min-width: 320px;
  }
  .inner {
    width: 90%;
  }
  img {
    width: 100%;
    height: auto;
  }
  .call, .call a {
    pointer-events: auto;
  }
  p, dl, ol, ul, a {
    font-size: 14px;
    line-height: 1.8;
  }
  .vertical {
    writing-mode: lr-tb;
  }
  .hidePC {
    display: inherit;
  }
  .hideSP {
    display: none;
  }
  /*===================================
  HEADING
===================================*/
  header.secName {
    width: 100%;
    display: block;
  }
  header.secName::after {
    width: 25px;
    height: 1px;
    display: block;
    margin-top: 1.5em;
    content: "";
    background: #363032;
  }
  header.secName h2, header.secName span {
    writing-mode: lr-tb;
    text-align: left;
  }
  header.secName h2 {
    font-weight: bold;
    font-size: 20px;
  }
  header.secName span {
    display: block;
    margin-bottom: .3em;
    font-size: 13px;
  }
  header.cntName {
    margin-bottom: 35px;
  }
  header.cntName h2 {
    font-size: 31px;
  }
  header.cntName + p {
    margin-bottom: 60px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    letter-spacing: 3px;
  }
  #top #sec01 .secName h2, #top #sec01 .secName span {
    writing-mode: lr-tb;
  }
  h3 {
    font-size: 24px;
  }
  /*===================================
  TOP HEADER
===================================*/
  #TH {
    padding-top: 10px;
    padding-bottom: 10px;
    top: 0;
  }
  #TH .inner {
    display: block;
    padding-left: 0;
    position: relative;
  }
  #TH #HAM, #TH #HAM span {
    position: absolute;
    margin: auto;
  }
  #TH #HAM {
    width: 40px;
    height: 40px;
    display: block;
    top: 3px;
    right: 0;
    cursor: pointer;
    z-index: 500;
  }
  #TH #HAM span {
    width: 25px;
    height: 2px;
    right: 0;
    left: 0;
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    transition: .4s;
  }
  #TH #HAM span:nth-of-type(1) {
    top: 9px;
  }
  #TH #HAM span:nth-of-type(2) {
    top: 19px;
    z-index: -1;
  }
  #TH #HAM span:nth-of-type(3) {
    bottom: 9px;
  }
  #TH .hdrLogo, #TH .hdrLogo a {
    width: 35px;
    display: block;
  }
  #TH .hdrLogo img {
    width: 35px;
  }
  #TH .sns {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
  }
  #TH .sns a {
    width: auto;
    height: auto;
    font-size: 35px;
  }
  #TH .sns a + a {
    margin-left: 20px;
  }
  #TH.scroll {
    padding-top: 10px;
    background: transparent;
  }
  #TH.active #HAM span:nth-of-type(1) {
    transform: translateY(9px) rotate(-45deg);
  }
  #TH.active #HAM span:nth-of-type(2) {
    opacity: 0;
  }
  #TH.active #HAM span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
  }
  #TH.scroll .hdrTel, .sub #TH .hdrTel {
    margin-top: 0;
  }
  #TH.scroll .hdrTel {
    top: 5px;
  }
  .sub #TH .hdrTel {
    top: 5px;
  }
  .hdrTel {
    width: 40px;
    height: 40px;
    margin-top: 0;
    margin-left: 0;
    position: absolute;
    top: 5px;
    right: 45px;
    bottom: auto;
    z-index: 1;
  }
  .hdrTel dl {
    display: none;
  }
  .hdrTel i {
    display: block;
    color: #fff;
    font-size: 35px;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  }
  .hdrTel .spTel {
    display: block;
  }
  /*===================================
  GLOBAL NAV
===================================*/
  #GNav {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -200%;
    z-index: 50;
    background: rgba(0, 0, 0, 0.9);
  }
  #GNav ul {
    height: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #GNav li + li, #GNav li.logo, #GNav li.logo + li {
    margin-left: 0;
  }
  #GNav li + li {
    margin-top: 1.2em;
  }
  #GNav li.logo {
    display: none;
  }
  #GNav a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
  }
  #GNav a span {
    display: none;
  }
  /*===================================
  FOOTER
===================================*/
  footer {
    padding: 40px 0 15px;
  }
  footer .ftrBtm, footer small {
    margin-top: 25px;
  }
  footer .inner {
    max-width: 350px;
  }
  footer h3 {
    margin: 0 auto 8px;
    padding-bottom: 3px;
    font-weight: bold;
    font-size: 20px;
  }
  footer h3::before, footer h3::after {
    margin-right: 35px;
    margin-left: 23px;
    margin-bottom: 9px;
  }
  footer h3::before {
    left: -83px;
  }
  footer h3::after {
    right: -91px;
  }
  footer .ftrTop {
    display: block;
  }
  footer .ftrTop #calendar, footer .ftrTop #facebook {
    width: 100%;
  }
  footer #calendar figure {
    display: block;
    margin: auto;
  }
  footer #calendar .comment {
    margin-top: 6px;
    padding-left: 20px;
    font-size: 13px;
    text-align: center;
    text-indent: -32px;
  }
  footer #calendar .comment br {
    display: block;
  }
  footer #calendar .comment::before {
    width: 12px;
    height: 12px;
  }
  footer #facebook {
    margin-top: 35px;
    padding-top: 0;
  }
  footer #facebook iframe:nth-of-type(1) {
    display: none;
  }
  footer #facebook iframe.sp {
    width: 280px !important;
    height: 300px;
    display: block;
    margin: auto;
  }
  footer .ftrBtm {
    display: block;
  }
  footer .ftrLogo {
    display: none;
  }
  footer #ftrNav {
    margin-left: 0;
  }
  footer #ftrNav ul {
    display: block;
    margin-top: 35px;
  }
  footer #ftrNav li:not(.sns) {
    display: none;
  }
  footer #ftrNav li + li {
    margin-top: .5em;
    margin-left: 0;
  }
  footer #ftrNav li.sns {
    justify-content: center;
  }
  footer #ftrNav li.sns a + a {
    margin-left: 15px;
  }
  footer #ftrNav a {
    display: block;
    font-size: 20px;
  }
  footer small {
    width: 100%;
    display: block;
    font-size: 11px;
    text-align: center;
  }
  /*===================================
  calendar
===================================*/
  .shop-calendar + .shop-calendar {
    margin-top: 30px !important;
    margin-left: 0 !important;
  }
  .shop-calendar .shop-calendar-table {
    width: 100%;
    min-height: auto;
  }
  .shop-calendar .shop-calendar-table td,
  .shop-calendar .shop-calendar-table th {
    font-size: 14px;
  }
  .shop-calendar .shop-calendar-table th {
    height: auto;
    padding-top: 3px;
    padding-bottom: 9px;
  }
  .shop-calendar .shop-calendar-table td {
    padding: 6px 0 5px;
  }
  .shop-calendar .shop-calendar-table .holiday::after {
    width: 23px;
    height: 23px;
  }
  /*===================================
  MV
===================================*/
  #MV {
    min-height: auto;
    height: 280px;
    background-position: 30% center;
  }
  /*===================================
  BUTTON
===================================*/
  .btnBox {
    width: 100%;
    margin-top: 30px;
  }
  .btn {
    padding-left: 0;
    justify-content: center;
  }
  .btn::after {
    margin-left: 15px;
  }
  .sub section {
    padding: 40px 0;
  }
  .sub #TH {
    height: 60px;
    padding-top: 8px;
    padding-bottom: 5px;
  }
  .sub #TH .hdrLogo {
    display: inline-block;
  }
  .sub #TH .hdrLogo img {
    width: 25px;
  }
  .sub #TH #HAM {
    top: 3px;
  }
  .sub #SV {
    width: 100%;
    height: 140px;
    margin-top: 60px;
  }
  .sub #SV h2 {
    font-size: 25px;
  }
  .sub #SV span {
    margin-top: 1em;
    font-family: "hannari";
    font-size: 13px;
  }
}
/*# sourceMappingURL=base.css.map */