/* デモなので簡易的なリセット */
@import "reset.css";


*::after,
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	background: #fff;
	color:#727171;
}

.link:link {
	color: #ff0000;
	text-decoration: none;
	border-bottom:2px solid #ff0000;
	padding-bottom:3px;
}
.link:visited {
	color: #ff0000;
	text-decoration: none;
}
.link:hover,
.link:active {
	color: #f29b76;
	border-bottom:2px solid #f29b76;
	padding-bottom:3px;
	text-decoration: none;
}

#main-contents {
	width:100%;
	margin:70px auto 0 auto;
	position: relative;
}



/* ▲▲▲ここまではナビゲーションに関係ない設定▲▲▲ */

.inner {
	width: 1100px;
	margin: 0 auto;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}

/* header */
#top-head {
	font-size: 14px;
	top: -100px;
	position: absolute;
	width: 100%;
	margin: 100px auto 0;
	padding: 30px 0 0;
	line-height: 1;
	z-index: 999;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 4px;
	border-top:6px solid #dcdcdc;
}
#top-head a,
#top-head {
	color: #727171;
	text-decoration: none;
}
#top-head a:hover{
	color: #727171;
}
#top-head .inner {
	position: relative;
}
#top-head .logo {
	float: left;
}
#top-head .logo img {
	width:160px;
}
#global-nav ul {
	list-style: none;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 14px;
}
#global-nav ul li {
	float: left;
	position: relative;
}
#global-nav ul li.fb img{
	margin-top:-18px;
	width:27px;
}

#global-nav li.fb a:hover{
	background: none;
	color:#fff;
}

#global-nav ul li a {
	padding: 0 15px;
}

/* Btn Hover */

#global-nav ul li:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	bottom: -20px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#global-nav ul li:hover:after {
	background: #727171;
	bottom: -20px;

}


/* Fixed */
#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding-top: 15px;
	background: #fff;
	height: 50px;
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
	border-top:none;
}
#top-head.fixed .logo {
}
#top-head.fixed .logo img{
	width:120px;
}
#top-head.fixed #global-nav ul li a {
	color: #727171;
	padding: 0 15px;
}

/* Fixed Btn Hover */
#top-head.fixed #global-nav ul li:after {
	bottom: -10px;
	color:#727171;
}
#top-head.fixed #global-nav ul li:hover:after {
	background: #727171;
	bottom: -10px;
	color:#727171;
}
#top-head.fixed #global-nav ul li a:hover {
	color:#727171;
}


/* Transition */
/*
#top-head,
#top-head .logo,
#global-nav ul li,
#global-nav ul li a {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
*/



/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 14px;
	width: 25px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}

#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 1px;
	width: 100%;
	background: #666;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 9px;
}
#nav-toggle span:nth-child(3) {
	top: 18px;
}

#contactAea {
	width:100%;
	background:#000;
}
#contactAea {
	width:100%;
	background:#000;
}

#contactAea ul{
	width:1100px;
	height:78px;
	margin:0 auto;
	color:#fff;
}
#contactAea ul:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
#contactAea ul li{
	float:left;
	height:78px;
}
#contactAea ul li.l01{
	text-align:center;
	width:220px;
	background:#505050;
}
#contactAea ul li.l02{
	width:360px;
	padding-left:20px;
}
#contactAea ul li.l03{
	width:250px;
	padding-left:20px;
}
#contactAea ul li.l04{
	width:270px;
	text-align:right;
}
#contactAea ul .t01{
	padding-top:13px;
	font-family: 'Montserrat', sans-serif;
	font-size:24px;
	letter-spacing: 3px;
}
#contactAea ul .t02{
	font-size:13px;
	font-family: 'Noto Sans Japanese';
	font-weight: 600;
	letter-spacing: 1px;
}
#contactAea ul .t03{
	padding-top:11px;
	font-family: 'Montserrat', sans-serif;
	font-size:32px;
	line-height:34px;
	letter-spacing: 3px;
}
#contactAea ul .t03 span{
	font-size:18px;
}
#contactAea ul .t03 a,
#contactAea ul .t03 a:hover{
	color:#fff;
	text-decoration:none;
}
#contactAea ul .t04{
	font-size:13px;
	line-height:13px;
	font-family: 'Noto Sans Japanese';
	font-weight: 400;
	letter-spacing: 1px;
	padding-left:64px;
}
#contactAea ul .t05{
	padding-top:14px;
	font-size:14px;
	line-height:24px;
	font-family: 'Noto Sans Japanese';
	font-weight: 300;
	letter-spacing: 1px;
	padding-left:20px;
}

#contactAea ul .t07{
	font-size:20px;
	letter-spacing: 3px;
	text-align:center;
}

#contactAea ul .t07 a{
	width:269px;
	height:78px;
	padding-top:25px;
	color:#fff;
	text-decoration:none;
	background: url(../img/contact_bak.png) no-repeat top center;
	background-size:269px 78px;
	display:block;
	opacity: 1;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	font-family: 'Noto Sans Japanese';
	font-weight: 600;
}

#contactAea ul .t07 a:hover {
	opacity: .5;
}



#contactAea img{
	width:270px;
}

#f_menu{
	border-top:4px solid #727171;
	width:100%;
	background:#fff;
	display:block;
}

#f_menu ul{
	width:1100px;
	margin:0 auto;
}
#f_menu ul:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
#f_menu ul li{
	float:left;
	font-size:13px;
	line-height:24px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	padding:15px 52px 15px 0;
	letter-spacing: 2px;
}

#f_menu ul li.fb img{
	margin-top:-2px;
	width:27px;
}

#f_menu ul li a{
	color:#727171;
	text-decoration:none;
}

#footer{
	width:1100px;
	margin:0 auto;
	padding-top:30px;
}

#footer p.logo {
	padding-bottom:10px;
}



#footer p.add {
	padding-bottom:10px;
	font-size:14px;
	letter-spacing: 3px;
}

#footer p.copyright {
	padding-bottom:30px;
	text-align:right;
}

#footer p.copyright img{
	width:372px;
}



/* ==========================

　　page-top

========================== */
#page-top {
	position: fixed;
	bottom: 70px;
	right: 20px;
}
#page-top a {
	background: #000;
	text-decoration: none;
	color: #fff;
	width: 60px;
	padding: 15px 0;
	text-align: center;
	display: block;
	font-size:11px;
	font-family: 'Montserrat', sans-serif;
	font-weight:bold;
	line-height:15px;
}

#page-top a:hover {
	text-decoration: none;
	background: #000;
}

.new_line{
	display:block;
}

/* 

@media screen and (max-width: 1100px) {
	article {
		padding: 0 30px;
	}
	.inner {
		width: 100%;
		padding: 0 20px;
	}
	#global-nav ul li a {
		padding: 0 20px;
	}
	#top-head.fixed #global-nav ul li a {
		padding: 0 15px;
	}
}
 */


@media screen and (max-width: 750px) {
#main-contents {
	width:100%;
	margin:30px auto 0 auto;
	position: relative;
}


	#top-head,
	.inner {
		width: 100%;
		padding: 0;
	}
	#top-head {
		top: 0;
		position: fixed;
		margin-top: 0;
	}
	/* Fixed reset */
	#top-head.fixed {
		padding-top: 0;
		background: transparent;
	}


	#mobile-head {
		background: #fff;
		width: 100%;
		height: 52px;
		z-index: 999;
		position: relative;
	}
	#top-head.fixed .logo,
	#top-head .logo {
		position: absolute;
		left: 13px;
		top: 13px;

	}

	#top-head .logo img {
	width:30%;
	}
	#global-nav {
		position: absolute;
		/* 開いてないときは画面外に配置 */
		top: -500px;
		background: #333;
		width: 100%;
		text-align: center;
		padding: 10px 0;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	#global-nav ul {
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
	}
	#global-nav ul li {
		float: none;
		position: static;
		font-size:13px !important;
	}
	#global-nav ul li:after  {
		display: none;
	}
	#top-head #global-nav ul li a,
	#top-head.fixed #global-nav ul li a {
		width: 100%;
		display: block;
		color: #fff;
	padding:18px 0 !important;
	}
	#nav-toggle {
		display: block;
	}
	/* #nav-toggle 切り替えアニメーション */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	/* #global-nav スライドアニメーション */
	.open #global-nav {
		/* #global-nav top + #mobile-head height */
		-moz-transform: translateY(556px);
		-webkit-transform: translateY(556px);
		transform: translateY(556px);
	}

#contactAea {
	width:100%;
	background:#000;
}
#contactAea {
	width:100%;
	background:#000;
}

#contactAea ul{
	width:100%;
	height:auto;
	margin:0 auto;
	color:#fff;
}
#contactAea ul:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
#contactAea ul li{
	float:none;
	height:auto;
}
#contactAea ul li.l01{
	text-align:center;
	width:100%;
	background:#505050;
}
#contactAea ul li.l01:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
#contactAea ul li.l02{
	width:auto;
	padding-left:12px;
}
#contactAea ul li.l03{
	width:auto;
	padding-left:12px;
}
#contactAea ul li.l04{
	width:auto;
	text-align:center;
}
#contactAea ul .t01{
	padding-top:10px;
	padding-bottom:10px;
	font-family: 'Montserrat', sans-serif;
	font-size:24px;
	letter-spacing: 3px;
	float:left;
	padding-left:12px;
}
#contactAea ul .t02{
	padding-top:15px;
	padding-left:12px;
	font-size:13px;
	font-family: 'Noto Sans Japanese';
	font-weight: 600;
	letter-spacing: 1px;
	float:left;
}
#contactAea ul .t03{
	padding-top:11px;
	font-family: 'Montserrat', sans-serif;
	font-size:32px;
	line-height:34px;
	letter-spacing: 3px;
}
#contactAea ul .t03 span{
	font-size:18px;
}
#contactAea ul .t04{
	font-size:13px;
	line-height:13px;
	font-family: 'Noto Sans Japanese';
	font-weight: 400;
	letter-spacing: 1px;
	padding-left:64px;
}
#contactAea ul .t05{
	padding-top:14px;
	font-size:14px;
	line-height:24px;
	font-family: 'Noto Sans Japanese';
	font-weight: 300;
	letter-spacing: 1px;
	padding-left:0;
}

#contactAea ul .t07{
	font-size:20px;
	letter-spacing: 3px;
	text-align:center;
}

#contactAea ul .t07 a{
	width:100%;
	height:78px;
	padding-top:25px;
	color:#fff;
	text-decoration:none;
	background: url(../img/contact_bak.png) no-repeat top center;
	background-size:100% 78px;
	display:block;
	margin-top:20px;
}

#contactAea img{
	padding-top:20px;
	width:100%;
}

#f_menu,
#f_menu ul,
#f_menu ul li {
	display:none;
}

#footer{
	width:100%;
	margin:0 auto;
	padding-top:30px;
}

#footer p.logo {
	padding-left:10px;
	padding-bottom:10px;
}

#footer p.logo img{
	width:40%;
}

#footer p.add {
	padding-left:10px;
	padding-bottom:40px;
	font-size:12px;
	letter-spacing: 2px;
}

#footer p.copyright {
	padding-bottom:30px;
	text-align:center;
}

#footer p.copyright img{
	width:80%;
}

/* ==========================

　　page-top

========================== */
#page-top {
	position: fixed;
	bottom: 70px;
	right: 0;
}
#page-top a {
	background: #000;
	text-decoration: none;
	color: #fff;
	width: 60px;
	padding: 15px 0;
	text-align: center;
	display: block;
	font-size:11px;
	font-family: 'Montserrat', sans-serif;
	font-weight:bold;
	line-height:15px;
}

#page-top a:hover {
	text-decoration: none;
	background: #000;
}

.new_line{
	display:inline;
}

}



.mb05 { margin-bottom:5px !important; }
.mb10 { margin-bottom:10px !important; }
.mb20 { margin-bottom:20px !important; }
.mb30 { margin-bottom:30px !important; }
.mb40 { margin-bottom:40px !important; }
.mb50 { margin-bottom:50px !important; }
.mb60 { margin-bottom:60px !important; }
.mb70 { margin-bottom:70px !important; }
.mb80 { margin-bottom:80px !important; }
.mb90 { margin-bottom:90px !important; }
.mb100 { margin-bottom:100px !important; }

.mt05 { margin-top:5px !important; }
.mt10 { margin-top:10px !important; }
.mt20 { margin-top:20px !important; }
.mt30 { margin-top:30px !important; }
.mt40 { margin-top:40px !important; }
.mt50 { margin-top:50px !important; }
.mt60 { margin-top:60px !important; }
.mt70 { margin-top:70px !important; }
.mt80 { margin-top:80px !important; }
.mt90 { margin-top:90px !important; }
.mt100 { margin-top:100px !important; }

