@charset "utf-8";
/* -----------------------------
 * name: sp-style.css v1.0
 * author: e-project(f-akira)
 * description: amanek ginza-east
 * date: 2016/05/16
 * update: -
----------------------------- */
body {
	overflow-y:hidden;
	font-family: sans-serif;
}

.pcNone {
	display: block;
}
.spNone {
	display: none;
}
.contact_cInner,
.cInner {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
/* --------------------------------
   Common
---------------------------------*/
body {
	font-size: 14px;
	font-family:"Lato", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;

	background-color: #fff;
	color: #4D4D4D;
	position: relative;
}
.fp-controlArrow.fp-next {
	border-left-color: rgba(120,120,120,0.5);
}
.fp-controlArrow.fp-prev {
	border-right-color: rgba(120,120,120,0.5);
}

/* --------------------------------
   Header
---------------------------------*/
header {
	width: 100%;
	height: 60px;
	position: fixed;
	top: 0;
	z-index: 10;
	overflow: hidden;
}
header h1 {
	width: 0px;
	float: left;
	margin-left: 50px;
	margin-top: 6px;
	opacity: 1.0;
}
.h100 {
	height: 100%;
}
/* --------------------------------
   Navigation
---------------------------------*/
#gNav {
	width: 98%;
	float: none;
	text-align: right;
}
#gNav ul {
	font-size: 0;
}
#gNav ul li {
	display: inline-block;
	width: 100px;
	height: 60px;
	line-height: 60px;
	vertical-align: middle;
	text-align: center;
}
#gNav ul li.active {
	border-bottom: solid 1px rgba(120,120,120,1.00);
}
#gNav ul li a {
	font-size: 16px;
	display: inline-block;
	width: 100px;
	height: 60px;
	font-weight: 100;
	color: rgba(120,120,120,1.00);
}
/* --------------------------------
   HOME
---------------------------------*/
#homeBd {
	background: url() #fff no-repeat;
	width: 100%;
}
#homeBd h2 {
	position: relative;
	right: 0;
	top: 0;
}
#spHome h2{
	margin-top: 50px;
	width: 100%;
}
#spHome h2 img{
	width: 100%;
}
#spHome h2 img{
	width: 100%;
}
#spHome p {
	text-align: center;
}
#spNavi {
	padding-right: 10px;
	padding-top: 10px;
}

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 40px;
	height: 38px;
	padding-left: 0;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #C9C9C9;
	border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 17px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(16px) rotate(-45deg);
	transform: translateY(16px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	left: 50%;
	opacity: 0;
	-webkit-animation: active-menu-bar02 .8s forwards;
	animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
@keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-17px) rotate(45deg);
	transform: translateY(-17px) rotate(45deg);
}
#menuList {
	display: none;
	list-style-type: none;
}
#menuList p{
	width: 100%;
	background-color:rgba(0,0,0,0.5);
	text-align: center;
	color: #FFFFFF;
	padding: 8px;
	border-bottom: solid 1px #000000;
}
#menuList p:last-child{
	border-bottom: none;
}
#menuList a:link,
#menuList a:visited {
	color: white;
	text-decoration: none;
	font-size: 14px;
}
.light {
    background: #000000 none repeat scroll 0 0;
    height: 100%;
    opacity: 0.6;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
#spNavi img {
	width: 30px;
}
.mright {
	margin-right: 10px;
}
/* --------------------------------
   SERVICE
---------------------------------*/
#serviceBd h2 {
	position: relative;
	right: 0;
	top: 0;
	text-align: center;
}
#serviceBd h2 img{
	width: 200px;
}
.service01_sp {
	width: 100%;
	margin-bottom: 50px;
}
.service01_sp img{
	width: 100%;
}
.service02_sp {
	width: 100%;
	margin-bottom: 50px;
}
.service02_sp img{
	width: 100%;
}
.service03_sp {
	width: 100%;
}
.service03_sp img{
	width: 100%;
}
/* --------------------------------
   CASE
---------------------------------*/
#caseBd h2 {
	position: relative;
	right: 0;
	top: 0;
	text-align: center;
}
#caseBd h2 img{
	width: 120px;
}
#caseBd h3 {
	position: static;
}
#caseBd h3 img{
	width: 100%;
}
.issue_sp {
	text-align: center;
	margin-bottom: 10px;
}
.issue_sp img{
	width: 80%;
}
.solution_sp {
	text-align: center;
	margin-top: 10px;
}
.solution_sp img{
	width: 80%;
}
.d-arrow {
	text-align: center;
}

/* --------------------------------
   PRICE
---------------------------------*/
#priceBd h2 {
	position: relative;
	right: 0;
	left: 0;
	top: 0;
	text-align: center;
}
#priceBd h2 img{
	width: 150px;
}
#priceBd h3 {
	position: static;
}
#priceBd h3 img{
	width: 100%;
}

.priceBox1_sp,
.priceBox2_sp,
.priceBox3_sp,
.priceBox4_sp {
	margin-bottom: 30px;
	width: 90%;
	margin:0 auto;
	text-align: center;
}

.priceBox1_sp img,
.priceBox2_sp img,
.priceBox3_sp img,
.priceBox4_sp img{
	width: 100%;
}

/* --------------------------------
   OVERVIEW
---------------------------------*/
#overviewBd h2 {
	position: relative;
	right: 0;
	top: 0;
	text-align: center;
}
#overviewBd h2 img{
	width: 200px;
}
#c_table {
	width: 80%;
	margin: 0 auto;
}
.table_span {
	margin: auto 0;
}
.table_span tr th, .table_span tr td{
    padding:5px;
    font-size: 12px;
}
.overviewBox2 {
	width: 100%;
	height: 300px;
	text-align: center;
	margin-top: 30px;
	float: none;
}
.overviewCopy {
	margin-top: 20px;
	width: 100%;
	float: none;
	text-align: center;
	position: relative;
}
#keieirinen {
	position: absolute;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  margin:0 auto;
}
.overviewCopy h3>img{
	width: 80%;
}
.overviewCopy a:hover {
	opacity: 1.0;
}
/* --------------------------------
   STAFF
---------------------------------*/
#staffBd h2 {
	position: relative;
	right: 0;
	top: 0;
	text-align: center;
}
#staffBd h2 img{
	width: 150px;
}
.staffBox_sp {
	padding: 0px 15px 20px 15px;
	width: 95%;
	margin: 0 auto;
	background: url(../img/bgStaffrt.gif) right top no-repeat, url(../img/bgStafflb.gif) left bottom no-repeat;
}
.name_area,
.prof_area,
.photo_area {
	text-align: center;
}
.prof_area p{
	font-size: 12px;
	line-height: 14px;
}
.photo_area img{
	width: 80px;
}
.staffInfoBox {
	width: 570px;
	float: left;
	padding: 0 0 0 30px;
}
.staffInfoBox h3, .staffInfoBox h4 {
	margin: 0;
	padding: 0;
}
.staffInfoBox_sp h3 {
	font-size: 14px;
	color: rgba(11,79,159,1.00);
	margin: 0px;
}
.staffInfoBox_sp h4 {
	font-weight: bold;
	font-size: 18px;
	color: rgba(11,79,159,1.00);
	margin: 0px;
}
.staffInfoBox_sp h4 span{
	font-size: 12px;
}
.staffInfoBox p {
	margin-left: 0.5em;
}
/* --------------------------------
   CONTACT
---------------------------------*/
#contactBd {
	position: relative;
	width: 100%;
}
#contactBd h2 img{
	width: 200px;
}
.ttlContact {
	margin: 0 auto;
}
#contactBd h2 {
	position: relative;
	right: 0;
	top: 0;
	text-align: center;
}
.contactBox {
	position: static;
	width: 95%;
	margin: 0px auto 0 auto;
	padding-top: 0px;
	padding-bottom: 10px;
}
#contactBd form {
	width: 100%;
	overflow: hidden;
}
.ttlForm {
	width: 95%;
	margin: 0 auto;
	float: none;
	font-size: 14px;
	color: rgba(11,79,159,1.00);
	height: 40px;
	line-height: 40px;
}
.partsForm {
	width: 95%;
	height: 40px;
	margin: 0 auto;
	line-height: 40px;
	float: none;
}
.partsForm2 {
	width: 95%;
	height: 150px;
	margin: 0 auto;
	line-height: 200px;
	float: none;
}
input[type=text] {
	width: 100%;
	height: 30px;
}
textarea {
	width: 100%;
	height: 100%;
}
/* --------------------------------
   FOOTER
---------------------------------*/
footer {
	width: 100%;
	background: rgba(241,241,241,1.00);
	position: static;
	bottom: 0;
}
.fInner {
	width: 95%;
	margin: 0 auto;
	text-align: center;
}
.fLogo {
	display: block;
	margin: 10px auto 10px;
}
.fInner small {
	display: block;
	margin: 0 auto 0px;
	padding-bottom: 10px;
}
.sp_sns_area {
	padding: 20px 0 5px 0;
}
.sp_sns_area a{
	width: 30px;
	margin-right: 10px;
	text-align: center;
}
.sp_sns_area a img{
	width: 25px;
	text-align: center;
}
.sp_sns_area a:last-child{
	margin-right: 0px;
}
.fInner div {
	float: none;
	width: 100%;
}

/* --------------------------------
   MODAL WINDOW
---------------------------------*/
.modal-overlay {
	z-index: 100;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color:rgba(0,0,0,.5)
}
a.modal-open:hover {
	cursor:pointer
}
.modal-content {
	position: absolute;
	display: none;
	z-index: 150;
	margin:10px;
	padding:15px;
	/*border-radius:20px;*/
	background:#fff
	width: 300px;
}
.modal-content img {
	width: auto;
	max-height: 75vh;
	width: 100%;
}
.modal-content h1 {
	font-size: 120%;
	margin-bottom:0.5em;
}
.modal-content p {
	max-width: 750px;
	text-align:left
}
a.modal-close {
	position:absolute;
	top:0;
	right:10px;
	color:#b29c33;
	font-size:35px;
	line-height:1;
	font-weight:bold;
	text-decoration:none
}
a.modal-close:hover {
	cursor:pointer
}
/* --------------------------------
   THANKS
---------------------------------*/
#thanksBd_inner {
	width: 100%;
	/*height: auto;*/
	background: url() center #fff no-repeat;
	position: relative;
}
#thanks_text {
	width: 95%;
	position: static;
	right: 0px;
	top: 0%;
	margin: 0 auto;
	text-align: center;
}
#thanks_text>img{
	width: 100%;
}
.tks_btn {
	text-align: center;
	margin-top: 50px;
}
