@charset "UTF-8";
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

@media screen and (min-width: 821px) {
  .navSmall {
    display: none !important;
  }
}

@media screen and (max-width: 820px) {
  .navBig {
    display: none !important;
  }
}

body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  color: #4d4d4d;
  font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Kozuka Mincho Pro", serif;
  text-align: center;
  background-color: #F7F3EE;
  position: relative;
  z-index: 1;
}
body ul, html ul {
  list-style: none;
  padding: 0;
}

.sec {
  width: 100%;
  padding: 90px 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec {
    padding: 70px 0 0 0;
  }
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.secTitle {
  font-size: 30px;
  letter-spacing: 8px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .secTitle {
    font-size: 20px;
  }
}

.--topButton1 {
  display: flex;
  justify-content: center;
}
.--topButton1 a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  background-color: #931E36;
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  letter-spacing: 3px;
  font-size: 10px;
  width: 180px;
}
.--topButton1 a img {
  padding-left: 10px;
}

.--topButton2 {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.--topButton2 a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background-color: #ffffff;
  color: #931E36;
  text-decoration: none;
  border: solid 1px #931E36;
  border-radius: 5px;
  font-weight: bold;
  letter-spacing: 3px;
  font-size: 18px;
  width: 180px;
  writing-mode: horizontal-tb;
}
.--topButton2 a img {
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .--topButton2 a {
    padding: 10px;
    font-size: 12px;
  }
}

.phoneIconNumber1 {
  display: flex;
  align-items: center;
  margin-right: 5px;
}
.phoneIconNumber1 img {
  margin-right: 10px;
}
.phoneIconNumber1__phoneNumber {
  margin: 0;
}
.phoneIconNumber1__phoneNumber a {
  text-decoration: none;
  color: #931E36;
  font-size: 20px;
  letter-spacing: 2px;
}
.phoneIconNumber1__receptionTime {
  font-size: 10px;
  margin: 0;
  text-align: start;
}

.phoneIconNumber2 {
  display: flex;
  align-items: center;
}
.phoneIconNumber2 img {
  margin-right: 10px;
}
.phoneIconNumber2__phoneNumber {
  margin: 0 0 8px 0;
}
.phoneIconNumber2__phoneNumber a {
  text-decoration: none;
  color: #ffffff;
  font-size: 25px;
  letter-spacing: 2px;
}
.phoneIconNumber2__receptionTime {
  font-size: 12px;
  margin: 0;
  text-align: start;
}

.letterDecoration {
  display: inline-block;
  position: relative;
  background-color: #931E36;
  color: white;
  font-size: 2rem;
  padding: 0 0 0 6px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .letterDecoration {
    font-size: 20px;
  }
}
.letterDecoration::before {
  content: "";
  display: block;
  position: absolute;
  top: 20%;
  left: 85%;
  width: 85%;
  height: 90%;
  border: 1px solid #D4C2A6;
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: -1;
  background-color: transparent;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.header .navbar {
  height: 90px;
  background-color: #F7F3EE;
  padding: 0 20px;
}
@media screen and (max-width: 820px) {
  .header .navbar {
    height: 70px;
  }
}
.header .navbar .hamburger-iconSp {
  position: absolute;
  display: block;
  width: 30px;
  height: 25px;
  top: 20px;
  right: 20px;
}
.header .navbar .hamburger-iconSp span {
  background-color: #931E36;
  display: block;
  height: 3px;
  width: 100%;
  margin: 4px 0;
  transition: background-color 0.3s, transform 0.3s;
}
.header .navbar .hamburger-iconSp span:nth-child(1) {
  top: 0;
}
.header .navbar .hamburger-iconSp span:nth-child(2) {
  top: 8px;
}
.header .navbar .hamburger-iconSp span:nth-child(3) {
  top: 16px;
}
.header .navbar .menuSp {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 220px;
  display: block;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease-in-out;
  opacity: 0;
  transform: translateY(-100%);
}
.header .navbar .menuSp ul {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  gap: 10px;
  margin: 0;
}
.header .navbar .menuSp ul li {
  margin: 0;
  padding: 0;
}
.header .navbar .menuSp ul li span {
  font-size: 15px;
  color: #fff;
  padding: 20px 0;
  padding-top: 5px;
}
.header .navbar .menuSp ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
}
.header .navbar .menuSp ul .close {
  position: relative;
  padding-left: 20px;
}
.header .navbar .menuSp ul .close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 16px;
  height: 1px;
  background: #fff;
  transform: rotate(45deg);
}
.header .navbar .menuSp ul .close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 16px;
  height: 1px;
  background: #fff;
  transform: rotate(-45deg);
}
.header .navbar .toggle {
  transform: translateY(0);
  opacity: 1;
}
.header .navbar__left {
  position: absolute;
  top: 20px;
}
.header .navbar__left .hamburger {
  cursor: pointer;
  display: flex;
  padding: 10px;
  background-color: white;
  color: #931E36;
  font-size: 1.2em;
  z-index: 1001;
  text-align: justify;
  width: 100px;
}
.header .navbar__left .hamburger .hamburger-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  margin-right: 10px;
}
.header .navbar__left .hamburger .hamburger-icon span {
  background-color: #931E36;
  display: block;
  height: 3px;
  width: 100%;
  margin: 4px 0;
  transition: background-color 0.3s, transform 0.3s;
}
.header .navbar__left .hamburger .hamburger-icon span:nth-child(1) {
  top: 0;
}
.header .navbar__left .hamburger .hamburger-icon span:nth-child(2) {
  top: 8px;
}
.header .navbar__left .hamburger .hamburger-icon span:nth-child(3) {
  top: 16px;
}
.header .navbar__left .hamburger.open {
  width: 332px;
  text-align: justify;
}
.header .navbar__left .menu {
  overflow: hidden;
  max-height: 0;
  background-color: white;
  z-index: 1000;
  transition: max-height 0.5s ease-out;
}
.header .navbar__left .menu.open {
  max-height: 1000px;
}
.header .navbar__left .menu ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.header .navbar__left .menu ul li {
  padding: 30px;
  font-size: large;
}
.header .navbar__left .menu ul li a {
  border-left: 1px solid #931E36;
  text-decoration: none;
  color: #4d4d4d;
  writing-mode: vertical-rl;
}
.header .navbar__title {
  padding-top: 10px;
}
@media screen and (max-width: 820px) {
  .header .navbar__title {
    text-align: start;
  }
}
.header .navbar__title img {
  margin-right: 10px;
}
@media screen and (max-width: 820px) {
  .header .navbar__title img {
    width: 100px;
    margin-top: 5px;
  }
}
.header .navbar__title h1 {
  display: none;
  margin: 0;
  font-size: 1.5em;
  color: #333;
}
.header .navbar__right {
  display: flex;
  align-items: center;
  position: absolute;
  top: 10px;
  right: 20px;
  margin: 0;
  padding-top: 5px;
}
.header .navbar__right .--topButton1 {
  font-size: 10px;
  padding: 10px;
}
.header .navbar__right .--topButton1 a {
  width: 100%;
}

.mv {
  position: relative;
}
.mv img {
  width: 100%;
  height: auto;
  padding: 0;
}
.mv__text {
  position: absolute;
  bottom: 150px;
  left: 20px;
  color: #fff;
  padding: 10px;
  text-align: start;
}
@media screen and (max-width: 768px) {
  .mv__text {
    bottom: 40px;
  }
}
.mv__text h2 {
  margin: 0;
  font-size: 2.5rem;
  font-weight: lighter;
  letter-spacing: 15px;
}
@media screen and (max-width: 768px) {
  .mv__text h2 {
    font-size: 1.5rem;
  }
}
.mv__text p {
  margin: 5px 0 0;
  font-size: 1.2rem;
  font-weight: lighter;
  letter-spacing: 6px;
}
@media screen and (max-width: 768px) {
  .mv__text p {
    font-size: 0.8rem;
  }
}

.strengths__items {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .strengths__items {
    display: block;
    padding: 20px 0;
  }
}
.strengths .items2 {
  flex-direction: row-reverse;
}
.strengths .items2 .strengths__text {
  margin-left: 0;
  margin-right: -50px;
}
@media screen and (max-width: 768px) {
  .strengths .items2 .strengths__text {
    margin: 0;
  }
}
.strengths__img {
  position: relative;
}
.strengths__img img {
  display: block;
}
@media screen and (max-width: 768px) {
  .strengths__img img {
    width: 100%;
  }
}
.strengths__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: white;
  padding: 20px;
  position: relative;
  margin-left: -50px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .strengths__text {
    display: block;
    margin: 0;
    padding: 0;
    background-color: #F7F3EE;
    height: auto;
  }
}
.strengths__text p {
  flex: 1;
  margin: 0;
  position: relative;
  z-index: 2;
  padding: 30px;
  text-align: start;
}
.strengths .strengths__detail.--topButton2 {
  padding: 0 0 20px 0;
}

.process {
  background-color: white;
  letter-spacing: 5px;
}
.process__steps {
  margin-bottom: 20px;
}
@media screen and (max-width: 430px) {
  .process__steps .secTitle {
    font-size: 17px;
  }
}
.process__itemGroup {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  margin: 50px 0 20px 0;
}
@media screen and (max-width: 960px) {
  .process__itemGroup {
    display: block;
  }
}
.process__itemGroup::before {
  content: "";
  position: absolute;
  top: 160px;
  left: 16.67%;
  right: 16.67%;
  height: 1px;
  border-top: 2px dashed #931E36;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .process__itemGroup::before {
    top: 80px;
    left: 30%;
    right: 0;
    height: 590px;
    border-top: none;
    border-left: 2px dashed #931E36;
  }
}
@media screen and (max-width: 768px) {
  .process__itemGroup::before {
    left: 20%;
  }
}
@media screen and (max-width: 768px) {
  .process__itemGroup::before {
    height: 580px;
  }
}
.process__item {
  position: relative;
  text-align: center;
  width: 33%;
  flex: 1;
  padding: 0 20px;
}
@media screen and (max-width: 960px) {
  .process__item {
    width: 100%;
    padding: 20px 0;
  }
}
@media screen and (max-width: 430px) {
  .process__item {
    font-size: 13px;
  }
}
.process__item::after {
  content: "";
  position: absolute;
  top: 155px;
  right: 160px;
  height: 12px;
  width: 12px;
  background-color: #931E36;
  border-radius: 50%;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .process__item::after {
    top: 80px;
    left: 29.4%;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .process__item::after {
    left: 19.3%;
  }
}
@media screen and (max-width: 430px) {
  .process__item::after {
    left: 18.5%;
  }
}
.process__item img {
  margin-bottom: 80px;
}
@media screen and (max-width: 960px) {
  .process__item img {
    margin: 0;
  }
}
@media screen and (max-width: 960px) {
  .process__item p {
    margin: 10px 0;
  }
}
@media screen and (max-width: 960px) {
  .process__item h2 {
    margin: 10px 0;
  }
}
.process__itemStep {
  font-family: "Helvetica", sans-serif;
  font-weight: bold;
  font-size: 1.2em;
  color: #A58B64;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}
.process__itemStep span {
  font-size: 30px;
}
.process__contact {
  align-items: center;
  padding: 50px 0;
}
.process__borderRed {
  margin: 0 auto;
  width: 70%;
  border: 3px solid #931E36;
  border-radius: 10px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .process__borderRed {
    width: 50%;
  }
}
.process__contactBox {
  display: flex;
  justify-content: space-around;
  color: #A58B64;
}
@media screen and (max-width: 768px) {
  .process__contactBox {
    display: block;
  }
}
.process__phone {
  border-right: 1px solid #A58B64;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .process__phone {
    border-right: none;
    border-bottom: 1px solid #A58B64;
    padding: 0 0 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .process__contactInfo {
    justify-content: center;
  }
}
.process__contactInfo .phoneIconNumber1__receptionTime {
  letter-spacing: 0;
  color: #4d4d4d;
}
.process__contactTitle {
  color: #931E36;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 960px) {
  .process__contactTitle {
    font-size: 18px;
  }
}
.process__contactTitle::before, .process__contactTitle::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #931E36;
  position: absolute;
}
.process__contactTitle::before {
  transform: rotate(45deg);
  top: 50%;
  left: 260px;
}
@media screen and (max-width: 960px) {
  .process__contactTitle::before {
    left: 160px;
  }
}
@media screen and (max-width: 768px) {
  .process__contactTitle::before {
    left: 100px;
  }
}
@media screen and (max-width: 430px) {
  .process__contactTitle::before {
    left: 40px;
  }
}
.process__contactTitle::after {
  transform: rotate(-45deg);
  top: 50%;
  right: 260px;
}
@media screen and (max-width: 960px) {
  .process__contactTitle::after {
    right: 160px;
  }
}
@media screen and (max-width: 768px) {
  .process__contactTitle::after {
    right: 100px;
  }
}
@media screen and (max-width: 430px) {
  .process__contactTitle::after {
    right: 40px;
  }
}
.process__reserve {
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .process__reserve {
    padding: 10px 0;
  }
}

.productsTop {
  background-color: white;
}
.productsTop__accordion .accordion_area {
  margin: 60px auto;
  height: 700px;
  overflow: hidden;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  border-left: 1px solid #A58B64;
}
@media screen and (max-width: 1120px) {
  .productsTop__accordion .accordion_area {
    height: 100%;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    border-left: none;
    border-bottom: 1px solid #A58B64;
  }
}
.productsTop__item .accordion_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 20%;
  height: 700px;
  float: left;
  font-size: 26px;
  letter-spacing: 20px;
  padding: 0;
  text-align: left;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.2s;
  border-top: 1px solid #A58B64;
  border-right: 1px solid #A58B64;
  border-bottom: 1px solid #A58B64;
  box-sizing: border-box;
}
@media screen and (max-width: 1120px) {
  .productsTop__item .accordion_header {
    width: 100%;
    height: 100%;
    float: none;
    border-right: none;
    border-bottom: none;
    letter-spacing: 10px;
  }
}
.productsTop__item .accordion_header :hover {
  opacity: 0.8;
}
.productsTop__item .accordion_header .header_inner {
  padding: 70px 15px;
  margin: 0 10px;
}
@media screen and (max-width: 1120px) {
  .productsTop__item .accordion_header .header_inner {
    padding: 30px;
    margin: 0;
    font-size: 20px;
  }
}
.productsTop__item .accordion_header .header_inner img {
  padding: 0 0 30px 0;
}
@media screen and (max-width: 1120px) {
  .productsTop__item .accordion_header .header_inner img {
    padding: 0 20px 0 0;
  }
}
.productsTop__arrow {
  padding: 0 0 40px 0;
}
@media screen and (max-width: 1120px) {
  .productsTop__arrow {
    padding: 0 20px 0 0;
  }
}
.productsTop .open {
  pointer-events: none;
}
@media screen and (max-width: 1120px) {
  .productsTop .open {
    pointer-events: all;
  }
}
.productsTop__item .accordion_inner {
  float: left;
  height: 700px;
  overflow: hidden;
  display: none;
  padding: 0;
  border-top: 1px solid #A58B64;
  border-bottom: 1px solid #A58B64;
  box-sizing: border-box;
}
@media screen and (max-width: 1120px) {
  .productsTop__item .accordion_inner {
    float: none;
    height: 100%;
    float: none;
    border-top: none;
    border-bottom: none;
  }
}
.productsTop__item .accordion_inner .box_one {
  padding: 15px;
}
.productsTop__item .accordion_inner p.txt_a_ac {
  padding: 30px;
  text-align: start;
}
@media screen and (max-width: 1120px) {
  .productsTop__item .accordion_inner p.txt_a_ac {
    text-align: start;
    padding: 0 30px;
  }
}
.productsTop__item .accordion_inner.stay {
  display: block;
}
.productsTop__img {
  display: flex;
  justify-content: space-evenly;
  padding: 0 30px;
}
@media screen and (max-width: 1120px) {
  .productsTop__img {
    display: block;
  }
}
@media screen and (max-width: 430px) {
  .productsTop__img--upper {
    width: 100%;
  }
}
.productsTop__img--lower {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1120px) {
  .productsTop__img--lower {
    flex-direction: row;
    justify-content: center;
    gap: 10px;
  }
}
@media screen and (max-width: 430px) {
  .productsTop__img--lower {
    gap: 0;
  }
}
@media screen and (max-width: 1120px) {
  .productsTop__itemDetail {
    margin: 20px 0;
  }
}

@media screen and (max-width: 768px) {
  .eventsTop {
    padding: 45px 0;
  }
}
.eventsTop__areaList {
  display: flex;
  justify-content: space-between;
  width: 50%;
  margin: 20px auto 0 auto;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .eventsTop__areaList {
    width: auto;
    font-size: smaller;
    padding: 0 20px;
  }
}
.eventsTop__mv {
  position: relative;
  text-align: center;
}
.eventsTop__mv[data-area] {
  display: none;
}
.eventsTop__mv[data-area=tokyo] {
  display: block;
}
.eventsTop .slick-slide img {
  width: 100%;
}
.eventsTop .slick-next {
  right: -35px;
}
.eventsTop .slick-prev {
  left: -45px;
}
.eventsTop .slick-next:before,
.eventsTop .slick-prev:before {
  color: #931E36;
  font-size: xx-large;
}
.eventsTop__text {
  text-align: start;
}
.eventsTop__text p {
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .eventsTop__text p {
    padding: 20px;
  }
}
.eventsTop__textDetail {
  padding-top: 20px;
}

.faq {
  text-align: center;
  background-color: white;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 90px 0 20px 0;
  }
}
.faq .inner {
  max-width: 800px;
}
.faq .faq__list {
  border-bottom: 2px solid #A58B64;
  padding: 30px 0 0 0;
}
.faq .faq__list .faq__item {
  max-width: 1024px;
  margin: 0 auto;
}
.faq .faq__header {
  border-top: 2px solid #A58B64;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .faq .faq__header {
    padding: 20px;
  }
}
.faq .faq__number {
  font-size: 20px;
  font-weight: bold;
  color: #931E36;
}
.faq .faq__list .faq__item .faq__q {
  font-size: 20px;
  font-weight: bold;
  padding: 20px 11%;
  text-align: start;
  position: relative;
  z-index: 1;
  transition-duration: 0.2s;
  width: 500px;
}
.faq .faq__list .faq__item .faq__q:hover {
  opacity: 0.8;
}
.faq .faq__list .faq__item .faq__a {
  display: none;
  padding: 30px 152px;
  box-sizing: border-box;
  text-align: start;
}
@media screen and (max-width: 768px) {
  .faq .faq__list .faq__item .faq__a {
    padding: 30px 60px;
  }
}
.faq .faq__list .faq__item .faq__a p.txt_a_ac {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .faq .faq__list .faq__item .faq__q {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .faq .faq__list .faq__item .faq__q {
    font-size: 16px;
    text-align: left;
    padding: 15px 60px 15px 15px;
  }
}
.faq .faq__detail {
  padding: 30px 0;
}

.newsTop {
  text-align: center;
  background-color: white;
  border-top: 1px solid #A58B64;
}
.newsTop .inner {
  max-width: 800px;
}
.newsTop__list {
  border-bottom: 1px solid #A58B64;
  margin: 50px 0;
}
.newsTop__item {
  display: flex;
  padding: 20px 0;
  border-top: 1px solid #A58B64;
}
.newsTop__date {
  color: #931E36;
}
.newsTop__text {
  padding-left: 10%;
}

.contact__outer {
  display: flex;
  justify-content: center;
  padding: 50px 20px;
  gap: 1%;
}
@media screen and (max-width: 768px) {
  .contact__outer {
    display: block;
    padding: 50px 0 0 0;
  }
}
@media screen and (max-width: 430px) {
  .contact__outer {
    padding: 30px 0 0 0;
  }
}
.contact__left {
  width: 60%;
}
.contact__left--upper img {
  width: 100%;
}
.contact__left--lower {
  display: flex;
  gap: 2%;
  padding-top: 1%;
}
.contact__left--lower img {
  width: 49%;
}
.contact__right {
  color: #fff;
  background-color: #931E36;
  display: flex;
  align-items: center;
  width: 100%;
}
.contact__right--inner {
  text-align: start;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-around;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contact__right--inner {
    padding: 10px 0 30px 0;
  }
}
.contact__textTitle {
  letter-spacing: 8px;
  font-weight: 100;
}
@media screen and (max-width: 768px) {
  .contact__textTitle {
    letter-spacing: 4px;
    font-size: 16px;
  }
}
.contact__textTitle br {
  display: block;
  content: "";
  margin: 10px 0;
}
.contact__text {
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .contact__text {
    font-size: 12px;
  }
}
.contact__button {
  width: 100%;
  height: 15%;
}
.contact__button a {
  width: 100%;
  font-size: smaller;
}
@media screen and (max-width: 768px) {
  .contact__button a {
    width: 80%;
  }
}

.footer {
  background-color: #322303;
}
.footer__inner {
  display: flex;
  justify-content: space-between;
  color: white;
  padding: 50px 0;
  height: 400px;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    display: block;
    height: 100%;
    padding: 50px 20px;
  }
}
.footer__navLeft {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
@media screen and (max-width: 768px) {
  .footer__navLeft {
    gap: 20px;
  }
}
.footer__contact {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .footer__contact {
    display: block;
    text-align: start;
  }
}
.footer__contactInfo {
  padding-bottom: 5px;
}
.footer__contactInfo .phoneIconNumber2__phoneNumber {
  margin: 0;
}
.footer__reserve {
  display: block;
}
@media screen and (max-width: 768px) {
  .footer__reserve {
    padding-top: 20px;
  }
}
.footer__reserve a {
  padding: 8px 20px;
  font-size: medium;
}
.footer__sns {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .footer__sns {
    justify-content: flex-start;
  }
}
.footer__sns img {
  width: 12%;
}
@media screen and (max-width: 768px) {
  .footer__sns img {
    width: auto;
  }
}
.footer__navRight {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .footer__navRight {
    margin: 0 auto;
  }
}
.footer__title {
  font-weight: lighter;
  font-size: medium;
}
.footer__item {
  font-size: small;
  padding: 4px;
}
.footer__copyRight {
  text-align: center;
  padding: 10px 0;
  background-color: #931E36;
  color: white;
  margin: 0;
}/*# sourceMappingURL=style.css.map */