/* kodomoen */
@-webkit-keyframes floating-x {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-2%);
            transform: translateX(-2%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes floating-x {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-2%);
            transform: translateX(-2%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes floating-y {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-1%);
            transform: translateY(-1%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes floating-y {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-1%);
            transform: translateY(-1%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fuwafuwa-soft {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  20% {
    -webkit-transform: translate(2px, -8px);
            transform: translate(2px, -8px);
  }
  50% {
    -webkit-transform: translate(-2px, -14px);
            transform: translate(-2px, -14px);
  }
  80% {
    -webkit-transform: translate(2px, -6px);
            transform: translate(2px, -6px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes fuwafuwa-soft {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  20% {
    -webkit-transform: translate(2px, -8px);
            transform: translate(2px, -8px);
  }
  50% {
    -webkit-transform: translate(-2px, -14px);
            transform: translate(-2px, -14px);
  }
  80% {
    -webkit-transform: translate(2px, -6px);
            transform: translate(2px, -6px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes line-slide02 {
  0% {
    background-size: 100% 1px;
    background-position: bottom left;
  }
  50% {
    background-size: 0px 1px;
    background-position: bottom right;
  }
  50.01% {
    background-size: 0px 1px;
    background-position: bottom left;
  }
  100% {
    background-size: 100% 1px;
    background-position: bottom left;
  }
}
@keyframes line-slide02 {
  0% {
    background-size: 100% 1px;
    background-position: bottom left;
  }
  50% {
    background-size: 0px 1px;
    background-position: bottom right;
  }
  50.01% {
    background-size: 0px 1px;
    background-position: bottom left;
  }
  100% {
    background-size: 100% 1px;
    background-position: bottom left;
  }
}
/* common */
/* ------------------------------------ */
.fv_block {
  position: relative;
  margin-top: 170px;
}
@media screen and (max-width: 767px) {
  .fv_block {
    margin-top: 80px;
  }
}
.fv_block .fv_block_top {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.fv_block .fv_search_wrap {
  padding: 30px;
  background: rgba(0, 152, 159, 0.1);
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .fv_block .fv_search_wrap {
    padding: 20px 15px;
  }
}
.fv_block .fv_search_wrap.main_width {
  max-width: 1024px;
}
.fv_block .fv_search_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.fv_block .fv_search_wrap ul li a {
  padding: 8px 43px;
  min-width: 150px;
  background: #FFF;
  border: 1px solid #1C1C1C;
  border-radius: 20px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .fv_block .fv_search_wrap ul li a {
    padding: 4px 22px;
    min-width: 80px;
  }
}
.fv_block .fv_search_wrap .fv_search_head {
  margin-bottom: 20px;
}
.fv_block .fv_search_wrap .fv_search_head ul li a.active, .fv_block .fv_search_wrap .fv_search_head ul li a:hover {
  color: #FFF;
  background: #00989F;
  border: 1px solid #00989F;
}
.fv_block .fv_search_wrap .fv_search_head ul li.yy {
  position: relative;
}
.fv_block .fv_search_wrap .fv_search_head ul li.yy select {
  padding: 8px 43px;
  min-width: 150px;
  height: 100%;
  color: #1C1C1C;
  -webkit-text-fill-color: #1C1C1C;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  background: #FFF;
  border: 1px solid #1C1C1C;
  border-radius: 20px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .fv_block .fv_search_wrap .fv_search_head ul li.yy select {
    padding: 0 22px;
    min-width: 80px;
  }
}
.fv_block .fv_search_wrap .fv_search_head ul li.yy select option {
  color: #1C1C1C;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.fv_block .fv_search_wrap .fv_search_head ul li.yy::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 10px;
  background: url(../img/all-posts/arrow-down.svg) no-repeat 0 0/contain;
  top: calc(50% - 3px);
  right: 25px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .fv_block .fv_search_wrap .fv_search_head ul li.yy::after {
    right: 10px;
  }
}
.fv_block .fv_search_wrap .fv_search_head ul li.yy:hover select {
  color: #FFF;
  background: #00989F;
  border: 1px solid #00989F;
}
.fv_block .fv_search_wrap .fv_search_head ul li.yy:hover::after {
  content: none;
}
.fv_block .fv_search_wrap .fv_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 0;
}
.fv_block .fv_search_wrap .fv_box dl {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFF;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .fv_block .fv_search_wrap .fv_box dl {
    padding: 20px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px 0;
  }
}
.fv_block .fv_search_wrap .fv_box dl dt {
  position: relative;
  padding-left: 20px;
  width: 250px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .fv_block .fv_search_wrap .fv_box dl dt {
    padding-left: 16px;
  }
}
.fv_block .fv_search_wrap .fv_box dl dt::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 100%;
  top: 0;
  left: 0;
}
.fv_block .fv_search_wrap .fv_box dl dt.all::before {
  background: #00989F;
}
.fv_block .fv_search_wrap .fv_box dl dt.garden::before {
  background: #00989F;
}
.fv_block .fv_search_wrap .fv_box dl dt.kohitsuji::before {
  background: #E3DC19;
}
.fv_block .fv_search_wrap .fv_box dl dt.dining::before {
  background: #E86A65;
}
.fv_block .fv_search_wrap .fv_box dl dd {
  width: calc(100% - 250px);
}
@media screen and (max-width: 767px) {
  .fv_block .fv_search_wrap .fv_box dl dd {
    width: 100%;
  }
}
.fv_block .fv_search_wrap .fv_box dl dd ul li a span {
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 20px;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
}
.fv_block .fv_search_wrap .fv_box dl dd ul li a.active span,
.fv_block .fv_search_wrap .fv_box dl dd ul li a:hover span {
  background-position: bottom left;
  background-size: 100% 20px;
}

main {
  padding-bottom: 0 !important;
  border-bottom: 100px solid #EFFAFA;
}

.crumb {
  background: #EFFAFA;
}

#footer .f_top {
  background: #EFFAFA;
}
#footer .f_top img {
  display: block;
}

.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
}
@media screen and (max-width: 767px) {
  .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5px 0;
  }
}
.info .date {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
.info .cat01 {
  position: relative;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
.info .cat01::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #1C1C1C;
  top: 0;
  left: -10px;
}
@media screen and (max-width: 767px) {
  .info .cat01::before {
    content: none;
  }
}

/* all-posts */
/* ------------------------------------ */
.all-posts .sec {
  position: relative;
  padding: 100px 0;
  width: 100%;
  background: #EFFAFA;
}
@media screen and (max-width: 767px) {
  .all-posts .sec {
    padding: 50px 0;
  }
}
.all-posts .search_list_wrap {
  position: relative;
}
.all-posts .search_list_wrap.main_width {
  max-width: 1024px;
}
.all-posts .search_list_wrap .deco_ttlbox02 {
  margin: 0 auto 10px;
}
.all-posts .search_list_wrap .h2box {
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  .all-posts .search_list_wrap .h2box {
    margin: 0 auto 30px;
  }
}
.all-posts .search_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .all-posts .search_list {
    gap: 25px;
  }
}
.all-posts .search_list .postbox {
  width: 33.3333333333%;
  max-width: 308px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .all-posts .search_list .postbox {
    width: 46%;
    gap: 5px 0;
  }
}
.all-posts .search_list .postbox figure {
  width: 100%;
  background: #FFF;
  border-radius: 80px 80px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .all-posts .search_list .postbox figure {
    border-radius: 40px 40px 0 0;
  }
}
.all-posts .search_list .postbox figure img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.all-posts .search_list .postbox .txt {
  position: relative;
  padding: 20px 20px 30px;
  background: #FFF;
  border-radius: 0 0 80px 80px;
  color: #1C1C1C !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 0;
}
@media screen and (max-width: 767px) {
  .all-posts .search_list .postbox .txt {
    padding: 10px 10px 15px;
    border-radius: 0 0 40px 40px;
  }
}
.all-posts .search_list .postbox .txt::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: url(../img/all-posts/line_dot.png) repeat-x 0 0;
  bottom: 10px;
  left: 0;
}
.all-posts .search_list .postbox .txt .sttl {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .all-posts .search_list .postbox .txt .sttl {
    font-size: 1.8rem;
  }
}
.all-posts .search_list .postbox .txt .link span {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  display: inline-block;
}
.all-posts .search_list .postbox .txt .link span::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 7px;
  background: url(../img/common/arrow-01.svg) no-repeat 0 0/contain;
  -webkit-filter: brightness(0) saturate(100%) invert(5%) sepia(5%) saturate(12%) hue-rotate(358deg) brightness(102%) contrast(87%);
          filter: brightness(0) saturate(100%) invert(5%) sepia(5%) saturate(12%) hue-rotate(358deg) brightness(102%) contrast(87%);
  top: 0.4em;
  right: -20px;
}
.all-posts .search_list .postbox:hover figure img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.all-posts .search_list .postbox:hover .txt {
  opacity: 0.7;
}

/* single-all-posts */
/* ------------------------------------ */
.single-all-posts .main_width {
  max-width: 1024px !important;
}
.single-all-posts .sec {
  position: relative;
  padding: 0;
  width: 100%;
  background: none;
  background: #EFFAFA;
}
.single-all-posts .sec::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  background: url(../img/all-posts/sec-bg.png) no-repeat 0 0/100% auto;
  top: 0;
  left: 0;
  z-index: 2;
}
.single-all-posts .postbox_wrap {
  position: relative;
  z-index: 3;
}
.single-all-posts .postbox .post_head {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 30px;
}
.single-all-posts .postbox .post_head::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: repeating-linear-gradient(to right, #646464 0 1px, transparent 4px 5px);
}
.single-all-posts .postbox .post_head .sttl {
  margin-top: 30px;
  font-size: 3.2rem;
  letter-spacing: 0.12em;
  line-height: 1;
}
.single-all-posts .postbox .mfig {
  margin: 0 auto 50px;
  width: 100%;
  max-width: 820px;
}
.single-all-posts .postbox .post_body {
  padding: 50px 100px;
  background: #FFF;
  border-radius: 80px;
}
@media screen and (max-width: 480px) {
  .single-all-posts .postbox .post_body {
    padding: 25px;
    border-radius: 40px;
  }
}
.single-all-posts .postbox .post_body h2 {
  position: relative;
  margin-top: 50px;
  margin-bottom: 30px;
  padding-left: 30px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .single-all-posts .postbox .post_body h2 {
    margin-top: 25px;
    padding-left: 16px;
  }
}
.single-all-posts .postbox .post_body h2:first-of-type {
  margin-top: 0;
}
.single-all-posts .postbox .post_body h2::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 100%;
  top: 0;
  left: 0;
  background: #C0E4EA;
}
.single-all-posts .postbox .post_body.news h2::before {
  background: #FFD9E8;
}
.single-all-posts .postbox .post_body.others h2::before {
  background: #E8CDB1;
}
.single-all-posts .postbox .post_body.lunch h2::before {
  background: #FFDE00;
}
.single-all-posts .postbox .post_body.daily h2::before {
  background: #B2E595;
}
.single-all-posts .postbox .post_body p {
  line-height: 2;
}
.single-all-posts .page-numbers_wrap {
  margin: 100px 0 0 0;
  gap: 0 60px;
}
@media screen and (max-width: 767px) {
  .single-all-posts .page-numbers_wrap {
    gap: 0 30px;
  }
}