﻿@charset "utf-8";
/* CSS Document */

body{
	font-size: 1.1em;
	color: #626262;
	background: #fff100;
	}


@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;
	}


img{max-width: 100%;}

p{line-height: 1.6em;}

a{color: #0080cc;}
a:hover{color: #56b4e3;}
a:visited{color: #56b4e3;}

:hover{
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
	}



/*大枠*/
.primaryContainer {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/enterbox/dots_background.jpg) top center;
	}


/*メインビジュアル*/
header{
	width: 100%;
	max-width: 1280px;
	margin: auto;
	position: relative;
	}

.creatorName{
	width: 150px;
	display: block;
	margin: 1.0em;
	float: right;
	}

header div{
	width: 47%;
	text-align: center;
	margin: 0 auto 5%;
	padding-top: 5.8%;
	clear: right;
	}

	header p{
		width: 38%;
		margin: 0 auto 10%;
		}

header h1{
		width: 40%;
		height: 0;
		margin: 0 0 0 0.5em;
		padding-top: 20.5%;
		background:url(../images/enterbox/dots_logo.png) no-repeat;
		background-size: contain;
		overflow: hidden;
		display: block;
		background-position: top left;
		position: absolute;
		left: 0;
		bottom: 0;
		}


/*コンテンツ*/
.mainContents{
	width: 100%;
	max-width: 1280px;
	margin: 150px auto 0.65em;
	padding: 0 1em;
	}

.mainContents section {
	width: 94%;
	padding: 2em 3%;
	border: 1px solid #FFF;
	text-align: center;
	background:rgba(255,255,255,0.7);
	}

	.mainContents section p{margin-bottom: 1.5em;}
	.mainContents section p:last-child{margin-bottom: 0;}



.eventInfo{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto 1.5em;
	padding: 0 1em;
	}

.eventInfo h2{
	padding: 0.25em 0;
	font-size: 1.8em;
	color: #FFF;
	text-align: center;
	background: #e60044;
	border-right: solid 10px #c8013c;
	border-bottom: solid 7px #c8013c;
	}

table {
	width: 100%;
	border-collapse: collapse;
	background:rgba(255,255,255,0.65);
	}

th, td {
	padding: 20px 10px;
	border: 1px solid #FFF;
	}

th {
	word-break: keep-all;
	text-align: right;
	min-width: 50px;
	}

/*複数店舗での運営時*/
.FlexBox{display: flex; flex-wrap: wrap;}

.FlexBox div{
	width: 48%;
	padding: 2%;
	margin: 0 1% 1.5em;
	border: solid 1px #FFF;
	background:rgba(255,255,255,0.8);
	}

.eventInfo h3{
	padding-bottom: 0.25em;
	color: #00a0e9;
	border-bottom: dotted 1px #00a0e9;
	text-align: center;
	}

.eventInfo ul{padding-left: 1.5em;}
.eventInfo li{margin-bottom: 0.5em; line-height: 1.6em;}



.address{margin-left: 88px;}
.small{font-size: 0.9em;}
.middle{font-size: 1.2em;}
.large{font-size: 1.4em;}
.center{text-align: center;}
.bold{font-weight: bold;}
.red{color: #e60044;}
.blue{color: #0080cc;}
.green{color: #3eb134;}


.LinkButton{
	margin-top: 0.75em;
	margin-bottom: 1.5em;
	padding: 0.15em;
	font-size: 0.9em;
	text-align: center;
	color: #0080cc;
	border: 1px solid #0080cc;
	}

	.LinkButton a{display: block;}
	.LinkButton a:hover{background:rgba(255,255,255,0.5);}



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

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

	.shareButtons div {
		line-height: 1;
		margin-right: 20px;
		margin-bottom: 10px;
		}

	.shareButtons div:last-child {
		margin-right: 0;
		}

		.fb-like {
			float: left;
			}

		.googleBtn {
			float: left;
			}

/*オリジナルボタン化*/
		.tweetBtn, .lineBtn {
			float: left;
			border-radius: 2px;
			}

		.tweetBtn {
			background: url(../images/ico_sns_twitter.png) left top no-repeat #1b95e0;
			background-size: contain;
			}

		.lineBtn {
			background: url(../images/ico_sns_line.png) left top no-repeat #00C300;
			background-size: contain;
			display: none;
			}

		.tweetBtn a, .lineBtn a {
				display: inline-block;
				color: #fff;
				line-height: 20px;
				text-align: right;
				vertical-align: middle;
				}

		.tweetBtn a {
				width: 57px;
				padding: 0 5px 0 5px;
				font-size: 0.6em;
				}

		.lineBtn a {
			width: 67px;
			padding: 0 5px 0 5px;
			font-size: 0.5em;
			}




footer {
	margin: 100px auto 100px;
	text-align: center;
	}

footer p {
	font-size: 0.9em;
	}

footer img {
	display: inline-block;
	margin-bottom: 20px;
	}

footer ul {
	display: inline-flex;
	padding: 0;
	margin: 20px auto 0;
	}

footer ul li {
	list-style-type: none;
	border-right: 1px #ddd solid;
	padding: 0 20px;
	font-size: 0.9em;
	text-align: center;
	line-height: 1em;
	}

footer ul li:last-child {
	border: none;
	}

.taitologo {
	max-width: 200px;
	margin: 0 auto 1em;
	}

.copyright {
	font-family: helvetica, arial,"lucida grande", verdana, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 0.8em;
    line-height: 2em;
	margin-bottom: 0px;
	}


@media only screen and (max-width: 768px) {
	
/*メインビジュアル*/
.creatorName{
	width: 100px;
	display: block;
	}

header div{
	width: 66%;
	margin-bottom: 5%;
	}

header p{
	width: 38%;
	margin: 0 auto 8%;
	}

.mainContents{display: block;}

.mainContents section:first-child{width: 94%; margin-right: 0; margin-bottom: 1.5em;}
.mainContents section:last-child{width: 94%; margin-left: 0;}

	
/*複数店舗での運営時*/
.FlexBox{display: block;}

.FlexBox div{
	width: 98%;
	padding: 2%;
	margin: 0 1% 1.5em;
	border: solid 1px #FFF;
	background:rgba(255,255,255,0.8);
	}

.eventInfo h3{
	padding-bottom: 0.25em;
	color: #00a0e9;
	border-bottom: dotted 1px #00a0e9;
	text-align: center;
	}

.eventInfo ul{padding-left: 1.5em;}
.eventInfo li{margin-bottom: 0.5em; line-height: 1.6em;}

	
.LinkButton{width: 100%;}

.lineBtn {display: block;}

}



@media only screen and (max-width: 480px) {

/*メインビジュアル*/
.creatorName{
	width: 80px;
	display: block;
	}

header div{
	width: 85%;
	margin-bottom: 0;
	}

header h1{
		width: 90%;
		height: 0;
		margin: 1.5em auto 0;
		padding-top: 45%;
		background:url(../images/enterbox/dots_logo.png) no-repeat;
		background-size: contain;
		overflow: hidden;
		display: block;
		background-position: top center;
		position: relative;
		left: 0;
		bottom: 0;
		}

	
/*コンテンツ*/
.mainContents{margin: 100px auto 0.65em;}
	
	
th, td {
	display: block;
	text-align: left;
	border: none;
	}

th {
	padding: 1em 1em 0.5em;
	border-bottom: 1px #b5b5b5 dotted;
	}

td {
	padding: 0.5em 1em;
	margin-bottom: 20px;
	}
}
