@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
body {
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-block {
  display: block;
}

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

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.mt-15 {
  margin-top: 15px;
}

.mt-50 {
  margin-top: 50px;
}

.ml-15 {
  margin-left: 15px;
}

.color1 {
  color: #D4A849;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}
@media (min-width: 1921px) {
  html {
    font-size: 1px;
  }
}
@media (max-width: 1920px) {
  html {
    font-size: 0.052vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 1px;
  }
}

body {
  position: relative;
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  color: black;
  overflow-x: hidden;
  z-index: 0;
  background-color: white;
  line-height: 1.6;
  letter-spacing: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

button {
  letter-spacing: 0;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
}

figure,
picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 38px 0 20px;
  z-index: 10;
}
.header .right .msg {
  margin: 0 23px;
}
.header .right .store {
  width: 160px;
  height: 40px;
  background-color: #622d18;
  color: white;
  font-size: 14px;
}
.header .right .store_txt {
  margin-left: 5px;
}

.footer {
  background-color: #622d18;
  padding: 110px 0 35px;
}
.footer .txt {
  font-size: 20px;
  color: white;
  text-align: center;
  color: white;
  margin: 35px 0 125px;
  font-family: "Zen Maru Gothic", sans-serif;
}
.footer .copyright {
  text-align: center;
  color: white;
  font-size: 14px;
}

.c-btn {
  width: 300px;
  height: 51px;
  border: 1px solid white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.c-btn span {
  color: white;
  font-size: 18px;
}
.c-btn span:last-child {
  position: absolute;
  right: 30px;
  top: calc(50% - 6px);
}

@media (max-width: 768px) {
  .header_logo img {
    width: 250px;
  }
  .header .right .phone img {
    width: 20px;
  }
  .header .right .msg {
    margin: 0 15px;
  }
  .header .right .msg img {
    width: 23px;
  }
  .header .right .store {
    width: 120px;
  }
  .header .right .store_txt {
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  .header {
    padding: 20px 10px 0;
  }
  .footer {
    padding: 40px 0 20px;
  }
  .footer_logo img {
    width: 300px;
  }
  .footer .txt {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
@media (max-width: 498px) {
  .header_logo img {
    width: 220px;
  }
  .header .right .store {
    width: 40px;
    height: 30px;
  }
  .header .right .store_txt {
    display: none;
  }
}
.fv {
  position: relative;
}
.fv .item {
  width: 78.5%;
  margin-left: auto;
}
.fv .area {
  background-color: rgba(255, 255, 255, 0.548);
  padding: 35rem 30rem 35rem 100rem;
  position: absolute;
  bottom: 100rem;
  left: 0;
}
.fv .area_ttl {
  font-size: 108rem;
  line-height: 1.1111111111;
  color: #622d18;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
}
.fv .area_txt {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  margin-top: 20rem;
}
.fv .bottom {
  position: absolute;
  right: 0;
  bottom: 0;
}
.fv .bottom_item {
  position: relative;
}
.fv .bottom_img {
  width: 620rem;
}
.fv .bottom_txt {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #622d18;
  font-size: 36rem;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
}

.provide {
  background: url(../img/provide_img.jpg) no-repeat;
  background-size: cover;
  background-position: center top;
  padding: 60px 0 50px;
}
.provide .inner {
  width: 88%;
  margin: 0 auto;
}
.provide .ttl {
  font-size: 44rem;
  color: white;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-bottom: 35px;
}
.provide .ttl::after {
  content: "";
  width: 80px;
  height: 2px;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: calc(50% - 40px);
}
.provide .txt {
  text-align: center;
  font-size: 24rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 37px;
  font-family: "Zen Maru Gothic", sans-serif;
  color: white;
}
.provide_btn {
  margin-top: 40px;
}

.show {
  padding: 150px 0 130px;
  position: relative;
}
.show .inner {
  max-width: 1500px;
  width: 88%;
  margin: 0 auto;
}
.show .lead .box {
  position: relative;
  width: 32%;
  max-width: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.show .lead .area {
  background-color: rgba(0, 0, 0, 0.541);
  width: 70%;
  padding: 30px 15px;
  position: absolute;
}
.show .lead .area_ttl {
  font-size: 36rem;
  font-weight: bold;
  color: white;
  font-family: "Zen Maru Gothic", sans-serif;
}
.show .lead .area_txt {
  font-size: 18rem;
  font-weight: 500;
  color: white;
  text-align: center;
  margin: 25px 0;
}
.show .lead .area_btn {
  width: 100%;
}
.show .lead .area_btn .c-btn {
  width: 100%;
}
.show .insta {
  margin-top: 85px;
}
.show .insta .left {
  width: 53%;
}
.show .insta .left_ttl {
  text-align: center;
  font-size: 50rem;
  font-weight: 500;
  color: #622d18;
}
.show .insta .left .wrap_img {
  margin-top: 30px;
  width: 32%;
}
.show .insta .right {
  width: 44%;
}
.show_abs {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.show_abs img {
  width: 933rem;
}

.map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.map iframe {
  width: 100%;
}

@media (max-width: 1440px) {
  .provide .ttl {
    font-size: 32px;
  }
  .provide .txt {
    font-size: 18px;
  }
  .show .lead .area_ttl {
    font-size: 24px;
  }
  .show .lead .area_txt {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .fv .item_img {
    height: 650px;
  }
  .fv .area {
    bottom: 150px;
    padding: 35px 20px 20px 40px;
  }
  .fv .area_ttl {
    font-size: 65px;
  }
  .fv .bottom_img {
    width: 360px;
  }
  .fv .bottom_txt {
    font-size: 20px;
  }
}
@media (max-width: 1120px) {
  .show {
    padding: 100px 0;
  }
  .show .lead .box {
    width: 48%;
  }
  .show .lead .box:last-child {
    width: 100%;
    margin-top: 30px;
    max-width: unset;
  }
  .show .lead .box_img {
    width: 100%;
    max-height: 466px;
  }
  .show .lead .box_img img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .fv .item {
    width: 100%;
  }
  .fv .area {
    bottom: unset;
    width: 88%;
    left: 6%;
    top: 20%;
  }
  .fv .area_ttl {
    font-size: 60px;
  }
  .show {
    padding: 60px 0;
  }
  .show .lead .box {
    width: 100%;
    max-width: unset;
  }
  .show .lead .box:nth-child(2) {
    margin-top: 30px;
  }
  .show .lead .box_img {
    width: 100%;
    max-height: 350px;
  }
  .show .lead .box_img img {
    width: 100%;
  }
  .show .insta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 60px;
  }
  .show .insta .left {
    width: 100%;
  }
  .show .insta .left_ttl {
    font-size: 30px;
  }
  .show .insta .right {
    width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 600px) {
  .fv .area {
    padding: 30px 15px;
  }
  .fv .area_ttl {
    font-size: 42px;
  }
  .provide .ttl {
    font-size: 24px;
  }
  .provide .txt {
    font-size: 16px;
  }
}
.u-sp-block {
  display: none;
}

.u-pc-block {
  display: block;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-30 {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .u-sp-block {
    display: block;
  }
  .u-pc-block {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */

#sb_instagram {
    display: grid;
    grid-template-columns: unset;
    gap: 10px;
}

#sb_instagram img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 6px; /* optional */
}