@charset "utf-8";

/* CSS Document */
html {
  overflow-y: scroll;
}

*,
*:before,
*:after {
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
  border: 0px;
}

a {
  transition: 0.5s;
  color: #007ea5;
}

a img {
  border: none;
  outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: inside disc;
  text-indent: -1.5em;
  padding-left: 1.5em;
}

ol {
  list-style: inside decimal;
  text-indent: -1.5em;
  padding-left: 1.5em;
}

ul li {
  margin: 5px auto;
}

ol li {
  margin: 5px auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  text-align: center;
  padding: 5px;
  border: 1px solid;
}

caption {
  text-align: left;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*/
  /*/
	height: auto;
	overflow: hidden;
	/**/
}

.object-fit-img {
  object-fit: cover;
  font-family: 'object-fit: cover;'
}

html,
body {
  height: 100%;
  width: 100%;
  text-align: center;
  color: #736357;
  font-family: "Zen Maru Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.08em;
}

/*-----------------------------------------システムメイン*/

#system_main {
  width: 100%;
  text-align: center;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  position: relative;
  height: auto !important;
  /*IE6対策*/
  height: 100%;
  /*IE6対策*/
  min-height: 100%;
  background-image: url(images/header.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
}

/*-----------------------------------------スライダー*/

#sliderbox {
  width: 100%;
  position: relative;
  margin: auto;
  margin-bottom: 0px;
}

.topImg_t_resp,
.topImg_b_resp {
  display: none;
}

.topImg_t {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
}

.topImg_t img {
  width: 100%;
}

.topImg_c {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 23%;
}

.topImg_c img {
  width: 55%;
}

.topImg_b {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -12%;
}

.topImg_b img {
  width: 100%;
}

/*-----------------------------------------ページタイトル*/

#page_title {
  width: 100%;
  position: relative;
  margin: auto;
  margin-bottom: 0px;
  padding-top: 1.5%;
}

.sub_title {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 40%;
}

.title_photo img {
  width: 100%;
  height: 25vw;
  object-fit: cover;
}

.topImg_t_resp,
.topImg_b2_resp {
  display: none;
}

.topImg_t {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
}

.topImg_t img {
  width: 100%;
}

.topImg_b2 {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -1px;
}

.topImg_b2 img {
  width: 100%;
}

/*-----------------------------------------コンテナ―*/

#main_container {
  width: 100%;
  height: auto;
  margin-top: 5%;
}

#main_container2 {
  width: 100%;
  height: auto;
  margin-top: 0;
}

/*-----------------------------------------メイン*/

#wrapper1 {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 0px 120px 0px;
  background-image: url(images/bg_wrapper1.png);
  background-position: center bottom -1px;
  background-repeat: no-repeat;
  background-size: 100%;
}

#wrapper2 {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 0px 150px 0px;
  background-color: #fff8dc;
  background-image: url(images/bg_wrapper2_b.png), url(images/bg_wrapper2_r.png);
  background-position: center bottom -1px, right top;
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, auto;
}

#wrapper3 {
  position: relative;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 0px 250px 0px;
  background-color: #97d337;
  background-image: url(images/bg_wrapper3_b.png), url(images/bg_wrapper3_r.png);
  background-position: center bottom -1px, right top;
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, auto;
  overflow: hidden;
}

.about #main_container2 #wrapper3 {
  padding-bottom: 180px;
}

#wrapper4 {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 0px 150px 0px;
  background-color: #fff2e3;
  background-image: url(images/bg_wrapper4.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
}

#wrapper5 {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 0px 50px 0px;
}

.about #main_container2 #wrapper3 {
  background-image: url(images/bg_wrapper4.png), url(images/bg_wrapper3_r.png);
  background-position: center bottom -1px, right top;
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, auto;
  overflow: hidden;
}

.life #main_container2 #wrapper2,
.feature #main_container2 #wrapper2 {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 0px 50px 0px;
  background: linear-gradient(to bottom, #fff8dc, #FFF);
}

#wrapper6 {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 0px 50px 0px;
  background: url(images/bg_wrapper2_r.png), linear-gradient(to bottom, #fff, #fff8dc, #fff);
  background-size: covre;
  background-repeat: no-repeat;
  background-position: right top 20%;
}

article {
  width: 70%;
  margin: auto;
  padding: 50px 0px;
}

h2 {
  margin-bottom: 20px;
}

/*-----------------------------------------ページトップへ*/

#PageTopBtn {
  position: fixed;
  bottom: 10px;
  right: 20px;
}

#pagetop {
  display: none;
}

.fuwafuwa {
  animation-name: fuwafuwa;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease;

  -webkit-animation-name: fuwafuwa;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  /*-webkit-animation-direction:alternate;*/
  -webkit-animation-timing-function: ease;

  -moz-animation-name: fuwafuwa;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  /*-moz-animation-direction:alternate;*/
  -moz-animation-timing-function: ease;
}

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

  50% {
    transform: translate(0, -20px);
  }

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

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(0, -20px);
  }

  100% {
    -webkit-transform: translate(0, 0);
  }
}

@-moz-keyframes fuwafuwa {
  0% {
    -moz-transform: translate(0, 0);
  }

  50% {
    -moz-transform: translate(0, -20px);
  }

  100% {
    -moz-transform: translate(0, 0);
  }
}

/*-----------------------------------------フッター*/

#footer {
  width: 100%;
  background-image: url(images/bg_footer.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 20%;
  background-color: #FFF697;
}

#footer dl {
  margin: auto;
}

#footer dt {
  margin-bottom: 10px;
}

#footer dd {
  margin-bottom: 20px;
}

#footer p {
  font-weight: 500;
}

/*------------------------------------------トップページ*/

.news_box {
  width: 100%;
  margin: auto;
  background-color: #fff;
  font-size: 17px;
  font-weight: 500;
}

#news dl {
  height: 360px;
  padding: 0 20px 10px 20px;
  overflow: auto;
  background-color: #fff;
}

#news dt {
  float: left;
  clear: both;
  padding-top: 25px;
  padding-bottom: 20px;
  padding-left: 10px;
  color: #ef8114;
  font-weight: 500;
}

#news dd {
  text-align: left;
  padding-left: 150px;
  padding-top: 25px;
  padding-bottom: 20px;
  background-image: url(images/bg_news_dd.png);
  background-position: left bottom;
  background-repeat: repeat-x;
}

.objective_box {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}

#objective figure {
  width: 50%;
  text-align: left;
}

#objective figure img {
  width: 90%;
  height: 400px;
  object-fit: cover;
  border-radius: 0px 50% 0px 0px;
}

.objective_items {
  width: 50%;
}

.objective_items p {
  font-size: 26px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 30px;
}

.objective_items ul {
  list-style-type: circle;
}

.objective_items ul li {
  font-size: 20px;
  text-align: left;
  padding: 10px;
}

.objective_items ul li:last-child {
  padding-top: 30px;
  list-style-type: none;
}

#enrollment {
  position: relative;
}

.enrollment_box {
  text-align: left;
}

.enrollment_box>div {
  width: 60%;
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
}

#wrapper3 figure {
  position: absolute;
  right: -5%;
  top: 0;
  bottom: 0;
  width: 35%;
}

#wrapper3 figure img {
  width: 100%;
  clip-path: polygon(25% 0%, 76% 10%, 100% 46%, 75% 100%, 25% 97%, 6% 52%);
  objective-fit: cover;
  height: 25vw;
}

.disclosure_box h3 {
  text-align: left;
  margin-bottom: 20px;
}

.disclosure_box {
  text-align: left;
  margin-bottom: 80px;
}

.disclosure_box dl {
  width: 80%;
  background-color: #fff;
  text-align: left;
  margin: 30px 0;
  border-radius: 10px;
  padding: 20px;
  border: 1px dashed #77c73b;
}

.disclosure_box dt {
  background-color: #daf0ca;
  padding: 8px 10px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.disclosure_box dd {
  padding: 10px;
}

.disclosure_pdf {
  background-image: url(images/list_disclosure.png);
  background-position: left top 3px;
  background-repeat: no-repeat;
  padding-left: 25px;
  margin-top: 15px;
}

.complaint_box h3 {
  text-align: left;
  padding-left: 20%;
}

.complaint_box dl {
  float: right;
  width: 80%;
  background-color: #fff;
  text-align: left;
  margin: 20px 0;
  border-radius: 10px;
  padding: 20px;
  border: 1px dashed #00a99d;
}

.complaint_box dt {
  background-color: #b9eae5;
  padding: 8px 10px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.complaint_box dd {
  padding: 10px;
}

.complaint_pdf {
  background-image: url(images/list_complain.png);
  background-position: left top 3px;
  background-repeat: no-repeat;
  padding-left: 25px;
  margin-top: 15px;
}

#disclosure a:hover {
  opacity: 0.7;
}

#map {
  width: 100%;
}

#map #googlemap iframe {
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
}

#map #googlemap {
  width: 100%;
  height: 450px;
  border: 4px solid #8bc759;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
}

/*-----------------------------------------園について*/

#policy {
  padding-top: 0;
}

.policy_box {
  display: flex;
  justify-content: space-between;
}

.policy_box p {
  width: 58%;
  text-align: left;
  font-size: 17px;
  font-weight: 500;
  line-height: 180%;
}

.policy_box figure {
  width: 40%;
}

.policy_box figure img {
  width: 90%;
  height: 320px;
  object-fit: cover;
  border-radius: 20px;
}

#activities dl {
  text-align: left;
}

#activities dt {
  background-image: url(images/list_activities.png);
  background-position: left top;
  background-repeat: no-repeat;
  font-size: 20px;
  font-weight: 500;
  padding: 10px 10px 10px 50px;
  margin-bottom: 5px;
}

#activities dd {
  margin-bottom: 30px;
}

.overview_box {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  padding: 30px;
}

.overview_box table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 3px;
}

.overview_box th {
  padding: 15px;
  white-space: nowrap;
  border: none;
  color: #6fa888;
  text-align: left;
}

.overview_box td {
  width: 85%;
  padding: 15px;
  text-align: left;
  border: none;
  border-bottom: 1px solid #6fa888;
}

#history table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
}

#history th {
  padding: 15px;
  white-space: nowrap;
  border: none;
  border-bottom: 1px dashed;
}

#history td {
  padding: 15px;
  text-align: left;
  border: none;
  border-bottom: 1px dashed;
}

/*-----------------------------------------園の生活*/

.program {
  display: flex;
  justify-content: space-between;
}

.daily_box {
  width: 48%;
  position: relative;
}

.daily_box table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px;
}

.daily_box p {
  padding: 15px;
  border-radius: 20px;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

.under2 p {
  background-color: #649778;
}

.over3 p {
  background-color: #c7b299;
}

.daily_box th {
  display: block;
  padding: 15px;
  font-size: 18px;
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: bold;
  border: none;
  color: #fff;
  border-radius: 20px;
}

.under2 th {
  background-color: #649778;
}

.over3 th {
  background-color: #c7b299;
}

.daily_box td {
  width: 80%;
  border: none;
  padding: 10px 30% 20px 10px;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
}

.under2 td {
  border-bottom: 4px dotted #649778;
}

.over3 td {
  border-bottom: 4px dotted #c7b299;
}

.daily01 {
  position: absolute;
  right: 5%;
  top: 15%;
}

.daily02 {
  position: absolute;
  right: 5%;
  top: 35%;
}

.daily03 {
  position: absolute;
  right: 5%;
  bottom: 25%;
}

.daily04 {
  position: absolute;
  right: 5%;
  top: 20%;
}

.daily05 {
  position: absolute;
  right: 5%;
  top: 50%;
}

.daily06 {
  position: absolute;
  right: 5%;
  bottom: 15%;
}

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

.event_box table {
  width: 48%;
  border-collapse: separate;
  border-spacing: 10px;
}

.event_box th {
  vertical-align: top;
  padding: 10px;
  border: none;
}

.event_box td {
  padding: 0px 20px 10px 20px;
  border: none;
  border-bottom: 2px dashed #c7b299;
  text-align: left;
}

.event_box p {
  text-indent: -1em;
  padding-left: 1em;
}

.event_box table tr:nth-child(1) td:nth-child(2) p:before {
  content: "● ";
  color: #ffa9c8;
  font-size: 10px;
}

.event_box table tr:nth-child(2) td:nth-child(2) p:before {
  content: "● ";
  color: #ffabeb;
  font-size: 10px;
}

.event_box table tr:nth-child(3) td:nth-child(2) p:before {
  content: "● ";
  color: #e2a4ff;
  font-size: 10px;
}

.event_box table tr:nth-child(4) td:nth-child(2) p:before {
  content: "● ";
  color: #bbabff;
  font-size: 10px;
}

.event_box table tr:nth-child(5) td:nth-child(2) p:before {
  content: "● ";
  color: #89ecf7;
  font-size: 10px;
}

.event_box table tr:nth-child(6) td:nth-child(2) p:before {
  content: "● ";
  color: #84f4d6;
  font-size: 10px;
}

.event_box table tr:nth-child(7) td:nth-child(2) p:before {
  content: "● ";
  color: #81f797;
  font-size: 10px;
}

.event_box table tr:nth-child(8) td:nth-child(2) p:before {
  content: "● ";
  color: #c6e542;
  font-size: 10px;
}

.event_box table tr:nth-child(9) td:nth-child(2) p:before {
  content: "● ";
  color: #e8df34;
  font-size: 10px;
}

.event_box table tr:nth-child(10) td:nth-child(2) p:before {
  content: "● ";
  color: #edcb00;
  font-size: 10px;
}

.event_box table tr:nth-child(11) td:nth-child(2) p:before {
  content: "● ";
  color: #ffaf66;
  font-size: 10px;
}

.event_box table tr:nth-child(12) td:nth-child(2) p:before {
  content: "● ";
  color: #ffa399;
  font-size: 10px;
}

.event_box ul {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  text-indent: 0;
  padding-left: 0;
}

.event_box ul li {
  width: 50%;
  margin: 15px 0;
}

.event_box ul li img {
  width: 90%;
  height: 210px;
  object-fit: cover;
  border-radius: 20px;
}

/*-----------------------------------------園の特色*/

#feature dl {
  text-align: left;
  margin: 30px auto;
}

#feature dt {
  font-size: 24px;
  font-weight: 500;
  background-color: #9dd83f;
  background-image: url(images/bg_feature.png);
  padding: 10px 20px;
  border-radius: 8px;
  color: #fff;
  margin-bottom: 10px;
}

#feature dd {
  padding: 10px;
  font-size: 17px;
  margin-bottom: 30px;
}

#feature figure {
  margin-top: 20px;
  text-align: center;
}

#feature figure img {
  width: 60%;
  height: 520px;
  object-fit: cover;
  border-radius: 20px;
}

#support p {
  margin-bottom: 30px;
  font-size: 17px;
  font-weight: 500;
}

#support figure img {
  width: 40%;
  height: 320px;
  object-fit: cover;
  border-radius: 20px;
}

/*-----------------------------------------ブログ*/

#blogbox {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  overflow: hidden;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#blogside {
  width: 24%;
  margin-bottom: 15px;
  padding: 20px;
}

#blogside .blogcategory {
  background-color: #149f67;
  color: #fff;
  font-size: 20px;
  padding: 5px;
  border-radius: 20px;
}

#blogside ul {
  list-style: none;
  text-indent: 0;
  padding-left: 0;
  width: 100%;
  text-align: left;
}

#blogside li {
  padding: 5px;
  margin: 10px;
  font-weight: 500;
  border-bottom: 1px solid #149f67;
  padding: 20px 10px;
}

#blogside li a {
  text-decoration: none;
  color: #736357;
}

#blogside li a:hover {
  color: #009245;
}

#blogmain {
  width: 75%;
  padding-bottom: 20px;
  padding-top: 0px;
  margin-bottom: 0px;
  margin: 0px;
}

#blogtitle {
  font-weight: 500;
  font-size: 22px;
  padding: 10px;
  margin: 10px;
  position: relative;
  text-align: left;
  border-radius: 10px;
}

.blogkiji .blogdate {
  text-align: right;
  padding-right: 10px;
  padding-top: 10px;
  font-weight: 500;
}

#blog .blogkiji {
  width: 98%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 4px #f2f2f2;
}

#blog .blogkiji .bloghonbun {
  text-align: left;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

#blog .blogkiji .blog_photo {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  text-align: center;
}

#blog .blogkiji .blog_photo dl {
  width: 32%;
  display: inline-block;
  list-style-type: none;
  margin-bottom: 10px;
  text-align: center;
  vertical-align: top;
  line-height: 120%;
}

#blog .blogkiji dd {
  margin-bottom: 10px;
}

#blog .blogkiji dt img {
  width: 98%;
  height: auto;
  border-radius: 10px;
  padding-bottom: 5px;
}

#blog .blog_pdf ul {
  list-style: none;
  text-indent: 0;
  padding-left: 10px;
}

#blog .blog_pdf ul li {
  text-align: left;
  margin-left: 5px;
  margin-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  font-size: 14px;
  background-image: url(images/list_blogpdf.png);
  background-position: left top 8px;
  background-repeat: no-repeat;
}

#blog .blog_pdf a {
  text-decoration: underline;
  color: #736357;
}

#blog .blog_pdf a:hover {
  opacity: 0.7;
}

#blog .youtube {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 95%;
  padding-top: 56.25%;
}

#blog .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#blog .blogPage {
  margin-top: 30px;
  margin-right: 20px;
  text-align: right;
}

#blog .blogPage ul {
  list-style: none;
  text-indent: 0;
  padding-left: 0;
}

#blog .blogPage ul li {
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  font-size: 18px;
  vertical-align: top;
}

#blog .blogPage ul li a {
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 500;
  background-color: #fff;
  padding: 1px 8px;
  text-decoration: none;
  border: 1px solid #ffb533;
  color: #ffb533;
  border-radius: 50%;
  transition: all 300ms linear;
}

#blog .blogPage ul li a:hover {
  background-color: #ffb533;
  color: #fff;
  opacity: 1;
}

#blog .blogPage ul li .active {
  background-color: #ffb533;
  color: #fff;
}

/*-----------------------------------------求人・学生の方へ*/

#recruit>p {
  font-size: 24px;
  line-height: 150%;
  margin: 30px auto;
  font-weight: 500;
}

.recruit_box {
  text-align: left;
  margin: 30px 0;
  border-radius: 10px;
  padding: 20px;
  border: 1px dashed #199f68;
}

.recruit_box dl {
  margin-bottom: 20px;
}

.recruit_box dt {
  background-color: #199f68;
  padding: 8px 10px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #fff;
}

.recruit_box dd {
  padding: 10px;
}

.recruit_box .recruit_pdf {
  background-image: url(images/list_recruit.png);
  background-position: left top 3px;
  background-repeat: no-repeat;
  padding-left: 25px;
  margin-bottom: 20px;
}

.recruit_box figure {
  margin-top: 20px;
  text-align: center;
}

.recruit_box figure img {
  width: 60%;
  height: 520px;
  object-fit: cover;
  border-radius: 20px;
}


@media screen and (max-width:1500px) {

  /*-----------------------------------------ページタイトル*/

  .sub_title {
    top: 40%;
  }

  /*------------------------------------------メイン*/

  article {
    width: 80%;
  }

}


@media screen and (max-width:1300px) {

  /*-----------------------------------------ページタイトル*/

  .sub_title {
    top: 38%;
  }

  .title_photo img {
    height: 27vw;
  }

  /*-----------------------------------------メイン*/

  #main {
    width: 100%;
  }

  article {
    width: 90%;
    margin: auto;
    padding: 30px 0px;
  }

  #wrapper3 {
    padding-bottom: 20%;
  }


  /*-----------------------------------------フッター*/


  /*-----------------------------------------トップページ*/

  #wrapper3 figure {
    top: 10%;
    width: 40%;
  }

  #wrapper3 figure img {
    height: 30vw;
  }

  /*-----------------------------------------園の特色*/

  #feature figure img {
    width: 65%;
    height: 480px;
  }

  #support figure img {
    width: 48%;
    height: 360px;
  }

  /*-----------------------------------------求人・学生の方へ*/

  .recruit_box figure img {
    width: 65%;
    height: 480px;
  }

}

@media screen and (max-width:768px) {

  /*-----------------------------------------システムメイン*/

  #system_main {
    background-size: auto;
  }

  /*-----------------------------------------スライダー*/

  .topImg_t_resp,
  .topImg_b_resp {
    display: block;
  }

  .topImg_t,
  .topImg_b {
    display: none;
  }

  .topImg_t_resp {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
  }

  .topImg_t_resp img {
    width: 100%;
  }

  .topImg_c {
    top: 23%;
  }

  .topImg_c img {
    width: 70%;
  }

  .topImg_b_resp {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -15%;
  }

  .topImg_b_resp img {
    width: 100%;
  }

  /*-----------------------------------------ページタイトル*/

  .sub_title {
    top: 32%;
  }

  .title_photo img {
    height: 35vw;
  }

  .topImg_t_resp,
  .topImg_b2_resp {
    display: block;
  }

  .topImg_t,
  .topImg_b2 {
    display: none;
  }

  .topImg_t_resp {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
  }

  .topImg_t_resp img {
    width: 100%;
  }

  .topImg_b2_resp {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -1%;
  }

  .topImg_b2_resp img {
    width: 100%;
  }

  /*-----------------------------------------コンテナ―*/

  #main_container {
    padding-bottom: 0px;
  }

  /*-----------------------------------------メイン*/

  article {
    padding: 30px 0;
  }

  #wrapper2 {
    background-position: center bottom, right bottom;
    padding-bottom: 100px;
  }

  .about #main_container2 #wrapper2 {
    background-size: 100%, 0%;
  }

  .life #main_container2 #wrapper2 {
    padding-bottom: 0px;
  }

  #wrapper3 {
    background-position: center bottom, right bottom;
  }

  .about #main_container2 #wrapper3 {
    padding-bottom: 100px;
    background-size: 100%, 0%;
  }

  #wrapper4 {
    padding-bottom: 100px;
  }

  #wrapper5 {
    padding-bottom: 0px;
  }

  #wrapper6 {
    padding: 10px 0px 50px 0px;
    background: linear-gradient(to bottom, #fff, #fff8dc, #fff);
  }


  /*-----------------------------------------ページトップへ*/

  #ptb_slide {
    display: none;
  }

  #pt_resp #pagetop {
    margin-bottom: 0px;
  }

  #pagetop {
    bottom: auto;
    padding-right: 20px;
    display: block;
    width: 100%;
    text-align: right;
    margin-top: 20px;
    padding-bottom: 20px;
  }

  #pagetop img {
    width: 85px;
  }

  /*------------------------------------------トップページ*/

  #news a {
    transition: 0.5s;
    color: #007ea5;
    text-decoration: underline;
  }

  #news a:hover {
    opacity: 0.7;
  }

  .objective_box {
    flex-wrap: wrap;
  }

  .objective_items {
    width: 100%;
    margin-bottom: 20px;
  }

  #objective figure {
    width: 100%;
    text-align: center;
  }

  #wrapper3 figure {
    position: static;
    width: 90%;
    margin: auto;
  }

  #wrapper3 figure img {
    clip-path: polygon(25% 0%, 76% 10%, 100% 46%, 75% 100%, 25% 97%, 0% 52%);
    height: 60vw;
  }

  .enrollment_box>div {
    width: 100%;
  }

  #enrollment a {
    transition: 0.5s;
    color: #007ea5;
    text-decoration: underline;
  }

  #enrollment a:hover {
    opacity: 0.7;
  }

  #disclosure a {
    transition: 0.5s;
    color: #007ea5;
    text-decoration: underline;
  }

  #disclosure a:hover {
    opacity: 0.7;
  }

  .disclosure_box h3 {
    text-align: center;
  }

  .disclosure_box {
    text-align: left;
    margin-bottom: 80px;
  }

  .disclosure_box dl {
    width: 100%;
    margin: 20px auto;
  }

  .complaint_box h3 {
    text-align: center;
    padding-left: 0;
    margin-bottom: 20px;
  }

  .complaint_box dl {
    float: none;
    width: 100%;
    margin: 20px auto;
  }

  /*-----------------------------------------園について*/

  #overview a {
    transition: 0.5s;
    color: #007ea5;
    text-decoration: underline;
  }

  #overview a:hover {
    opacity: 0.7;
  }

  /*-----------------------------------------園の生活*/

  .program {
    flex-wrap: wrap;
  }

  .daily_box {
    width: 100%;
  }

  .under2 {
    margin-bottom: 30px;
  }

  .over3 {
    margin-top: 30px;
  }

  .event_box {
    flex-wrap: wrap;
  }

  .event_box table {
    width: 100%;
    margin-bottom: 30px;
  }

  .event_box ul {
    width: 100%;
  }

  /*-----------------------------------------園の特色*/

  #feature figure img {
    width: 90%;
    height: 52vw;
  }

  #support figure img {
    width: 70%;
    height: 42vw;
  }

  #support a {
    transition: 0.5s;
    color: #007ea5;
    text-decoration: underline;
  }

  #support a:hover {
    opacity: 0.7;
  }

  /*-----------------------------------------ブログ*/

  #blog {
    padding-top: 10px;
  }

  #blogbox {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    flex-wrap: wrap;
  }

  #blogside {
    width: 98%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 25px;
    margin-top: 0px;
  }

  #blogmain {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    padding: 0px;
  }

  #blog .blogkiji .blog_photo dl {
    width: 48%;
  }

  #blog .blogkiji dt img {
    width: 95%;
  }

  /*-----------------------------------------求人・学生の方へ*/

  #recruit>p {
    font-size: 20px;
  }

  .recruit02 img {
    width: 95%;
  }

  .recruit_box figure {
    text-align: center;
  }

  .recruit_box figure img {
    width: 70%;
    height: 320px;
  }

  .recruit_box a {
    transition: 0.5s;
    color: #007ea5;
    text-decoration: underline;
  }

  .recruit_box a:hover {
    opacity: 0.7;
  }


}

@media screen and (max-width:480px) {

  /*-----------------------------------------スライダー*/

  .topImg_c img {
    width: 90%;
  }

  .topImg_b_resp {
    bottom: -10%;
  }

  /*-----------------------------------------ページタイトル*/

  .sub_title {
    top: 32%;
  }

  .title_photo img {
    height: 55vw;
  }

  #page_title .topImg_t_resp {
    top: 0;
  }

  #page_title .topImg_b2_resp {
    bottom: -3%;
  }

  /*-----------------------------------------メイン*/

  #wrapper1 {
    padding: 30px 0px 30px 0px;
  }

  #wrapper2 {
    padding: 30px 0px 60px 0px;
  }

  #wrapper3 {
    padding: 20px 0px 100px 0px;
  }

  #wrapper4 {
    padding-bottom: 80px;
  }

  h2 img {
    width: 90%;
  }


  /*-----------------------------------------フッター*/

  #footer p {
    font-size: 12px;
  }

  /*-----------------------------------------トップページ*/

  #news dl {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  #news dt {
    float: none;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    text-align: left;
  }

  #news dd {
    text-align: left;
    padding-top: 0px;
    padding-left: 10px;
  }

  .objective_items p {
    font-size: 22px;
  }

  .objective_items ul li {
    font-size: 18px;
  }

  #objective figure img {
    height: 60vw;
  }

  #wrapper3 figure img {
    height: 70vw;
  }

  /*-----------------------------------------園について*/

  .policy_box {
    flex-wrap: wrap;
  }

  .policy_box p {
    width: 100%;
    margin-bottom: 30px;
  }

  .policy_box figure {
    width: 100%;
  }

  .overview_box {
    padding: 5px;
  }

  #overview th {
    display: block;
  }

  #overview td {
    display: block;
  }

  #history th {
    display: block;
    border-bottom: none;
    text-align: left;
    padding-bottom: 0;
  }

  #history td {
    display: block;
  }

  /*-----------------------------------------園の生活*/

  .daily01,
  .daily02,
  .daily03,
  .daily04,
  .daily05,
  .daily06 {
    display: none;
  }

  .daily_box p {
    font-size: 17px;
  }

  .daily_box th {
    display: block;
  }

  .daily_box td {
    display: block;
    width: 100%;
    padding-right: 10px;
    margin-bottom: 10px;
  }

  .event_box th {
    display: block;
  }

  .event_box td {
    display: block;
    padding: 10px;
  }

  #event ul li {
    width: 100%;
  }

  #event ul li img {
    height: 52vw;
  }

  /*-----------------------------------------園の特色*/

  #support p {
    text-align: left;
  }

  #support figure img {
    width: 90%;
    height: 52vw;
  }

  /*-----------------------------------------ブログ*/

  #blog #blogtitle {
    font-size: 17px;
    padding-bottom: 5px;
  }

  #blog .blogkiji .blog_photo dl {
    display: inline-block;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  #blog .blogkiji dt img {
    width: 90%;
  }

  /*-----------------------------------------求人・学生の方へ*/

  .recruit01 img {
    width: 180px;
  }

  .recruit02 img {
    width: 100%;
  }

  .recruit_box {
    padding: 10px;
  }

  .recruit_box figure img {
    width: 90%;
    height: 53vw;
  }

}
/*2025.8.28 追加　ここから*/

#gNav li:nth-child(6){
	  border-right: 1px dashed #736357;
}
  #gNav li:last-child{
	  display: none;
}

.pc_enphoto{
	position: absolute;
	top: 10px;
	right: 13%;
}
.pc_enphoto a:hover{
	opacity: 0.7;
}

/*2025.8.28 追加 ここまで*/ 	

@media screen and (max-width:768px) {
/*2025.8.28 追加 ここから*/ 
.pc_enphoto{
	display: none;
}
	
.mean-container .mean-nav ul li:last-child{
	width: auto;
	border: none;
	background-color: inherit;
	border-radius: 0;
	margin: 0;
	padding: 0;
}
.mean-container .mean-nav ul li:last-child a{
	padding: 0;
	margin: 10px auto;
}
.mean-container .mean-nav ul li:last-child:hover{
	background-color: inherit;
	opacity: 0.7;
}
}
/*2025.8.28 追加 ここまで*/ 
