@charset "utf-8";

a:hover {
  text-decoration: none;
}

@keyframes purun {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }

  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }

  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }

  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }

  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }

  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}

@keyframes picon {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }

  15% {
    transform: scale(0.9, 0.9) translate(0%, 3%);
  }

  30% {
    transform: scale(1.1, 0.9) translate(0%, 6%);
  }

  50% {
    transform: scale(0.9, 1.1) translate(0%, -6%);
  }

  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}

@keyframes korokoro {
  0% {
    transform: translate(0%, 0%);
  }

  5% {
    transform: translate(7%, 0%) rotate(7deg);
  }

  25% {
    transform: translate(14%, 0%) rotate(14deg);
  }

  30% {
    transform: translate(-6%, 0%) rotate(-6deg);
  }

  35% {
    transform: translate(-12%, 0%) rotate(-25deg);
  }

  45% {
    transform: translate(10%, 0%) rotate(10deg);
  }

  50% {
    transform: translate(15%, 0%) rotate(15deg);
  }

  60% {
    transform: translate(-5%, 0%) rotate(-5deg);
  }

  65% {
    transform: translate(-7%, 0%) rotate(-7deg);
  }

  75% {
    transform: translate(0%, 0%) rotate(0deg);
  }

  100% {
    transform: translate(0%, 0%) rotate(0deg);
  }
}

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

.sp_only {
  display: none;
}

.sp_only_link {
  pointer-events: none;
}

.fright {
  float: right;
}

img.fright {
  margin-left: 16px;
}

.fleft {
  float: left;
}

img.fleft {
  margin-right: 16px;
}

.img_change {
  display: block;
  overflow: hidden;
  height: 0;
  background-repeat: no-repeat;
}

.display_table {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.display_table>* {
  display: table-cell;
}

.width_wrap {
  width: 1000px;
  margin: auto;
  position: relative;
  zoom: 1;
}

.width_wrap:after {
  content: "";
  display: block;
  clear: both;
}

body {
  background-color: #f1ede1;
}

#header_wrap {
  margin-top: -40px;
  margin-bottom: 40px;
  background: url("../images/leaf_gif_line_top.gif") center -16px repeat-x;
}

#header_wrap:before,
#header_wrap:after {
  content: "";
  display: block;
  width: 18%;
  height: 577px;
  margin-top: -240px;
  position: absolute;
  top: 0;
  z-index: 1;
}

#header_wrap:before {
  left: 0;
  background: url("../images/leaf_gif_block_a.gif") right no-repeat;
}

#header_wrap:after {
  right: 0;
  background: url("../images/leaf_gif_block_b.gif") left no-repeat;
}

#header_wrap #header {
  width: 996px;
  margin: auto;
  position: relative;
  zoom: 1;
  position: relative;
  z-index: 20;
  text-align: center;
  font-weight: bold;
}

#header_wrap #header:after {
  content: "";
  display: block;
  clear: both;
}

#header_wrap #header h1 {
  padding: 160px 32px 54px 0;
}

#header_wrap #header .nav .nav_futabagumi {
  position: absolute;
  top: 0;
  right: 4%;
}

#header_wrap #header .nav .nav_futabagumi a:hover img {
  animation: picon 0.6s linear 0s 1;
  -moz-animation: picon 0.6s linear 0s 1;
  -webkit-animation: picon 0.6s linear 0s 1;
}

#header_wrap #header .nav .nav_list>li {
  width: 166px;
  font-size: 18px;
  font-size: 1.8rem;
  float: left;
  position: relative;
}

#header_wrap #header .nav .nav_list>li a {
  display: block;
  text-decoration: none;
}

#header_wrap #header .nav .nav_list>li>a span {
  display: block;
  margin-bottom: 8px;
  line-height: 50px;
  height: 50px;
}

#header_wrap #header .nav .nav_list>li>a span img {
  vertical-align: bottom;
}

#header_wrap #header .nav .nav_list>li>a:hover {
  background: url("../images/bg_head_nav_hover.png") center 94% no-repeat;
}

#header_wrap #header .nav .nav_list>li>a:hover img {
  animation: purun 0.8s linear 0s 1;
  -moz-animation: purun 0.8s linear 0s 1;
  -webkit-animation: purun 0.8s linear 0s 1;
}

#header_wrap #header .nav .nav_list>li ul {
  display: none;
  position: absolute;
  text-align: left;
  width: 140%;
  margin-left: -20%;
  padding: 16px;
  background: #fff;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 2px rgba(20, 20, 0, .2);
  box-shadow: 0 1px 2px rgba(20, 20, 0, .2);
  animation: fade-in 0.4s linear 0s 1;
  -moz-animation: fade-in 0.4s linear 0s 1;
  -webkit-animation: fade-in 0.4s linear 0s 1;
}

#header_wrap #header .nav .nav_list>li ul>li {
  border-bottom: 1px dashed #ddd;
}

#header_wrap #header .nav .nav_list>li ul>li a {
  padding: 12px 0;
  overflow: hidden;
}

#header_wrap #header .nav .nav_list>li ul>li a:hover {
  color: #c25a24;
  background: #feb;
}

#header_wrap #header .nav .nav_list>li ul>li a img {
  float: left;
}

#header_wrap #header .nav .nav_list>li ul>li a span {
  display: block;
  margin-left: 72px;
  margin-top: 12px;
}

#header_wrap #header .nav .nav_list>li:hover ul {
  display: block;
}

#footer_wrap {
  background: url("../images/bg_footer_green_repeat.png") center top repeat-x;
  color: #fff;
  position: relative;
}

#footer_wrap:before,
#footer_wrap:after {
  content: "";
  display: block;
  width: 18%;
  height: 577px;
  margin-top: -240px;
  position: absolute;
  top: 0;
  z-index: 1;
}

#footer_wrap:before {
  left: 0;
  background: url("../images/leaf_gif_block_a.gif") right no-repeat;
}

#footer_wrap:after {
  right: 0;
  background: url("../images/leaf_gif_block_b.gif") left no-repeat;
}

#footer_wrap #footer {
  width: 640px;
  margin: auto;
  position: relative;
  zoom: 1;
  position: relative;
  z-index: 10;
}

#footer_wrap #footer:after {
  content: "";
  display: block;
  clear: both;
}

#footer_wrap a {
  color: #fff;
}

#footer_wrap address>p {
  padding-top: 130px;
}

#footer_wrap address>p span {
  float: right;
  width: 400px;
}

#footer_wrap .nav {
  margin: 34px 0;
  clear: both;
  overflow: hidden;
}

#footer_wrap .nav ul {
  float: left;
  width: 25%;
}

#footer_wrap .nav ul li a:before {
  content: "≫ ";
}

#copyright {
  background: #63572b;
  color: #fff;
}

#copyright a {
  color: #fff;
}

#copyright p {
  text-align: center;
  margin-bottom: 0;
}

#page-top {
  position: absolute;
  z-index: 100;
  bottom: 16px;
  right: 16px;
}

#page-top:hover {
  animation: picon 0.6s linear 0s 1;
  -moz-animation: picon 0.6s linear 0s 1;
  -webkit-animation: picon 0.6s linear 0s 1;
}

#content_wrap {
  position: relative;
  z-index: 2;
}

.article_wrap {
  width: 1000px;
  margin: auto;
  position: relative;
  zoom: 1;
  margin-top: 2em;
  margin-bottom: 2em;
}

.article_wrap:after {
  content: "";
  display: block;
  clear: both;
}

.article h2 {
  margin-bottom: 1.5em;
  padding: 0.6em 0 0.5em;
  text-align: center;
  line-height: 1.5;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
  background: #e3d9c3;
  color: #7c972f;
}

.article h2 span {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
}

.article .article_wrap h3 {
  margin: 4em 0 1em;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
}

.article .article_wrap h3 span {
  display: inline;
  display: inline-block;
  padding: 0.2em 1em 0.2em 2em;
  font-weight: bold;
  color: #65841d;
  background: #ffeda3;
  position: relative;
}

.article .article_wrap h3 span:before {
  content: "";
  display: block;
  width: 32px;
  height: 66px;
  position: absolute;
  top: -8px;
  left: -4px;
  background: url("../images/title_leaf.png") no-repeat;
}

.article .article_wrap h4 {
  margin: 2em 0 1em;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: bold;
  border-left: 0.5em solid #c63;
  padding-left: 1em;
  color: #c63;
}

.article .article_wrap p {
  margin: 1em 0;
  line-height: 2;
}

.article .article_wrap p.tac {
  margin: 2em 0;
}

.article .article_wrap p em {
  display: block;
  margin: 1em 0;
  font-size: 24px;
  font-size: 2.4rem;
  color: #c63;
}

.article .article_wrap p b {
  margin: 0 0.25em;
  padding: 0 0.25em;
  color: #c63;
  background: #ffeab8;
}

.article .article_wrap .column2>* {
  padding: 1em;
}

.article .article_main_image {
  text-align: center;
  position: relative;
  z-index: -1;
}

.article .article_main_image img {
  min-width: 1000px;
  -webkit-border-radius: 1em;
  border-radius: 1em;
}

.article .article_main_image:before,
.article .article_main_image:after {
  content: "";
  display: block;
  width: 12%;
  height: 577px;
  position: absolute;
  top: 200px;
}

.article .article_main_image:before {
  left: 0;
  background: url("../images/leaf_gif_block_a.gif") right no-repeat;
}

.article .article_main_image:after {
  right: 0;
  background: url("../images/leaf_gif_block_b.gif") left no-repeat;
}

.article .article_nav {
  margin-top: 6em;
  background-position: center top;
  background-repeat: no-repeat;
}

.article .article_nav#nav_about {
  background-image: url("../images/article_nav_ennokoto.png");
}

.article .article_nav#nav_kyouiku {
  background-image: url("../images/article_nav_kyouiku.png");
}

.article .article_nav#nav_nyuuen {
  background-image: url("../images/article_nav_nyuuenannai.png");
}

.article .article_nav#nav_nyuuen ul {
  width: 688px !important;
}

.article .article_nav ul {
  width: 860px;
  margin: auto;
  position: relative;
  zoom: 1;
  padding-top: 64px;
  height: 274px;
  overflow: hidden;
  text-align: center;
}

.article .article_nav ul:after {
  content: "";
  display: block;
  clear: both;
}

.article .article_nav ul li {
  width: 172px;
  float: left;
  position: relative;
}

.article .article_nav ul li a {
  display: block;
  text-decoration: none;
  font-weight: bold;
}

.article .article_nav ul li a>div {
  width: 120px;
  margin: 0 auto 12px;
  border: #fff solid 4px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 1px 0 rgba(10, 10, 0, .2);
  box-shadow: 0 1px 1px 0 rgba(10, 10, 0, .2);
}

.article .article_nav ul li a:after {
  content: "";
  width: 54px;
  height: 36px;
  position: absolute;
  right: 16px;
  /*bottom: 40px;*/
  top: 85px;
  background: url("../images/other_leaf02.png");
}

.article .article_nav ul li a:hover {
  color: #808d3f;
}

.article .article_nav ul li a:hover>div {
  border-color: #808d3f;
}

.website .article_wrap h2 {
  margin: 2em 0 1em;
  text-align: center;
}

.website .article_wrap h2 span {
  display: inline-block;
  padding: 0.2em 1em 0.2em 2em;
  font-weight: bold;
  color: #65841d;
  background: #ffeda3;
  position: relative;
}

.website .article_wrap h2 span:before {
  content: "";
  display: block;
  width: 32px;
  height: 66px;
  position: absolute;
  top: -8px;
  left: -4px;
  background: url("../images/title_leaf.png") no-repeat;
}

.slick-slider:before,
.slick-slider:after {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  position: absolute;
  z-index: 100;
  left: 0;
  background: url("../images/slider_frame.png") center top repeat-x;
}

.slick-slider:before {
  top: -20px;
}

.slick-slider:after {
  bottom: -20px;
}

#zenjinkyouiku_title {
  width: 685px;
  margin: auto;
  position: relative;
  zoom: 1;
  background: url("../images/zenjin_title_onpu.gif") 100px top no-repeat;
}

#zenjinkyouiku_title:after {
  content: "";
  display: block;
  clear: both;
}

#zenjinkyouiku {
  padding-top: 58px;
  background: url("../images/bg_green_top.png") left top repeat-x;
  position: relative;
}

#zenjinkyouiku:before,
#zenjinkyouiku:after {
  content: "";
  display: block;
  width: 12%;
  height: 577px;
  position: absolute;
}

#zenjinkyouiku:before {
  top: -200px;
  left: 0;
  background: url("../images/leaf_gif_block_a.gif") right no-repeat;
}

#zenjinkyouiku:after {
  bottom: -200px;
  right: 0;
  background: url("../images/leaf_gif_block_b.gif") left no-repeat;
}

#zenjinkyouiku>div {
  padding-bottom: 72px;
  background: url("../images/bg_green_bottom.png") left bottom repeat-x;
}

#zenjinkyouiku>div>div {
  background: url("../images/bg_green_repeat.png");
}

#zenjinkyouiku>div>div:before {
  content: "";
  display: block;
  width: 233px;
  height: 242px;
  position: absolute;
  right: 3%;
  top: -80px;
  background: url("../images/other_photo01.png");
}

#zenjinkyouiku>div>div:after {
  content: "";
  display: block;
  width: 253px;
  height: 133px;
  position: absolute;
  bottom: -40px;
  left: 6%;
  background: url("../images/other_photo02.png");
}

#zenjinkyouiku>div>div ul {
  width: 1000px;
  margin: auto;
  position: relative;
  zoom: 1;
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;
  z-index: 2;
}

#zenjinkyouiku>div>div ul:after {
  content: "";
  display: block;
  clear: both;
}

#zenjinkyouiku>div>div ul li {
  float: left;
  width: 25%;
  position: relative;
}

#zenjinkyouiku>div>div ul li a {
  display: block;
  overflow: hidden;
  padding: 58px 5px 5px;
  background-repeat: no-repeat;
}

#zenjinkyouiku>div>div ul li a>div {
  overflow: hidden;
  border: 4px solid #fff;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

#zenjinkyouiku>div>div ul li a span {
  display: block;
  position: absolute;
  top: 80px;
  left: 8px;
  line-height: 1;
  font-weight: bold;
  padding: 1em 0 1em 0.8em;
  width: 182px;
  background: url("../images/bg_white_ribbon.png") no-repeat;
}

#zenjinkyouiku>div>div ul li a:hover>div {
  border-color: #e2b442;
}

#zenjinkyouiku>div>div ul li#zenjin_01 a {
  background-position: 20px 12px;
  background-image: url("../images/zenjin_icon_01.gif");
}

#zenjinkyouiku>div>div ul li#zenjin_03 a {
  background-position: 30px 16px;
  background-image: url("../images/zenjin_icon_03.gif");
}

#zenjinkyouiku>div>div ul li#zenjin_04 a {
  background-position: 10px 16px;
  background-image: url("../images/zenjin_icon_04.gif");
}

#zenjinkyouiku>div>div ul li#zenjin_06 a {
  background-position: 160px 8px;
  background-image: url("../images/zenjin_icon_06.gif");
}

#zenjinkyouiku>div>div ul li#zenjin_07 a {
  background-position: 200px 8px;
  background-image: url("../images/zenjin_icon_07.gif");
}

#index_blog_links li {
  padding-top: 30px;
  -webkit-border-radius: 40% 40% 0 0;
  border-radius: 40% 40% 0 0;
}

#index_blog_links a:hover>* {
  animation: picon 0.6s linear 0s 1;
  -moz-animation: picon 0.6s linear 0s 1;
  -webkit-animation: picon 0.6s linear 0s 1;
}

#index_movie_banners {
  padding: 65px 0;
  background: url("../images/bg_movie_banners.png") center top no-repeat;
}

#index_movie_banners ul {
  width: 756px;
  margin: auto;
  position: relative;
  zoom: 1;
  padding-left: 168px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#index_movie_banners ul:after {
  content: "";
  display: block;
  clear: both;
}

#index_movie_banners ul img {
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

#index_movie_banners ul a:hover img {
  opacity: 0.9;
}

#greeting_entyou {
  padding-left: 294px;
  background: url("../images/gaiyou_greeting.png") no-repeat;
}

#greeting_entyou p {
  padding: 2em;
  background: #fff;
  border-right: #e6d9cd solid 2px;
  border-bottom: #dccfc3 solid 4px;
  -webkit-border-radius: 1em;
  border-radius: 1em;
}

#kondate {
  overflow: hidden;
  width: 1000px;
}

#kondate ul {
  width: 1036px;
}

#kondate ul li {
  float: left;
  width: 480px;
  height: 570px;
  padding: 45px 45px 0;
  margin-right: 38px;
  margin-bottom: 40px;
  border-bottom: #e6d9cd solid 2px;
  background: #fff;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

#kondate ul li span,
#kondate ul li b {
  display: block;
  text-align: center;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 3;
  color: #b85a24;
}

#kondate ul li img {
  margin-bottom: 8px;
}

#komorebi_cafe {
  position: relative;
}

#komorebi_cafe img {
  position: absolute;
  right: 0;
  top: 0;
}

#youjinoshiro {
  padding: 2em 2.5em;
  border: 1px solid #da9;
  background: #fff;
}

#youjinoshiro strong,
#youjinoshiro span {
  display: block;
  color: #c25a24;
  font-size: 21px;
  font-size: 2.1rem;
}

#youjinoshiro span {
  margin-left: 1em;
}

#youjinoshiro a {
  color: #c25a24;
}

#faq_links {
  font-size: 18px;
  font-size: 1.8rem;
}

#faq_links a {
  color: #c25a24;
}

#faq_links a:before {
  content: '> ';
}

#faq_answers a {
  color: #c25a24;
}

#faq_answers dt,
#faq_answers dd {
  padding: 35px 45px;
  background: #fff;
}

#faq_answers dt {
  margin-top: 45px;
  font-size: 28px;
  font-size: 2.8rem;
  color: #c25a24;
  border-bottom: #c25a24 dashed 1px;
  padding-bottom: 25px;
  -webkit-border-radius: 12px 12px 0 0;
  border-radius: 12px 12px 0 0;
}

#faq_answers dd {
  -webkit-border-radius: 0 0 12px 12px;
  border-radius: 0 0 12px 12px;
}

#souisaikatsudou {
  text-align: center;
}

#souisaikatsudou #sukusuku_garden {
  height: 1264px;
  margin-top: -72px;
  padding-top: 100px;
  background: url("../images/calendar_3_4_6_1_5_7.png") center top no-repeat;
}

#souisaikatsudou #kaiyou_gakusyu {
  height: 1244px;
  margin-top: -72px;
  padding-top: 100px;
  background: url("../images/kaiyou_3_6_7_5_4_10_9.png") center top no-repeat;
}

#souisaikatsudou #syodou_kouhitsu {
  height: 696px;
  margin-top: -72px;
  padding-top: 84px;
  background: url("../images/pic_9.jpg") center top no-repeat;
}

#souisaikatsudou #tairyoku_dukuri {
  height: 241px;
  margin-top: -72px;
  padding-top: 100px;
  background: url("../images/sousaikatsudou_images04.png") center top no-repeat;
}

#souisaikatsudou #kokusaikouryu {
  height: 72px;
  background: url("../images/sousaikatsudou_images05.png") center top no-repeat;
}

#souisaikatsudou .clearfix,
#souisaikatsudou #header_wrap #header .nav .nav_list,
#header_wrap #header .nav #souisaikatsudou .nav_list {
  width: 600px;
  margin: auto;
  position: relative;
  zoom: 1;
}

#souisaikatsudou .clearfix:after,
#souisaikatsudou #header_wrap #header .nav .nav_list:after,
#header_wrap #header .nav #souisaikatsudou .nav_list:after {
  content: "";
  display: block;
  clear: both;
}

.banner_futabagumi {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

#mailformpro {
  width: 600px;
  margin: auto;
  position: relative;
  zoom: 1;
  text-align: center;
}

#mailformpro:after {
  content: "";
  display: block;
  clear: both;
}

#mailformpro dt,
#mailformpro dd {
  font-size: 16px !important;
}

.article .article_wrap h4.nyuen-midashi {
  color: #cd6b3a;
  text-align: center;
  font-size: 32px;
  border: none;
  position: relative;
  line-height: 1;
  padding: 0;
}

.article .article_wrap h4.nyuen-midashi::before,
.article .article_wrap h4.nyuen-midashi::after {
  width: 35%;
  border: none;
  border-bottom: 3px solid #cd6b3a;
  content: "";
  position: absolute;
  top: 14px;
}

.article .article_wrap h4.nyuen-midashi::before {
  left: 0;
}

.article .article_wrap h4.nyuen-midashi::after {
  right: 0;
}

.article .article_wrap h4.nyuen-midashi.nm1::before,
.article .article_wrap h4.nyuen-midashi.nm1::after {
  width: 35%;
}

.article .article_wrap h4.nyuen-midashi.nm2::before,
.article .article_wrap h4.nyuen-midashi.nm2::after {
  width: 38%;
}

.article .article_wrap h4.nyuen-midashi.nm3::before,
.article .article_wrap h4.nyuen-midashi.nm3::after {
  width: 33%;
}

.article .article_wrap h4.nyuen-midashi.nm4::before,
.article .article_wrap h4.nyuen-midashi.nm4::after {
  width: 23%;
}

.article .article_wrap h4.nyuen-midashi+h5 {
  font-size: 20px;
  text-align: center;
  color: #cd6b3a;
  font-weight: bold;
}

.sec1table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 3rem;
}

.sec1table th,
.sec1table td {
  border: 2px solid #806d44;
  background: white;
  padding: 1em;
  text-align: center;
}

.sec1table thead th {
  background: white;
}

.sec1table thead td {
  background: #90ba4c;
  color: white;
}

.sec1table tbody th {
  background: #fbffbf;
}

.chushaku {
  text-align: right;
  color: #806d44;
}

.article .article_wrap p.line-midashi {
  color: white;
  padding: 0.35em 0;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin: 3rem 0 0;
}

.article .article_wrap p.line-midashi span {
  font-size: 16px;
}

.line-midashi.green {
  background: #90ba4c;
}

.article .article_wrap .line-midashi.red {
  background: #cd6b3a;
  font-size: 18px;
}

span.sec2midashi {
  display: block;
  text-align: center;
  font-size: 24px;
  color: #806d44;
  margin: 1em 0 0;
}

.sec2table {
  border-collapse: collapse;
  width: 100%;
  margin: 0.5em 0;
}

.sec2table th,
.sec2table td {
  border: 2px solid #806d44;
  background: white;
  padding: 1em;
  text-align: center;
}

.sec2table th {
  background: #fbffbf;
  width: 100px;
}

.sec2table td {
  text-align: left;
}

.yajirushi-wrap {
  text-align: center;
  margin: 1em 0;
}

.line-midashi+p {
  text-align: center;
}

.article .article_wrap .line-midashi.green.l2 {
  margin-top: 10rem;
}

.flex-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.sec3-flex .box {
  width: 49.5%;

}

.sec3-flex .box .sec2table th {
  width: 95px;
  padding: 0.5em 0;
}

.sec3-flex .box .sec2table td {
  padding: 1em 0.8em;
}

.sec2table td.td1 {
  width: 110px;
}

.sec3-flex .box .sec2table td span.greenbox {
  color: white;
  display: inline-block;
  background: #90ba4c;
  padding: 0.35em;
  width: 100%;
}

.sec3-flex .box .sec2table td .fs12px {
  font-size: 12px;
}

.sec2table td a {
  color: #ff7700;
  text-decoration: underline;
}

.article .article_wrap .line-midashi.red.r2 {
  margin-top: 10rem;
}

.sec2table.s2 tr:nth-of-type(2) th {
  height: 239px;
}

.sec2table .tac {
  text-align: center;
}

.sec2table .tar {
  text-align: right;
}

.sec2table td span {
  display: block;
}
.sec2table small {
    font-size: 70%;
}

.sec2table hr.dotted {
  margin: 1em 0;
}

.sec2table.s2 thead th {
  background: white;
}

.sec2table.s2 thead td,
.sec2table.s2 td.tah
{
  background: #bfebff;
  text-align: center;
}

.sec2table.s2 td.tah
{
    height: 40px;
}



.sec4table {
  border-collapse: collapse;
  width: 100%;
  margin: 0.5em 0;
}

.sec4table th,
.sec4table td {
  border: 2px solid #806d44;
  background: white;
  padding: 1em;
  text-align: center;
}

.sec4table thead th {
  background: white;
}

.sec4table thead td {
  background: #90ba4c;
  color: white;
}

.sec4table tbody th {
  background: #fbffbf;
  width: 150px;
}


.sec3-flex .box .sec2table.s4 td,
.sec3-flex .box .sec2table.s4 td {
  padding: 0.3em 0;
}

.s4td1 {
  height: 190px;
}

.s4td2 {
  height: 228px;
}

.s4td3 {
  height: 228px;
}

.s5td1 {
  height: 250px;
}

.s5td2 {
  height: 290px;
}

.s5td3 {
  height: 290px;
}

.article .article_wrap h3.boshu-yoko span:before {
  background-image: url(../images/title_leaf2.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: -13px;
  left: -18px;
  width: 56px;
}

/*-------------------------
追加CSS 20190331
-------------------------*/
.text-center{
    text-align: center;
}
ul.tab_1day {
    width: 840px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    margin: 30px auto 40px;
}
ul.tab_1day li:hover img {
    animation: picon 0.6s linear 0s 1;
    -moz-animation: picon 0.6s linear 0s 1;
    -webkit-animation: picon 0.6s linear 0s 1;
}
ul.tab_1day li:hover {
    cursor: pointer;
}
ul.content_1day_tab li div {
    margin-bottom: 30px;
}
ul.content_1day_tab li.hide_tab {
    display: none;
}