@charset "UTF-8";
/* ---------------------------------------
  TITLE : HANSHIN Tigers
  URI : hanshintigers.jp
  (C) HANSHIN Tigers.
--------------------------------------- */

@import "/common/css/format.css";

/* PC
--------------------------------------- */
@media only screen and (min-width: 641px) {

	body {
		background: #FFE100;
		font-size: 14px;
		line-height: 1;
	}
	ul.disc li {
		list-style: disc;
		margin-left: 1em;
		font-size: 14px;
		line-height: 1.4;
	}
	.red {
		color: #FF0000;
	}

	.hide_pc {
		display: none;
	}
	body {
		min-width: 1200px;
	}
	header section.pc {
		overflow: hidden;
		position: relative;
		width: 100%;
		height: 780px;
		background: url(./img/20170626/head_pc_bg.jpg);
		background-size: 1920px 1000px;
		background-position: bottom center;
		background-attachment: fixed;
		background-repeat: no-repeat;
		z-index: 1;
	}
	header section.pc img {
		margin: auto;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 1200px;
		z-index: 0;
	}

	header section.sp {
		display: none !important;
	}
	footer {
		display: table;
		position: relative;
		width: 100%;
		min-width: 1200px;
		height: 300px;
		background: #FFFFFF url(./img/20170626/footer_pc.png) center center no-repeat;
		background-size: cover;
	}
	footer p {
		position: absolute;
		width: 100%;
		bottom: 50px;
		margin: 0;
		color: #FFFFFF;
		text-align: center;
	}

	#page-top {
		position: fixed;
		bottom: 20px;
		right: 20px;
		width: 50px;
		height: 50px;
	}
	#page-top a {
		display: block;
		width: 50px;
		height: 50px;
		background: url(./img/20170626/bt_pagetop.png) 0 0 no-repeat;
	}

	nav {
		background: #000000;
	}
	nav .wrap {
		margin: 0 auto;
		width: 980px;
		height: 100px;
	}
	nav p {
		float: left;
		width: 362px;
		height: 100px;
	}
	nav ul {
		float: right;
	}
	nav li {
		float: left;
		color: #8D8D8D;
		height: 100px;
		line-height: 100px;
	}
	nav li:after {
		content: " ｜ ";
	}
	nav li:last-child:after {
		content: none;
	}
	nav a {
		color: #FFFFFF !important;
		text-decoration: none;
	}
	article h2 {
		height: 90px;
		text-align: center;
		background: #FFFFFF url(./img/20170626/bg_st.gif) 0 0 repeat-x;
	}
	article h3 {
		line-height: 1.3;
		font-size: 30px;
		font-weight: bold;
	}
	article h3 span {
		display: table;
	}
	article h4 {
		line-height: 1.4;
		font-size: 20px;
		font-weight: bold;
	}
	article p {
		margin-top: 20px;
		font-size: 16px;
		line-height: 1.4;
	}
	article .wrap {
		margin: 0 auto;
		width:980px;
		overflow: hidden;
	}

/*-----------------------------
	schedule
------------------------------*/
	#schedule {
		padding: 40px 0;
		background: #FFE100;
		text-align: center;
	}
	#schedule .pc {
	}
	#schedule .sp {
		display: none !important;
	}

/*-----------------------------
	concept
------------------------------*/
	#concept .wrap {
		padding: 40px 0;
	}
	#concept .lead p {
		margin: 0;
		margin-bottom: 20px;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.5;
	}
	#concept .lead li {
		margin-top: 5px;
		margin-left: 1em;
		text-indent: -1em;
		font-size: 12px;
		font-weight: bold;
	}

/*-----------------------------
	ticket
------------------------------*/
	#ticket {
		height: 534px;
		background: url(./img/20170626/ticket_bg.jpg) 0 90px no-repeat;
		background-size: cover;
	}
	#ticket .wrap {
		margin: 0 auto;
		width: 980px;
		height: 444px;
		position: relative;
	}
	#ticket .wrap p {
		margin: 0;
	}
	#ticket .unit_1 {
		position: absolute;
		top: 80px;
		left: 60px;
	}
	#ticket .unit_2 {
		position: absolute;
		top: 170px;
		left: 60px;
	}
	#ticket .unit_3 {
		position: absolute;
		top: 85px;
		right: 60px;
	}
	#ticket .unit_4 {
		position: absolute;
		top: 140px;
		right: 0;
	}
	#ticket .unit_5 {
		position: absolute;
		left: 140px;
		bottom: 40px;
	}
	#ticket .unit_1 dl,
	#ticket .unit_2 dl {
		display: table;
	}
	#ticket .unit_1 dt,
	#ticket .unit_2 dt {
		display: table-cell;
		vertical-align: middle;
		padding-right: 15px;
	}
	#ticket .unit_1 dd,
	#ticket .unit_2 dd {
		display: table-cell;
		vertical-align: middle;
		color: #FFFFFF;
		font-size: 22px;
		font-style: italic;
		font-weight: bold;
	}
	#ticket .unit_3 p {
		color: #FFFFFF;
		font-size: 22px;
		font-style: italic;
		font-weight: bold;
	}

/*-----------------------------
	event
------------------------------*/
	#event .wrap {
		padding: 40px 0;
		margin: 0 auto;
		width: 980px;
	}
	#event .unit_1_l {
		float: left;
		width: 480px;
	}
	#event .unit_1_r {
		float: right;
		width: 480px;
	}
	#event .unit_1_1 .sp {
		border-top: 1px dotted #000000;
	}
	#event .unit_1_1 h3 {
		height: 38px;
		line-height: 38px;
		background: #000000;
		color: #FFE100;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
	}
	#event .unit_1_1 dl {
		display: table;
		margin: 20px 0;
	}
	#event .unit_1_1 dt {
		display: table-cell;
		width: 120px;
		padding-right: 15px;
		vertical-align: top
	}
	#event .unit_1_1 dt .copyright {
		display: block;
		margin-top: 5px;
		font-size: 10px;
		text-align: center;
	}
	#event .unit_1_1 dd {
		display: table-cell;
		vertical-align: top;
	}
	#event .unit_1_1 dd li {
		margin-left: 1em;
		text-indent: -1em;
		font-size: 14px;
	}
	#event .unit_1_1 dd li.link {
		margin-top: 5px;
	}
	#event .unit_1_1 dd li.link a {
		color: #000000;
		font-weight: bold;
	}
	#event .unit_1_1 dd li.copyright {
		margin-left: 0;
		text-indent: 0;
		margin-top: 5px;
		font-size: 10px;
	}
	#event .unit_2 {
		clear: both;
		padding: 20px;
		background: #FFF292;
	}
	#event .unit_2 dl {
		float: left;
		display: table;
		width: 630px;
	}
	#event .unit_2 dt {
		display: table-cell;
		width: 120px;
		padding-right: 15px;
		vertical-align: top
	}
	#event .unit_2 dd {
		display: table-cell;
		vertical-align: top;
	}
	#event .unit_2 dd li {
		font-size: 14px;
	}
	#event .unit_2 p.fmcocolo {
		float: right;
		padding-top: 30px;
		width: 253px;
		vertical-align: middle;
	}
	#event .unit_3 {
		padding-bottom: 50px;
	}
	#event .unit_3 p {
		line-height: 1.3;
		font-size: 30px;
		font-weight: bold;
		text-align: center;
	}
	#event .unit_3 p small {
		font-size: 20px;
	}
/*-----------------------------
	map
------------------------------*/
	#map {
		background: #FFF8C6;
	}
	#map .wrap {
		padding: 50px 0;
		margin: 0 auto;
		width: 980px;
	}
	#map .unit_l {
		float: left;
		width: 450px;
		vertical-align: top;
	}
	#map .unit_l p {
		margin: 0;
	}
	#map .unit_r {
		float: right;
		width: 510px;
		vertical-align: top;
	}

/*-----------------------------
	tagboard
------------------------------*/
	#tagboard {
		background: #FFFFFF;
	}
	#tagboard .wrap {
		padding: 40px 0;
	}

/*-----------------------------
	foods
------------------------------*/
	#foods {
		background: #FFE100 url(./img/20170626/food_bg.gif) bottom left  repeat-x;
	}
	#foods .wrap {
		padding: 50px 0;
		margin: 0 auto;
		width: 980px;
	}
	#foods .unit_1 h3 {
		margin-bottom: 10px;
	}
	#foods .unit_1_l {
		float: left;
		width: 450px;
	}
	#foods .unit_1_r {
		float: right;
		width: 460px;
		vertical-align: top;
	}
	#foods .unit_1_1 {
		padding-bottom: 40px;
	}
	#foods .unit_1_1_1 {
		float: left;
		width: 220px;
	}
	#foods .unit_1_r .unit_1_1_1 {
		width: 225px;
	}
	#foods .unit_1_1_1:nth-child(even) {
		float: right;
	}
	#foods .unit_1_1_1 dt {
		text-align: center;
	}
	#foods .unit_1_1_1 dd {
		margin-top: 5px;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
	}
	#foods .unit_2 {
		margin-bottom: 40px;
	}
	#foods .unit_2_1 h3 {
		text-align: center;
	}
	#foods .unit_2_1 p.lead {
		margin: 30px 0;
		line-height: 1.4;
		font-size: 16px;
		font-weight: bold;
	}
	#foods .unit_2_2 {
		padding-bottom: 1px;
		background: #FFFFFF;
	}
	#foods .unit_2_2 h4 {
		padding: 20px 0;
		background: #000000;
		color: #FFE100;
		font-size: 30px;
		font-weight: bold;
		text-align: center;
	}
	#foods .unit_2_2_1,
	#foods .unit_2_2_2,
	#foods .unit_2_2_3 {
		margin: 30px 20px;
	}
	#foods .unit_2_2_1 dl {
		margin-bottom: 20px;
	}
	#foods .unit_2_2_1 dt {
		font-size: 20px;
		font-weight: bold;
	}
	#foods .unit_2_2_1 dd {
		line-height: 1.5;
		font-size: 16px;
	}
	#foods .unit_2_2_1 p.notice {
		color: #E60012;
		font-size: 12px;
		font-weight: bold;
	}
	#foods .unit_2_2_2 h4,
	#foods .unit_2_2_3 h4 {
		margin-bottom: 20px;
		padding: 20px 10px;
		border-top: 2px solid #000000;
		border-bottom: 2px solid #000000;
		background: none;
		line-height: 1;
		color: #FF7200;
		font-size: 28px;
		font-weight: bold;
		font-style: italic;
		text-align: left;
	}
	#foods .unit_2_2_2_2 ul,
	#foods .unit_2_2_3_2,
	#foods .unit_2_2_3_3 {
		display: -ms-flexbox;
		-ms-flex-direction: row;
		-ms-justify-content: space-between;
		-ms-flex-align: start;
		display: -webkit-flex;
		-webkit-flex-direction: row;
		-webkit-justify-content: space-between;
		-webkit-align-items: center;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	#foods .unit_2_2_2_1 {
		margin: 15px 0;
	}
	#foods .unit_2_2_2_1 p.t {
		float: left;
		width: 600px;
		line-height: 1.5;
	}
	#foods .unit_2_2_2_1 p.p {
		float: right;
		width: 300px;
	}
	#foods .unit_2_2_2_2 h5 {
		margin-bottom: 20px;
		font-size: 20px;
		font-weight: bold;
	}
	#foods .unit_2_2_2_2 ul {
		margin-bottom: 15px;
	}
	#foods .unit_2_2_2_2 li {
		font-weight: bold;
		text-align: center;
	}
	#foods .unit_2_2_2_2 li img {
		margin-bottom: 5px;
	}
	#foods .unit_2_2_2_2 .bt {
		margin-top: 40px;
		text-align: center;
	}
	#foods .unit_2_2_3_1 {
		margin: 15px 0;
	}
	#foods .unit_2_2_3_1 p {
		line-height: 1.5;
	}
	#foods .unit_2_2_3_2 {
		margin-bottom: 10px;
	}
	#foods .unit_2_2_3_2 dl,
	#foods .unit_2_2_3_3 dl {
		border: 3px solid #DFDFDF;
	}
	#foods .unit_2_2_3_2 dd,
	#foods .unit_2_2_3_3 dd {
		margin-bottom: 10px;
		text-align: center;
	}
	#foods .unit_2_2_3_2 dd.mb {
		margin-bottom: 24px;
	}

/*-----------------------------
	goods
------------------------------*/
	#goods {
		background: #FEECBF;
	}
	#goods .wrap {
		padding: 50px 0;
		margin: 0 auto;
		width: 980px;
	}
	#goods .unit_1,
	#goods .unit_2 {
		padding: 25px 20px;
		background: #FFFFFF;
	}
	#goods .unit_1 {
		padding-bottom: 0;
	}
	#goods .unit_2 {
		padding-top: 0;
	}
	#goods .unit_3 {
		margin-top: 20px;
		padding: 25px 20px;
		background: #FFFFFF;
	}
	#goods .unit_1 dl {
		float: left;
		width: 540px;
	}
	#goods .unit_1 dt,
	#goods .unit_2 dt,
	#goods .unit_3 dt {
		line-height: 1.3;
		color: #FF7200;
		font-size: 22px;
		font-weight: bold;
		font-style: italic;
	}
	#goods .unit_1 dd,
	#goods .unit_2 dd,
	#goods .unit_3 dd {
		margin-top: 15px;
		font-size: 16px;
	}
	#goods .unit_1 a,
	#goods .unit_2 a {
		color: #000000;
		font-weight: bold;
	}
	#goods .unit_1 p {
		margin: 0;
		float: right;
		width: 340px;
	}
	#goods .unit_1 p img {
		border: 1px solid #DCABC2;
	}
	#goods .unit_3 p.bt {
		margin-top: 20px;
		text-align: center;
	}
	#goods .unit_3_2 {
		margin-top: 40px;
		background: url(./img/20170626/goods_3_2_bg.jpg) no-repeat;
		background-position: right 50px bottom 0px;
	}
	#goods .unit_3_2 li {
		margin-bottom: 30px;
		text-align: center;
		font-size: 12px;
		font-weight: bold;
	}
	#goods .unit_3_2 p.bg {
		display: none;
	}
	#goods .unit_3_2_l {
		float: left;
		width: 500px;
	}
	#goods .unit_3_2_r {
		float: right;
		width: 440px;
	}
/*-----------------------------
	sponsor
------------------------------*/
	#sponsor {
		background: #FFFFFF;
	}
	#sponsor .wrap{
		margin:0 auto;
		padding-top: 50px;
		width: 980px;
	}
	#sponsor .sponsor_l {
		text-align: center;
		margin: 40px 0;
	}
	#sponsor .sponsor_l li{
		display: inline-block;
		padding-bottom: 20px;
		width: 230px;
		height: 86px;
		text-align: center;
	}
	#sponsor .sponsor_m{
		text-align: center;
		margin: 0 100px;
	}
	#sponsor .sponsor_m li{
		display: inline-block;
		padding-bottom: 20px;
		width: 180px;
		height: 62px;
		text-align: center;
	}
	#sponsor .sponsor_s{
		text-align: center;
		margin: 40px 40px 10px 40px;
	}
	#sponsor .sponsor_s li{
		display: inline-block;
		padding:0 10px 20px 0;
	}
	#sponsor p.note {
		margin-top: 10px;
		text-align: right;
		font-size: 12px;
	}
	#sponsor li img{
		vertical-align: middle;
	}
}
