@charset "UTF-8";
/* 全体にかけるもの */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-family: "Noto Sans JP", sans-serif;
  color: #3C3C3C;
}
@media screen and (max-width: 960px) {
  * {
    font-size: 14px;
  }
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: black;
  cursor: pointer;
}

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

/* 共通　 */
.PC-block {
  /* PCでは表示 */
  display: block;
}
@media screen and (max-width: 960px) {
  .PC-block {
    /* TBでは非表示 */
    display: none;
  }
}

.TB-block {
  /* MBでは表示 */
  display: none;
}
@media screen and (max-width: 960px) {
  .TB-block {
    /* PCでは非表示 */
    display: block;
  }
}

.TB-block_only {
  /* MBでは表示 */
  display: none;
}
@media screen and (max-width: 960px) {
  .TB-block_only {
    /* PCでは非表示 */
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .TB-block_only {
    display: none;
  }
}

.TB-block_only2 {
  /* MBでは表示 */
  display: block;
}
@media screen and (max-width: 640px) {
  .TB-block_only2 {
    display: none;
  }
}

.MB-block {
  /* MBでは表示 */
  display: block;
}
@media screen and (min-width: 640px) {
  .MB-block {
    /* PCでは非表示 */
    display: none;
  }
}

.MB-block_only {
  display: none;
}
@media screen and (max-width: 640px) {
  .MB-block_only {
    display: block;
  }
}
@media screen and (max-width: 375px) {
  .MB-block_only {
    display: none;
  }
}

.SPs-block {
  display: none;
}
@media screen and (max-width: 375px) {
  .SPs-block {
    display: block;
  }
}

.block360 {
  display: none;
}
@media screen and (max-width: 360px) {
  .block360 {
    display: block;
  }
}

.block360-none {
  display: block;
}
@media screen and (max-width: 360px) {
  .block360-none {
    display: none;
  }
}

.blockTB-425 {
  display: none;
}
@media screen and (max-width: 640px) {
  .blockTB-425 {
    display: block;
  }
}
@media screen and (max-width: 425px) {
  .blockTB-425 {
    display: none;
  }
}

.mx {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}
@media screen and (max-width: 960px) {
  .mx {
    max-width: 640px;
  }
}
@media screen and (max-width: 640px) {
  .mx {
    max-width: 336px;
  }
}
@media screen and (max-width: 360px) {
  .mx {
    max-width: 300px;
  }
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

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

.flex-column {
  display: flex;
  flex-direction: column;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

header {
  display: flex;
  width: 100vw;
  height: 70px;
  position: fixed;
  top: 0;
  background-color: #E0711E;
  z-index: 9999;
}
header .headerLogo {
  margin-left: 2rem;
}
@media screen and (max-width: 1024px) {
  header .headerLogo {
    margin-left: 0;
  }
}
header .headerLogo .headerLogoBlock {
  font-size: 1.25rem;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  header .headerLogo .headerLogoBlock {
    font-size: 16px;
  }
}
header .headerInstagram-sp {
  width: 40px;
  aspect-ratio: 1/1;
  display: none;
  justify-content: center;
  align-items: center;
  margin: 0 2rem;
}
@media screen and (max-width: 1024px) {
  header .headerInstagram-sp {
    display: flex;
  }
}
header .headerInstagram-pc {
  width: 40px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1.25rem;
}
@media screen and (max-width: 1024px) {
  header .headerInstagram-pc {
    display: none;
  }
}
header .modalBtn {
  display: none;
  width: 80px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1024px) {
  header .modalBtn {
    width: 70px;
    display: block;
    margin-left: 0;
  }
}
@media screen and (max-width: 640px) {
  header .modalBtn {
    margin-left: auto;
  }
}
header .modalBtn .modalSpans {
  width: 50%;
  aspect-ratio: 1/1;
  position: relative;
  margin: 15px;
}
header .modalBtn .modalSpans .modalSpan {
  background-color: #fff;
  width: 100%;
  height: 3px;
  border-radius: 5px;
  position: absolute;
  left: 0;
  transition: 0.5s;
}
header .modalBtn .modalSpans .modalSpan:nth-of-type(1) {
  top: 10%;
}
header .modalBtn .modalSpans .modalSpan:nth-of-type(1).active {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  rotate: 45deg;
}
header .modalBtn .modalSpans .modalSpan:nth-of-type(2) {
  top: calc(50% - 1.5px);
}
header .modalBtn .modalSpans .modalSpan:nth-of-type(2).active {
  opacity: 0;
}
header .modalBtn .modalSpans .modalSpan:nth-of-type(3) {
  top: calc(90% - 3px);
}
header .modalBtn .modalSpans .modalSpan:nth-of-type(3).active {
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
  rotate: -45deg;
}
header .modal {
  width: 100vw;
  height: calc(100vh - 80px);
  right: -100vw;
  background-image: url("../image/menu-bg.png");
  background-size: cover;
  background-position: center;
  background-color: #F2F2F2;
  transition: 1s;
  margin-top: 80px;
  position: fixed;
  top: 0;
}
header .modal::before {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
header .modal.active {
  right: 0;
  transition: 1s;
  position: fixed;
  overflow-y: scroll;
}
@media screen and (max-width: 1024px) {
  header .modal {
    height: calc(100vh - 70px);
    margin-top: 70px;
  }
}
header .modal .modal__list {
  width: 100%;
  height: auto;
  padding-top: 5rem;
  gap: 24px;
}
header .modal .modal__list .modal__list-item {
  width: 100%;
  padding: 1rem 0;
}
header .modal .modal__list .modal__list-item a {
  display: block;
  width: 100%;
  height: 100%;
}
header .modal .modalTxt {
  max-width: 640px;
  margin: 0 auto;
  color: #E0711E;
  position: relative;
  font-size: 1.1428rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  header .modal .modalTxt {
    max-width: 336px;
  }
}
header .modal .modal-sublists {
  display: none;
}
header .modal .modal-sublists .modal-sublist {
  max-width: 640px;
  margin: 0 auto;
  justify-content: space-between;
  padding: 1rem 0;
}
@media screen and (max-width: 640px) {
  header .modal .modal-sublists .modal-sublist {
    max-width: 336px;
  }
}
header .modal .modal-sublists.active {
  display: block;
  border-top: 1px solid red;
  background-color: rgb(26, 26, 26);
}
header .modal .modal-sublists .modal-sublist-item {
  width: 25%;
}
@media screen and (max-width: 640px) {
  header .modal .modal-sublists .modal-sublist-item {
    width: 50%;
  }
}
header .modal .modal-sublists .modal-sublist-item a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  border: 0.3px solid #fff;
  padding: 1rem 2rem;
  text-align: center;
}
header .headerMenu {
  flex: 1;
  margin-left: 17.8%;
}
@media screen and (max-width: 1024px) {
  header .headerMenu {
    display: none;
  }
}
header .headerMenu .headerMenu__list {
  flex: 1;
  display: flex;
  justify-content: space-evenly;
}
header .headerMenu .headerMenuTxt {
  color: #F2F2F2;
}
header .headerMenu .headerMenuTxt.active {
  border-bottom: 2px solid #fff;
}
header .headerReservation {
  margin: 1rem 2% 1rem auto;
  transition: 0.5s;
}
@media screen and (max-width: 1024px) {
  header .headerReservation.active {
    opacity: 0;
  }
}
@media screen and (max-width: 640px) {
  header .headerReservation {
    position: fixed;
    right: 0;
    margin: 0;
    top: 80px;
  }
}
header .headerReservation a {
  padding: 0.5rem 3.5rem;
  background: #121212 0% 0% no-repeat padding-box;
  color: #F2F2F2;
  border-radius: 24px;
  border: 1px solid #121212;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  header .headerReservation a {
    writing-mode: vertical-rl;
    padding: 10px 0.6rem;
    border-radius: 15px 0px 0px 15px;
    letter-spacing: 5px;
  }
}
header .headerReservation a:hover {
  background-color: #fff;
  color: #121212;
}

footer .backOrange-footer {
  background-color: #E0711E;
  padding: 4rem 0;
}
@media screen and (max-width: 640px) {
  footer .backOrange-footer {
    padding: 0 0 4rem;
  }
}
footer .footerBody {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 640px) {
  footer .footerBody {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 960px) {
  footer .footerBody table {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 640px) {
  footer .footerBody table {
    display: none;
  }
}
footer .footerBody tr,
footer .footerBody td,
footer .footerBody th,
footer .footerBody table {
  border-collapse: collapse;
  border: 2px solid #fff;
  color: #fff;
}
footer .footerBody table {
  border-collapse: collapse;
  border-right: 2px solid #E0711E;
  border-left: 2px solid #E0711E;
}
footer .footerBody table tr {
  border-left: none;
  border-right: none;
}
footer .footerBody table th {
  font-size: 15px;
  padding: 1rem;
}
footer .footerBody table th:nth-of-type(1) {
  border-left: none;
}
footer .footerBody table th:last-of-type {
  border-right: none;
}
footer .footerBody table td:first-of-type {
  border-left: none;
}
footer .footerBody table td:last-of-type {
  border-right: none;
}
footer .footerBody table .font15 {
  font-size: 15px;
  padding: 1rem;
}
footer .footerBody table .font13 {
  font-size: 13px;
}
footer .footerBody table .font13 span {
  color: #fff;
  text-align: center;
  transform: translateY(0.7rem);
  display: block;
  font-size: 13px;
  position: relative;
}
footer .footerBody table .font13 span::before {
  content: "";
  width: 18px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: -1.2rem;
  left: 50%;
  transform: translateX(-50%);
}
footer .footerBody table .tableNone {
  position: relative;
}
footer .footerBody table .tableNone::after {
  content: "";
  width: 17px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
footer .footerUpper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 960px) {
  footer .footerUpper {
    flex-direction: column;
  }
}
@media screen and (max-width: 640px) {
  footer .footerUpper-info {
    display: none;
  }
}
footer .footerUpper-info .footerName {
  display: flex;
}
footer .footerUpper-info .footerName .footerIcon {
  width: 40px;
  aspect-ratio: 1/1;
  margin: 1.25rem;
  min-width: 30px;
}
footer .footerUpper-info .footerName .footerName-txt {
  color: #fff;
  display: flex;
  align-items: center;
  transform: translateY(-3px);
}
footer .footerUpper-info .footerContact {
  color: #fff;
}
footer .footerLower {
  background-color: #fff;
  padding: 2rem 1.4rem 1rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-radius: 15px;
  margin-top: 2rem;
}
@media screen and (max-width: 960px) {
  footer .footerLower {
    flex-direction: column;
    gap: 2rem 0;
  }
}
@media screen and (max-width: 640px) {
  footer .footerLower {
    margin-top: 0;
    border-radius: 0;
    padding-bottom: 3rem;
  }
  footer .footerLower.mx {
    max-width: none;
  }
}
footer .footerLower .footerTtl {
  color: #E0711E;
  background: #F2F2F2 0% 0% no-repeat padding-box;
  writing-mode: vertical-rl;
  padding: 0.8rem 0.5rem;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  height: 180px;
}
@media screen and (max-width: 640px) {
  footer .footerLower .footerTtl {
    writing-mode: inherit;
    display: inline-block;
    text-align: left;
    font-size: 1.14rem;
    padding: 0.5rem 1.2rem;
    height: auto;
  }
}
footer .footerLower .footerContentTtl {
  font-weight: bold;
  line-height: 1.625;
  font-size: 0.875rem;
}
@media screen and (max-width: 640px) {
  footer .footerLower .footerContentTtl {
    font-size: 1rem;
  }
}
footer .footerLower .footerContent {
  flex: 1;
}
footer .footerLower .footerContent.rightContent {
  transform: translateY(-1rem);
}
@media screen and (max-width: 960px) {
  footer .footerLower .footerContent.rightContent {
    transform: none;
  }
}
footer .footerLower .footerShop {
  display: flex;
  gap: 1rem;
  width: 80%;
}
@media screen and (max-width: 640px) {
  footer .footerLower .footerShop {
    flex-direction: column;
    gap: 0.6rem;
    width: 100%;
  }
}
footer .footerLower .footerShop .footerShopName {
  font-weight: bold;
  line-height: 1.625;
}
@media screen and (max-width: 640px) {
  footer .footerLower .footerShop .footerShopName {
    font-size: 1.14rem;
  }
}
footer .footerLower .footerShop .footerAccess {
  padding: 1.4rem 0 1rem 2.2rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  footer .footerLower .footerShop .footerAccess {
    padding-left: 2.6rem;
  }
}
footer .footerLower .footerShop .footerAccess::before {
  content: "";
  width: 23px;
  height: 35px;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  left: 0;
  background-image: url("../image/train.png");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 640px) {
  footer .footerLower .footerShop .footerAccess::before {
    top: 40%;
  }
}
footer .footerLower .footerShop .footerAddress {
  padding-left: 2.2rem;
  position: relative;
  padding-top: 0.6rem;
}
@media screen and (max-width: 640px) {
  footer .footerLower .footerShop .footerAddress {
    padding-left: 2.6rem;
  }
}
footer .footerLower .footerShop .footerAddress::before {
  content: "";
  width: 23px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url("../image/map.png");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 640px) {
  footer .footerLower .footerShop .footerAddress::before {
    top: 40%;
  }
}
footer .footerLower .footerShop .footerAddress .footerAddress-txt {
  font-size: 0.875rem;
}
@media screen and (max-width: 640px) {
  footer .footerLower .footerShop .footerAddress .footerAddress-txt {
    font-size: 1rem;
  }
}
footer .footerLower .footerShop .footerAccess_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}
@media screen and (max-width: 640px) {
  footer .footerLower .footerShop .footerAccess_list {
    flex-direction: column;
    gap: 0.2rem;
  }
}
footer .footerLower .footerShop .footerAccess_list .footerAccess_list-item {
  font-size: 0.875rem;
  padding-left: 0.6rem;
  position: relative;
}
footer .footerLower .footerShop .footerAccess_list .footerAccess_list-item::before {
  content: "";
  width: 7px;
  aspect-ratio: 1/1;
  background-color: #E0711E;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border-radius: 50%;
}
footer .footerLower .footerArea {
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 640px) {
  footer .footerLower .footerArea {
    flex-direction: column;
  }
}
footer .footerLower .footerArea .footerArea_list {
  display: flex;
  flex-wrap: wrap;
}
footer .footerLower .footerArea .footerContentTtl {
  transform: translateX(-8px);
}
footer .footerLower .footerArea .footerContentTtl:nth-of-type(2) {
  padding-top: 0.6rem;
}
footer .footerLower .footerArea .footerArea_list:nth-of-type(2) {
  padding-bottom: 0.6rem;
}
footer .footerLower .footerArea .footerArea_list .footerArea_list-item {
  font-size: 0.875rem;
}
footer .footerLower .footerArea .footerFlex {
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 640px) {
  footer .footerLower .footerArea .footerFlex {
    flex-direction: column;
    gap: 0.8rem;
  }
}
footer .footerLower .footerArea .footerArea_kome {
  font-size: 12px;
  transform: translateY(1rem);
}
footer .footerMenu_list {
  display: flex;
  justify-content: space-evenly;
  padding: 0.6rem 0;
  line-height: 1.5;
  flex-wrap: wrap;
  gap: 0.3rem 1rem;
}
footer .footerCopy {
  text-align: center;
  padding-bottom: 0.5rem;
  font-size: 12px;
}
footer .footerSP {
  display: none;
  padding-top: 4rem;
}
@media screen and (max-width: 640px) {
  footer .footerSP {
    display: block;
  }
  footer .footerSP tr,
  footer .footerSP td,
  footer .footerSP th,
  footer .footerSP table {
    border-collapse: collapse;
    border: 2px solid #fff;
    color: #fff;
  }
  footer .footerSP table {
    border-collapse: collapse;
    border-top: 2px solid #E0711E;
    border-bottom: 2px solid #E0711E;
    margin: 0 auto;
  }
  footer .footerSP table tr:first-of-type {
    border-top: none;
  }
  footer .footerSP table tr:last-of-type {
    border-bottom: none;
  }
  footer .footerSP table tr:last-of-type td {
    border-bottom: none;
  }
  footer .footerSP table th {
    font-size: 13px;
    padding: 1rem;
    border-top: none;
  }
  footer .footerSP table td {
    padding: 1rem;
  }
  footer .footerSP table td:first-of-type {
    border-left: none;
    text-align: center;
  }
  footer .footerSP table td:last-of-type {
    border-right: none;
  }
  footer .footerSP table .font15 {
    font-size: 15px;
    padding: 1rem;
  }
  footer .footerSP table .font13 {
    font-size: 13px;
  }
  footer .footerSP table .font13 span {
    color: #fff;
    text-align: center;
    transform: translateY(0.7rem);
    display: block;
    font-size: 13px;
    position: relative;
  }
  footer .footerSP table .font13 span::before {
    content: "";
    width: 18px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: -1.2rem;
    left: 50%;
    transform: translateX(-50%);
  }
  footer .footerSP table .tableNone {
    position: relative;
  }
  footer .footerSP table .tableNone::after {
    content: "";
    width: 17px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  footer .footerSP .footerSP_body {
    display: flex;
    margin-top: 1rem;
  }
  footer .footerSP .footerSP_body .footerIcon {
    width: 40px;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 2rem;
    min-width: 30px;
  }
  footer .footerSP .footerSP_body .footerSP_body-content {
    display: flex;
    gap: 0.2rem;
    flex-direction: column;
  }
  footer .footerSP .footerSP_body .footerSP_body-content .footerSP-txt {
    color: #fff;
    font-size: 1.14rem;
  }
}
footer .line-it-button {
  transform: translate(10px, 5px);
}/*# sourceMappingURL=component.css.map */