/* reset */
html {
  scroll-behavior: smooth;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th {
  text-align: left;
}
q:before, q:after {
  content: '';
}
object, embed {
  vertical-align: top;
}
legend {
  display: none;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}
img, abbr, acronym, fieldset {
  border: 0;
}
body {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 21px;
  font-family: verdana, "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  color: #000;
  background: #fff;
}
a {
  color: #FFFFFF;
  text-decoration: none;
}
a:hover, .active {
  color: #A4F483;
  text-decoration: none;
  border-bottom: 1px dotted #A4F483;
}
a:active, a:focus, input:active, input:focus {
  outline: 0;
}
/* ヘッダー
------------------------------------------------------------*/
#header {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 454px;
}
.button {
  position: absolute;
  width: 90%;
  max-width: 1180px;
  margin: 15px;
}
.button p {
  width: 110px;
  background-color: #72421E;
  text-align: center;
  margin: 0 0 0 auto;
  padding: 0 0 2px;
  border-radius: 20px;
  font-size: 90%
}
.button2 {
  position: absolute;
  width: 90%;
  max-width: 1180px;
  margin: 15px;
}
.button2 p {
  width: 110px;
  background-color: #72421E;
  text-align: center;
  margin: 0 0 0 auto;
  padding: 0 0 2px;
  border-radius: 20px;
  font-size: 90%
}
.yubi3 {
  color: #A4D768;
  margin: 0 4px 0 0;
}
#header img {
  position: absolute;
  left: 50%;
  width: 1280px;
  height: 454px;
  margin-left: -640px;
}
#slogan {
  position: absolute;
  top: 48%;
  left: -16%;
  width: 100%;
  -webkit-transform: translate(0, -40%);
  transform: translate(0, -40%);
  line-height: 1.8;
  text-align: center;
}
#slogan h3 {
  font-family: 'Yomogi', cursive;
  font-size: 22px;
  font-weight: normal;
  color: #FFFFFF;
  text-shadow: 0px 0px 6px #0e2c02;
}
#slogan h1 {
  font-size: 12px;
  font-weight: normal;
  color: #FFFFFF;
  text-shadow: 0px 0px 6px #0e2c02;
  margin: 20px auto -12px;
}
#slogan figure img {
  position: relative;
  left: auto;
  width: 320px;
  height: auto;
  margin: 0 auto;
}
#slogan figure a:hover {
  border-bottom: none;
}
.navitop {
  font-family: 'Yomogi', cursive;
  font-size: 22px;
  font-weight: normal;
  color: #FFFFFF;
  text-shadow: 0px 0px 6px #0e2c02;
}
.navitop a {
  color: #FFFFFF;
}
.navitop a:hover {
  color: #A4F483;
  border-bottom: 2px dotted #A4F483;
  background-color: rgba(41, 49, 33, 0.20);
}
.yubi2 {
  color: #9BF340;
  margin: 0 0 0 11px;
}
/* 共通
------------------------------------------------------------*/
section {
  clear: both;
}
h4{font-size: 110%;
font-weight: 600;
color: #884E4F;
letter-spacing: 0.1px;
margin: 12px 0 3px -10px;}
/* SEC01 
------------------------------------------------------------*/
.sec1 {
  width: 85%;
  max-width: 1280px;
  margin: 35px auto 0;
  display: flex;
}
.intro {
  width: 50%;
  background-color: #BEE1B8;
  margin: 0 20px 5px;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 90%;
  color: #355730;
  line-height: 21px;
  text-indent: 5px;
}
.intro p{margin: 4px 0 0}
.youtube {
  width: 50%;
  margin: 6px 0 0 5px;
}
.green {
  border-top: 1px dashed #6FA875;
  border-bottom: 1px dashed #fff;
}
.con1 {
  font-size: 70%;
  width: 100%;
  text-align: end;
  margin: -1px 0 10px;
}
.con1 a {
  background-color: #1C6307;
  color: #FFFFFF;
  padding: 1px 10px 1px 9px;
  margin: 0 0 0 10px;
  border-radius: 10px;
}
.con1 a:hover {
  background-color: #EB9200;
  color: #FFFFFF;
  padding: 1px 10px 1px 9px;
  margin: 0 0 0 10px;
  border-radius: 10px;
}
/* SEC02 
------------------------------------------------------------*/
.sec2 {
  width: 85%;
  max-width: 1230px;
  margin: 15px auto 0;
  display: block;
  background-color: #EDE5BC;
  border-radius: 5px;
  padding: 20px;
}
.sec2 h2 {
  width: 100%;
  font-family: 'Yomogi', cursive;
  font-size: 22px;
  font-weight: normal;
  line-height: 36px;
  color: #27AC00;
  border-bottom: #27AC00 2px dotted;
  padding-left: 10px;
}
.sec2in {
  display: flex;
}
.sec2l {
  width: 48%;
  margin: 10px 20px 10px 20px;
  color: #706738;
  text-indent: 5px;
}

.sec2l p {
  margin-bottom: 3px;
}
.sec2r {
  width: 48%;
  margin: 10px 0 10px 20px;
  color: #706738;
  text-indent: 5px;
}
.sec2r p {
  margin-bottom: 3px;
}
.sec2r img {
  width: 50%;
  height: auto;
  float: right;
  margin: 0 0 0 15px;
}
.sec2r::after {
  content: "";
  display: block;
  clear: both;
}
/* SEC03 
------------------------------------------------------------*/
.sec3l {
  width: 60%;
  margin: 10px 20px 10px 20px;
  color: #706738;
  text-indent: 5px;
}
.sec3l p {
  margin-bottom: 3px;
}
.sec3r {
  width: 40%;
  margin: 10px 0 10px 20px;
  color: #706738;
}
.sec3r img {
  width: 90%;
  margin: 20px auto;
}
/* SEC04 
------------------------------------------------------------*/
.sec4 {
  width: 85%;
  max-width: 1230px;
  margin: 15px auto 0;
  display: block;
  background-color: #EDE5BC;
  border-radius: 5px;
  padding: 20px;
}
.sec4 h2 {
  width: 58%;
  font-family: 'Yomogi', cursive;
  font-size: 22px;
  font-weight: normal;
  line-height: 36px;
  color: #27AC00;
  border-bottom: #27AC00 2px dotted;
  padding-left: 10px;
}
.sec4r {
  width: 40%;
  margin: 0 0 0 20px;
  color: #706738;
}
.sec4r img {
  width: 90%;
  margin: -30px auto 0;
}
/* SEC05 
------------------------------------------------------------*/
.sec5 {
  width: 85%;
  max-width: 1230px;
  margin: 15px auto 0;
  display: flex;
  background-image: url("../images/25Top.png");
  border-radius: 5px;
  padding: 20px;
}
.sec5l {
  display: block;
  width: 50%;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  color: #FFFFFF;
  margin: 20px 5px 20px 0;
  background-color: rgba(41, 49, 33, 0.50);
}
.sec5l h3 {
  width: 90%;
  font-family: 'Yomogi', cursive;
  font-size: 22px;
  font-weight: normal;
  line-height: 36px;
  color: #FFFFFF;
  border-bottom: #FFFFFF 2px dotted;
  margin: 0 auto;
  text-shadow: 0px 0px 6px #000000;
}
.sec5lfw {
  display: flex;
  width: 97%;
  margin: 10px auto 0;
}
.sec5table {
  margin: 0;
  width: 50%;
  text-align: center;
  color: #FFFFFF;
  font-size: 75%;
}
.sec5table img {
  width: 60%;
  margin: 0;
}
.sec5table p {
  width: 100%;
  margin: -5px auto 5px;
}
.sec5r {
  width: 50%;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  color: #FFFFFF;
  margin: 20px 0 20px 5px;
  background-color: rgba(41, 49, 33, 0.5);
}
.sec5r h3 {
  width: 90%;
  font-family: 'Yomogi', cursive;
  font-size: 22px;
  font-weight: normal;
  line-height: 36px;
  color: #FFFFFF;
  border-bottom: #FFFFFF 2px dotted;
  margin: 0 auto;
  text-shadow: 0px 0px 6px #000000;
}
.hrf {
  border-top: #FFFFFF 2px dotted;
  border-bottom: 0;
  width: 90%;
  margin: 5px auto 12px;
}
.features {
  margin: 0 5px 2px auto;
  width: 95%;
  font-size: 90%;
  text-indent: 1px;
  font-weight: 300;
  text-shadow: 2px 2px 5px #0b2001;
    letter-spacing: 0.5px;
}
.features2 {
  margin: 3px 5px 5px auto;
  width: 93%;
  font-size: 90%;
  text-indent: 0;
  font-weight: 300;
  text-shadow: 2px 2px 5px #0b2001;
     letter-spacing: 0.5px;
}
.list {
  width: 80%;
  height: 320px;
  margin: 20px auto;
}
.list-t {
  clear: left;
  float: left;
  display: block;
  width: 25%;
  margin: 0 15px 12px 0;
  text-align: center;
  line-height: 1.5em;
  background-color: #3A7317;
  color: #FFFFFF;
}
.list-d {
  width: 70%;
  float: left;
  text-align: left;
  line-height: 1.5em;
}
.bottom {
  margin-bottom: 30px;
}
/* footer
------------------------------------------------------------*/
.footerol {
  position: relative;
  background-color: #3C5339;
}
.footerol img {
  position: absolute;
  bottom: 0;
  height: 40px;
  width: 100%;
  object-fit: cover;
}
.footer {
  max-width: 1040px;
  margin: 60px auto 0;
}
.footerwide {
  width: 90%;
  height: 200px;
  display: flex;
  margin: 0 auto;
}
.ftwdl {
  width: 50%;
}
.logoft {
  width: 100%;
}
.logoft img {
  width: 360px;
  height: auto;
  margin: 0 auto 20px;
}
.logoft a:hover {
  border-bottom: none;
}
.ftwdl h3 {
  font-size: 12px;
  font-weight: normal;
  color: #FFFFFF;
  text-shadow: 0px 0px 6px #0e2c02;
  margin: 26px auto 0 42px;
}
.ftwdr {
  width: 50%;
  text-align: center;
  margin: 110px auto 0;
}
.ftwdr p {
  font-size: 82%;
  color: #FFFFFF;
}
.yubi {
  color: #FFAB9B;
  margin: 0 3px 0 11px;
}
.copyright {
  width: 100%;
  text-align: center;
  background: #000000;
  color: #729E6B;
  font-size: 70%;
  margin: -4px auto 0;
  padding-bottom: 2px
}
/* RESPONSIVE 設定
------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  .sec1 {
    width: 95%;
    margin: 30px auto 0;
  }
  .intro {
    margin: 0 20px 0 5px;
    padding: 15px 10px 10px;
  }
  .sec2r img {
    width: 70%;
  }
  .sec5lfw {
    display: block;
    width: 100%;
  }
  .sec5table {
    margin: 12px auto 0;
    width: 80%;
  }
  .sec5table img {
    width: 50%;
  }
  .list {
    width: 90%;
    height: 300px;
  }
  .list-t {
    width: 27%;
    margin: 0 5px 12px 0;
    font-size: 80%;
  }
  .list-d {
    width: 70%;
    font-size: 80%;
  }
  .footerwide {
    width: 90%;
    height: 270px;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .ftwdl {
    width: 90%;
    margin: 0 auto;
  }
  .logoft img {
    width: 360px;
    height: auto;
    margin: 0 auto 90px -160px;
  }
  .ftwdl h3 {
    font-size: 12px;
    padding: 25px 0 0;
    margin: 0 auto;
  }
  .ftwdr {
    width: 100%;
    text-align: center;
    margin: 140px auto 0;
  }
}
@media only screen and (max-width: 799px) {
  .button {
    width: 95%;
    margin: 30px 15px;
  }
  .button2 {
    width: 95%;
    margin: 30px 15px;
  }
  #slogan {
    left: -19%;
  }
  .sec1 {
    width: 100%;
    display: block;
  }
  .intro {
    width: 90%;
    margin: 0 auto 30px;
  }
  .youtube {
    width: 90%;
    margin: 0 auto;
  }
  .sec2r img {
    width: 90%;
    float: none;
    margin-top: -5px;
  }
  .clearp {
    clear: both;
  }
  .sec3l {
    margin: 10px 0 10px 20px;
  }
  .sec3r {
    margin: 0 0 10px 7px;
  }
  .sec3r img {
    width: 100%;
    margin: 15px auto 0;
  }
  .sec4 h2 {
    width: 100%;
  }
  .sec4r {
    margin: 0 0 10px 7px;
  }
  .sec4r img {
    width: 100%;
    margin: 15px auto 0;
  }
  .sec5 {
    display: block;
  }
  .sec5l {
    width: 90%;
    margin: 0 auto 10px;
  }
  .sec5lfw {
    display: flex;
    width: 90%;
  }
  .sec5table {
    margin: 12px auto 0;
    width: 100%;
  }
  .sec5table img {
    width: 60%;
  }
  .sec5r {
    width: 90%;
    margin: 0 auto;
  }
  .list {
    width: 85%;
  }
  .list-t {
    width: 25%;
    margin: 0 15px 12px 0;
    font-size: 85%;
  }
  .list-d {
    width: 70%;
    font-size: 85%;
  }
}
@media only screen and (max-width: 640px) {
  #header {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 409px;
  }
  #header img {
    position: absolute;
    left: 50%;
    width: 1152px;
    height: 409px;
    margin-left: -640px;
  }
  #slogan {
    position: absolute;
    top: 48%;
    left: -16%;
    width: 100%;
    -webkit-transform: translate(0, -40%);
    transform: translate(0, -40%);
    line-height: 1.8;
    text-align: center;
  }
  #slogan {
    top: 51%;
    left: -18%;
  }
  #slogan h3 {
    font-size: 18px;
  }
  #slogan h1 {
    font-size: 8px;
  }
  #slogan figure img {
    width: 240px;
  }
  .navitop {
    font-size: 18px;
  }
  .sec2in {
    display: block;
  }
  .sec2l {
    width: 98%;
  }
  .sec2r {
    width: 98%;
  }
  .sec3l {
    width: 98%;
  }
  .sec3r {
    width: 98%;
  }
  .sec4r {
    width: 98%;
  }
  .sec5l {
    width: 98%;
  }
  .sec5r {
    width: 98%;
  }
  .sec5table p {
    font-size: 80%;
  }
  .list {
    width: 98%;
    margin: 20px -30px 10px auto;
  }
  .list-t {
    width: 20%;
    margin: 0 15px 12px 0;
    font-size: 80%;
  }
  .list-d {
    width: 75%;
    font-size: 80%;
  }
  .ftwdr p {
    font-size: 70%;
    color: #FFFFFF;
  }
}
/* ------------------------------------------------------------*/
@media only screen and (min-width: 1200px) {}
@media only screen and (min-width: 800px) {}
@media only screen and (min-width: 641px) {}