@charset "UTF-8";
/*------------------------------------------------------------mainphoto*/
header {
  background: url("../img/index_img/header_bg.jpg") center center no-repeat;
  background-size: cover;
  height: auto;
}
#main {
  background: url("../img/common_img/main_bg2.png") center center no-repeat;
  height: 305px;
  margin-top: 0px;
  position: relative;
  z-index: 100;
}
@media print, screen and (min-width:768px) {
  #main {
    background: url("../img/common_img/main_bg2.png") center center no-repeat;
    margin-top: 30px;
    height: 305px;
  }
}
@media print, screen and (min-width:992px) {
  #main {
    background: url("../img/common_img/main_bg.png") center center no-repeat;
    margin-top: 10px;
    height: 350px;
  }
}
h2 {
  font-size: 36px;
  color: #1caa3a;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  text-align: center;
  padding-top: 150px;
  letter-spacing: 5px;
  text-shadow:
    0 2px 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
}
@media print, screen and (min-width:992px) {
  h2 {}
}
/*------------------------------------------------------------content*/
#sec01 {
  background: #e4ffe3;
  padding: 20px 0 20px 0;
}
@media print, screen and (min-width:576px) {
  #sec01 {
    padding: 20px 0 40px 0;
  }
}
#sec01 .container {}
#sec02_top {
  background: url("../img/index_img/sec02_top2.png") right center no-repeat;
  background-size: cover;
  height: 194px;
  margin-top: -100px;
}
@media print, screen and (min-width:768px) {
  #sec02_top {
    background: url("../img/index_img/sec02_top.jpg") center center no-repeat;
  }
}
#sec02 {
  background: #d2f5f0;
  padding-bottom: 40px;
}
@media print, screen and (min-width:576px) {
  #sec02 {
    padding-bottom: 80px;
  }
}
#sec02 .container {
  background: url("../img/index_img/sec02_img1.png") left top no-repeat;
}
#sec03_top {
  background: url("../img/index_img/sec03_top.jpg") center center no-repeat;
  background-size: cover;
  height: 141px;
  margin-top: -30px;
}
#sec03 {
  padding-top: 10px;
  padding-bottom: 40px;
}
@media print, screen and (min-width:576px) {
  #sec03 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
#sec03 table {
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 15px;
  overflow: hidden;
  width: 100%;
}
#sec03 table thead th, #sec03 table tbody th, #sec03 table tbody td {
  padding: 8px;
  border-bottom: 1px solid #fff;
  background: #d2f5f0;
  font-size: 18px;
  text-align: center;
}
@media print, screen and (min-width:768px) {
  #sec03 table thead th, #sec03 table tbody th, #sec03 table tbody td {
    padding: 15px;
  }
}
#sec03 table thead th {
  background-color: #d2f5f0;
  color: #3caa49;
}
#sec03 table tbody th {
  background-color: #d2f5f0;
  width: 50%;
}
@media print, screen and (min-width:768px) {
  #sec03 table tbody th {
    width: auto;
  }
}
#sec03 table thead th + th, #sec03 table tbody td {
  border-left: 1px solid #fff;
}
#sec03 table tbody tr:last-child th, #sec03 table tbody tr:last-child td {
  border-bottom: none;
}
#sec01 {
  background: url("../img/common_img/tree_bg.png") bottom center no-repeat;
  min-height: 307px;
  position: relative;
  z-index: 100;
  padding-bottom: 200px;
}
/*-----------section01*/
/*nextlist*/
.next_list_month {
  font-size: 0;
  margin-bottom: 10px;
  text-align: center;
}
.next_list_month li {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}
.next_list_month li:nth-child(2) {
  margin: 0 20px;
  font-weight: bold;
}
.next_list_month li:nth-child(2) span {
  font-size: 16px;
}
@media print, screen and (min-width:768px) {
  .next_list_month {
    margin-bottom: 20px;
  }
  .next_list_month li {
    font-size: 14px;
  }
  .next_list_month li:nth-child(2) {
    margin: 0 40px;
  }
  .next_list_month li:nth-child(2) span {
    font-size: 22px;
  }
}
/*table_overflow*/
#sec01 .tanto_table {
  overflow-x: scroll;
  overflow-y: hidden;
}
#sec01 .tanto_table p {
  font-size: 11px;
  margin-bottom: 5px;
}
@media print, screen and (min-width:768px) {
  #sec01 .tanto_table {
    padding: 0;
    background: none;
    overflow: hidden;
  }
  #sec01 .tanto_table p {
    display: none;
  }
}
/*table*/
#sec01 table {
  width: 100%;
}
#sec01 table tr th {
  border: 1px solid #1caa3a;
  padding: 5px 5px;
  text-align: center;
  color: #fff;
  background: #63c66d;
  white-space: nowrap;
}
#sec01 table tr td {
  border: 1px solid #1caa3a;
  padding: 5px 5px;
  text-align: center;
  background: #fff;
  white-space: nowrap;
}
#sec01 table tr.tr01 td {
  width: 14%;
}
#sec01 table tr.tr00 td:nth-child(2) {
  background: #e4ffe3;
  color: #1caa3a;
  font-weight: bold;
}
#sec01 table tr.tr00 td:nth-child(3) {
  background: #ffe5ee;
  color: #ff689d;
  font-weight: bold;
}
#sec01 table tr.tr00 td:nth-child(4) {
  background: #d2f5f0;
  color: #0e72d2;
  font-weight: bold;
  display: none; /*青のテーブル非表示*/
}
#sec01 table tr.tr01 td:nth-child(1), #sec01 table tr.tr01 td:nth-child(2) {
  background: #e4ffe3;
  color: #1caa3a;
  font-weight: bold;
}
#sec01 table tr.tr01 td:nth-child(3), #sec01 table tr.tr01 td:nth-child(4) {
  background: #ffe5ee;
  color: #ff689d;
  font-weight: bold;
}
#sec01 table tr.tr01 td:nth-child(5), #sec01 table tr.tr01 td:nth-child(6) {
  background: #d2f5f0;
  color: #0e72d2;
  font-weight: bold;
  display: none; /*青のテーブル非表示*/
}
#sec01 table tr.tr02 td:nth-child(2), #sec01 table tr.tr02 td:nth-child(3) {
  background: #e4ffe3;
  color: #1caa3a;
}
#sec01 table tr.tr02 td:nth-child(4), #sec01 table tr.tr02 td:nth-child(5) {
  background: #ffe5ee;
  color: #ff689d;
}
#sec01 table tr.tr02 td:nth-child(6), #sec01 table tr.tr02 td:nth-child(7) {
  background: #d2f5f0;
  color: #0e72d2;
  display: none; /*青のテーブル非表示*/
}
@media print, screen and (min-width:768px) {
  #sec01 .tanto_table table tr th {
    width: 15%;
  }
}