/* Web fonts */

header {
	height: 60px;
	background-color: #FFF;
}
header .header-inner {
	width: 1260px;
	margin: 0 auto;
}
header .logo {
	margin-top: 15px;
}
footer {
	background-color: #EFEFEF;
	padding: 60px 0;
}
/*--------------------------
          HEADER
--------------------------*/
header {
	background: rgba(0, 0, 0, 0.75);
	height: 90px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 205;
	font-family: "Noto Sans Japanese";
	transition: all 0.5s;
}
header.H_bg {
	background: rgba(255, 255, 255, 0.975);
	border-bottom: solid 1px rgba(0, 0, 0, 0.5);
}
header h1 {
	position: absolute;
	color: #FFF;
	font-size: 10px;
	top: -15px;
	left: 5px;
}
header.H_bg h1 {
	color: #333;
}
header .header-inner {
	width: 100%;
	max-width: 1260px;
	height: 60px;
	margin: auto;
	margin-top: 20px;
	position: relative;
}
header .header-inner a {
	display: block;
}
header .header-inner a#T_logo {
	width: 220px;
	height: 60px;
	position: absolute;
	top: 0;
	left: 5px;
	display: block;
}
header .header-inner a#T_maga {
	width: 100px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
}
header .header-inner a#T_con {
	width: 100px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 100px;
	display: block;
}
header .header-inner a#T_req {
	width: 100px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 200px;
	display: block;
}
header .header-inner a#T_tel {
	width: 220px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
}
header .header-inner a#T_menu {
	display: none;
}
a#spT_logo, a#spT_tel, a#spT_req, a#spT_con, a#spT_maga, a#spT_menu {
	display: none;
}
header .header-inner ul {
	width: 500px;
	position: absolute;
	top: 5px;
	left: 235px;
	display: block;
	overflow: hidden;
}
header .header-inner ul li {
	width: 86px;
	float: left;
	margin: 0 7px;
}
header .header-inner ul li a {
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	text-align: center;
}
header.H_bg .header-inner ul li a {
	color: #333;
}
header .header-inner ul li a span {
	font-family: 'Frijole', cursive;
	font-family: 'Stardos Stencil', cursive;
	display: block;
	border-bottom: solid 1px #FFF;
	font-size: 13px;
	padding-bottom: 10px;
	margin-bottom: 2px;
}
header.H_bg .header-inner ul li a span {
	border-bottom: solid 1px #333;
}
header .header-inner ul li a span b {
	font-weight: normal;
	/*transform:scale(0.65,1.0);*/
	display: inline-block;
}
/*
header .header-inner ul li:last-child a span b{
	margin-left:-7px;
}
*/
header .header-inner ul li:nth-child(3) a {
	line-height: 110%;
}
header .header-inner ul li:nth-child(3) a span {
	padding-bottom: 4px;
}
/*
header .header-inner ul li:nth-child(3) a span b{
	margin-left:-16px;
}
header .header-inner ul li:nth-child(4) a span b{
	margin-left:-10px;
}
*/
@media screen and (max-width:1260px) {
	header {
		height: 65px;
	}
	header .header-inner {
		height: 45px;
		margin-top: 15px;
	}
	header .header-inner a#T_logo {
		width: 180px;
		height: 49px;
	}
	header .header-inner a#T_maga {
		width: 80px;
		height: 48px;
		right: 75px;
	}
	header .header-inner a#T_con {
		width: 80px;
		height: 48px;
		right: 145px;
	}
	header .header-inner a#T_req {
		width: 80px;
		height: 48px;
		right: 215px;
	}
	header .header-inner a#T_menu {
		display: block;
		width: 80px;
		height: 48px;
		position: absolute;
		top: 0;
		right: 5px;
		display: block;
	}
	header .header-inner a#T_tel {
		width: 180px;
		height: 49px;
		right: 0;
	}
	header .header-inner a img {
		width: 100%;
	}
	header .header-inner ul {
		width: 92%;
		position: fixed;
		top: 50px;
		left: 0px;
		display: none;
		background: rgba(0, 0, 0, 0.75);
		padding: 10px 4%;
	}
	header.H_bg .header-inner ul {
		background: rgba(255, 255, 255, 0.975);
	}
	header.H_bg .header-inner ul li ul {
		background: none;
	}
	header .header-inner ul li {
		width: 30%;
		margin: 10px 10%;
	}
	header .header-inner ul li:last-child a span b {
		margin-left: 0;
	}
}
@media screen and (max-width:640px) {
	header {
		height: 45px;
		background: #FAFAFA;
		border-bottom: solid 1px #333;
	}
	header h1 {
		display: none;
	}
	header .header-inner a#T_logo {
		display: none;
	}
	header .header-inner a#T_maga {
		display: none;
	}
	header .header-inner a#T_con {
		display: none;
	}
	header .header-inner a#T_req {
		display: none;
	}
	header .header-inner a#T_menu {
		display: none;
	}
	header .header-inner a#T_tel {
		display: none;
	}
	header .header-inner a img {
		width: 100%;
	}
	header .header-inner {
		margin-top: 0;
	}
	header .header-inner ul {
		width: 92%;
		position: fixed;
		top: 46px;
		left: 0px;
		display: none;
		background: rgba(255, 255, 255, 0.95);
		padding: 10px 4%;
		border-bottom: solid 1px #333;
	}
	header .header-inner ul li {
		width: 80%;
		margin: 10px 10%;
	}
	header .header-inner ul li br {
		display: none;
	}
	header .header-inner ul li b {
		font-size: 16px;
	}
	header .header-inner ul li a span, header .header-inner ul li:nth-child(3) a span {
		padding-bottom: 3px;
		margin-bottom: 5px;
	}
	header .header-inner a#spT_logo {
		width: 130px;
		height: 40px;
		position: absolute;
		top: 2px;
		left: 0;
		display: block;
	}
	header .header-inner a#spT_maga {
		width: 45px;
		height: 45px;
		position: absolute;
		top: 0;
		right: 45px;
		display: block;
	}
	header .header-inner a#spT_con {
		width: 45px;
		height: 45px;
		position: absolute;
		top: 0;
		right: 90px;
		display: block;
	}
	header .header-inner a#spT_req {
		display: none !important;
	}
	header .header-inner a#spT_tel {
		width: 45px;
		height: 45px;
		position: absolute;
		top: 0;
		right: 0;
		display: block;
	}
	header .header-inner a#spT_menu {
		width: 45px;
		height: 45px;
		position: absolute;
		top: 0;
		right: 0;
		display: block;
	}
	header .header-inner ul li a {
		color: #333;
	}
	header .header-inner ul li a span {
		border-bottom: solid 1px #333;
	}
}
/* maxMin width */
@media screen and (max-width:340px) {
	header {
		height: 40px;
		background: #FAFAFA;
		border-bottom: solid 1px #333;
	}
	header .header-inner a img {
		width: 100%;
	}
	header .header-inner {
		margin-top: 0;
	}
	header .header-inner ul {
		width: 92%;
		position: fixed;
		top: 41px;
		left: 0px;
		display: none;
		background: rgba(255, 255, 255, 0.95);
		padding: 10px 4%;
		border-bottom: solid 1px #333;
	}
	header .header-inner ul li {
		width: 80%;
		margin: 10px 10%;
	}
	header .header-inner ul li br {
		display: none;
	}
	header .header-inner ul li b {
		font-size: 16px;
	}
	header .header-inner ul li a span, header .header-inner ul li:nth-child(3) a span {
		padding-bottom: 3px;
		margin-bottom: 5px;
	}
	header .header-inner a#spT_logo {
		width: 110px;
		height: 34px;
		position: absolute;
		top: 2px;
		left: 0;
		display: block;
	}
	header .header-inner a#spT_maga {
		width: 40px;
		height: 40px;
		position: absolute;
		top: 0;
		right: 40px;
		display: block;
	}
	header .header-inner a#spT_con {
		width: 40px;
		height: 40px;
		position: absolute;
		top: 0;
		right: 80px;
		display: block;
	}
	header .header-inner a#spT_req {
		width: 40px;
		height: 40px;
		position: absolute;
		top: 0;
		right: 120px;
		display: block;
	}
	header .header-inner a#spT_tel {
		width: 40px;
		height: 40px;
		position: absolute;
		top: 0;
		right: 0;
		display: block;
	}
	header .header-inner a#spT_menu {
		width: 40px;
		height: 40px;
		position: absolute;
		top: 0;
		right: 0;
		display: block;
	}
	header .header-inner ul li a {
		color: #333;
	}
	header .header-inner ul li a span {
		border-bottom: solid 1px #333;
	}
}
/*----------------------------
           FOOTER
----------------------------*/
footer {
	background: #151515;
	padding: 40px 0 70px 0;
}
footer .Area {
	width: 92%;
	max-width: 1080px;
	margin: auto;
}
footer .Area .title {
	font-size: 16px;
	color: #FFF;
	margin-bottom: 18px;
}
footer .Area .Menu {
	width: 100%;
	overflow: hidden;
}
footer .Area .Menu li {
	/*width:16.66666666%;*/
	width: 16.6%;
	float: left;
}
footer .Area .Menu li li {
	width: 100%;
	float: none;
}
footer .Area .Menu li a {
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}
.CTA {
	width: 92%;
	max-width: 920px;
	margin: 30px auto;
	overflow: hidden;
}
.CTA .logo {
	width: 340px;
	height: 100px;
	display: block;
	float: left;
}
.CTA ul {
	width: 520px;
	float: right;
	overflow: hidden;
	margin-top: 15px;
}
.CTA ul li {
	width: 80px;
	margin: 0 5px;
	float: left;
	list-style: none;
}
.CTA ul li.tel {
	width: 240px;
	float: right;
}
.Social {
	width: 162px;
	margin: 30px auto;
	overflow: hidden;
}
.Social a {
	width: 44px;
	height: 44px;
	display: block;
	float: left;
	margin: 0 5px;
}
address {
	font-size: 12px;
	color: #FFF;
	text-align: center;
	display: block;
	font-style: normal;
	margin: 20px 0;
}
@media screen and (max-width:1260px) {
	footer .Area .Menu li {
		width: 33.33333333%;
		margin-bottom: 30px;
	}
	footer .Area .Menu li:nth-of-type(4) {
		clear: both;
	}
	footer .Area .Menu li li {
		margin-bottom: 0;
	}
	.CTA .logo {
		float: none;
		margin: auto;
		margin-bottom: 30px;
	}
	.CTA ul {
		float: none;
		margin: auto;
	}
	.CTA ul li.tel{
		float: none;
		margin: 0 auto;
	}
}
@media screen and (max-width:640px) {
	footer {
		background: #151515;
		padding: 30px 0 60px 0;
	}
	footer .Area {
		width: 92%;
		max-width: 1080px;
		margin: auto;
	}
	footer .Area .title {
		font-size: 16px;
		color: #FFF;
		margin-bottom: 18px;
		text-align: center;
	}
	footer .Area .Menu {
		width: 100%;
		overflow: hidden;
	}
	footer .Area .Menu li {
		width: 45%;
		margin: 0 2.5%;
		float: left;
		margin-bottom: 25px;
	}
	footer .Area .Menu li:nth-of-type(4) {
		clear: none;
	}
	footer .Area .Menu li:nth-child(2n+1) {
		clear: both;
	}
	footer .Area .Menu li ul {
		margin-bottom: 20px;
	}
	footer .Area .Menu li li {
		width: 100%;
		float: none;
	}
	footer .Area .Menu li a {
		font-size: 12px;
		color: #FFF;
		text-decoration: none;
	}
	.CTA {
		width: 92%;
		max-width: 920px;
		margin: 30px auto;
		overflow: hidden;
	}
	.CTA .logo {
		width: 210px;
		height: 62px;
		float: none;
		margin: auto;
	}
	.CTA .logo img {
		width: 100%;
	}
	.CTA ul {
		width: auto;
		float: none;
		text-align: center;
	}
	.CTA ul li {
		width: 60px;
		margin: 0 5px;
		float: none;
		display: inline-block;
	}
	.CTA ul li img {
		width: 100%;
	}
	.CTA ul li.tel {
		width: 180px;
		float: none;
		margin: 20px auto;
		display: block;
	}
	address {
		font-size: 12px;
		color: #FFF;
		text-align: center;
		display: block;
		font-style: normal;
		margin: 20px 0;
	}
}
#FooterBanner {
	background: #DADADA;
	padding: 80px 0 40px 0;
}
#FooterBanner ul {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	overflow: hidden;
}
#FooterBanner ul li {
	width: 25%;
	float: left;
	margin-bottom: 10px;
}
#FooterBanner ul li a {
	display: block;
	width: 90%;
	max-width: 240px;
	margin: auto;
}
@media screen and (max-width:1260px) {
	#FooterBanner {
		padding: 40px 0 30px 0;
	}
	#FooterBanner ul li a img {
		width: 100%;
	}
}
@media screen and (max-width:640px) {
	#FooterBanner {
		display: none !important;
		padding: 30px 0 0 0;
	}
	#FooterBanner ul li {
		width: 50%;
	}
}
.Foot_bg {
	padding-top: 40%;
	position: relative;
}
.Foot_bg br {
	display: none;
}
.Foot_bg img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.Foot_bg p {
	position: absolute;
	top: 50%;
	left: 0;
	height: 50px;
	width: 100%;
	line-height: 50px;
	margin-top: -25px;
	z-index: 2;
	color: #FFF;
	font-size: 36px;
	text-align: center;
	letter-spacing: 2px;
	text-shadow: 0 0 4px rgba(0, 0, 0, 1);
	font-family: 'Stardos Stencil', cursive;
	font-weight: 700;
}
@media screen and (max-width:1260px) {
	.Foot_bg p {
		font-size: 28px;
	}
}
@media screen and (max-width:640px) {
	.Foot_bg p {
		font-size: 24px;
	}
}
/* page top btn Style ---------------------------------------------------------------- */
.Ptop {
	display: none;
	position: fixed;
	bottom: 20px;
	left: 50%;
	margin-left: -25px;
	width: 50px;
	height: 50px;
}
.Ptop a {
	display: block;
	width: 50px;
	height: 27px;
	border-radius: 2px;
	border: solid 2px #FFF;
	background: rgba(0, 0, 0, 0.55);
	position: relative;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.45);
	transition: all 0.5s;
	font-family: 'Stardos Stencil', cursive;
	font-size: 11px;
	line-height: 115%;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding-top: 23px;
	letter-spacing: 1px;
}
.Ptop a:hover {
	background: rgba(0, 0, 0, 0.2);
}
.Ptop a::after {
	content: "";
	background-color: #ffffff;
	position: absolute;
	top: 10px;
	left: 13px;
	width: 15px;
	height: 2px;
	transform: rotate(-45deg);
}
.Ptop a::before {
	content: "";
	background-color: #ffffff;
	position: absolute;
	top: 10px;
	right: 13px;
	width: 15px;
	height: 2px;
	transform: rotate(45deg);
}
@media screen and (max-width: 640px) {
	.Ptop {
		display: block !important;
		position: fixed;
		bottom: 0px;
		left: auto;
		margin-left: 0;
		width: 52px;
		height: 52px;
		right: 0;
		z-index: 1;
	}
	.Ptop a {
		display: block;
		width: 50px;
		height: 28px;
		padding-top: 22px;
		border-radius: 2px;
		border: solid 1px #ddd;
		background: none;
		position: relative;
		box-shadow: none;
		transition: all 0.5s;
		font-family: 'Stardos Stencil', cursive;
		font-size: 11px;
		line-height: 115%;
		text-align: center;
		text-decoration: none;
		color: #555;
		letter-spacing: 1px;
	}
	.Ptop a::before {
		content: "";
		background-color: #555;
		position: absolute;
		top: 10px;
		right: 17px;
		width: 10px;
		height: 2px;
		transform: rotate(45deg);
	}
	.Ptop a::after {
		content: "";
		background-color: #555;
		position: absolute;
		top: 10px;
		left: 17px;
		width: 10px;
		height: 2px;
		transform: rotate(-45deg);
	}
}
.tx_post {
	color: #FFF;
	font-size: 12px;
	margin-top: 5px;
}
/*-----------------------------
          PAGE STYLE
-----------------------------*/
#Pagetitle {
	width: 100%;
	padding: 50px 0;
	margin-top: 90px;
	background: #DFDFDF;
}
#Pagetitle.works {
	background: url(https://l-st.co.jp/theme/lifestage/img/title_work.jpg) no-repeat center center;
	background-size: cover;
}
#Pagetitle.order {
	background: url(https://l-st.co.jp/theme/lifestage/img/title_best.jpg) no-repeat center center;
	background-size: cover;
}
#Pagetitle.voice {
	background: url(https://l-st.co.jp/theme/lifestage/img/title_voice.jpg) no-repeat center center;
	background-size: cover;
}
#Pagetitle.tochi {
	background: url(https://l-st.co.jp/theme/lifestage/img/title_soil.jpg) no-repeat center center;
	background-size: cover;
}
#Pagetitle.staff {
	background: url(https://l-st.co.jp/theme/lifestage/img/title_staff.jpg) no-repeat center center;
	background-size: cover;
}
#Pagetitle.ken {
	background: url(https://l-st.co.jp/theme/lifestage/img/title_ken.jpg) no-repeat center center;
	background-size: cover;
}
#Pagetitle.event {
	background: url(https://l-st.co.jp/theme/lifestage/img/title_event.jpg) no-repeat center center;
	background-size: cover;
}
#Pagetitle.media {
	background: url(https://l-st.co.jp/theme/lifestage/img/title_media.jpg) no-repeat center center;
	background-size: cover;
}
#Pagetitle.news {
	background: url(https://l-st.co.jp/theme/lifestage/img/title_news.jpg) no-repeat center center;
	background-size: cover;
}
#Pagetitle.built {
	background: url(https://l-st.co.jp/theme/lifestage/img/title_built.jpg) no-repeat center center;
	background-size: cover;
}
#Pagetitle.office {
	background: url(../_img/title.jpg) no-repeat center center;
/*	background: url(https://l-st.co.jp/theme/lifestage/img/title_office.jpg) no-repeat center center;*/
	background-size: cover;
}
#Pagetitle h1 {
	text-align: center;
	font-size: 28px;
	color: #FFF;
	text-shadow: 0 0 2px rgba(0, 0, 0, 1), 0 0 5px rgba(0, 0, 0, 0.7);
	max-width: 1200px;
	letter-spacing: 3px;
	margin: auto;
	font-weight: bold;
}
@media screen and (max-width:1260px) {
	#Pagetitle {
		margin-top: 65px;
	}
}
@media screen and (max-width:640px) {
	#Pagetitle {
		margin-top: 45px;
		padding: 45px 0;
	}
	#Pagetitle h1 {
		font-size: 21px;
	}
}
@media screen and (max-width:340px) {
	#Pagetitle {
		margin-top: 40px;
	}
}