@charset "utf-8";

html {
  font: normal normal normal 62.5%/1 "GENJ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", 'Open Sans', osaka, Arial, Verdana, sans-serif;
  color: #5b2c02;
  -ms-font-feature-settings: "normal";
}

body {
  margin: 0;
  font: normal normal normal 62.5%/1 "GENJ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", 'Open Sans', osaka, Arial, Verdana, sans-serif;
  padding: 0;
  background-color: #f9f1e8;
  background-color: #f8ecd8;
  position: relative;
  color: #5b2c02;
  text-rendering: optimizeLegibility;
  font-feature-settings: "palt" 1;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a {
  text-decoration: none;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

a:link,
a:visited,
a:hover,
a:active {
  color: #5b2c02;
}

a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

a,
input,
select,
textarea,
button,
*:before,
*:after {
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}


img {
  width: 100%;
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
  interpolation-mode: bicubic;
  -webkit-backface-visibility: hidden;
  image-rendering: crisp-edges;
  -webkit-image-rendering: crisp-edges;
}

/* ==========================================================================
	ヘッダー
========================================================================== */
.header_inr {
  /* width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 10px; */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  padding: 10px;
  background: #f8ecd8;
  z-index: auto;
}




.welcome {
  /* width: 100%; */
  text-align: center;
  background-image: url(../img/common/welcome_neneihutaba.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: relative;
  width: 100%;
  height: 500px;
}

.guidance {
  display: flex;
}

a.guidance-text02 {
  font-size: 2.0rem;
}

a.admission-text01 {}

a.guidance-text02::before {
  background: url(/img/admission/ico-admission01.png)no-repeat left center;
}

.overview {
  justify-content: flex-end;
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  /* justify-content: space-around; */
  background-image: url(../img/overview/overview.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 100% 100%;
}


.welcome_title img {
  width: 50%;
  margin: 20px;
  margin-bottom: 30px;
}

.welcome_text {
  font-size: 2.0rem;
  font-family: 'Kiwi Maru', serif;
}

.guidance-frame img {
  z-index: 20;
}


.guidance-img img {
  margin: -80px auto;
}

.guidance-text {
  text-align: center;
  margin-top: 100px;
  margin-left: 10%;
  margin-right: 10%;
}

.guidance-text h2 {
  position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
  background: #fadf24;
  width: 200px;
  display: block;
  margin: 20px auto;
  font-size: 2.0rem;
  font-weight: 500;

}

.guidance-text h2:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 2px solid #5b2c02;
}

.overview-img img {
  width: 900px;
  text-align: right;
  display: block;
}

.overview-text img {
  width: 60%;
  display: block;
  margin: 20px auto;
}

.overview-text {
  text-align: center;
  display: block;
  /* margin: 20px auto; */
  margin-right: 30px;
}

/* ==========================================================================
	保育内容
========================================================================== */

.content {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  background-image: none;
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: contain;
}

.content-img img {
  width: 900px;
  z-index: 10;
  text-align: right;
  display: block;
}

.content-text img {
  width: 60%;
  display: block;
  margin: 20px auto;
}

.content-text {
  text-align: center;
  display: block;
  /* margin: 20px auto; */
  margin-right: 30px;
}

img.happa {
  width: 280px;
  margin-top: 200px;
  /* margin-left: 100%; */
  position: relative;
}

@media (max-width: 1700px) {
  img.happa {
    width: 280px;
    margin-top: 200px;
    /* margin-left: 50%; */
    position: relative;
  }
}

@media (max-width: 1200px) {
  img.happa {
    width: 280px;
    margin-top: 200px;
    /* margin-right: 100%; */
    position: relative;
  }
}

@media (max-width: 900px) {
  img.happa {
    width: 250px;
    margin-top: -150px;
    margin-left: 100px;
    position: relative;
    z-index: -1;
  }
}

/* ==========================================================================
	採用情報
========================================================================== */

.recruit {
  justify-content: flex-end;
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  background-image: none;
  background-size: contain;
  background-repeat: no-repeat;
}

.recruit-img img {
  width: 900px;
  z-index: 10;
  text-align: right;
  display: block;
}


.recruit-text {
  text-align: center;
  display: block;
  line-height: 3.0rem;
  /* margin: 20px auto; */
  margin-right: 30px;
  font-size: 1.6rem;
}

img.snow {
  width: 600px;
  margin-top: 100px;
  margin-left: -300px;
  position: relative;
}

.recruite-text p {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.6em;
  font-weight: 700;
}

@media (max-width: 1700px) {
  img.snow {
    width: 400px;
    margin-top: 200px;
    margin-left: -100px;
    position: relative;
  }
}

@media (max-width: 1200px) {
  img.snow {
    width: 400px;
    margin-top: 0;
    margin-right: 100%;
    position: relative;
  }
}

@media (max-width: 900px) {
  img.snow {
    display: none;
    /* width: 280px; */
    /* margin-top: -200px; */
    /* position: relative; */
    /* margin-left: -50px; */
    /* z-index: -1; */
  }
}





.inner {
  width: 90%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.flex-a-ctr {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-j-between {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.inruiry {
  padding: 5px;
  margin-top: 20px;
  background: #fff;
}

.inquiry-logo {
  max-width: 200px;
  display: block;
  margin: auto;
}

.inquiry--map {
  position: relative;
  overflow: hidden;
  flex: 1;
  max-width: 524px;
  border-radius: 20px;
  border: 5px solid #fff;
}

*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sister-garden_area {
  max-width: 640px;
  margin: 0 auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}


.sister-garden_tit {
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 42px;
  text-align: center;
  font-family: 'Kiwi Maru', serif;
}

.sister-garden_text {
  font-size: 1.4rem;
  text-align: center;
  font-family: 'Kiwi Maru', serif;
  display: block;
  margin: auto 10px;
}

.kishino-logo {
  margin: 0 20px;
}

.en_bold {
  font-family: 'Kiwi Maru', serif;
  font-weight: 700;
}

.tit {
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
  text-align: center;
  margin-top: 50px;
  font-family: 'Kiwi Maru', serif;
}

.s_tit {
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 12px;
  text-align: center;
  color: #5b2c02;
  text-transform: uppercase;
  font-family: 'Kiwi Maru', serif;
}

.news-box {
  display: flex;
  flex-direction: row;
  /* justify-content: space-around; */
  flex-wrap: wrap;
  /* margin-bottom: 20px; */
}

.news-box div {
  margin: 20px 20px 20px 20px;
  text-align: center;
  width: 30%;
  font-size: 12px;
  border-radius: 2px;
  color: #753d01;
  background: #ffffff;
}

.news-img {
  width: 50%;
  margin: 20px auto;
  display: block;
}

.news-text {
  margin: 10px;
  font-size: 1.3rem;
}

.news-text02 {
  margin: 10px;
  font-size: 1.3rem;
  text-align: left;
}

.news-link {
  text-align: right;
  display: block;
  margin-right: 10%;
  color: #753d01;
  font-weight: bold;
  font-size: 1.6rem;
  font-family: 'Kiwi Maru', serif;
}

.news-link02 {
  text-align: right;
  display: block;
  margin-right: 10%;
  color: #753d01;
  font-weight: bold;
  font-size: 1.6rem;
  font-family: 'Kiwi Maru', serif;
  padding-bottom: 1.0rem;
}

a.btn_news {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
  text-decoration: none;
  width: 150px;
  margin: 50px auto;
  padding: 1rem 4rem 1rem 3rem;
  font-weight: bold;
  background: #753d01;
  color: #fff;
  border-radius: 100vh;
  position: relative;
  transition: 0.5s;
  font-size: 1.2rem;
}

a.btn_news::before {
  content: '';
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.col-md-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.sp_br {
  display: none;
}

@media (max-width: 450px) {
  .news-box div {
    margin: 20px auto;
    text-align: center;
    width: 80%;
    font-size: 12px;
    border-radius: 2px;
    color: #753d01;
    background: #ffffff;
  }

  .welcome_text {
    font-size: 1.6rem;
    width: 95%;
    margin: 0 auto;
    font-family: 'Kiwi Maru', serif;
    line-height: 2.0rem;
  }
}


@media (max-width: 900px) {
  .news-box div {
    margin: 10px auto;
    text-align: center;
    width: 300px;
    font-size: 12px;
    border-radius: 2px;
    color: #753d01;
    background: #ffffff;
  }

  .guidance {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .guidance-img {
    display: block !important;
    width: 100%;
  }

  .guidance-img img {
    margin-top: -20px;
    z-index: 10;
  }

  .guidance-text {
    text-align: center;
    display: block;
    margin: 100px auto 30px;
  }

  .container p.s_tit {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    color: #5b2c02;
    text-shadow: none;
    text-transform: uppercase;
    font-family: 'Kiwi Maru', serif;
  }

  .sp_br {
    display: block;
  }

  .tit {
    font-size: 30px;
    font-weight: 700;
    line-height: 42px;
    text-align: center;
    margin-top: -80px;
    font-family: 'Kiwi Maru', serif;
  }

  .overview-Philosophy {
    margin-top: 20px;
  }

  .flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 1200px) {
  .recruit {
    justify-content: flex-end;
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    background-image: none;
    flex-wrap: wrap;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
  }
}





/* ==========================================================================
	メニュー
========================================================================== */


#menu_wrap {
  width: 100%;
  padding: 0 15px;
  margin-top: 5px;
  box-sizing: border-box;
}

#menu_wrap ul {
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#menu_wrap ul li a {
  display: block;
  padding-top: 67px;
}

#menu_wrap ul .n_menu {
  position: relative;
  text-align: center;
  box-sizing: border-box;
  width: calc(100% / 7 - 45px);
}

#menu_wrap ul .n_menu:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 30px;
  width: 0;
  height: 50px;
  border-left: 1px dotted #5b2c02;
}

#menu_wrap ul:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 30px;
  width: 0;
  height: 50px;
  border-left: 1px dotted #5b2c02;
}

#menu_wrap ul .logo {
  width: 270px;
  text-align: center;
  position: relative;
}

#menu_wrap ul .logo a {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  padding-top: 7px;
}

#menu_wrap ul .logo img {
  width: 195px;
  margin-bottom: 11px;
}

#menu_wrap ul .n_menu:after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 5px;
  z-index: -1;
}




#menu_wrap ul .menu01:after {
  width: 80px;
  height: 80px;
  background: url(../img/header/header_icon_home.png);
  background-size: cover;
  top: 20px;
}

#menu_wrap ul .menu02:after {
  width: 80px;
  height: 80px;
  background: url(../img/header/header_icon_info.png);
  background-size: cover;
  top: 20px;
}

#menu_wrap ul .menu03:after {
  width: 80px;
  height: 80px;
  background: url(../img/header/header_icon_overview.png);
  background-size: cover;
  top: 20px;
}

#menu_wrap ul .menu04:after {
  width: 80px;
  height: 80px;
  background: url(../img/header/header_icon_content.png);
  background-size: cover;
  top: 20px
}

#menu_wrap ul .menu05:after {
  width: 80px;
  height: 80px;
  background: url(../img/header/header_icon_entrance-guidance.png);
  background-size: cover;
  top: 20px;
}

#menu_wrap ul .menu06:after {
  width: 80px;
  height: 80px;
  background: url(../img/header/header_icon_recruit.png);
  background-size: cover;
  top: 20px;
}

#menu_wrap ul .menu07:after {
  width: 80px;
  height: 80px;
  background: url(../img/header/header_icon_inquiry.png);
  background-size: cover;
  top: 20px;
}


#page_top {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 20px;
  bottom: 50px;
  background: #5b2c02;
  opacity: 0.8;
  border-radius: 50%;
}

#page_top a {
  position: relative;
  display: block;
  /* width: 90px; */
  height: 90px;
  text-decoration: none;
}

#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 20px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#page_top a::after {
  content: 'PAGE TOP';
  /* font-size: 13px; */
  color: #fff;
  position: absolute;
  top: 38px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

@media(max-width:750px) {
  #page_top {
    width: 60px;
    height: 60px;
    position: fixed;
    right: 20px;
    bottom: 70px;
    background: #5b2c02;
    opacity: 0.8;
    border-radius: 50%;
    z-index: 99;
  }

  #page_top a {
    position: relative;
    display: block;
    /* width: 90px; */
    height: 90px;
    text-decoration: none;
  }

  #page_top a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f102';
    font-size: 20px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -40px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }

  #page_top a::after {
    content: 'PAGE TOP';
    /* font-size: 13px; */
    color: #fff;
    position: absolute;
    top: 38px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
}

#fh5co-footer {
  background: url(../img/footer02.png) background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-image: none;
  background-size: auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  color: #fff !important;
}

#fh5co-footer .overlay {
  /* position: relative; */
  /* margin-top: 20px; */
  /* height: 450px; */
  background-size: cover;
}

.menu {
  position: relative;
  top: 20px;
  left: 0px;
  right: 0px;
  height: 400px;
  z-index: 1;
  border-radius: 5px;
  width: 100%;
  margin: auto;
}

.container {
  margin-right: auto;
  margin-left: auto;
}

.container-f {
  max-width: max-content;
}

.menu ul {
  list-style: none;
}

.navigation>li {
  float: left;
}

.navigation>li>a {
  margin-right: 20px;
  font-size: 1.6rem;
}

.menu a {
  color: rgba(255, 255, 255, 1.00);
  font-weight: 600;
  font-size: 20px;
}

.menu-item {
  font-family: 'Kiwi Maru', serif;
  font-size: 1.8rem;

}

.navigation a,
.navigation .navigation a:visited {
  display: block;
  white-space: nowrap;
}

.navigation a {
  color: rgba(255, 255, 255, 1.00);
  font-weight: 600;
}

.navigation a {}

.navigation a,
.navigation .navigation a:visited {
  display: block;
  white-space: nowrap;
}


.text-center {
  text-align: center !important;
  font-family: 'Kiwi Maru', serif;
}

.wrapper {
  position: relative;
}

@media (max-width: 1100px) {
  #fh5co-footer {
    background: url(../img/footer02.png) background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    color: #fff !important;
    bottom: 60px;
  }
}


/* ==========================================================================
	お知らせ
========================================================================== */
.h-inbox {
  height: 100%;
  position: relative;
}

.fade-up,
.sp-buttons {
  -webkit-animation: fadeup 1s 0s cubic-bezier(0.23, 1, 0.32, 1) forwards 1;
  animation: fadeup 1s 0s cubic-bezier(0.23, 1, 0.32, 1) forwards 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transform: rotate(0.0001deg);
  transform: rotate(0.0001deg);
}

.fade-up {
  -webkit-animation: fadeup 2s 1s cubic-bezier(0.23, 1, 0.32, 1) forwards 1;
  animation: fadeup 2s 1s cubic-bezier(0.23, 1, 0.32, 1) forwards 1;
}

.header-h {
  width: 100%;
  bottom: 2.61rem;
  position: absolute;
  z-index: 10;
  -webkit-animation-delay: 1s !important;
  animation-delay: 1s !important;
}

.header-h h2::before {
  content: '';
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.1) * 0.63em);
}

.header-h h2::after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 1.1) * 0.28em);
}




.js-fade-up {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transform: rotate(0.0001deg);
  -ms-transform: rotate(0.0001deg);
  transform: rotate(0.0001deg);
}

.img-zoom {
  -webkit-transition: opacity .7s;
  -o-transition: opacity .7s;
  transition: opacity .7s;
  opacity: 1;
  -webkit-animation: imgzoom 2.5s cubic-bezier(0.23, 1, 0.32, 1) forwards 1;
  animation: imgzoom 2.5s cubic-bezier(0.23, 1, 0.32, 1) forwards 1;
  -webkit-transform: scale(1.1) rotate(0.0001deg);
  -ms-transform: scale(1.1) rotate(0.0001deg);
  transform: scale(1.1) rotate(0.0001deg);
}

.l-page-header-h img {
  width: auto;
  height: 100%;
  display: block;
  -webkit-transform: scale(1.1) rotate(0.0001deg);
  -ms-transform: scale(1.1) rotate(0.0001deg);
  transform: scale(1.1) rotate(0.0001deg);
  -webkit-animation-duration: 20s !important;
  animation-duration: 20s !important;
  opacity: 1 !important;
}

.js-img-zoom {
  opacity: 0;
  outline: 1px solid transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.header-image {
  top: 130px;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}

.header-image:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.05);
  z-index: 1;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.main-contents {
  width: 100%;
}

/* ul,
ol,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 100%;
} */

/* .post-list-block {
  padding-top: 200px
    /* padding-bottom: calc(2.12rem + 0.8rem); */
}

*/ .blog-wrapper {
  width: 26rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog-detail {
  padding-top: 2.7rem;
  padding-bottom: calc(1.95rem + .8rem);
}

.blog-main {
  width: 19rem;
}


.list-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-tit h2 span {
  background: linear-gradient(transparent 60%, #f3cb8f 60%);
  border-radius: 80% 50% 60% 5%/80% 75% 15% 75%;
}

.news-tit h2 {
  padding: 0.2rem;
  margin-bottom: 0.2rem;
  font-weight: bold;
  text-align: center;
  font-size: 2.0rem;
  font-weight: 900;
  line-height: 30px;
  text-align: center;
  font-family: 'Kiwi Maru', serif;
}

.news-tit p {
  padding: 0.2rem;
  margin-bottom: 20px;
  font-size: 1.6rem;
  line-height: 30px;
  font-family: 'Kiwi Maru', serif;

}


@media (max-width: 414px) {
  .blog-wrapper {
    width: 100%;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .blog-detail {
    padding-top: 2.14rem;
    padding-bottom: calc(1.24rem + .8rem);
  }

  .blog-main {
    width: 100%;
  }
}

.blog-block {
  background: #ffffff;
  margin-bottom: 1.95rem;
  padding: 1.03rem .96rem 1.43rem 1rem;
}

.blog-tt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: .66rem;
}

.blog-tt h1 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  font-size: .56rem;
  line-height: 1.61;
  letter-spacing: .01em;
  text-align: justify;
}

.blog-tt h1::before {
  content: '';
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.63) * 0.63em);
}

.blog-tt h1::after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 1.63) * 0.28em);
}

.blog-tt time {
  color: rgba(71, 40, 0, 0.5);
  font-size: .4rem;
  letter-spacing: .01em;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-right: .84rem;
}

.blog-head {
  margin-bottom: 1rem;
}

.blog-head .blog-flag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.blog-head .blog-flag .cat {
  height: .83rem;
  padding: .27rem .58rem;
  font-size: .3rem;
  font-weight: 500;
  background: #f7f1e6;
  letter-spacing: .024rem;
  text-align: center;
}

.blog-head .blog-flag .tag-list {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  margin-left: .84rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.blog-head .blog-flag .tag-list a {
  font-size: .36rem;
  padding-top: .24rem;
  height: .83rem;
  letter-spacing: .036rem;
  margin-right: calc(.6rem - .036rem);
  display: block;
}

.blog-head .blog-flag .tag-list a::before {
  content: '#';
}

.blog-contents {
  display: block;
}

.blog-contents .thumbnail {
  margin-bottom: 1.4rem;
}

.blog-contents .thumbnail img {
  margin: 0;
}

.blog-contents .thumbnail+h2 {
  margin-top: 0;
}

.blog-contents h2 {
  margin-top: 1.92rem;
  padding-left: 1.03rem;
  font-size: .50rem;
  line-height: 1.62;
  letter-spacing: .10rem;
  margin-bottom: 1.26rem;
  position: relative;
}

.blog-contents h2::before {
  left: .1rem;
  top: .44rem;
  width: .34rem;
  height: 2px;
  background: #472800;
  border-radius: 1px;
}

.blog-contents img {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 1.4rem;
}

.blog-contents p {
  font-size: .3rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: .06rem;
  text-align: justify;
}

.blog-contents p::before {
  content: '';
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 2) * 0.63em);
}

.blog-contents p::after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 2) * 0.28em);
}

.blog-contents p+p {
  margin-top: 2.91em;
}

.blog-contents *:last-child {
  margin-bottom: 0;
}

@media (max-width: 414px) {
  .blog-block {
    margin-bottom: 1rem;
    padding: .64rem .5rem .8rem .5rem;
  }

  .blog-tt {
    margin-bottom: .66rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .blog-tt h1 {
    font-size: .48rem;
    margin-top: .4rem;
  }

  .blog-tt time {
    font-size: .3rem;
  }

  .blog-head {
    margin-bottom: .8rem;
  }

  .blog-head .blog-flag {
    display: block;
  }

  .blog-head .blog-flag .cat {
    display: inline-block;
    height: .64rem;
    padding: .19rem .5rem;
    font-size: .26rem;
  }

  .blog-head .blog-flag .tag-list {
    margin-left: 0;
  }

  .blog-head .blog-flag .tag-list a {
    font-size: .28rem;
    padding-top: .4rem;
    height: .64rem;
    letter-spacing: .028rem;
    margin-right: calc(.4rem - .028rem);
  }

  .blog-contents .thumbnail {
    margin-bottom: .64rem;
  }

  .blog-contents h2 {
    margin-top: .92rem;
    margin-bottom: .72rem;
    padding-left: .64rem;
    font-size: .4rem;
    letter-spacing: .08rem;
    position: relative;
  }

  .blog-contents h2::before {
    top: .36rem;
    width: .24rem;
  }

  .blog-contents img {
    width: 100%;
    margin-top: .64rem;
    margin-bottom: .64rem;
  }

  .blog-contents p {
    font-size: .28rem;
    letter-spacing: .06rem;
  }

  .blog-contents p+p {
    margin-top: 2.65em;
  }

  .blog-contents *:last-child {
    margin-bottom: 0;
  }
}

.blog-list {
  margin-bottom: .52rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-list li {
  width: 5.77rem;
  margin-bottom: .94rem;
  padding-bottom: .72rem;
  border-radius: .1rem;
  border: 1px solid #ffffff;
  background: #ffffff;
  overflow: hidden;
  margin-right: .84rem;
}

.blog-list li:nth-child(3n) {
  margin-right: 0;
}

.blog-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.blog-list li .image {
  width: 100%;
  height: 3.25rem;
  position: relative;
  overflow: hidden;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.blog-list li .image img {
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  display: block;
}

.blog-list li .info {
  width: 4.85rem;
  margin: 0 auto;
  padding-top: .44rem;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.blog-list li .info h3 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  font-size: .26rem;
  line-height: 1.96;
  letter-spacing: .026rem;
}

.blog-list li .info h3::before {
  content: '';
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.96) * 0.63em);
}

.blog-list li .info h3::after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 1.96) * 0.28em);
}

.blog-list li .info .flag {
  width: 100%;
  margin-bottom: .39rem;
  font-size: .24rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-list li .info .flag time {
  letter-spacing: .024rem;
  text-align: left;
  opacity: .5;
}

.blog-list li .info .flag .cat {
  min-width: 1.66rem;
  height: .54rem;
  padding: .14rem .12rem 0;
  font-weight: 500;
  background: #f7f1e6;
  letter-spacing: .024rem;
  text-align: center;
}

@media (max-width: 414px) {
  .blog-list {
    width: 6.5rem;
    margin-bottom: .96rem;
    display: block;
  }

  .blog-list li {
    width: 100%;
    height: 2.34rem;
    border-radius: .1rem;
    margin-right: 0;
    margin-bottom: 0;
  }

  .blog-list li+li {
    margin-top: .57rem;
  }

  .blog-list li .image {
    width: 2.44rem;
    height: 2.34rem;
  }

  .blog-list li .image img {
    max-width: inherit;
    width: auto;
    height: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    display: block;
  }

  .blog-list li .info {
    width: 3.61rem;
    margin: 0;
    padding: .35rem 0 0 .4rem;
  }

  .blog-list li .info h3 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    font-size: .22rem;
    line-height: 1.82;
    letter-spacing: .0176em;
  }

  .blog-list li .info h3::before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 1.82) * 0.63em);
  }

  .blog-list li .info h3::after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((1 - 1.82) * 0.28em);
  }

  .blog-list li .info .flag {
    width: 100%;
    margin-bottom: .36rem;
    font-size: .24rem;
  }

  .blog-list li .info .flag time {
    letter-spacing: .024rem;
  }

  .blog-list li .info .flag .cat {
    min-width: 1.5rem;
    height: .49rem;
    font-size: .2rem;
    border-radius: .05rem;
    letter-spacing: .02rem;
  }
}

.js-cont-up {
  margin-top: -1rem;
  padding-top: 1rem;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.pagenavi {
  margin-top: 0;
  text-align: center;
  font-size: 16px;
}

.pagenavi .current {
  position: relative;
  display: inline-block;
  margin: 0 3px;
  padding: 10px;
  color: #FFFFFF;
}

.pagenavi .current:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #472800;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  margin-top: 1px;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.pagenavi a,
.pagenavi .extend {
  display: inline-block;
  margin: 0 3px;
  padding: 10px;
}

.pagenavi a.first,
.pagenavi a.last,
.pagenavi a.previouspostslink,
.pagenavi a.nextpostslink {
  letter-spacing: 0.1em;
}

.page-list {
  margin: 20px auto;
}



/* ==========================================================================
	お知らせ詳細ページ
========================================================================== */
#mainContents {
  width: 100%;
  /* min-width: 1240px; */
  margin: 0 auto;
  padding: 0;
  text-align: left;
  opacity: 0;
}

#newsContents.single .post-area {
  display: block;
  margin-bottom: 50px;
}

.container {
  margin-top: 115px;
  width: 100%;
  position: relative;
}

.container img {
  width: 100%;
}

.container p {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 2px 3px #808080;
  padding: 0;
  margin: 0;
}

.container p.tit {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  font-weight: 700;
  color: #5b2c02;
  text-shadow: none;
  padding: 0;
  margin: 0;
  font-family: 'Kiwi Maru', serif;
}


.container p.s_tit {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  color: #5b2c02;
  text-shadow: none;
  text-transform: uppercase;
  font-family: 'Kiwi Maru', serif;
}

.post-area {
  box-sizing: border-box;
  width: 900px;
  margin: 0 auto;
  padding: 76px 70px 70px;
}

.box-border-top {
  position: relative;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border-radius: 17px;
  padding: 56px 50px 50px;
  margin-top: 200px;
}

.box-border-top:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 20px;
  background-color: #ed8000;
  border-radius: 3px;
  width: calc(100% - 40px);
  height: 6px;
}

.news-title {
  margin-top: 130px;
  margin-bottom: 40px;
  padding-left: 10px;
}

.news-title h1 {
  margin-left: -2px;
  padding-top: 12px;
  color: #472800;
  font-size: 25px;
  line-height: 1.6;
  letter-spacing: 0.12em;
}

.post-main {
  margin-bottom: 75px;
  font-size: 14px;


  line-height: 1.8;
  letter-spacing: 0.1em;
}

.post-main img:last-of-type {
  margin-bottom: 40px;
}

.post-main img:first-child {
  margin-top: 75px;
}

.post-main img {
  display: block;
  border-radius: 8px;
  max-width: calc(100% + 20px);
  height: auto;
  margin: 25px -10px;
}

.sp_br {
  display: none;
}


@media (max-width: 1100px) {
  .container {
    margin-top: 0px;
    width: 100%;
    position: relative;
  }

  .overview {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
    background-image: url(../img/overview/overview.png);
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-size: 900px;
    background-position: 40% 5%;
    margin-top: -50px;

  }
}

@media (max-width: 900px) {
  .post-area {
    box-sizing: border-box;
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    padding: 76px 70px 70px;
  }

  .news-title {
    margin-top: 130px;
    margin-bottom: 40px;
    padding-left: 10px;
  }

  .container p.s_tit {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    color: #5b2c02;
    text-shadow: none;
    text-transform: uppercase;
    font-family: 'Kiwi Maru', serif;
  }

  .overview {
    flex-wrap: wrap;
    display: flex;
    background-image: url(../img/overview/overview.png);
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-size: 700px;
    background-position: 30% 22%;
  }

  .overview-img img {
    z-index: 10;
    text-align: right;
    width: 100%;
    flex: 2;
  }

  .content {
    flex-wrap: wrap;
    display: flex;
    background-image: none);
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-size: 900px;
  }

  .content-img img {
    z-index: 10;
    text-align: right;
    width: 100%;
    flex: 2;
  }

  .recruit {
    flex-wrap: wrap;
    display: flex;
    background-image: none;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-size: 900px;
  }

  .recruit-img img {
    z-index: 10;
    text-align: right;
    width: 100%;
    flex: 2;
  }

  .inquiry--lft {
    width: 100%;
  }

  .recruit-text {
    margin: 0 20px;
  }

  .news-link {
    text-align: right;
    display: block;
    margin-bottom: 20px;
    margin-right: 20px;
    font-weight: bold;
    font-size: 1.6rem;
    font-family: 'Kiwi Maru', serif;
  }

  .news-link02 {
    text-align: right;
    display: block;
    margin-bottom: 100px;
    margin-right: 20px;
    font-weight: bold;
    font-size: 1.6rem;
    font-family: 'Kiwi Maru', serif;
    margin-top: -80px;
  }

  .news-title {
    margin-top: 80px;
    margin-bottom: 40px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 768px) {
  .sp_br {
    display: block;
  }
}

@media (max-width: 450px) {

  .post-area {
    box-sizing: border-box;
    width: 90%;
    max-width: 400px;
    padding: 20px;
  }

  .container img {
    width: 100%;
    max-width: 400px;
  }

  .container p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 2px 3px #808080;
    padding: 0;
    margin: 0;
  }

  .overview {
    margin-top: -100px;
    flex-wrap: wrap;
    display: flex;
    background-image: url(../img/overview/overview.png);
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-size: 700px;
    background-position: 0% 22%;
  }

  .guidance-text {
    text-align: center;
    display: block;
    margin: 80px auto 0;
  }

  .overview-img {
    margin-top: -12px;
  }

}

/* ==========================================================================
	園の概要ページ
========================================================================== */
.overview-tit h2 {
  padding: 0.2rem;
  margin-bottom: 0.2rem;
  font-weight: bold;
  text-align: center;
  font-size: 2.0rem;
  font-weight: 900;
  line-height: 30px;
  text-align: center;
  font-family: 'Kiwi Maru', serif;
}

.overview-tit h2 span {
  background: linear-gradient(transparent 60%, #f3cb8f 60%);
  border-radius: 80% 50% 60% 5%/80% 75% 15% 75%;
}

.overview-Philosophy h2 {
  position: relative;
  padding: 1rem 2rem calc(0.5rem + 10px);
  background: #f8ecd8;
  width: 90%;
  text-align: center;
  display: block;
  margin: auto;
  font-size: 2.8rem;
  font-weight: bold;
  font-family: 'Kiwi Maru', serif;
  margin-bottom: 20px;
}

.overview-Philosophy h2:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px solid #5b2c02;
}

.overview-Philosophy p {
  position: relative;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: 'Kiwi Maru', serif;
  margin-top: 20px;
  margin-bottom: 10px;
}


/* .overview-text {
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 12px;
  text-align: center;
  color: #5b2c02;
  text-transform: uppercase;
  font-family: 'Kiwi Maru', serif;
} */


.overview-text {
  text-align: center;
  display: block;
  margin-right: 10%;
  color: #753d01;
  font-weight: bold;
  font-size: 1.6rem;
  font-family: 'Kiwi Maru', serif;
}

.overview-text02 {
  display: table;
  text-align: left;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  list-style: none;
  padding: 0;
  color: #753d01;
  font-size: 1.6rem;
  font-family: 'Kiwi Maru', serif;
}

.overview-text02 li {
  text-align: left;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  list-style: none;
  padding: 0;
  color: #753d01;
  font-size: 1.6rem;
  font-family: 'Kiwi Maru', serif;
}

.box-border-overview {
  position: relative;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border-radius: 17px;
  padding: 56px 50px 50px;
}

.box-border-overview:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 20px;
  background-color: #ed8000;
  border-radius: 3px;
  width: calc(100% - 40px);
  height: 6px;
}

.overview-text03 {
  display: table;
  list-style: none;
  padding: 20px 0 20px 40px;
  color: #753d01;
  font-size: 2.4rem;
  font-weight: 500;
  font-family: 'Kiwi Maru', serif;
}

a.overview-text03.ichigou::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/admission/ico-admission01.png);
}


a.overview-text03.ni-sangou::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/admission/ico-admission02.png);
}

.drawing {
  margin-top: 30px;
}

.drawing h1 {
  position: relative;
  padding: 1rem 2rem calc(0.5rem + 10px);
  background: #edc68c;
  width: 90%;
  text-align: center;
  display: block;
  margin: auto;
  margin-bottom: auto;
  font-size: 2.8rem;
  font-weight: bold;
  font-family: 'Kiwi Maru', serif;
  margin-bottom: 20px;
}

.drawing h1:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px solid #5b2c02;
}

.drawing .img {
  max-width: 350px;
  margin: auto;
}

.philosophy_flower {
  max-width: 600px;
  display: block;
  margin: auto;
}

.philosophy_flower img {
  margin: 20px auto;
}

.Library h1 {
  position: relative;
  padding: 1rem 2rem calc(0.5rem + 10px);
  background: #b9dece;
  width: 90%;
  text-align: center;
  display: block;
  margin: auto;
  margin-bottom: auto;
  font-size: 2.8rem;
  font-weight: bold;
  font-family: 'Kiwi Maru', serif;
  margin-bottom: 20px;
}

.Library h1:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px solid #5b2c02;
}

.Library p {
  position: relative;
  text-align: center;
  font-size: 1.6rem;
  font-family: 'Kiwi Maru', serif;
  margin-top: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #5b2c02;
  padding-bottom: 20px;
  line-height: 1.4em;
}

.Library img {
  width: 80%;
  margin: auto;
  display: block;
}

.kitchen {
  margin-top: 30px;
}

.kitchen h1 {
  position: relative;
  padding: 1rem 2rem calc(0.5rem + 10px);
  background: #b9dece;
  width: 90%;
  text-align: center;
  display: block;
  margin: auto;
  margin-bottom: auto;
  font-size: 2.8rem;
  font-weight: bold;
  font-family: 'Kiwi Maru', serif;
  margin-bottom: 20px;
}


.kitchen h1:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px solid #5b2c02;
}

.kitchen p {
  position: relative;
  text-align: center;
  font-size: 1.6rem;
  font-family: 'Kiwi Maru', serif;
  margin-top: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #5b2c02;
  padding-bottom: 20px;
  line-height: 1.4em;
}

.kitchen img {
  width: 80%;
  margin: auto;
  display: block;
}

@media (max-width: 414px) {

  .philosophy_flower {
    max-width: 100%;
    display: block;
    margin: auto;
  }

  .box-border-overview {
    position: relative;
    box-sizing: border-box;
    background-color: #FFFFFF;
    border-radius: 17px;
    padding: 10px;
  }
}

@media (max-width: 900px) {

  .box-border-overview {
    position: relative;
    box-sizing: border-box;
    background-color: #FFFFFF;
    border-radius: 17px;
    padding: 10px;
    margin-bottom: 100px;
  }
}

.news-flex {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}

.news-flex img {
  width: 40%;
  margin: 20px;
}



@media (max-width: 799px) {
  .news-flex img {
    max-width: 600px;
    width: 100%;
    margin: 20px 0 0;
  }
}

.mail {
  text-align: left;
}

/* ==========================================================================
	お知らせ詳細
========================================================================== */
a.news_link {
  font-weight: 700;
  font-size: 1.2em;
  padding-top: -20px;
  background: linear-gradient(transparent 60%, #8def4d 60%);
  border-radius: 80% 30% 40% 10% / 90% 75% 15% 25%;
}

a.news_link:hover {
  color: #fadf24;
}