@charset "UTF-8";
html {
  overflow-y: scroll;
  outline: none;
}

html::-webkit-scrollbar {
  display: none;
}

body {
  font-family: "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

.l__inner {
  margin: 0 auto;
}

.m__inner {
  width: 60%;
  margin: 0 auto;
}

h2.heading__ttl {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  text-align: center;
  font-size: 34px;
  margin-bottom: 50px;
}

.sec__lead__inner {
  font-size: 15.3px;
  line-height: 2.2;
  margin-bottom: 50px;
}

.btn,
a,
button {
  transition: 0.3s;
}

.btn:hover,
a:hover,
button:hover {
  opacity: 0.7;
}

.br__sp {
  display: none;
}

area {
  border: none;
  outline: none;
}

.pc__map {
  display: block;
}

.pc__map area {
  cursor: pointer;
}

.sp__map {
  display: none;
}

/* ヘッダー */
header {
  position: absolute;
  top: 0;
  z-index: 1001;
  width: 100%;
}

header .header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  width: 100%;
  margin: 0 auto;
  padding: 23px 30px 23px 30px;
  position: fixed;
  z-index: 1000;
  color: #fff;
}

header .header__inner.scroll {
  background: #fff;
}

header .header__inner.active {
  width: 100%;
}

header .header__inner .header__logo {
  width: 200px;
  margin-right: 10px;
}

header .header__inner .header__logo a {
  display: block;
  width: 100%;
}

header .header__inner .header__logo a img {
  display: block;
  width: 100%;
}

header .header__inner .header__nav {
  display: flex;
  justify-content: space-between;
}

header .header__inner .header__nav .header__nav__inner {
  display: flex;
  font-weight: bold;
  justify-content: space-between;
}

header .header__inner .header__nav .header__nav__inner .header__nav__list {
  margin-right: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-radius: 50px;
  padding: 10px 12px;
}

header .header__inner .header__nav .header__nav__inner .header__nav__list .header__nav__item a {
  color: #000;
  font-size: 11px;
  line-height: 1.3;
  border-right: 1px solid #a3a3a3;
  display: block;
  margin-right: 5px;
  padding: 0 5px;
}

header .header__inner .header__nav .header__nav__inner .header__nav__list .header__nav__item.last a {
  border-right: none;
}

header .header__inner .header__nav .header__nav__inner .lang__nav {
  display: flex;
  margin-right: 10px;
  justify-content: space-around;
  align-items: center;
  background: #fff;
  border-radius: 50px;
  width: 170px;
  font-size: 10px;
  padding: 17px 12px;

}

header .header__inner .header__nav .header__nav__inner .lang__nav li {
  width: 50%;
  height: 100%;
  text-align: center;
}

header .header__inner .header__nav .header__nav__inner .lang__nav li a {
    color: #000;
    font-size: 11px;
    line-height: 1.3;
    border-right: 1px solid #a3a3a3;
    display: block;
    margin-right: 5px;
    padding: 0 5px;
}
header .header__inner .header__nav .header__nav__inner .lang__nav li:last-child a {
	border-right: none;
}

header .header__inner .header__nav .header__nav__inner .btn__tour {
  line-height: 1.3;
  width: 147px;
  padding: 0 10px;
  color: #fff;
  background: #000;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

header .header__inner .header__nav .header__nav__inner .btn__tour::after {
  content: "";
  width: 11px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 5px;
  background-image: url(/assets/images/common/ico_arrow_wh.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

header .header__inner.white {
  background: #fff;
  display: block;
}

@media screen and (min-width: 886px) {
  .mv__keyvisual {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 5;
  }
  .mv__keyvisual video {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
  }
}

/* メインビジュアル */
main.fukushima {
  margin-top: 0;
}

main.fukushima .mv__keyvisual .mv__ttl__inner {
  width: 560px;
  background: #fff;
  position: absolute;
  top: 35%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.7);
  padding: 62px 45px 45px 77px;
  z-index: 6;
}

main.fukushima .mv__keyvisual .mv__ttl__inner .mv__ttl {
  text-align: initial;
  font-size: 30px;
  margin-bottom: 20px;
}

main.fukushima .mv__keyvisual .mv__ttl__inner .mv__ttl span {
  font-size: 23px;
  display: block;
  margin-top: 20px;
  line-height: 1.5;
}

main.fukushima .mv__keyvisual .mv__ttl__inner .mv__txt {
  font-size: 12px;
  font-weight: bold;
  line-height: 2;
}

.about .l__inner {
  width: 1200px;
  margin: 0 auto;
  /* youTube1つ */
}

.about .l__inner .heading__ttl {
  margin: 62px 0 54px 0;
  font-size: 34px;
}

.about .l__inner .heading__ttl span {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  margin-top: 40px;
  display: block;
}

.about .l__inner .heading__ttl span.justify {
  letter-spacing: 0.2em;
  display: block;
  margin-bottom: -20px;
}

.about .l__inner .youTube__box .youTube__box__inner {
  border: 1px solid #d4d4d4;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
  margin-bottom: 38.25px;
}

.about .l__inner .youTube__box .youTube__box__inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about .l__inner .youTube__box a {
  font-weight: 400;
  width: 77.5px;
  display: block;
  margin: 0 auto;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-style: none;
  margin-bottom: 38px;
  padding: 8px 0;
  font-size: 17px;
}

.about .l__inner .youTube__list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}

.about .l__inner .youTube__list .youTube__item {
  width: 32%;
  display: block;
  margin-bottom: 50px;
}

.about .l__inner .youTube__list .youTube__item .youTube__item__inner {
  width: 100%;
  padding-bottom: 55.1%;
  height: 0px;
  position: relative;
  margin-bottom: 20px;
}

.about .l__inner .youTube__list .youTube__item .youTube__item__inner iframe {
  border: 1px solid #d4d4d4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about .l__inner .youTube__list .youTube__item .youTube__item__txt__inner p {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
}

.about .l__inner .youTube__list .youTube__item .youTube__item__txt__inner .youTube__btn__inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about .l__inner .youTube__list .youTube__item .youTube__item__txt__inner .youTube__btn__inner a {
  font-weight: 400;
  width: 77.5px;
  padding: 8px 0;
  font-size: 14px;
  margin: 0 8px;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-style: none;
}

.about .l__inner .youTube__list .youTube__item .youTube__item__txt__inner .youTube__btn__inner a:focus {
  outline: none;
}

.route__list {
  list-style: none;
  counter-reset: counter-name;
  margin-top: 30px;
}

.route__item {
  position: relative;
  padding: 0 0 0 20px;
  margin: 0 0 5px;
}

.route__item::before {
  content: counter(counter-name) "";
  counter-increment: counter-name;
  display: block;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  width: 13px;
  height: 15px;
  padding-left: 2px;
  text-align: center;
  position: absolute;
  top: 13px;
  left: 0;
  margin-right: 3px;
  transform: translateY(-50%);
  background-color: #3799c9;
  color: #fff;
  line-height: 13px;
  margin-bottom: 6px;
  font-size: 10px;
}

_::-webkit-full-page-media,
_:future,
:root .route__item::before {
  line-height: 17px;
}

@-moz-document url-prefix() {
  .route__item::before {
    line-height: 17px;
  }
}

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

.popup__contents td, .popup__contents th {
  font-weight: bold;
  border: 2px solid #676767;
}

.popup__contents td, .popup__contents th {
  padding: 5px;
}

.popup__contents td {
  padding-left: 2em;
  text-indent: -1em;
  line-height: 1.3;
}

.popup__contents td.day {
  font-weight: bold;
  background: #fce1cc;
  text-align: center;
}

.popup__contents td.time {
  width: 150px;
  text-align: center;
  padding-left: 5px;
  text-indent: 0;
}

.popup__contents td span {
  font-weight: bold;
}

.popup__contents td.indent__none {
  padding-left: 0.8em;
  text-indent: 0;
}

.popup__contents .txtImg__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.popup__contents .txtImg__container div {
  width: 49%;
}

.popup__contents .txtImg__container div img {
  width: 100%;
}

.popup__contents .jvillage h2 {
  line-height: 1.5;
  padding: 0 26px 0 26px;
  font-size: 18px;
}

.popup__contents .jvillage .popup__img__inner {
  margin: 15px 26px 26px 26px;
}

.popup__contents.single {
  max-width: 600px;
}

.popup__contents.single img {
  width: 100% !important;
}

.popup__contents .popup__ttl {
  font-size: 23.8px;
  background: #000;
  color: #fff;
  padding: 17px 55px 17px 55px;
  display: block;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
  list-style: none;
  counter-reset: counter-name;
}

.popup__contents .popup__ttl .circle {
  color: #000;
  display: block;
  border-radius: 50%;
  width: 33px;
  height: 33px;
  padding-left: 9px;
  background: #fff;
  position: absolute;
  top: 33px;
  left: 15px;
  transform: translateY(-50%);
  content: counter(counter-name) "";
  counter-increment: counter-name;
}

.popup__contents .popup__ttl .circle.ten {
  padding-left: 0;
}

.popup__contents .popup__img__inner {
  display: flex;
  align-items: flex-start;
  padding-bottom: 26px;
  border-bottom: 1px solid #c2c2c2;
}

.popup__contents .popup__img__inner img {
  width: 50%;
}

.popup__contents .popup__img__inner.tripple img {
  width: 33.3333%;
}

.popup__contents .popup__img__inner.four {
  flex-wrap: wrap;
}

.popup__contents .popup__img__inner.four img {
  width: 50%;
}

.popup__contents .popup__img__inner.five {
  justify-content: inherit;
  flex-wrap: wrap;
}

.popup__contents .popup__img__inner.five img {
  width: 33.333%;
}

.popup__contents .popup__img__inner.six {
  flex-wrap: wrap;
}

.popup__contents .popup__img__inner.six img {
  width: 33.333%;
}

.popup__contents .popup__desc {
  line-height: 2;
  padding: 13px 26px 26px 26px;
  margin-top: 26px;
  font-weight: 500;
}

.popup__contents .popup__desc h2 {
  font-size: 18px;
}

@media screen and (max-width: 679px) {
  .popup__contents {
    display: none;
  }
  .popup__contents th, .popup__contents td {
    font-size: 14px;
  }
  .popup__contents td {
    padding-left: 1.8em;
    text-indent: -1em;
  }
  .popup__contents td.time {
    width: 60px;
  }
  .popup__contents .txtImg__container {
    display: block;
  }
  .popup__contents .txtImg__container div {
    width: 100%;
    margin-bottom: 15px;
  }
  .popup__contents .jvillage h2 {
    padding: 0 10px 5px;
  }
  .popup__contents .jvillage .popup__img__inner {
    margin: 0 10px 5px;
  }
  .popup__contents .popup__ttl {
    font-size: 16px;
    padding: 13px 40px 13px 45px;
  }
  .popup__contents .popup__ttl .circle {
    border-radius: 50%;
    padding-left: 6px;
    width: 20px;
    height: 20px;
    padding-left: 5px;
    top: 23px;
  }
  .popup__contents .popup__img__inner {
    display: block;
  }
  .popup__contents .popup__img__inner img {
    width: 100%;
  }
  .popup__contents .popup__img__inner.tripple img {
    width: 100%;
  }
  .popup__contents .popup__img__inner.four img {
    width: 100%;
  }
  .popup__contents .popup__img__inner.five img {
    width: 100%;
  }
  .popup__contents .popup__img__inner.six img {
    width: 100%;
  }
  .popup__contents .popup__img__inner {
    display: block;
    padding-bottom: 10px;
  }
  .popup__contents .popup__img__inner img {
    width: 100%;
  }
  .popup__contents .popup__desc {
    line-height: 2;
    padding: 0 10px 5px 10px;
    margin-top: 15px;
    font-weight: 500;
    font-size: 14px;
  }
  .popup__contents .popup__desc h2 {
    font-size: 16px;
    line-height: 1.5;
  }
  .popup__contents.course01 {
    width: 100%;
  }
  .popup__contents {
    position: relative;
    display: none;
  }
}

.route .l__inner .heading__ttl {
  margin-top: 93px;
}

.route .l__inner .sec__lead__inner {
  text-align: center;
}

.route .tabs {
  width: 1200px;
  margin: 0 auto 100px;
  line-height: 1.5;
}

.route .tabs input:checked + .tab__item {
  background-color: #000;
  color: #fff;
  position: relative;
}

.route .tabs input:checked + .tab__item::after {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 15px solid black;
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.route .tabs input[name="tab__item"] {
  display: none;
}

.route .tabs #innovation:checked ~ #innovation__content,
.route .tabs #farm:checked ~ #farm__content,
.route .tabs #management:checked ~ #management__content,
.route .tabs #energy:checked ~ #energy__content,
.route .tabs #robot:checked ~ #robot__content {
  display: block;
  border: solid 5px #000;
}

.route .tabs .tab__item {
  cursor: pointer;
  font-size: 15px;
  width: calc(100% / 4);
  background-color: #d9d9d9;
  text-align: center;
  color: #565656;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  text-align: center;
  padding: 25px 50px;
  height: 130px;
  padding: 0 10px;
}

.route .tabs .tab__content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
  padding: 30px;
}

.route .tabs .tab__content .tab__content__lead {
  line-height: 2.2;
}

.route .tabs .tab__content .route__box {
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
  margin-bottom: 40px;
}

.route .tabs .tab__content .route__box .route__txt__inner {
  width: 44%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
}

.route .tabs .tab__content .route__box .route__txt__inner .route__txt__ttl__inner {
  border-left: 6px solid #000;
  padding: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.route .tabs .tab__content .route__box .route__txt__inner .route__txt__ttl__inner h3 {
  font-size: 35px;
  line-height: 1.5;
}

.route .tabs .tab__content .route__box .route__txt__inner .route__list .route__item {
  margin-bottom: 8px;
}

.route .tabs .tab__content .route__box .route__txt__inner .route__list .route__item a.route__item__link {
  font-size: 14px;
  font-weight: 500;
  color: #3799c9;
}

.route .tabs .tab__content .route__box .route__txt__inner .route__list .route__item a.route__item__link::after {
  color: #3799c9;
  background-image: url(../images/common/ico_arrow_blue.png);
  background-repeat: no-repeat;
  background-size: 12px;
  content: "";
  width: 13px;
  height: 13px;
  padding-left: 2px;
  position: relative;
  top: 2px;
  margin-left: 5px;
  display: inline-block;
}

.route .tabs .tab__content .route__box .route__txt__inner .route__list .route__item a.route__item__link span.circle {
  margin-right: 3px;
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #3799c9;
  color: #fff;
  text-align: center;
  line-height: 13px;
  margin-bottom: 6px;
  font-size: 10px;
  padding-left: 1px;
  padding-top: -1px;
}

.route .tabs .tab__content .route__box .route__txt__inner .route__list .route__item.ten::before {
  width: 15px;
  padding-left: 1px;
}

.route .tabs .tab__content .route__box .route__txt__inner .route__box__lead .btn__schedule {
  width: 200px;
  display: block;
  background: #000;
  color: #fff;
  text-align: center;
  margin-top: 30px;
  padding: 15px;
}

.route .tabs .tab__content .route__box .route__txt__inner .route__box__lead .btn__schedule::after {
  content: ">";
  position: relative;
  display: inline-block;
  left: 15px;
}

.route .tabs .tab__content .route__box .route__txt__inner .btn__schedule {
  width: 200px;
  display: block;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 15px;
  margin-top: 15px;
  margin-bottom: auto;
}

.route .tabs .tab__content .route__box .route__txt__inner .btn__schedule::after {
  content: ">";
  position: relative;
  display: inline-block;
  left: 15px;
}

.route .tabs .tab__content .route__box .route__img__inner {
  width: 60%;
  margin-left: 2%;
}

.route .tabs .tab__content .route__box .route__img__inner area {
  border: none;
}

.route .tabs .tab__content .route__box .route__img__inner img {
  width: 100%;
  border-radius: 10px;
}

/* その他の関連施設・周辺スポット */
.spot .l__inner .spot__txtImg__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: #f1f1f1;
  margin: 0 auto 130px;
  padding: 15px;
}

.spot .l__inner .spot__txtImg__inner .spot__img__inner {
  width: 44%;
}

.spot .l__inner .spot__txtImg__inner .spot__img__inner img {
  width: 100%;
}

.spot .l__inner .spot__txtImg__inner .spot__txt__inner {
  width: 54%;
}

.spot .l__inner .spot__txtImg__inner .spot__txt__inner .route__list {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 780px;
  margin-top: 0;
  padding-top: 30px;
}

.spot .l__inner .spot__txtImg__inner .spot__txt__inner .route__list .route__item {
  margin-bottom: 35px;
}

.spot .l__inner .spot__txtImg__inner .spot__txt__inner .route__list .route__item::before {
  top: 10px;
  width: 15px;
}

.spot .l__inner .spot__txtImg__inner .spot__txt__inner .route__list .route__item:last-child {
  margin-bottom: 0;
}

.spot .l__inner .spot__txtImg__inner .spot__txt__inner .route__list .route__item .route__item__link {
  color: #3799c9;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.spot .l__inner .spot__txtImg__inner .spot__txt__inner .route__list .route__item .route__item__link::after {
  color: #3799c9;
  background-image: url(../images/common/ico_arrow_blue.png);
  background-repeat: no-repeat;
  background-size: 12px;
  content: "";
  width: 13px;
  height: 13px;
  position: relative;
  top: 3px;
  margin-left: 5px;
  display: inline-block;
}

.spot .l__inner .spot__txtImg__inner .spot__txt__inner .route__list .route__item .route__item__link span.circle {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #3799c9;
  color: #fff;
  text-align: center;
  line-height: 13px;
  margin-bottom: 6px;
  margin-right: 3px;
  font-size: 10px;
  padding-left: 1px;
  padding-top: -1px;
}

/* オーダーメイドツアーについて */
.tour .sec__lead {
  text-align-last: left;
}

.loopSlide {
  display: flex;
  height: 200px;
  overflow: hidden;
}

.loopSlide img {
  width: auto;
  height: 100%;
}

.loopSlide img:first-child {
  animation: slide1 60s -30s linear infinite;
}

.loopSlide img:last-child {
  animation: slide2 60s linear infinite;
}

@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

.tour__img__inner img {
  width: 100%;
}

.tour__list__box__inner p.ttl {
  background: #000;
  color: #fff;
  padding: 20px 0;
  font-size: 21.25px;
  letter-spacing: 5px;
  font-weight: bold;
  text-align: center;
  margin-top: 46px;
  margin-bottom: 25px;
  position: relative;
}

.tour__list__box__inner p.ttl::after {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 10px solid black;
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.tour__list__box__inner .box__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.tour__list__box__inner .box__list .box__item {
  width: 32%;
  border: 3px solid #000;
  padding: 0 10px;
}

.tour__list__box__inner .box__list .box__item dl {
  width: 100%;
  padding: 0 15px 15px 15px;
}

.tour__list__box__inner .box__list .box__item dl dt {
  font-size: 15.3px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 14px;
  margin-top: 20px;
}

.tour__list__box__inner .box__list .box__item dl dd {
  font-size: 13.6px;
  margin-bottom: 8px;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.3;
}

.tour__list__box__inner .box__list .box__item dl dt,
.tour__list__box__inner .box__list .box__item dl dd {
  text-align-last: left;
}

.tour__list__box__inner .box__list .box__item h3 {
  border-bottom: 2px solid #a1a1a1;
  text-align: center;
  padding: 19px 0;
  font-size: 23px;
}

.btn__offer {
  width: 425px;
  padding: 30px;
  margin: 0 auto;
  background: #000;
  font-size: 13.6px;
  color: #fff;
  display: block;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 130px;
  position: relative;
}

.btn__offer::after {
  content: "";
  width: 11px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 10px;
  background-image: url(/assets/images/common/ico_arrow_wh.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* イノベ地域へのアクセス */
.access {
  text-align: center;
}

.access .m__inner .componentheading.airplane .heading__lead {
  margin-bottom: 0;
}

.access .m__inner .heading__lg {
  font-family: "Noto Sans CJK JP";
  font-weight: 500;
  font-size: 29px;
}

.access .m__inner .heading__lg::after {
  display: block;
  content: "";
  border-bottom: 2px solid #000;
  width: 200px;
  margin: 0 auto;
  margin-top: 15px;
}

.access .m__inner .accordion {
  transition: 0.15s;
}

.access .m__inner .accordion .acc-hidden {
  display: none;
}

.access .m__inner .accordion .acc-label {
  color: #3799c9;
  cursor: pointer;
  display: block;
  text-align: center;
  margin-bottom: 35px;
}

.access .m__inner .accordion .acc-label::after {
  background-image: url(../images/common/ico_arrow_blue.png);
  background-repeat: no-repeat;
  background-size: 12px;
  content: "";
  width: 13px;
  height: 13px;
  position: relative;
  top: 1px;
  margin-left: 5px;
  display: inline-block;
  transform: rotate(90deg);
}

.access .m__inner .acc-content {
  height: 0;
  opacity: 0;
  visibility: hidden;
  padding: 0 10px;
  transition: all 500ms;
}

.access .m__inner .acc-hidden:checked + .acc-label + .acc-content {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.access .m__inner .acc-hidden:checked + .acc-label::after {
  transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.access .m__inner .img__access {
  width: 365.5px;
  margin: 0 auto;
}

.access .m__inner .img__access img {
  width: 100%;
  margin-bottom: 70px;
}

.access .m__inner h3.heading__md, .access .m__inner h3.heading__md.center {
  margin-bottom: 40px;
  font-family: "Noto Sans CJK JP";
  font-weight: bold;
  font-size: 29px;
  margin-top: 100px;
}

.access .m__inner a {
  color: #3799c9;
}

.access .m__inner p.heading__lead {
  margin-bottom: 30px;
  line-height: 1.5;
}

.access .m__inner .accordion {
  margin: 0 auto;
}

.access .m__inner .accordion .acc-content .img__map__access {
  transition: 0.3s;
  width: 765px;
  margin: 0 auto;
}

.access .m__inner .accordion .acc-content .img__map__access img {
  width: 100%;
  margin: 0 auto;
}

.access .m__inner .link__homepage {
  margin-top: 13px;
  margin-bottom: 30px;
  display: block;
}

footer {
  background: #fbfdf8;
  position: relative;
  top: 100px;
}

@media screen and (min-width: 1250px) {
  .l__inner {
    max-width: 1200px !important;
  }
}

@media screen and (min-width: 680px) and (max-width: 1249px) {
  .l__inner {
    max-width: 90%;
  }
  .route .tabs {
    width: 90%;
  }
  .route .tabs .tab__item {
    padding: inherit;
  }
  .access .m__inner .accordion {
    margin: 0 auto;
  }
  .access .m__inner .accordion .acc-content .img__map__access {
    width: 100%;
  }
}

@media screen and (max-width: 885px) {
  header {
    background: #fff;
  }
  header .header__inner {
    width: 100%;
    background: #fff;
    padding: 15px;
  }
  header .header__inner.active {
    width: 100%;
    height: 100vh;
    padding-top: 0;
    padding: 0;
  }
  header .header__inner .header__logo {
    width: 160px;
    margin: 0 auto;
  }
  header .header__inner .toggle__btn {
    width: 20px;
    height: 18px;
    position: relative;
    position: absolute;
    right: 15px;
  }
  header .header__inner .toggle__btn span {
    position: absolute;
    content: "";
    background: #000;
    display: block;
    width: 100%;
    height: 2px;
  }
  header .header__inner .toggle__btn span:first-child {
    top: 0;
  }
  header .header__inner .toggle__btn span:nth-child(2) {
    top: 50%;
  }
  header .header__inner .toggle__btn span:last-child {
    bottom: 0;
  }
  header .header__inner .toggle__btn.active {
    position: fixed;
    z-index: 3;
    top: 20px;
  }
  header .header__inner .toggle__btn.active span:first-child {
    transform: rotate(45deg);
    top: 7px;
  }
  header .header__inner .toggle__btn.active span:nth-child(2) {
    visibility: hidden;
  }
  header .header__inner .toggle__btn.active span:last-child {
    transform: rotate(135deg);
    bottom: 9px;
  }
  header .header__inner .nav__inner {
    display: none;
  }
  header .header__inner .nav__inner.active {
    position: fixed;
    display: block;
    background: #fff;
    z-index: 2;
    width: 100%;
    height: 100vh;
  }
  header .header__inner .nav__inner.active .header__nav .header__nav__inner {
    padding-top: 30%;
    display: block;
    width: 100%;
    text-align: center;
  }
  header .header__inner .nav__inner.active .header__nav .header__nav__inner .language__btn__list {
    margin: 0 auto;
  }
  header .header__inner .nav__inner.active .header__nav .header__nav__inner .btn__tour {
    margin: 0 auto;
  }
  header .header__inner .nav__inner.active .header__nav .header__nav__list {
    display: block;
    margin-right: 0;
  }
  header .header__inner .nav__inner.active .header__nav .header__nav__list .header__nav__item {
    margin-bottom: 20px;
  }
  header .header__inner .nav__inner.active .header__nav .header__nav__list .header__nav__item .sp__none {
    display: none;
  }
  header .header__inner .nav__inner.active .header__nav .header__nav__list .header__nav__item a {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
    font-size: 14px;
  }
  header .header__inner .nav__inner.active .header__nav .lang__nav {
    margin: 0 auto 2rem;
  }
  header .header__inner .nav__inner.active .header__nav .btn__tour {
    width: 200px;
    font-size: 14px;
    padding: 15px 0;
  }
}

@media screen and (max-width: 679px) {
  .pc__map {
    display: none;
  }
  .sp__map {
    display: block;
    border-radius: 10px;
    width: 100%;
  }
  .br__sp {
    display: block;
  }
  .sec__lead__inner {
    font-size: 14px;
  }
  section {
    padding-top: 55px;
  }
  h2.heading__ttl {
    font-size: 20px;
    margin-bottom: 35px;
    margin-top: 0;
  }
  main.fukushima .mv__keyvisual {
    box-sizing: border-box;
    position: relative;
  }
  main.fukushima .mv__keyvisual video {
    width: 100%;
    height: auto;
  }
  main.fukushima .mv__keyvisual .mv__ttl__inner {
    width: 80%;
    padding: 20px 35px 5px 15px;
    top: 65%;
    background: rgba(255, 255, 255, 0.5);
  }
  main.fukushima .mv__keyvisual .mv__ttl__inner .mv__ttl {
    font-size: 18px;
    margin-bottom: 18px;
  }
  main.fukushima .mv__keyvisual .mv__ttl__inner .mv__ttl span {
    margin-top: 15px;
    font-size: 17px;
  }
  main.fukushima .mv__keyvisual .mv__ttl__inner .mv__txt {
    font-size: 12px;
  }
  .about .l__inner {
    width: 95%;
  }
  .about .l__inner .sec__head__inner .heading__ttl {
    font-size: 20px;
    margin-top: 0;
  }
  .about .l__inner .sec__head__inner .heading__ttl span {
    margin-top: 10px;
  }
  .about .l__inner .sec__head__inner .heading__ttl span.justify {
    margin-bottom: 20px;
  }
  .about .l__inner .youTube__box .youTube__box__inner {
    margin-bottom: 25px;
  }
  .about .l__inner .youTube__box a {
    margin-bottom: 60px;
  }
  .about .l__inner .movie-box {
    width: 600px;
    margin: 0 auto;
  }
  .about .l__inner .movie-inner {
    position: relative;
    width: 100%;
    padding-top: 66.25%;
  }
  .about .l__inner .movie-inner .movie-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: url("thumb.jpg") no-repeat;
    background-size: cover;
  }
  .about .l__inner .movie-inner .movie-thumb:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: url("thumb_play.png") center center no-repeat;
    background-size: 90px 90px;
    transition: 0.5s;
  }
  .about .l__inner .movie-inner .movie-thumb:hover:after {
    transform: scale(1.1);
    background: url("thumb_play.png") center center no-repeat;
    background-size: 90px 90px;
  }
  .about .l__inner .movie-inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .about .l__inner .youTube__list {
    display: block;
    margin-bottom: 60px;
  }
  .about .l__inner .youTube__list .youTube__item {
    width: 73%;
    margin: 0 auto;
    display: block;
  }
  .about .l__inner .youTube__list .youTube__item .youTube__item__txt__inner {
    margin-bottom: 30px;
  }
  .about .l__inner .youTube__list .youTube__item .youTube__item__txt__inner p {
    margin-bottom: 25px;
    font-size: 12px;
  }
  .about .l__inner .youTube__list .youTube__item .youTube__item__txt__inner .youTube__btn__inner a {
    padding: 8px 0;
    font-size: 12px;
  }
  .route .l__inner {
    max-width: 90%;
  }
  .route .l__inner .sec__lead__inner {
    text-align: left;
    width: 100%;
    margin-bottom: 60px;
  }
  .route .tabs {
    max-width: 100%;
    margin-bottom: 10px;
  }
  .route .tabs input:checked + .tab__item {
    background-color: #000;
    color: #fff;
    position: relative;
    font-size: 10px;
  }
  .route .tabs input:checked + .tab__item::after {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 15px solid black;
    content: "";
    display: block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .route .tabs input[name="tab__item"] {
    display: none;
  }
  .route .tabs #innovation:checked ~ #innovation__content,
  .route .tabs #farm:checked ~ #farm__content,
  .route .tabs #management:checked ~ #management__content,
  .route .tabs #energy:checked ~ #energy__content,
  .route .tabs #robot:checked ~ #robot__content {
    display: block;
    border: solid 5px #000;
  }
  .route .tabs .tab__item {
    width: calc(100% / 4);
    background-color: #d9d9d9;
    font-size: 10px;
    text-align: center;
    color: #565656;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    height: 90px;
    padding: 10px;
    font-family: "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  }
  .route .tabs .tab__content {
    padding: 0;
  }
  .route .tabs .tab__content .tab__content__lead {
    line-height: inherit;
    max-width: 93%;
    margin: 0 auto;
    padding: 0;
    margin-top: 34px;
    margin-bottom: 20px;
    font-size: 14px;
  }
  .route .tabs .tab__content .route__box {
    flex-direction: column-reverse;
    max-width: 93%;
    margin: 0 auto;
    position: relative;
    padding-top: 0;
  }
  .route .tabs .tab__content .route__box.innovation {
    padding-top: 10px;
  }
  .route .tabs .tab__content .route__box:last-child {
    padding-bottom: 35px;
  }
  .route .tabs .tab__content .route__box .route__txt__inner {
    width: 100%;
  }
  .route .tabs .tab__content .route__box .route__txt__inner .route__box__lead {
    margin-bottom: 30px;
    margin-top: -10px;
    font-size: 14px;
  }
  .route .tabs .tab__content .route__box .route__txt__inner .route__box__lead .btn__schedule {
    margin-top: 10px;
  }
  .route .tabs .tab__content .route__box .route__txt__inner .btn__schedule {
    font-size: 14px;
    padding: 10px;
    margin-bottom: 10px;
  }
  .route .tabs .tab__content .route__box .route__txt__inner .route__txt__ttl__inner {
    border-left: 4px solid #000;
    padding: 15px 0 15px 10px;
    margin-bottom: 25px;
  }
  .route .tabs .tab__content .route__box .route__txt__inner .route__txt__ttl__inner h3 {
    font-size: 20px;
  }
  .route .tabs .tab__content .route__box .route__txt__inner .route__txt__ttl__inner.innovation {
    position: absolute;
    top: -10px;
    margin-top: 35px;
  }
  .route .tabs .tab__content .route__box .route__txt__inner .route__txt__ttl__inner.innovation02 {
    margin-top: 60px;
  }
  .route .tabs .tab__content .route__box .route__txt__inner .route__list {
    margin-top: 13px;
    margin-left: 0;
  }
  .route .tabs .tab__content .route__box .route__txt__inner .route__list li {
    margin-bottom: 5px;
  }
  .route .tabs .tab__content .route__box .route__txt__inner .route__list li .btn-open {
    letter-spacing: 0.2em;
    background-position: right center;
    background-size: 12px;
  }
  .route .tabs .tab__content .route__box .route__txt__inner .route__list li .btn-open span.circle {
    width: 18px;
    height: 18px;
    line-height: 18px;
    padding-left: 4px;
    margin-bottom: 6px;
  }
  .route .tabs .tab__content .route__box .route__txt__inner .route__list li #popup-on {
    display: none;
    margin-top: 20%;
  }
  .route .tabs .tab__content .route__box .route__txt__inner .route__list li #popup-on:checked + .popup {
    display: block;
  }
  .route .tabs .tab__content .route__box .route__txt__inner .route__list li .popup {
    background-color: #fff;
    box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.8);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 20px;
    width: 800px;
    height: 50vw;
    z-index: 1000;
  }
  .route .tabs .tab__content .route__box .route__txt__inner .route__list li .popup .icon-close {
    background: #000;
    color: #fff;
    font-size: 30px;
    padding: 0 10px;
    position: absolute;
    right: 20px;
  }
  .route .tabs .tab__content .route__box .route__txt__inner .route__list li .popup .icon-close:hover {
    opacity: 0.7;
  }
  .route .tabs .tab__content .route__box .route__txt__inner .route__list li .popup .popup-content img {
    width: 100%;
  }
  .route .tabs .tab__content .route__box .route__img__inner {
    margin-top: 30px;
    margin-bottom: 10px;
    width: 100%;
    margin-left: 0;
  }
  .route .tabs .tab__content .route__box .route__img__inner img {
    width: 100%;
  }
  body#en .route .tabs .tab__content .route__box .route__img__inner.innovation {
    padding-top: 120px;
  }
  .route .tabs .tab__content .route__box .route__img__inner.innovation {
    margin-bottom: 0px;
    padding-top: 90px;
  }
  .route .tabs .tab__content .route__box .route__img__inner.innovation02 {
    margin-top: 60px;
  }
  /* その他の関連施設・周辺スポット */
  .spot .l__inner {
    max-width: 100%;
  }
  .spot .l__inner .spot__txtImg__inner {
    display: block;
    padding: 10px 10px 30px 10px;
    margin-bottom: 10px;
  }
  .spot .l__inner .spot__txtImg__inner .spot__img__inner {
    width: 100%;
    margin: 0 auto;
  }
  .spot .l__inner .spot__txtImg__inner .spot__img__inner img {
    width: 100%;
    margin-bottom: 28px;
  }
  .spot .l__inner .spot__txtImg__inner .spot__txt__inner {
    width: 100%;
    margin: 0 auto;
  }
  .spot .l__inner .spot__txtImg__inner .spot__txt__inner .route__list {
    padding: 0 10px;
  }
  .spot .l__inner .spot__txtImg__inner .spot__txt__inner .route__list .route__item {
    margin-bottom: 25px;
  }
  .spot .l__inner .spot__txtImg__inner .spot__txt__inner .route__list .route__item a {
    color: #3799c9;
    letter-spacing: 0.2em;
    background-size: 12px;
    font-size: 14px;
  }
  .spot .l__inner .spot__txtImg__inner .spot__txt__inner .route__list .route__item a span.circle {
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #3799c9;
    color: #fff;
    text-align: center;
    line-height: 13px;
    padding-left: 1px;
    padding-top: -1px;
  }
  /* オーダーメイドツアーについて */
  .tour .l__inner {
    max-width: 100%;
    margin: 0 auto;
  }
  .tour .l__inner .sec__lead {
    width: 95%;
    margin: 0 auto;
  }
  .tour .l__inner .tour__img__inner img {
    width: 100%;
  }
  .tour .l__inner .ttl {
    width: 95%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 16px;
  }
  .tour .l__inner .box__list {
    display: block;
    margin-bottom: 28px;
  }
  .tour .l__inner .box__list .box__item {
    width: 77%;
    margin: 0 auto;
    min-height: 250px;
    margin-bottom: 10px;
  }
  .tour .l__inner .box__list .box__item h3 {
    padding: 11px 0;
    font-size: 16px;
  }
  .tour .l__inner .box__list .box__item dl {
    padding-top: 0;
  }
  .tour .l__inner .box__list .box__item dl dt {
    margin-top: 13px;
    margin-bottom: 5px;
    font-size: 14px;
  }
  .tour .l__inner .box__list .box__item dl dd {
    margin-bottom: 7px;
    line-height: 1.5;
    font-size: 13px;
  }
  .tour .btn__offer {
    width: 90%;
    display: block;
    margin: 0 auto;
    line-height: 1.3;
  }
  /* イノベ地域へのアクセス */
}

@media screen and (max-width: 679px) and (min-width: 886px) {
  .access {
    position: relative;
    top: 30px;
  }
}

@media screen and (max-width: 679px) {
  .access {
    text-align: center;
  }
  .access .m__inner {
    width: 100%;
    margin: 0 auto;
  }
  .access .m__inner .componentheading.airplane p.heading__lead.airplane {
    margin-bottom: 0 !important;
  }
  .access .m__inner .heading__lg {
    font-size: 18px;
  }
  .access .m__inner .heading__lg::after {
    width: 180px;
  }
  .access .m__inner .heading__ttl {
    margin-top: 25px;
    margin-bottom: 30px;
  }
  .access .m__inner .img__access {
    margin: 0 auto;
    width: 300px;
  }
  .access .m__inner .img__access img {
    width: 100%;
  }
  .access .m__inner h3.heading__md, .access .m__inner h3.heading__md.center {
    margin: 56px 0 16px 0;
    font-size: 18px;
  }
  .access .m__inner p.heading__lead {
    margin-top: 30px;
    margin-bottom: 30px !important;
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
  }
  .access .m__inner .link__homepage {
    font-size: 14px;
    margin-top: 8px;
    display: block;
  }
  .access .m__inner .accordion {
    font-size: 14px;
  }
  .access .m__inner .accordion .acc-content .img__map__access {
    width: 100%;
    margin: 0 auto;
  }
  .access .m__inner .accordion .acc-content .img__map__access img {
    width: 100%;
  }
  .access .m__inner .accordion .acc-content label.acc-label {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 568px) {
  main.fukushima .mv__keyvisual .mv__ttl__inner {
    width: 90%;
  }
}
@media only screen and (max-width: 370px) {
  main.fukushima .mv__keyvisual .mv__ttl__inner {
    top:95%;
  }
}

/* fancybox.jsのスタイル調整 */
@media screen and (min-width: 680px) {
  .fancybox-navigation .fancybox-button {
    width: 100px !important;
    height: 130px !important;
  }
}