@charset "utf-8";
/**{
	border: 2px solid red;
}*/
/*!
page > ene-adventure
------------------------------
*/
.ene-lower {
  padding-bottom: 5.8rem;
}
@media print, screen and (min-width: 768px) {
  .ene-lower {
    padding-bottom: 3.3rem;
  }
}

.annotation {
  text-align: right;
  font-size: 12px;
  line-height: 1.2;
  margin-top: 3px;
}

/*lower-head*/
#lower-head .lower-head-inner .c-lower-title img {
  width: 3.8rem;
}
@media print, screen and (min-width: 768px) {
  #lower-head .lower-head-inner .c-lower-title img {
    width: 5.6rem;
    margin-bottom: 5px;
  }
}
/*sec1*/
#sec1 .l-container .convo {
  margin: 0 auto;
}
#sec1 .convo.convo-sec1-1 .convo-item.left.center {
  width: 100%;
  margin: 0 auto 1rem;
}
#sec1 .convo.convo-sec1-1 .convo-item.left.center .convo-chara {
  width: 6rem;
}
#sec1 .convo.convo-sec1-1 .convo-item.left.center .convo-comment {
  max-width: 64.6rem;
  padding: 1.25rem 1.4rem;
  color: #411113;
  letter-spacing: 0;
}
#sec1 .l-container h3 {
  text-align: center;
  font-family: "Noto Sans JP";
  font-weight: bold;
  color: #411113;
  font-size: 3rem;
  margin: 4rem auto 2.4rem;
}
#sec1 .l-container .area-wrap {
  display: grid;
  margin: 0 auto 8.5rem;
  position: relative;
  grid-template-columns: 15.5rem 15.5rem;
  grid-template-rows: 26rem 26rem;
  gap: 1.6rem 1.7rem;
  width: 100%;
}
#sec1 .l-container .area-wrap::before {
  content: none;
}
#sec1 .l-container .area-wrap::after {
  content: none;
}
#sec1 .l-container .area-wrap .area-box {
  position: relative;
}
#sec1 .l-container .area-wrap .area-box a {
  display: block;
  height: 100%;
}
#sec1 .l-container .area-wrap .area-box .area-name-l {
  position: absolute;
  z-index: 1;
  display: block;
  width: 19rem;
  margin: 0 auto;
  top: 0;
  left: 0.06rem;
}
#sec1 .l-container .area-wrap .area-box .area-name-r {
  position: absolute;
  z-index: 1;
  display: block;
  width: 40%;
  width: 19rem;
  margin: 0 auto;
  top: 0;
  right: 0.06rem;
}
#sec1 .l-container .area-wrap .area-box .area-photo-01,
#sec1 .l-container .area-wrap .area-box .area-photo-02,
#sec1 .l-container .area-wrap .area-box .area-photo-03,
#sec1 .l-container .area-wrap .area-box .area-photo-04 {
  box-shadow: 0.9rem 0.9rem 1.25rem rgba(0, 0, 0, 0.16);
  width: 14rem;
  position: absolute;
  bottom: 20px;
}
#sec1 .l-container .area-wrap .area-box .area-photo-01 {
  transform: rotate(-0.02turn);
  left: 1rem;
}
#sec1 .l-container .area-wrap .area-box .area-photo-02 {
  transform: rotate(0.02turn);
  right: 1rem;
}
#sec1 .l-container .area-wrap .area-box .area-photo-03 {
  transform: rotate(0.02turn);
}
#sec1 .l-container .area-wrap .area-box .area-photo-04 {
  transform: rotate(-0.02turn);
}
@media print, screen and (min-width: 768px) {
  #sec1 .convo.convo-sec1-1 .convo-item.left.center {
    width: 64.5575rem;
    margin: 0 auto 1rem;
  }
  #sec1 .convo.convo-sec1-1 .convo-item.left.center .convo-comment {
    max-width: 64.6rem;
    padding: 1.25rem 1.4rem;
    color: #411113;
  }
  #sec1 .l-container h3 {
    font-size: 4.7rem;
    margin-bottom: 9.9rem;
  }
  #sec1 .l-container .area-wrap {
    grid-template-columns: 35rem 35rem;
    grid-template-rows: 27.5rem 27.5rem;
    gap: 8.6rem 5rem;
    width: 76rem;
  }
  #sec1 .l-container .area-wrap::before {
    content: "";
    position: absolute;
    background: url("../img/ene-adventure/people.png") no-repeat center center/100% auto;
    left: -11rem;
    bottom: -5.4rem;
    z-index: 1;
    width: 12.5rem;
    height: 14.6rem;
  }
  #sec1 .l-container .area-wrap::after {
    content: "";
    position: absolute;
    background: url("../img/ene-adventure/ani-01.png") no-repeat center center/100% auto;
    right: -13rem;
    bottom: -5rem;
    z-index: 1;
    width: 16rem;
    height: 10rem;
  }
  #sec1 .l-container .area-wrap .area-box .area-name-l {
    left: -5.7rem;
    top: -7rem;
    width: 40%;
  }
  #sec1 .l-container .area-wrap .area-box .area-name-r {
    width: 40%;
    right: -5.7rem;
    top: -7rem;
  }
  #sec1 .l-container .area-wrap .area-box .area-photo-01,
  #sec1 .l-container .area-wrap .area-box .area-photo-02,
  #sec1 .l-container .area-wrap .area-box .area-photo-03,
  #sec1 .l-container .area-wrap .area-box .area-photo-04 {
    width: 100%;
    transform: rotate(0turn);
  }
  #sec1 .l-container .area-wrap .area-box .area-photo-01 {
    left: 0;
  }
  #sec1 .l-container .area-wrap .area-box .area-photo-02 {
    right: 0;
  }
}
@media print, screen and (min-width: 1070px) {
  #sec1 .l-container .area-wrap::before {
    left: -5rem !important;
  }
  #sec1 .l-container .area-wrap::after {
    right: -3rem !important;
  }
}
/*!
footer
------------------------------
*/
.ft-bg-w {
  background: #fff url(../img/ene-adventure/sp/ea-footer-bg.png) no-repeat center center/100% auto;
}
.footer-deco2::before {
  display: block;
  background: url("../img/ene-adventure/people.png") no-repeat center center/100% auto;
  z-index: 1;
  width: 12.5rem;
  height: 14.6rem;
  top: -15.5rem;
  left: 0;
}
.footer-deco2::after {
  background: url("../img/ene-adventure/sp/ani-02.png") no-repeat center center/100% auto;
  width: 12rem;
  height: 7.9rem;
  top: -9.5rem;
  right: 0;
}
@media print, screen and (min-width: 768px) {
  .ft-bg-w {
    background: #fff url(../img/ene-adventure/ea-footer-bg.png) no-repeat top center/cover;
  }
  .footer-deco2::before {
    display: none;
  }
  .footer-deco2::after {
    background: url("../img/ene-adventure/ea-footer-doco.png") no-repeat center center/100% auto;
    width: 13.5rem;
    height: 10.125rem;
  }
}
/*!
page > ene-adventure/misaki
------------------------------
*/
/*machi*/
#ene-lower .convo.convo-sec1-1 .convo-item.left.center {
  width: 100%;
  margin: 4.2rem auto 1rem;
}
#ene-lower .convo.convo-sec1-1 .convo-item.left.center .convo-chara {
  width: 5.1rem;
}
#ene-lower .convo.convo-sec1-1 .convo-item.left.center .convo-comment {
  max-width: 64.6rem;
  padding: 1rem 2rem;
  letter-spacing: 0;
  line-height: 2.2rem;
  color: #411113;
  border: 2px solid #411113;
}
#ene-lower .l-container h4 {
  color: var(--color-brown);
  text-align: center;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.6;
  letter-spacing: 0;
  margin-bottom: 2.4rem;
}
#ene-lower .l-container .map-box {
  position: relative;
}
#ene-lower .l-container .map-box::after {
  content: none;
}
#ene-lower .l-container .map-box img {
  width: 74rem;
  margin: 0 auto;
  display: block;
}
#ene-lower .l-container .fukidashi {
  background: #EDE9E4;
  margin: 4.4rem auto 0;
  position: relative;
  margin-bottom: 7rem;
  padding: 2.5rem 1.8rem 4rem;
  border-radius: 3.7rem;
}
#ene-lower .l-container .fukidashi::before {
  content: '';
  position: absolute;
  top: -1.3em;
  border-right: 35px solid transparent;
  border-left: 35px solid transparent;
  border-bottom: 40px solid #EDE9E4;
  left: 13.5rem;
}
#ene-lower .l-container .fukidashi::after {
  content: none;
}
#ene-lower .l-container .convo.convo-sec1-1 {
  margin-bottom: 2.8rem;
}
.fukidashi .top-box {
  margin-bottom: 1.8rem;
}
.fukidashi .top-box .img-box {
  position: relative;
  z-index: 5;
}
.fukidashi .top-box .img-box::before {
  content: "";
  position: absolute;
  display: block;
  background: url("../img/ene-adventure/machi/sp/namimaru.png") no-repeat center center/100% auto;
  top: -23%;
  right: -7%;
  left: auto;
  z-index: -1;
  width: 8rem;
  height: 7.9rem;
}
.fukidashi .top-box .img-box::after {
  content: none;
}
.fukidashi .top-box .text-wrap {
  display: flex;
  margin-top: 1.8rem;
  margin-bottom: 1.1rem;
}
.fukidashi .top-box .text-wrap .spot {
  width: 7.2rem;
  height: 7.2rem;
  object-fit: cover;
  margin-right: 1rem;
}
.fukidashi .top-box .text-wrap .text-box .spot-ttl {
  font-size: 2.2rem;
  line-height: 3.8rem;
  color: #411113;
}
.text-wrap .text-box .top-know-button {
  text-align: right;
}
.fukidashi .top-box .text-wrap .text-box p {
  font-size: 14px;
  /*letter-spacing: 1px;*/
  /*line-height: 2.5rem;*/
  margin-top: 1.2rem;
}
.fukidashi .topics{
  background-color: rgba(255, 255, 255, .5);
  position: relative;
  display: block;
  padding: 3.2rem 2.3rem 2.1rem;
  margin-top: 2.4rem;
}
.fukidashi .topics::before {
  content: "";
  background: url("../img/ene-adventure/machi/topics.png") no-repeat center center/100% auto;
  display: block;
  position: absolute;
  right: 0;
  top: -0.7rem;
  z-index: 1;
  width: 11rem;
  height: 3rem;
}
.fukidashi .topics::after {
  content: none;
}
.topics .topics-text {
  width: 100%;
}
.topics .topics-text .topics-ttl {
  font-size: 2rem;
  letter-spacing: 0.07em;
  border-bottom: 6px dotted #411113;
  padding-bottom: 1.1rem;
  width: 100%;
  color: #411113;
}
.topics .topics-text .topics-ttl .fs-s {
  font-size: 0.5em;
}
.topics .topics-text p {
  font-size: 14px;
  padding-top: 1.1rem;
}
.fukidashi .topics img {
  width: 100%;
  margin-right: 0;
}
.l-container .fukidashi .top-station-title {
  /*margin-top: 4.9rem;*/
  border-bottom: none;
  position: relative;
  margin-bottom: 0;
  font-size: 2.4rem;
}
.l-container .fukidashi .top-station-title.c-title-bottom-line {
  border-bottom: none;
  position: relative;
  margin-bottom: 0;
  font-size: 1.5rem;
  letter-spacing: 0;
}
.l-container .fukidashi .top-station-title.c-title-bottom-line::before {
  content: "";
  position: absolute;
  border-bottom: 8px double #411113;
  width: 3rem;
  left: 0;
  top: 33%;
  margin-right: 1.65rem;
}
.l-container .fukidashi .top-station-title.c-title-bottom-line::after {
  content: "";
  position: absolute;
  border-bottom: 8px double #411113;
  width: 3rem;
  right: 0;
  top: 33%;
  margin-left: 1.65rem;
}
.l-container .fukidashi .recommended-box {
  display: block;
}
.l-container .fukidashi .recommended-box:last-child {
  margin-bottom: 0;
}
.fukidashi .recommended-box img {
  width: 32rem;
}
.fukidashi .recommended-box .img-wrap {
  width: auto;
}
.recommended-box .recommended-text {
  margin-left: 0.6rem;
  position: relative;
}
.recommended-box .recommended-text .recommended-ttl {
  font-size: 2.4rem;
  line-height: 3.8rem;
  color: #411113;
}
.recommended-box .recommended-text .recommended-ttl .ft-28 {
  font-size: 1.75rem;
  display: block;
}
.recommended-box .recommended-text p {
  font-size: 14px;
 /* line-height: 2.5rem;*/
  margin-top: 1rem;
}
.recommended-box .recommended-text .top-know-button {
  text-align: right;
  margin-top: 1rem;
}
@media print, screen and (min-width: 550px) {
  #ene-lower .l-container .fukidashi::before {
    left: 15rem;
  }
}
@media print, screen and (min-width: 768px) {
  #ene-lower .convo.convo-sec1-1 .convo-item.left.center .convo-chara {
    width: 6rem;
  }
  #ene-lower .convo.convo-sec1-1 .convo-item.left.center {
    width: 64.5575rem;
  }
  #ene-lower .convo.convo-sec1-1 .convo-item.left.center .convo-comment {
    padding: 1.25rem 1.4rem;
  }
  #ene-lower .l-container h4 {
    font-size: 2.8rem;
    margin-bottom: 4.2rem;
    line-height: 1.7;
    letter-spacing: 0.1em;
  }
  #ene-lower .l-container .map-box::after {
    position: absolute;
    content: "";
    background: url("../img/ene-adventure/machi/tree-01.png") no-repeat center center/100% auto;
    width: 9.3rem;
    height: 9.9rem;
    bottom: -153px;
    right: 20px;
    z-index: 1;
  }
  .fukidashi .top-box {
    margin-bottom: 4.9rem;
  }
  .fukidashi .top-box .img-box::before {
    background: url("../img/ene-adventure/machi/namimaru.png") no-repeat center center/100% auto;
    top: -12rem;
    left: 0;
    width: 14.3rem;
    height: 12.1rem;
  }
  .fukidashi .top-box .img-box::after {
    content: "";
    position: absolute;
    background: url("../img/ene-adventure/machi/fuchan.png") no-repeat center center/100% auto;
    z-index: 6;
    width: 14.7rem;
    height: 12.3rem;
    right: -11rem;
    bottom: -1.2rem;
  }
  #ene-lower .l-container .fukidashi {
    border-radius: 5rem;
    padding: 10rem 13rem;
	margin-top: 6.4rem;
  }
  #ene-lower .l-container .fukidashi::before {
    left: 40rem;
	top: -3.5rem;
  }
  #ene-lower .l-container .fukidashi::after {
    content: "";
    background: url("../img/ene-adventure/machi/ani-03.png") no-repeat center center/100% auto;
    width: 17.4rem;
    height: 7.8rem;
    display: block;
    position: absolute;
    bottom: -55px;
    left: 0;
    z-index: 1;
  }
  .fukidashi .topics {
    display: flex;
    padding: 2.1rem 2.3rem;
    margin-top: 2rem;
  }
  .fukidashi .topics::before {
    right: 1.4rem;
  }
  .l-container .fukidashi .top-station-title.c-title-bottom-line {
    border-bottom: none;
    position: relative;
    margin-bottom: 0;
    font-size: 2.4rem;
  }
  .l-container .fukidashi .top-station-title.c-title-bottom-line::before, .l-container .fukidashi .top-station-title.c-title-bottom-line::after {
    width: 8rem;
  }
  .l-container .fukidashi .recommended-box {
    display: flex;
    margin-bottom: 3.05rem;
  }
  .recommended-box .recommended-text {
    margin-left: 2.3rem;
  }
  .fukidashi .recommended-box img,
  .fukidashi .recommended-box .img-wrap {
    height: 23rem;
  }
  .fukidashi .recommended-box .img-wrap {
    width: 30.9083rem;
    flex-shrink: 0;
  }
  .fukidashi .top-box .text-wrap .spot {
    width: 9.6rem;
    height: 9.6rem;
  }
  .fukidashi .top-box .text-wrap .text-box .spot-ttl {
    font-size: 3.75rem;
  }
  .fukidashi .top-box .text-wrap .text-box p {
    font-size: 14px;
    margin-top: 0;
    line-height: 2.2rem;
    margin-bottom: 0.9rem;
  }
  .fukidashi .topics img {
    width: 20.75rem;
    margin-right: 2.6rem;
  }
  .monkey-2 {
    position: relative;
  }
  .monkey-2::after{
    content: "";
    background: url("../img/ene-adventure/machi/ani-04.png") no-repeat center center/100% auto;
    display: block;
    position: absolute;
    right: -19rem;
    bottom: -7rem;
    z-index: 1;
    width: 11.6rem;
    height: 9.6rem;
  }
}
@media print, screen and (min-width: 1000px) {
  .l-container .fukidashi .top-station-title.c-title-bottom-line::before, .l-container .fukidashi .top-station-title.c-title-bottom-line::after {
    width: 13rem;
  }
}
@media print, screen and (min-width: 1070px){
  #ene-lower .l-container .fukidashi::before {
    left: 46rem;
  }
}
/*footer*/
.footer-deco-ene {
  position: relative;
}
.footer-deco-ene::after {
  content: "";
  position: absolute;
  background: url("../img/ene-adventure/machi/sp/ani-05.png") no-repeat center center/100% auto;
  width: 16rem;
  height: 7.4rem;
  top: -8rem;
  right: 0;
}
.footer-deco-ene::after {
  right: 0;
}
@media print, screen and (min-width: 768px) {
  .footer-deco-ene::after {
    background: url("../img/ene-adventure/ea-footer-doco.png") no-repeat center center/100% auto;
    width: 13.5rem;
    height: 10.125rem;
    top: -11rem;
    right: -2.5rem;
  }
}
@media print, screen and (min-width: 1450px) {
  .footer-deco-ene::after {
    right: 0;
  }
}
/*!
page > ene-adventure/yama
------------------------------
*/
/*yama*/
.l-container .fukidashi .top-station-title.yama {
  margin-top: 2.5rem;
}
.l-container .fukidashi .top-station-title.yama::before, .l-container .fukidashi .top-station-title.yama::after {
  width: 1.5rem;
  top: 25%;
}
.deco-box {
  position: relative;
}
.deco-box::before {
  content: "";
  position: absolute;
  background: url("../img/ene-adventure/machi/namimaru.png") no-repeat center center/100% auto;
  display: block;
  z-index: 6;
  left: -15px;
  width: 7.4rem;
  height: 6rem;
  bottom: -2rem;
}
.deco-box::after {
  content: "";
  position: absolute;
  background: url("../img/ene-adventure/machi/fuchan.png") no-repeat center center/100% auto;
  z-index: 6;
  right: -32px;
  width: 8.3rem;
  height: 7rem;
  bottom: -2.6rem;
}
.monkey::after, .monkey-middle::after {
  content: none;
}
.l-container .fukidashi .topics {
  margin-bottom: 2.1rem;
}
.recommended-box .recommended-text .recommended-ttl.ft-small {
  font-size: 2.5rem;
}
.recommended-box .recommended-text .recommended-ttl .ft-45 {
  font-size: 2rem;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .l-container .fukidashi .top-station-title.yama::before, .l-container .fukidashi .top-station-title.yama::after {
    width: 7rem;
  }
  .monkey, .monkey-middle {
    position: relative;
  }
  .monkey::after {
    content: "";
    background: url("../img/ene-adventure/machi/ani-04.png") no-repeat center center/100% auto;
    display: block;
    position: absolute;
    right: -19rem;
    bottom: 0;
    z-index: 1;
    width: 11.6rem;
    height: 9.6rem;
  }
  .monkey-middle::after {
    content: "";
    background: url("../img/ene-adventure/machi/ani-04.png") no-repeat center center/100% auto;
    display: block;
    position: absolute;
    right: -19rem;
    bottom: 30%;
    z-index: 1;
    width: 11.6rem;
    height: 9.6rem;
  }
  .recommended-box .recommended-text .recommended-ttl.ft-small {
    font-size: 2.9rem;
  }
  .recommended-box .recommended-text .recommended-ttl .ft-45 {
    font-size: 2.5rem;
  }
  .deco-box::before {
    bottom: -4rem;
    left: -1rem;
    width: 14.3rem;
    height: 12.1rem;
  }
  .deco-box::after {
    width: 14.7rem;
    height: 12.3rem;
    right: -6rem;
    bottom: -5rem;
  }
}
@media print, screen and (min-width: 990px) {
  .l-container .fukidashi .top-station-title.yama::before, .l-container .fukidashi .top-station-title.yama::after {
    width: 9rem;
  }
}
@media print, screen and (min-width: 1120px) {
  .l-container .fukidashi .top-station-title.yama::before, .l-container .fukidashi .top-station-title.yama::after {
    width: 12rem;
  }
  .deco-box::before {
    left: 0;
  }
  .deco-box::after {
    right: -3rem;
  }
}