@charset "UTF-8";

#slider_pc {
  max-width: 1100px;
  margin: 0 auto;
}
#slider_sp {
  display: none;
}
.home_middlemenu {
  background: #f2f4e7;
  padding-top: 65px;
  padding-bottom: 1.3em;
}
.home_middlemenu_top {
  max-width: 1000px;
  margin: 0 auto 10px;
  display: flex;
}
.home_middlemenu_top > li {
  width: calc(100% / 4);
  margin-right: 10px;
  border: 2px solid #bd9e0f;
  border-radius: 5px;
  font-size: 140%;
  line-height: 1.2;
}
.home_middlemenu_top > li:last-child {
  margin-right: 0;
}
.home_middlemenu_top > li a {
  display: block;
  background: #009747 url(/images/home_middlemenu_arrow.png) no-repeat 97% 50%;
  background-size: 16px;
  color: #fff;
  text-decoration: none;
  padding: 1em 0;
}
.home_middlemenu_top > li a img {
}
.home_middlemenu_top > li a .txt {
  display: block;
}
.home_middlemenu_bottom {
  max-width: 1000px;
  margin: 0 auto 10px;
  display: flex;
}
.home_middlemenu_bottom > li {
  width: calc(100% / 4);
  margin-right: 10px;
  border: 2px solid #bd9e0f;
  border-radius: 5px;
  font-size: 123%;
  line-height: 1.2;
}
.home_middlemenu_bottom > li:last-child {
  margin-right: 0;
}
.home_middlemenu_bottom > li a {
  display: block;
  background: #007939 url(/images/home_middlemenu_arrow.png) no-repeat 97% 50%;
  background-size: 16px;
  color: #fff;
  text-decoration: none;
  padding: 1em 0;
}
.banner_dendo {
  text-indent: -9999px;
  max-width: 580px;
  width: 100%;
  margin: 0 auto;
}
.banner_dendo a {
  width: 100%;
  display: block;
  margin: 0 auto;
  background: url(/images/banner_dendo_pc.png) no-repeat 50% 0;
  background-size: contain;
  height: 0;
  padding-top: 16.3%;
}

.home_pickup {
  max-width: 860px;
  margin: 0 auto 3em;
  border-bottom: 1px solid #008139;
}
.pickup_title {
  text-align: center;
  border-bottom: 1px solid #008139;
}
.pickup_title > span {
  border-bottom: 4px solid #008139;
  display: block;
  margin-bottom: 4px;
}
.oshirase_list {
  clear: both;
  max-width: 740px;
  width: 100%;
  margin: 1.5em auto 1.5em;
  height: 150px;
  overflow: auto;
}
.oshirase_list dt {
  float: left;
  clear: left;
  font-size: 123%;
  line-height: 1.5;
  width: 7em;
  color: #003a6e;
}
.oshirase_list dt .date {
  border: 1px solid #008139;
  color: #008139;
  display: inline-block;
  padding: 0 0.5em;
}
.oshirase_list dd {
  font-size: 123%;
  line-height: 1.5;
  padding-left: 8em;
  border-bottom: 1px dotted #999;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  color: #003a6e;
}
.oshirase_list dd a {
  color: #008139;
}
.oshirase_list dd .red {
  color: red;
}
.oshirase_list dd .dd_innerbox {
  font-size: 100%;
}
#main .oshirase_list dd .dd_innerbox p {
  font-size: 100%;
  line-height: 1.5;
}
#home .renew {
  display: flex;
  flex-wrap: wrap;
  font-size: 100%;
}
#home .renew span {
  display: inline-block;
  margin-right: 1em;
  font-size: 100%;
  line-height: 1.6;
}
#home .renew span a {
  color: #008139;
}

.banner_kihon {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner_kihon > li {
  max-width: 386px;
  width: 100%;
  font-size: 140%;
  line-height: 1.2;
}
.banner_kihon > li:first-child {
  margin-right: 1em;
}
.banner_kihon > li a {
  display: block;
  background: #6f411e;
  color: #fff;
  text-decoration: none;
  padding: 0.5em;
}
.banner_kihon > li a > span {
  display: block;
  border: 2px solid #e5d582;
  padding: 1em;
}
.banner_kihon > li a > span .mark_golfball {
  vertical-align: middle;
  margin-right: 0.8em;
}
.bx-wrapper img {
  box-sizing: border-box;
  border: 2px solid #e2e2d3;
}

@media only screen and (max-width: 896px) {

  .home_middlemenu {
    padding: 65px 10px 1.3em;
    margin: 0 -10px;
  }

  .oshirase_list dt {
    font-size: 140%;
  }
  .oshirase_list dd {
    font-size: 140%;
  }

}

@media only screen and (max-width: 740px) {

  .home_middlemenu {
    padding-bottom: 0;
  }
  .home_middlemenu_top {
    flex-wrap: wrap;
  }
  .home_middlemenu_top > li {
    width: calc(100% / 2 - 10px);
    margin-bottom: 10px;
    font-size: 140%;
  }
  .home_middlemenu_top > li:nth-child(2n+2) {
    margin-right: 0;
  }

  .home_middlemenu_bottom {
    flex-wrap: wrap;
  }
  .home_middlemenu_bottom > li {
    width: calc(100% / 2 - 10px);
    margin-bottom: 10px;
  }
  .home_middlemenu_bottom > li:nth-child(2n+2) {
    margin-right: 0;
  }

  .banner_kihon {
    flex-wrap: wrap;
  }
  .banner_kihon > li {
    max-width: none;
  }
  .banner_kihon > li:first-child {
    margin-right: 0;
    margin-bottom: 0.5em;
  }




}

@media only screen and (max-width: 540px) {

  #slider_pc {
    display: none;
  }
  #slider_sp {
    display: block;
    max-width: 540px;
    margin: 0 auto;
  }

  .banner_dendo a {
    background-image: url(/images/banner_dendo_sp.png);
    padding-top: 17.7%;
  }

  .oshirase_list dt {
    float: none;
    width: auto;
    margin-bottom: 0.5em;
  }
  .oshirase_list dd {
    padding-left: 0;
  }



}

@media only screen and (max-width: 515px) {


}

@media only screen and (max-width: 480px) {


  .home_middlemenu {
    padding-top: 65px;
  }
  .home_middlemenu_top {
    flex-wrap: wrap;
  }
  .home_middlemenu_top > li {
    width: calc(100% / 2 - 10px);
    margin-bottom: 10px;
    font-size: 132%;
  }
  .home_middlemenu_top > li:nth-child(2n+2) {
    margin-right: 0;
  }
  .home_middlemenu_top > li a img {
    width: 60px;
    height: auto;
  }

  .home_middlemenu_bottom {
    flex-wrap: wrap;
  }
  .home_middlemenu_bottom > li {
    width: 100%;
    margin-right: 0;
  }
  .home_middlemenu_bottom > li:nth-child(2n+2) {
  }

  .oshirase_list dt {
    font-size: 132%;
  }
  .oshirase_list dd {
    font-size: 132%;
  }

}

@media only screen and (max-width: 414px) {



}

@media only screen and (max-width: 375px) {


  .banner_kihon > li {
    font-size: 123%;
  }

  .oshirase_list dt {
    font-size: 123%;
  }
  .oshirase_list dd {
    font-size: 123%;
  }

}

@media only screen and (max-width: 320px) {



}
