﻿@charset "UTF-8";
@font-face {
  /*フォントの名前*/
  font-family: "dre";
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("../font/dre.woff2") format("woff2"),
       url("../font/dre.woff") format("woff");
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 0px;
  padding: 0;
  border-bottom: #333333 1px solid;
}
input, select {
  vertical-align: middle;
}
img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: middle;
}
strong {
  font-weight: bold;
}
body {
  position: relative;
  /*font-family: YuGothic, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
   /*font-family: "UD Digi Kyokasho N-B";*/
   font-family: 'UD Digi Kyokasho N-B','dre',sans-serif;

  font-weight: 500;
  font-size: 15px;
  line-height: 2;
  color: #333333;
  min-width: 1054px;
  background: #FFFFFF;
}
a {
  color: #6c4922;
  text-decoration: underline;
}
a:hover {
  color: #6c4922;
  text-decoration: none;
}
.fade, .fade a, .fade a:hover {
  text-decoration: none;
}
.container {
  width: 1054px;
}
.container02 {
  width: 100%;
}
.fade:hover {
  text-decoration: none;
}
@media only screen and (max-width: 800px) {
  body {
    min-width: 0px;
  }
  .container, .container02 {
    width: 100%;
  }
}


@media only screen and (max-width: 800px) {
  body {
    min-width: 0px;
  }
}

.dl-price {
  border: solid 1px #e4dfd8;
  color: #6c4922;
  display: flex;
  /*font-family: "FOT-筑紫A丸ゴシック Std B";*/
  /* font-family: "UD Digi Kyokasho N-B";*/
   font-family: 'UD Digi Kyokasho N-B','dre',sans-serif;

  font-size: 18px;
  padding: 15px;
}

.dl-price dt {
  width: 35%;
}

.dl-price dd {
  width: 65%;
}
@media only screen and (max-width: 800px) {
  .dl-price {
    display: block;
    font-size: 17px;
  }
  .dl-price dt {
    width: 100%;
  }
  .dl-price dd {
    width: 100%;
  }
}
.fade, .fade a, .fade a:hover {
  text-decoration: none;
}

.fade:hover {
  text-decoration: none;
}

/*------------------------------------------------------------
footer_nav02
--------------------------------------------------------------*/
.f-btns {

}
.f-btns .item + .item {
  margin-top: 20px;
}
@media only screen and (max-width: 800px) {
  .f-btns {
    display: flex;
    justify-content: space-between;
  }
  .f-btns .item {
    width: 48%;
  }
  .f-btns .item + .item {
    margin-top: 0;
  }
}

/*------------------------------------------------------------
fix_btn
--------------------------------------------------------------*/
.fix_btn {
  position: fixed;
  top: 150px;
  right: 0;
}

/*------------------------------------------------------------
gNavi
--------------------------------------------------------------*/
.gNavi > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url("../img/line.png") no-repeat center center;
}
.gNavi > ul > li {
  padding: 0;
  margin: 0;
}
.gNavi > ul > li > a {
  display: block;
  text-decoration: none;
  color: #695034;
}
.gNavi > ul > li > a span {
  color: #bdb7b1;
}
.gNavi > ul > li > a:hover {
  color: #8abc55;
}
.gNavi > ul > li > a:hover span {
  color: #8abc55;
}
.no-link:hover {
  color: #8abc55;
}

/*------------------------------------------------------------
header_01
--------------------------------------------------------------*/
.header_01 {
  position: static;
  width: 100%;
  z-index: 999;
  border-top: 3px solid #93bc6c;
}
.header_01 h1:first-of-type {
  margin-bottom: 10px;
}
.header_logo {
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 800px) {
  .header_01 {
    position: static;
    border-top: none;
  }
  .header_01 h1:first-of-type {
    padding-right: 40px;
    margin-bottom: 0;
  }
  .header_logo {
    margin: 0;
    text-align: center;
  }
  .header_logo img {
    max-height: 45px;
    margin: 5px 0 15px;
  }
}
/*------------------------------------------------------------
header_contact
--------------------------------------------------------------*/
.header_contact {
  text-align: right;
  line-height: 1.2em;
}
.header_contact li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  text-align: right;
}
.header_contact li:last-child {
  margin-right: 0;
}
.header_contact dt, .header_contact dd {
  display: inline-block;
  vertical-align: top;
  padding: 3px 0;
}
.header_contact dt {
  width: 6em;
  margin-right: 1em;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  .header_contact {
    text-align: center;
  }
  .header_contact li {
    display: block;
    margin-right: 0;
    vertical-align: top;
    margin-bottom: 10px;
    text-align: center;
  }
  .header_contact li:first-child {
    margin-right: 0;
  }
  .header_contact dl {
    margin: 0 10px;
  }
  .header_contact dt {
    width: 5em;
    margin-bottom: 5px;
  }
  .header_contact dd {
    width: 100%;
  }
}

/*------------------------------------------------------------
heading
--------------------------------------------------------------*/
.heading {
  padding-top: 40px;
  margin-top: -40px;
}
.pagettl {
  /*font-family: "FOT-筑紫A丸ゴシック Std B", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
   /*font-family: "UD Digi Kyokasho N-B";*/
   font-family: 'UD Digi Kyokasho N-B','dre',sans-serif;

  font-size: 32px;
  line-height: 1.1;
  text-align: center;
  background: url("../img/topline.jpg") center center;
  padding: 110px 0;
  #color: #8abc55;
  color: #fd3b3b;
  margin-bottom: 30px;
}
.heading_img {
  text-align: center;
  margin-bottom: 40px;
  /*font-family: "FOT-筑紫A丸ゴシック Std B", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
   /*font-family: "UD Digi Kyokasho N-B";*/
   font-family: 'UD Digi Kyokasho N-B','dre',sans-serif;

  font-size: 32px;
  line-height: 1.4;
  color: #6c4922;
  background: url("../img/h3.png") no-repeat center bottom;
  padding-bottom: 20px;
}
.heading_btmline, .postdata h4 {
  /*font-family: "FOT-筑紫A丸ゴシック Std B", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
   /*font-family: "UD Digi Kyokasho N-B";*/
   font-family: 'UD Digi Kyokasho N-B','dre',sans-serif;

  font-size: 20px;
  line-height: 1.6;
  color: #FFFFFF;
  margin-bottom: 25px;
  #background: #ffa03b;
  background: #3b62fd;
  padding: 5px 15px;
  position: relative;
  border-radius: 5px;
}
.heading_leftcircle, .postdata h5 {
  /*font-family: "FOT-筑紫A丸ゴシック Std B", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  /* font-family: "UD Digi Kyokasho N-B";*/
   font-family: 'UD Digi Kyokasho N-B','dre',sans-serif;

  font-size: 18px;
  ine-height: 1.4;
  margin-bottom: 5px;
  position: relative;
  padding-left: 20px;
  color: #6c4922;
}
.heading_leftcircle::before, .postdata h5::before {
  position: absolute;
  content: '';
  width: 7px;
  height: 60%;
  #background: #8abc55;
  background: #fd3b3b;
  border-radius: 3px;
  left: 0;
  top: 0.5em;
}
@media only screen and (max-width: 800px) {
  .heading {
    padding-top: 0px;
    margin-top: 0px;
  }
  .pagettl {
    font-size: 24px;
    padding: 40px 15px;
  }
  .heading_img {
    margin-bottom: 20px;
    font-size: 23px;
  }
  .heading_btmline, .postdata h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .heading_leftcircle, .postdata h5 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

/*------------------------------------------------------------
iframe_wrap
--------------------------------------------------------------*/
.iframe_wrap {
  position: relative;
  width: 100%;
  padding-top: 58%; /* 高さ÷幅 */
}
.iframe_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
/*------------------------------------------------------------
more-btn
--------------------------------------------------------------*/
.more-btn a {
  /*font-family: "FOT-筑紫A丸ゴシック Std B", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
   /*font-family: "UD Digi Kyokasho N-B";*/
   font-family: 'UD Digi Kyokasho N-B','dre',sans-serif;

  font-size: 18px;
  line-height: 1;
  color: #FFFFFF;
  #background: #8abc55;
  background: #fd3b3b;
  padding: 15px 40px 15px 40px;
  text-decoration: none;
  display: inline-block;
  transition: .5s ease;
  position: relative;
  text-align: center;
  min-width: 260px;
  border-radius: 5px;
}
.more-btn a:after {
  content: url("../img/ico_arrow.png");
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.more-btn.mini a {
  padding: 5px 25px 5px 15px;
  min-width: inherit;
  width: 100%;
  font-size: 15px;
}
.more-btn.mini a:after {
  content: url("../img/ico_arrow.png");
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.more-btn.white a {
  border: #FFFFFF 1px solid;
}
.more-btn02 {
  line-height: 1.2em;
  display: inline-block;
  margin-right: 20px;
  border-right: 1px #FFFFFF solid;
  padding-right: 20px;
}
.more-btn02:last-child {
  margin-right: 0;
  border-right: none;
  padding-right: 0;
}
.more-btn02 a {
  /*font-family: "FOT-筑紫A丸ゴシック Std B", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
   /*font-family: "UD Digi Kyokasho N-B";*/
   font-family: 'UD Digi Kyokasho N-B','dre',sans-serif;

  font-size: 16px;
  line-height: 1;
  color: #FFFFFF;
  padding: 0 25px 0 0;
  text-decoration: none;
  transition: .5s ease;
  position: relative;
  border-radius: 7px;
}
.more-btn02 a:after {
  content: url("images/shared/ico_arrow_btm.png");
  position: absolute;
  right: 0;
  top: 0.5em;
  transform: translateY(-50%);
}
.more-btn03 a {
  /*font-family: "FOT-筑紫A丸ゴシック Std B", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
   /*font-family: "UD Digi Kyokasho N-B";*/
   font-family: 'UD Digi Kyokasho N-B','dre',sans-serif;

  font-size: 17px;
  line-height: 1;
  color: #FFFFFF;
  background: #7ec997;
  padding: 15px 20px;
  text-decoration: none;
  display: inline-block;
  transition: .5s ease;
  position: relative;
  text-align: center;
  border-radius: 10px;
  width: 100%;
}
.more-btn a:hover, .more-btn02 a:hover, .more-btn03 a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 800px) {
  .more-btn a {
    padding: 15px 30px 15px 30px;
    min-width: 0;
    width: 100%;
    font-size: 13px;
    margin: 1px;
  }
  .more-btn.mini a {
    font-size: 13px;
  }
}
/*------------------------------------------------------------
navi_01
--------------------------------------------------------------*/
.navi_01 > ul {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.navi_01 > ul > li {
  width: 20%;
}
.navi_01 > ul > li > a {
  padding: 20px 0 10px;
}

@media only screen and (min-width: 800px) {
  .sp-sc {
    width: 100%;
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .sp-sc table {
    width: 100%;
  }
  .sp-listlayout {
    border: none !important;
  }
  .sp-listlayout tr {
    display: block;
  }
  .sp-listlayout th {
    border: none !important;
    display: list-item;
    list-style: none;
    width: 100% !important;
  }
  .sp-listlayout td {
    border: none !important;
    display: list-item;
    list-style: none;
    width: 100% !important;
  }
  .sp-listlayout {
    table-layout: fixed;
  }
  .sp-listlayout * {
    word-wrap: break-word;
  }
}
/*------------------------------------------------------------
table
--------------------------------------------------------------*/
.table-bordered {
  border-collapse: collapse;
  border: solid 1px #dddddd;
  width: 100%;
  background: #fff;
}
.table-bordered th, .table-bordered td {
  border: solid 1px #dddddd;
  padding: 10px 15px;
  vertical-align: middle;
  color: #333333;
}
.table-bordered th {
  /*font-family: "FOT-筑紫A丸ゴシック Std B", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
   /*font-family: "UD Digi Kyokasho N-B";*/
   font-family: 'UD Digi Kyokasho N-B','dre',sans-serif;

  text-align: center;
  border-bottom: #dddddd solid 1px;
  background: #f1e6d9;
  color: #6c4922;
}
.table-bordered02 {
  border-collapse: collapse;
  width: 100%;
  background: #fff;
}
.table-bordered02 th, .table-bordered02 td {
  padding: 20px 15px;
  vertical-align: middle;
  background: #f5f8ff;
  border-bottom: #FFFFFF solid 20px;
}
.table-bordered02 th {
  /*font-family: "FOT-筑紫A丸ゴシック Std B", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
   /*font-family: "UD Digi Kyokasho N-B";*/
   font-family: 'UD Digi Kyokasho N-B','dre',sans-serif;

  text-align: center;
  background-color: #8abc55;
  color: #FFFFFF;
}
.table-bordered02 td {
  padding: 20px 30px;
}
.table-bordered03 {
  border-collapse: collapse;
  width: 100%;
  background: #fff;
}
.table-bordered03 th, .table-bordered03 td {
  padding: 20px 10px;
  vertical-align: middle;
  background: #f5f8ff;
  border-bottom: #FFFFFF solid 20px;
}
.table-bordered03 th {
  /*font-family: "FOT-筑紫A丸ゴシック Std B", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
   /*font-family: "UD Digi Kyokasho N-B";*/
   font-family: 'UD Digi Kyokasho N-B','dre',sans-serif;

  text-align: center;
  background-color: #8abc55;
  color: #FFFFFF;
}
.table-bordered03 td {
  width: 29%;
}
.th20 th {
  width: 20%;
}
.th30 th {
  width: 30%;
}
.th40 th {
  width: 40%;
}
.th50 th {
  width: 50%;
}
@media only screen and (max-width: 800px) {
  .table-bordered tr {
    border-bottom: #c8ae8b dotted 1px;
  }
  .table-bordered02 tr {
    border-bottom: #c8ae8b dotted 1px;
  }
}

.time-table01 {
  border: 1px solid #ddd;
  margin: 0 auto 15px;
  width: 100%;
  max-width: 800px;
}

.time-table01 th, .time-table01 td {
  /*font-family: "FOT-筑紫A丸ゴシック Std B";*/
   /*font-family: "UD Digi Kyokasho N-B";*/
   font-family: 'UD Digi Kyokasho N-B','dre',sans-serif;

  text-align: center;
  line-height: 1;
  vertical-align: middle;
}

.time-table01 th {
  background: #BAA380;
  border-bottom: 1px solid #e1e1e1;
  color: #fff;
  padding: 15px 5px;
}

.time-table01 th:first-child {
  width: 140px;
}

.time-table01 th:last-child {
  width: 100px;
}

.time-table01 td {
  border-bottom: 1px solid #ddd;
  color: #6c4922;
  padding: 20px 5px;
}

.time-table01 td:first-child {
  border-bottom: 1px solid #f1f1f1;
}

.time-table01 tr:last-child td:first-child {
  border-bottom: 1px solid #ddd;
}

.time-table01 .event01 {
  color: #8ABC55;
}

/*------------------------------------------------------------------------------------------------------------------------
Parts
--------------------------------------------------------------------------------------------------------------------------*/
.top_art01 {}
@media only screen and (max-width: 800px) {}

/*------------------------------------------------------------
topics
--------------------------------------------------------------*/
.topicsbox {
  width: 470px;
  bottom: -20%;
  /*left: 4%;*/
  right: 4%;
  position: absolute;
  padding: 20px 30px;
}
@media only screen and (max-width: 800px) {
  .topicsbox {
    position: static !important;
  }
  .topicsbox {
    width: auto;
    display: block;
    padding: 10px;
    left: auto;
    transform: none;
  }
}
@media only screen and (max-width: 800px) {
  body > .pos-rel:first-child {
    padding-bottom: 70px;
  }
}
/*------------------------------------------------------------
main-slider
--------------------------------------------------------------*/
.main-slider li {
  height: auto;
  width: 100%;
}
.main-slider img {
  width: 100%;
  min-height: 700px;
  object-fit: cover;
  height: auto;
  margin-bottom: -10px;
}
@media only screen and (max-width: 800px) {
  .main-slider img {
    width: 100%;
    min-height: 0;
    object-fit: fill;
    height: auto;
  }
}