@charset "utf-8";
/* トップページ　ヘッダーとメイン画像
---------------------------------------------------------- */
header {
  height: 100px;
  background-color: transparent;
}
header:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* ロゴ */
.top-img_logo {
  width: 172px;
  /* margin: 40px 0 0 0; */
  /* float: left; */
  position: absolute;
  z-index: 1000;
  top: -56px;
  left: 20%;
}
.top-img_logo h1 {
  width: 172px;
  height: auto;
  font-size: 1%;
  line-height: 0;
  margin: 0;
}
.top-img_logo .img_tel {
  width: 129px;
  height: auto;
  font-size: 1%;
  line-height: 0;
  margin: 15px auto 0 auto;
}
.top-img_logo h1 img,
.top-img_logo .img_tel img {
  width: 100%;
}
header .header_contents {
  /* float: right; */
  position: absolute;
  top: 0px;
  /* left: 60%; */
  right: 10%;
}
header nav {
  margin: 33px 30px 0 0;
  width: fit-content;
}
header nav ul li {
  padding-right: 20px;
}
header nav ul li:last-child {
  padding-right: 0px;
}
header nav ul li.gnav02 {
  margin-right: 0px;
}
header nav ul li.gnav03 > a {
  padding-right: 0px;
  width: 96px;
}
header nav ul li.gnav03 {
  padding-right: 20px;
}
/* スクロール後 縮小
--------------------------- */
header.header_style {
  /* height: 100px; */
  background-color: #fff;
  /* margin: 0 auto; */
}
header.header_style nav {
  /* margin-top: 32px; */
}
/* ロゴ */
header.header_style .img_logo {
  /* width: auto;
    margin: 0px 0 0 30px;
    left: 10px; */
}
header.header_style .img_logo h1 {
  /* margin: 10px auto 0 auto;
    width: 69px;
	height: 80px; */
}
header.header_style .img_logo h1 img {
  /* width: auto;
    height: 100%; */
}
header.header_style .img_logo .img_tel {
  /* display: none; */
}
header.header_style .header_contents {
  /* right: 10px; */
}
/* トップ画像　枠装飾
--------------------------- */
#container_top {
  width: 100%;
  text-align: center;
  margin-top: 80px;
  /*
    background-image: url("../img/bg_title.svg"),url("../img/img_rabbit.svg");
    background-repeat: no-repeat,no-repeat;
    background-position: left bottom,right bottom;
    background-size: 235px auto, 236px auto;
    */
}
/* スライド画像 */
.img_main_top {
  /* width: 1024px; */
  width: 952px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 40px;
}
/* キャッチコピー */
#cpy_top {
  position: absolute;
  top: 120px;
  right: -50px;
  width: 300px;
  height: 500px;
  z-index: 51;
}
#cpy_top p {
  font-size: 20px;
  letter-spacing: 0.5em;
  background-color: #faed00;
  padding: 25px 8px;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  text-align: left;
  position: absolute;
  top: 0px;
}
#cpy_top .cpy_top01 {
  right: 0px;
}
#cpy_top .cpy_top02 {
  right: 85px;
}
#cpy_top .cpy_top03 {
  right: 170px;
}
.img_owl {
  width: 235px;
  height: auto;
  position: absolute;
  bottom: 0px;
  left: -75px;
  z-index: 51;
}
.img_rabbit {
  width: 236px;
  height: auto;
  position: absolute;
  bottom: 0px;
  right: -75px;
  z-index: 51;
}
/*
----------------------------------------------------------- */
@media screen and (max-width: 1700px) {
  /* トップページ　ヘッダーとメイン画像
---------------------------------------------------------- */
  header .header_contents {
    right: 5%;
  }
}

/*
----------------------------------------------------------- */
@media screen and (max-width: 1400px) {
  /* トップページ　ヘッダーとメイン画像
---------------------------------------------------------- */
  header .header_contents {
    right: 1%;
  }
  /* ロゴ */
  .top-img_logo {
    left: 15%;
  }
}
/*
----------------------------------------------------------- */
@media screen and (max-width: 1240px) {
  /* トップページ　ヘッダーとメイン画像
---------------------------------------------------------- */
  header .header_contents {
    right: 0;
  }
  /* ロゴ */
  .top-img_logo {
    left: 10%;
  }
  /* キャッチコピー */
  #cpy_top {
    right: 50px;
    width: 300px;
    height: 500px;
  }
}
/*
----------------------------------------------------------- */
@media screen and (max-width: 1024px) {
  /* トップページ　ヘッダーとメイン画像
---------------------------------------------------------- */
  /* スライド画像 */
  .img_main_top {
    width: 100%;
    padding-bottom: 40px;
    /* overflow: hidden; */
  }
  #cpy_top .cpy_top02 {
    right: 65px;
  }
  #cpy_top .cpy_top03 {
    right: 130px;
  }
}
/*
----------------------------------------------------------- */
@media screen and (max-width: 870px) {
  /* トップページ　ヘッダーとメイン画像
---------------------------------------------------------- */
  /* ロゴ */
  .top-img_logo {
    width: 18%;
    position: absolute;
    top: -6vw;
    left: 5%;
  }
  .top-img_logo h1 {
    width: 100%;
    height: auto;
    margin: 0;
  }
  header nav {
    margin: 50px 10px 0 0;
    width: auto;
  }
  header nav ul li {
    padding-right: 10px;
  }
  header nav ul li.gnav01 {
    margin-right: 0px;
  }
  header nav ul li.gnav03 {
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
  /* キャッチコピー */
  #cpy_top {
    top: 100px;
    right: 30px;
    width: 200px;
    height: 300px;
  }
  .img_owl {
    left: -25px;
  }
  .img_rabbit {
    right: 0px;
  }
}
/*
----------------------------------------------------------- */
@media screen and (max-width: 768px) {
  /* トップページ　ヘッダーとメイン画像
---------------------------------------------------------- */
}
/*
 smart
----------------------------------------------------------- */
@media screen and (max-width: 640px) {
  /* トップページ　ヘッダーとメイン画像
---------------------------------------------------------- */
  /* ロゴ */
  .top-img_logo {
    width: 20%;
    margin: 10px 0 0 0;
    /* float: left; */
    position: absolute;
    top: -60px;
    left: 5%;
  }
  .top-img_logo h1 {
    width: 100%;
    height: auto;
    margin: 0;
  }
  /*
header .img_logo h1 {
    width: 55px;
	margin: 10px auto 0 auto;
}
*/
  .top-img_logo .img_tel {
    width: 100%;
    height: auto;
    margin: 10px auto 0 auto;
  }
  header .header_contents {
    position: fixed;
    top: 90px;
  }
  header nav {
    margin: 0 auto;
  }
  header nav ul li {
    padding-right: 0px;
  }
  header nav ul li.gnav03 a {
    width: auto;
  }
  /* MENU オープンしたとき
--------------------------- */
  header.on {
    background-color: #fff;
  }
  header.on .img_tel {
    display: none;
  }
  header.on .img_logo {
    width: 100%;
    left: 0px;
    margin: 0;
  }
  header.on .img_logo h1 {
    width: 55px;
    margin: 10px auto 0 auto;
  }

  /* スクロール後 縮小
--------------------------- */
  header.header_style {
    /* height: 90px; */
  }
  /* ロゴ */
  header.header_style .img_logo {
    /* width: auto;
    height: auto;
    margin: 0px auto;
    position: static; */
  }
  header.header_style .img_logo h1 {
    /* width: 55px;
    height: auto;
    margin: 10px auto 0 auto; */
  }
  header.header_style .header_contents {
    /* right: 0px; */
  }
  /* トップ画像　枠装飾
--------------------------- */
  #container_top {
    overflow: hidden;
  }
  /* スライド画像 */
  .img_main_top {
    width: 94%;
    padding-bottom: 40px;
  }
  /* キャッチコピー */
  #cpy_top {
    position: absolute;
    top: 25px;
    right: 10px;
    width: 100px;
    height: 200px;
  }
  #cpy_top p {
    font-size: 12px;
    /*letter-spacing: 0.3em;*/
    padding: 15px 3px 10px 3px;
  }
  #cpy_top .cpy_top01 {
    right: 0px;
  }
  #cpy_top .cpy_top02 {
    right: 35px;
  }
  #cpy_top .cpy_top03 {
    right: 70px;
  }
  .img_owl {
    width: 45%;
    height: auto;
    position: absolute;
    bottom: 0px;
    left: -20px;
  }
  .img_rabbit {
    width: 45%;
    height: auto;
    position: absolute;
    bottom: 0px;
    right: -20px;
  }
}

/* お知らせ
---------------------------------------------------------- */
#top_news {
  width: 1024px;
  margin: 55px auto 0 auto;
  text-align: left;
}
#top_news h2 {
  font-size: 28px;
  line-height: 1.2;
  position: relative;
  letter-spacing: 0.15em;
  font-weight: bold;
}
#top_news h2 span {
  margin-left: 20px;
  /*vertical-align: middle;*/
}
#top_news h2 span img {
  width: auto;
  height: 12px;
}
#top_news h2 a {
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.list_top_news {
  margin-top: 40px;
  width: 100%;
  overflow: hidden;
}
.list_top_news li {
  width: 23.5%;
  margin-left: 2%;
  float: left;
  cursor: pointer;
}
.list_top_news li:first-child {
  margin-left: 0;
}
.list_top_news li dl {
  margin-top: 25px;
}
.list_top_news li dl dt,
.list_top_news li dl dd {
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.list_top_news li dl dt {
  padding-bottom: 0.5em;
}
.list_top_news li dl dd.txt_cat {
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 5px;
}
/* サムネイル上書き */
/* img_newsをtop_img_newsに変更 */
.top_img_news {
  border: none;
}
.top_img_news:hover {
  border: none;
}
.top_img_news img {
  width: 96%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding-bottom: 2%;
}
/*
.img_news img:hover {
	filter: alpha(opacity=90);
	-moz-opacity:0.90;
	opacity:0.90;
	}
*/
/* 画像背景と色文字 */
/* .cat_saien .top_img_news {
    background-image: url("../img/bg_news_grn.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 222px auto;   
} */
/* .cat_saien .txt_cat {
    color: #1EAA39;
} */
/* .cat_birthday .top_img_news {
    background-image: url("../img/bg_news_pnk.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 221px auto;   
} */
/* .cat_birthday .txt_cat {
    color: #FF66B8;
} */
.top_img_news {
  background-image: url("../img/bg_news_ylw.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 221px auto;
}

/*.cat_class .img_news {
    background-image: url("../img/bg_news_blu.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 222px auto;   
}
.cat_class .txt_cat {
    color: #009FE8;
}*/
.list_top_news li dl dd a:link {
  color: #333;
  text-decoration: none;
}
.list_top_news li dl dd a:visited {
  color: #333;
  text-decoration: none;
}
.list_top_news li dl dd a:hover {
  color: #8dc21f;
  text-decoration: none;
}
.list_top_news li dl dd a:active {
  color: #8dc21f;
  text-decoration: none;
}
/* 直近の行事予定 */
.top_news_next {
  width: 100%;
  /* overflow: hidden; */
  display: table;
  margin-top: 90px;
}
.top_news_next h3 {
  width: 426px;
  height: 50px;
  display: table-cell;
  vertical-align: middle;
  background-image: url("../img/bg_pencil.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 426px auto;
  font-size: 25px;
  text-align: center;
  color: #fff;
  letter-spacing: 0.3em;
  font-weight: bold;
}
.top_news_next ul {
  width: 590px;
  display: table-cell;
  vertical-align: middle;
}
.top_news_next ul li {
  display: inline-block;
  font-size: 18px;
  margin-left: 50px;
}
.top_news_next ul li a {
  display: inline-block;
  background-image: url("../img/ico_right_grn.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 21px 23px;
  padding-left: 35px;
  font-weight: bold;
  letter-spacing: 0.13em;
}
.top_news_next ul li a:link {
  color: #333;
  text-decoration: none;
}
.top_news_next ul li a:visited {
  color: #333;
  text-decoration: none;
}
.top_news_next ul li a:hover {
  color: #8dc21f;
  text-decoration: none;
}
.top_news_next ul li a:active {
  color: #8dc21f;
  text-decoration: none;
}
/*
 smart
----------------------------------------------------------- */
@media screen and (max-width: 1024px) {
  /* お知らせ
---------------------------------------------------------- */
  #top_news {
    width: 94%;
    margin: 55px auto 0 auto;
    text-align: left;
  }
  .top_news_next h3 {
    width: 45%;
    height: 50px;
    display: table-cell;
    vertical-align: middle;
    background-image: url("../img/bg_pencil.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100% auto;
    font-size: 2.5vw;
    text-align: center;
    color: #fff;
    letter-spacing: 0.2em;
  }
  .top_news_next ul {
    width: auto;
  }
}
/*
 smart
----------------------------------------------------------- */
@media screen and (max-width: 640px) {
  /* お知らせ
---------------------------------------------------------- */
  #top_news {
    width: 88%;
    margin: 55px auto 0 auto;
  }
  #top_news h2 {
    font-size: 24px;
  }
  #top_news h2 span {
    margin-left: 10px;
    vertical-align: text-top;
  }
  #top_news h2 span img {
    width: auto;
    height: 10px;
  }
  .list_top_news {
    margin-top: 30px;
    /*
    width: 100%;
    overflow: hidden;
    */
  }
  .list_top_news li {
    width: 47%;
    margin-left: 0;
    margin-right: 6%;
    margin-bottom: 30px;
    float: left;
  }
  .list_top_news li:first-child {
    margin-left: 0;
  }
  .list_top_news li:nth-child(2n) {
    margin-right: 0;
  }
  .list_top_news li dl {
    margin-top: 15px;
  }
  .list_top_news li dl dt,
  .list_top_news li dl dd {
    font-size: 16px;
    line-height: 1.3;
  }
  .list_top_news li dl dd.txt_cat {
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 5px;
  }
  /* 画像背景と色文字 */
  .cat_saien .img_news {
    background-size: 95% auto;
  }
  .cat_birthday .img_news {
    background-size: 95% auto;
  }
  .cat_lunch .img_news {
    background-size: 95% auto;
  }
  .cat_class .img_news {
    background-size: 95% auto;
  }
  /* 直近の行事予定 */
  .top_news_next {
    width: 100%;
    display: block;
    margin-top: 30px;
  }
  .top_news_next h3 {
    width: 280px;
    height: 32px;
    display: block;
    vertical-align: middle;
    background-image: url("../img/bg_pencil.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100% 100%;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.2em;
    margin: 0 auto;
  }
  .top_news_next ul {
    width: auto;
    display: block;
    vertical-align: middle;
    margin-top: 15px;
  }
  .top_news_next ul li {
    display: block;
    background-image: none;
    padding-left: 0px;
    font-size: 18px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
  }
  .top_news_next ul li a {
    background-image: url("../img/ico_right_grn.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 13px auto;
    padding-left: 23px;
  }
}

/* 本文
---------------------------------------------------------- */
.container_all {
  margin-top: 100px;
  padding-bottom: 100px;
}
/* 生きる力 */
.block_top_symbol {
  background-image: url("../img/img_tree01.png");
  background-repeat: no-repeat;
  background-position: 90% 100%;
  background-size: 413px auto;
}
.block_top_symbol .container {
  width: 1024px;
  margin: 65px auto 0 auto;
  text-align: left;
  letter-spacing: 1px;
}
.block_top_symbol .container h2 {
  font-size: 25px;
  line-height: 1.9;
  margin-bottom: 30px;
  font-weight: bold;
  letter-spacing: 0.3em;
}
.block_top_symbol .container p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.18em;
}
/* コンテンツリンク */
.list_top_link {
  width: 1075px;
  margin: 65px auto 0 auto;
  text-align: center;
  overflow: hidden;
}
.list_top_link li {
  width: 345px;
  float: left;
  margin-left: 20px;
  line-height: 0;
  cursor: pointer;
}
.list_top_link li img {
	max-width: 100%;
	max-height:243px;
	width:auto;
	height:auto;
}
.list_top_link li:hover img {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.list_top_link li:first-child {
  margin-left: 0px;
}
.list_top_link li span {
  display: block;
  font-weight: 500;
  margin-top: 0.25em;
}
.list_top_link li span img {
  height: 12px;
}
.list_top_link li p {
  font-size: 20px;
  margin-top: 20px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.13em;
}
.list_top_link li a:link {
  color: #333;
  text-decoration: none;
}
.list_top_link li a:visited {
  color: #333;
  text-decoration: none;
}
.list_top_link li a:hover {
  color: #8dc21f;
  text-decoration: none;
}
.list_top_link li a:active {
  color: #8dc21f;
  text-decoration: none;
}
/* アクセス */
.block_top_access {
  width: 1024px;
  margin: 90px auto 0 auto;
  overflow: hidden;
  text-align: left;
}
.block_top_access .container {
  width: 275px;
  float: left;
  background-image: url("../img/img_tree02.svg");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 275px 249px;
  padding-bottom: 270px;
}
.block_top_access .container h2 {
  font-size: 28px;
  margin-bottom: 25px;
  font-weight: bold;
  letter-spacing: 0.13em;
}
.block_top_access .container h2 span {
  display: block;
  line-height: 0;
  font-size: 1%;
  margin-top: 9px;
}
.block_top_access .container h2 span img {
  font-size: 28px;
  height: 12px;
}
.block_top_access .container p {
  font-size: 16px;
  margin-top: 3px;
  letter-spacing: 0.18em;
}
#gmap_top {
  width: 700px;
  height: 380px;
  float: right;
  overflow: hidden;
}
#gmap_top iframe {
  width: 100%;
  height: 740px;
  margin-top: -170px;
}
/*
 smart
----------------------------------------------------------- */
@media screen and (max-width: 1075px) {
  /* コンテンツリンク */
  .list_top_link {
    width: 96%;
    margin: 50px auto 0 auto;
  }
  .list_top_link li {
    width: 32%;
    margin-left: 2%;
  }
  .list_top_link li:first-child {
    margin-left: 0;
  }
  .list_top_link li img {
    width: 100%;
	  max-height:none;
  }
  .list_top_link li span img {
    width: auto;
  }
}
/*
 smart
----------------------------------------------------------- */
@media screen and (max-width: 1024px) {
  /* 本文
---------------------------------------------------------- */
  /* 生きる力 */
  .block_top_symbol {
    background-image: url("../img/img_tree01.svg");
    background-repeat: no-repeat;
    background-position: 110% 100%;
    background-size: 413px auto;
  }
  .block_top_symbol .container {
    width: 94%;
    margin: 50px auto 0 auto;
  }

  /* アクセス */
  .block_top_access {
    width: 94%;
    background-image: url("../img/img_tree02.svg");
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 30% auto;
  }
  .block_top_access .container {
    width: 28%;
    float: left;
    background-image: none;
    padding-bottom: 0px;
  }
  #gmap_top {
    width: 70%;
    height: 380px;
    float: right;
    overflow: hidden;
  }
  #gmap_top iframe {
    width: 100%;
    height: 740px;
    margin-top: -170px;
  }
}
/*
 smart
----------------------------------------------------------- */
@media screen and (max-width: 640px) {
  /* 本文
---------------------------------------------------------- */
  .container_all {
    margin-top: 50px;
    padding-bottom: 0px;
  }
  /* 生きる力 */
  .block_top_symbol {
    background-image: url("../img/img_tree01.svg");
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 90% auto;
    background-color: rgba(255, 255, 255, 0.6);
    background-blend-mode: lighten;
  }
  .block_top_symbol .container {
    width: 90%;
    margin: 30px auto 0 auto;
    text-align: left;
  }
  .block_top_symbol .container h2 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .block_top_symbol .container p {
    font-size: 16px;
    line-height: 1.8;
  }
  /* コンテンツリンク */
  .list_top_link {
    width: 70%;
    margin: 0px auto 0 auto;
    text-align: center;
    overflow: hidden;
  }
  .list_top_link li {
    width: 100%;
    margin-left: 0px;
    margin-top: 40px;
    float: none;
  }
  .list_top_link li span img {
    height: 10px;
  }
  .list_top_link li p {
    font-size: 20px;
    margin-top: 15px;
    /*font-weight: bold;*/
  }
  /* アクセス */
  .block_top_access {
    width: 100%;
    margin: 0px auto 0 auto;
    overflow: visible;
  }
  .block_top_access .container {
    width: 100%;
    margin: 0 auto;
    float: none;
    background-image: url("../img/img_tree02.svg");
    background-position: 95% 100%;
    background-repeat: no-repeat;
    background-size: 50% auto;
    padding-top: 15%;
    padding-bottom: 40px;
  }
  .block_top_access .container h2 {
    font-size: 28px;
    margin-bottom: 30px;
    margin-left: 5%;
  }
  .block_top_access .container h2 span {
    display: block;
    line-height: 0;
    font-size: 1%;
    margin-top: 5px;
  }
  .block_top_access .container h2 span img {
    font-size: 28px;
    height: 10px;
  }
  .block_top_access .container p {
    font-size: 16px;
    margin-top: 3px;
    margin-left: 5%;
  }
  #gmap_top {
    width: 100%;
    height: 300px;
    float: none;
    overflow: hidden;
  }
  #gmap_top iframe {
    width: 100%;
    height: 650px;
    margin-top: -170px;
  }
}
