/**
 * _component.scss
 */
/* mixin
--------------------------------------------------*/
/**
 * destination.scss
 */
/* layout
--------------------------------------------------*/
.main {
  position: relative;
  height: 917px;
  margin-bottom: 3rem;
}
.main__visual {
  position: relative;
  height: 100%;
}
.main__visual .slider {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /* pager */
}
.main__visual .slider .slick-list {
  height: 100%;
  overflow: hidden;
}
.main__visual .slider .slick-track {
  height: 100%;
  overflow: hidden;
}
.main__visual .slider .slick-slide {
  overflow: hidden;
}
.main__visual .slider .item {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.main__visual .slider .item .image {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.main__visual .slider .item .image.sp {
  display: none;
}
.main__visual .slider .item .image img {
  display: none;
}
.main__visual .slider .item__txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  height: 100%;
}
.main__visual .slider .item__txt p {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 5rem;
  font-weight: 700;
  height: 100%;
  color: #ffffff;
  text-align: center;
  padding: 0 6rem;
  line-height: 1.2;
  margin: auto;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5), 0 0 1em rgba(0, 0, 0, 0.5);
}
.main__visual .slider .slick-next {
  right: 3rem;
  z-index: 11;
}
.main__visual .slider .slick-prev {
  left: 3rem;
  z-index: 11;
}
.main__visual .slider .slick-dots {
  position: absolute;
  z-index: 2;
  bottom: 3rem;
  left: 3rem;
}

/* SP */
@media only screen and (max-width: 768px) {
  .main {
    height: 43rem;
    margin-bottom: 3rem;
  }
  .main__visual .slider {
    /* pager */
  }
  .main__visual .slider .item__txt p {
    padding-top: 1rem;
    font-size: 2.5rem;
    padding: 0 4rem;
  }
  .main__visual .slider .item .image.pc {
    display: none;
  }
  .main__visual .slider .item .image.sp {
    display: block;
  }
  .main__visual .slider .slick-next {
    right: 2rem;
  }
  .main__visual .slider .slick-prev {
    left: 2rem;
  }
  .main__visual .slider .slick-dots {
    position: absolute;
    z-index: 2;
    bottom: 2rem;
    left: 2rem;
  }
}
.destination-section + .destination-section {
  margin-top: 8rem;
}
.destination-section.lead .lead__txt {
  font-size: 1.6rem;
}
.destination-section.grid .grid__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.destination-section.grid .grid__list .item {
  width: 25%;
  position: relative;
}
.destination-section.grid .grid__list .item.x2 {
  width: 50%;
}
.destination-section.grid .grid__list .item.x2 .img {
  padding-bottom: 43.0769%;
}
.destination-section.grid .grid__list .item img {
  display: none;
}
.destination-section.grid .grid__list .item .acBtn {
  display: block;
  text-decoration: none;
}
.destination-section.grid .grid__list .item .acBtn.is-open {
  opacity: 0.6;
}
.destination-section.grid .grid__list .item .img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-bottom: 86.1538%;
}
.destination-section.grid .grid__list .item__ttl {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  padding: 3rem 2rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  line-height: 1.4;
  box-sizing: border-box;
}
.destination-section.recommend {
  padding-bottom: 4rem;
}
.destination-section.recommend .section__body {
  padding: 0 6rem;
}
.destination-section.recommend .recommend__slide .item {
  padding: 0 1.25rem;
}
.destination-section.recommend .recommend__slide .item > a {
  display: block;
  background: #ffffff;
  padding: 2rem;
  text-decoration: none;
  color: #000000;
}
html.noTouch .destination-section.recommend .recommend__slide .item > a:hover .item__btn .mod-btn {
  background: #926633;
}
.destination-section.recommend .recommend__slide .item__img {
  margin-bottom: 2rem;
}
.destination-section.recommend .recommend__slide .item__img .img {
  width: 100%;
  height: 15vw;
  max-height: 195px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media only screen and (max-width: 768px) {
	.destination-section.gallery .gallery__slide .item__img img {
  width: 100%;
  max-width: 100%;
  height: 50vw;
  object-fit: cover !important;
  /*max-height: 235px !important;*/
}
}


@media screen and (min-width: 769px) {
/*20190723_yamazaki*/
.destination-section.gallery .gallery__slide .item__img img {
  width: 100%;
  max-width: 100%;
  height: 15vw;
  object-fit: cover !important;
  /*max-height: 235px !important;*/
}


  .destination-section.recommend .recommend__slide .item__img .img {
    height: 255px;
    max-height: inherit;
  }
}
.destination-section.recommend .recommend__slide .item__img img {
  display: none;
}
.destination-section.recommend .recommend__slide .item__ttl {
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 2rem;
  line-height: 1.4;
}
.destination-section.recommend .recommend__slide .item__btn {
  text-align: center;
}
.destination-section.recommend .slick-dots {
  width: 100%;
  position: absolute;
  bottom: -4rem;
}
.destination-section.recommend .slick-dots li button {
  background: rgba(32, 0, 0, 0.5);
  width: 1rem;
  height: 1rem;
}
.destination-section.recommend .slick-dots li.slick-active button {
  background: #200000;
}
.destination-section.recommend .slick-next:before,
.destination-section.recommend .slick-prev:before {
  color: #200000;
}
.destination-section.recommend .slick-next {
  right: -3rem;
}
.destination-section.recommend .slick-prev {
  left: -3rem;
}
.destination-section.gallery .gallery__slide .item__img {
  position: relative;
}
.destination-section.gallery .gallery__slide .item__img:before {
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 1rem;
  right: 1rem;
  color: #ffffff;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e905';
  font-size: 1.8rem;
}
.destination-section.map .map__iframe {
  position: relative;
  padding-bottom: 40%;
  height: 0;
  overflow: hidden;
}
.destination-section.map .map__iframe iframe,
.destination-section.map .map__iframe object,
.destination-section.map .map__iframe embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.destination-section.overview {
  padding-bottom: 6rem;
}
.destination-section.overview .overview__list {
  max-width: 860px;
  margin: 0 auto;
}
@media only screen and (min-width: 1600px) {
  .destination-section.overview .overview__list {
    max-width: 1075px;
  }
}
.destination-section.overview .overview__list .item + .item {
  margin-top: 6rem;
}
.destination-section.overview .overview__list .item:nth-child(even) .item__ttl {
  text-align: right;
}
.destination-section.overview .overview__list .item:nth-child(even) .item__ttl:before {
  left: auto;
  right: 0;
}
.destination-section.info {
  background: #46291E;
}
.destination-section.info .info__btn {
  padding: 6rem 0;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}
@media only screen and (min-width: 1600px) {
  .destination-section.info .info__btn {
    max-width: 1250px;
  }
}
.destination-section.info .info__btn .mod-btn {
  width: 100%;
  background: #926633;
  padding: 3rem 0;
  font-size: 2rem;
  font-weight: 700;
}
.destination-section.info .info__btn .mod-btn:before {
  font-size: 1.7rem;
  right: 2rem;
}
.noTouch .destination-section.info .info__btn .mod-btn:hover {
  color: #46291E;
  background: #F8F6EA;
}
.noTouch .destination-section.info .info__btn .mod-btn:hover:before {
  color: #46291E;
}

/* SP */
@media only screen and (max-width: 768px) {
  .destination-section + .destination-section {
    margin-top: 6rem;
  }
  .destination-section.lead .lead__txt {
    font-size: 1.4rem;
  }
  .destination-section.grid .grid__list {
    display: block;
  }
  .destination-section.grid .grid__list .item {
    width: auto;
  }
  .destination-section.grid .grid__list .item.x2 {
    width: auto;
  }
  .destination-section.grid .grid__list .item.x2 .img {
    padding-bottom: 64%;
  }
  .destination-section.grid .grid__list .item .img {
    padding-bottom: 64%;
  }
  .destination-section.grid .grid__list .item__ttl {
    font-size: 1.8rem;
    padding: 8rem 2rem 1rem;
  }
  .destination-section.recommend {
    padding-bottom: 4rem;
  }
  .destination-section.recommend .section__body {
    padding: 0;
  }
  .destination-section.recommend .recommend__slide .item {
    padding: 0 2rem;
  }
  .destination-section.recommend .recommend__slide .item__img .img {
    max-height: none;
    height: 50.78vw;
  }
  .destination-section.recommend .recommend__slide .item__ttl {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
  .destination-section.recommend .slick-dots {
    bottom: -3rem;
  }
  .destination-section.recommend .slick-dots li button {
    width: 0.8rem;
    height: 0.8rem;
  }
  .destination-section.recommend .slick-next,
  .destination-section.recommend .slick-prev {
    top: auto;
    bottom: -3.5rem;
  }
  .destination-section.recommend .slick-next {
    right: 2rem;
  }
  .destination-section.recommend .slick-prev {
    left: 2rem;
  }
  .destination-section.map .map__iframe {
    padding-bottom: 74.6666%;
  }
  .destination-section.overview {
    padding-bottom: 0rem;
  }
  .destination-section.overview .overview__list .item + .item {
    margin-top: 4rem;
  }
  .destination-section.overview .overview__list .item:nth-child(even) .item__ttl {
    text-align: left;
  }
  .destination-section.overview .overview__list .item:nth-child(even) .item__ttl:before {
    left: 0;
    right: auto;
  }
  .destination-section.info .info__btn {
    padding: 3rem 0;
  }
  .destination-section.info .info__btn .mod-btn {
    padding: 2rem;
    font-size: 1.6rem;
    text-align: left;
    line-height: 1.4;
  }
  .destination-section.info .info__btn .mod-btn:before {
    font-size: 1.7rem;
    right: 2rem;
  }
}
.acItem {
  display: none;
  width: 100%;
  background: #46291E;
  padding: 0 6rem;
  box-sizing: border-box;
}
.acItem__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
  padding: 5rem 0;
  position: relative;
  z-index: 10;
}
.acItem__slidArea {
  width: 48%;
}
.acItem__slidArea .slick-dots {
  position: absolute;
  right: -1rem;
  bottom: -2.5rem;
}
.acItem__slidArea .slick-dots li button {
  width: 1rem;
  height: 1rem;
}
.acItem__slidArea .slick-dots li button:hover {
  background: #926633;
}
.acItem__slidArea .slick-dots li.slick-active button {
  background: #926633;
}
.acItem__slidArea .slick-prev,
.acItem__slidArea .slick-next {
  top: auto;
  bottom: -2.5rem;
}
.acItem__slidArea .slick-prev:before,
.acItem__slidArea .slick-next:before {
  font-size: 1.2rem;
}
.acItem__slidArea .slick-next {
  right: auto;
  left: 2.5rem;
}
.acItem__txtArea {
  width: 48%;
  color: #ffffff;
}
.acItem__ttl {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  border-bottom: 1px solid #926633;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
  color: #ffffff;
}
.acItem__btn {
  top: 2.5rem;
  right: -5rem;
  position: absolute;
}
.acItem__btn .mod-close {
  cursor: pointer;
  display: block;
  width: 2rem;
  height: 3rem;
}
.acItem__btn .mod-close span {
  display: none;
}
.acItem__btn .mod-close:before, .acItem__btn .mod-close:after {
  width: 4rem;
  background: #ffffff;
}

/* SP */
@media only screen and (max-width: 768px) {
  .acItem {
    padding: 0 2rem;
  }
  .acItem__inner {
    display: block;
    padding: 2rem 0;
  }
  .acItem__slidArea {
    width: auto;
    margin-bottom: 5rem;
  }
  .acItem__txtArea {
    width: auto;
  }
  .acItem__ttl {
    font-size: 1.7rem;
  }
  .acItem__btn {
    text-align: center;
    position: static;
  }
  .acItem__btn .mod-close {
    color: #ffffff;
    display: inline-block;
    width: auto;
    height: auto;
  }
  .acItem__btn .mod-close span {
    display: block;
  }
  .acItem__btn .mod-close:before, .acItem__btn .mod-close:after {
    width: 1.2rem;
    background: #ffffff;
  }
}
.gallery__modal {
  display: block;
  max-width: 80rem;
  margin: 0 auto;
  background: #ffffff;
  padding: 5rem 5rem 3rem 5rem;
  box-sizing: border-box;
}
.gallery__modal .item__cap {
  margin-top: 2rem;
  line-height: 1.4;
}
.gallery__modal .item__btn {
  display: none;
}

/* SP */
@media only screen and (max-width: 768px) {
  .gallery__modal {
    padding: 2rem;
  }
  .gallery__modal .item__cap {
    margin-top: 1rem;
  }
  .gallery__modal .item__btn {
    margin-top: 2rem;
    display: block;
    text-align: center;
  }
}
.recommend__modal {
  display: block;
  max-width: 1100rem;
  margin: 0 auto;
  background: #ffffff;
  padding: 5rem;
  box-sizing: border-box;
}
.recommend__modal .item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.recommend__modal .item__slidArea {
  width: 48%;
}
.recommend__modal .item__slidArea .slick-dots {
  position: absolute;
  right: -1rem;
  bottom: -2.5rem;
}
.recommend__modal .item__slidArea .slick-dots li button {
  background: rgba(32, 0, 0, 0.5);
  width: 1rem;
  height: 1rem;
}
.recommend__modal .item__slidArea .slick-dots li.slick-active button {
  background: #200000;
}
.recommend__modal .item__slidArea .slick-prev,
.recommend__modal .item__slidArea .slick-next {
  top: auto;
  bottom: -2.5rem;
}
.recommend__modal .item__slidArea .slick-prev:before,
.recommend__modal .item__slidArea .slick-next:before {
  font-size: 1.2rem;
  color: #200000;
}
.recommend__modal .item__slidArea .slick-next {
  right: auto;
  left: 2.5rem;
}
.recommend__modal .item__txtArea {
  width: 48%;
}
.recommend__modal .item__ttl {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  border-bottom: 1px solid #46291E;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
  color: #46291E;
}
.recommend__modal .item__btn {
  display: none;
}

/* SP */
@media only screen and (max-width: 768px) {
  .modaal-close {
    display: none;
  }

  .recommend__modal {
    padding: 2rem;
  }
  .recommend__modal .item {
    display: block;
  }
  .recommend__modal .item__slidArea {
    width: 29.5rem;
    margin: 0 auto 4rem;
  }
  .recommend__modal .item__slidArea img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .recommend__modal .item__txtArea {
    width: auto;
  }
  .recommend__modal .item__ttl {
    font-size: 1.7rem;
  }
  .recommend__modal .item__btn {
    margin-top: 2rem;
    display: block;
    text-align: center;
  }
}
.mod-close {
  display: inline-block;
  text-decoration: none;
  font-size: 1.6rem;
  color: #200000;
  font-family: "arial";
  font-weight: 700;
  padding-left: 1.8rem;
  position: relative;
}
.mod-close:before, .mod-close:after {
  content: "";
  display: block;
  position: absolute;
  top: 1.4rem;
  left: 0;
  z-index: 2;
  width: 1.2rem;
  height: 0.1rem;
  background: #200000;
}
.mod-close:before {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.mod-close:after {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
