@charset "UTF-8";
/* CSS Document */

@font-face {
   font-family: 'Noto Sans JP';
   font-style: normal;
   font-weight: 400;
   src: /*local("Noto Sans CJK JP Regular"),*/
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans JP';
   font-style: normal;
   font-weight: 500;
   src: /*local("Noto Sans CJK JP Regular"),*/
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans JP';
   font-style: normal;
   font-weight: 700;
   src: /*local("Noto Sans CJK JP Medium"),*/
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans JP';
   font-style: normal;
   font-weight: 900;
   src: /*local("Noto Sans CJK JP Bold"),*/
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format('opentype');
}

*{margin: 0;padding: 0; outline:none; /*-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;*/ -webkit-appearance: none;
}

body {
  color:#003366;
  background:#FFF;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック', sans-serif;
  font-size: 16px;
  line-height: 2;
  text-align: center;
  scrolling: yes;
  position: relative;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
img {
  vertical-align: top;
  border:none;
  max-width: 100%;
}
p {
  font-size: 14px;
  line-height: 2;
}
table {
  border-collapse:collapse;
}
ul {
  list-style-type:none;
}
button, input, select {
  border: none;
  cursor: pointer;
  box-sizing: border-box;
}
select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}
select::-ms-expand {
  display: none;
}
h1, h2, h3 {
  font-weight:normal;
}

/* FOR SLICK.JS */
.slick-list{_zoom: 1; overflow: hidden;}

/* =========================================================
リンク
========================================================= */
a {
  color:#003366;
  text-decoration:none;
  overflow:hidden;
  outline:none;
  cursor: pointer;
}
a:hover {
  text-decoration:none;
  color: #29456a;
}
a[href^="tel:"] {
  pointer-events: none;
  color: inherit;
  text-decoration:none!important
}
@media screen and (max-width: 989px){
  a[href^="tel:"] {
    pointer-events: all;
  }
}

a.noneLink {
  pointer-events: none;
  color: inherit;
  text-decoration:none;
}


/* ::::::::::::::::::::::::::::::::: COMMON ::::::::::::::::::::::::::::::::: */


/*COMMON*/
div.wrap {
  padding: 80px 0 0;
}

/* SECTION */
div.section {
  padding: 60px 0;
  position: relative;
}
div.section.pt0 {
  padding-top: 0;
}
div.section.bgWhite {
  background: #FFF;
}
div.section.bgGray {
  background: #f4f5f7;
}
div.section.pageTop {
  padding-top: 0;
}
div.section.mainV {
  background: #000;
  height: 360px;
  position: relative;
}
div.section div.inner {
  width: 1000px;
  margin: 0 auto;
  text-align: left;
}

div.section a {
  text-decoration: underline;
}
div.section a:hover {
  color: #3b89ad;
}

div.section ul.breadcrumbs {
  padding: 15px 30px;
  text-align: left;
  font-size: 12px;
  position: relative;
  z-index: 20;
}
div.section ul.breadcrumbs li {
  display: inline-block;
  padding: 0 20px 0 0;
  margin: 0 10px 0 0;
  position: relative;
}
div.section ul.breadcrumbs li::after {
  content: ">";
  position: absolute;
  right: 0;
}
div.section ul.breadcrumbs li:first-child {
  padding-left: 20px;
  background: url(../img/common/breadcrumbs_blue.svg) no-repeat left center;
  background-size: 15px 15px;
}
div.section ul.breadcrumbs li:last-child::after {
  content: "";
}
div.section ul.breadcrumbs li a {
  text-decoration: underline;
}
div.section.mainV ul.breadcrumbs li {
  color: #edf9fb;
}
div.section.mainV ul.breadcrumbs li:first-child {
  background: url(../img/common/breadcrumbs_white.svg) no-repeat left center;
  background-size: 15px 15px;
}
div.section.mainV ul.breadcrumbs li a {
  color: #edf9fb;
}

div.section ul.pageTabList {
  text-align: center;
  display: block;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 500;
  padding: 15px 0 0;
  margin: 0 0 60px;
  display: flex;
  justify-content: center;
}
div.section ul.pageTabList li {
  width: 120px;
  margin: 0 15px;
  padding: 0 0 40px;
  opacity: 0.3;
}
div.section ul.pageTabList li.active {
  opacity: 1;
  background: url(../img/common/vector_under_blue.svg) no-repeat center bottom;
  background-size: 11px 11px;
}
div.section ul.pageTabList li img {
  margin: 0 0 10px;
  height: 70px;
}
div.section ul.pageTabList li img.on {
  display: none;
}
div.section ul.pageTabList li a {
  text-decoration: none;
  color: #003366;
  display: block;
}
div.section ul.pageTabList li span {
  display: block;
}

div.section ul.switchTabList {
  text-align: center;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 500;
  margin: 0 0 50px;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}
div.section ul.switchTabList li {
  width: 220px;
  margin: 0 15px;
  padding: 0 0 30px;
}
div.section ul.switchTabList li:first-child {
  margin-left: 0;
}
div.section ul.switchTabList li:last-child {
  margin-right: 0;
}
div.section ul.switchTabList li span {
  display: block;
  cursor: pointer;
  border: 3px solid #003366;
  padding: 8px 10px;
  border-radius: 10px;
}
div.section ul.switchTabList li.active {
  opacity: 1;
  background: url(../img/common/vector_under_blue.svg) no-repeat center bottom;
  background-size: 11px 11px;
}
div.section ul.switchTabList li.active span {
  background: #003366;
  color: #FFF;
}

div.section h1 {
  font-size: 36px;
  line-height: 1.5;
  font-weight: bold;
  margin: 40px 0 80px;
}
div.section h1 span {
  background: url(../img/common/h1_line_blue.svg) repeat-x left bottom;
  background-size: 20px 10px;
  padding: 0 0 15px;
  margin: 0 5% 10px;
}
div.section.mainV h1 {
  color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
div.section.mainV h1 span {
  background: none;
  /*
  background: url(../img/common/h1_line_white.svg) repeat-x left bottom;
  background-size: 20px 10px;

  */
}

div.section h2 {
  margin: 0 0 35px;
  padding: 0 0 25px;
  width: 250px;
  font-size: 24px;
  line-height: 1.6;
  font-weight: bold;
  background: url(../img/common/h2_line.svg) no-repeat left bottom;
  background-size: 250px 10px;
}
div.section h2.withLine {
  padding: 0 0 10px;
  width: 100%;
  background: none;
  border-bottom: 1px solid #b4beca;
}
div.section h2.withoutLine {
  padding: 0;
  width: 100%;
  background: none;
}
div.section h3 {
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}

div.section hr {
  border: none;
  border-bottom: 1px solid #b4beca;
  margin: 0 0 30px;
}

div.section p {
  margin: 0 0 30px;
}
div.section p.commnonBtn {
  font-weight: bold;
}
div.section p.commnonBtn a {
  display: block;
  width: 200px;
  margin: 0 auto;
  border: 3px solid #003366;
  border-radius: 10px;
  text-decoration: none;
  color: #003366;
  padding: 7px 10px;
  text-align: center;
}
div.section p.commnonBtn a:hover {
  color: #003366;
}

div.section p.commnonBtn.pdf a {
  width: 310px;
  padding: 7px 30px 7px 50px;
  background: url(../img/common/mark_pdf.svg) no-repeat 20px center;
  background-size: 20px 20px;
}
div.section p.commnonBtn.blank a {
  width: 200px;
  background: url(../img/common/link_outer_blue.svg) no-repeat 95% center;
  background-size: 14px 12px;
}


div.section table.tableTemp01 {
  width: 100%;
  margin: 0 0 30px;
  border-top: 1px solid #546a88;
}
div.section table.tableTemp01 th, div.section table.tableTemp01 td {
  border-bottom: 1px solid #546a88;
  padding: 20px 40px;
  vertical-align: middle;
  font-size: 14px;
}
div.section table.tableTemp01 th {
  text-align: center;
  font-weight: normal;
  background: #ebedf1;
}
div.section table.tableTemp01 td {
  text-align: left;
}
div.section table.tableTemp01 td p.commnonBtn {
  margin-top: 10px;
}
div.section table.tableTemp01 td p.commnonBtn a {
  margin-left: 0;
}


div.section table.tableTemp02 {
  width: 100%;
  border-top: 1px solid #546a88;
}
div.section table.tableTemp02 tr:first-child th {
  background: #ebedf1;
}
div.section table.tableTemp02 th, div.section table.tableTemp02 td {
  border-bottom: 1px solid #546a88;
  padding: 20px 0;
  vertical-align: middle;
  font-size: 14px;
  text-align: center;
}
div.section table.tableTemp02 th.line02, div.section table.tableTemp02 td.line02 {
  padding: 0;
}
div.section table.tableTemp02 th {
  font-weight: normal;
}
div.section table.tableTemp02 td {
  border-left: 1px solid #546a88;
  font-size: 16px;
  width: 60%
}



div.section div.whiteBlock {
  padding: 70px 85px 55px;
  margin: 0 0 30px;
  background: #FFF;
  border-radius: 28px;
}
div.section div.whiteBlock.withImg {
  padding: 70px 70px 55px;
}
div.section div.whiteBlock.withImg::after {
  content: "";
  clear: both;
  display: block;
}
div.section div.whiteBlock.withImg div.left {
  position: relative;
  width: 390px;
  float: left;
}
div.section div.whiteBlock.withImg div.left img {
  width: 100%;
  height: auto;
}
div.section div.whiteBlock.withImg div.left span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #003366;
}
div.section div.whiteBlock.withImg div.right {
  width: 420px;
  float: right;
}
div.section div.whiteBlock.withImg p.cap {
  margin: 0 0 5px;
}
div.section div.whiteBlock.withImg p.lead {
  font-size: 16px;
  line-height: 1.6;
  font-weight: bold;
  margin: 0 0 15px;
}

div.section div.singleBottomBlock {
  margin: 0 0 30px;
  display: flex;
  justify-content: space-between;
}
div.section div.singleBottomBlock p,
div.section div.singleBottomBlock ul {
  margin: 0;
}
div.section div.singleBottomBlock p.btn a {
  padding-left: 20px;
  background: url(../img/common/vector_left_blue.svg) no-repeat left center;
  background-size: 11px 11px;
}
div.section div.singleBottomBlock ul {
  width: 130px;
  display: flex;
  justify-content: flex-end;
}
div.section div.singleBottomBlock ul li {
  margin: 0 0 0 5px;
}
div.section div.singleBottomBlock ul li:last-child {
  display: none;
}

div.section div.toggleWrap {
  margin: 0 0 20px;
}
div.section div.toggleWrap div.block {
  margin: 0 0 10px;
  background: #FFF;
  border-radius: 10px;
}
div.section div.toggleWrap div.inside {
  padding: 30px 30px 30px;
  margin: 0 30px;
  border-top: 1px solid #b4beca;
  display: none;
}
div.section div.toggleWrap h3 {
  padding: 25px 60px 25px 40px;
  margin: 0 20px 0 0;
  cursor: pointer;
  background: url(../img/common/mark_toggle_on.svg) no-repeat right center;
  background-size: 40px 40px;
}
div.section div.toggleWrap h3.on {
  background: url(../img/common/mark_toggle_off.svg) no-repeat right center;
  background-size: 40px 40px;
}
div.section div.toggleWrap h4 {
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}
div.section div.toggleWrap p.title {
  font-weight: bold;
  margin-bottom: 10px;
}

div.section div.toggleWrap hr {
  opacity: 0.3;
}

/* おすすめ情報 */
div.section div.featureWrap div.inside {
  width: 1060px;
  margin: 0 auto 40px;
}
div.section div.featureWrap ul {
  width: 960px;
  position: relative;
  display: block;
  margin: 0 auto;
}
/*div.section div.featureWrap ul::after{content: ""; display: block; clear: both;}*/
div.section div.featureWrap ul li {
  float: left;
  width: 280px;
  padding: 0 20px;
  display: block;
  font-size: 13px;
  line-height: 1.7;
  font-weight: 500;
}
div.section div.featureWrap ul li a {
  color: #003366;
  text-decoration: none;
  display: block;
  text-align: left;
}
div.section div.featureWrap ul li img {
  margin: 0 0 10px;
  border: 5px solid #eef0f3;
}
div.section div.featureWrap ul button.slick-arrow {
  text-indent: -999px;
  overflow: hidden;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50px;
}
div.section div.featureWrap ul button.slick-prev {
  background: url(../img/common/vector_left.svg) no-repeat center center;
  background-size: cover;
  left: -50px;
  z-index: 10;
}
div.section div.featureWrap ul button.slick-next {
  background: url(../img/common/vector_right.svg) no-repeat center center;
  background-size: cover;
  right: -50px;
  z-index: 10;
}
div.section div.featureWrap ul .slick-dots {
  clear: both;
  padding: 15px 0 0;
}
div.section div.featureWrap ul .slick-dots li {
  float: none;
  width: 6px;
  height: 6px;
  margin: 0 6px;
  padding: 0;
  background: none;
  border: 1px solid #003366;
  display: inline-block;
  text-indent: -999px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 50%;
}
div.section div.featureWrap ul .slick-dots li.slick-active {
  background: #003366;
}
div.section div.featureWrap h2 {
  background: url(../img/common/vector_under_blue.svg) no-repeat center bottom;
  background-size: 11px 11px;
  width: 100%;
  font-size: 18px;
}

@media screen and (max-width: 1100px){
    div.section div.featureWrap div.inside {
      width: 980px;
    }
    div.section div.featureWrap ul button.slick-prev {
      left: 0;
    }
    div.section div.featureWrap ul button.slick-next {
      right: 0;
    }
}

/* 最新のニュース */
div.section div.newsWrap {
  position: relative;
  width: 920px;
  margin: 0 auto;
}
div.section div.newsWrap h2 {
  font-size: 22px;
  width: 100%;
  background: none;
  padding: 0;
}
div.section div.newsWrap h2 span {
  padding: 0 0 0 40px;
  background: url(../img/common/h2_news.svg) no-repeat left center;
  background-size: 30px 30px;
}
div.section div.newsWrap ul.tabList {
  font-size: 14px;
  margin: 0 0 40px;
}
div.section div.newsWrap ul.tabList li {
  display: inline-block;
  padding: 0 20px 0 0;
  margin: 0 20px 0 0;
  position: relative;
}
div.section div.newsWrap ul.tabList li::after {
  height: 14px;
  content: "";
  position: absolute;
  border-right: 1px solid #003366;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
div.section div.newsWrap ul.tabList li:last-child {
  padding: 0;
  margin: 0;
}
div.section div.newsWrap ul.tabList li:last-child::after {
  display: none;
}
div.section div.newsWrap ul.tabList li.active a {
  text-decoration: none;
  font-weight: bold;
}
div.section div.newsWrap div.archiveBlock ul {
  display: flex;
  flex-wrap: wrap;
  justify-content:
  space-between;
  text-align: left;
  margin: 0 0 30px;
}
div.section div.newsWrap div.archiveBlock ul li {
  width: 440px;
  margin: 0 0 20px;
}
div.section div.newsWrap div.archiveBlock ul li a {
  display: block;
  background: #FFF;
  border-radius: 10px;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  color: #003366;
}
div.section div.newsWrap div.archiveBlock ul li p.img {
  width: 160px;
  margin: 0;
}
div.section div.newsWrap div.archiveBlock ul li p.title {
  margin: 0;
  width: 200px;
  font-size: 14px;
  line-height: 1.8;
}
div.section div.newsWrap div.archiveBlock ul li span.date {
  display: block;
  margin: 0 0 10px;
}
div.section div.newsWrap p.btnMore {
  position: absolute;
  right: 0;
  top: 5px;
  text-align: right;
}
div.section div.newsWrap p.btnMore a {
  padding: 0 20px 0 0;
  text-decoration: none;
  background: url(../img/common/vector_right_blue_thin.svg) no-repeat right center;
  background-size: 11px 11px;
}
div.section div.newsWrap p.btnMore a:hover {
  text-decoration: underline;
}

/* コラム */

div.section div.columnWrap h2 {
  font-size: 22px;
  width: 100%;
  background: none;
  padding: 0;
}
div.section div.columnWrap h2 span {
  padding: 0 0 0 40px;
  background: url(../img/common/h2_column.svg) no-repeat left center;
  background-size: 30px 30px;
}

div.section div.columnWrap div.inside {
  width: 1060px;
  margin: 0 auto 40px;
}
div.section div.columnWrap ul {
  width: 960px;
  position: relative;
  display: block;
  margin: 0 auto 30px;
}
/*div.section div.featureWrap ul::after{content: ""; display: block; clear: both;}*/
div.section div.columnWrap ul li {
  float: left;
  width: 280px;
  padding: 0 20px;
  display: block;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 500;
}
div.section div.columnWrap ul li a {
  color: #003366;
  text-decoration: none;
  display: block;
  text-align: left;
  position: relative;
}
div.section div.columnWrap ul li img {
  margin: 0 0 12px;
}
div.section div.columnWrap ul li span {
  display: block;
  margin: 0 0 5px;
}
div.section div.columnWrap ul li.new a::after {
  content: "NEW";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  line-height: 24px;
  background: #003366;
  color: #FFF;
  padding: 0 10px;
  font-weight: 500;
}
div.section div.columnWrap ul button.slick-arrow {
  text-indent: -999px;
  overflow: hidden;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 75px;
}
div.section div.columnWrap ul button.slick-prev {
  background: url(../img/common/vector_left.svg) no-repeat center center;
  background-size: cover;
  left: -50px;
  z-index: 10;
}
div.section div.columnWrap ul button.slick-next {
  background: url(../img/common/vector_right.svg) no-repeat center center;
  background-size: cover;
  right: -50px;
  z-index: 10;
}
div.section div.columnWrap ul .slick-dots {
  clear: both;
  padding: 15px 0 0;
}
div.section div.columnWrap ul .slick-dots li {
  float: none;
  width: 6px;
  height: 6px;
  margin: 0 6px;
  padding: 0;
  background: none;
  border: 1px solid #003366;
  display: inline-block;
  text-indent: -999px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 50%;
}
div.section div.columnWrap ul .slick-dots li.slick-active {
  background: #003366;
}

@media screen and (max-width: 1100px){
    div.section div.columnWrap div.inside {
      width: 980px;
    }
    div.section div.columnWrap ul button.slick-prev {
      left: 0;
    }
    div.section div.columnWrap ul button.slick-next {
      right: 0;
    }
}

/* PASSPORT */
div.passportWrap {
  height: 500px;
  background: url(../img/common/bg_passport_pc.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
div.passportWrap::after {
  width: 100%;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/common/wave_white.svg) repeat-x left top;
  background-size: 128px 40px;
  content: "";
}
div.passportWrap.gray::after {
  width: 100%;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/common/wave_gray.svg) repeat-x left top;
  background-size: 128px 40px;
  content: "";
}
div.passportWrap div.inner {
  height: 200px;
  padding: 165px 0 0;
}
div.passportWrap div.inner a {
  width: 780px;
  height: 200px;
  position: relative;
  background: #FFF;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
  overflow: visible;
  transition: transform 0.4s ease;
}
div.passportWrap div.inner span {
  display: inline-block;
  font-weight: 500;
}
div.passportWrap div.inner span.line {
  padding: 52px 0 0 5px;
  font-size: 16px;
  background: linear-gradient(transparent 83%, #fcfc95 17%);
}
div.passportWrap div.inner span.title {
  padding: 10px 0 0;
  font-size: 24px;
  display: block;
  font-weight: bold;
}
div.passportWrap div.inner span.img {
  position: absolute;
  width: 140px;
  height: 95px;
  left: 20px;
  bottom: 10px;
  transition: left 0.4s ease;
}
div.passportWrap div.inner span.vector {
  position: absolute;
  width: 20px;
  height: 40px;
  right: 55px;
  top: 80px;
  transition: right 0.4s ease;
}
div.passportWrap div.inner a:hover {
  transform: scale(1.05);
}

div.passportWrap div.inner a:hover span.vector {
  right: 45px;
}


/* TICKET */
p.ticketLink {
  position: fixed;
  width: 120px;
  height: 210px;
  right: 0;
  bottom: 170px;
  z-index: 1000;
}



/* OTHER */

.hoverAlpha {
  transition: opacity 0.2s ease;
}
.hoverAlpha:hover {
  opacity: 0.8;
}

/* FOR SMALL PC OR TABLET DEVICE */
@media screen and (max-width: 1255px){

}


/* ::::::::::::::::::::::::::::::::: PC ::::::::::::::::::::::::::::::::: */
@media screen and (min-width: 990px){
  .is_sp {
    display:none!important;
  }
}

/* ::::::::::::::::::::::::::::::::: SP ::::::::::::::::::::::::::::::::: */
@media screen and (max-width: 989px){
  .is_pc {
    display:none!important;
  }

  /*COMMON*/

  div.wrap {
    padding: 50px 0 0;
    overflow: hidden;
  }
  /* SECTION */
  div.section {
    padding: 40px 0;
  }
  div.section.pt0 {
    padding: 0 0 40px;
  }
  div.section.pt0_sp {
    padding: 0 0 40px;
  }
  div.section.bgWhite{}
  div.section.bgGray{}
  div.section.bgDark{}
  div.section.pageTop{}
  div.section.mainV {
    height: 300px;
    padding: 0;
  }
  div.section div.inner {
    width: calc(100% - 40px);
  }

  div.section a{}
  div.section a:hover{}

  div.section ul.breadcrumbs {
    padding: 10px 15px;
    font-size: 11px;
  }
  div.section ul.breadcrumbs li{}
  div.section ul.breadcrumbs li::after{}
  div.section ul.breadcrumbs li:first-child{}
  div.section ul.breadcrumbs li:last-child::after{}
  div.section ul.breadcrumbs li a{}
  div.section.mainV ul.breadcrumbs li{}
  div.section.mainV ul.breadcrumbs li:first-child{}
  div.section.mainV ul.breadcrumbs li a{}

  div.section ul.pageTabList {
    text-align: center;
    padding: 0;
    margin: -40px 0 40px;
    display: block;
    justify-content: center;
    border-top: 1px solid #003366;
  }
  div.section ul.pageTabList li {
    width: 100%;
    margin: 0;
    padding: 0;
    opacity: 1;
    display: block;
    border-bottom: 1px solid #003366;
  }
  div.section ul.pageTabList li img {
    margin: 0 10px 0 0;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  div.section ul.pageTabList li img.on{}
  div.section ul.pageTabList li a {
    display: block;
    padding: 15px 65px;
    _zoom: 1;
    position: relative;
  }
  div.section ul.pageTabList li br {
    display: none;
  }
  div.section ul.pageTabList li span{}
  div.section ul.pageTabList li.active {
    background: #003366;
  }
  div.section ul.pageTabList li.active a {
    color: #FFF;
  }
  div.section ul.pageTabList li.active img.on {
    display: block;
  }
  div.section ul.pageTabList li.active img.off {
    display: none;
  }

  div.section ul.switchTabList {
    margin: 0 0 40px;
  }
  div.section ul.switchTabList li {
    margin: 0 8px;
  }
  div.section ul.switchTabList li:first-child {
    margin-left: 0;
  }
  div.section ul.switchTabList li:last-child {
    margin-right: 0;
  }

  div.section h1 {
    font-size: 28px;
    line-height: 1.8;
    padding: 0 20px;
    margin: 15px 0 45px;
  }
  div.section h1 span {
    padding: 0 0 10px;
    margin: 0 0 10px;
  }
  div.section.mainV h1 {
    margin: 0; width: calc(100% - 40px);
  }
  div.section.mainV h1 span{}

  div.section h2{}
  div.section h3{}

  div.section p{}

  div.section p.commnonBtn.pdf{}
  div.section p.commnonBtn.pdf a {
    width: auto;
  }

  div.section table.tableTemp01 th, div.section table.tableTemp01 td {
    display: block;
  }
  div.section table.tableTemp01 th {
    padding: 15px 15px;
    width: calc(100% - 30px)!important;
  }
  div.section table.tableTemp01 td {
    padding: 15px 0;
    width: 100%!important;
  }


  div.section table.tableTemp02 th,
  div.section table.tableTemp02 td {
    padding: 15px 0;
  }
  div.section table.tableTemp02 th.line02, div.section table.tableTemp02 td.line02 {
    padding: 15px 0;
  }



  div.section div.whiteBlock {
    padding: 30px 20px 10px;
    margin: 0 0 30px;
    background: #FFF;
    border-radius: 15px;
  }
  div.section div.whiteBlock.withImg {
    padding: 30px 20px 10px;
  }
  div.section div.whiteBlock.withImg::after {
    display: none;
  }
  div.section div.whiteBlock.withImg div.left {
    width: 100%;
    float: none;
  }
  div.section div.whiteBlock.withImg div.left img{}
  div.section div.whiteBlock.withImg div.right {
    width: 100%;
    float: none;
    overflow: hidden;
  }
  div.section div.whiteBlock.withImg p.cap{}
  div.section div.whiteBlock.withImg p.lead{}
  div.section div.whiteBlock.withImg p.img {
    margin: 0 0 15px;
  }

  div.section div.singleBottomBlock ul li:last-child {
    display: block;
  }

  div.section div.whiteBlock.withImg

  div.section div.toggleWrap{}
  div.section div.toggleWrap div.block{}
  div.section div.toggleWrap div.inside {
    padding: 30px 0 30px;
    margin: 0 20px;
  }
  div.section div.toggleWrap h3 {
    padding: 25px 50px 25px 20px;
    margin: 0 20px 0 0;
  }
  div.section div.toggleWrap h3.on{}
  div.section div.toggleWrap hr{}

  /* おすすめ情報 */
  div.section div.featureWrap{}
  div.section div.featureWrap div.inside {
    width: 310px;
    margin: 0 auto 30px;
  }
  div.section div.featureWrap ul {
    width: 290px;
  }
  div.section div.featureWrap ul li {
    width: 280px;
    padding: 0 5px;
  }
  div.section div.featureWrap ul li a{}
  div.section div.featureWrap ul li img{}
  div.section div.featureWrap ul button.slick-arrow {
    width: 30px;
    height: 30px;
    top: 50px;
  }
  div.section div.featureWrap ul button.slick-prev {
    left: -10px;
  }
  div.section div.featureWrap ul button.slick-next {
    right: -10px;
  }
  div.section div.featureWrap ul .slick-dots{}
  div.section div.featureWrap ul .slick-dots li {
    margin: 0 5px;
  }
  div.section div.featureWrap ul .slick-dots li.slick-active{}
  div.section div.featureWrap h2 {
    margin: 0 0 20px;
  }

  /* 最新のニュース */
  div.section div.newsWrap {
    width: calc(100% - 40px);
  }
  div.section div.newsWrap h2 {
    font-size: 18px;
    margin: 0 0 25px;
  }
  div.section div.newsWrap h2 span {
    padding: 0 15px 0 40px;
  }
  div.section div.newsWrap ul.tabList {
    font-size: 13px;
    margin: 0 0 30px;
  }
  div.section div.newsWrap ul.tabList li{}
  div.section div.newsWrap ul.tabList li::after{}
  div.section div.newsWrap ul.tabList li:last-child{}
  div.section div.newsWrap ul.tabList li:last-child::after{}
  div.section div.newsWrap ul.tabList li.active a{}
  div.section div.newsWrap div.archiveBlock{}
  div.section div.newsWrap div.archiveBlock ul{}
  div.section div.newsWrap div.archiveBlock ul {
    display: block;
    margin: 0 0 40px;
  }
  div.section div.newsWrap div.archiveBlock ul li {
    width: 100%;
    margin: 0 0 10px;
  }
  div.section div.newsWrap div.archiveBlock ul li a {
    padding: 20px;
  }
  div.section div.newsWrap div.archiveBlock ul li p.img,
  div.section div.newsWrap div.archiveBlock ul li p.img img {
    width: 100px;
  }
  div.section div.newsWrap div.archiveBlock ul li p.title {
    width: calc(100% - 120px);
    font-size: 13px;
    line-height: 1.6;
  }
  div.section div.newsWrap div.archiveBlock ul li span.date {
    margin: 0 0 5px;
  }
  div.section div.newsWrap p.btnMore {
    position: relative;
    right: inherit;
    top: inherit;
    text-align: center;
    margin: 0 0 20px;
  }
  div.section div.newsWrap p.btnMore a{}
  div.section div.newsWrap p.btnMore a:hover{}

  /* コラム */
  div.section div.columnWrap{}
  div.section div.columnWrap h2 {
    font-size: 18px;
    margin: 0 0 30px;
  }
  div.section div.columnWrap h2 span {
    padding: 0 15px 0 40px;
  }

  div.section div.columnWrap div.inside {
    width: calc(100% - 40px);
    margin: 0 auto 40px;
  }
  div.section div.columnWrap ul {
    width: 290px;
    margin: 0 auto 30px;
  }
  div.section div.columnWrap ul li {
    padding: 0 5px;
  }
  div.section div.columnWrap ul li a{}
  div.section div.columnWrap ul li img{}
  div.section div.columnWrap ul li span{}
  div.section div.columnWrap ul li.new a::after{}
  div.section div.columnWrap ul button.slick-arrow {
    width: 30px;
    height: 30px;
    top: 75px;
  }
  div.section div.columnWrap ul button.slick-prev {
    left: -10px;
  }
  div.section div.columnWrap ul button.slick-next {
    right: -10px;
  }
  div.section div.columnWrap ul .slick-dots {
    padding: 10px 0 0;
  }
  div.section div.columnWrap ul .slick-dots li {
    margin: 0 5px;
  }
  div.section div.columnWrap ul .slick-dots li.slick-active{}

  /* PASSPORT */
  div.passportWrap {
    height: 310px;
    background: url(../img/common/bg_passport_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  div.passportWrap::after {
    height: 20px;
    background-size: 64px 20px;
  }
  div.passportWrap.gray::after {
    height: 20px;
    background-size: 64px 20px;
  }

  div.passportWrap div.inner {
    height: 190px;
    padding: 65px 0 0;
  }
  div.passportWrap div.inner p{}
  div.passportWrap div.inner a {
    width: 75%;
    max-width: 400px;
    height: 180px;
    padding: 20px 0 0;
    transition: none;
  }
  div.passportWrap div.inner span{}
  div.passportWrap div.inner span.line {
    padding: 0;
    font-size: 13px;
    line-height: 1.5;
    background: linear-gradient(transparent 50%, #fcfc95 50%);
  }
  div.passportWrap div.inner span.title {
    padding: 10px 0 0;
    font-size: 22px;
  }
  div.passportWrap div.inner span.img {
    width: 82px;
    height: 60px;
    left: 20px;
    bottom: 10px;
    transition: none;
  }
  div.passportWrap div.inner span.vector {
    width: 10px;
    height: 20px;
    right: 15px;
    top: 99px;
    transition: none;
  }
  div.passportWrap div.inner span.vector img {
    width: 10px;
    height: 20px;
  }
  div.passportWrap div.inner a:hover {
    transform: scale(1);
  }

  div.passportWrap div.inner a:hover span.vector {
    right: 15px;
  }

  /* TICKET */
  p.ticketLink {
    width: 80px;
    height: 140px;
    bottom: 110px;
  }
  p.ticketLink img {
    width: 80px;
    height: auto;
  }

  .hoverAlpha:hover {
    opacity: 1;
  }

}




/* TICKET */
div.bnticketWrap {
  padding: 60px 0;
  background: url(../img/common/bg_ticket.png) repeat;
}
@media screen and (max-width: 989px){
  div.bnticketWrap {
    padding: 25px 0;
  }
}
div.bnticketWrap .inner {
  width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px){
  div.bnticketWrap .inner {
      width: 810px;
    }
}
@media screen and (max-width: 989px){
  div.bnticketWrap .inner {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}

div.bnticketWrap .inner ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1240px){
  div.bnticketWrap .inner ul {
    display: block;
  }
}
div.bnticketWrap .inner ul li {
  width: 516px;
}
@media screen and (max-width: 1240px){
  div.bnticketWrap .inner ul li {
    width: 100%
  }
}
div.bnticketWrap .inner ul li + li {
  margin-left: 20px;
}
@media screen and (max-width: 1240px){
  div.bnticketWrap .inner ul li + li {
    margin-left: 0;
    margin-top: 20px;
  }
}




/* モジュール */

.iziModal {
  max-width: 1000px!important;
  width: 90%;
  background: none!important;
  box-shadow: none!important;
  z-index: 1501!important;
}
@media screen and (max-width: 989px){
  .iziModal {
    max-width: 100%!important;
    width: 90%!important;
  }
}
.iziModal::after {
  background: -moz-linear-gradient(top,transparent 0%,rgba(0,0,0,.5) 100%)!important;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,transparent),color-stop(100%,rgba(0,0,0,.5)))!important;
  background: -webkit-linear-gradient(top,transparent 0%,rgba(0,0,0,.5) 100%)!important;
  background: -o-linear-gradient(top,transparent 0%,rgba(0,0,0,.5) 100%)!important;
  background: -ms-linear-gradient(top,transparent 0%,rgba(0,0,0,.5) 100%)!important;
  background: linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.5) 100%)!important;
}
.iziModal .iziModal-wrap::-webkit-scrollbar-thumb {
	background: rgba(0,0,0,.7);
}

.iziModal-overlay {
  z-index: 1500!important;
}


.iziModalOpenBtn {
  cursor: pointer;
}
.iziModal .iziModalClose a {
  position: fixed;
  top: 0;
  right: 0;
  margin-top: 20px;
  margin-right: 0;
  font-size: 36px;
  color: #003366;
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: block;
  text-align: right;
  margin-left: auto;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 30px;
  background: #fff;
  box-shadow: 0px 0px 5px #000;
}
@media screen and (max-width: 989px){
  .iziModal .iziModalClose a {
    top: 35px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
  }
}
.iziModal .iziModalWhiteBlock {
  padding: 70px 85px 55px;
  background: #fff;
  margin-bottom: 40px;
  border-radius: 28px;
  text-align: left;
  margin: 60px 0;
}
@media screen and (max-width: 989px){
  .iziModal .iziModalWhiteBlock {
    padding: 30px 20px;
    border-radius: 15px;
  }
}
.iziModal .iziModalWhiteBlock .iziModalTtl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 989px){
  .iziModal .iziModalWhiteBlock .iziModalTtl {
    margin-bottom: 20px;
  }
}
.iziModal .iziModalWhiteBlock .iziModalTxt a {
  text-decoration: underline;
}

.iziModal .iziModalWhiteBlock .iziModalTtl.textC {
  text-align: center;
}

.iziModal .iziModalWhiteBlock .iziModalTxt.textC {
  text-align: center;
}
@media screen and (max-width: 989px){
  .iziModal .iziModalWhiteBlock .iziModalFlex {
    display: block;
  }
}
.iziModal .iziModalWhiteBlock .iziModalFlex .iziModalFlexImg {
  width: 45%;
  float: left;
  margin-right: 5%;
}
@media screen and (max-width: 989px){
  .iziModal .iziModalWhiteBlock .iziModalFlex .iziModalFlexImg {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.iziModal .iziModalWhiteBlock .iziModalFlex .iziModalFlexTxt {
  width: 50%;
  float: right;
}
@media screen and (max-width: 989px){
  .iziModal .iziModalWhiteBlock .iziModalFlex .iziModalFlexTxt {
    width: 100%;
    float: none;
  }
}
.iziModal .iziModalWhiteBlock .iziModalFlex.iziModalFlexReverse .iziModalFlexImg {
  float: right;
  margin-right: 0;
  margin-left: 5%;
}
@media screen and (max-width: 989px){
  .iziModal .iziModalWhiteBlock .iziModalFlex.iziModalFlexReverse .iziModalFlexImg {
    float: none;
    margin-left: 0;
  }
}
.iziModal .iziModalWhiteBlock .iziModalFlex.iziModalFlexReverse .iziModalFlexTxt {
  float: left;
}
@media screen and (max-width: 989px){
  .iziModal .iziModalWhiteBlock .iziModalFlex.iziModalFlexReverse .iziModalFlexTxt {
    float: none;
  }
}
.iziModal .iziModalWhiteBlock .iziModalFlex + .iziModalFlex {
  padding-top: 60px;
  margin-top: 60px;
  border-top: 1px solid #546a88;
}
.iziModal h2 {
  margin: 0 0 35px;
  padding: 0 0 25px;
  font-size: 24px;
  line-height: 1.6;
  font-weight: bold;
  background: url(../img/common/h2_line_white.svg) no-repeat left bottom;
  background-size: 148px 10px;
  color: #edf9fb;
  text-align: left;
}
.iziModal h2 + .iziModalWhiteBlock {
  margin-top: 35px;
}
.iziModal .iziModalWhiteBlock .iziModalBtnBlock {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.iziModal .iziModalWhiteBlock .iziModalBtnBlock {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 989px){
  .iziModal .iziModalWhiteBlock .iziModalBtnBlock {
    display: block;
  }
}
.iziModal .iziModalWhiteBlock .iziModalBtnBlock p.commnonBtn {
  font-weight: bold;
}
.iziModal .iziModalWhiteBlock .iziModalBtnBlock p.commnonBtn a {
  display: block;
  width: 200px;
  margin: 0 auto;
  border: 3px solid #003366;
  border-radius: 10px;
  text-decoration: none;
  color: #003366;
  padding: 7px 10px;
  text-align: center;
}
.iziModal .iziModalWhiteBlock .iziModalBtnBlock p.commnonBtn a:hover {
  color: #003366;
}

.iziModal .iziModalWhiteBlock .iziModalBtnBlock p.commnonBtn + p.commnonBtn {
  margin-left: 20px;
}
@media screen and (max-width: 989px){
  .iziModal .iziModalWhiteBlock .iziModalBtnBlock p.commnonBtn + p.commnonBtn {
    margin-left: 0;
    margin-top: 10px;
  }
}
