@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500;700&display=swap');
:root {
  --main-color-green: #27601C;
  --main-color-brown: #602F1C;
  --txt-color: #000;
  --bg-color: #F0E7DB;
}
/*-- reset --*/
html {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
}
figure {
  margin: 0;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  line-height: inherit;
  font-weight: normal;
  font-size: inherit;
}
ul, ol {
  margin: 0;
  padding-left: 0;
}
ul li, ol li {
  margin-left: 0;
  list-style-type: none;
}
dl, dt, dd {
  margin: 0;
  padding: 0;
}
a img {
  border: none;
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
}
img {
  line-height: 1;
}
hr {
  border: none;
  margin: 0;
  padding: 0;
}
button {
  line-height: inherit;
  margin: 0px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea {
  border: none;
  -webkit-border-image: none;
  border-image: none;
  resize: none;
}
table {
  border-collapse: collapse;
  border: 0px;
}
/*-- resetここまで --*/
html {
  width: 100%;
  line-height: 1;
  scroll-behavior: smooth;
}
body {
  position: relative;
  color: var(--txt-color);
  background: var(--bg-color);
  font-family: "Zen Kaku Gothic New", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
  letter-spacing: .05em;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
img {
  width: 100%;
  vertical-align: bottom;
}
/*==========================================

 PC & ALL

==========================================*/
body, td, th {
  font-size: 20px;
  line-height: 1.5;
}
a {
  text-decoration: none;
}
.kv {
  position: relative;
}
.kv-ttl {
  position: absolute;
  width: calc((230 / 1280) * 100%);
  right: calc((209 / 1200) * 100%);
  top: calc((62 / 670) * 100%);
}
.header-container {
  width: 1280px;
  margin: 24px auto 0;
  padding-left: 50px;
  display: flex;
  align-items: flex-end;
  gap: 32px;
  position: relative;
}
.header-ttl {
  position: relative;
}
.header-ttl span {
  display: block;
}
.header-ttl1 {
  width: 384px;
}
.header-ttl2 {
  position: absolute;
  width: 167px;
  bottom: -36px;
}
.header-nav-list {
  display: flex;
  gap: 36px;
}
.header-nav-list-itm a {
  color: var(--main-color-green);
  border-bottom: 1px solid var(--main-color-green);
}
.header-logo {
  position: absolute;
  width: 270px;
  right: 24px;
  bottom: -56px;
}
.butasan-note {
  padding-top: 100px;
  padding-bottom: 88px;
  display: grid;
  justify-content: center;
  gap: 30px;
}
.butasan-note-container {
  display: flex;
  justify-content: center;
  gap: 36px;
}
.butasan-note-box {
  width: 534px;
  padding: 24px 28px;
  background: #fff;
  border-radius: 10px;
}
.butasan-note-ttl {
  padding-top: 8px;
  padding-bottom: 36px;
  font-size: 36px;
  font-weight: bold;
  color: var(--main-color-brown);
  text-align: center;
}
.butasan-note-img {
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(2, 230px);
  gap: 24px normal;
}
.butasan-note-img.img-lyt2 .img1 {
  grid-row: 1 / 2;
  grid-column: 1 / 3;
}
.butasan-note-img.img-lyt2 .img2 {
  grid-row: 2 / 3;
  grid-column: 1 / 2;
}
.butasan-note-img.img-lyt2 .img3 {
  grid-row: 2 / 3;
  grid-column: 2 / 3;
}
.butasan-note-txt {
  margin-top: 32px;
}
.butasan-note-txt p:not(:first-child) {
  margin-top: 1.5em;
}
.link-area {
  margin-top: 1.5em;
}
.link-area p {
  margin-top: 0 !important;
}
.txt-link {
  padding-left: 1em;
  color: var(--txt-color);
  position: relative;
}
.txt-link::before {
  position: absolute;
  content: "";
  width: .4em;
  height: .4em;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#info {
  padding-top: 88px;
  padding-bottom: 88px;
  background: url("/butasanfarm/assets/img/bg-farm_pc.webp") no-repeat bottom center / cover;
}
.information-container {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.information-container-box {
  width: 534px;
  /* height: 550px; */
  /* font-size: 36px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; */
}
.footer-bnr {
  width: 416px;
  margin: 56px auto 0;
}
.footer-copyright {
  margin-top: 56px;
  font-size: 12px;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 769px), print {
  .l-none--pc {
    display: none !important;
  }
}
/*==========================================

 SP

==========================================*/
@media screen and (max-width: 768px) {
  body, td, th {
    font-size: calc((16 / 375) * 100vw);
  }
  .kv-ttl {
    width: calc((159 / 375) * 100vw);
    right: calc((22 / 375) * 100vw);
    top: calc((34 / 375) * 100vw);
  }
  .header-container {
    width: 100vw;
    margin-top: calc((20 / 375) * 100vw);
    padding-left: calc((16 / 375) * 100vw);
    padding-right: calc((16 / 375) * 100vw);
    display: block;
  }
  .header-ttl {
    position: static;
  }
  .header-ttl1 {
    width: calc((218 / 375) * 100vw);
  }
  .header-ttl2 {
    position: static;
    width: calc((117 / 375) * 100vw);
    margin-top: calc((8 / 375) * 100vw);
  }
  .header-nav-list {
    margin-top: calc((24 / 375) * 100vw);
    font-size: calc((14 / 375) * 100vw);
    justify-content: space-between;
    gap: normal;
  }
  .header-logo {
    width: calc((128 / 375) * 100vw);
    top: calc((-64 / 375) * 100vw);
    right: calc((4 / 375) * 100vw);
    bottom: auto;
  }
  .butasan-note {
    padding-top: calc((32 / 375) * 100vw);
    padding-bottom: calc((32 / 375) * 100vw);
    gap: calc((16 / 375) * 100vw);
  }
  .butasan-note-container {
    display: grid;
    gap: calc((16 / 375) * 100vw);
  }
  .butasan-note-box {
    width: calc((360 / 375) * 100vw);
    padding: calc((24 / 375) * 100vw) calc((28 / 375) * 100vw);
  }
  .butasan-note-ttl {
    padding-top: calc((8 / 375) * 100vw);
    padding-bottom: calc((24 / 375) * 100vw);
    font-size: calc((24 / 375) * 100vw);
  }
  .butasan-note-img {
    grid-template-columns: repeat(2, calc((148 / 375) * 100vw));
    gap: calc((8 / 375) * 100vw) normal;
  }
  .butasan-note-txt {
    margin-top: calc((24 / 375) * 100vw);
  }
  .butasan-note-txt p:not(:first-child) {
    margin-top: 1em;
  }
  .link-area {
    margin-top: 1em;
  }
  #info {
    padding-top: calc((32 / 375) * 100vw);
    padding-bottom: calc((32 / 375) * 100vw);
    background-image: url("/butasanfarm/assets/img/bg-farm_sp.webp");
  }
  .information-container {
    display: grid;
    gap: calc((24 / 375) * 100vw);
  }
  .information-container-box {
    width: calc((343 / 375) * 100vw);
    /* height: calc((343 / 375) * 100vw);
    font-size: calc((16 / 375) * 100vw); */
  }
  .footer-bnr {
    width: calc((343 / 375) * 100vw);
    margin-top: calc((24 / 375) * 100vw);
  }
  .footer-copyright {
    margin-top: calc((24 / 375) * 100vw);
    font-size: calc((12 / 375) * 100vw);
  }
  .l-none--sp {
    display: none !important;
  }
}



.back-to-top {
  position: fixed;
  bottom: 32px;
  right: 32px;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s, visibility 1s;
}

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
}

.back-to-top:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: calc(100vw * 16 / 375);;
    right: calc(100vw * 16 / 375);;
  }

  .back-to-top img {
    width: calc(100vw * 48 / 375);;
    height: calc(100vw * 48 / 375);;
  }
}