﻿@charset "utf-8";

@font-face {
  font-family: 'typicons';
  src: url('../fonts/typicons.eot');
  src: url('../fonts/typicons.eot?#iefix') format('embedded-opentype'),
       url('../fonts/typicons.woff') format('woff'),
       url('../fonts/typicons.ttf') format('truetype'),
       url('../fonts/typicons.svg#typicons') format('svg');
  font-weight: normal;
  font-style: normal;
}

p {margin-bottom: 1em;}
a, a:hover, a:visited  {color: #00B3FF;}


#contentWrap {
	background-color: #e60012;
	box-sizing: border-box;
	width:100%;
	color:#FFFFFF;
	line-height:1.6;
	padding-bottom: 40px;
	}	

#footer {
	width:100%;
	text-align: center;
	padding-bottom: 50px;
	}

#footer img {
	display: block;
	margin: auto;
	}
.copyright {
	font-size: 0.8em;
	}

#contentWrap img {
	display:block;
	max-width:100%;
	margin:auto;
	}

.hr {
	background: url(../images/ts170401_rail.png) repeat-x;
	height: 50px;
	}

.center { text-align:center;}
.bold { font-weight:bold;}
.big { font-size:1.4em;}
.small { font-size:0.9em;}
.hyde {display: none;}

#header {
	box-sizing: border-box;
	width: 100%;
	margin:auto;
	text-align:center;
	}


#header h1 {
	padding:0;
	margin: -8% auto 20px;
	}

#header p {
	padding:0;
	margin: 0 auto;
	}

#header img {
	display: block;
	margin: 0 auto;
	padding:0;
}

#header img.mainImg {
	}

#Content {
	}

#Content div {
	}


.topText {
	background-color: #fff;
	color: #000;
	padding: 2em 3em;
	border-radius: 10px;
	max-width: 1140px;
	margin: 0 auto;
	font-size: 1.2em;
	}

.shopImage {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1200px;
	margin:  40px auto 0px;
	}

.shopImage div {
	flex-basis: 24%;
	}

.shopImage div p {
	text-align: center;
	
	}

.shopInfo {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto 20px;
	}

.shopInfo h2 {
	flex-basis: 24%;
	margin: 0;
	font-size: 2.2em;
	}

.shopInfo p {
	flex-basis: 24%;
	}


.shopInfo div {
	flex-basis: 49.5%;
	padding: 0;
	}

.zuntataInfo {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 2em 3em 2em;
	max-width: 1200px;
	margin: 0 auto 50px;
	font-size: 1.2em;
	background-color: #920002;
	/*background: #920002 url(../images/ts170401_zuntata.png) no-repeat left;
	background-size: contain;*/
}

.zuntataInfo h2 {
	margin: 0 0 0.5em 0;
	padding: 0;
	font-size: 1.4em;
	flex-basis: 100%;
	}

.zttImg {
	flex-basis: 25%;
	}

.zttImg img {
	margin: 100%;
	}

.zttTxt {
	display: flex;
	flex-basis: 73%;
	flex-wrap: wrap;
	justify-content: center;

}

.zttTxt p {
	flex-basis: 100%;
	}

.zttTxt p.button {
	flex-basis: 35%;
	margin-right: 1.5%;
}


table {
	width:100%;
	margin: auto;
	}

th {
	width: 30%;
	padding:5px;
	border:solid 2px #FFFFFF;
}

td {
	padding:5px;
	border:solid 2px #FFFFFF;
}



.button a {
	display: block;
	background-color: rgb(255,255,255);
	border: 1px solid #9daca9;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	box-shadow: inset 0 1px #fff;
	box-shadow: outset rgba(0,0,0,0.20);
	box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 2px 0px;
	font: inherit;
	letter-spacing: inherit;
	text-indent: inherit;
	color: inherit;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	color: rgb(0,0,0);
}

.button a:hover {background-color: rgb(233,233,233);}

.button a:active {
	background-color: #d2d6d6;
	border: 1px solid #9daca9;
	}

.button.download a:before {
	font-family: "typicons";
	content: '\e064';
	margin-right: 0.5em;
	}

.button.play a:before {
	font-family: "typicons";
	content: '\e0b0';
	margin-right: 0.5em;
	}

/*ページトップへ戻る*/
#pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
	z-index:200;
}

#pageTop a {
	display: block;
	background-color: rgb(255,255,255);
	border: 1px solid #9daca9;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	box-shadow: inset 0 1px #fff;
	box-shadow: outset rgba(0,0,0,0.20);
	font: inherit;
	letter-spacing: inherit;
	text-indent: inherit;
	color: inherit;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	color: rgb(0,0,0);
}

#pageTop a {
	text-decoration: none;
	width: 80px;
	padding: 20px 0;
	box-shadow: rgba(0, 0, 0, 0.298039) 1px 1px 3px 0px;
	opacity: 0.9;
}

#pageTop a:hover {
	background-color: rgb(233,233,233);
}

#pageTop a:active {
	background-color: #d2d6d6;
	border: 1px solid #9daca9;
}



/*SNSシェアボタン*/
#shareBox, .shareBox {
	float: none;
	width: auto;
	height: auto;
	margin: 0px;
	clear: both;
	padding: 20px 0;
	text-align: center;
	}

	#shareButtons, .shareButtons {
		width: auto;
		height: auto;
		margin: 0px auto;
		clear: none;
		display: inline-block;
		}

		.fb-like {
			width: 170px;
			margin-bottom: 10px;
			vertical-align: top;
			float: left;
			}

		.tweetBtn {
			width: 80px;
			margin-bottom: 10px;
			float: left;
			}
	
		.googleBtn {
			width: 70px;
			margin-bottom: 10px;
			float: left;
			}
	
		.lineBtn {
			width: 90px;
			margin-bottom: 10px;
			vertical-align: top;
			line-height: 1;
			display: block;
			float: left;
			}






@media only screen and (max-width: 1200px) {
	#contentWrap {
		padding-left: 10px;
		padding-right: 10px;
		}
}



@media only screen and (max-width: 768px) {
	#header img:first-child {
		margin-top: 20px;
		margin-bottom: 20px;
		
	}
	.topText {
		padding: 2em;
	}
	
	.shopImage div {
		flex-basis: 49%;
	}

.shopInfo {
	align-items:center;
	}

.shopInfo h2 {
	flex-basis: 49%;
	}

.shopInfo p {
	flex-basis: 49%;
	}


.shopInfo div {
	flex-basis: 100%;
	}
	
.zuntataInfo {
	padding: 1em 1em 1em;
	font-size: 1.2em;
	justify-content: space-between;
	}

.zuntataInfo h2 {
	flex-basis: 100%;
	font-size: 1.1em;
	}

.zttTxt {
	justify-content: space-between;
	}

.zttTxt p{
	font-size: 0.9em;
	}
	
	.zttTxt p.button {
	flex-basis: 49%;
	margin: 0;
}
	
}

@media only screen and (max-width: 480px) {
	
#contentWrap {
	padding-left: 5px;
	padding-right: 5px;
	}

.hyde {display: inline;}

	.topText {
		padding: 2em 1em;
		font-size: 1.1em;
	}
	
.shopImage div {
	flex-basis: 100%;
	}

.shopInfo h2 {
	flex-basis: 100%;
	text-align: center
	}

.shopInfo p {
	flex-basis: 100%;
	}


.shopInfo div {
	flex-basis: 100%;
	}

.zuntataInfo {
	padding: 1em 1em 1em;
	}

.zttImg {
	flex-basis: 100%;
	margin-bottom: 20px;
	}

.zttTxt {
	flex-basis: 100%;
	}
	
	
.zttTxt p {
	font-size: 0.8em;
	}
.zttInfo p.button {
	flex-basis: 48%;
	font-size: 0.9em;
	margin: 0;
	}
}

