@charset "UTF-8";

/* CSS Document */

#suzukaContentWrap2016 {
    z-index: 1 !important;
}

#suzukaFooterWrap2016 {
    z-index: 0 !important;
}

.sp {
    display: none !important;
}

#suzukaContentInner2016 {
    padding-top: 0 !important;
    width: 100% !important;
    min-width: 980px;
}

img {
    border: none;
    box-shadow: #000 0 0 0;
}

* {
    margin: 0;
    padding: 0;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

ol li,
ul li {
    list-style-position: outside;
    margin: 0 0 0 2rem;
}

a img {
    border: none;
}

/*　公式緊急メッセージ　*/

#emergencynews {
    margin: 15px auto !important;
}

#ms-content {
    background: #e8e9ef;
    color: #000;
    font-family: "ヒラギノ角ゴ Pro", "メイリオ", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "-apple-system", "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
    font-size: 1.6rem;
    line-height: 1.8;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
}

#ms-content a,
#ms-content a:visited {
    color: #4A4A4A;
}

#suzukaFooterWrap2016 {
        z-index: 0 !important;
    }
body {
        padding-bottom: 0px !important;
    } 

.cancellation{
    background: #e6e6e6;
    bottom: 0;
    padding: 10px 0;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 10000;
}
.cancellation a{
    background: #ff0000;
    color: #fff !important;
    display: block;
    font-weight: 700;
    margin: 0 auto;
    padding: 20px;
    max-width: 940px;
}
/*-------------------------------------------------------------------------------------
Gナビ非リンク
--------------------------------------------------------------------------------------*/

.nolink,
.nolink:visited,
.nolink:hover,
.nolink:active {
cursor: default;
pointer-events: none;
background-color: #666;
}

/*-------------------------------------------------------------------------------------
リンク非アクティブ
--------------------------------------------------------------------------------------*/

.inactive-link {
    opacity: 0.5;
    pointer-events: none;
}


/*-------------------------------------------------------------------------------------
Header
--------------------------------------------------------------------------------------*/

.ms-header {
    background: #EFEFEF;
    position: sticky;
    top: 0;
    z-index: 100;
}

.ms-header-inner > div {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 70px;
    margin: 0 auto;
    width: 980px;
}

.ms-header-inner .ms-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    z-index: 200;
}
/* ヘッダーロゴ　非表示
.ms-header-inner .ms-logo {
    opacity: 0;
    visibility: hidden;
}
*/
.ms-header-inner .ms-logo img {
    display: block;
    height: auto;
    width: 100%;
}

.ms-header-inner div nav {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
}

.ms-header-inner .ms-menu {
    color: #4A4A4A;
    display: flex;
    font-size: 1.2rem;
    line-height: 1.3;
}

.ms-header-inner .ms-menu li {
    display: flex;
    align-items: center;
    margin: 0;
}

.ms-header-inner .ms-menu li:before {
    content: "";
    width: 0.5em;
}

.ms-header-inner .ms-menu li:after {
    border-right: 1px solid #4a4a4a;
    content: "";
    height: 12px;
    width: 0.5em;
}

.ms-header-inner .ms-menu li:last-child:after {
    display: none;
}

.ms-header-inner .ms-menu a {
    color: #4A4A4A;
    display: block;
    font-size: 1.2rem;
    padding: 3px 0.4em;
    text-align: center;
    text-decoration: none;
    transition: all 0.7s;
}

.ms-header-inner .ms-menu li span.link-off {
	background-color: #D1D1D1;
	color: #A2A2A2;
	padding: 3px 4px 3px 4px;
}

.ms-header-inner .ms-menu a:hover {
    background-color: #D40A0A;
    color: #fff !important;
}

/*-------------------------------------------------------------------------------------
ナビゲーションmenu
--------------------------------------------------------------------------------------*/

.menu-second-level {
    display: flex;
    flex-wrap: wrap;
    background: #EFEFEF;
    left: 0;
    opacity: 0;
    overflow: hidden;
    padding: 40px 0;
    position: absolute;
    top: 70px;
    transition: all .3s;
    transition-delay: 0s;
    visibility: hidden;
    width: 100%;
}

.menu-second-level li.menu-title {
    font-weight: 700;
    padding: 3px 1em;
	margin: 10px 0px 0px 0px;
	width: 100%!important;
}

li.menu-init:hover .menu-second-level {
    opacity: 1;
    top: 49px;
    visibility: visible;
    z-index: 101;
}


.menu-second-level > ul.menu-second-level-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 auto;
    width: 980px;
}

.menu-second-level ul.dual-column > li {
    width: 50%;
}

.menu-second-level ul.trisection-column > li {
    width: 33%;
}

.menu-second-level ul.trisection-column.line4 > li {
    width: 25%;
}

.menu-second-level ul.quad-column > li {
    width: 25%;
}

.menu-second-level ul li.ticket {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
}

.menu-second-level ul li.ticket ul {
    width: 25%;
}

.menu-second-level ul li {
    margin: 8px 0;
    width: 33%;
}

.menu-second-level li:after {
    display: none;
}

.menu-second-level ul li a {
    display: block;
    padding: 7px 1em !important;
    width: 100%;
}


/*-------------------------------------------------------------------------------------
Contents
--------------------------------------------------------------------------------------*/

.ms-content-inner {
    letter-spacing: 0.1em;
    margin: 0 auto;
    padding: 25px 0;
    width: 980px;
}

.ms-content-inner img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}

.ms-content-inner .content-date {
    font-size: 1.4rem;
    margin: 0 auto 15px;
    width: 980px;
}

.ms-content-inner .content-title-wrap {
    border-bottom: 1px solid #52565e;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.ms-content-inner .content-title-wrap h2 {
	color: #000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color:inherit;
}

.ms-content-inner h1.content-title {
    font-size: 3rem;
    line-height: 45px;
}

.ms-content-inner h2 {
    font-size: 2.4rem;
    font-weight: 700;
    margin: 7px 0 0;
	padding: 12px 12px;
	color: #fff;
	background-color: #333;
	margin: 0px 0px 16px 0px;
}

.ms-content-inner h3 {
    font-size: 1.7rem;
    line-height: 28px;
	margin-bottom: 10px;
}


.content-inner-text {
    line-height: 1.8;
    padding: 45px 0;
}

.caution-text {
    font-size: 1.4rem;
    padding-left: 1em;
    text-indent: -1em;
}

.caution-text-red {
    color: #FF1717;
    padding-left: 1em;
    text-indent: -1em;
}



/*-------------------------------------------------------------------------------------
Footer
--------------------------------------------------------------------------------------*/

#btm-caution {
    background: #fff;
    color: #000;
    font-family: "ヒラギノ角ゴ Pro", "メイリオ", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "-apple-system", "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
    overflow: hidden;
    width: 100%;
}

#btm-caution p {
    font-size: 1.2rem;
    margin: 0 auto;
    padding: 30px 0;
    text-align: left;
    width: 980px;
}

/*-------------------------------------------------------------------------------------
contentpage breadcrumb
--------------------------------------------------------------------------------------*/

.breadcrumb-wrap {
    background: rgba(0, 0, 0, 0.6);
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    padding: 14px 0;
    width: 100%;
}

.breadcrumb {
    color: #fff;
    font-size: 1.3rem;
    margin: 0 auto;
    width: 980px;
}

.breadcrumb a {
    color: #fff !important;
    text-decoration: none !important;
}

.breadcrumb a:after {
    content: url('../images/breadcrumb_arrow.png');
    display: inline-block;
    height: 10px;
    margin: 0 10px;
    width: 6px;
}


/*-------------------------------------------------------------------------------------
モビステ　リンクボタン
--------------------------------------------------------------------------------------*/

.mobista-btn a {
    background: #009d8d;
    color: #fff !important;
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 20px auto;
    padding: 35px 0;
    text-align: center;
    text-decoration: none !important;
    transition: all 0.6s;
    width: 480px;
}

.mobista-btn a:hover {
    opacity: 0.7;
}

.ticket-btn a:after,
.mobista-btn a:after,
.mobista-btn .na:after {
    content: "\00bb";
    margin-left: 0.5em;
    vertical-align: middle;
}


.mobista-btn span,
.mobista-btn .na span {
    font-size: 1.3rem;
    font-weight: normal;
}

.mobista-btn.na,
.mobista-btn.na a {
    background: #d3d3d3;
    color: #fff !important;
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 20px auto;
    pointer-events: none;
    text-align: center;
    text-decoration: none !important;
    width: 480px;
}


.unit-button.disabled a,
.unit-button p.na {
    background: #8f8f8f;
    background: -moz-linear-gradient(top, #8f8f8f 0%, #7e7e7e 100%);
    background: -webkit-linear-gradient(top, #d48f8f8fbda7 0%, #7e7e7e 100%);
    background: linear-gradient(to bottom, #8f8f8f 0%, #7e7e7e 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#8f8f8f', endColorstr='#7e7e7e', GradientType=0);
    color: #fff !important;
    cursor: default;
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.6;
    margin: 20px 0 20px 0;
    opacity: 0.7;
    padding: 35px 10px;
    text-align: center;
    text-decoration: none !important;
    transition: all 0.6s;
    width: 460px;
}


/*-------------------------------------------------------------------------------------
youtube
-------------------------------------------------------------------------------------*/

.youtube-block {
    width: 740px;
    margin: 0 auto 40px;
}

.youtube-block iframe {
    box-shadow: rgba(0, 0, 0, 0.360784) 0px 0px 10px 0px;
    display: block;
    height: 415px;
    width: 740px;
}

.youtube-block2 {
    margin: 0 auto 40px;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%;
}

.youtube-block2 ul {
    list-style: none;
}

.youtube-block2 iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.youtube-block2 iframe {
    height: auto;
    width: 100%;
}


.movie-container {
	width: 980px;
	margin: 0px auto 80px auto;
}

.movie-inner {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.movie-inner iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}



.anchorlink {
    position: relative;
    top: -128px;
    display: block;
	width: 1px;
}


/*-------------------------------------------------------------------------------------
特集
-------------------------------------------------------------------------------------*/

.special .contentSection {
    background: #fff;
    color: #232323;
    font-size: 16px;
    margin: 45px auto 45px;
    padding: 20px 30px 20px;
    width: 780px;
}
.special .photoCaption {
    color: #666;
    font-size: 10px;
    font-weight: 500;
    text-align: right;
    padding-bottom: 15px;
}
.special .contentSection p {
    margin-bottom: 35px;
}


/*-------------------------------------------------------------------------------------
チケット発売予告テキスト
-------------------------------------------------------------------------------------*/

.ticket-yokoku-text {
	text-align: center;
	color: #ff0000;
	font-weight: bold;
	font-size: 1.7rem;
	margin: 0px 0px 10px 0px;
}


/*-------------------------------------------------------------------------------------
特集　家族で「GTウィーク」を遊び尽くそう！
-------------------------------------------------------------------------------------*/

.special-family {
	
}

.special-family .ticket-table {
	border-collapse: collapse;
	width: 100%;
}

.special-family .ticket-table th {
	font-weight: bold;
}

.special-family .ticket-table td,
.special-family .ticket-table th {
	border: 1px solid #666;
	padding: 8px 8px;
	text-align: center;
}

.special-family .ticket-table span {
	color: rgba(2,0,255,1.00);
}

.special-family h3.unit-heading-sub {
	background-color: rgba(42,0,255,1.00);
	color: #fff;
	border-radius: 6px;
	border:3px solid rgba(105,146,255,1.00);
	padding: 12px 8px;
	text-align: center;
	position: relative;
}

.special-family h3.unit-heading-sub::before {
	border: 15px solid transparent;
	border-top: 15px solid rgba(42,0,255,1.00);
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
}


.special-family .balloon2 {
  background: #FFF;
  border-radius: 5px;
  box-sizing: border-box;
  color: #000;
  display: inline-block;
  position: relative;
  margin: 0 0 15px 15px;
  padding: 20px;
  width: calc(100% - 60px);
}

.special-family .balloon2:before {
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  content: "";
  left: -22px;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  z-index: 2;
}

.special-family .balloon2:after {
  content: "";
  left: -30px;
  margin-top: -14px;
  position: absolute;
  top: 50%;
  z-index: 1;
}







ul.ticket-table {
    display: block !important;
    font-size: 16px;
    list-style: none;
    margin: 24px auto !important;
    padding: 0;
    width: 100%;
}


ul.ticket-table-2-column dl dt {
    width: 50%;
    text-align: center;
    font-weight: bold;
}

ul.ticket-table-2-column dl dd {
    padding-left: 1em !important;
    width: 50%;
}

ul.ticket-table-2-column-center dl dt {
    width: 50%;
    text-align: center;
    font-weight: bold;
}

ul.ticket-table-2-column-center dl dd {
    padding-left: 1em !important;
    width: 50%;
    text-align: center;
}


ul.ticket-table li.bBDotted,
ul.ticket-table li dl dt.bBDotted,
ul.ticket-table li dl dd.bBDotted {
    border-bottom: 1px dotted #666;
}

ul.ticket-table li.bBSolid {
    border-bottom: 1px solid #666;
}

ul.ticket-table li.bTSolid {
    border-top: 1px solid #666;
}

ul.ticket-table li {
    margin-left: 0;
}

ul.ticket-table dl {
    display: table;
    width: 100%;
}

ul.ticket-table li dl dt {
    display: table-cell;
    vertical-align: middle;
    background: rgba(255, 255, 255, 0.57);
    padding: 10px 0px;
}

ul.ticket-table li dl dt span {
    font-size: 14px;
    font-weight: normal;
}

ul.ticket-table li dl dd {
    display: table-cell;
    padding: 3px;
    vertical-align: middle;
	text-align:center;
}


.ticket-information-btn a {
    background: #ff0000;
    color: #fff !important;
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin: 0 auto;
    padding: 35px 10px;
    text-align: center;
    width: 460px;
}

.ticket-information-btn a:after {
    content: '\00bb';
    color: #fff;
    display: inline;
    margin-left: 6px;
}




/*-------------------------------------------------------------------------------------
ピットウォーク　リンクボタン
--------------------------------------------------------------------------------------*/

.pit-walk-btn a {
    background: #4583bd;
    color: #fff !important;
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 20px auto;
    padding: 35px 0;
    text-align: center;
    text-decoration: none !important;
    transition: all 0.6s;
    width: 480px;
}

.pit-walk-btn a:hover {
    opacity: 0.7;
}

.pit-walk-btn a:after,
.pit-walk-btn .na:after {
    content: "\00bb";
    margin-left: 0.5em;
    vertical-align: middle;
}


.pit-walk-btn span,
.pit-walk-btn .na span {
    font-size: 1.3rem;
    font-weight: normal;
}


.hatsubai-kokuchi-text {
	color: rgb(255, 0, 0);
	text-align: center;
	margin-top:24px;
	font-weight: bold;
	margin: 0px 0px -12px 0px;
	display: block;
}


.base-table {
	width: 100%;
	border:1px solid #999999;
	border-collapse: collapse;
}

.base-table th {
	background-color: #d6d6d6;
}

.base-table td {
	background-color: #fff;
}

.base-table td,.base-table th {
	padding: 8px;
	border-collapse: collapse;
	border:1px solid #999999;
	text-align: center;
}


.event-base-table {
	width: 100%;
	border:1px solid #999999;
	border-collapse: collapse;
}

.event-base-table th {
	background-color: #d6d6d6;
}

.event-base-table td, .event-base-table th {
	padding: 8px;
	border-collapse: collapse;
	border:1px solid #999999;
}


.buy-btn-text {
	margin: 20px 0px 0px 0px;
	text-align: center;
}

.unit-section {
	margin-bottom: 60px!important;
}


.unit-image {
    margin-bottom: 30px!important;
}