/* CSS Document */
body {
  font-family: "メイリオ", Meiryo, "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
  color: #333;
}
a, a img {
  overflow: hidden;
  color: #3591fa;
  text-decoration: none;
  border: none;
}
#news {
  padding: 0 2em;
  margin: 0 auto;
}
#news h2 {
  margin-bottom: 0em;
  color: #fff;
}
#news section {
  margin: 0 auto 1.5em auto;
  max-width: 980px;
}
#news section ul, .rinji p {
  margin: 0 auto;
  width: 980px; /*padding-left:55px;*/
  line-height: 1.7;
}
.rinji {
  /*	margin-bottom: 1em;*/
}
.tiketctn.fst {
  padding: 45px 45px 0 45px;
}
.tiketctn {
  padding: 15px 45px 0 45px;
}
.det.fth {
  padding: 15px 45px 45px 45px;
}
.det, .fst {
  padding-top: 0 !important;
}
.ao_body {
  padding-top: 10.48% !important;
}
#news .read_more {
  width: 93%;
  text-align: center;
}
#news .read_more img {
  margin: 0 0 2rem;
  float: right;
  width: 15%;
}
#news .em01 {
  margin-bottom: 1em;
}
#news .txt01 {
  text-indent: -1em;
  padding-left: 1em;
}
#nav_wrap {
  background: #0069a5;
}
.cf {
  display: block;
  content: "";
  clear: both;
}
.obi h2 {
  line-height: 48px;
  padding-left: 105px;
  font-size: 22px;
  font-weight: bold;
}
.det {
  padding: 5%;
}
/*.anc {
	padding-top: 220px;
	margin-top: -180px;
}*/
#etc {
  margin-bottom: 50px;
}
.anc {
  padding-top: 4rem;
}
@-webkit-keyframes modify {
  0% {
    padding-top: 400px;
    margin-top: -400px;
  }
  100% {
    padding-top: 0;
    margin-top: 0;
  }
}
@keyframes modify {
  0% {
    padding-top: 400px;
    margin-top: -400px;
  }
  100% {
    padding-top: 0;
    margin-top: 0;
  }
}
#area:target {
  -webkit-animation: modify 0.1s;
  animation: modify 0.1s;
}
.ao_h2, .aka_h2 {
  margin-bottom: 7px;
  position: relative;
  display: block;
}
.ao_h2 h2 img {
  height: 35px;
}
.ao_outer, .aka_outer {
  position: relative;
}
.ao_outer {
  /*border: solid 3px #000;*/
  border-radius: 10px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.aka_h2, .aka_body, .aka_outer {
  border: solid 1px #fff;
  border-radius: 10px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#news .news_title_img {
  width: 60%;
  max-width: 260px;
  margin: 5rem auto 0;
  display: block;
}
#news section ul.m-listNews {
  margin: 3% auto 4% auto;

  display: flex;
  flex-wrap: wrap;
	align-items: center;
}
.m-listNews li {
  width: calc(90%/3);
  padding: 0;
  margin: 0;
}
.m-listNews li:nth-child(3n-1) {
  margin-left: 5%;
  margin-right: 5%;
}
.m-listNews__inner {
  color: #000;
  text-decoration: none;
  position: relative;
  display: block;
}
.m-listNews__inner:hover {
  color: #555;
  text-decoration: none;
}
.m-listNews__date {
  height: auto;
  margin: 0 0 0 auto;
  padding: 5px 10px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
  line-height: 1;
  display: table;
  box-sizing: border-box;
  border-radius: 5px 5px 0 0;
  border: 1px solid #000;
  border-bottom: none;
  background: #f9e423;
}
.m-listNews__img {
  border: 1px solid #000;
  background: #fff;
}
.m-listNews__img img {
  width: 100%;
}
.m-listNews__title {
  margin: 5% 0 10%;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: left;
  background-color: #c9caca;
  border-radius: 6px;
  padding: 1em;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transform: rotateZ(0.03deg);
}
#page-nation {
  text-align: center;
  width: 80%;
  max-width: 300px;
  margin: 10% auto 0;
}
#page-nation #page-nation-inner {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
#page-nation .prev, #page-nation .next, #page-nation ul li {
  margin: 0;
  font-weight: bold;
  font-size: 1.3rem;
  width: 20%;
}
#page-nation .prev, #page-nation .next {}
#page-nation .prev a, #page-nation .next a, #page-nation ul li a {
  display: block;
  padding: 0;
  position: relative;
  width: 100%;
  padding-top: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #000;
}
#page-nation ul {
  width: 100%;
  display: flex;
  justify-content: center;
}
#page-nation ul li a span, #page-nation .prev a span, #page-nation .next a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  line-height: 1;
  font-size: 1.4em;
  font-weight: bold;
}
#page-nation ul li, #page-nation .next {
  margin-left: 1em;
}
#page-nation ul li:first-child a {
  background-image: url("../img/pg_1.svg");
}
#page-nation ul li:nth-child(2) a {
  background-image: url("../img/pg_2.svg");
}
#page-nation ul li:nth-child(3) a {
  background-image: url("../img/pg_3.svg");
}
#page-nation ul li:first-child a.active {
  background-image: url("../img/pg_1_on.svg");
}
#page-nation ul li:nth-child(2) a.active {
  background-image: url("../img/pg_2_on.svg");
}
#page-nation ul li:nth-child(3) a.active {
  background-image: url("../img/pg_3_on.svg");
}
#page-nation .prev a, #page-nation .next a {
  background-image: url("../img/pg_t.svg");
}
#page-nation .prev a, #page-nation .next a {
  background-image: url("../img/pg_t.svg");
}
#page-nation .prev a {
  transform: rotate(180deg);
}
/***********--------- DETAIL -----------************/
.tit_icon {
  width: 100%;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border-radius: 10px;
  border: 2px solid #000;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 1;
}
.tit_icon p {
  margin: 0;
  width: 100%;
  font-size: 1.5em;
  padding: 1.5rem 0 1.5rem 3em;
  color: #000;
  font-weight: bold;
  line-height: 1;
  background-color: #f9e423;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
.detail_body .ao_body {
  padding-top: 10rem !important;
  padding: 2em;
  font-weight: bold;
  box-sizing: border-box;
  word-break: break-all;
}
.ao_body {
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
.ao_outer, .aka_outer {
  position: relative;
  padding: 7px;
  box-sizing: border-box;
  border-radius: 15px;
  background: #c9caca;
}
.detail_body {
  border-radius: 15px 0 15px 15px;
  border-top: none;
}
.detail_body::before {
  /*content: "";
  width: 100%;
  height: 3px;
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 29.5%, rgba(0, 0, 0, 1) 29.5%, rgba(0, 0, 0, 1) 98.5%); 
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);*/
}
.detailNews__date {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  text-align: center;
  height: auto;
  width: 25%;
  margin: 0 0 0 auto;
  padding: 10px 10px 0px 10px;
  font-size: 1.7em;
  font-weight: bold;
  color: #000;
  line-height: 1;
  display: block;
  box-sizing: border-box;
  border-radius: 15px 15px 0 0;
  /*border: 3px solid #000;
  border-bottom: none;*/
  background-color: #c9caca;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
}
.detail_body::after {}
#news .backlinkarea {
  margin: 5% auto 10%;
}
#news .backlink {
  max-width: 200px;
  display: block;
  margin: 0 auto;
}
#news .backlink img {
  width: 100%;
}
#news .archivearea {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}
.slick-initialized .slick-slide {
  display: block;
  padding: 0 0.5em 0;
}
.archivearea .slide-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.archivearea .prev-arrow {
  left: -5%;
}
.archivearea .next-arrow {
  right: -5%;
}
.youtubeouter {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
.youtubeouter iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*帯の色*/
.t-home .l-headerContent::before {
  background: #DCE0E3 !important;
}
/* デフォルト：769x以上用（PC用）の記述 */
@media screen and (max-width: 769px) {
  /* 769px以下用（タブレット用）の記述 */
  #news .covidlinkarea {
    margin: 4rem auto 0;
  }
  #container {
    width: 90%;
    margin: 0 auto;
  }
  #wrap {
    width: 100%;
  }
  #news section {
    width: 100%;
    /*	padding-left: 0%;*/
    margin-bottom: 0;
  }
  #news section h2 {
    /*	margin-bottom: 1em;*/
  }
  #news section .tour_bunner img {
    width: 70%;
  }
  #news section ul {
    width: 100%;
    margin: 0 auto;
  }
  #news .read_more img {
    margin: 1rem auto 0;
    padding-bottom: 2rem;
    float: none;
    width: 30%;
  }
  #news {
    padding: 0 0em;
    margin: 0 auto;
    width: 99%;
  }
  .det {
    padding: 5% 0;
  }
  .obi h2 {
    line-height: 3.5;
    padding-left: 18%;
    font-weight: bold;
  }
  #etc {
    margin-bottom: 50px;
  }
  .m-listNews {
    margin: -1px 0 0 !important;
    padding: 0 20px;
    display: block;
  }
  .m-listNews li {
    width: 47.5%;
    margin: 20px 0 0;
    padding: 0;
  }
  .m-listNews li:nth-child(3n-1) {
    margin-left: 0;
    margin-right: 0;
  }
  .m-listNews li:nth-child(2n) {
    margin-left: 5%;
  }
  .m-listNews__date {
    height: 28px;
    font-size: 1.4rem;
    line-height: 28px;
    padding: 0 10px;
  }
  .m-listNews__title {
    font-size: 1.4rem;
    padding: 1em 0.5em;
  }
  .m-listNews__text {
    margin-top: 5px;
    font-size: 1.2rem;
  }
  #page-nation {
    margin: 20% auto 0;
  }
  /***********--------- DETAIL -----------************/
  .detailNews__date {
    font-size: 1.2em;
    width: 45%;
  }
  .detail_body::before {
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 43%, rgba(0, 0, 0, 1) 43%, rgba(0, 0, 0, 1) 98%, rgba(255, 255, 255, 0) 98%); /* ←グラデーションに変更 */
  }
  .tit_icon p {
    padding: 0.5em;
    font-size: 1.2em;
  }
  .detail_body .ao_body {
    padding-top: 10rem !important;
    padding: 1em;
  }
  #news .backlink {
    max-width: 150px;
  }
  .archivearea .prev-arrow {
    left: -10%;
  }
  .archivearea .next-arrow {
    right: -10%;
  }
  .archivearea .m-listNews__title {
    font-size: 0.8em;
  }
  /* .t-home .l-headerContent {
    background: #ff6400;
  } */
}
.new_img {
  border: 1px solid #000;
}
.kyosan_pdf {
  width: 100%;
  height: 50vw;
}