body {

  font-family: "Noto Sans JP", system-ui;
  font-optical-sizing: auto;
  font-size: 400;
  line-height: 1.4;
  color: #222;
}

main {
  overflow-x: hidden;

}

body p {
  font-weight: 400;
}

a {
  text-decoration: none;
}

ul {
  padding: 0;
}


.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.4;
}

.mincho {
  /* font-family: YuMincho, "Hiragino Mincho ProN", serif; */
  font-family: "Shippori Mincho", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

header {
  position: relative;
  min-height: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(/img/kv.png);
  background-position: center;
  background-repeat: repeat-x;
  background-size: cover;
  z-index: -1;
}

header {
  color: #fff;
  position: relative;
}

header .background:before {
  position: absolute;
  width: 72%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  min-width: 320px;
}

header h1 {
  font-size: 2.6em;
  margin: 0;
}

header h1+.text {
  line-height: 1.6;
  font-weight: 300;
}

header h1 small {
  padding-left: .2em;
  font-size: 0.45em;
  font-weight: 400;
  letter-spacing: 0.2em;
}

h1 .keyText {
  letter-spacing: 0.1em;
  font-size: 1.4em;
  line-height: 1.1;
}

.inner {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.btn01 {
  border-width: 1px;
  border-style: solid;
  border-radius: 100px;
  border-color: #fff;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}



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

.title01 {
  font-size: 1.6em;
  border-left: 4px solid #BAA21F;
  padding-left: 0.25em;

}

.pickup .item {
  position: relative;
}

.pickup .item svg {
  fill: #999;
  width: 2em;
  margin-bottom: 1em;
}

.pickup .item .icon {
  position: relative;
}

.pickup .item .icon:before {
  z-index: -1;
  transform: translate(80%, -30%);
  position: absolute;
  content: '';
  width: 2em;
  height: 2em;
  background: #F4E2AC;
  background: #eee4be;

  display: block;
}

.pickup .item h3 {
  font-size: 1.2em;
  font-weight: medium;
}

@media screen and (max-width:767px) {

  .pickup .item h3 {
    font-size: 1.1em;
    margin-bottom: 0.25em;
  }

  .pickup .item h3:before {
    content: '■';
    color: #BAA21F;
  }

  .pickup .item .icon {
    position: absolute;
    right: -20px;
    top: -10px;
    opacity: 0.4;
    transform: scale(1.8) translateX(-100%);
    transform-origin: top right;
    z-index: 0;
  }

  .pickup .item {
    /* border-bottom: 1px solid #eee; */
  }

  .pickup .item h3,
  .pickup .item p {
    filter: drop-shadow(0px 0px 2px white);
  }
}

.fullbg-layout {
  display: flex;
  align-items: flex-end;
}

.fullbg-layout .img {
  width: 40%;
}

.fullbg-layout .text {
  width: 60%;
}

.fullbg-layout .img img {
  width: 100%;
}

.fullbg-layout .text .bg-blur {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  filter: blur(5px);
  background-size: 500%;
  background-position: right bottom;
  z-index: 0;
  opacity: 0.1;
}

.fullbg-layout .text {
  position: relative;
  padding: 2em;
  padding-left: 2em;
  color: #fff;
  /* background: url(/img/img01.png), rgba(40, 40, 40, 0.7); */
  background: #2d2d2d;

  background-size: 500%;
  background-position: bottom right;
  background-blend-mode: multiply;
}

.fullbg-layout .text h3 {
  position: relative;
}

.fullbg-layout .text p {
  margin-bottom: 0.25em;
  position: relative;
}

@media screen and (max-width: 1024px) {

  /* 1024pxまでの幅の場合に適応される */
  .fullbg-layout {
    position: relative;
    display: block;
  }

  .fullbg-layout .img {
    max-width: 640px;
    width: 80%;
  }

  .fullbg-layout .text {
    width: 90%;

  }

  .fullbg-layout .text {
    margin-left: auto;
    margin-top: -10%;
    z-index: 1;
    position: relative;
  }
}

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

.blackOverlay {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.blackOverlay:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.65);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blackOverlay>* {
  position: relative;
}

.menuList {
  display: grid;
  /* align-items: flex-start; */
  gap: 1em;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.menuList li {
  border: 1px solid #fff;
  padding: 3px;
  list-style-type: none;
}

.menuList li .menuList-inner {
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.15);
  padding: 1.5em 0.75em;
}

.blackOverlay .menuList li .menuList-inner {
  color: #fff;
}

.menuList li .menuList-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.menuList li .menuList-inner .price {
  font-size: 2em;
  margin-bottom: 0.5em;
  margin-top: 0.2em;
}

.menuList li .menuList-inner .price small {
  font-size: 0.6em;
  margin-left: 0.25em;
}

.menuList li .menuList-inner .price:after {
  content: '';
  width: 48px;
  height: 1px;
  background: #fff;
  margin: 2px auto 0;
  display: block;
}

.menuList li .menuList-inner .text {
  margin-bottom: 0;
}



footer {

  background-color: #222;
  color: #fff;
}

footer .keyText {
  font-size: 2em;
  line-height: 1.2;
}

footer address {
  font-size: 0.9em;
  letter-spacing: 0.03em;
}

.footer-links {
  display: flex;
  gap: 1em;
  justify-content: flex-end;
  margin-left: auto;
}

.footer-links li {
  list-style: none;
}

.footer-links li a {
  color: #fff;
  font-size: 01em;
  font-weight: 300;
  font-size: 0.9em;
}


.copyright {
  color: #DDD1A1;
  text-align: center;
  border-top: 1px solid #eee;
  padding: 1.5em 1em;
  font-size: 0.75em;
}



.btn02 {
  color: #fff;
  min-height: 40px;
  min-width: 170px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 321px;
  background: #fff3;
  margin: 0 auto;
  transition: 0.25s;
}

.btn02:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 0.6em;
  height: 0.6em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
}

.btn02:hover {
  background: #fff6;
  color: #fff;
  text-decoration: none;
}


.kobutsuBox {
  background: rgba(255, 255, 255, .1);
  margin-top: 2em;
  border: 1px solid #fff;
  padding: .5em;
  font-size: 0.9em;
  width: fit-content;
  min-width: 268px;
}

/* kobutsu-content styles */
.kobutsu-content {
  display: flex;
  gap: 2em;
  align-items: center;
  justify-content: space-between;
}

.kobutsu-content-img {
  flex: 0.5;
  min-width: 0;
}

.kobutsu-content-img img {
  width: 100%;
  height: auto;
  display: block;
}

.kobutsu-content-text {
  flex: 1;
  line-height: 1.8;
}

/* responsive design for small screens */
@media (max-width: 768px) {
  .kobutsu-content {
    flex-direction: column;
    gap: 1.5em;
  }

  .kobutsu-content-img {
    width: 100%;
  }

  .kobutsu-content-text {
    width: 100%;
  }
}