@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700&family=M+PLUS+Rounded+1c:wght@500&display=swap");
@media screen and (max-width: 599px) {
  .pc { /* 599px以下のとき */
    display: none;
  }
}

@media screen and (min-width: 600px) {
  .sp { /* 600px以上のとき */
    display: none;
  }
}

@media screen and (max-width: 599px) {
  img { /* 599px以下のとき */
    max-width: 100%;
    height: auto;
    width: auto;
  }
}

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { /* ブラウザー間の相違により、リストの余白とマージンをゼロにすることをお勧めします。一貫性を保つために、量をここで指定するか、リストに含まれるリスト項目 (LI、DT、DD) で指定できます。より詳細なセレクターを記述しない限り、ここで指定する内容が .nav リストにも適用されることに注意してください。 */
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0; /* 上マージンを削除すると、マージンを含む div からマージンがはみ出す場合があるという問題を回避できます。残った下マージンにより、後続のエレメントからは離されます。 */
}

a img { /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
  border: none;
}

/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
  color: #42413C;
  text-decoration: underline; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}

a:visited {
  color: #6E6C64;
  text-decoration: underline;
}

a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
  text-decoration: none;
}

p {
  margin: 10px 0 0 0;
}

.red {
  color: red;
}

.orange {
  color: #F60;
}

.blue {
  color: #36C;
}

.blue2 {
  color: dodgerblue;
}

.violet {
  color: purple;
}

.green {
  color: green;
}

.brown {
  color: brown;
}

.grey {
  color: gray;
}

.sitecolor {
  color: #5da43b;
}

.small85 {
  font-size: 85%;
}

.small90 {
  font-size: 90%;
}

.large11 {
  font-size: 1.1em;
}

.large12 {
  font-size: 1.2em;
}

.large14 {
  font-size: 1.4em;
}

.large18 {
  font-size: 1.8em;
}

.large25 {
  font-size: 2.5em;
}

.strong {
  font-weight: bold;
}

.tolist, .tolist02 {
  text-align: right;
  margin-top: 10px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .tolist, .tolist02 { /* 599px以下のとき */
    width: 340px;
  }
}
@media screen and (min-width: 600px) {
  .tolist, .tolist02 { /* 600px以上のとき */
    width: 1000px;
  }
}

.tolist02 {
  width: 100%;
}

.pdfarea {
  width: 90%;
  padding: 15px 10px;
  font-size: 0.9em;
  text-align: left;
  border: 1px #ccc solid;
  margin: 0 auto;
  margin-top: 20px;
}

.link:after {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  color: #000;
  margin: -5px 0 0 5px;
  font-size: 1.2em;
}

.pdf:after {
  font-family: "Font Awesome 5 Free";
  content: "\f15c";
  font-weight: 400;
  color: #F00;
  margin: -5px 0 0 5px;
  font-size: 1.2em;
}

/* ~~ その他の float/clear クラス ~~ */
.fltrt { /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
  float: right;
  margin-left: 8px;
}

.fltlft { /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
  float: left;
  margin-right: 8px;
}

.clearfloat { /* このクラスは、#footer が #container から削除されているか取り出されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}

.kana {
  ime-mode: active;
}

.rome {
  ime-mode: disabled;
}

.lh20 {
  line-height: 2em;
}

.lh25 {
  line-height: 2.5em;
}

.imgarea {
  width: 100%;
  text-align: center;
  font-size: 1em;
  position: relative;
}
.imgarea a:link {
  text-decoration: none; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
.imgarea a:visited {
  text-decoration: none;
}

.imgarea02 {
  width: 49%;
  text-align: center;
  font-size: 1em;
  float: left;
}
.imgarea02 img {
  padding: 20px;
}

.imgarea03 {
  width: 33%;
  text-align: center;
  font-size: 0.9em;
  float: left;
  margin-top: 20px;
}

.imgarea04 {
  text-align: center;
  display: inline-block;
}
@media screen and (min-width: 600px) {
  .imgarea04 { /* sp */
    width: 420px;
  }
}
@media screen and (max-width: 599px) {
  .imgarea04 { /* mobile */
    width: 320px;
  }
}

.imgarea img, .imgarea02 img, .imgarea03 img {
  padding: 0;
}

/* square */
.square:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0c8";
  font-weight: 900;
  margin: -5px 8px 0 5px;
  color: #5da43b;
}

.shadow01 {
  box-shadow: 0 10px 8px -6px #8d8c8c;
}

.shadow02 {
  display: inline-block;
  position: relative;
  padding: 6px;
  box-shadow: 0 2px 6px #999;
  background-color: #fff;
  margin-bottom: 20px;
}
.shadow02 img {
  padding: 0;
}

.zoom, .zoom08 {
  transform: scale(1);
  transition: 0.3s ease-in-out;
}

.zoom:hover {
  transform: scale(1.1);
}

.zoom08:hover {
  transform: scale(1.05);
}

.gray {
  filter: grayscale(0);
  transition: 0.3s ease-in-out;
}

.gray:hover {
  filter: grayscale(100%);
}

.opacity {
  opacity: 1;
  transition: 0.3s ease-in-out;
}

.opacity:hover {
  opacity: 0.5;
}

.e-flash:hover {
  opacity: 1;
  animation: flash 1.5s;
}
@keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 599px) {
  html { /* 599px以下のとき */
    position: relative;
    overflow-x: hidden;
  }
}

body {
  font-family: "M PLUS 1p", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS P Gothic", sans-serif;
  font-weight: 400;
  background-color: #fff;
  margin: 0;
  padding: 0;
  color: #000;
  width: 100%;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  min-width: 1200px;
}
@media screen and (min-width: 600px) {
  body { /* PC */
    background: url("./images/body_bk.jpg") center bottom no-repeat;
  }
}
@media screen and (max-width: 599px) {
  body { /* mobile */
    min-width: initial;
    position: relative;
    left: 0;
    overflow-x: hidden;
  }
}

.thin {
  font-weight: 100;
}

.bold {
  font-weight: 700;
}

.medium {
  font-weight: 500;
}

/* ドロワーメニュー */
.ul_open_h {
  background: #5da43b;
  color: #fff;
  margin: 0;
  padding: 0;
  list-style: none;
  top: 0;
  height: 100%;
  transition: 0.35s ease-in-out;
  overflow-y: scroll;
  position: fixed;
  z-index: 50;
  padding-top: 50px;
}
.ul_open_h li {
  padding: 5px;
  width: 220px;
  border-bottom: 1px #fff solid;
  font-size: 0.85em;
}
.ul_open_h li.bottom {
  margin-bottom: 100px;
}
.ul_open_h li a:link {
  color: #fff;
  text-decoration: underline; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
.ul_open_h li a:visited {
  color: #fff;
  text-decoration: underline;
}

.open-sub {
  margin: 0 0 0 20px;
  list-style-position: inside;
  list-style-type: disc;
}
.open-sub li {
  font-size: 1em;
  border-bottom: none;
  padding-top: 5px;
  line-height: 1.7em;
}

.dmenu {
  padding: 0 0 0 10px;
}

.open-1 {
  right: -100%;
}
.open-1.active {
  right: 0px;
}

.move-1.on.btn {
  position: fixed;
  right: 25px;
  top: 10px;
}

.btn {
  position: absolute;
  /*    background: #fff; */
  z-index: 90;
}
@media screen and (min-width: 600px) {
  .btn { /* PC */
    position: absolute;
    top: 30px;
    right: 20px;
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 599px) {
  .btn { /* mobile */
    position: absolute;
    top: 17px;
    right: 12px;
    width: 40px;
    height: 40px;
  }
}
.btn:before, .btn:after, .btn span {
  display: block;
  width: 80%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.35s ease-in-out;
}
.btn span {
  background-color: #5da43b;
  top: calc(50% - 1.5px);
}
@media screen and (min-width: 600px) {
  .btn span { /* 600px以上のとき */
    height: 5px;
  }
}
@media screen and (max-width: 599px) {
  .btn span { /* 600px以上のとき */
    height: 3px;
  }
}
.btn:before {
  content: "";
  border-top: 5px solid #5da43b;
}
@media screen and (min-width: 600px) {
  .btn:before { /* 600px以上のとき */
    top: calc(25% - 5px);
  }
}
@media screen and (max-width: 599px) {
  .btn:before { /* 600px以上のとき */
    top: calc(25% - 3px);
  }
}
.btn:after {
  content: "";
  border-top: 5px solid #5da43b;
}
@media screen and (min-width: 600px) {
  .btn:after { /* 600px以上のとき */
    bottom: calc(25% - 5px);
  }
}
@media screen and (max-width: 599px) {
  .btn:after { /* 600px以上のとき */
    bottom: calc(25% - 3px);
  }
}

.btn.on span {
  display: none;
}
.btn.on:before {
  top: calc(50% - 1.8px);
  transform: rotate(315deg);
  border-top: 5px solid #fff;
}
.btn.on:after {
  bottom: calc(50% - 1.5px);
  transform: rotate(-315deg);
  border-top: 5px solid #fff;
}

/* header */
#headwrap {
  width: 100%;
  position: relative;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 600px) {
  #headwrap {
    min-width: 360px;
  }
}
@media screen and (min-width: 599px) {
  #headwrap {
    min-width: 1200px;
  }
}
@media screen and (min-width: 600px) {
  #headwrap { /* pc */
    height: 120px;
  }
}
@media screen and (max-width: 599px) {
  #headwrap { /* mobile */
    height: 90px;
  }
}

#headarea {
  margin: 0 auto;
  height: auto;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 600px) {
  #headarea {
    width: 360px;
  }
}
@media screen and (min-width: 599px) {
  #headarea {
    width: 1200px;
  }
}
@media screen and (min-width: 600px) {
  #headarea { /* pc */
    min-height: 120px;
  }
}
@media screen and (max-width: 599px) {
  #headarea { /* mobile */
    min-height: 90px;
  }
}
@media screen and (min-width: 600px) {
  #headarea img.h-logo { /* pc */
    position: absolute;
    top: 26px;
    left: 11px;
  }
}
@media screen and (max-width: 599px) {
  #headarea img.h-logo { /* mobile */
    position: absolute;
    top: 20px;
    left: 20px;
    width: 280px;
  }
}
#headarea a:link {
  text-decoration: none; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
#headarea a:visited {
  text-decoration: none;
}
#headarea a:hover, #headarea a:active, #headarea a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
  text-decoration: none;
}
#headarea .h-menuarea {
  position: absolute;
}
@media screen and (min-width: 600px) {
  #headarea .h-menuarea { /* pc */
    top: 50px;
    left: 800px;
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  #headarea .h-menuarea { /* mobile */
    display: none;
  }
}
#headarea .h-menuarea div {
  float: left;
  padding: 3px 20px;
  font-weight: 500;
}
#headarea .h-menuarea .f {
  border-right: 1px #333 solid;
}
#headarea .hs-menu {
  color: #5da43b;
}
@media screen and (min-width: 600px) {
  #headarea .hs-menu { /* pc */
    position: absolute;
    top: 82px;
    right: 20px;
  }
}
@media screen and (max-width: 599px) {
  #headarea .hs-menu { /* mobile */
    position: absolute;
    top: 50px;
    right: 12px;
    font-size: 14px;
  }
}

/* main area */
main {
  min-height: 300px;
}

#topwrap {
  width: 100%;
  text-align: left;
  position: relative;
  bottom: 0;
}

.bg-slider, .s-bg-slider {
  width: 100%;
  min-height: 580px;
  background-position: center center;
  background-size: cover;
  display: block;
  align-items: center;
  justify-content: center;
  position: relative;
}

.s-bg-slider {
  background-position: center top;
  min-height: 250px;
  background-size: cover;
  margin: 0 auto;
}

#menuwrap {
  width: 100%;
  background-color: rgba(93, 164, 59, 0.8);
}
@media screen and (min-width: 600px) {
  #menuwrap { /* 600px以上のとき */
    height: 110px;
    position: absolute;
    bottom: 0;
  }
}
@media screen and (max-width: 599px) {
  #menuwrap { /* 600px以上のとき */ }
}

#mainmenu {
  margin: 0 auto;
  color: #fff;
}
@media screen and (max-width: 600px) {
  #mainmenu {
    width: 360px;
  }
}
@media screen and (min-width: 599px) {
  #mainmenu {
    width: 1200px;
  }
}
@media screen and (min-width: 600px) {
  #mainmenu { /* 600px以上のとき */
    height: 110px;
    margin-top: 10px;
    bottom: 0;
  }
}
@media screen and (max-width: 599px) {
  #mainmenu { /* 600px以上のとき */
    width: 100%;
  }
}
#mainmenu a:link {
  color: #fff;
  text-decoration: none; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
#mainmenu a:visited {
  color: #fff;
  text-decoration: none;
}
#mainmenu div.m, #mainmenu div.tm {
  width: 350px;
  height: 90px;
  text-align: center;
  justify-content: center;
  float: left;
  border-right: 1px #fff solid;
  line-height: 1.5em;
  font-size: 20px;
}
#mainmenu div.m p, #mainmenu div.tm p {
  margin-top: 15px;
}
#mainmenu div.m .eng, #mainmenu div.tm .eng {
  font-size: 2em;
  font-weight: 300;
  letter-spacing: 0.1em;
}
#mainmenu div.tm {
  border-left: 1px #fff solid;
  margin-left: 70px;
}
#mainmenu div.sm {
  width: 100%;
  height: 90px;
  text-align: center;
  justify-content: center;
  border-top: 1px #fff solid;
  line-height: 1.5em;
  font-size: 18px;
}
#mainmenu div.sm p {
  margin-top: 15px;
}
#mainmenu div.sm .eng {
  font-size: 2em;
  font-weight: 300;
  letter-spacing: 0.1em;
}

/* top page */
#marea, #subarea {
  margin: 0 auto;
  position: relative;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
}
@media screen and (max-width: 600px) {
  #marea, #subarea {
    width: 360px;
  }
}
@media screen and (min-width: 599px) {
  #marea, #subarea {
    width: 1200px;
  }
}
@media screen and (min-width: 600px) {
  #marea, #subarea { /* PC */
    min-height: 700px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 599px) {
  #marea, #subarea { /* mobile */
    padding: 0 0 20px 0;
  }
}

@media screen and (min-width: 600px) {
  #subarea { /* pc */
    display: flex;
    display: -webkit-flex;
    background-color: transparent;
  }
}

.mailbnr, .dlbnr, .mailbnr02 {
  text-align: center;
  color: #fff;
  float: left;
  font-weight: 500;
}
@media screen and (min-width: 600px) {
  .mailbnr, .dlbnr, .mailbnr02 { /* pc */
    width: 500px;
    height: 72px;
    background: url("./images/mail_bnr.png") no-repeat;
    margin: 40px 30px 60px 70px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 599px) {
  .mailbnr, .dlbnr, .mailbnr02 { /* mobile */
    width: 320px;
    height: 54px;
    background: url("./images/mail_bnr_s.png") no-repeat;
    margin: 10px 0 10px 20px;
    padding-top: 7px;
    line-height: 1.2em;
  }
}
.mailbnr a:link, .dlbnr a:link, .mailbnr02 a:link {
  color: #fff;
  text-decoration: none; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
.mailbnr a:visited, .dlbnr a:visited, .mailbnr02 a:visited {
  color: #fff;
  text-decoration: none;
}

.mailbnr02 {
  float: none;
  margin: 0 auto;
}

@media screen and (min-width: 600px) {
  .dlbnr { /* pc */
    background: url("./images/dl_bnr.png") no-repeat;
    margin: 40px 70px 60px 30px;
  }
}
@media screen and (max-width: 599px) {
  .dlbnr { /* mobile */
    background: url("./images/dl_bnr_s.png") no-repeat;
  }
}

.top-icon {
  width: 250px;
  height: 250px;
  text-align: center;
  display: inline-block;
  margin: 30px 20px 20px 20px;
  border-radius: 50%;
  border: 3px #5da43b solid;
  background-color: khaki;
  color: #5da43b;
}
.top-icon .woods {
  margin-top: 20px;
}

#btnarea {
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 20px;
}
@media screen and (min-width: 600px) {
  #btnarea { /* pc */
    width: 1200px;
    height: 300px;
    background: url("./images/btn_bk.jpg") center top no-repeat;
  }
}
@media screen and (max-width: 599px) {
  #btnarea { /* mobile */
    width: 320px;
  }
}
#btnarea .btnsub {
  width: 100%;
  margin-top: 30px;
}
@media screen and (min-width: 600px) {
  #btnarea .btnsub { /* pc */
    display: flex;
    display: -webkit-flex;
    background-color: transparent;
  }
}
@media screen and (max-width: 599px) {
  #btnarea .btnsub { /* mobile */ }
}
#btnarea .sub-icon {
  position: relative;
}
@media screen and (min-width: 600px) {
  #btnarea .sub-icon { /* pc */
    flex: 1;
    margin-left: 30px;
    width: 360px;
    height: 90px;
  }
}
@media screen and (max-width: 599px) {
  #btnarea .sub-icon { /* mobile */
    width: 320px;
    height: 80px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 599px) {
  #btnarea .sub-icon img { /* mobile */
    width: 320px;
    height: 80px;
  }
}
#btnarea .btntxt {
  position: absolute;
  width: 230px;
  top: 10px;
  line-height: 1.2em;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 600px) {
  #btnarea .btntxt { /* pc */
    left: 90px;
    font-size: 28px;
  }
}
@media screen and (max-width: 599px) {
  #btnarea .btntxt { /* mobile */
    left: 70px;
    font-size: 26px;
  }
}

#sortarea {
  margin: 0 auto;
  min-height: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0.5em 0 0.5em 3em;
  position: relative;
  text-align: left;
  border-top: #ccc solid 1px;
  border-bottom: #ccc solid 1px;
}
@media screen and (min-width: 600px) {
  #sortarea { /* pc */
    width: 1000px;
  }
}
@media screen and (max-width: 599px) {
  #sortarea { /* mobile */
    width: 320px;
  }
}

#toptitle, #toptitle02 {
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 600px) {
  #toptitle, #toptitle02 { /* PC */
    width: 1000px;
    min-height: 150px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  #toptitle, #toptitle02 { /* mobile */
    width: 360px;
    padding-bottom: 20px;
  }
}
#toptitle .n-title, #toptitle02 .n-title {
  text-align: left;
  float: left;
}
@media screen and (min-width: 600px) {
  #toptitle .n-title, #toptitle02 .n-title { /* PC */
    width: 950px;
    margin: 20px 0 0 20px;
  }
}
@media screen and (max-width: 599px) {
  #toptitle .n-title, #toptitle02 .n-title { /* mobile */
    width: 320px;
    margin: 20px 0 0 10px;
  }
}
#toptitle .toptxt, #toptitle02 .toptxt {
  margin: 20px 0 0 20px;
  text-align: left;
  width: 950px;
  float: left;
}

@media screen and (min-width: 600px) {
  #toptitle02 { /* PC */
    width: 900px;
    min-height: 300px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  #toptitle02 { /* mobile */
    width: 320px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 600px) {
  #toptitle02 .n-title { /* PC */
    width: 850px;
    margin: 20px 0 0 20px;
  }
}
@media screen and (max-width: 599px) {
  #toptitle02 .n-title { /* mobile */
    width: 300px;
    margin: 20px 0 0 10px;
  }
}
#toptitle02 .toptxt {
  width: 850px;
}

.sarea, .sarea2 {
  text-align: center;
  position: relative;
}
@media screen and (min-width: 600px) {
  .sarea, .sarea2 { /* PC */
    width: 33%;
    float: left;
    margin: 20px 0;
  }
}
@media screen and (max-width: 599px) {
  .sarea, .sarea2 { /* mobile */
    width: 320px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.sarea img.view, .sarea2 img.view {
  width: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}

.sarea2 {
  width: 50%;
}
.sarea2 img.view {
  width: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.new {
  color: red;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: bold;
  font-size: 20px;
}
.new:before {
  content: none;
}

.daysttl {
  width: 280px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.view {
  width: 600px;
  -o-object-fit: cover;
  object-fit: cover;
}

.view2 {
  width: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

.catetag {
  float: left;
  margin: 0 5px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 36px;
  padding: 0 10px;
  line-height: 30px;
  height: 30px; /* BOXの高さ           */
  background: #5da43b; /* BOXの背景色         */
  border-radius: 15px; /* 角丸の指定          */
}

.toptolist, .toptolist-s {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 36px;
  width: 100px; /* BOXの幅             */
  height: 36px; /* BOXの高さ           */
  background: orange; /* BOXの背景色         */
  border-radius: 18px; /* 角丸の指定          */
}
.toptolist a:link, .toptolist-s a:link {
  color: #fff;
  text-decoration: none; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
.toptolist a:visited, .toptolist-s a:visited {
  color: #fff;
  text-decoration: none;
}

.toptolist-s {
  position: relative;
  margin: 0 auto;
  margin-top: 10px;
}

@keyframes sheen {
  0% {
    transform: skewY(-45deg) translateX(0);
  }
  100% {
    transform: skewY(-45deg) translateX(12.5em);
  }
}
.tolistBtn {
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 20px;
}

.tobutton {
  padding: 0.75em 2em;
  text-align: center;
  text-decoration: none;
  color: #5da43b;
  border: 2px solid #5da43b;
  font-size: 16px;
  display: inline-block;
  width: 200px;
  hight: 70px;
  border-radius: 35px;
  transition: all 0.2s ease-in-out;
  position: relative;
  overflow: hidden;
  margin: 0 10px;
}
.tobutton:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 3em;
  display: block;
  position: absolute;
  top: 0;
  left: -4.5em;
  transform: skewX(-45deg) translateX(0);
  transition: none;
}
.tobutton:hover {
  background-color: #5da43b;
  color: #fff;
}
.tobutton:hover:before {
  transform: skewX(-45deg) translateX(13.5em);
  transition: all 0.5s ease-in-out;
}

.next {
  width: 100%;
  text-align: center;
  padding: 10px 0;
  margin: 20px 0 0 0;
}

.toprev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f100";
  font-weight: 900;
  font-size: 1.2em;
  color: #393a34;
}

.tonext:after {
  font-family: "Font Awesome 5 Free";
  content: "\f101";
  font-weight: 900;
  font-size: 1.2em;
  color: #393a34;
}

.kiji {
  margin: 0 auto;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 50px;
}
@media screen and (max-width: 599px) {
  .kiji { /* 599px以下のとき */
    width: 340px;
  }
}
@media screen and (min-width: 600px) {
  .kiji { /* 600px以上のとき */
    width: 800px;
  }
}
.kiji:before {
  clear: both;
}

/* profile */
.somu, .k-bisan, .env, .shinrin {
  position: absolute;
}
@media screen and (min-width: 600px) {
  .somu, .k-bisan, .env, .shinrin { /* sp */
    width: 170px;
    height: 190px;
    top: 600px;
    left: 125px;
  }
}
@media screen and (max-width: 599px) {
  .somu, .k-bisan, .env, .shinrin { /* mobile */
    width: 66px;
    height: 75px;
    top: 225px;
    left: 2px;
  }
}

@media screen and (min-width: 600px) {
  .shinrin { /* sp */
    left: 310px;
  }
}
@media screen and (max-width: 599px) {
  .shinrin { /* mobile */
    left: 70px;
  }
}

@media screen and (min-width: 600px) {
  .env { /* sp */
    left: 490px;
  }
}
@media screen and (max-width: 599px) {
  .env { /* mobile */
    left: 140px;
  }
}

@media screen and (min-width: 600px) {
  .k-bisan { /* sp */
    height: 115px;
    top: 830px;
  }
}
@media screen and (max-width: 599px) {
  .k-bisan { /* mobile */
    height: 48px;
    top: 310px;
  }
}

.pro-btn1, .pro-btn4, .pro-btn3, .pro-btn2 {
  position: absolute;
  top: 730px;
  left: 129px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 53px;
  width: 163px; /* BOXの幅             */
  height: 53px; /* BOXの高さ           */
  background: orange; /* BOXの背景色         */
  border-radius: 27px; /* 角丸の指定          */
}

.pro-btn2 {
  left: 310px;
}

.pro-btn3 {
  left: 493px;
}

.pro-btn4 {
  top: 875px;
}

/* mail */
@media screen and (min-width: 600px) {
  .formarea { /* 600px以上のとき */
    width: 1000px;
    margin: 30px 0 0 100px;
  }
}
@media screen and (max-width: 599px) {
  .formarea { /* 600px以下のとき */
    width: 320px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 600px) {
  .formarea02 { /* 600px以上のとき */
    width: 900px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .formarea02 { /* 600px以下のとき */
    width: 320px;
    margin: 0 auto;
  }
}

.hissu {
  display: inline-block;
  padding: 3px;
  background-color: #FD080C;
  color: #fff;
  min-width: 30px;
  width: auto;
  font-size: 0.8em;
  border-radius: 5px;
  text-align: center;
}

form {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
}

form ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

form dl {
  margin: 0 0 0.25em 0;
  clear: both;
  display: inline-block;
  margin: 0 auto;
  list-style-type: none;
}
@media screen and (min-width: 600px) {
  form dl { /* 600px以上のとき */
    width: 800px;
  }
}
@media screen and (max-width: 599px) {
  form dl { /* 600px以下のとき */
    width: 320px;
  }
}

form dt {
  text-align: left;
}
@media screen and (min-width: 600px) {
  form dt { /* 600px以上のとき */
    float: left;
    width: 25%;
  }
}
@media screen and (max-width: 599px) {
  form dt { /* 600px以下のとき */
    width: 100%;
  }
}

form dd {
  margin: 0 0 2em 0;
  text-align: left;
  width: 72%;
  display: block;
}
@media screen and (min-width: 600px) {
  form dd { /* 600px以上のとき */
    float: left;
  }
}
@media screen and (max-width: 599px) {
  form dd { /* 600px以下のとき */
    width: 100%;
  }
}

form dd.order {
  margin: 0 0 0.8em 0;
  text-align: left;
  display: block;
}
@media screen and (min-width: 600px) {
  form dd.order { /* 600px以上のとき */
    float: left;
    width: 70%;
  }
}
@media screen and (max-width: 599px) {
  form dd.order { /* 600px以下のとき */
    width: 100%;
  }
}

label {
  margin: 0 0 0.5em 0;
  font-size: pxtoem(16, 16);
}

input {
  margin: 0 0 0.5em 0;
  border: 1px solid grey;
  padding: 6px 10px;
  color: dark_grey;
  font-size: pxtoem(16, 16);
}

textarea {
  border: 1px solid grey;
  padding: 6px 10px;
  width: 100%;
  color: dark_grey;
}

select {
  min-width: 100px;
  margin: 5px 0px;
  padding: 6px 10px;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  -ms-word-break: normal;
  word-break: normal;
}

/* common */
@media screen and (max-width: 599px) {
  #navi { /* 599px以下のとき */
    display: none;
  }
}
@media screen and (min-width: 600px) {
  #navi { /* 600px以上のとき */
    width: 1150px;
    margin: 0 auto;
    text-align: right;
    padding-top: 30px;
  }
}

h1.news {
  margin: 0 auto;
  position: relative;
  height: 70px;
}
@media screen and (max-width: 599px) {
  h1.news { /* mobile */
    background: url("./images/h1_bk_s.png") center bottom no-repeat;
    padding-top: 10px;
  }
}
@media screen and (min-width: 600px) {
  h1.news { /* pc */
    background: url("./images/h1_bk.png") center bottom no-repeat;
    padding-top: 30px;
  }
}
h1.news .ttl {
  text-align: left;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  h1.news .ttl { /* mobile */
    margin: 30px 0 0 90px;
    font-size: 24px;
  }
}
@media screen and (min-width: 600px) {
  h1.news .ttl { /* pc */
    margin: 10px 0 0 150px;
    font-size: 30px;
  }
}

h2.sub, h2.sub02 {
  position: relative;
  padding-bottom: 0.2em;
  border-bottom: 4px solid #ccc;
  margin: 0 auto;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  h2.sub, h2.sub02 { /* 599px以下のとき */
    width: 320px; /* 幅指定 */
    font-size: 20px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 600px) {
  h2.sub, h2.sub02 { /* 600px以上のとき */
    width: 1100px;
    font-size: 22px;
    padding-left: 20px;
  }
}
h2.sub:after, h2.sub02:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: "";
  width: 20%;
  height: 4px;
  background-color: orange;
}

@media screen and (max-width: 599px) {
  h2.sub02 { /* mobi */
    width: 320px; /* 幅指定 */
    font-size: 20px;
    padding-left: 0;
  }
}
@media screen and (min-width: 600px) {
  h2.sub02 { /* pc */
    width: 900px;
    font-size: 22px;
  }
}

h3.sub {
  position: relative; /*相対位置*/
  line-height: 1.4; /*行高*/
  text-align: left;
  margin: 20px 0 20px 100px;
  padding: 0 0 0 50px;
  font-size: 20px;
}

.txt, .txt02 {
  margin: 0 auto;
  line-height: 1.8em;
  font-size: 1em;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .txt, .txt02 { /* 599px以下のとき */
    width: 340px;
  }
}
@media screen and (min-width: 600px) {
  .txt, .txt02 { /* 600px以上のとき */
    width: 1000px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.txt .indent, .txt02 .indent {
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 599px) {
  .txt02 { /* 599px以下のとき */
    width: 340px;
  }
}
@media screen and (min-width: 600px) {
  .txt02 { /* 600px以上のとき */
    width: 900px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

dl.sub, dl.sub03 {
  list-style-type: none;
  margin: 0 auto;
  list-style-position: inside;
  display: block;
}
@media screen and (max-width: 599px) {
  dl.sub, dl.sub03 { /* 599px以下のとき */
    width: 320px;
  }
}
@media screen and (min-width: 600px) {
  dl.sub, dl.sub03 { /* 600px以上のとき */
    width: 900px;
  }
}
dl.sub dt, dl.sub03 dt {
  margin: 8px 0 8px 0;
  position: relative;
  width: 200px;
  float: left;
  line-height: 1.5em;
  text-align: left;
}
dl.sub dt:after, dl.sub03 dt:after {
  display: block;
  content: "";
  position: absolute;
  top: 0.5em;
  left: -1em;
  width: 6px;
  height: 6px;
  background-color: #5da43b;
  border-radius: 100%;
}
dl.sub dd, dl.sub03 dd {
  margin: 8px 0 8px 0;
  position: relative;
  float: left;
  line-height: 1.8em;
  text-align: left;
}
@media screen and (max-width: 599px) {
  dl.sub dd, dl.sub03 dd { /* 599px以下のとき */
    width: 320px;
  }
}
@media screen and (min-width: 600px) {
  dl.sub dd, dl.sub03 dd { /* 600px以上のとき */
    width: 680px;
  }
}
dl.sub dd ol, dl.sub03 dd ol {
  list-style-position: outside;
  margin-left: 1.5em;
}

dl.sub02 {
  list-style-type: none;
  list-style-position: inside;
  display: block;
  margin-top: 2px;
}
@media screen and (max-width: 599px) {
  dl.sub02 { /* 599px以下のとき */
    width: 320px;
  }
}
@media screen and (min-width: 600px) {
  dl.sub02 { /* 600px以上のとき */
    width: 600px;
  }
}
dl.sub02 dt {
  margin: 0 0 5px 0;
  position: relative;
  width: 100px;
  float: left;
  line-height: 1.5em;
  text-align: left;
}
dl.sub02 dt:after {
  display: none;
}
dl.sub02 dt.long {
  width: 250px;
}
dl.sub02 dd {
  margin: 0 0 5px 0;
  position: relative;
  float: left;
  line-height: 1.5em;
  text-align: left;
}
@media screen and (max-width: 599px) {
  dl.sub02 dd { /* 599px以下のとき */
    width: 320px;
  }
}
@media screen and (min-width: 600px) {
  dl.sub02 dd { /* 600px以上のとき */
    width: 480px;
  }
}
dl.sub02 dd.long {
  width: 330px;
}

@media screen and (max-width: 599px) {
  dl.sub03 { /* 599px以下のとき */
    width: 310px;
    margin-left: 10px;
  }
}
@media screen and (min-width: 600px) {
  dl.sub03 { /* 600px以上のとき */
    width: 700px;
  }
}
dl.sub03 dt {
  width: 200px;
}
@media screen and (max-width: 599px) {
  dl.sub03 dd { /* mobile */
    width: 320px;
  }
}
@media screen and (min-width: 600px) {
  dl.sub03 dd { /* pc */
    width: 500px;
  }
}

ul.sub {
  margin-top: 20px;
  margin-bottom: 20px;
  list-style: none;
  list-style-position: outside;
  margin: 0 auto;
  margin-top: 30px;
}
@media screen and (max-width: 599px) {
  ul.sub { /* 599px以下のとき */
    width: 340px;
  }
}
@media screen and (min-width: 600px) {
  ul.sub { /* 600px以上のとき */
    width: 1000px;
  }
}
ul.sub li {
  margin: 0 0 30px 0;
  text-align: left;
}

ul.sub02 {
  list-style-type: none;
  list-style-position: outside;
}
@media screen and (max-width: 599px) {
  ul.sub02 { /* 599px以下のとき */
    width: 300px;
    margin: 0 0 10px 30px;
  }
}
@media screen and (min-width: 600px) {
  ul.sub02 { /* 600px以上のとき */
    width: 800px;
    margin: 0 0 10px 50px;
  }
}
ul.sub02 li {
  margin: 0 0 10px 0;
  position: relative;
  line-height: 1.5em;
  text-align: left;
}
ul.sub02 li:after {
  display: block;
  content: "";
  position: absolute;
  top: 0.7em;
  left: -1em;
  width: 6px;
  height: 6px;
  background-color: #5da43b;
  border-radius: 100%;
}

#rside-wrap {
  width: 240px;
  margin-top: 5px;
}
@media screen and (max-width: 599px) {
  #rside-wrap { /* mobile */
    display: none;
  }
}

.rside {
  border-right: 1px #ccc solid;
  border-left: 1px #ccc solid;
  background-color: #fff;
}
@media screen and (min-width: 600px) {
  .rside { /* pc */
    width: 220px; /*float:right;*/
    margin-top: 70px;
    margin-right: 15px;
    position: sticky;
    top: 10px;
  }
}
@media screen and (max-width: 599px) {
  .rside { /* mobile */
    width: 320px;
    margin: 0 auto;
    margin-top: 10px;
  }
}
.rside ul.right {
  margin: 0;
  list-style-type: none;
  font-weight: normal;
  border-top: 1px #ccc solid;
}
.rside ul.right li {
  font-size: 1em;
  margin: 0;
  font-weight: normal;
  padding: 0.8em 0 0.8em 0.8em;
  border-bottom: 1px #ccc solid;
  text-align: left;
}
.rside ul.right li.sel {
  background-color: #eee;
}
.rside ul.right li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  color: #5da43b;
  margin: -5px 5px 0 0;
  font-size: 1.3em;
}

#lside {
  min-height: 500px;
  margin: 0 0 30px 20px;
  display: block;
  position: relative;
}
@media screen and (min-width: 600px) {
  #lside { /* pc */
    width: 930px;
  }
}
@media screen and (max-width: 599px) {
  #lside { /* mobile */
    width: 320px;
  }
}

/* ~~ フッター ~~ */
footer {
  background-color: rgba(201, 215, 187, 0.8);
}

#fwrap {
  width: 100%;
  display: block;
  text-align: center;
  height: auto;
}
@media screen and (min-width: 600px) {
  #fwrap { /* 600px以上のとき */ }
}
.footer1 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  min-height: 100px;
  padding-top: 30px;
}
.footer1 .f-logo {
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 600px) {
  .footer1 .f-logo { /* 600px以上のとき */ }
}
@media screen and (max-width: 599px) {
  .footer1 .f-logo {
    width: 280px;
  }
}
.footer1 .f-addr {
  font-size: 16px;
}
@media screen and (min-width: 600px) {
  .footer1 .f-addr { /* pc */
    margin-top: 10px;
  }
}
@media screen and (max-width: 599px) {
  .footer1 .f-addr {
    text-align: center;
    margin-bottom: 20px;
  }
}

.footer2 {
  margin: 0 auto;
  padding: 10px 0 20px 0;
  text-align: center;
  position: relative;
  height: auto;
  min-width: 300px;
  font-size: 15px;
}
@media screen and (max-width: 600px) {
  .footer2 {
    width: 360px;
  }
}
@media screen and (min-width: 599px) {
  .footer2 {
    width: 1200px;
  }
}
@media screen and (min-width: 600px) {
  .footer2 { /* pc */
    min-height: 100px;
  }
}
@media screen and (max-width: 599px) {
  .footer2 {
    min-height: 70px;
  }
}
.footer2 .f-home {
  margin: 20px 0 0 150px;
  float: left;
}
.footer2 .f-access, .footer2 .f-mail {
  position: absolute;
  top: 20px;
  left: 30px;
  font-size: 44px;
  color: #5da43b;
}
.footer2 .f-mail {
  top: 23px;
  left: 90px;
}
.footer2 .f-jforest {
  position: absolute;
  top: 0;
  right: 30px;
}
.footer2 .f-jforest-h {
  position: absolute;
  top: 50px;
  right: 30px;
}
.footer2 .fmenu1 {
  float: left;
  margin: 10px 0 0 30px;
  text-align: left;
  display: block;
  min-height: 250px;
  height: auto;
  padding: 0 50px 0 20px;
  line-height: 2em;
  border-left: 1px #333 solid;
}
.footer2 .fmenu1 a:link, .footer2 .fmenu1 a:visited {
  text-decoration: none; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}

#fcopy {
  width: 100%;
  background-color: #fff;
  display: block;
  text-align: center;
  padding: 0 0 8px 0;
  font-size: 1em;
}
@media screen and (min-width: 600px) {
  #fcopy { /* 600px以上のとき */
    height: 15px;
  }
}
@media screen and (max-width: 599px) {
  #fcopy {
    height: 50px;
    margin-top: 20px;
  }
}
#fcopy div {
  margin: 0 auto;
  min-height: 15px;
  height: auto;
  position: relative;
  font-size: 0.85em;
}
@media screen and (max-width: 600px) {
  #fcopy div {
    width: 360px;
  }
}
@media screen and (min-width: 599px) {
  #fcopy div {
    width: 1200px;
  }
}/*# sourceMappingURL=style.css.map */