﻿@charset "utf-8";

#contentWrap {
	width:100%;
	background-color: #021c72;
	background-image:url(../images/aprilfoolsday_topbg.jpg);
	background-repeat:no-repeat;
	background-size:100%;
	
	color:#FFFFFF;
	line-height:1.4em;
}

#footer {
	width:100%;
	background-color: #021c72;
	background-image:url(../images/aprilfoolsday_footbg.jpg);
	background-repeat:no-repeat;
	background-size:100%;
	background-position:bottom;
	
	color:#FFFFFF;
	padding-bottom:25%;
}

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


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

.Uline { color:#00d2ff; border-bottom:solid 2px #00d2ff;}
.Yellow { color:#fcff00;}

.Uline:hover, .Uline:active { opacity:0.8;}

#header, #Lead, #Content {
	width: 100%;
	max-width:1040px;
	margin:auto;
}

/*追加*/
#noSupport {
	padding: 10px;
	background-color: #f00;
	border: 1px #FF0 solid;
	color: #ff0;
	}

#contentWrap #noSupport img {
	width: 15%;
	float: left;
	}

#contentWrap #noSupport p {
	width: 85%;
	float: left;
	}

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


}
@media only screen and (min-width: 768px) {

#contentWrap {
	line-height:1.6em;
}

}



#header {
	text-align:center;
	padding:10px;
}

#header a {
	width: 30%;
	max-width:115px;
	display: block;
	margin: 0 0 10px auto;
	padding:0
}

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

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

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


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


}

@media only screen and (min-width: 768px) {


}



#Lead {
	display:flex;
	flex-flow: row wrap;
	justify-content:space-between;
	align-items:center;
	align-content:space-between;
	padding:10px;
	font-weight:bold;
}

#Lead p {
	width: 100%;
	padding:0;
	margin:0 auto 20px;
}

#Lead .Yellow {
	display: block;
	margin-top:5%;
}

#Lead p:first-child {
	padding:0 0 0 3%;
}

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

#Lead p {
	padding:0 20px;
	margin:0 auto 20px;
}

#Lead .Yellow {
	margin-top:20px;
}


}

@media only screen and (min-width: 768px) {

#Lead p {
	width: 40%;
}

#Lead p:first-child {
	width: 100%;
}

#Lead p:last-child {
	width: 60%;
	padding:20px 20px 0;
}

}


#Content {
	display:flex;
	flex-flow: row wrap;
	justify-content:space-between;
	align-content:space-between;
	padding:10px;
}

#Content div {
	width: 100%;
	padding:0;
	margin:0 0 20px;
	flex:1 0 280px;
}

#Content h1 {
	box-sizing:border-box;
	width: 100%;
	position:relative;
	padding:20px 0;
	margin:0;
}

#Content h1 p {
	box-sizing:border-box;
	width: 100%;
	padding:5px 10px 5px 90px !important;
	background-color:#FFFFFF;
	border-radius:100px;
	color:#021c72;
	font-size:1rem;
}

#Content h1 img {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	width:90px;
	margin:auto;
}

#Content h2 {
	box-sizing:border-box;
	width: 100%;
	padding:10px 10px 5px;
	margin: 0 0 10px;
	font-size:1rem;
	color:#fcff00;
	border-bottom:solid 5px #fcff00;
}

#Content p {
	box-sizing:border-box;
	width: 100%;
	padding:10px;
}

#Content img {
	width: 100%;
	max-width:450px;
}

#Content div div {
	max-width:900px;
	box-sizing:border-box;
	padding:10px;
	margin:0 auto;
	flex: none;
}

#Content #youtube {
  box-sizing:border-box;
  position: relative;
  width: 100%;
  padding:0;
  margin:0 auto;
  /*padding-top: 30px;*/
  padding-bottom: 56.25%;
  height: 0;
}
 
#Content #youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#Content table {
	display:block;
	width:100%;
	box-sizing:border-box;
	padding:10px;
	margin: auto;
}

#Content tbody {
	display:table;
	box-sizing:border-box;
	width: 100%;
	max-width:450px;
	margin: auto;
}

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

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


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


#Content {
	padding:20px;
}

/*#Content div:first-child p {
	padding:10px 20px;
}*/

#Content div {
	flex:1 0 380px;
	margin:0 10px 20px;
}

#Content div:first-child, #Content div:last-child {
	flex:1 0 90%;
}


}

@media only screen and (min-width: 768px) {

#Content div {
	margin:0 20px 20px;
}

#Content h1 p {
	font-size:1.2rem;
	padding:5px 10px 5px 100px !important;
	margin:0 auto !important;
}

#Content div:first-child p {
	padding:10px 20px;
}

#Content #map {
	display:flex;
	flex-flow: row wrap;
	justify-content:space-between;
	align-content:space-between;
}

#Content table, #Content p {
	flex:1 0 40%;
	margin:0 auto 20px;
}

#Content #map p {
	max-width:450px;
}

#Content #map h1 p {
	max-width: none;
}


}




#footer {
	box-sizing:border-box;
	position:relative;
}

#footer div {
	box-sizing:border-box;
	width: 100%;
	max-width:1040px !important;
	padding:10px;
	margin:auto;
}

#footer h2 {
	box-sizing:border-box;
	width: 100%;
	padding:10px 10px 5px;
	margin: 0 0 20px;
	font-size:1rem;
	color:#fcff00;
	border-bottom:solid 5px #fcff00;
}

#footer a {
	display: block;
	width: 90%;
	margin:0 auto 20px;
	max-width:450px;
}

#footer a img {
	width: 100%;
	max-width:450px;
}

#footer #Copyright {
	width:100%;
	text-align:center;
	position:absolute;
	padding:10px;
	right:0;
	left:0;
	margin:auto;
	bottom:20px;
	font-size:0.9rem;
	clear:both;
}


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

#footer div {
	padding:30px;
}

}

@media only screen and (min-width: 768px) {

#footer {
}

#footer div {
	padding:50px;
	overflow:hidden;
}

#footer a {
	width: 48%;
}

#footer #sushi { float:left;}
#footer #taito_st { float:right;}

}



/*ページトップへ戻る*/
#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;
}


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


}

@media only screen and (min-width: 768px) {

#pageTop a {
	width: 100px;
	padding: 30px 0;
	}

}


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

	#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 (min-width: 480px) {


}

@media only screen and (min-width: 768px) {

#pageTop a {
	width: 100px;
	padding: 30px 0;
	}
	.lineBtn {
		display: none;
		}
}

