@charset "utf-8";
/*
font-family: "Noto Serif JP";
font-weight: 700;
sans:400=Regular,700=Bold
*/

.btn{
  position: relative;
  background-color:#4A800F;
  width: 256px;
  height: 60px;
}
.btn a{
  display: block;
  color:#FFF;
  width: 256px;
  font-size:18px;
  font-weight: 400;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
}
.btn:hover{
  background-color:#AE7E3A;
}
.btn02{
  position: relative;
  background-color:#AE7E3A;
  width: 256px;
  height: 60px;
}
.btn02 a{
  display: block;
  color:#FFF;
  width: 256px;
  font-size:18px;
  font-weight: 400;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
}
.btn02:hover{
  background-color:#4A800F;
}
.none_br{
  display: none;
}
a[href^="tel:"] {
  pointer-events: none;
}

/* keyview */
#keyview{
  width: 100%;
  position: relative;
  height: 476px;
}
.bg_keyview{
  width: 100%;
  height: 476px;
  position: relative;
  overflow: hidden;
}
#keyview .bg_keyview img{
  width: 100%;
  height: auto;
  min-width: 1366px;
  position: absolute;
  top:0;
  left: 0;
  z-index: 10;
}
#keyview h2{
  position: absolute;
  top: 50%;
  left:50%;
  font-size: 48px;
  color: #2B2B2B;
  font-family: "Noto Serif JP";
  font-weight: 700;
  transform:translateX(-50%) translateY(50%);
  -webkit- transform:translateX(-50%) translateY(50%);
  z-index: 11;
}

/*product_intro*/
#product_intro {
  width: 1200px;
  margin: 100px auto 110px;
}
#product_intro h3 {
  font-size: 48px;
  line-height: 1em;
  text-align: center;
  color: #4A800F;
  font-family: "Noto Serif JP";
  font-weight: 700;
}
h3 br{
  display: none;
}
#product_intro p {
  font-size: 24px;
  line-height: 36px;
  margin: 68px 0 0;
}

/*product_01*/
#product_01 {
  width: 100%;
  scroll-margin-top:570px;
}
#product_02 {
  width: 100%;
  scroll-margin-top:570px;
}
#product_03 {
  width: 100%;
  scroll-margin-top:570px;
}
#product_04 {
  width: 100%;
  scroll-margin-top:570px;
}
.product_head {
  width: 1200px;
  margin: 100px auto 70px;
}
.product_head h3 {
  font-size: 48px;
  line-height: 1em;
  color: #4A800F;
  font-family: "Noto Serif JP";
  font-weight: 700;
}
.product_head p {
  font-size: 24px;
  line-height: 1.5em;
  margin: 68px 0 0;
}
.product_cont {
  width: 100%;
  background-color: #F0EDE5;
}

/*ul要素*/
.ul_product{
  overflow-x: auto; /* 横スクロール */
  white-space: nowrap; /* 折り返し防止 */
  display: flex; /* 横並びにする */
  flex-wrap: nowrap;
  width: 100%; /* 1366pxまでは可変 */
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
  justify-content: center;
}
/* li が 4 個以上のときだけ左揃え */
.ul_product:has(li:nth-child(4)) {
  justify-content: flex-start;
}
.ul_product li {
  width: 370px;
  height: 475px;
  padding: 5px;
  margin-left: 10px;
  background-color: #fff;
  border: 1px solid #ae7e3a;
}
.ul_product li:last-child {
  margin-right: 10px;
}
/*ul要素ここまで*/

/*ul要素の中のカード*/
.product_list {
  width: 358px;
  height: 464px;
  padding: 5px;
  border: 1px solid #ae7e3a;
}
.product_list_box {
  position: relative;
  width: 100%;
  height: 360px;
  background-color: #fff;
}
.product_list_img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative; /* absolute配置の基準 */
}
.product_list_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;       /* 高さを固定 */
  width: auto;        /* 縦横比を維持 */
  transform: translate(-50%, -50%); /* 中央に寄せる */
}
.product_list_box p {
  position: absolute;
  font-size: 14px;
  bottom: 25px;
  right: 20px;
  color: #fff;
}
.product_list_txt {
  width: 100%;
  margin: 12px 0 0 0;
  overflow: hidden;
}
.product_list_txt h4 {
  font-size: 18px;
  line-height: 36px;
  font-weight: 700;
  color: #9c6b3c;
  margin: 0 0 10px;
}
.product_list_txt p {
  white-space: normal; /* 自然に折り返す */
  font-size: 14px;
  line-height: 18px;
}
/* btn */
.product_btn {
  width: 512px;
  height: 90px;
  margin: 60px auto 180px;
  background-color: #4a800f;
  text-align: center;
}
.product_btn a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 90px;
  text-decoration: none;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
.product_btn:hover{
  background-color: #AE7E3A;
}

/*product_cont04*/
.product_cont04 {
  width: 100%;
  background-color: #efede5;
}
.product_cont04 ul {
  overflow-x: auto; /* 横スクロール */
  white-space: nowrap; /* 折り返し防止 */
  display: flex; /* 横並びにする */
  flex-wrap: nowrap;
  width: 100%; /* 1366pxまでは可変 */
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
}
.product_cont04 li {
  width: 370px;
  height: 475px;
  padding: 5px;
  margin-left: 10px;
  background-color: #fff;
  border: 1px solid #ae7e3a;
}
.product_cont04 li:last-child {
  margin-right: 10px;
}
.product_list04 {
  width: 358px;
  height: 464px;
  padding: 5px;
  border: 1px solid #ae7e3a;
}
.product_list_box04 {
  position: relative;
  width: 100%;
  height: 360px;
  background-color: #fff;
}
.product_list_img04 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative; /* absolute配置の基準 */
}
.product_list_img04 img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;       /* 高さを固定 */
  width: auto;        /* 縦横比を維持 */
  transform: translate(-50%, -50%); /* 中央に寄せる */
}
.num {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #97b679;
  background-color: #fff;
}
.title {
  position: absolute;
  bottom: 25px;
  right: 20px;
  color: #fff;
}
.product_list04_head {
  display: flex;
  align-items: baseline;
}
.product_list_txt04 h4 {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  line-height: 2em;
  color: #9c6b3c;
  font-weight: 700;
}
.product_list_txt04 h5 {
  display: block;
  font-size: 18px;
  margin-right: 4px;
  margin-left: auto;
}
.product_list_txt04 p {
  font-size: 14px;
  display: block;
}

/*bg*/
.intro_bg_01 {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.intro_bg_01_img{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 400px;
}
.intro_bg_01_img img{
  width: 100%;
  min-height: 400px;
}

.intro_bg_01 p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translateX(-50%) translateY(-50%);
  -webkit- transform:translateX(-50%) translateY(-50%);
  width: 100%;
  text-align: center;
  font-size: 28px;
  line-height: 36px;
  color: #a87545;
  text-shadow:
  2px 0 0 #FFF, -2px 0 0 #FFF,
  0 -2px 0 #FFF, 0 2px 0 #FFF,
  2px 2px 0 #FFF, -2px 2px 0 #FFF,
  2px -2px 0 #FFF, -2px -2px 0 #FFF;
}
.intro_bg_02 {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.intro_bg_02_img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
}
.intro_bg_02_img img{
  width: 100%;
  min-height: 400px;
}
.intro_bg_02 p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translateX(-50%) translateY(-50%);
  -webkit- transform:translateX(-50%) translateY(-50%);
  width: 100%;
  text-align: center;
  font-size: 28px;
  line-height: 36px;
  color: #a87545;
  text-shadow:
  2px 0 0 #FFF, -2px 0 0 #FFF,
  0 -2px 0 #FFF, 0 2px 0 #FFF,
  2px 2px 0 #FFF, -2px 2px 0 #FFF,
  2px -2px 0 #FFF, -2px -2px 0 #FFF;
}
.intro_bg_03 {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.intro_bg_03_img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
}
.intro_bg_03_img img{
  width: 100%;
  min-height: 400px;
}
.intro_bg_03 p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translateX(-50%) translateY(-50%);
  -webkit- transform:translateX(-50%) translateY(-50%);
  width: 100%;
  text-align: center;
  font-size: 28px;
  line-height: 36px;
  color: #a87545;
  text-shadow:
  2px 0 0 #FFF, -2px 0 0 #FFF,
  0 -2px 0 #FFF, 0 2px 0 #FFF,
  2px 2px 0 #FFF, -2px 2px 0 #FFF,
  2px -2px 0 #FFF, -2px -2px 0 #FFF;
}
.intro_bg_04 {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.intro_bg_04_img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
}
.intro_bg_04_img img{
  width: 100%;
  min-height: 400px;
}
.intro_bg_04 p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translateX(-50%) translateY(-50%);
  -webkit- transform:translateX(-50%) translateY(-50%);
  width: 100%;
  text-align: center;
  font-size: 28px;
  line-height: 36px;
  color: #a87545;
  text-shadow:
  2px 0 0 #FFF, -2px 0 0 #FFF,
  0 -2px 0 #FFF, 0 2px 0 #FFF,
  2px 2px 0 #FFF, -2px 2px 0 #FFF,
  2px -2px 0 #FFF, -2px -2px 0 #FFF;
}
.intro_bg_05 {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.intro_bg_05_img{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 400px;
}
.intro_bg_05_img img{
  width: 100%;
  min-height: 400px;
}
.intro_bg_05 p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translateX(-50%) translateY(-50%);
  -webkit- transform:translateX(-50%) translateY(-50%);
  width: 100%;
  text-align: center;
  font-size: 28px;
  line-height: 36px;
  color: #a87545;
  text-shadow:
  2px 0 0 #FFF, -2px 0 0 #FFF,
  0 -2px 0 #FFF, 0 2px 0 #FFF,
  2px 2px 0 #FFF, -2px 2px 0 #FFF,
  2px -2px 0 #FFF, -2px -2px 0 #FFF;
}



/*スマホ*/
@media (max-width: 767px){
  .btn{
    position: relative;
    width: 252px;
    height: 60px;
    background-color:#4A800F;
  }
  .btn a{
    display: block;
    color:#FFF;
    width: 252px;
    font-size:18px;
    font-weight: 400;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
  }
  .btn:hover{
    background-color:#AE7E3A;
  }
  .btn02{
    position: relative;
    width: 252px;
    height: 60px;
    margin: 0 auto;
    background-color:#AE7E3A;
  }
  .btn02 a{
    display: block;
    color:#FFF;
    width: 256px;
    font-size:18px;
    font-weight: 400;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
  }
  .btn02:hover{
    background-color:#4A800F;
  }
  .none_br{
    display: block;
  }
  a[href^="tel:"] {
    pointer-events:auto;
  }
  #keyview{
    width: 100%;
    position: relative;
    height: 238px;
  }
  #keyview .bg_keyview{
    width: 100%;
    height: 238px;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 50;
  }
  .bg_keyview img{
    position: absolute;
    width: 100%;
    height: auto;
    min-width: 1366px;
    top:-50%!important;
    left: -100%!important;
  }
  #keyview h2{
    position: absolute;
    top: 50%;
    left:50%;
    font-size: 32px;
    color: #2b2b2b;
    font-family: "Noto Serif JP";
    font-weight: 700;
    transform:translateX(-50%) translateY(50%);
    -webkit- transform:translateX(-50%) translateY(50%);
    z-index: 60;
  }

  /*product_intro*/
  #product_intro {
    width: calc(100% - 20px);
    margin: 50px auto 55px;
  }
  #product_intro h3 {
    margin: 0 auto;
    font-size: 24px;
    line-height: 1.2em;
    color: #4A800F;
    text-align: center;
  }
  h3 br{
    display: block;
  }
  #product_intro p {
    font-size: 16px;
    line-height: 1.5em;
    margin: 30px auto;
  }


  #product_01 {
    width: 100%;
    scroll-margin-top:480px;
  }
  #product_02 {
    width: 100%;
    scroll-margin-top:480px;
  }
  #product_03 {
    width: 100%;
    scroll-margin-top:480px;
  }
  #product_04 {
    width: 100%;
    scroll-margin-top:480px;
  }
  .product_head {
    width: calc(100% - 20px);
    margin: 50px auto 35px;
  }
  .product_head h3 {
    font-size: 24px;
    line-height: 29px;
    margin: 0 auto;
    text-align: center;
  }
  .product_head p {
    width: 100%;
    font-size: 16px;
    line-height: 1.5em;
    margin: 30px auto;
  }

  /*ul要素*/
  .ul_product{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  /* li が 3 個以上のときだけ左揃え */
  .ul_product:has(li:nth-child(3)) {
    justify-content: flex-start;
  }
  .ul_product li{
    width: 288px;
    height: 363px;
  }
  /*ul要素ここまで*/
  /*ul要素の中のカード*/
  .product_list {
    width: 276px;
    height: 351px;
  }
  .product_list_box {
    width: 100%;
    height: 280px;
  }
  .product_list_img img {
    min-width: auto;
    height: 280px;
  }
  .product_list_box p {
    font-size: 12px;
    top: 230px;
    right: 20px;
  }
  .product_list_txt {
    width: 100%;
    margin: 6px 0 0 0;
    overflow: hidden;
  }
  .product_list_txt h4 {
    font-size: 14px;
    line-height: 1.3em;
    font-weight: 700;
    color: #9c6b3c;
    margin: 0 0 5px;
  }
  .product_list_txt p {
    white-space: normal; /* 自然に折り返す */
    font-size: 14px;
    line-height: 1.3em;
  }
  /* btn */
  .product_btn {
    width: calc(100% - 20px);
    height: 60px;
    margin: 30px auto 90px;
    background-color: #4a800f;
    text-align: center;
  }
  .product_btn a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 60px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
  }
  .product_btn:hover{
    background-color: #AE7E3A;
  }

  /*ul要素ここまで*/
  .product_cont04 {
  }
  .product_cont04 ul {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .product_cont04 li {
    width: 288px;
    height: 363px;
  }
  .product_list04 {
    width: 276px;
    height: 351px;
  }
  .product_list_box04 {
    width: 100%;
    height: 280px;
  }
  .product_list_img04 {
    width: 100%;
    min-width: 256px;
    height: 280px;
  }
  .product_list_img04 img {
    min-width: auto;
    height: 100%;
  }
  .title {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #fff;
  }
  .product_list_box04 p {
    font-size: 14px;
  }
  .product_list_txt04 h4 {
    display: block;
    margin: 5px 0 7px;
    font-size: 14px;
    line-height: 1.3em;
    color: #9c6b3c;
    font-weight: 700;
  }
  .product_list_txt04 h5 {
    display: block;
    font-size: 14px;
    margin-right: 4px;
    margin-left: auto;
  }
  .product_list_txt04 p {
    font-size: 14px;
    line-height: 1.3em;
    display: block;
    white-space: normal;
  }







  /*bg*/
  .intro_bg_01 {
    position: relative;
    width: 100%;
    height: 400px;
  }
  .intro_bg_01_img{
    position: absolute;
    top: 0;
    left: 50%;
    transform:translateX(-50%);
    width: auto;
    height: 100%;
  }
  .intro_bg_01_img img{
    width: auto;
    height: 100%;
    min-height: 100%;
  }

  .intro_bg_01 p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translateX(-50%) translateY(-50%);
    -webkit- transform:translateX(-50%) translateY(-50%);
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 36px;
    color: #a87545;
    text-shadow:
    2px 0 0 #FFF, -2px 0 0 #FFF,
    0 -2px 0 #FFF, 0 2px 0 #FFF,
    2px 2px 0 #FFF, -2px 2px 0 #FFF,
    2px -2px 0 #FFF, -2px -2px 0 #FFF;
  }
  .intro_bg_02 {
    position: relative;
    width: 100%;
    height: 400px;
  }
  .intro_bg_02_img{
    position: absolute;
    top: 0;
    left: 50%;
    transform:translateX(-50%);
    width: auto;
    height: 100%;
  }
  .intro_bg_02_img img{
    width: auto;
    height: 100%;
    min-height: 100%;
  }
  .intro_bg_02 p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translateX(-50%) translateY(-50%);
    -webkit- transform:translateX(-50%) translateY(-50%);
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 36px;
    color: #a87545;
    text-shadow:
    2px 0 0 #FFF, -2px 0 0 #FFF,
    0 -2px 0 #FFF, 0 2px 0 #FFF,
    2px 2px 0 #FFF, -2px 2px 0 #FFF,
    2px -2px 0 #FFF, -2px -2px 0 #FFF;
  }
  .intro_bg_03 {
    position: relative;
    width: 100%;
    height: 400px;
  }
  .intro_bg_03_img{
    position: absolute;
    top: 0;
    left: 50%;
    transform:translateX(-50%);
    width: auto;
    height: 100%;
  }
  .intro_bg_03_img img{
    width: auto;
    height: 100%;
    min-height: 100%;
  }
  .intro_bg_03 p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translateX(-50%) translateY(-50%);
    -webkit- transform:translateX(-50%) translateY(-50%);
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 36px;
    color: #a87545;
    text-shadow:
    2px 0 0 #FFF, -2px 0 0 #FFF,
    0 -2px 0 #FFF, 0 2px 0 #FFF,
    2px 2px 0 #FFF, -2px 2px 0 #FFF,
    2px -2px 0 #FFF, -2px -2px 0 #FFF;
  }
  .intro_bg_04 {
    position: relative;
    width: 100%;
    height: 400px;
  }
  .intro_bg_04_img{
    position: absolute;
    top: 0;
    left: 50%;
    transform:translateX(-50%);
    width: auto;
    height: 100%;
  }
  .intro_bg_04_img img{
    width: auto;
    height: 100%;
    min-height: 100%;
  }
  .intro_bg_04 p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translateX(-50%) translateY(-50%);
    -webkit- transform:translateX(-50%) translateY(-50%);
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 36px;
    color: #a87545;
    text-shadow:
    2px 0 0 #FFF, -2px 0 0 #FFF,
    0 -2px 0 #FFF, 0 2px 0 #FFF,
    2px 2px 0 #FFF, -2px 2px 0 #FFF,
    2px -2px 0 #FFF, -2px -2px 0 #FFF;
  }
  .intro_bg_05 {
    position: relative;
    width: 100%;
    height: 400px;
  }
  .intro_bg_05_img{
    position: absolute;
    top: 0;
    left: 50%;
    transform:translateX(-50%);
    width: auto;
    height: 100%;
  }
  .intro_bg_05_img img{
    width: auto;
    height: 100%;
    min-height: 100%;
  }
  .intro_bg_05 p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translateX(-50%) translateY(-50%);
    -webkit- transform:translateX(-50%) translateY(-50%);
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 36px;
    color: #a87545;
    text-shadow:
    2px 0 0 #FFF, -2px 0 0 #FFF,
    0 -2px 0 #FFF, 0 2px 0 #FFF,
    2px 2px 0 #FFF, -2px 2px 0 #FFF,
    2px -2px 0 #FFF, -2px -2px 0 #FFF;
  }

}

@media (max-width: 767px) and (orientation:landscape){
  #keyview{
    position: relative;
    background-color:#FFF;
    width: 100%;
    height: 316px;
  }
  #keyview .bg_keyview{
    position: relative;
    top:0;
    right:0;
    width: 100%;
    height: 316px;
    overflow: hidden;
    z-index: 0;
  }
  #keyview .bg_keyview img{
    width: 100%;
    height: auto;
    min-width: 1366px;
    position: absolute;
    top: -20%!important;
    left: -30%!important;
  }
  #keyview h2{
    font-size: 32px;
    color: #2b2b2b;
    font-family: "Noto Serif JP";
    font-weight: 700;
    position: absolute;
    top: 50%;
    left:50%;
    transform:translateX(-50%) translateY(50%);
    -webkit- transform:translateX(-50%) translateY(50%);
    z-index: 1;
  }

}
