@charset "UTF-8";
footer .list-block ul a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  color: var(--maincolor);
  text-decoration: none;
}
footer .list-block ul a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--maincolor);
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.8, 0.61, 0.355, 1) 0.4s;
  content: "";
}
footer .list-block ul a:hover:after {
  transform: translate(0, 0);
}

header .menu {
  z-index: 1;
}
header .menu .home,
header .menu .introduction,
header .menu .introduction02,
header .menu .initiatives,
header .menu .kokokara-nursery,
header .menu .developmental,
header .menu .info,
header .menu .recruit,
header .menu .temple {
  position: relative;
}
header .menu .home a,
header .menu .introduction a,
header .menu .introduction02 a,
header .menu .initiatives a,
header .menu .kokokara-nursery a,
header .menu .developmental a,
header .menu .info a,
header .menu .recruit a,
header .menu .temple a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  color: var(--maincolor);
  text-decoration: none;
}
header .menu .home a:after,
header .menu .introduction a:after,
header .menu .introduction02 a:after,
header .menu .initiatives a:after,
header .menu .kokokara-nursery a:after,
header .menu .developmental a:after,
header .menu .info a:after,
header .menu .recruit a:after,
header .menu .temple a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--maincolor);
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.8, 0.61, 0.355, 1) 0.4s;
  content: "";
}
header .menu .home a:hover:after,
header .menu .introduction a:hover:after,
header .menu .introduction02 a:hover:after,
header .menu .initiatives a:hover:after,
header .menu .kokokara-nursery a:hover:after,
header .menu .developmental a:hover:after,
header .menu .info a:hover:after,
header .menu .recruit a:hover:after,
header .menu .temple a:hover:after {
  transform: translate(0, 0);
}
header .menu .home .list,
header .menu .introduction .list,
header .menu .introduction02 .list,
header .menu .initiatives .list,
header .menu .kokokara-nursery .list,
header .menu .developmental .list,
header .menu .info .list,
header .menu .recruit .list,
header .menu .temple .list {
  list-style: none;
  padding: 0px 20px;
  font-size: 14px;
}
header .menu .home .list:hover a,
header .menu .introduction .list:hover a,
header .menu .introduction02 .list:hover a,
header .menu .initiatives .list:hover a,
header .menu .kokokara-nursery .list:hover a,
header .menu .developmental .list:hover a,
header .menu .info .list:hover a,
header .menu .recruit .list:hover a,
header .menu .temple .list:hover a {
  text-decoration: none;
}
header .menu .home ul,
header .menu .introduction ul,
header .menu .introduction02 ul,
header .menu .initiatives ul,
header .menu .kokokara-nursery ul,
header .menu .developmental ul,
header .menu .info ul,
header .menu .recruit ul,
header .menu .temple ul {
  display: none;
}
header .menu .home ul li,
header .menu .introduction ul li,
header .menu .introduction02 ul li,
header .menu .initiatives ul li,
header .menu .kokokara-nursery ul li,
header .menu .developmental ul li,
header .menu .info ul li,
header .menu .recruit ul li,
header .menu .temple ul li {
  margin-top: 10px;
}
header .menu .home ul a,
header .menu .introduction ul a,
header .menu .introduction02 ul a,
header .menu .initiatives ul a,
header .menu .kokokara-nursery ul a,
header .menu .developmental ul a,
header .menu .info ul a,
header .menu .recruit ul a,
header .menu .temple ul a {
  display: inline-block;
  position: relative;
  color: var(--maincolor);
  text-decoration: none;
}
header .menu .home ul a:after,
header .menu .introduction ul a:after,
header .menu .introduction02 ul a:after,
header .menu .initiatives ul a:after,
header .menu .kokokara-nursery ul a:after,
header .menu .developmental ul a:after,
header .menu .info ul a:after,
header .menu .recruit ul a:after,
header .menu .temple ul a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--maincolor);
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.8, 0.61, 0.355, 1) 0.4s;
  content: "";
}
header .menu .home ul a:hover:after,
header .menu .introduction ul a:hover:after,
header .menu .introduction02 ul a:hover:after,
header .menu .initiatives ul a:hover:after,
header .menu .kokokara-nursery ul a:hover:after,
header .menu .developmental ul a:hover:after,
header .menu .info ul a:hover:after,
header .menu .recruit ul a:hover:after,
header .menu .temple ul a:hover:after {
  transform: translate(0, 0);
}
header .menu .home:hover ul,
header .menu .introduction:hover ul,
header .menu .introduction02:hover ul,
header .menu .initiatives:hover ul,
header .menu .kokokara-nursery:hover ul,
header .menu .developmental:hover ul,
header .menu .info:hover ul,
header .menu .recruit:hover ul,
header .menu .temple:hover ul {
  display: block;
  position: absolute;
  top: 25px;
  padding: 0px;
  margin: 0;
  width: auto;
  height: auto;
  background-color: #fff;
  color: #474b42;
  box-shadow: 2px 2px 8px #95949a;
}
header .menu .introduction:hover ul {
  height: 240px;
  width: 200px;
}
header .menu .introduction02:hover ul {
  height: 200px;
  width: 200px;
}
header .menu .initiatives:hover ul {
  width: 220px;
  height: 165px;
}
header .menu .kokokara-nursery:hover ul {
  width: 220px;
  height: 155px;
}
header .menu .developmental:hover ul {
  width: 180px;
  height: 80px;
}
header .menu .info:hover ul {
  width: 150px;
  height: 80px;
}
header .menu .recruit:hover ul {
  width: 180px;
  height: 160px;
}
header .menu .temple:hover ul {
  width: 150px;
  height: 50px;
}

:root {
  --maincolor: #444;
  --subcolor: #838075;
}

html {
  overflow: scroll;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  -o-object-fit: contain;
     object-fit: contain;
  color: var(--maincolor);
}
body p {
  line-height: 30px;
  text-align: justify;
}

header {
  display: flex;
  padding-top: 30px;
  justify-content: space-between;
  align-items: center;
  width: 1150px;
  margin: 0 auto;
}
header .logo {
  width: 100px;
  margin-right: 20px;
}
header .logo img {
  width: 100%;
}
header > ul {
  width: 87%;
  display: flex;
  justify-content: space-around;
  padding: 0;
  margin-bottom: 0;
  margin: 0 auto;
}
header > ul > li {
  width: auto;
  list-style: none;
  font-size: 15px;
}
header > ul > li a {
  color: var(--maincolor);
}
header .btn {
  display: flex;
}
header .btn a {
  color: #fff;
  background-color: var(--subcolor);
  padding: 10px;
  border-radius: 30px;
  font-size: 13px;
  margin: 0 0 0 8px;
  transition: 0.6s;
}
header .btn a:hover {
  color: #fff;
  background: var(--maincolor);
}
header .Instagram img {
  margin-top: 30px;
  margin-left: 20px;
}

#main {
  width: 1150px;
  margin: 0 auto;
}
#main .main-block {
  display: flex;
  justify-content: center;
  margin-top: 70px;
  margin-bottom: 90px;
}
#main .main-block h1 {
  font-size: 27px;
  text-align: center;
  font-family: "Noto Sans JP", serif;
}
#main .main-block .sub02 {
  font-size: 27px;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
}
#main .main-block .main-i {
  margin-left: 15px;
  margin-top: -10px;
}
#main .main-im {
  border-radius: 15px;
  width: 100%;
  height: 504px;
  -o-object-fit: cover;
     object-fit: cover;
}

#map {
  margin-top: 130px;
}
#map .text {
  width: 90%;
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  padding-bottom: 10px;
}
#map .text p {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 3px;
}

.sen {
  padding-top: 110px;
  width: 1150px;
  border-bottom: 1px solid var(--maincolor);
  margin: 0 auto;
}

footer .foo-block-- {
  display: flex;
  width: 1150px;
  height: 500px;
  margin: 0 auto;
  margin-top: 91px;
}
footer .foo-block-- .foo-box {
  display: flex;
  align-items: flex-end;
}
footer .foo-block-- .foo-box .foo-rogo img {
  width: 99px;
  height: 102px;
  -o-object-fit: cover;
     object-fit: cover;
}
footer .foo-block-- .foo-box .foo-bt {
  width: 190px;
  height: auto;
  border: 1.5px solid var(--maincolor);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  margin-left: 25px;
}
footer .foo-block-- .foo-box .foo-bt a {
  width: 100%;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  text-decoration: none;
  font-size: 14px;
  color: var(--maincolor);
  transition: 0.6s;
}
footer .foo-block-- .foo-box .foo-bt a:hover {
  color: #fff;
  background: var(--maincolor);
  transition: 0.6s;
}
footer .foo-block-- .foo-text {
  position: relative;
}
footer .foo-block-- .foo-text p a {
  color: var(--maincolor);
}
footer .foo-block-- .foo-text .foo-text-box {
  margin-top: 30px;
  margin-left: 10px;
}
footer .foo-block-- .foo-text .foo-text-box h1 {
  font-size: 9px;
  letter-spacing: 2px;
  padding-left: 25px;
}
footer .foo-block-- .foo-text .foo-text-box h2 {
  font-size: 25px;
  letter-spacing: 4px;
}
footer .foo-block-- .foo-text .foo-text-box p {
  font-size: 14px;
}
footer .foo-block-- .foo-text .flower2 {
  position: absolute;
  bottom: -80px;
  right: 100px;
}
footer .foo-block-- .foo-text .bird2 {
  position: absolute;
  right: 45px;
  bottom: -100px;
}
footer .foo-block-- .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .foo-block-- .list .list-block {
  margin-left: 15px;
}
footer .foo-block-- .list .list-block h5 {
  font-size: 14px;
  border-bottom: 1px solid var(--maincolor);
  padding-bottom: 2px;
}
footer .foo-block-- .list .list-block h5 a {
  color: var(--maincolor);
}
footer .foo-block-- .list .list-block h5 :hover {
  text-decoration: none;
}
footer .foo-block-- .list .list-block ul {
  list-style: none;
  padding-left: 15px;
}
footer .foo-block-- .list .list-block ul li {
  font-size: 12px;
}
footer .foo-block-- .list .list-block ul li a {
  color: var(--maincolor);
}
footer .name {
  text-align: center;
  align-items: flex-end;
  font-size: 10pt;
  margin-bottom: 20px;
}

/*ローディングアニメーション*/
#loading {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  background-color: rgb(255, 255, 255);
  z-index: 999999;
  opacity: 1;
  transition: 1s;
}
#loading .loading_box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
#loading .loading_box .loader {
  font-size: clamp(0.75rem, 0.7rem + 0.25vw, 1rem);
  font-weight: 700;
  margin-top: 10px;
  margin-left: 30px;
  letter-spacing: 0.2em;
  text-align: center;
  color: var(--subcolor);
}
#loading .loading_box .loader span {
  display: inline-block;
}

/*========= ページトップのためのCSS ===============*/
/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(150px);
}

/*　上に上がる動き　*/
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(150px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(150px);
  }
}
/*画像の切り替えと動き*/
#page-top a {
  /*aタグの形状*/
  display: block;
  width: 100px;
  height: 100px;
  color: var(--subcolor);
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 2px;
  background: url("../../images/PAGETOP.png") no-repeat center;
  background-size: 50%;
}

#page-top.floatAnime a {
  width: 100px;
  height: 100px;
  background: url("../../images/PAGETOP2.png") no-repeat center;
  background-size: 90%;
  /*アニメーションの指定*/
  animation: floatAnime 2s linear infinite;
  opacity: 0;
}

@keyframes floatAnime {
  0% {
    transform: translateX(0);
    opacity: 0;
  }
  25% {
    transform: translateX(-6px);
    opacity: 1;
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(6px);
    opacity: 1;
  }
}
/*Page Topと書かれたテキストの位置*/
#page-top span {
  position: absolute;
  bottom: -10px;
  right: 10px;
  color: var(--subcolor);
}

.humb-menu {
  width: 100%;
}

#gnav-btn {
  color: gray;
  padding: 10px;
  font-size: 30px;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 100;
  width: 50px;
  height: 50px;
  border-top: none;
  display: none;
}

#gnav-input:checked ~ #gnav-content {
  top: 0;
}

#gnav-content {
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 10;
  transition: 0.6s;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  overflow-y: scroll;
}

.humb-menu__title {
  padding: 2.5rem;
}

.humb-menu label {
  display: flex;
  justify-content: space-between;
  padding: 0.7rem;
  cursor: pointer;
  border-top: 0.5px solid #c7c5c5;
}
.humb-menu label p a {
  color: var(--maincolor);
  text-decoration: none;
  position: relative;
  display: inline-block;
  position: relative;
}
.humb-menu label p a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #333;
  transition: 0.3s;
}
.humb-menu label p a:hover::after {
  width: 100%;
}

.humb-menu input {
  display: none;
}

.humb-menu .accshow {
  height: 0;
  overflow: hidden;
}
.humb-menu .accshow p a {
  color: var(--maincolor);
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.humb-menu .accshow p a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #333;
  transition: 0.3s;
}
.humb-menu .accshow p a:hover::after {
  width: 100%;
}
.humb-menu .accshow .last {
  margin-bottom: 30px;
}

.humb-menu .accshow p {
  padding: 0.5rem 0 0rem 1rem;
}

.humb-menu .cssacc:checked + .accshow {
  height: auto;
}

/*タブ*/
.notice {
  margin: 250px auto 100px auto;
  width: 1150px;
  /*tabの形状*/
  /*liにactiveクラスがついた時の形状*/
  /*エリアの表示非表示と形状*/
  /*areaにis-activeというクラスがついた時の形状*/
}
.notice .tab {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  border-bottom: 2px solid #aaa;
  position: relative;
  padding: 0 20px;
}
.notice .tab :hover {
  text-decoration: none;
}
.notice .tab li {
  position: relative;
  z-index: 1;
  bottom: -2px;
}
.notice .tab li a {
  display: block;
  background-color: #aaa;
  border-radius: 10px 10px 0 0;
  margin: 0 2px;
  padding: 15px 50px;
  color: #fff;
  width: 270px;
  text-align: center;
}
.notice #tab1 {
  text-align: left;
}
.notice #tab1 .tab1-box {
  width: 90%;
}
.notice #tab2 {
  text-align: left;
}
.notice #tab2 .tab2-box {
  width: 90%;
}
.notice #tab3 {
  text-align: left;
}
.notice #tab3 .tab3-box {
  width: 90%;
}
.notice #tab4 {
  text-align: left;
}
.notice #tab4 .tab4-box {
  width: 90%;
}
.notice .tab li.active a {
  background: #fff;
  color: var(--maincolor);
  font-weight: 700;
  border-left: 2px solid #aaa;
  border-top: 2px solid #aaa;
  border-right: 2px solid #aaa;
  border-bottom: 2px solid #ffffff;
}
.notice .area {
  display: none;
  /*はじめは非表示*/
  opacity: 0;
  /*透過0*/
  background: #fff;
  padding: 50px 20px;
}
.notice .area.is-active {
  display: block;
  /*表示*/
  animation-name: displayAnime;
  /*ふわっと表示させるためのアニメーション*/
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.notice #important {
  width: 1150px;
  height: auto;
  margin: 0 auto;
  justify-content: center;
  margin-top: 80px;
}
.notice #important .headline {
  display: flex;
  text-align: center;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 20px;
  position: relative;
}
.notice #important .headline::after {
  content: "";
  position: absolute;
  background-color: #FFFAEC;
  width: 700px;
  height: 400px;
  top: 0px;
  left: 0px;
  z-index: -1;
}
.notice #important .headline h4 {
  font-size: 37px;
}
.notice #important .headline h6 {
  font-size: 18px;
}
.notice #important .headline img {
  margin-top: 10px;
  margin-left: 20px;
}
.notice #important .important_block01 {
  display: flex;
  width: 100%;
  margin: 30px auto 0;
  justify-content: center;
}
.notice #important .important_block01 .important_block01_text {
  width: 40%;
}
.notice #important .important_block01 .important_block01_text h5 {
  text-align: center;
  font-size: 20px;
  margin-top: 15px;
}
.notice #important .important_block01 .important_block01_text p {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 45px;
  text-align: justify;
  line-height: 30px;
}
.notice #important .important_block01 .imagePH01 {
  width: 40%;
  margin-left: 35px;
}
.notice #important .important_block01 .imagePH01 img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.notice #important .important_block02 {
  display: flex;
  width: 100%;
  margin: 0px auto 0;
  justify-content: center;
}
.notice #important .important_block02 .important_block02_text {
  width: 40%;
}
.notice #important .important_block02 .important_block02_text h5 {
  text-align: center;
  font-size: 20px;
  margin-top: 35px;
}
.notice #important .important_block02 .important_block02_text p {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 45px;
  text-align: justify;
  line-height: 30px;
}
.notice #important .important_block02 .imagePH02 {
  width: 40%;
  margin-right: 35px;
  margin-top: 30px;
}
.notice #important .important_block02 .imagePH02 img {
  width: 100%;
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
}
.notice #attempt {
  width: 1150px;
  margin: 0 auto;
  justify-content: center;
  margin-top: 80px;
  padding-bottom: 80px;
  background-color: #FFFAEC;
  position: relative;
}
.notice #attempt::before {
  content: url(../../images/heading.png);
  position: absolute;
  top: -28px;
  left: -25px;
}
.notice #attempt .headline {
  display: flex;
  text-align: center;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 20px;
}
.notice #attempt .headline h4 {
  font-size: 37px;
}
.notice #attempt .headline h6 {
  font-size: 18px;
}
.notice #attempt .headline img {
  margin-top: 10px;
  margin-left: 20px;
}
.notice #attempt h5 {
  text-align: center;
  font-size: 20px;
  margin-top: 35px;
}
.notice #attempt p {
  width: 750px;
  margin: 0 auto;
  padding-top: 20px;
  text-align: justify;
  line-height: 30px;
}
.notice #attempt .imagePH {
  display: flex;
  justify-content: space-between;
  width: 800px;
  margin: 30px auto 0;
}
.notice #attempt .imagePH .imagePH01 img {
  width: 450px;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
.notice #attempt .imagePH .imagePH02 img {
  width: 300px;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
.notice #special {
  width: 1150px;
  margin: 0 auto;
  justify-content: center;
  margin-top: 80px;
}
.notice #special .headline {
  display: flex;
  text-align: center;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 20px;
}
.notice #special .headline h4 {
  font-size: 37px;
}
.notice #special .headline h6 {
  font-size: 18px;
}
.notice #special .headline img {
  margin-top: 10px;
  margin-left: 20px;
}
.notice #special .special_block {
  display: flex;
  align-items: center;
  justify-content: center;
}
.notice #special .special_block__text {
  width: 500px;
}
.notice #special .special_block__text h5 {
  text-align: center;
  font-size: 20px;
  margin-top: 55px;
}
.notice #special .special_block__text p {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 45px;
  text-align: justify;
}
.notice #special .special_block .imagePH {
  width: 500px;
  margin-left: 50px;
}
.notice #special .special_block .imagePH .imagePH_01 {
  display: flex;
  margin-bottom: 20px;
}
.notice #special .special_block .imagePH .imagePH_01 .imagePH_01_01 {
  width: 300px;
  margin-right: 20px;
}
.notice #special .special_block .imagePH .imagePH_01 .imagePH_01_01 img {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
}
.notice #special .special_block .imagePH .imagePH_01 .imagePH_01_02 {
  width: 200px;
}
.notice #special .special_block .imagePH .imagePH_01 .imagePH_01_02 img {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
}
.notice #special .special_block .imagePH .imagePH_02 {
  display: flex;
}
.notice #special .special_block .imagePH .imagePH_02 .imagePH_02_01 {
  width: 230px;
  margin-right: 20px;
}
.notice #special .special_block .imagePH .imagePH_02 .imagePH_02_01 img {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
}
.notice #special .special_block .imagePH .imagePH_02 .imagePH_02_02 {
  width: 270px;
}
.notice #special .special_block .imagePH .imagePH_02 .imagePH_02_02 img {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
}
.notice #special .special_block02 {
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: center;
  margin: 40px 0 0 0;
}
.notice #special .special_block02 ul {
  list-style: none;
  margin: 20px 0 0px;
  padding: 0 0 0px 60px;
}
.notice #special .special_block02 ul li {
  width: 250px;
  height: 150px;
  padding: 0 0 20px;
  margin: 0 0 18px;
}
.notice #special .special_block02 ul li img {
  height: 150px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.notice #special .special_block02 table {
  width: 750px;
  height: 320px;
  margin: 30px auto;
}
.notice #special .special_block02 table th {
  text-align: center;
  border-bottom: 1px solid;
  width: 30%;
  padding: 40px 0px;
}
.notice #special .special_block02 table th span {
  font-size: 13px;
}
.notice #special .special_block02 table td {
  padding: 40px;
  border-bottom: 1px solid var(--maincolor);
  text-align: justify;
}
.notice #special .special_p {
  width: 750px;
  margin: 0 0 0 auto;
  padding-right: 90px;
}
.notice #gallery {
  width: 1150px;
  margin: 0 auto;
  justify-content: center;
  margin-top: 80px;
}
.notice #gallery .headline {
  display: flex;
  text-align: center;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 20px;
}
.notice #gallery .headline h4 {
  font-size: 37px;
}
.notice #gallery .headline h6 {
  font-size: 18px;
}
.notice #gallery .headline img {
  margin-top: 10px;
  margin-left: 20px;
}
.notice #gallery .gal-i {
  display: flex;
  justify-content: space-around;
  width: 1000px;
  margin: 0 auto;
}
.notice #gallery .gal-i img {
  width: 240px;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 65px;
}
.notice #dietary {
  width: 1150px;
  margin: 0 auto;
  justify-content: center;
  margin-top: 80px;
}
.notice #dietary .headline {
  display: flex;
  text-align: center;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 20px;
  position: relative;
}
.notice #dietary .headline::after {
  content: "";
  position: absolute;
  background-color: #FFFAEC;
  width: 700px;
  height: 400px;
  top: 0px;
  left: 0px;
  z-index: -1;
}
.notice #dietary .headline h4 {
  font-size: 37px;
}
.notice #dietary .headline h6 {
  font-size: 18px;
}
.notice #dietary .headline img {
  margin-top: 10px;
  margin-left: 20px;
}
.notice #dietary .dietary_block {
  display: flex;
  width: 100%;
  margin: 30px auto 0;
  justify-content: center;
  align-items: center;
}
.notice #dietary .dietary_block .dietary_block_text {
  width: 40%;
}
.notice #dietary .dietary_block .dietary_block_text h5 {
  text-align: center;
  font-size: 20px;
  margin-top: 35px;
}
.notice #dietary .dietary_block .dietary_block_text .dietary_text {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 45px;
  text-align: justify;
  letter-spacing: -1;
}
.notice #dietary .dietary_block .imagePH {
  width: 40%;
  margin-left: 35px;
  margin-top: 0;
}
.notice #dietary .dietary_block .imagePH img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.notice #dietary ul {
  display: flex;
  width: 950px;
  margin: 0 auto;
  justify-content: space-around;
  padding-top: 50px;
  padding-left: 0;
}
.notice #dietary ul li {
  list-style: none;
  text-align: center;
  background-color: var(--subcolor);
  border-radius: 100px;
  color: #fff;
  padding: 30px;
  width: 180px;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.notice #dietary ul li p {
  color: #fff;
  margin-bottom: 0;
  text-align: center;
}
.notice #dietary ul .dietary_li_img {
  background-color: #fff;
  width: 200px;
  padding: 0;
}
.notice #dietary ul .dietary_li_img img {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.notice #dietary .imagePH__01 {
  width: 60%;
  margin: 50px auto 0;
}
.notice #dietary .imagePH__01 img {
  width: 100%;
  height: 358px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
  margin: 0 auto;
  -o-object-position: 50% 20%;
     object-position: 50% 20%;
}
.notice #dietary .di-box1 {
  width: 950px;
  margin: 0 auto;
  margin-top: 95px;
  margin-bottom: 20px;
}
.notice #dietary .di-box1 h6 {
  font-size: 18px;
  display: flex;
  align-items: center;
}
.notice #dietary .di-box1 h6:after {
  border-top: 1px solid;
  content: "";
  flex-grow: 1;
}
.notice #dietary .di-box1 h6:after {
  margin-left: 1rem;
}
.notice #dietary .di-block02,
.notice #dietary .di-block03 {
  display: flex;
  width: 950px;
  margin: 0 auto;
  justify-content: space-around;
  color: var(--maincolor);
}
.notice #dietary .di-block02 .di-box01,
.notice #dietary .di-block02 .di-box02,
.notice #dietary .di-block02 .di-box03,
.notice #dietary .di-block03 .di-box01,
.notice #dietary .di-block03 .di-box02,
.notice #dietary .di-block03 .di-box03 {
  width: 270px;
  height: 200px;
}
.notice #dietary .di-block02 .di-box01 h3,
.notice #dietary .di-block02 .di-box02 h3,
.notice #dietary .di-block02 .di-box03 h3,
.notice #dietary .di-block03 .di-box01 h3,
.notice #dietary .di-block03 .di-box02 h3,
.notice #dietary .di-block03 .di-box03 h3 {
  font-size: 17px;
  text-align: center;
  height: auto;
  margin-top: -5px;
  margin-bottom: 20px;
}
.notice #dietary .di-block02 .di-box01 p,
.notice #dietary .di-block02 .di-box02 p,
.notice #dietary .di-block02 .di-box03 p,
.notice #dietary .di-block03 .di-box01 p,
.notice #dietary .di-block03 .di-box02 p,
.notice #dietary .di-block03 .di-box03 p {
  width: 95%;
  margin: 0 auto;
  line-height: 25px;
  text-align: justify;
  letter-spacing: -1px;
}
.notice #dietary .di-block02 .di-box01 .di_img01,
.notice #dietary .di-block02 .di-box01 .di_img02,
.notice #dietary .di-block02 .di-box01 .di_img03,
.notice #dietary .di-block02 .di-box02 .di_img01,
.notice #dietary .di-block02 .di-box02 .di_img02,
.notice #dietary .di-block02 .di-box02 .di_img03,
.notice #dietary .di-block02 .di-box03 .di_img01,
.notice #dietary .di-block02 .di-box03 .di_img02,
.notice #dietary .di-block02 .di-box03 .di_img03,
.notice #dietary .di-block03 .di-box01 .di_img01,
.notice #dietary .di-block03 .di-box01 .di_img02,
.notice #dietary .di-block03 .di-box01 .di_img03,
.notice #dietary .di-block03 .di-box02 .di_img01,
.notice #dietary .di-block03 .di-box02 .di_img02,
.notice #dietary .di-block03 .di-box02 .di_img03,
.notice #dietary .di-block03 .di-box03 .di_img01,
.notice #dietary .di-block03 .di-box03 .di_img02,
.notice #dietary .di-block03 .di-box03 .di_img03 {
  text-align: center;
  margin: 10px 0 30px 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.notice #dietary .di-block02 .di-box01 .di_img01 img,
.notice #dietary .di-block02 .di-box01 .di_img02 img,
.notice #dietary .di-block02 .di-box01 .di_img03 img,
.notice #dietary .di-block02 .di-box02 .di_img01 img,
.notice #dietary .di-block02 .di-box02 .di_img02 img,
.notice #dietary .di-block02 .di-box02 .di_img03 img,
.notice #dietary .di-block02 .di-box03 .di_img01 img,
.notice #dietary .di-block02 .di-box03 .di_img02 img,
.notice #dietary .di-block02 .di-box03 .di_img03 img,
.notice #dietary .di-block03 .di-box01 .di_img01 img,
.notice #dietary .di-block03 .di-box01 .di_img02 img,
.notice #dietary .di-block03 .di-box01 .di_img03 img,
.notice #dietary .di-block03 .di-box02 .di_img01 img,
.notice #dietary .di-block03 .di-box02 .di_img02 img,
.notice #dietary .di-block03 .di-box02 .di_img03 img,
.notice #dietary .di-block03 .di-box03 .di_img01 img,
.notice #dietary .di-block03 .di-box03 .di_img02 img,
.notice #dietary .di-block03 .di-box03 .di_img03 img {
  width: 100%;
}
.notice #dietary .di-block03 {
  margin-top: 170px;
}
.notice #lunch {
  width: 1150px;
  margin: 80px auto;
  justify-content: center;
  background-color: #FFFAEC;
  padding-bottom: 40px;
  position: relative;
}
.notice #lunch::before {
  content: url(../../images/heading.png);
  position: absolute;
  top: -28px;
  left: -25px;
}
.notice #lunch .headline {
  display: flex;
  text-align: center;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 20px;
}
.notice #lunch .headline h4 {
  font-size: 37px;
}
.notice #lunch .headline h6 {
  font-size: 18px;
}
.notice #lunch .headline img {
  margin-top: 10px;
  margin-left: 20px;
}
.notice #lunch .lunch_block {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  align-items: center;
}
.notice #lunch .lunch_block .lunch_block_text {
  width: 45%;
}
.notice #lunch .lunch_block .lunch_block_text h5 {
  text-align: center;
  font-size: 20px;
  margin-top: 35px;
}
.notice #lunch .lunch_block .lunch_block_text p {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 45px;
  text-align: justify;
}
.notice #lunch .lunch_block .lunch_block_text .lu-bt {
  width: 230px;
  height: auto;
  border: 1.5px solid var(--maincolor);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  margin: 0 auto;
}
.notice #lunch .lunch_block .lunch_block_text .lu-bt a {
  width: 100%;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  text-decoration: none;
  font-size: 15px;
  color: var(--maincolor);
  transition: 0.6s;
}
.notice #lunch .lunch_block .lunch_block_text .lu-bt a:hover {
  color: #fff;
  background: var(--maincolor);
  transition: 0.6s;
}
.notice #lunch .lunch_block .lunch_block_img {
  width: 300px;
  margin-left: 35px;
  margin-top: 0;
}
.notice #lunch .lunch_block .lunch_block_img img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.notice #lunch .lu-border {
  width: 750px;
  display: flex;
  margin: 0 auto;
  margin-top: 75px;
  align-items: center;
  justify-content: center;
}
.notice #lunch .lu-border::before, .notice #lunch .lu-border::after {
  content: "";
  flex-grow: 1;
  border-top: 1px solid black;
}
.notice #lunch .lu-border:before {
  margin-right: 1rem;
}
.notice #lunch .lu-border:after {
  margin-left: 1rem;
}
.notice #lunch ul {
  width: 600px;
  margin: 0 auto;
  margin-top: 20px;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  justify-content: center;
  padding: 0;
}
.notice #lunch ul li {
  border: 1px solid;
}
.notice #lunch ul li a {
  width: 100%;
  padding: 10px 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  text-decoration: none;
  font-size: 15px;
  color: var(--maincolor);
  transition: 0.6s;
}
.notice #lunch ul li a:hover {
  color: #fff;
  background: var(--maincolor);
  transition: 0.6s;
}
.notice #lunch .lu-box {
  display: flex;
  width: 850px;
  margin: 0 auto;
  margin-top: 50px;
  justify-content: center;
}
.notice #lunch .lu-box .lu-i {
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0;
  width: 100%;
}
.notice #lunch .lu-box .lu-i li {
  width: 100%;
  border: 0px;
}
.notice #lunch .lu-box .lu-i li img {
  width: 100%;
}
.notice #lunch .Instagram-bt {
  border: 1px solid;
  width: 400px;
  margin: 50px auto;
  padding: 10px;
}
.notice #lunch .Instagram-bt a {
  border: 1px solid;
  width: 100%;
  padding: 15px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  text-decoration: none;
  font-size: 17px;
  color: var(--maincolor);
  transition: 0.6s;
  text-align: center;
}
.notice #lunch .Instagram-bt a:hover {
  color: #fff;
  background: var(--maincolor);
  transition: 0.6s;
}/*# sourceMappingURL=initiatives.css.map */