@charset "UTF-8";
/* 文字コードの指定 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.75;
}
@media (min-width: 769px) {
  body {
    font-size: 1.6rem;
  }
}

a {
  display: inline-block;
  text-decoration: none;
}

a:hover {
  cursor: pointer;
  opacity: 0.8;
}

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

ul {
  list-style: none;
}

h1 {
  margin: 0;
  line-height: 0;
}

h2 {
  line-height: 1;
}

h3 {
  line-height: 1;
}

.warp {
  max-width: 1080px;
  margin: 0 auto;
}

.section-title {
  font-size: 2.8rem;
  font-family: "Roboto Condensed";
}

.title {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-bottom: 20px;
}
.title p {
  color: #b19833;
}

@media screen and (min-width: 769px) {
  .section-title {
    font-size: 3.6rem;
    font-family: "Roboto Condensed";
  }

  .title {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 50px;
  }
  .title p {
    margin-left: 20px;
    color: #b19833;
  }
}
.header {
  width: 100%;
  padding: 11px 20px;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 100;
}
.header .header-sp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header-sp .sp-logo img {
  height: 20px;
}
.header .header-sp .pc-logo {
  display: none;
}

.nav-button i {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2rem;
  color: #b19833;
}

.sp-nav {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 120px 0 16px 0;
  font-family: "Roboto Condensed";
  font-size: 4rem;
  font-weight: 900;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
}
.sp-nav .sp-nav-list {
  margin-bottom: 133px;
}
.sp-nav .sp-nav-list a {
  color: #b19833;
}
.sp-nav .sp-nav-sales {
  width: 240px;
  margin: 0 auto 16px auto;
  padding: 13px;
  color: #fff;
  font-size: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 2px solid #b19833;
  border-bottom: 2px solid #b19833;
}
.sp-nav .sp-nav-sales dt {
  width: 45%;
  text-align: left;
}
.sp-nav .sp-nav-sales dd {
  width: 55%;
  text-align: right;
}
.sp-nav .sp-nav-access {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  color: #fff;
  font-size: 1.4rem;
  -moz-text-align-last: left;
       text-align-last: left;
}
.sp-nav .sp-nav-access .sns .sns-list {
  position: relative;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  margin-left: 10px;
}
.sp-nav .sp-nav-access .sns i {
  position: absolute;
  top: 5px;
  left: 6px;
  color: #b19833;
}

.header-pc {
  display: none;
}

@media screen and (min-width: 769px) {
  .header {
    padding: 17.5px 0;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 100;
  }
  .header .header-sp {
    display: none;
  }
  .header .header-pc {
    display: block;
    display: flex;
    justify-content: space-between;
    width: 1080px;
    margin: 0 auto;
    align-items: center;
  }
  .header .header-pc .pc-logo img {
    height: 30px;
  }
  .header .header-pc .pc-nav-list {
    display: flex;
  }
  .header .header-pc .pc-nav-list li {
    font-size: 2rem;
  }
  .header .header-pc .pc-nav-list li + li {
    margin-left: 40px;
  }
  .header .header-pc .pc-nav-list a {
    color: #b19833;
    font-weight: 700;
  }
}
.sp-nav {
  display: none;
}

.cover .pc-cover {
  display: none;
}
.cover .pc-cover .sp-slide-box img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.sp-cover {
  position: relative;
}
.sp-cover .sp-cover-title {
  position: absolute;
  top: 43%;
  right: 0;
  left: 0;
  font-family: "Roboto Condensed";
  color: #fff;
  text-align: center;
}
.sp-cover .sp-cover-title .sp-title {
  font-size: 3.2rem;
  margin-bottom: 20px;
}
.sp-cover .sp-cover-title p {
  font-size: 2.4rem;
}

.cover .slick-dots {
  bottom: 20px !important;
}

.cover .slick-dots li button:before {
  font-size: 32px;
  color: #fff;
}

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

@media screen and (min-width: 769px) {
  .cover .sp-cover {
    display: none;
  }
  .cover .pc-cover {
    display: block;
  }
  .cover .pc-slide-box img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .pc-cover {
    position: relative;
  }
  .pc-cover .pc-cover-title {
    position: absolute;
    top: 40%;
    right: 0;
    left: 0;
    font-family: "Roboto Condensed";
    color: #fff;
    text-align: center;
  }
  .pc-cover .pc-cover-title .pc-title {
    font-size: 8rem;
    margin-bottom: 50px;
  }
  .pc-cover .pc-cover-title p {
    font-size: 4rem;
  }
}
.top-index {
  margin-top: 50px;
}

.top-information {
  width: 90%;
  margin: 0 auto 80px auto;
}

.top-information-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top-information-img .top-information-list {
  width: 47%;
  margin-bottom: 20px;
  box-shadow: 5px 5px 10px -5px #dcdcdc;
}
.top-information-img .top-information-list img {
  width: 100%;
}
.top-information-img .top-information-list .top-information-txt {
  padding: 10px;
}
.top-information-img .top-information-list .top-information-txt .date {
  font-size: 1.2rem;
}

@media screen and (min-width: 769px) {
  .top-index {
    margin-top: 120px;
  }

  .top-information {
    width: 100%;
    margin: 0 auto 120px auto;
  }

  .top-information-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .top-information-img .top-information-list {
    width: 23%;
    margin-bottom: 0;
    box-shadow: 5px 5px 10px -5px #dcdcdc;
  }
  .top-information-img .top-information-list img {
    width: 100%;
  }
  .top-information-img .top-information-list .top-information-txt {
    padding: 16px;
    font-size: 1.6rem;
  }
  .top-information-img .top-information-list .top-information-txt p {
    font-size: 1.4rem;
  }
}
.top-about {
  margin-bottom: 100px;
}
.top-about .title {
  width: 90%;
  margin: 0 auto 20px auto;
}
.top-about .top-about-container img {
  width: 100%;
  margin-bottom: 20px;
}
.top-about .top-about-container .sp-txt {
  width: 90%;
  margin: 0 auto;
  font-size: 1.6rem;
}
.top-about .top-about-container .pc-txt {
  display: none;
}

@media screen and (min-width: 769px) {
  .top-about {
    margin-bottom: 120px;
  }
  .top-about .title {
    width: 100%;
    margin: 0 auto 50px auto;
  }
  .top-about .top-about-container {
    display: flex;
  }
  .top-about .top-about-container img {
    width: 50%;
    margin: 0 20px 0 0;
  }
  .top-about .top-about-container .sp-txt {
    display: none;
  }
  .top-about .top-about-container .pc-txt {
    display: block;
    font-size: 1.6rem;
  }
}
.top-menu {
  margin-bottom: 100px;
}
.top-menu .title {
  width: 90%;
}

.top-menu-photo_content {
  margin-bottom: 20px;
}
.top-menu-photo_content .top-menu-main_photo {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.top-menu-photo_content .top-menu-main_photo img {
  width: 100%;
}
.top-menu-photo_content .top-menu-photo {
  width: 90%;
  margin: 0 auto;
}
.top-menu-photo_content .top-menu-photo .top-menu-list {
  display: flex;
  justify-content: space-between;
}
.top-menu-photo_content .top-menu-photo .top-menu-list li {
  width: 22%;
}

.top-menu-txt_sp {
  padding: 0 5% 0 5%;
}

.top-menu-txt_pc {
  display: none;
}

@media screen and (min-width: 769px) {
  .top-menu {
    margin-bottom: 120px;
  }
  .top-menu .title {
    width: 100%;
  }

  .top-menu-container {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .top-menu-container .top-menu-photo_content {
    width: 50%;
    margin: 0 0 0 20px;
  }
  .top-menu-container .top-menu-photo_content .top-menu-photo {
    width: 100%;
    margin: 0 auto;
  }
  .top-menu-container .top-menu-photo_content .top-menu-photo .top-menu-list {
    display: flex;
    justify-content: space-between;
  }
  .top-menu-container .top-menu-photo_content .top-menu-photo .top-menu-list li {
    width: 22%;
  }

  .top-menu-txt_pc {
    display: block;
    width: 50%;
    padding: 0%;
    font-size: 1.6rem;
  }

  .top-menu-txt_sp {
    display: none;
  }
}
.top-shop .title {
  width: 90%;
}

.google-map_content {
  max-width: 100%;
}
.google-map_content .google-map {
  position: relative;
  padding-bottom: 55%;
  height: 0;
  overflow: hidden;
}
.google-map_content .google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map-sepia {
  filter: brightness(82%) sepia(90%);
}

.top-shop-access {
  padding: 16px 5%;
  color: #fff;
  background-color: #b19833;
}
.top-shop-access img {
  height: 20px;
  margin-bottom: 20px;
}
.top-shop-access .top-shop-sales_sp {
  width: 240px;
  margin: 0 auto 16px auto;
  padding: 13px;
  color: #fff;
  font-size: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid #ebd47a;
  border-bottom: 1px solid #ebd47a;
}
.top-shop-access .top-shop-sales_sp dt {
  width: 45%;
  text-align: left;
}
.top-shop-access .top-shop-sales_sp dd {
  width: 55%;
  text-align: right;
}
.top-shop-access .top-shop-sales_pc {
  display: none;
}
.top-shop-access .top-shop-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.4rem;
}
.top-shop-access .top-shop-flex .sns-list {
  position: relative;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  margin-left: 10px;
}
.top-shop-access .top-shop-flex i {
  position: absolute;
  top: 5px;
  left: 6px;
  color: #b19833;
}

@media screen and (min-width: 769px) {
  .top-shop .title {
    width: 1080px;
  }

  .google-map_content {
    max-width: 100%;
  }
  .google-map_content .google-map {
    position: relative;
    padding-bottom: 26%;
    height: 0;
    overflow: hidden;
  }
  .google-map_content .google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .map-sepia {
    filter: brightness(82%) sepia(90%);
  }

  .top-shop-access {
    padding: 50px 0;
    color: #fff;
    background-color: #b19833;
    text-align: center;
  }
  .top-shop-access img {
    height: 30px;
    margin-bottom: 30px;
  }
  .top-shop-access .top-shop-sales_sp {
    display: none;
  }
  .top-shop-access .top-shop-sales_pc {
    display: block;
    display: flex;
    justify-content: space-between;
    width: 486px;
    padding: 20px;
    margin: 0 auto 40px auto;
    font-size: 1.6rem;
    border-top: 1px solid #ebd47a;
    border-bottom: 1px solid #ebd47a;
  }
  .top-shop-access .top-shop-flex {
    display: block;
  }
  .top-shop-access .top-shop-flex .top-shop-address {
    display: flex;
    font-size: 1.6rem;
    justify-content: center;
    margin-bottom: 20px;
  }
  .top-shop-access .top-shop-flex .top-shop-address p + p {
    margin-left: 1em;
  }
  .top-shop-access .top-shop-flex .sns-list {
    position: relative;
    width: 36px;
    height: 36px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    margin: 0;
  }
  .top-shop-access .top-shop-flex i {
    position: absolute;
    top: 8px;
    left: 9px;
    font-size: 2rem;
  }
  .top-shop-access .top-shop-flex .sns-list + .sns-list {
    margin-left: 20px;
  }
}
.sub-cover {
  position: relative;
  width: 100%;
  height: 240px;
  margin-bottom: 50px;
}
.sub-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left top;
     object-position: left top;
}
.sub-cover .sub-title {
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 4rem;
  font-family: "Roboto Condensed";
  color: #fff;
}

@media screen and (min-width: 769px) {
  .sub-cover {
    position: relative;
    width: 100%;
    height: 400px;
    margin-bottom: 120px;
  }
  .sub-cover img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .sub-cover .sub-title {
    position: absolute;
    top: 48%;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 8rem;
    font-family: "Roboto Condensed";
    color: #fff;
  }
}
.side-bar {
  width: 100%;
  margin: 0 auto 50px auto;
  padding: 0 5%;
}

.sub-categories {
  display: none;
}

.side-title {
  font-size: 2rem;
  font-family: "Roboto Condensed";
  margin-bottom: 20px;
}

.sub-shop .sub-sales {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  width: 200px;
  margin: 0 auto 50px auto;
}
.sub-shop .sub-sales dt {
  width: 56%;
}
.sub-shop .sub-sales dd {
  width: 44%;
}
.sub-shop .sub-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sub-shop .sub-flex .sub-address {
  font-size: 1.4rem;
}
.sub-shop .sub-flex .sub-sns .sns-list {
  position: relative;
  width: 24px;
  height: 24px;
  background-color: #b19833;
  border-radius: 50%;
  margin-left: 10px;
}
.sub-shop .sub-flex .sub-sns .sns-list i {
  position: absolute;
  top: 6px;
  left: 7px;
  color: #fff;
  font-size: 1.2rem;
}

.sub-twitter {
  margin-top: 50px;
}

@media screen and (min-width: 769px) {
  .flex {
    display: flex;
  }
  .flex .main-site {
    width: 75%;
  }
  .flex .side-bar {
    width: 25%;
    margin: 0 0 0 90px;
    padding: 0;
  }

  .side-title {
    font-size: 2.4rem;
    font-family: "Roboto Condensed";
    margin-bottom: 20px;
  }

  .sub-categories {
    display: block;
    padding-bottom: 40px;
    border-bottom: 1px solid #000;
  }
  .sub-categories li {
    font-size: 2rem;
    font-family: "Roboto Condensed";
  }
  .sub-categories li a {
    color: #b19833;
  }

  .sub-shop {
    margin-top: 50px;
  }
  .sub-shop .sub-sales {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.6rem;
    width: 100%;
    margin: 0 0 50px 0;
  }
  .sub-shop .sub-sales dt {
    width: 30%;
  }
  .sub-shop .sub-sales dd {
    width: 70%;
  }
  .sub-shop .sub-flex {
    display: block;
  }
  .sub-shop .sub-flex .sub-address {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .sub-shop .sub-flex .sub-sns .sns-list {
    position: relative;
    width: 36px;
    height: 36px;
    background-color: #b19833;
    border-radius: 50%;
    margin: 0 16px 0 0;
  }
  .sub-shop .sub-flex .sub-sns .sns-list i {
    position: absolute;
    top: 8px;
    left: 9px;
    color: #fff;
    font-size: 2rem;
  }
}
.info-main-site {
  margin: 0 5% 100px 5%;
}
.info-main-site .information-grid {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-auto-rows: auto;
  gap: 20px;
}
.info-main-site .information-grid .item {
  box-shadow: 5px 5px 10px -5px #dcdcdc;
}
.info-main-site .information-grid .item img {
  width: 100%;
}
.info-main-site .information-grid .item .information-txt {
  padding: 10px;
}
.info-main-site .information-grid .item .information-txt .date {
  font-size: 1.2rem;
}
.info-main-site .information-grid .item .information-txt p {
  font-size: 1.4rem;
}

@media screen and (min-width: 769px) {
  .info-main-site {
    margin: 0;
  }
  .info-main-site .information-grid {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-auto-rows: auto;
    gap: 20px;
  }
  .info-main-site .information-grid .item {
    box-shadow: 5px 5px 10px -5px #dcdcdc;
  }
  .info-main-site .information-grid .item img {
    width: 100%;
  }
  .info-main-site .information-grid .item .information-txt {
    padding: 16px 10px;
  }
  .info-main-site .information-grid .item .information-txt .date {
    font-size: 1.4rem;
  }
  .info-main-site .information-grid .item .information-txt p {
    font-size: 1.6rem;
  }
}
.about-main-site {
  width: 100%;
  margin-bottom: 100px;
}

.about-container img {
  width: 100%;
}
.about-container .sp-txt {
  padding: 20px 5% 0 5%;
}
.about-container .pc-txt {
  display: none;
}

.about-container + .about-container {
  margin-top: 50px;
}

@media screen and (min-width: 769px) {
  .about-main-site {
    width: 100%;
    margin-bottom: 0;
  }

  .about-container img {
    width: 100%;
  }
  .about-container .sp-txt {
    display: none;
  }
  .about-container .pc-txt {
    display: block;
    margin-top: 40px;
    font-size: 1.6rem;
  }

  .about-container + .about-container {
    margin-top: 100px;
  }
}
.menu-main-site {
  margin-bottom: 100px;
}

.menu-photo_content {
  margin-bottom: 50px;
}
.menu-photo_content .menu-main_photo {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.menu-photo_content .menu-main_photo img {
  width: 100%;
}
.menu-photo_content .menu-photo {
  width: 90%;
  margin: 0 auto 30px auto;
}
.menu-photo_content .menu-photo .menu-list {
  display: flex;
  justify-content: space-between;
}
.menu-photo_content .menu-photo .menu-list li {
  width: 22%;
}

.menu-text {
  padding: 0 20px;
}
.menu-text .menu-title {
  margin-bottom: 20px;
}
.menu-text .menu-list .list-1 .list-txt,
.menu-text .menu-list .list-1 .list,
.menu-text .menu-list .list-2 .list-txt,
.menu-text .menu-list .list-2 .list {
  display: flex;
  justify-content: space-between;
}

.menu-title {
  display: flex;
  align-items: flex-end;
  padding-bottom: 10px;
  border-bottom: 1px solid #b19833;
}
.menu-title h3 {
  font-size: 2.8rem;
  font-family: "Roboto Condensed";
  margin-right: 10px;
}
@media screen and (min-width: 769px) {
  .menu-title h3 {
    font-size: 3.6rem;
  }
}
.menu-title p {
  color: #b19833;
}
@media screen and (min-width: 769px) {
  .menu-title p {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 769px) {
  .menu-main-site {
    margin-bottom: 0;
  }

  .menu-photo_content {
    margin-bottom: 110px;
  }
  .menu-photo_content:last-child {
    margin-bottom: 0;
  }
  .menu-photo_content .menu-main_photo {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .menu-photo_content .menu-main_photo img {
    width: 100%;
  }
  .menu-photo_content .menu-photo {
    width: 100%;
    margin: 0 auto 50px auto;
  }
  .menu-photo_content .menu-photo .menu-list {
    display: flex;
    justify-content: space-between;
  }
  .menu-photo_content .menu-photo .menu-list li {
    width: 23%;
  }

  .menu-text {
    padding: 0;
  }
  .menu-text .menu-title {
    margin-bottom: 10px;
  }
  .menu-text .menu-list .list-1,
.menu-text .menu-list .list-2 {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .menu-text .menu-list .list-1 .list-txt,
.menu-text .menu-list .list-1 .list,
.menu-text .menu-list .list-2 .list-txt,
.menu-text .menu-list .list-2 .list {
    display: flex;
    justify-content: space-between;
    width: 45%;
    padding: 10px 0;
  }
  .menu-text .menu-list .list-1 .list-txt,
.menu-text .menu-list .list-2 .list-txt {
    border-bottom: 1px solid #000;
  }
}
.footer {
  width: 100%;
  padding: 20px 0;
  font-size: 1.2rem;
  color: #fff;
  background-color: #000;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .footer {
    width: 100%;
    padding: 20px 0;
    font-size: 1.2rem;
    color: #fff;
    background-color: #000;
    text-align: center;
  }
}
.sub-footer {
  width: 100%;
  padding: 20px 0;
  font-size: 1.2rem;
  color: #fff;
  background-color: #000;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .sub-footer {
    width: 100%;
    margin-top: 120px;
    padding: 20px 0;
    font-size: 1.2rem;
    color: #fff;
    background-color: #000;
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */