@charset "UTF-8";
/*文字コード指定*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
html {
  font-size: 62.5%;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.75;
  color: #222222;
  letter-spacing: -0.1em;
  background-color: #ffffff;
}
@media (min-width: 769px) {
  body {
    font-size: 1.6rem;
  }
}

a {
  color: #ebd47a;
  text-decoration: none;
  margin-left: 20px;
}

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

@media (min-width: 769px) {
  .box {
    display: flex;
  }
}

@media (min-width: 769px) {
  .index-box {
    width: 1080px;
    margin: 0 auto;
  }
}

.infomation {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (min-width: 769px) {
  .infomation {
    display: flex;
    justify-content: start;
    align-items: flex-end;
    margin: 7rem 0 4rem 0;
  }
}

.infomation-item {
  width: 45%;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  margin: 10px 7px;
}
@media (min-width: 769px) {
  .infomation-item {
    flex: 0 1 calc(90% / 3);
    height: 250px;
    padding: 0px;
    /* カラム間の隙間 */
    letter-spacing: 0px;
    line-height: 2rem;
  }
}

.info-title {
  font-family: "Roboto Condensed";
  padding-left: 2rem;
  margin: 0;
  font-size: 28px;
  letter-spacing: 0;
}
@media (min-width: 769px) {
  .info-title {
    font-size: 36px;
    margin: 0;
  }
}

.index-discription {
  display: flex;
  align-items: center;
  margin-right: 3rem;
  color: #b19833;
}
@media (min-width: 769px) {
  .index-discription {
    margin-bottom: 5px;
  }
}

#index-p {
  font-size: 18px;
  margin: 0;
}
@media (min-width: 769px) {
  #index-p {
    font-size: 16px;
    margin-left: 15px;
  }
}

.index-discription i {
  margin: 0;
  margin-bottom: -14px;
  margin-left: 7px;
}

.fa,
.fas {
  font-size: 15px;
  font-weight: 900;
  padding-bottom: 0.5rem;
  color: #b19833;
}

.container-text {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin: 1rem;
}

.date {
  font-size: 13px;
  letter-spacing: 0px;
  color: #777777;
  margin: 0;
}

.text {
  font-size: 15px;
  margin: 0;
}
@media (min-width: 769px) {
  .text {
    margin-top: 17px;
    line-height: 2rem;
  }
}

@media (min-width: 769px) {
  .info-box {
    display: flex;
    margin: 5rem;
    width: 1080px;
    margin: 12rem auto;
  }
}

@media (min-width: 768px) {
  .info-pc-tate {
    width: 38%;
    margin-left: 4rem;
  }
}

.info-footer-body {
  padding: 0 0 5px 9rem;
  line-height: 1px;
}
@media (min-width: 769px) {
  .info-footer-body {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .pc-menu {
    display: none;
  }
}

.ca {
  margin: 0;
  font-size: 25px;
  font-weight: bold;
  font-family: "Roboto Condensed";
  letter-spacing: 0px;
}

.info {
  font-size: 20px;
  color: #b19833;
  font-weight: bold;
  margin-bottom: -1rem;
  font-family: "Roboto Condensed";
  letter-spacing: 0px;
}

.ab {
  font-size: 20px;
  color: #b19833;
  font-weight: bold;
  margin-bottom: -1rem;
  font-family: "Roboto Condensed";
  letter-spacing: 0px;
}

.me {
  font-size: 20px;
  color: #b19833;
  font-weight: bold;
  font-family: "Roboto Condensed";
  letter-spacing: 0px;
}

.address {
  margin-left: 1.5rem;
  margin-top: 7rem;
}
@media (min-width: 769px) {
  .address {
    font-size: 22px;
    border-top: solid 1px #777777;
    padding-top: 3rem;
    width: 68%;
    margin-left: 0.5px;
  }
}

.container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 2rem 2rem 2rem;
  box-sizing: border-box;
}
@media (min-width: 769px) {
  .container {
    display: flex;
    flex-wrap: nowrap;
  }
}

.container2 {
  width: 95%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin-left: 2rem;
}
@media (min-width: 769px) {
  .container2 {
    width: 100%;
    flex-wrap: row;
  }
}

.about {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 10px;
}
@media (min-width: 769px) {
  .about {
    display: flex;
    justify-content: start;
    align-items: flex-end;
    margin-top: 7rem;
  }
}

@media (max-width: 768px) {
  #about-text2 {
    display: none;
  }
}

.about-title {
  padding-left: 20px;
  margin: 0;
  font-size: 28px;
  letter-spacing: -1px;
  font-family: "Roboto Condensed";
}
@media (min-width: 769px) {
  .about-title {
    font-size: 36px;
  }
}

.about-discription {
  margin: 0rem;
  font-size: 15px;
  color: #b19833;
}

.fa,
.fas {
  font-weight: 900;
  padding-bottom: 1rem;
  color: #b19833;
}

@media (min-width: 769px) {
  .about-container {
    display: flex;
    align-items: center;
    margin-top: 3rem;
  }
}

@media (min-width: 769px) {
  .about-container img {
    max-width: 50%;
    margin-left: 15px;
  }
}

.index-about-textbox {
  display: flex;
  flex-direction: column;
  margin: 2rem;
}

.index-about-text {
  font-family: "Noto Sans JP";
  font-weight: normal;
  margin: 0 0 3rem 0;
  font-size: 18px;
  letter-spacing: -1px;
}
@media (min-width: 769px) {
  .index-about-text {
    font-size: 17px;
    font-weight: 500;
    line-height: 27px;
    margin: 0px 0 16px 0;
  }
}

.index-about-text2 {
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  margin: 0px 0 10px 0;
}
@media (max-width: 768px) {
  .index-about-text2 {
    display: none;
  }
}

.about-box {
  margin-top: 4rem;
}
@media (min-width: 769px) {
  .about-box {
    display: flex;
    justify-content: center;
    width: 1080px;
    margin: 5rem auto;
  }
}

.about-about-textbox {
  display: flex;
  flex-direction: column;
  margin: 2rem;
}
@media (min-width: 769px) {
  .about-about-textbox {
    margin: 3rem 12rem 6rem 0;
  }
}

.about-about-text {
  font-weight: normal;
  margin: 0;
  font-size: 16px;
  letter-spacing: -2px;
}
@media (min-width: 769px) {
  .about-about-text {
    font-size: 17px;
    font-weight: normal;
    line-height: 3rem;
    margin: 0;
  }
}

.about-about-text2 {
  font-weight: normal;
  margin-top: 10px;
  font-size: 17px;
  line-height: 3rem;
}
@media (max-width: 768px) {
  .about-about-text2 {
    display: none;
  }
}

@media (min-width: 769px) {
  .about-pc-left {
    margin-top: 7.5rem;
    width: 100%;
  }
}

@media (min-width: 769px) {
  .about-pc-left img {
    width: 85%;
  }
}

@media (min-width: 769px) {
  .about-pc-tate {
    width: 33%;
    margin-top: 7.5rem;
  }
}

.menu {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 10px;
}
@media (min-width: 769px) {
  .menu {
    display: flex;
    justify-content: start;
    align-items: flex-end;
    margin-top: 7rem;
  }
}

.menu-title {
  padding-left: 2rem;
  margin: 0;
  font-size: 28px;
  font-family: "Roboto Condensed";
  letter-spacing: 0;
}
@media (min-width: 769px) {
  .menu-title {
    font-size: 36px;
  }
}

.menu-discription {
  padding-top: 5rem;
  padding-left: 3rem;
  margin: 0rem;
  font-size: 2rem;
  color: #b19833;
}

.fa,
.fas {
  font-weight: 900;
  padding-bottom: 1rem;
  color: #b19833;
}

@media (min-width: 769px) {
  .slideshow-index-sp {
    display: none;
  }
}

.menu-images {
  display: flex;
}
@media (min-width: 769px) {
  .menu-images {
    display: none;
  }
}

ul {
  display: flex;
  list-style: none;
  padding: 0 15px;
}
@media (min-width: 769px) {
  ul {
    padding: 0;
  }
}

li {
  padding-left: 10px;
}
@media (min-width: 769px) {
  li:first-child {
    padding-left: 0px;
  }
}

.menu-text {
  font-weight: normal;
  margin: 2rem;
}
@media (min-width: 769px) {
  .menu-text {
    margin: 10px;
    width: 49%;
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  #menu-text2 {
    display: none;
  }
}

.index-menucontainer {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.slideshow-index-pc {
  width: 100%;
}
@media (max-width: 768px) {
  .slideshow-index-pc {
    display: none;
  }
}

.thumbnail {
  display: flex;
  padding: 0;
  list-style: none;
}

.thumbnail li {
  width: calc(100% / 3);
  cursor: pointer;
}

.menu-box {
  margin-top: 40px;
}
@media (min-width: 769px) {
  .menu-box {
    display: flex;
    width: 1080px;
    margin: 5rem auto;
  }
}

.sp-menu-box {
  margin: 10px;
}

@media (min-width: 769px) {
  .menu-pc-left {
    width: 100%;
  }
}

@media (min-width: 769px) {
  .menu-pc-tate {
    float: right;
    width: 38%;
    margin-left: 9rem;
    margin-top: 7rem;
  }
}

.menu-index {
  display: flex;
  align-items: flex-end;
  border-bottom: solid;
  border-color: #b19833;
}

.name {
  font-size: 28px;
  font-weight: bolder;
  margin: 0;
  font-family: "Roboto Condensed";
}
@media (min-width: 769px) {
  .name {
    font-size: 36px;
  }
}

.name2 {
  font-size: 14px;
  padding-left: 5rem;
  color: #b19833;
  font-weight: bolder;
}
@media (min-width: 769px) {
  .name2 {
    font-size: 16px;
  }
}

@media (min-width: 769px) {
  .list-container {
    display: flex;
    justify-content: space-between;
  }
}

.list {
  line-height: 1px;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 769px) {
  .list {
    border-bottom: solid 1px #777777;
    width: 48%;
    line-height: 1;
  }
}

.list-no-border {
  line-height: 1px;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 769px) {
  .list-no-border {
    display: flex;
    width: 48%;
    justify-content: space-between;
  }
}

.menuhyou {
  font-size: 16px;
}

.nedan {
  font-size: 16px;
}

.slideshow {
  margin-top: 8rem;
}

.thumbnail {
  display: flex;
  padding: 0;
  list-style: none;
}

.thumbnail li {
  width: calc(100% / 3);
  cursor: pointer;
}

.shop-title {
  display: inline-block;
  padding-left: 3rem;
  margin: 0;
  font-size: 3rem;
  font-family: "Roboto Condensed";
}
@media (min-width: 769px) {
  .shop-title {
    padding-left: 12rem;
  }
}

.map {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.carousel {
  position: relative;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 6rem;
  color: #ffffff;
  background-size: cover;
  background-position: center;
}
@media (min-wdth: 769px) {
  .carousel {
    width: 100%;
    height: 50%;
  }
}

.slick-dots {
  bottom: 50px;
}

.slick-dots li.slick-active button:before {
  color: #b19833;
  opacity: 1;
}

.slick-dots li button:before {
  color: #ffffff;
  opacity: 1;
}

.cover {
  width: 85%;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: 0;
  padding: 0;
  font-weight: 400;
  color: #ffffff;
}

.cover-title {
  font-size: 3rem;
  font-weight: 500;
  margin: 0;
  font-family: "Roboto Condensed";
  font-weight: bolder;
  letter-spacing: 1px;
}
@media (min-width: 769px) {
  .cover-title {
    font-size: 8rem;
  }
}

.cover-discription {
  margin: 0;
  font-size: 22px;
  font-weight: 500;
  color: #ffffff;
  font-family: "Roboto Condensed";
  font-weight: bolder;
  letter-spacing: 1px;
}
@media (min-width: 769px) {
  .cover-discription {
    font-size: 5.6rem;
  }
}

.info-cover {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20rem;
  padding-top: 6rem;
  color: #ffffff;
  background-image: url(../images/cover/cover_info.jpg);
  background-size: cover;
  background-position: center;
  margin-bottom: 5rem;
}

.cover-info {
  margin: 0;
  font-size: 4rem;
  font-weight: 700;
  color: #ffffff;
  font-family: "Roboto Condensed";
  letter-spacing: 2px;
}
@media (min-width: 769px) {
  .cover-info {
    font-size: 5rem;
  }
}

.about-cover {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20rem;
  padding-top: 6rem;
  color: #ffffff;
  background-image: url(../images/cover/cover_about.jpg);
  background-size: cover;
  background-position: center;
}

.cover-about {
  margin: 0;
  font-size: 4.8rem;
  font-weight: 700;
  color: #ffffff;
  font-family: "Roboto Condensed";
  letter-spacing: 2px;
}
@media (min-width: 769px) {
  .cover-about {
    font-size: 5rem;
  }
}

.menu-cover {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20rem;
  padding-top: 6rem;
  color: #ffffff;
  background-image: url(../images/cover/cover_menu.jpg);
  background-size: cover;
  background-position: center;
}

.cover-menu {
  margin: 0;
  font-size: 4.8rem;
  font-weight: 700;
  font-family: "Roboto Condensed";
  color: #ffffff;
  letter-spacing: 2px;
}
@media (min-width: 769px) {
  .cover-menu {
    font-size: 5rem;
  }
}

.header {
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 100;
  width: 100%;
  height: 6rem;
  padding: 0 0 0 0rem;
  background-color: #222222;
  box-sizing: border-box;
}

.logp {
  display: inherit;
  margin: 0;
}

.nav-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  font-size: 3.1rem;
  color: #b19833;
  cursor: pointer;
  margin-right: 20px;
}
@media (min-width: 769px) {
  .nav-button {
    display: none;
  }
}

.sp-nav {
  position: absolute;
  top: 6rem;
  left: 0;
  display: none;
  z-index: 1000;
  width: 100%;
  padding: 4rem;
  font-size: 2.4rem;
  text-align: center;
  background-color: #ffffff;
  border-top: 1px solid #222222;
  box-sizing: border-box;
}

.sp-nav-list {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0 3rem 0 1rem;
  list-style: none;
}
.sp-nav-list li {
  margin-bottom: 4rem;
}

.pc-nav {
  display: none;
}
@media (min-width: 769px) {
  .pc-nav {
    display: block;
    margin-right: 8rem;
  }
}

.pc-nav-list {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  letter-spacing: normal;
  font-family: "Roboto Condensed";
}
.pc-nav-list li {
  margin-left: 2rem;
}

.index-footer-logo img {
  padding-top: 3rem;
}
@media (min-width: 769px) {
  .index-footer-logo img {
    display: flex;
    justify-content: center;
    padding-top: 6rem;
  }
}

.index-footer-container {
  background-color: #b19833;
}
@media (min-width: 769px) {
  .index-footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (min-width: 769px) {
  .index-footer-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    letter-spacing: 0.5px;
  }
}

.index-footer-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-top: solid 2px #ebd47a;
  border-bottom: solid 2px #ebd47a;
  margin-top: 2rem;
  margin-left: 4rem;
  width: 73%;
  font-size: 1.3rem;
  letter-spacing: 1px;
  color: #ffffff;
  font-weight: normal;
}
@media (min-width: 769px) {
  .index-footer-body {
    flex-direction: row;
    letter-spacing: 2px;
    font-size: 2rem;
    margin-left: 0;
    width: 100%;
  }
}

.index-time {
  display: flex;
  justify-content: start;
  align-items: center;
}
@media (min-width: 769px) {
  .index-time {
    margin: 1.5rem;
  }
}

.index-eigyo {
  font-size: 14px;
  margin: 0 50px 0 0;
  font-weight: normal;
  font-family: "Noto Sans JP";
}
@media (min-width: 769px) {
  .index-eigyo {
    font-size: 18px;
    margin-right: 0;
    letter-spacing: 0.5px;
  }
}

.index-jikan {
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
@media (min-width: 769px) {
  .index-jikan {
    font-size: 18px;
    padding-left: 3rem;
    letter-spacing: 0.5px;
  }
}

.index-tel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1px;
}
@media (min-width: 769px) {
  .index-tel {
    margin: 1.5rem;
    padding-left: 3rem;
  }
}

.index-bangou {
  font-size: 14px;
  margin: 0 52px 0 0;
  font-weight: normal;
  font-family: "Noto Sans JP";
}
@media (min-width: 769px) {
  .index-bangou {
    font-size: 18px;
    margin-right: 3rem;
    font-weight: normal;
  }
}

.index-tel-no {
  font-family: "Noto Sans JP";
  font-size: 14px;
  letter-spacing: 1px;
}
@media (min-width: 769px) {
  .index-tel-no {
    font-size: 18px;
  }
}

.footer-address-index {
  line-height: 5px;
  color: #ffffff;
  margin-left: 3rem;
  letter-spacing: 1px;
  font-style: normal;
  padding: 10px 0 10px 0;
}
@media (min-width: 769px) {
  .footer-address-index {
    display: flex;
    margin-left: -1rem;
  }
}

.ad1 {
  font-size: 12px;
  font-weight: normal;
}
@media (min-width: 769px) {
  .ad1 {
    font-weight: normal;
    font-size: 14px;
  }
}

.ad2 {
  font-size: 12px;
  font-weight: normal;
}
@media (min-width: 769px) {
  .ad2 {
    margin-left: 2rem;
    font-weight: normal;
    font-size: 14px;
  }
}

@media (min-width: 769px) {
  .jikan {
    font-size: 16px;
    letter-spacing: 1.5px;
  }
}

@media (min-width: 769px) {
  .tel-no {
    font-size: 16px;
    margin-left: 31px;
    letter-spacing: 0.5px;
  }
}

.index-under {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  letter-spacing: 1px;
}
@media (min-width: 769px) {
  .index-under {
    display: flex;
    flex-direction: column;
    font-size: 1.5rem;
    margin: 1rem;
  }
}

@media (min-width: 769px) {
  .index-footer-logo a {
    margin: 0;
  }
}

.index-footer-sns {
  display: flex;
  list-style: none;
}
@media (min-width: 769px) {
  .index-footer-sns {
    margin: 0 16px 32px 0;
  }
}
.index-footer-sns li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 40px;
  height: 40px;
  margin-right: 8px;
  font-size: 3px;
  background-color: #ffffff;
  border-radius: 50%;
}
.index-footer-sns li:first-child {
  margin-left: 2rem;
}
@media (max-width: 768px) {
  .index-footer-sns li {
    width: 25px;
    height: 25px;
  }
}
.index-footer-sns a {
  font-size: 20px;
  color: #b19833;
  margin-left: 3px;
}
@media (max-width: 768px) {
  .index-footer-sns a {
    font-size: 13px;
  }
}

.copyright {
  text-align: center;
  color: #777777;
  margin-top: 1rem;
  margin-bottom: 1rem;
  letter-spacing: 0px;
}

@media (min-width: 769px) {
  .info-rightbox {
    display: flex;
    flex-direction: column;
    line-height: 3px;
    letter-spacing: 0.4px;
    font-size: 18px;
    align-items: start;
  }
}

@media (minwidth: 769px) {
  .info-footer-body {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
}

.info-eigyo {
  margin-right: 6rem;
  font-weight: normal;
  font-size: 14px;
}
@media (min-width: 769px) {
  .info-eigyo {
    margin-right: 31px;
    font-weight: normal;
    font-size: 16px;
  }
}

.footer-address-info {
  line-height: 5px;
  color: #222222;
  margin-left: 10px;
  letter-spacing: 1px;
  font-style: normal;
  font-size: 12px;
}
@media (min-width: 769px) {
  .footer-address-info {
    display: flex;
    flex-direction: column;
    align-items: start;
    line-height: 10px;
    font-size: 15px;
    margin: 8px 0 8px 0;
  }
}

.info-ad2 {
  font-size: 12px;
  font-weight: normal;
}
@media (min-width: 769px) {
  .info-ad2 {
    font-size: 14px;
    margin: 0;
    font-weight: normal;
  }
}

.info-under {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
}
@media (min-width: 769px) {
  .info-under {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
}

@media (min-width: 769px) {
  .about-rightbox {
    display: flex;
    flex-direction: column;
    line-height: 3px;
    letter-spacing: 0.4px;
    font-size: 18px;
    align-items: start;
    margin-left: 10px;
  }
}

.about-footer-body {
  line-height: 1px;
}
@media (minwidth: 769px) {
  .about-footer-body {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
}

.about-eigyo {
  margin-right: 6rem;
  font-weight: normal;
}
@media (min-width: 769px) {
  .about-eigyo {
    margin-right: 60px;
    font-weight: normal;
    font-size: 18px;
  }
}

.footer-address-about {
  line-height: 5px;
  color: #222222;
  margin-left: 10px;
  letter-spacing: 1px;
  font-style: normal;
  font-size: 12px;
}
@media (min-width: 769px) {
  .footer-address-about {
    display: flex;
    flex-direction: column;
    align-items: start;
    line-height: 10px;
    margin: 8px 0 8px 0;
    font-weight: normal;
  }
}

.about-ad2 {
  font-weight: normal;
}
@media (min-width: 769px) {
  .about-ad2 {
    margin: 0;
    font-weight: normal;
  }
}

.about-under {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
}
@media (min-width: 769px) {
  .about-under {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
}

@media (min-width: 769px) {
  .menu-rightbox {
    display: flex;
    flex-direction: column;
    line-height: 3px;
    letter-spacing: 0.4px;
    font-size: 18px;
    align-items: start;
    margin-left: 10px;
  }
}

.menu-footer-body {
  line-height: 1px;
}
@media (minwidth: 769px) {
  .menu-footer-body {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
}

.menu-eigyo {
  font-weight: normal;
  margin-right: 6rem;
}
@media (min-width: 769px) {
  .menu-eigyo {
    font-weight: normal;
    font-size: 18px;
    margin: 0;
  }
}

.footer-address-menu {
  line-height: 5px;
  color: #222222;
  margin-left: 10px;
  letter-spacing: 1px;
  font-style: normal;
  font-size: 12px;
}
@media (min-width: 769px) {
  .footer-address-menu {
    display: flex;
    flex-direction: column;
    align-items: start;
    line-height: 10px;
    font-size: 15px;
    margin: 8px 0 8px 0;
  }
}

.menu-ad2 {
  font-size: 12px;
  font-weight: normal;
}
@media (min-width: 769px) {
  .menu-ad2 {
    margin: 0;
    font-size: 14px;
    font-weight: normal;
  }
}

.menu-under {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
}
@media (min-width: 769px) {
  .menu-under {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
}

@media (min-width: 769px) {
  .footer-container {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
}

.footer {
  padding: 3 0 3rem;
  font-size: 1.4rem;
  background-color: #ebd47a;
}

.footer-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: solid 2px #ebd47a;
  border-bottom: solid 2px #ebd47a;
}
@media (min-width: 769px) {
  .footer-body {
    flex-direction: row;
    margin-left: 198px;
    width: 59%;
    letter-spacing: 1px;
  }
}

.footer-logo {
  padding-top: 5px;
  padding-left: 5px;
}
@media (min-width: 769px) {
  .footer-logo {
    margin: 20px;
  }
}

.footer-info {
  padding-left: 5rem;
  display: inline-block;
}

@media (min-wdth: 769px) {
  .shop-info {
    float: right;
  }
}

.time {
  display: flex;
  justify-content: start;
  align-items: center;
}
@media (min-width: 769px) {
  .time {
    display: flex;
    justify-content: start;
    color: #222222;
  }
}

.tel {
  display: flex;
  justify-content: start;
  align-items: center;
}
@media (min-width: 769px) {
  .tel {
    display: flex;
    justify-content: start;
    color: #222222;
  }
}

.bangou {
  margin-right: 61px;
  font-weight: normal;
  font-size: 14px;
}
@media (min-width: 769px) {
  .bangou {
    margin: 0;
    font-size: 16px;
  }
}

.under {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 10px;
}
@media (min-width: 769px) {
  .under {
    display: flex;
    justify-content: start;
  }
}

.footer-address {
  margin-bottom: 2rem;
  font-style: normal;
  text-align: start;
}

.footer-sns {
  display: flex;
  padding: 0;
  margin: 0 0 2rem;
  list-style: none;
}
.footer-sns li {
  display: flex;
  align-items: center;
  width: 3.2rem;
  height: 2.5rem;
  margin-left: 4px;
  font-size: 1rem;
  background-color: #ffffff;
  border-radius: 50%;
}
.footer-sns li:first-child {
  margin-left: 2rem;
}
.footer-sns a {
  font-size: 15px;
  color: #ebd47a;
}

.copyright {
  text-align: center;
  color: #777777;
}

.sns2 {
  display: flex;
  padding: 0;
  margin-right: 2rem;
  list-style: none;
}
.sns2 li {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 30px;
  height: 34px;
  margin: 4px;
  font-size: 1rem;
  background-color: #b19833;
  border-radius: 50%;
}
.sns2 li:first-child {
  width: 39px;
  height: 33px;
}
@media (max-width: 768px) {
  .sns2 li:first-child {
    width: 22px;
    height: 28px;
  }
}
@media (max-width: 768px) {
  .sns2 li {
    margin-left: 0;
    width: 20px;
    height: 27px;
  }
}
.sns2 a {
  font-size: 18px;
  color: #ffffff;
  margin-left: -10px;
}
.sns2 a:first-child {
  margin-left: -11px;
}
@media (max-width: 768px) {
  .sns2 a {
    font-size: 14px;
  }
}

.footer2 {
  display: flex;
  justify-content: center;
  background-color: #222222;
}

.copyright2 {
  text-align: center;
  color: #777777;
  letter-spacing: 0rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  letter-spacing: 0em;
}

/*# sourceMappingURL=style.css.map */
