@charset "UTF-8";
/*--------
__
-----------------------------------------------*/
.kmn_body {
  background-color: #FBFAF4;
}

.kmn_header__movie {
  position: relative;
  height: 85vh;
  max-height: 900px;
  height: min(85vh, 900px);
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .kmn_header__movie {
    height: 65vh;
  }
}
.kmn_header__movie::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}
.kmn_header__movie .hero_movie {
  z-index: -2;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translateY(-50%);
}
.kmn_header__movie .yata_logo {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 20px;
  width: 80px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .kmn_header__movie .yata_logo {
    width: 15vw;
    max-width: 80px;
    width: min(15vw, 80px);
    bottom: 4vw;
    left: 4vw;
  }
}
.kmn_header__movie .yata_logo img {
  max-width: 100%;
  height: auto;
  display: block;
}

.kmn_header__movieLogo {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 480px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1100px) {
  .kmn_header__movieLogo {
    width: 65vw;
    max-width: 400px;
    width: min(65vw, 400px);
    /* 第2引数がmax-widthの値 */
  }
}
.kmn_header__movieLogo img {
  width: 100%;
  height: auto;
  display: block;
}

.kmn_head {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 5;
  height: 100px;
  background-color: rgba(251, 250, 244, 0.85);
}
@media screen and (max-width: 600px) {
  .kmn_head {
    height: 70px;
  }
}
.kmn_head.kumano_top {
  background-color: transparent;
  display: none;
  position: fixed;
}
.kmn_head.visible {
  background-color: rgba(251, 250, 244, 0.85);
  display: block;
}

.kmn_header__logo {
  padding-left: 3%;
  padding-top: 8px;
}
.kmn_header__logo a {
  display: block;
  height: 85px;
}
@media screen and (max-width: 600px) {
  .kmn_header__logo a {
    height: 55px;
  }
}
.kmn_header__logo a img {
  display: block;
  height: 100%;
  width: auto;
}

.kmp_top__wrap {
  display: grid;
  grid-template: "title image" auto "summary image" auto/1fr 150px;
  grid-gap: 0 6%;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .kmp_top__wrap {
    grid-template: "title image" auto "summary image" auto/1fr 15vw;
    padding-top: 40px;
  }
}
@media screen and (max-width: 600px) {
  .kmp_top__wrap {
    grid-template: "title image" auto "summary summary" auto/1fr 20vw;
    grid-gap: 15px 6%;
  }
}

.kmp_top__img {
  grid-area: image;
  position: relative;
  width: 150px;
}
@media screen and (max-width: 767px) {
  .kmp_top__img {
    width: 15vw;
  }
}
.kmp_top__img img {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 4;
}

.kmp_top__ttl {
  grid-area: title;
  line-height: 1.5;
  padding-bottom: 0.75em;
}

.kmp_top__summary {
  grid-area: summary;
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 600px) {
  .kmp_top__summary {
    font-size: 13px;
  }
}
.kmp_top__summary p {
  display: inline;
}
@media screen and (max-width: 600px) {
  .kmp_top__summary p {
    display: block;
    margin-bottom: 1em;
  }
}
.kmp_top__summary p:last-child {
  margin-bottom: 0;
}

.kmp_mainNav {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .kmp_mainNav {
    padding: 60px 0;
  }
}
@media screen and (max-width: 600px) {
  .kmp_mainNav {
    padding-top: 40px;
  }
}

.kmp_mainNav__wrap {
  display: grid;
  grid-template: "about about about recommend recommend recommend" auto "photo_spot photo_spot photo_spot origin origin origin" auto "hongu_taisya hongu_taisya distance distance onsen onsen" auto "guide guide guide enjoy enjoy enjoy" auto "heritage heritage heritage koyasan koyasan koyasan" auto "nature nature prepare prepare cost cost" auto "food food time_required time_required faq faq" auto/1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
@media screen and (max-width: 767px) {
  .kmp_mainNav__wrap {
    grid-template: "about about about recommend recommend recommend" auto "photo_spot photo_spot photo_spot origin origin origin" auto "hongu_taisya hongu_taisya distance distance onsen onsen" auto "guide guide guide enjoy enjoy enjoy" auto "heritage heritage heritage koyasan koyasan koyasan" auto "nature nature prepare prepare cost cost" auto "food food time_required time_required faq faq" auto/1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
  }
}
@media screen and (max-width: 600px) {
  .kmp_mainNav__wrap {
    grid-template: "about about about recommend recommend recommend" auto "photo_spot photo_spot photo_spot origin origin origin" auto "hongu_taisya hongu_taisya distance distance onsen onsen" auto "guide guide guide enjoy enjoy enjoy" auto "heritage heritage heritage koyasan koyasan koyasan" auto "nature nature prepare prepare cost cost" auto "food food time_required time_required faq faq" auto/1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 12px;
  }
}
.kmp_mainNav__wrap > li {
  background-color: #ddd;
  color: #fff;
  border-radius: 15px;
}
@media screen and (max-width: 600px) {
  .kmp_mainNav__wrap > li {
    border-radius: 8px;
  }
}
.kmp_mainNav__wrap > li a {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
@media screen and (max-width: 600px) {
  .kmp_mainNav__wrap > li a {
    border-radius: 8px;
  }
}
.kmp_mainNav__wrap > li a.block2 {
  padding-top: 56.25%;
}
.kmp_mainNav__wrap > li a.block3 {
  padding-top: 90%;
}
.kmp_mainNav__wrap > li a.obj_movie::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
  border-radius: 15px;
}
@media screen and (max-width: 600px) {
  .kmp_mainNav__wrap > li a.obj_movie::before {
    border-radius: 8px;
  }
}
.kmp_mainNav__wrap > li a.obj_movie .movie {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translateY(-50%);
  border-radius: 15px;
}
@media screen and (max-width: 600px) {
  .kmp_mainNav__wrap > li a.obj_movie .movie {
    border-radius: 8px;
  }
}
.kmp_mainNav__wrap > li a.obj_movie.recommend::before {
  background: rgba(0, 0, 0, 0.5);
}
.kmp_mainNav__wrap > li a.obj_movie.guide::before {
  background: rgba(0, 0, 0, 0);
}
.kmp_mainNav__wrap > li a.obj_movie.faq::before {
  background: rgba(0, 0, 0, 0.5);
}
.kmp_mainNav__wrap > li a.obj_movie .title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
}
.kmp_mainNav__wrap > li a.obj_movie .title.recommend {
  width: 68%;
  top: 50%;
  left: auto;
  right: 5%;
  transform: translateY(-50%);
}
.kmp_mainNav__wrap > li a.obj_movie .title.guide {
  width: 32%;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
}
.kmp_mainNav__wrap > li a.obj_movie .title.faq {
  width: 60%;
  top: auto;
  bottom: 5%;
  left: 5%;
}
.kmp_mainNav__wrap > li a.obj_movie .title img {
  max-width: 100%;
  height: auto;
  display: block;
}
.kmp_mainNav__wrap > li a.obj_image img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
  border-radius: 15px;
}
@media screen and (max-width: 600px) {
  .kmp_mainNav__wrap > li a.obj_image img {
    border-radius: 8px;
  }
}
@media all and (-ms-high-contrast: none) {
  .kmp_mainNav__wrap > li a.obj_image *::-ms-backdrop, .kmp_mainNav__wrap > li a.obj_image img {
    height: auto;
  }
}
.kmp_mainNav__wrap > li a.obj_image .title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  color: #fff;
  line-height: 1.5;
}
.kmp_mainNav__wrap > li a.obj_image .title .question {
  display: inline-block;
  box-sizing: border-box;
  font-size: 1.5em;
}
.kmp_mainNav__wrap > li a.obj_image .title .question::after {
  content: ".";
  padding-right: 0.25em;
}
.kmp_mainNav__wrap > li a.obj_image .title.about {
  padding: 5%;
  font-size: 48px;
}
@media screen and (max-width: 960px) {
  .kmp_mainNav__wrap > li a.obj_image .title.about {
    font-size: 4vw;
  }
}
.kmp_mainNav__wrap > li a.obj_image .title.origin {
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .kmp_mainNav__wrap > li a.obj_image .title.origin {
    font-size: 3.8vw;
  }
}
.kmp_mainNav__wrap > li a.obj_image .title.distance {
  padding-left: 10%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .kmp_mainNav__wrap > li a.obj_image .title.distance {
    font-size: 3.8vw;
  }
}
.kmp_mainNav__wrap > li a.obj_image .title.distance .question {
  display: block;
}
.kmp_mainNav__wrap > li a.obj_image .title.enjoy {
  padding-left: 10%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .kmp_mainNav__wrap > li a.obj_image .title.enjoy {
    font-size: 3.8vw;
  }
}
.kmp_mainNav__wrap > li a.obj_image .title.enjoy .question {
  display: block;
}
.kmp_mainNav__wrap > li a.obj_image .title.heritage {
  padding-left: 10%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .kmp_mainNav__wrap > li a.obj_image .title.heritage {
    font-size: 3.8vw;
  }
}
.kmp_mainNav__wrap > li a.obj_image .title.heritage .question {
  display: block;
}
.kmp_mainNav__wrap > li a.obj_image .title.cost {
  padding-left: 10%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .kmp_mainNav__wrap > li a.obj_image .title.cost {
    font-size: 3.8vw;
  }
}
.kmp_mainNav__wrap > li a.obj_image .title.cost .question {
  display: block;
}
.kmp_mainNav__wrap > li a.obj_image .title.time_required {
  padding-left: 10%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .kmp_mainNav__wrap > li a.obj_image .title.time_required {
    font-size: 3.8vw;
  }
}
.kmp_mainNav__wrap > li a.obj_image .title.time_required .question {
  display: block;
}
.kmp_mainNav__wrap > li a.col1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(75, 144, 133, 0.9);
  width: 100%;
  height: 100%;
  z-index: 2;
  border-radius: 15px;
}
@media screen and (max-width: 600px) {
  .kmp_mainNav__wrap > li a.col1::before {
    border-radius: 8px;
  }
}
.kmp_mainNav__wrap > li a.col2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(55, 148, 198, 0.9);
  width: 100%;
  height: 100%;
  z-index: 2;
  border-radius: 15px;
}
@media screen and (max-width: 600px) {
  .kmp_mainNav__wrap > li a.col2::before {
    border-radius: 8px;
  }
}
.kmp_mainNav__wrap > li a.col3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(183, 148, 148, 0.9);
  width: 100%;
  height: 100%;
  z-index: 2;
  border-radius: 15px;
}
@media screen and (max-width: 600px) {
  .kmp_mainNav__wrap > li a.col3::before {
    border-radius: 8px;
  }
}
.kmp_mainNav__wrap > li a.col4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(204, 201, 106, 0.9);
  width: 100%;
  height: 100%;
  z-index: 2;
  border-radius: 15px;
}
@media screen and (max-width: 600px) {
  .kmp_mainNav__wrap > li a.col4::before {
    border-radius: 8px;
  }
}
.kmp_mainNav__wrap > li.about {
  grid-area: about;
}
.kmp_mainNav__wrap > li.recommend {
  grid-area: recommend;
}
.kmp_mainNav__wrap > li.photo_spot {
  grid-area: photo_spot;
}
.kmp_mainNav__wrap > li.origin {
  grid-area: origin;
}
.kmp_mainNav__wrap > li.hongu_taisya {
  grid-area: hongu_taisya;
}
.kmp_mainNav__wrap > li.distance {
  grid-area: distance;
}
.kmp_mainNav__wrap > li.onsen {
  grid-area: onsen;
}
.kmp_mainNav__wrap > li.guide {
  grid-area: guide;
}
.kmp_mainNav__wrap > li.enjoy {
  grid-area: enjoy;
}
.kmp_mainNav__wrap > li.heritage {
  grid-area: heritage;
}
.kmp_mainNav__wrap > li.koyasan {
  grid-area: koyasan;
}
.kmp_mainNav__wrap > li.nature {
  grid-area: nature;
}
.kmp_mainNav__wrap > li.prepare {
  grid-area: prepare;
}
.kmp_mainNav__wrap > li.cost {
  grid-area: cost;
}
.kmp_mainNav__wrap > li.food {
  grid-area: food;
}
.kmp_mainNav__wrap > li.time_required {
  grid-area: time_required;
}
.kmp_mainNav__wrap > li.faq {
  grid-area: faq;
}

.kmp_mainNav__hidden {
  display: none;
  background-color: rgba(251, 250, 244, 0.95);
  width: 100%;
  position: relative;
}
.kmp_mainNav__hidden .fancybox-button {
  display: none;
}
.kmp_mainNav__hidden .popup_wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.kmp_mainNav__hidden .popup_innr {
  max-width: 1024px;
  padding: 10% 10%;
}
@media screen and (max-width: 767px) {
  .kmp_mainNav__hidden .popup_innr {
    padding: 15vw 10%;
  }
}
.kmp_mainNav__hidden .popup_question {
  color: #253657;
  line-height: 1.5;
  margin-bottom: 2em;
}
.kmp_mainNav__hidden .popup_answer {
  color: #253657;
  line-height: 1.5;
}
.kmp_mainNav__hidden .popup_summary {
  margin-top: 2em;
}
.kmp_mainNav__hidden .popup_summary p {
  margin-bottom: 1em;
}
.kmp_mainNav__hidden .popup_summary p:last-child {
  margin-bottom: 0;
}
.kmp_mainNav__hidden p.popup_link {
  margin-bottom: 0.5em;
}
.kmp_mainNav__hidden p.popup_link a {
  text-decoration: none;
  color: #0D6656;
  border-bottom: 1px solid #0D6656;
  display: inline-block;
  box-sizing: border-box;
  padding-bottom: 0.25em;
}
.kmp_mainNav__hidden p.popup_link a i {
  padding-right: 0.5em;
}
.kmp_mainNav__hidden .popup_close__btn {
  text-align: right;
  padding-top: 2em;
}
.kmp_mainNav__hidden .popup_close__btn span {
  display: inline-block;
  box-sizing: border-box;
  border-bottom: 2px solid #0D6656;
  color: #0D6656;
  cursor: pointer;
  line-height: 1;
  white-space: nowrap;
  padding: 0.5em 0.25em;
}
.kmp_mainNav__hidden .popup_close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 80px;
  height: 80px;
  z-index: 99;
  cursor: pointer;
  transition: all 0.25s ease;
}
@media screen and (max-width: 600px) {
  .kmp_mainNav__hidden .popup_close {
    top: 10px;
    right: 0;
  }
}
.kmp_mainNav__hidden .popup_close:hover {
  transform: scale(1.05);
}
.kmp_mainNav__hidden .popup_close .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
}
.kmp_mainNav__hidden .popup_close .line {
  background-color: #0D6656;
  width: 100%;
  height: 2px;
  display: block;
  position: relative;
  transform-origin: center center;
}
.kmp_mainNav__hidden .popup_close .line:nth-child(1) {
  transform: rotate(45deg);
}
.kmp_mainNav__hidden .popup_close .line:nth-child(2) {
  transform: rotate(-45deg);
  margin-top: -1px;
  margin-left: 0px;
}
.kmp_mainNav__hidden .popup_close .txt {
  white-space: nowrap;
  line-height: 1;
  color: #0D6656;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  display: block;
  margin-top: 20px;
}

.kmp_postColumn__ttl {
  white-space: nowrap;
  color: #0D6656;
  border-bottom: 2px solid #0D6656;
  line-height: 1.5;
  padding-bottom: 0.25em;
  margin-bottom: 1em;
}
.kmp_postColumn__ttl .en {
  display: inline-block;
  box-sizing: border-box;
  padding-right: 1em;
  font-style: italic;
}
.kmp_postColumn__ttl .jp {
  display: inline-block;
  box-sizing: border-box;
}

.kmp_post__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .kmp_post__list {
    padding-bottom: 40px;
  }
}
.kmp_post__list::after {
  content: "";
  display: block;
  width: 31.3333%;
}
@media screen and (max-width: 600px) {
  .kmp_post__list::after {
    display: none;
  }
}
.kmp_post__list.col4::before {
  content: "";
  display: block;
  order: 1;
  width: 23%;
}
@media screen and (max-width: 960px) {
  .kmp_post__list.col4::before {
    width: 31.3333%;
  }
}
@media screen and (max-width: 600px) {
  .kmp_post__list.col4::before {
    display: none;
  }
}
.kmp_post__list.col4::after {
  content: "";
  display: block;
  width: 23%;
}
@media screen and (max-width: 960px) {
  .kmp_post__list.col4::after {
    display: none;
  }
}
.kmp_post__list.col4 > li {
  width: 23%;
  margin-bottom: 3%;
}
@media screen and (max-width: 960px) {
  .kmp_post__list.col4 > li {
    width: 31.3333%;
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 600px) {
  .kmp_post__list.col4 > li {
    width: 48%;
  }
}
.kmp_post__list > li {
  width: 31.3333%;
  margin-bottom: 3%;
}
@media screen and (max-width: 600px) {
  .kmp_post__list > li {
    width: 48%;
    margin-bottom: 5%;
  }
}
.kmp_post__list > li .ttl {
  text-align: center;
  line-height: 1.5;
  padding: 0.5em 0;
}
.kmp_post__list > li .ttl span {
  line-height: 1.5;
  display: inline-block;
  box-sizing: border-box;
  text-align: left;
}
.kmp_post__list > li .summary {
  line-height: 1.6;
  text-align: justify;
}
@media screen and (max-width: 600px) {
  .kmp_post__list > li .summary {
    font-size: 11px;
  }
}
.kmp_post__list > li .thumb {
  position: relative;
  padding-top: 62.5%;
  overflow: hidden;
}
.kmp_post__list > li .thumb img {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translateY(-50%);
  transition: all 0.25s ease;
  border-radius: 15px;
}
@media screen and (max-width: 600px) {
  .kmp_post__list > li .thumb img {
    border-radius: 8px;
  }
}
@media all and (-ms-high-contrast: none) {
  .kmp_post__list > li .thumb *::-ms-backdrop, .kmp_post__list > li .thumb img {
    height: auto;
  }
}
.kmp_post__list > li .thumb.movie::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  content: "\f04b";
  font-family: "Font Awesome 5 Free";
  text-rendering: auto;
  font-weight: bold;
  color: #fff;
  font-size: 20px;
  width: 2em;
  height: 2em;
  z-index: 2;
  border: 2px solid #fff;
  text-align: center;
  border-radius: 2em;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
}
.kmp_post__list > li .thumb.movie:hover::before {
  color: red;
  border-color: red;
}
.kmp_post__list > li .busstop {
  color: #0D6656;
  position: relative;
  padding-left: 1em;
  margin-top: 0.5em;
  line-height: 1.5;
}
@media screen and (max-width: 600px) {
  .kmp_post__list > li .busstop {
    font-size: 10px;
  }
}
.kmp_post__list > li .busstop::before {
  content: "";
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 1em;
  height: 1em;
  background-image: url(../images/kumano/busstop_icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.kmp_post__list > li .busstop.koya a {
  text-decoration: none;
  color: #0D6656;
}
.kmp_post__list > li .busstop.koya::before {
  content: "\f0c1";
  font-family: "Font Awesome 5 Free";
  text-rendering: auto;
  font-weight: bold;
  background-image: none;
  top: 0.15em;
}
.kmp_post__list > li a.column, .kmp_post__list > li span.column {
  display: block;
  text-decoration: none;
  color: #0D6656;
}
.kmp_post__list > li a.column:hover img {
  transform: scale(1.05) translateY(-50%);
}

.kmp_serviceLink {
  background-color: #eee;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .kmp_serviceLink {
    padding: 30px 0;
  }
}
@media screen and (max-width: 600px) {
  .kmp_serviceLink .pd_side5 {
    padding-right: 2.5%;
    padding-left: 2.5%;
  }
}
.kmp_serviceLink .ttl {
  line-height: 1.5;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 2.25em;
  color: #0D6656;
  position: relative;
}
@media screen and (max-width: 600px) {
  .kmp_serviceLink .ttl {
    font-size: 18px;
    padding-left: 2.75em;
  }
}
.kmp_serviceLink .ttl::before {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0;
  background-image: url(../images/kumano/kmn_yatalogo.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: left center;
  height: 2em;
  width: 2em;
}
@media screen and (max-width: 600px) {
  .kmp_serviceLink .ttl::before {
    top: 0;
    height: 2.5em;
    width: 2.5em;
  }
}

.kmp_serviceLink__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .kmp_serviceLink__list::after {
    content: "";
    display: block;
    width: 33.33333%;
  }
}
@media screen and (max-width: 600px) {
  .kmp_serviceLink__list::after {
    display: none;
  }
}
.kmp_serviceLink__list > li {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .kmp_serviceLink__list > li {
    width: 33.33333%;
  }
}
@media screen and (max-width: 600px) {
  .kmp_serviceLink__list > li {
    width: 50%;
  }
}
.kmp_serviceLink__list > li a {
  display: block;
  padding: 5%;
}
.kmp_serviceLink__list > li a:hover img {
  transform: scale(1.025);
}
.kmp_serviceLink__list > li .service_banner img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 15px;
  transition: all 0.4s ease;
}
@media screen and (max-width: 600px) {
  .kmp_serviceLink__list > li .service_banner img {
    border-radius: 8px;
  }
}

.kmp_serviceLink__totop {
  text-align: center;
  padding-top: 30px;
}
.kmp_serviceLink__totop a {
  display: inline-block;
  box-sizing: border-box;
  text-decoration: none;
  color: #0D6656;
  border-bottom: 1px solid transparent;
  transition: all 0.25s ease;
}
.kmp_serviceLink__totop a i {
  padding-left: 0.5em;
}
.kmp_serviceLink__totop a:hover {
  border-bottom-color: #0D6656;
}

.kmp_footer {
  background-color: #4B9085;
  padding: 60px 0;
}
@media screen and (max-width: 600px) {
  .kmp_footer {
    padding: 30px 0;
  }
}
.kmp_footer a {
  display: block;
  width: 30%;
  max-width: 150px;
  width: min(30%, 150px);
  margin: 0 auto;
}
.kmp_footer a img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

.kmn_drawer_trigger {
  position: fixed;
  top: 0;
  right: 0;
  background-color: #4baa79;
  width: 100px;
  height: 100px;
  z-index: 5;
  cursor: pointer;
  transition: all 0.45s ease;
}
@media screen and (max-width: 600px) {
  .kmn_drawer_trigger {
    width: 70px;
    height: 70px;
  }
}
.kmn_drawer_trigger:hover {
  background-color: #43986c;
}
.kmn_drawer_trigger .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
}
@media screen and (max-width: 600px) {
  .kmn_drawer_trigger .wrap {
    width: 35%;
  }
}
.kmn_drawer_trigger .line {
  background-color: #FBFAF4;
  width: 100%;
  height: 2px;
  display: block;
  position: relative;
}
.kmn_drawer_trigger .line:nth-child(2) {
  margin-top: 10px;
}
@media screen and (max-width: 600px) {
  .kmn_drawer_trigger .line:nth-child(2) {
    margin-top: 7px;
  }
}
.kmn_drawer_trigger .line:nth-child(3) {
  margin-top: 10px;
}
@media screen and (max-width: 600px) {
  .kmn_drawer_trigger .line:nth-child(3) {
    margin-top: 7px;
  }
}
.kmn_drawer_trigger .txt {
  white-space: nowrap;
  line-height: 1;
  color: #FBFAF4;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.35em;
  text-indent: 0.35em;
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 600px) {
  .kmn_drawer_trigger .txt {
    font-size: 11px;
    text-indent: 0;
  }
}

.kmm_single {
  padding: 60px 0;
}

.kmm_single__ttl {
  margin-bottom: 2.5em;
  line-height: 1.5;
}
.kmm_single__ttl em {
  display: block;
  font-style: normal;
}
.kmm_single__ttl span {
  display: block;
  color: #0D6656;
  padding-bottom: 0.5em;
}

.kmm_postEntry .wp-block-image {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .kmm_postEntry .wp-block-image {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.kmm_postEntry .bdb_ttl {
  border-bottom: 2px solid #000;
  padding-bottom: 1em;
  margin-bottom: 1.5em;
}
.kmm_postEntry .bdb_ttl span {
  display: block;
  font-size: 0.8em;
}
.kmm_postEntry .image_ttl + .wp-block-image {
  margin-top: 0;
}
.kmm_postEntry h3 {
  color: #4B9085;
}
.kmm_postEntry > *:first-child {
  margin-top: 0;
}

.kmm_block__note {
  padding: 5%;
  background-color: #eee;
  border-radius: 15px;
}
@media screen and (max-width: 600px) {
  .kmm_block__note {
    border-radius: 10px;
  }
}
.kmm_block__note .title {
  color: #4B9085;
}

.kmm_block__map {
  padding-bottom: 60px;
}
.kmm_block__map .info {
  padding: 3% 5% 0.5em 5%;
  background-color: #eee;
}
.kmm_block__map .info p {
  margin: 0;
  padding: 0.5em 0;
  border-bottom: 1px dashed #ccc;
}
.kmm_block__map .info p:last-child {
  border-bottom: none;
}
.kmm_block__map .info .ttl {
  font-size: 1em;
  color: #000;
  border-bottom: 1px dashed #ccc;
  margin: 0;
  padding: 0.5em 0;
}
.kmm_block__map .busstop {
  color: #0D6656;
}
.kmm_block__map .busstop a {
  color: #0D6656;
  padding-left: 1em;
  text-decoration: none;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
}
.kmm_block__map .busstop a::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 1em;
  height: 1em;
  background-image: url(../images/kumano/busstop_icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.kmm_block__map .gmp {
  padding-top: 56.25%;
  height: 0;
  position: relative;
}
.kmm_block__map .gmp iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.kmm_block__recom {
  padding: 3% 5%;
  background-color: #fff;
  border-radius: 15px;
}
@media screen and (max-width: 600px) {
  .kmm_block__recom {
    border-radius: 10px;
    padding: 20px;
  }
}
.kmm_block__recom .wrap, .kmm_block__recom a.wrap {
  display: grid;
  grid-template: "blk_title blk_title" auto "thumb posttitle" auto "thumb postsummary" auto "thumb link_btn" auto/calc(240px - 5%) 1fr;
  grid-gap: 0 5%;
  text-decoration: none;
  color: #000;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .kmm_block__recom .wrap, .kmm_block__recom a.wrap {
    grid-template: "blk_title blk_title" auto "thumb posttitle" auto "thumb postsummary" auto "thumb link_btn" auto/calc(30vw - 5%) 1fr;
  }
}
@media screen and (max-width: 540px) {
  .kmm_block__recom .wrap, .kmm_block__recom a.wrap {
    grid-template: "thumb blk_title" auto "thumb posttitle" auto "postsummary postsummary" auto "link_btn link_btn" auto/25vw 1fr;
    grid-gap: 10px 5%;
  }
}
.kmm_block__recom a.wrap:hover {
  transform: scale(1.025);
}
.kmm_block__recom .thumb {
  grid-area: thumb;
}
.kmm_block__recom .thumb img {
  max-width: 100%;
  height: auto;
  display: block;
}
.kmm_block__recom .blk_title {
  grid-area: blk_title;
  color: #4B9085;
}
@media screen and (max-width: 540px) {
  .kmm_block__recom .blk_title {
    align-self: end;
    margin-bottom: 0;
  }
}
.kmm_block__recom .title {
  grid-area: posttitle;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 540px) {
  .kmm_block__recom .title {
    align-self: start;
    margin-bottom: 0;
  }
}
.kmm_block__recom .summary {
  grid-area: postsummary;
}
@media screen and (max-width: 540px) {
  .kmm_block__recom .summary {
    font-size: 11px;
  }
}
.kmm_block__recom .link_btn__arrow {
  grid-area: link_btn;
  text-align: right;
  margin-top: 1em;
}
@media screen and (max-width: 540px) {
  .kmm_block__recom .link_btn__arrow {
    margin-top: 0;
  }
}

.kmm_block__relations {
  padding: 3% 5%;
  background-color: #fff;
  border-radius: 15px;
}
@media screen and (max-width: 600px) {
  .kmm_block__relations {
    border-radius: 10px;
    padding: 20px;
  }
}
.kmm_block__relations .wrap, .kmm_block__relations a.wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  text-decoration: none;
  color: #000;
  transition: all 0.3s ease;
}
.kmm_block__relations a.wrap:hover {
  transform: scale(1.025);
}
.kmm_block__relations .thumb {
  width: 240px;
  padding-right: 5%;
}
@media screen and (max-width: 767px) {
  .kmm_block__relations .thumb {
    width: 30vw;
  }
}
@media screen and (max-width: 540px) {
  .kmm_block__relations .thumb {
    width: 35vw;
  }
}
.kmm_block__relations .thumb img {
  max-width: 100%;
  height: auto;
  display: block;
}
.kmm_block__relations .txt_wrap {
  flex: 1;
  min-width: 0;
}
.kmm_block__relations .txt_wrap p {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .kmm_block__relations .txt_wrap p {
    font-size: 11px;
  }
}
.kmm_block__relations .blk_title {
  color: #4B9085;
}
.kmm_block__relations .title {
  margin-bottom: 0.5em;
}
.kmm_block__relations .link_btn__arrow {
  text-align: right;
  margin-top: 1em;
}
.kmm_block__relations .link_btn__block {
  text-align: right;
  margin-top: 1em;
}
.kmm_block__relations .link_btn__block .txt {
  display: inline-block;
  box-sizing: border-box;
  background-color: #4B9085;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  padding: 0.65em 1.5em 0.65em 2em;
  border-radius: 2em;
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  .kmm_block__relations .link_btn__block .txt {
    font-size: 12px;
  }
}
.kmm_block__relations .link_btn__block .txt i {
  padding-left: 0.5em;
}

.kmm_block__definition .wrap {
  padding-bottom: 1em;
}
.kmm_block__definition dt {
  font-weight: bold;
}
.kmm_block__definition dd {
  line-height: 1.5;
}

.kmm_block__faq dt {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  border: 2px solid #4B9085;
  background-color: #fff;
  padding: 1em 1em;
  border-radius: 15px;
}
@media screen and (max-width: 600px) {
  .kmm_block__faq dt {
    border-radius: 10px;
  }
}
.kmm_block__faq dt .question {
  white-space: nowrap;
  padding-right: 0.5em;
  line-height: 1.5;
}
.kmm_block__faq dt .txt {
  flex: 1;
  min-width: 0;
  line-height: 1.5;
}
.kmm_block__faq dd {
  padding: 2em 2em 0 2em;
}
@media screen and (max-width: 767px) {
  .kmm_block__faq dd {
    padding-right: 0.5em;
    padding-left: 0.5em;
  }
}
.kmm_block__faq dd .answer {
  color: #4B9085;
  margin-bottom: 1em;
}

ul.kmm_block__toc {
  background-color: #fff;
  padding: 1.5em 1.5em;
  margin: 0;
}
ul.kmm_block__toc > li {
  margin: 0;
  list-style: none;
  line-height: 1.5;
  padding-bottom: 0.75em;
}
ul.kmm_block__toc > li:last-child {
  padding-bottom: 0;
}
ul.kmm_block__toc > li a {
  color: #4B9085;
  text-decoration: none;
  position: relative;
  padding-left: 0.75em;
  display: block;
}
ul.kmm_block__toc > li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  text-rendering: auto;
  font-weight: bold;
}

/*--------- sidr --------*/
#kmn_drawer {
  background-color: #4baa79;
}

.kmn_drawer {
  position: relative;
  display: none;
}

.sidr {
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 85%;
  max-width: 480px;
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (max-width: 540px) {
  .sidr {
    width: 95%;
  }
}
.sidr.right {
  left: auto;
  right: -90%;
}
.sidr.left {
  left: -90%;
  right: auto;
}

.kmn_sidr__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 80px;
  height: 80px;
  z-index: 99;
  cursor: pointer;
  transition: all 0.25s ease;
}
@media screen and (max-width: 600px) {
  .kmn_sidr__close {
    top: 15px;
    right: 10px;
    width: 60px;
    height: 60px;
  }
}
.kmn_sidr__close:hover {
  transform: scale(1.05);
}
.kmn_sidr__close .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
}
.kmn_sidr__close .line {
  background-color: #FBFAF4;
  width: 100%;
  height: 2px;
  display: block;
  position: relative;
  transform-origin: center center;
}
.kmn_sidr__close .line:nth-child(1) {
  transform: rotate(45deg);
}
.kmn_sidr__close .line:nth-child(2) {
  transform: rotate(-45deg);
  margin-top: -1px;
  margin-left: 0px;
}
.kmn_sidr__close .txt {
  white-space: nowrap;
  line-height: 1;
  color: #FBFAF4;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  display: block;
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  .kmn_sidr__close .txt {
    font-size: 10px;
    margin-top: 18px;
  }
}

.kmn_drawer__contents {
  padding: 80px 10% 0 10%;
  background-color: #4baa79;
  color: white;
}
@media screen and (max-width: 340px) {
  .kmn_drawer__contents {
    padding-right: 5%;
    padding-left: 5%;
  }
}

.kmn_drawer__mainNav {
  padding-bottom: 15px;
}
.kmn_drawer__mainNav > li {
  padding-bottom: 1em;
}
.kmn_drawer__mainNav > li:first-child {
  font-weight: 700;
  font-size: 1.15em;
}
.kmn_drawer__mainNav > li:first-child a {
  padding-left: 0;
}
.kmn_drawer__mainNav > li:first-child a::before {
  display: none;
}
.kmn_drawer__mainNav > li a {
  text-decoration: none;
  color: white;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  padding-left: 1em;
}
.kmn_drawer__mainNav > li a:hover::before {
  left: -5px;
}
.kmn_drawer__mainNav > li a::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  text-rendering: auto;
  font-weight: bold;
  position: absolute;
  top: 0.15em;
  left: 0;
  font-size: 0.85em;
  transition: all 0.25s ease;
}
.kmn_drawer__mainNav > li a span {
  display: inline-block;
  box-sizing: border-box;
  line-height: 1.5;
}

.kmn_drawer__coopNav {
  border-top: 1px solid white;
  padding-left: 5%;
  padding-top: 25px;
  padding-bottom: 60px;
}
.kmn_drawer__coopNav > li {
  padding-bottom: 0.5em;
}
.kmn_drawer__coopNav > li a {
  text-decoration: none;
  color: white;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
}
.kmn_drawer__coopNav > li a span {
  display: inline-block;
  box-sizing: border-box;
  line-height: 1.5;
}

@media screen and (max-width: 800px) {
  .fancybox-slide {
    padding: 0;
  }
}

.fancybox-slide--html {
  padding: 6px;
  padding: 0;
}
/*# sourceMappingURL=maps/kumano.css.map */
