@charset "UTF-8";
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
.special-TrainBox {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.special-TrainBox-IN {
  padding-bottom: 20px;
  padding-top: 15px;
  background: #ffffff;
}
.special-TrainBox-IN table {
  width: 90%;
  margin: 0 5%;
}
.swiper-slide img {
	width : 700px;
}
.hr_line {
  border-width: 1px 0px 0px 0px;
  border-style: dashed;
  border-color: gray;
  height: 1px; /* 高さ(IE用) */
  margin: 5px 0;
}
.indent_1 {
  text-indent: -1em;
  padding-left: 1em;
}
.indent_p {
  padding-left: 1em;
}
.at {
  position: relative;
}
.mov {
  position: absolute;
  left: 22px;
  height: 550px;
  width: 854px;
  top: 0px;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
}
/*ボックス全体*/
.accbox {
  margin: 2em 0;
  padding: 0;
  max-width: auto; /*最大幅*/
}
/*ラベル*/
.accbox label {
  display: block;
  margin: 1.5px 0;
  padding: 13px 12px;
  color: #00163F;
  font-weight: bold;
  background: #abddef;
  cursor: pointer;
  transition: all 0.5s;
}
/*アイコンを表示*/
.accbox label:before {
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  padding-right: 8px;
}
/*ラベルホバー時*/
.accbox label:hover {
  background: #00999;
}
/*チェックは隠す*/
.accbox input {
  display: none;
}
/*中身を非表示にしておく*/
.accbox .accshow {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}
/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
  height: auto;
  padding: 5px;
  background: #e1f2f4;
  opacity: 1;
}

/*アイコンを入れ替える*/
.cssacc:checked + label:before {
  content: '\f078';
}
/*---------2020---------*/
.News-Box {
  width: 479px;
  padding: 4px;
  border: 1px solid #D2D2D2;
  margin-bottom: 12px;
  text-align: left;
}
.News-category {
  padding: 3px;
  font-size: 12px;
  line-height: 1em;
  background-color: #2B72F0;
  color: #FFFFFF;
  text-align: center;
  width: 100px;
  margin-bottom: 5px;
}
.News-Titl {
  font-size: 15px;
  font-weight: bold;
  border-bottom: 3px solid #2B72F0;
  padding-bottom: 3px;
  margin-bottom: 3px;
}
.News-Pics {
  border-bottom: 3px solid #2B72F0;
  margin-bottom: 5px;
  padding-bottom: 3px;
}
.category-camp .News-category {
  background-color: #8FC31E;
}
.category-camp .News-Titl {
  border-bottom-color: #8FC31E;
}
.category-camp .News-Pics {
  border-bottom-color: #8FC31E;
}
.category-Topic .News-category {
  background-color: #488bc7;
}
.category-Topic .News-Titl {
  border-bottom-color: #488bc7;
}
.category-Topic .News-Pics {
  border-bottom-color: #488bc7;
}
.category-Event .News-category {
  background-color: #e96a79;
}
.category-Event .News-Titl {
  border-bottom-color: #e96a79;
}
.category-Event .News-Pics {
  border-bottom-color: #e96a79;
}
.NewsContents {
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #D4D3D3;
}
.BackBtns {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #17A9E8;
  margin-bottom: 20px;
  color: #17A9E8;
  font-size: 1.2em;
  background-color: #FFFFFF;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.BackBtns:hover {
  background-color: #E1F5FA;
}
.movbase {
  position: relative;
  margin-left: 45px;
  margin-right: 45px;
}
.movies {
  position: absolute;
  width: 900px;
  top: 0px;
}
.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.iframe-wrapper iframe, .iframe-wrapper object, .iframe-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.movbase1 {
  position: relative;
}
.movies1 {
  position: absolute;
  padding-left: 50px;
  width: 900px;
  top: 0px;
}
.embed-container1 {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 90%;
  margin-bottom: 0px;
}
.embed-container1 iframe, .embed-container1 object, .embed-container1 embed {
  position: absolute;
  top: 0;
  left: 10%;
  width: 90%;
  height: 90%;
}
.movbase2 {
  position: relative;
}
.movies2 {
  position: absolute;
  padding-left: 50px;
  width: 900px;
  top: 0px;
}
.embed-container2 {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 90%;
  margin-bottom: 0px;
}
.embed-container2 iframe, .embed-container2 object, .embed-container2 embed {
  position: absolute;
  top: 0;
  left: 10%;
  width: 90%;
  height: 90%;
}
/*-------------2021------------*/
img {
  vertical-align: top;
}
.Title-line-shinka {
  background-color: #003966;
  color: #fff;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  width: 960px;
}
.shinka-contents {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.shinka-menuZone {
  background-image: url(images/memu_bg.jpg);
  background-repeat: no-repeat;
  margin-top: 0px;
  padding-top: 23px;
  padding-left: 33px;
  padding-bottom: 23px;
  margin-bottom: 30px;
}
.Top-section {
  background-color: #000000;
  background-image: url(images/top_box_bg.jpg);
  background-repeat: no-repeat;
  padding-top: 15px;
  padding-bottom: 30px;
  padding-left: 22px;
  padding-right: 22px;
  margin-bottom: 15px;
}
.Top-section-contents {
  padding: 15px;
  background-color: #ffffff;
  text-align: left;
}
.Top-section-contents_mov {
  padding-top: 30px;
  padding-right: auto;
  padding-left: auto;
  padding-bottom: auto;
  background-color: #000000;
  text-align: left;
}
ul.shinka-menuZone li {
  width: 208px;
  float: left;
  margin-right: 15px;
  transition: 0.5s;
}
ul.shinka-menuZone li:hover {
  -webkit-transform: translate(0px, -10px);
  -moz-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  -o-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}
.at {
  position: relative;
}
.mov {
  position: absolute;
  left: 23px;
  top: 20px;
  height: 517.5px;
  width: 920px;
  bottom: 20px;
}
.shinka-wrapper {
  background-color: #515564;
  text-align: left;
  background-image: url(images/bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.TopAboutPic {
  position: absolute;
  left: -3px;
  top: 30px;
}
.TopAboutBox {
  margin-bottom: 120px;
}
ul.Banner-zone li {
  width: 200px;
  float: left;
  margin-left: 50px;
}
ul.Banner-zone {
  padding-bottom: 20px;
  padding-top: 20px;
}
ul.Banner-zone li:first-child {
  margin-left: 5px;
}
ul.Banner-zone li p {
  color: #FFFFFF;
  text-align: center;
  padding-top: 3px;
  line-height: 1.2em;
  font-size: 0.7em;
}
.shinka-wrapper foot {
  background-image: url(images/foot-bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  color: #FFFFFF;
  text-align: center;
  height: 40px;
  display: block;
  padding-top: 13px;
}
.item-area {
  background-image: url(images/item_bg.png);
  background-repeat: no-repeat;
  padding-top: 50px;
  background-color: #D5D5D5;
  padding-bottom: 20px;
}
.item-box {
  width: 913px;
  background-color: #333333;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-top: 75px;
  padding-left: 4px;
  margin-bottom: 50px;
}
.item-box-last {
  width: 913px;
  background-color: #333333;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-top: 75px;
  padding-left: 4px;
  margin-bottom: 10px;
}
.ItemWrapper {
  width: 290px;
  margin-left: 10px;
  float: left;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.Item-t {
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 5px;
  padding-top: 5px;
}
.item-title {
  position: absolute;
  top: -24px;
  width: 917px;
  left: 1px;
}
.Item-Btn {
  margin-bottom: 10px;
  text-align: center;
}
.Item-Img {
  min-height: 441px;
  display: table-cell;
}
/*event*/
.event-box {
  width: 800px;
  background-color: #333;
  border: 5px solid #4BC678;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 20px;
  margin-bottom: 20px;
}
.event-box-L {
  width: 290px;
  float: left;
  text-align: center;
}
.event-box-R {
  width: 480px;
  float: right;
  text-align: left;
}
.Btn-kuwashiku {
  text-align: right;
  margin-top: 30px;
}
.event-box-Title {
  font-weight: bold;
  font-size: 1.8em;
  color: #A9FFC8;
  margin-bottom: 20px;
  line-height: 1.3em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.event-box .event-box-R p {
  color: #FFFFFF;
}
.event-box-R p a {
  color: #FAE606;
  text-decoration: underline;
}
.event-box-R p a:hover {
  text-decoration: none;
}
.event-box2 {
  width: 700px;
  background-color: #000000;
  border: 5px solid #0099cc;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 20px;
  margin-bottom: 20px;
}
/*mov*/
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 0px;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mov-Box {
  width: 273px;
  margin-bottom: 10px;
  text-align: center;
  color: #FFFFFF;
  float: left;
  margin-left: 15px;
  line-height: 1.7em;
}
.mov-Box:nth-child(3n+1) {
  margin-left: 10px;
}
.Mov-thum {
  margin-left: auto;
  margin-right: auto;
  max-width: 95%;
}
.wn-Box {
  width: 743px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 20px;
}
.DHwn dt {
  width: 60px;
  float: left;
}
.DHwn dd {
  width: 640px;
  float: left;
  font-size: 1.2em;
  line-height: 1.5em;
}
.DHwn {
  margin-bottom: 15px;
}
.wn-waku {
  width: auto;
  background-color: white;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 0px;
  padding: 15px;
  border-bottom-right-radius: 20px;
}
.wn-Box-IN {
  margin-bottom: 10px;
  height: 200px;
  overflow-y: auto;
}
.attention {
  color: gold;
  padding: 0.5em;
  background: #001A6C;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.23);
}
.attention2 {
  color: white;
  padding: 0.5em;
  background: #940000;
  display: block;
}
.question:first-letter {
  font-size: 2em;
  color: #7172ac;
}
.answer:first-letter {
  font-size: 2em;
  color: #D45151;
}
.shinka-contents {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
ul.shinka-menuZone2021 li a img {
  transition: 0.5s;
}
ul.shinka-menuZone2021 li a img:hover {
  -webkit-transform: translate(0px, -10px);
  -moz-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  -o-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}
#shink2021 .shinka-wrapper foot {
  background-image: none !important;
  color: #fff;
  text-align: center;
  height: 40px;
  display: block;
  padding-top: 13px;
}
#shink2021 .shinka-wrapper {
  background-color: #000;
  text-align: left;
  background-image: url(images2021/bg2.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.shinka-menuZone2021 {
  background-image: url(images2021/base.png);
  background-repeat: no-repeat;
  margin-top: 0px;
  padding-top: 23px;
  padding-left: 35px;
  padding-bottom: 23px;
  margin-bottom: 30px;
  background-size: cover;
}
ul.shinka-menuZone2021 li {
  width: 162px;
  float: left;
  margin-right: 17px;
  transition: 0.5s;
}
.goodsArea {
  padding: 30px;
  background-color: #F0F0F0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.moviesArea {
  /* [disabled]padding-top: 30px; */
  padding-right: 22px;
  padding-left: 22px;
  /* [disabled]padding-bottom: 30px; */
  background-color: #F0F0F0;
}
.GoodsBox {
  margin-bottom: 20px;
  text-align: center;
  max-width: 33%;
}
.GoodsName {
  text-align: left;
  font-weight: bold;
  margin-bottom: 5px;
}
.GoodsBox p {
  font-size: 0.9em;
  text-align: left;
}
.GoodsBox .Mbtn {
  padding-top: 5px;
  text-align: center;
}
.GoodsBox .GoodsPixc {
  margin-bottom: 5px;
}
.item-button {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.Top-section-contents_mov {
  padding-top: 30px;
  padding-right: auto;
  padding-left: auto;
  padding-bottom: 10px;
  background-color: #F0F0F0;
  text-align: left;
}
.mov-Box {
  color: #000;
}
.Ind-M1 {
  position: absolute;
  width: 21.15%;
  height: 10.49%;
  top: 8.84%;
  right: 0%;
}
.Ind-M2 {
  position: absolute;
  width: 21.15%;
  height: 10.49%;
  top: 36.92%;
  right: 0%;
}
.Ind-M3 {
  position: absolute;
  width: 21.15%;
  height: 10.49%;
  top: 71.91%;
  right: 0%;
}
.YtArea {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.YtBox {
  margin-bottom: 20px;
  width: 48%;
}
.YtBox-Txt {
  padding-top: 5px;
  text-align: left;
}
/* メディア別_電話番号切り分け */
@media (pointer: fine), (hover: hover) {
  a:where([href^="tel:"]) {
    pointer-events: none;
  }
}