@charset "UTF-8";
/* Scss Document */
/*しろ*/
/*みどり*/
/*くろ*/
/*タイトルbg*/
/*サイトマップホバー*/
.cms_block .contents {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding-top: 0;
}
@media (max-width: 767px) {
  .cms_block .contents {
    display: block;
    padding-top: 5%;
  }
}
.cms_block .contents .left {
  width: 830px;
  border-right: 1px solid #b2b2b2;
}
@media (max-width: 767px) {
  .cms_block .contents .left {
    width: 100%;
    border-right: none;
  }
}
.cms_block .contents .blog_list {
  width: 770px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cms_block .contents .blog_list {
    width: 100%;
    justify-content: space-between;
  }
}
.cms_block .contents .blog_list li {
  width: 33%;
  list-style-type: none;
  margin-left: 0;
  margin-left: 1px;
  margin-top: 80px;
  transition: 0.3s;
}
.cms_block .contents .blog_list li a {
  width: 254px;
}
@media (max-width: 767px) {
  .cms_block .contents .blog_list li {
    width: 48%;
    margin-top: 5%;
  }
}
.cms_block .contents .blog_list li:hover {
  transition: 0.3s;
  opacity: 0.7;
}
.cms_block .contents .blog_list li:nth-child(n+4) {
  margin-top: 2em;
}
@media (max-width: 767px) {
  .cms_block .contents .blog_list li:nth-child(n+4) {
    margin-top: 5%;
  }
}
.cms_block .contents .blog_list li a {
  color: #000000;
}
@media (max-width: 767px) {
  .cms_block .contents .blog_list li a {
    width: 100%;
  }
}
.cms_block .contents .blog_list li a time {
  grid-row: 1;
  font-size: 1rem;
  padding: 0.5em 1em 1em;
}
.cms_block .contents .blog_list li a .img_box {
  text-align: center;
  background-color: #f2f2f2;
  height: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 64.1732%;
  width: 100%;
}
@media (max-width: 767px) {
  .cms_block .contents .blog_list li a .img_box {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cms_block .contents .blog_list li a .img_box {
    width: 100%;
  }
}
.cms_block .contents .blog_list li a .img_box img {
  grid-row: 2;
  max-width: 254px;
  max-height: 170px;
  border: none;
}
@media (max-width: 767px) {
  .cms_block .contents .blog_list li a .img_box img {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    max-width: 100% !important;
    transform: translate(-50%, -50%) !important;
    max-height: 100%;
  }
}
.cms_block .contents .blog_list li a dl {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: 65px auto;
}
.cms_block .contents .blog_list li a dl dt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  grid-row: 1;
  padding: 0.5em 1em 0;
}
@media (max-width: 767px) {
  .cms_block .contents .blog_list li a dl dt {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2;
    grid-row: 1;
    padding: 0.5em 1em 0;
  }
}
.cms_block .contents .blog_list li a dl dd {
  font-size: 1.4rem;
  padding: 3em 1em 0.5em;
  grid-row: 2;
  line-height: 2;
  font-weight: 400;
}
@media (max-width: 767px) {
  .cms_block .contents .blog_list li a dl dd {
    font-size: 1.2rem;
    padding: 2em 1em 0.5em;
    grid-row: 2;
    line-height: 2;
    font-weight: 400;
  }
}
.cms_block .side_menu {
  width: 275px;
  margin-top: -80px;
  margin-left: -1px;
  position: relative;
  z-index: 2;
}
.cms_block .side_menu #history_sp {
  display: none;
}
@media (max-width: 767px) {
  .cms_block .side_menu #history_sp {
    display: block;
    background: #769bb3;
    text-align: center;
    font-size: 1.2rem;
    padding: 15px 0 15px;
  }
}
@media (max-width: 767px) {
  .cms_block .side_menu {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    margin-left: 0;
    left: 0;
  }
}
.cms_block .side_menu h1 {
  font-size: 1.6rem;
  background-color: #4b7626;
  color: white;
  font-weight: 400;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .cms_block .side_menu h1 {
    transition: 0.1s;
    display: flex;
    justify-content: center;
    height: 50px;
    padding: 0;
    display: flex;
    align-items: center;
    font-size: 1.2rem;
  }
}
.cms_block .side_menu h1:hover {
  opacity: 0.7;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .cms_block .side_menu h1:hover {
    opacity: 1;
  }
}
.cms_block .side_menu h1 a {
  color: white;
  padding: 30px 20px 30px 20px;
}
.cms_block .side_menu ul {
  font-size: 1.6rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cms_block .side_menu ul {
    height: 100%;
  }
}
.cms_block .side_menu ul li {
  list-style-type: none;
  margin-left: 0;
  line-height: 1;
  border-bottom: 1px solid #666666;
}
@media (max-width: 767px) {
  .cms_block .side_menu ul li {
    background: white;
  }
}
.cms_block .side_menu ul li a {
  color: #000000;
  padding: 20px 20px 20px 20px;
  background: url(../images/sp_arrow.svg);
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 7px auto;
  margin-left: 1px;
}
.cms_block .side_menu ul li a:hover {
  transition: 0.3s;
  background-color: #ebf0e7;
  cursor: pointer;
}
.cms_block .side_menu ul li .sub_title {
  background-color: #7e9b61;
  color: white;
  background-image: url(../images/club/plus.png);
  background-repeat: no-repeat;
  background-position: right 12px top 20px;
  background-size: 14px auto;
}
.cms_block .side_menu ul li.history {
  border-top: 1px solid white;
  border-bottom: none;
}
@media (max-width: 767px) {
  .cms_block .side_menu .side_menu_sub ul {
    display: flex;
    flex-wrap: wrap;
    height: 0;
    transition: 0.5s;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .cms_block .side_menu .side_menu_sub ul {
    overflow-y: scroll;
    z-index: 100;
    display: block;
  }
}
@media (max-width: 767px) {
  .cms_block .side_menu .side_menu_sub ul li {
    width: 100%;
    height: 53px;
  }
}

.block {
  height: 50vh !important;
  transition: 1s;
}

.sp_toggle {
  display: none !important;
}

.fixed_block {
  width: 770px;
  margin-top: 70px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .fixed_block {
    width: 100%;
    margin-top: 0;
  }
}
.fixed_block h2 {
  font-size: 3.2rem;
  border-left: none;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .fixed_block h2 {
    font-size: 2rem;
    padding-left: 0;
    margin-top: 0;
  }
}
.fixed_block h3 {
  font-size: 2.2rem;
  color: #000000;
  margin-top: 0;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .fixed_block h3 {
    font-size: 1.6rem;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 15px;
  }
}
.fixed_block time {
  padding-left: 15px;
  font-size: 1rem;
  margin-bottom: 15px;
  display: block;
}
@media (max-width: 767px) {
  .fixed_block time {
    padding-left: 0;
  }
}
.fixed_block figure {
  margin-bottom: 35px;
  text-align: center;
}
@media (max-width: 767px) {
  .fixed_block figure {
    margin-bottom: 15px;
  }
}
.fixed_block p {
  margin-top: 0;
}
@media (max-width: 767px) {
  .fixed_block p {
    margin-top: 0;
  }
}
.fixed_block .img_box {
  line-height: 1;
}
.fixed_block a {
  color: #4B7626;
  display: inline;
}
.fixed_block a:hover {
  text-decoration: underline;
}
.fixed_block a:visited {
  color: #4B7626;
}
.fixed_block table {
  width: 100%;
  margin: 0 auto;
  font-size: 1.4rem;
  border-collapse: collapse;
  border: 1px solid #4b7626;
}
.fixed_block table th {
  padding: 15px 50px 15px;
  font-weight: 400;
  background-color: #4b7626;
  color: #FFFFFF;
  background-color: rgba(75, 118, 38, 0.9);
  border: 1px solid #4b7626;
}
@media (max-width: 767px) {
  .fixed_block table th {
    padding: 3%;
  }
}
.fixed_block table th a {
  color: white;
  display: inline;
}
.fixed_block table th a:hover {
  text-decoration: underline;
}
.fixed_block table th a:visited {
  color: white;
}
.fixed_block table td {
  background-color: white;
  padding: 15px 20px 15px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.92);
  border: 1px solid #4b7626;
}
@media (max-width: 767px) {
  .fixed_block table td {
    padding: 3%;
  }
}

.contents .backnumber {
  display: flex;
  margin: 50px auto;
  justify-content: center;
  max-width: 400px;
}
.contents .backnumber li {
  list-style-type: none;
  width: 33%;
  margin-left: 0;
}
.contents .backnumber li:nth-child(1) {
  background-image: url(../images/left.svg);
  background-repeat: no-repeat;
  background-position: left center;
}
.contents .backnumber li:nth-child(2) a {
  border-left: 1px solid #4b7626;
  border-right: 1px solid #4b7626;
}
.contents .backnumber li:nth-child(3) {
  background-image: url(../images/right.svg);
  background-repeat: no-repeat;
  background-position: right center;
}
.contents .backnumber li a {
  color: #4b7626;
  text-align: center;
  line-height: 1;
}
.contents .backnumber li a:hover {
  text-decoration: underline;
}

.detail .img_box .min {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: auto;
  max-height: 100% !important;
  transform: translate(-50%, -50%) !important;
}

.fixed_block div {
  text-align: center;
  background-color: #f2f2f2;
  max-width: 770px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .fixed_block div {
    background: white;
  }
}
.fixed_block div img {
  max-width: 100% !important;
}

.cms_block .contents table.infomation {
  width: 780px;
  border-collapse: separate;
  border-spacing: 1px 1px;
  font-size: 1.6rem;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .cms_block .contents table.infomation {
    font-size: 1.2rem;
    margin-top: 30px;
    width: 100%;
  }
}
.cms_block .contents table.infomation th {
  color: #FFFFFF;
  background-color: #4B7626;
  font-weight: 400;
  padding: 1.5%;
  text-align: center;
  line-height: 2;
}
.cms_block .contents table.infomation th:nth-child(1) {
  width: 23%;
}
@media (max-width: 767px) {
  .cms_block .contents table.infomation th:nth-child(1) {
    width: 25%;
    padding: 1%;
  }
}
.cms_block .contents table.infomation td {
  background-color: #F7F8F8;
  padding: 1.5%;
  text-align: left;
  line-height: 2;
  width: 77%;
}
.cms_block .contents table.infomation a {
  color: #4B7626;
  display: inline;
}
.cms_block .contents table.infomation a:hover {
  text-decoration: underline;
}
.cms_block .contents table.infomation a:visited {
  color: #4B7626;
}

.cms_block table.table_layout {
  border: none !important;
}
@media (max-width: 767px) {
  .cms_block table.table_layout {
    font-size: 1rem;
  }
}

.cms_block table.table_layout th {
  padding: 0 0 5px 0 !important;
  background: transparent !important;
  font-weight: normal;
  vertical-align: top;
  white-space: nowrap;
  border: none !important;
  text-align: left;
}

.cms_block table.table_layout td {
  padding: 0 0 5px 0 !important;
  border: none !important;
  background: none !important;
}

.txtRed {
  color: #D9362B !important;
  width: 15px !important;
}

.cms_block .height_none {
  line-height: 1.5 !important;
}
/*# sourceMappingURL=cms.css.map */