@charset "utf-8";
/* ****************************************************************************
	layout.css
******************************************************************************* */
.spn {display: none;}

/* ==
	base
=============================================================================== */
html,
body {
	background: #fff;
}

#container {
	margin:0; padding:0;
	width: 100%
}

/* ==
	item
=============================================================================== */
.item-1 {
	margin:0 auto;
	padding:0;
	max-width: 940px;
}
.item-2,
.item-3 {
	float: left;
	margin-right: 20px;
	display: inline-block;
}
.item-2:last-child,
.item-3:last-child {
	margin-right: 0;
}
.item-2 {
	max-width: 460px;
	width: 100%;
}
.item-3 {
	max-width: 300px;
}

/* ==
	共通header
=============================================================================== */
header {
	margin:0;
	padding:10px 0;
	width:100%;
	background:#fff;
	overflow:hidden;
	color:#666;
}
header div p a {
	display:inline-block;
}
header a:hover {
	opacity: 0.7;
}
.header-logo {
	float:left;
	margin-left:20px;
}
.header-social {
	float:right;
}
.logo-pp {
	max-width: 300px;
}

/* ==
	title
=============================================================================== */
h1,
h2 {
	display: inline-block;
	text-align: center;
}
h1 {
	margin: 40px 0;
	padding-right: 60px;
}

/* ==
	area-btn
=============================================================================== */
.area-btn {
	padding: 35px 0;
	background: #fff;
	line-height: 1em;
	font-weight: bold;
	font-size: 250%;
	text-align: center;
	text-decoration: none !important;
	border:5px solid #ccc;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
	width: 100%;
}
.area-btn::before,
.area-btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.area-btn,
.area-btn::before,
.area-btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.item-2
.area-btn {
	padding: 25px 0;
	font-size: 30px;
	max-width: 460px;
	pointer-events:none;
}
.area-kanto {
	border-color: #fe4973;
	color: #fe4973 !important;
	-webkit-box-shadow: 3px 3px 0 #fe4973;
	box-shadow: 3px 3px 0 #fe4973;
}
.area-kansai {
	border-color: #4c8f0b;
	color: #4c8f0b !important;
	-webkit-box-shadow: 3px 3px 0 #4c8f0b;
	box-shadow: 3px 3px 0 #4c8f0b;
}
.area-tokai {
	border-color: #f0ba12;
	color: #f0ba12 !important;
	-webkit-box-shadow: 3px 3px 0 #f0ba12;
	box-shadow: 3px 3px 0 #f0ba12;
}
.area-tohoku {
	border-color: #ff8b22;
	color: #ff8b22 !important;
	-webkit-box-shadow:
	3px 3px 0 #ff8b22;
	box-shadow: 3px 3px 0 #ff8b22;
}

/* ==
	social
=============================================================================== */
/*--- header-social ---*/
.social {
	margin-top:25px;
}
.social li {
	float:left;
	margin-right:10px;
}
iframe.twitter-share-button {
	width: 90px!important;
}

/*--- Share-section ---*/
.share-section {
	margin-top: 40px;
}
.share-section ul {
	overflow: hidden;
	width: 440px;
	margin: 0 auto;
}
.share-section li {
	text-align: center;
	width: 200px;
	padding: 15px 10px 10px;
	min-height: 75px;
}
.share-section li:nth-of-type(1) {
	background: #00aced;
	float: left;
}
.share-section li:nth-of-type(2) {
	background: #305097;
	float: right;
}
.share-section li:nth-of-type(3) {
	background: #5ae628;
	display: none;
}
.share-section .share-btn {
	display: inline-block;
	padding-top: 10px;
}
.share-section .share-btn img {
	width: 180px !important;
	margin-bottom: 15px;
}