@charset "utf-8";
#underPage .sec {
  padding: 0 0 80px;
}
@media screen and (max-width: 767px) {
  #underPage .sec {
    padding: 0 0 50px;
  }
}

/* ======
page-name #旅行会社の方へ
======*/
.p-travel .sec a {
  text-decoration: underline;
  transition: 0.3s;
}
.p-travel .sec a:hover {
  opacity: 0.7;
}
.p-travel .mb {
  margin-bottom: 40px;
}
/* ======
page-name #アクセス
======*/
.p-access .l-inner__link ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin: 0 0 100px;
}
.p-access .l-inner__link ul li a {
  text-decoration: underline;
  display: inline-block;
  padding-right: 36px;
  background: url(../img/common/icon_arrow03.png) no-repeat center right;
  background-size: contain;
  transition: 0.3s;
}
.p-access .l-inner__link ul li a:hover {
  opacity: 0.7;
}
.p-access .search__wrap {
  max-width: 1000px;
  margin: 0 auto;
}
.p-access .search__wrap p {
  font-weight: 700;
  margin-bottom: 6px;
}
.p-access .search__wrap .c-btn {
  margin-bottom: 12px;
}
.p-access .search__wrap .u-center {
  font-size: 1.2rem;
}
.p-access .access_root {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 0 0 40px;
}
.p-access .access_start,
.p-access .access_goal {
  width: 440px;
}
.p-access .access_selectbox {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.p-access .access_selectbox select {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  background-color: #fff;
  color: #232f50;
  font-size: 1.6rem;
  font-weight: 700;
  height: 54px;
  padding: 16px 24px;
  border: 2px solid #232f50;
  border-radius: 4px;
}
.p-access .access_goal_input {
  display: inline-block;
  outline: none;
  width: 100%;
  background-color: #fff;
  color: #232f50;
  font-size: 1.6rem;
  font-weight: 700;
  height: 54px;
  padding: 16px 24px;
  border: 2px solid #232f50;
  border-radius: 4px;
}
.p-access .access_arrow_img {
  padding: 38px 0 0;
}
.p-access .c-map__wrap {
  background: #fff;
  border: 4px solid #e9f1f6;
  padding: 40px;
  border-radius: 24px;
}
.p-access .c-map__wrap .imgArea {
  margin: 0 0 40px;
}
.p-access .c-map__wrap p {
  font-size: 1.2rem;
}
.p-access .c-accessLink ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  padding: 0 0 80px;
}
.p-access .c-accessLink ul li {
  width: 24.8%;
}
.p-access .c-accessLink ul li a {
  transition: opacity 0.3s;
}
.p-access .c-accessLink ul li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-access .l-inner__link ul {
    gap: 15px;
    margin: 0 0 60px;
  }
  .p-access .access_root {
    display: block;
  }
  .p-access .access_start,
  .p-access .access_goal {
    width: 100%;
  }
  .p-access .access_arrow_img {
    padding: 15px 0;
    text-align: center;
  }
  .p-access .access_arrow_img img {
    transform: rotate(90deg);
  }
  .p-access .c-map__wrap {
    padding: 20px 10px;
  }
  .p-access .c-map__wrap .imgArea {
    margin: 0 0 15px;
  }
  .p-access .c-accessLink ul {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0;
  }
  .p-access .c-accessLink ul li {
    width: 49%;
    margin-bottom: 2%;
  }
}

/* ======
page-name #トピックス
======*/
.topicsDetail {
  padding: 0 0 80px;
}
.topicsDetail h1 {
  font-size: 3.6rem;
  line-height: 1.4;
  margin: 0 0 60px;
}
.topicsDetail .topicsDetail__inner {
  padding: 0 0 80px;
}
.topicsDetail .topicsDetail__inner a {
  text-decoration: underline;
  transition: 0.3s;
}
.topicsDetail .topicsDetail__inner p + p {
  margin-top: 10px;
}
.topicsDetail .topicsDetail__inner a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .topicsDetail {
    padding: 0 0 40px;
  }
  .topicsDetail h1 {
    font-size: 2.6rem;
    line-height: 1.4;
    margin: 0 0 40px;
  }
  .topicsDetail .topicsDetail__inner {
    padding: 0 0 40px;
  }
}
/* ======
page-name #ふくしまDC特別企画
======*/
.p-special .p-special-top {
  height: 660px;
}
.p-special-top h1.heading__special,
.p-special-top p {
  text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
}
.p-special .p-special-top.special01 {
  background: url(../img/under/special/special01/mv_pc.jpg) no-repeat center;
  background-size: cover;
}
.p-special .p-special-top.special02 {
  background: url(../img/under/special/special02/mv_pc.jpg) no-repeat center;
  background-size: cover;
}
.p-special .p-special-top.special03 {
  background: url(../img/under/special/special03/mv_pc.jpg) no-repeat center;
  background-size: cover;
}
.p-special .p-special-top.special04 {
  background: url(../img/under/special/special04/mv_pc.jpg) no-repeat center;
  background-size: cover;
}
.p-special .p-special-top.special_another {
  background: url(../img/under/special/special_another/mv_pc.jpg) no-repeat
    center;
  background-size: cover;
}
.p-special .p-special-top.special_jr {
  background: url(../img/under/special/special_jr/mv_pc.jpg) no-repeat bottom
    center;
  background-size: cover;
}
.p-special .p-special-top.special_other {
  background: url(../img/under/special/special_other/mv_pc.jpg) no-repeat bottom
    center;
  background-size: cover;
}
.p-special .p-special-top.special_fit {
  background: url(../img/under/special/special_fit/mv_pc.jpg) no-repeat bottom
    center;
  background-size: cover;
}
.p-special .p-special-top .l-inner {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
  position: relative;
}
.p-special .p-special-top .text-area {
  position: absolute;
  left: 0;
  top: 220px;
  width: 620px;
  color: #fff;
}
.p-special .p-special-top .text-area p {
  font-size: 2rem;
}
.heading__special {
  margin: 0 0 40px;
}
.heading__special .heading__special_main {
  font-size: 6.4rem;
  display: block;
  line-height: 1.4;
}
.heading__special .heading__special_main rt {
  font-size: 1.2rem;
  margin: 0 0 8px;
}
.heading__special .heading__special_sub {
  font-size: 1.8rem;
  display: block;
}
.p-secial-search {
  padding: 100px 0;
  background: #e9f1f6;
  position: relative;
}
.p-secial-search.special_fit {
  padding: 20px 0 100px;
}
.p-secial-search::before {
  content: "";
  display: block;
  width: 100%;
  height: 56px;
  background: url(../img/common/wave03.svg) repeat-x bottom center;
  background-size: 1440px auto;
  position: absolute;
  top: -56px;
  left: 0;
}
.p-secial-search .l-inner {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
}
.l-search-list {
  padding: 80px 15px;
}
.l-spot__wrap .l-search-list {
  padding-bottom: 0;
}
.l-search-list .l-search-listItem + .l-search-listItem {
  margin: 40px 0 0;
}
@media screen and (max-width: 767px) {
  .p-special .p-special-top {
    height: 740px;
  }
  .p-special .p-special-top.special01 {
    background: url(../img/under/special/special01/mv_sp.jpg) no-repeat bottom
      center;
    background-size: cover;
  }
  .p-special .p-special-top.special02 {
    background: url(../img/under/special/special02/mv_sp.jpg) no-repeat bottom
      center;
    background-size: cover;
  }
  .p-special .p-special-top.special03 {
    background: url(../img/under/special/special03/mv_sp.jpg) no-repeat bottom
      center;
    background-size: cover;
  }
  .p-special .p-special-top.special04 {
    background: url(../img/under/special/special04/mv_sp.jpg) no-repeat bottom
      center;
    background-size: cover;
  }
  .p-special .p-special-top.special_another {
    background: url(../img/under/special/special_another/mv_sp.jpg) no-repeat
      bottom center;
    background-size: cover;
  }
  .p-special .p-special-top.special_jr {
    background: url(../img/under/special/special_jr/mv_sp.jpg) no-repeat bottom
      center;
    background-size: cover;
  }
  .p-special .p-special-top.special_other {
    background: url(../img/under/special/special_other/mv_sp.jpg) no-repeat
      bottom center;
    background-size: cover;
  }
  .p-special .p-special-top.special_fit {
    background: url(../img/under/special/special_fit/mv_sp.jpg) no-repeat bottom
      center;
    background-size: cover;
  }
  .p-special .p-special-top .l-inner {
    width: 90%;
    position: relative;
  }
  .p-special .p-special-top .text-area {
    position: relative;
    left: 0;
    top: 140px;
    width: 100%;
  }
  .p-special .p-special-top .text-area p {
    font-size: 2rem;
  }
  .heading__special {
    margin: 0 0 40px;
  }
  .heading__special .heading__special_main {
    font-size: 4.6rem;
    display: block;
    line-height: 1.4;
  }
  .heading__special .heading__special_main rt {
    font-size: 1.2rem;
    margin: 0 0 8px;
  }
  .heading__special .heading__special_sub {
    font-size: 1.8rem;
    display: block;
  }
  .p-secial-search::before {
    content: "";
    display: block;
    width: 100%;
    height: 16px;
    background: url(../img/common/wave03_sp.svg) repeat-x bottom center;
    background-size: cover;
    position: absolute;
    top: -16px;
    left: 0;
  }
  .p-secial-search {
    padding: 80px 0;
  }
  .l-spot__wrap .l-search-list {
    width: 90%;
    margin: 0 auto;
    padding: 40px 0;
  }
}
/* ======
page-name #スポット
======*/
.l-spotDetail__wrap {
  position: relative;
  top: -80px;
}
.l-spot__wrap {
  background: #e9f1f6;
  border-radius: 80px 80px 0 0;
}
.l-spotDetail__wrap .l-spot__wrap {
  padding: 0 0 133px;
}
.l-spot_detailMain {
  padding: 76px 0 350px;
  /* height: 760px; */
  background: url(../img/under/spot/bg_bokashi.jpg);
  background-size: cover;
}
.l-spot_detailMain .l-bread .breadcrumb__list {
  color: #fff;
}
.l-spot_detailMain .l-bread .breadcrumb__list a {
  color: #fff;
}
.l-spot_detailMain
  .l-bread
  .breadcrumb__list
  > .breadcrumb__item
  + .breadcrumb__item::before {
  background: url(../img/common/icon_arrow02.svg) no-repeat center;
  background-size: contain;
}
.spotDetail__h {
  font-size: 5.8rem;
  color: #fff;
  line-height: 1.4;
  margin: 0 0 15px;
}
.spotDetail__wrap {
  display: flex;
  align-items: center;
  gap: 16px;
}
.spotDetail__wrap .spotArea {
  width: 56px;
}
.spotDetail__ul {
  width: calc(100% - 72px);
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  gap: 16px;
}
.spot__sliderWrap {
  position: relative;
  top: -200px;
  text-align: center;
}
/* .spot__sliderWrap img {
  border-radius: 24px;
} */
.spot__text {
  margin: -100px 0 40px;
}
.spot__detailArea {
  background: #fff;
  padding: 24px;
}
.spot__detailArea dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.spot__detailArea dt {
  width: 9em;
  padding: 5px;
  font-weight: 700;
}
.spot__detailArea dd {
  width: calc(100% - 10em);
  padding: 5px;
  overflow-wrap: break-word;
}
.spot__detailArea dd a {
  color: #3f8bc9;
  text-decoration: underline;
}
.l-spotDtail__related {
  position: relative;
  top: -110px;
}
.l-spotDtail__related .c-heading {
  margin: 0 0 80px;
}
.spotDtail__relatedList {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 0 0 80px;
}
.spotDtail__relatedList li {
  width: calc((100% - 40px) / 3);
}
.spotDtail__relatedList li a {
  transition: 0.3s;
}
.spotDtail__relatedList li .imgArea {
  margin-bottom: 24px;
  height: 200px;
  width: 100%;
}
.spotDtail__relatedList li .imgArea img {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  object-fit: cover;
}
.spotDtail__relatedList li a:hover {
  opacity: 0.7;
}
.spotDtail__relatedList li .title {
  font-weight: 700;
  margin-bottom: 16px;
  font-size: 1.8rem;
}
.spot_mapArea {
  margin: 60px 0 0;
}
.spot_mapArea .map__inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
}
.spot_mapArea .map__inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 767px) {
  .spot__sliderWrap img {
    border-radius: 12px;
  }
  .l-spot__wrap {
    border-radius: 40px 40px 0 0;
  }
  .l-spot_detailMain {
    padding: 76px 0 calc(44vw);
    height: auto;
  }
  .l-spotDetail__wrap {
    top: -8vw;
  }
  .spotDtail__relatedList {
    display: block;
    margin: 0 0 40px;
  }
  .spotDtail__relatedList li {
    width: 100%;
  }
  .spotDtail__relatedList li + li {
    margin-top: 30px;
  }
  .spotDtail__relatedList li .imgArea {
    margin-bottom: 16px;
  }
  .spotDtail__relatedList li .title {
    margin-bottom: 12px;
  }
  .spotDetail__h {
    font-size: 3.6rem;
  }
  .spotDetail__ul {
    display: flex;
    color: #fff;
    gap: 6px 16px;
  }
  .spot__sliderWrap {
    top: -20vw;
  }
  .spot__text {
    margin: -8vw 0 40px;
  }
  .spot__detailArea {
    background: #fff;
    padding: 12px;
  }
  .l-spotDtail__related .c-heading {
    margin: 0 0 40px;
  }
  .spot__detailArea dt {
    width: 6em;
    padding: 5px;
    font-weight: 700;
  }
  .spot__detailArea dd {
    width: calc(100% - 6em);
    padding: 5px;
  }
  .spot_mapArea {
    margin: 40px 0 0;
  }
}
/*スライダー*/
.slider6-wrap {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.slider-6 .slick-slide {
  max-height: 600px;
  height: 60vw;
  overflow: hidden;
}
.slider-6 .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.thumbs_dots {
  position: absolute;
  bottom: -36px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.thumbs_list li {
  display: inline-block;
  width: 80px;
  height: 54px;
  opacity: 0.4;
  cursor: pointer;
  transition: opacity 0.3s;
  margin: 0 8px;
  z-index: 10;
}
.thumbs_list li.slick-active {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .thumbs_dots {
    bottom: -6vw;
  }
  .thumbs_list li {
    width: 12vw;
    height: 8vw;
    margin: 0 4px;
  }
}
/* ======
page-name #サイトポリシー
======*/
.p-policy .sec a {
  text-decoration: underline;
}

/* ======
検索結果
======*/
.c-noesult {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
}
