/* CSS Document */
/* =======================================

	 CSS BrowserReset BaseElements
	
	 (C)BLACKFLAG.NET ALL RIGHTS RESERVED.
	 http://black-flag.net/

 ======================================= */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-style: inherit;
	font-weight: inherit;
  font-size: 100%;
}
html {
	-webkit-text-size-adjust: none;
}
img {
	vertical-align: text-bottom;
	-ms-interpolation-mode: bicubic;
}
a {
	-webkit-tap-highlight-color: transparent;
	text-decoration: none;
	color: #28539C;
}
a:hover{
	opacity: 0.7;
}
ol, ul {
	list-style: none;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
table a{
	color: #1f1f1f;
}
header, article, aside, section, footer, nav, menu, details, hgroup, summary {
	display: block;
}
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

/*----------------------------------------
	contents
----------------------------------------*/
.page_top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
}
.page_top a {
  color: #fff;
  text-align: center;
  background-color: rgba(110, 113, 117, 0.4);
  display: block;
  overflow: hidden;
  position: relative;
  padding: 12px 0 0;
  width: 56px;
  height: 28px;
}
#contents {
  width: 976px;
  font-size: 90%;
  margin: 0 auto;
}
#contents p {
  line-height: 1.6;
}
.wrap {
  width: 976px;
  margin: 0 auto;
}
.container {
    width: 1200px;
    margin: 0 auto;
}
ul,li{
	list-style: none;
}
img {
  flex-shrink: 0;
}
.sp-only{
	display: none;
}
.pc-only{
	display: block;
}
.flex {
  display: flex;
  justify-content: space-around;
}

/*スペース*/
.mt10{
	margin-top:10px;
}
.mt20{
	margin-top:20px;
}
.mt30{
	margin-top:30px;
}
.mt40{
	margin-top:40px;
}
.mt50{
  margin-top:50px;
}
.mt80{
	margin-top:80px;
}
.mb10{
	margin-bottom:10px;
}
.mb20{
	margin-bottom:20px;
}
.mb30{
	margin-bottom:30px;
}
.mb40{
	margin-bottom:40px;
}
.ml14{
	margin-left:14px;
}
.pt10{
	padding-top:10px;
}
.pt20{
	padding-top:20px;
}
.pt30{
	padding-top:30px;
}
.pt40{
	padding-top:40px;
}
.pb10{
	padding-bottom:10px;
}
.pb20{
	padding-bottom:20px;
}
.pb30{
	padding-bottom:30px;
}
.pb40{
	padding-bottom:40px;
}

/*btn*/
.btn,
.btn_2lines,
.btn_movie{
  width: 427px;
  text-align: center;
  margin: 0 auto;
  font-size: 120%;
}
.btn a,
.btn_2lines a,
.btn_movie a{
  position: relative;
  display: block;
  background-color: #042a72;
  color: #fff;
  font-weight: bold;
}
.btn a{
  padding: 20px;
}
.btn_2lines a{
  padding: 10px 20px;
}
.btn_movie a{
  padding: 20px;
}
.btn a:after,
.btn_2lines a:after{
  content:"";
  position:absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  margin-top: -5px;
}
.btn a:hover,
.btn_2lines a:hover,
.btn_movie a:hover{
  opacity:.75;
}

/*見出し*/
h1{
  width: 100%;
  color: #1f1f1f;
  background-color: #f4f4f4;
  font-size: 143%;
  font-weight: bold;
  padding: 34px 0;
  line-height: 1.6;
  margin-bottom: 40px;
  border-bottom: 3px solid #d8d8d8;
  box-shadow: 0px 8px #e5e5e5;
}
h1 p{
  width: 976px;
  margin: 0 auto;
}
h2{
  display: flex;
  align-items: center;
  color: #04305f;
  font-size: 200%;
  margin: 30px 0;
}
h2:after {
  content: "";
  flex-grow: 1;
  margin-left: 5px;
  border-top: 1px solid #04305f;
}
h3{
  color: #fff;
  background-color: #4262ad;
  font-size: 110%;
  font-weight: bold;
  padding: 20px 0 20px 20px;
}

/*box*/
#taball {
  padding-bottom: 30px;
}
.map_box{
  background-color: #454545;
  padding: 15px;
  color: #fff;
}
.map_box .map_box_ttl{
  font-size: 137%;
  font-weight: bold;
  margin-bottom: 10px;
}
.map_box .map_box_img {
  text-align: center;
  margin-top: 20px;
}
.map_box ul {
  display: flex;
  justify-content: space-between;
}
.map_box ul li {
  display: flex;
  align-items: center;
}
.map_box ul li .btn {
  width:auto;
  font-size: 100%;
  margin-left: 5px;
}
.map_box ul li .btn a {
  padding: 12px 34px 10px 17px;
}
.map_box .map_box_img a:hover{
  opacity:.75;
}
.map_box .map_box_txt{
  
}
.map_box .map_btn_list{
  display: flex;
  align-items: center;
}
.map_box li.block{
  display: block;
}
.map_box ul li .btn_movie{
  width:auto;
  font-size: 100%;
}
.map_box ul li .btn_movie a{
  padding: 12px 16px 10px 16px;
  display: block;
  background-color: #042a72;
  color: #fff;
  font-weight: bold;
}
.map_box ul li .btn_movie a:hover{
  opacity:.75;
}
.map_box ul li .btn_movie a img {
  padding: 0 0 4px 5px;
}


/*table*/
.table_title{
  background-color: #4262ad;
  padding: 10px;
  text-decoration: none;
  color: #FFF;
  font-size: 16px;
  text-indent: 0.6em;
  font-weight: bold;
  margin: 20px auto 10px;
}
.table_wrap{
  
}
table.steering_table_04{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	font-size: 95%;
	line-height:150%;
	color: #666;
	margin:30px auto 20px;
	text-align:left;
}
table.steering_table_04 td{
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	padding:0.5em;
 	vertical-align:middle; 
}
table.steering_table_04 th{
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
}
table.steering_table_04 .btn,
table.steering_table_05 .btn,
table.steering_table_04 .btn_movie,
table.steering_table_05 .btn_movie{
  width: 90%;
  font-size: 90%;
}
table.steering_table_04 .btn_movie,
table.steering_table_05 .btn_movie{
  margin-bottom: 10px;
}
table.steering_table_04 .btn a,
table.steering_table_05 .btn a,
table.steering_table_04 .btn_movie a,
table.steering_table_05 .btn_movie a{
  padding: 8px;
}
table.steering_table_04 .btn a:after,
table.steering_table_05 .btn a:after{
  border: none;
}
table.steering_table_05{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-top:none;
	border-left:/*1px solid #999*/none;
	font-size: 95%;
	line-height:150%;
	color: #666;
	margin:0 auto 20px;
	text-align:left;
}
table.steering_table_05 td{
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	padding:0.5em;
 	vertical-align:middle; 
}
table.steering_table_05 th{
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
  border-top: 1px solid #999;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
}
table.steering_table_05 th.left01{
	border-left:1px solid #999;
}
table.steering_table_05 td.left01{
	border-left:1px solid #999;
}
table.steering_table_05 tr.title_box td{
	border-left:none !important;
	border-right:none !important;
	padding:0;
}
.td_title_01{
	text-align: center;
	background-color: #EBEBEB;
}
.text_red_02 {
	color:#C00;
}
.TA_C{
	text-align:center;
}
.TA_L{
	text-align:left;
}
.TA_R{
	text-align:right;
}
.text_left1em{
	margin-left: 1em;
	text-indent: -1em;
}
.text_left2_5em{
	margin-left: 2.5em;
	text-indent: -2.5em;
}


.btnClose{
	text-align:center;
}
.btn_close{
	font-size: 13px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	border: 2px solid #999999;
	background-color: #666666;
	padding: 10px;
	width: 100px;
	display: block;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
}

/*info*/
.info{
	width: 700px;
	padding: 20px;
	border: solid 1px #FF0000;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: 123px;
}
.info h4{
	font-size: 1.3em;
	text-align: center;
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 2em;
	margin-left: 1em;
}
.info dl{
	margin:1em;
}
.info dl dd{
	padding-left:1em;
}

/*純正タブメニュー*/
#menu01 ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  margin: 0 auto;
  line-height: 1.2;
}
#menu01 li{
  width: 19%;
}
#menu01 li a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background-color: #042a72;
  color: #fff;
  font-weight: bold;
  padding: 10px 10px 15px 10px;
  height: 35px;
  text-align: center;
  justify-content: center;
  align-items: center;
}
#menu01 li:nth-child(1) a,
#menu01 li:nth-child(2) a,
#menu01 li:nth-child(3) a,
#menu01 li:nth-child(4) a {
  padding: 15px 10px 10px 10px;
}
#menu01 li a:after {
  content: "";
  position: absolute;
  top: 67%;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgba(255, 255, 255, 1);
  transform: rotate(135deg);
}
#menu01 li:nth-child(1) a:after,
#menu01 li:nth-child(2) a:after,
#menu01 li:nth-child(3) a:after,
#menu01 li:nth-child(4) a:after{
  content: "";
  position: absolute;
  right: 8%;
  top: 60%;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgba(255, 255, 255, 1);
  transform: rotate(45deg);
}
#menu01 li a span {
  font-size: 80%;
  font-weight: normal;
  display: contents;
}
#menu01 li a:hover{
  opacity: 0.7;
}
.menu_title{
  background-color: #4262ad;
  padding: 10px;
  text-decoration: none;
  color: #FFF;
  font-size: 16px;
  text-align: left;
  text-indent: 0.6em;
  margin-bottom: 10px;
  margin-top: 20px;
  font-weight: bold;
}
.acting_strada{
  text-align: center;
  box-sizing: border-box;
  margin: 0 auto;
  border: 10px solid #3363a5;
}
.acting_gorilla{
  text-align: center;
  box-sizing: border-box;
  margin: 0 auto;
  border: 10px solid #8ec21f;
}
.acting_strada img,
.acting_gorilla img{
  margin: 0 auto;
}

/*---------------------------
  SP
---------------------------*/
@media screen and (max-width: 767px){
  img{
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .container {
    width: auto;
    margin: 0 auto;
  }
  .wrap {
    width: 94%;
    margin: 0 auto;
  }
  #contents{
    width: 100%;
    margin: 0 auto;
  }
  .sp-only{
    display: block;
  }
  .pc-only{
    display: none;
  }
  .flex {
    flex-wrap: wrap;
  }
  .btn,
  .btn_2lines{
    width: 100%;
    font-size: 100%;
  }
  .btn a,
  .btn_2lines a{
    padding: 12px;
  }
  .mlr10{
    margin-left: 10px;
    margin-right: 10px;
  }
  h1{
    font-size: 110%;
    padding: 20px 0 20px 10px;
    margin-bottom: 30px;
  }
  h2 {
    font-size: 110%;
    margin: 25px 10px 15px;
  }
  h3{
    font-size: 100%;
    padding: 20px 0 20px 10px;
  }
  /*tab*/
  .tab-group{
    margin: 0 10px;
  }
  .tab{
    font-size: 100%;
  }
  .tab span img{
    max-width: 80%;
  }
  #genuine_tab {
    background-color: #454545;
    line-height: 18px;
    padding-top: 10px;
    height: 55px;
  }
  #genuine_tab span:after {
    right: 75%;
  }
  /*table*/
  .table_wrap{
    overflow: scroll;
    padding: 0 10px;
  }
  table.steering_table_04,
  table.steering_table_05{
    width: 976px;
  }
  /*box*/
  .map_box ul {
    flex-wrap: wrap;
  }
  .map_box ul li {
    flex-wrap: wrap;
  }
  .map_box .map_box_ttl{
    font-size: 120%;
  }
  .map_box ul li .btn{
    width: 100%;
    margin-left: 0;
  }
  .map_box .map_btn_list {
    flex-wrap: wrap;
  }
  .map_box ul li .btn_movie {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .map_box ul li .btn_movie a img {
    padding: 0 0 4px 10px;
  }
  
  #schedule ul.flex li,
  #genuine_content ul.flex li{
    width: 100%;
    margin-bottom: 10px;
  }
  /*純正ナビゲーションタブ*/
  #menu01 ul{
    margin: 0 10px;
  }
  #menu01 li{
    width: 48%;
    margin: auto 1% 10px;
  }
  .acting_strada{
    margin: 0 10px;
  }
  .acting_gorilla{
    margin: 0 10px;
  }
  ul.flex li{
    margin-bottom: 10px;
    width: 100%;
  }
  #menu01 li:nth-child(1) a:after,
  #menu01 li:nth-child(2) a:after,
  #menu01 li:nth-child(3) a:after,
  #menu01 li:nth-child(4) a:after {
    right: 5%;
  }
}