@charset "utf-8";

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 全デバイス共通のスタイルとスマートフォン向けレイアウトの指定
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/* common.css
----------------------------------------- */
body {
	font-family: Helvetica, '游ゴシック', 'Yu Gothic', YuGothic, HiraKakuProN-W3, 'メイリオ', Meiryo, sans-serif;
	font-size: 14px;
	color: #333;
	line-height:1.9;
	text-align: left;
	-webkit-text-size-adjust: 100%;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color:#333;
	text-decoration: none;
}
.sp {
	display: block;
}
.pc {
	display: none;
}

/* header
----------------------------------------- */
header {
	margin-bottom: 25px;
}
header h1 {
	margin: 21px 0 25px 0;
	padding-left: 30px;
	text-align: left;
}
nav {
	margin-bottom: 20px;
	border-top: 1px solid #d9d9d9;
}
nav li {
	float: left;
	width: 49.5%;
	border-bottom: 1px solid #d9d9d9;
	text-align: center;
}

nav ul li:nth-child(odd) {
	border-right: 1px solid #d9d9d9;
}

#twitter_icon{
	width:100%!important;
    height:100%!important;
    max-width:28px!important;
    max-height:28px!important;
}


nav ul li a {
	display: block;
	width: 100%;
	padding: 12px 0;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 0.1em;
}
.socialBtn {
	text-align: center;
	margin: 0 auto;
}
.socialBtn img {
	width: 28px;
	height: 28px;
}

/* contents
----------------------------------------- */
#main h2.ttl {
	margin-bottom: 40px;
	text-align: center;
	line-height: 1.0;
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	font-size: 40px;
	letter-spacing: 0.05em;
}

.toTop {
	text-align: center;
}
.toTop a {
	display: block;
	margin-bottom: 40px;
	padding: 8px 20px;
}
.toTop img {
	width: 22px;
	height: 14px;
}

/* タブレット向け：760px～960px */
@media only screen and (min-width: 760px) {
.sp {
	display: none;
}
.pc {
	display: block;
}

/* header
----------------------------------------- */
header {
	position: relative;
	max-width: 960px;
	height: 270px;
	margin: 0 auto;
}
header h1 {
	position: absolute;
	top: 107px;
	left: 50px;
	margin: 0;
	padding-left: 0;
	text-align: center;
}
nav {
	position: absolute;
	bottom: 30px;
	right: 30px;
	margin-bottom: 0;
	border-top: none;
}
nav li {
	margin-left: 50px;
	display: inline;
	float: none;
	border-bottom: none;
	text-align: right;
}
nav li.contact {
	display: inline;
}
nav ul li:nth-child(odd) {
	border: none;
}
nav ul li a {
	display: inline;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.1em;
}
.socialBtn {
	position: absolute;
	top: 112px;
	right: 30px;
}
.socialBtn li {
	display: inline;
	margin-right: 14px;
}
.socialBtn li.last {
	margin-right: 0;
}
.socialBtn img {
	width: 22px;
	height: 22px;
}






} /* タブレット向け */

/* PC向けレイアウトの指定：961px～ */
@media only screen and (min-width: 961px) {


a:hover {
	text-decoration: underline;
}

/* header
----------------------------------------- */
header h1 {
	position: absolute;
	top: 105px;
	left: 0;
}
nav {
	position: absolute;
	bottom: 30px;
	right: 0;
}
.socialBtn {
	position: absolute;
	top: 112px;
	right: 10px;
}

} /* PC向け */