@charset "UTF-8";
/* CSS Document */
.content-text {
    text-align: center;
}
.content-text h3 {
    font-size: 25px;
    color: #774912;
    height: 25px;
    margin-bottom: 20px;
}
.underline-bar {
    width: 20%;
    height: 2px; /* 線の太さ */
    background-color: #AC990B;
    margin: 0 auto; /* 横中央配置 */
}
.scroll-target4 {
    scroll-margin-top: 110px; /* ヘッダーの高さに合わせて */
}
.land-lp-wrapper {
    border: 1px solid #ddd; /* 薄いグレーの枠線 */
    background-color: #f9f9f9; /* 背景をうっすらグレーにするのもおすすめ */
    background-image:
    linear-gradient(to right, #ddd 1px, transparent 1px), linear-gradient(to bottom, #ddd 1px, transparent 1px);
    background-size: 40px 40px; /* 罫線の間隔 */
    background-attachment: fixed; /* 固定 */
    background-repeat: repeat;
}
.land-lp {
    font-family: "Noto Serif JP", serif;
    max-width: 430px;
    margin: 60px auto 0;
    padding-bottom: 10px;
    background-color: #FFFFFF;
}
#sp-fixed-menu2 {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-between;

  z-index: 1000;
  font-size: 0;
}
#sp-fixed-menu2 ul {
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
#sp-fixed-menu2 li {
  width: 50%;
  height: 60px;
  background-color: #F77C00;
  text-align: center;
}
#sp-fixed-menu2 li:last-child {
  background-color: #555;
}
#sp-fixed-menu2 li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  line-height: 1;
}
.sp-footer-iconw {
  font-size: 20px;
}

@media screen and (max-width: 700px) {
.land-lp-wrapper {
    border: 1px solid #ddd; /* 薄いグレーの枠線 */
    background-color: #f9f9f9; /* 背景をうっすらグレーにするのもおすすめ */
    background-image:
    linear-gradient(to right, #ddd 1px, transparent 1px), linear-gradient(to bottom, #ddd 1px, transparent 1px);
    background-size: 40px 40px; /* 罫線の間隔 */
    background-attachment: fixed; /* 固定 */
    background-repeat: repeat;
}
.land-lp {
    font-family: "Noto Serif JP", serif;
    max-width: 430px;
    margin: 40px auto 0;
    padding-bottom: 10px;
    background-color: #fff;
}
}