@charset "UTF-8";

#header {
	padding: 0px 0 0 40px;
	overflow: hidden;
	position: fixed;
	width: 100%;
	box-sizing: border-box;
	background-color: #fff;
	height: 130px;
	top: 0;
	left: 0;
	z-index: 100;
}

#leftArea {
	padding: 30px 0 0 0;
	float: left;
}

#leftArea a.sp {
	display: none;
}

.container {
	width: 1000px;
	margin: 0 auto;
}

#header h1 {
	width: 190px;
	font-size: 12px;
	color: #3d3d3d;
	text-align: center;
	font-weight: normal;
	display: inline-block;
	position: relative;
}

#header h1 img {
	width: 100%;
	margin-top: 12px;
}
span.site {
	box-sizing: border-box;
	width: 145px;
	display: inline-block;
	padding: 8px 0;
	color: #646464;
	position: relative;
	top: -14px;
	left: 20px;
	font-size: 12px;
	text-align: center;
}

.flex {
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
    display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex; /* Safari */
  	display: flex;
  	-webkit-justify-content: space-around; /* Safari */
  	justify-content: space-around;
  	-webkit-box-pack: space-around;
  	-webkit-align-items: center; /* Safari */
  	align-items:  center;
  	-ms-flex-align:　center;/*--- IE10 ---*/
  	-webkit-box-align: center;
}

.headContact {
	float: right;
}
img.areaCircle {
	width: 85px;
	padding: 22px 0;
}

img.tel {
	width: 177px;
	padding: 0 32px 0 16px;
}

.headContact a {
	width: 200px;
	display: inline-block;
	background-color: #3d3d3d;
	color: #fff;
	height: 70px;
	font-size: 18px;
	padding: 30px 0;
	text-align: center;
}
.headContact a span {
	display: block;
	padding-bottom: 12px;
}
.headContact a small {
	font-size: 13px;
	font-weight: normal;
}

/* ==========================================
    global nav
========================================== */
#gnav {
	margin-top: 50px;
	width: 100%;
}
#gnav ul li {
	padding: 0 30px;
	position: relative;
	border-right: 1px solid #dadada;
}
#gnav ul li.sp {
	display: none;
}
#gnav ul li a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}
#gnav ul li b {
	text-align: center;
	display: block;
	padding-bottom: 15px;
	line-height: 1.0;
}
#gnav ul li p {
	text-align: center;
	font-size: 12px;
	margin: 0;
	font-weight: 400;
}
#gnav ul li:last-child {
	border: none;
}
.usual {
	font-size: 18px;
	font-weight: 300;
	font-style: italic;
	color: #00c1ae;
	letter-spacing: 0.2em;
}
a.moreBtn {
	width: 400px;
	border: 2px solid #00c1ae;
	font-size: 16px;
	text-align: center;
	color: #00c1ae;
	margin: 52px auto 0 auto;
	display: block;
	box-sizing: border-box;
	padding: 27px 0;
	transition: 0.3s;
	font-weight: 500;
}
a.moreBtn:hover {
	background-color: #00c1ae;
	color: #fff;
}
#footer {
	background-color: #3d3d3d;
	color: #fff;
	padding: 30px 0;
}
#footer ul {
	margin-bottom: 20px;
	-webkit-justify-content: center; /* Safari */
  	justify-content: center;
  	-webkit-box-pack: center;
}
#footer ul li a {
	color: #fff;
	font-size: 13px;
}
#footer ul li:first-child {
	padding-right: 33px;
	position: relative;
}
#footer ul li:first-child:after {
	content: "/";
	position: absolute;
	right: 15px;
	top: 0;
}
#footer small {
	text-align: center;
	font-size: 12px;
	display: block;
}

#pageTop {
	background-color: rgba(0,0,0,0.5);
	width: 50px;
	height: 50px;
	vertical-align: middle;
	border-radius: 50%;
	position: fixed;
	right: 50px;
	bottom: 100px;
}
#pageTop figure {
	width: 50px;
	text-align: center;
}
#pageTop figure img {
	width: 15px;
	padding-bottom: 21px;
	height: auto;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg)
}
br.sp {
	display: none;
}
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 38px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 70%;
    background: #fff;
    border-radius: 5px;
    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: 10px;
}
#nav-toggle span:nth-child(3) {
    top: 20px;
}

@media screen and (max-width: 375px) {
	#header {
		padding-left: 0;
		height: auto;
		z-index: 999;
		min-width: 375px;
	}

	.container {
		width: 90%;
		margin: 0 auto;
	}

	#leftArea {
		width: 66%;
		padding: 10px 0 0 0;
	}
	.headContact {
		width: 34%;
	}
	.headContact a {
		padding: 56px 0;
	}
	#header h1 {
		display: table;
		width: 100%;
	}
	#header h1 small {
		display: table-cell;
		font-size: 10px;
		width: 55%;
		padding-left: 15px;
		vertical-align: middle;
		font-feature-settings : "palt" 1;
	}
	#header h1 img {
		width: 70%;
		margin-top: 0;
		left: -13px;
		position: relative;
	}
	#header h1 a {
		width: 50%;
	}

	span.site {
		display: block;
		width: 94%;
		text-align: left;
		padding: 0px 0 0 15px;
		left: 0px;
		font-size: 16px;
		top: 5px;
	}
	img.tel {
		display: none;
	}
	img.areaCircle {
		margin-right: 10px;
		width: 50px;
		padding: 6px 0;
	}

	br.sp {
		display: block;
	}
	#gnav {
		height: 0;
	}
	#gnavWrap {
        /* 開いてないときは画面外に配置 */
        background: #fff;
        text-align: center;
        width: 100%;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        -moz-transform: translateY(-1530px);
	    -webkit-transform: translateY(-1530px);
	    transform: translateY(-1530px);
	    z-index: 100;
	    position: fixed;
    }
    #gnavWrap ul {
    	-webkit-flex-wrap: wrap; /* Safari */
  		flex-wrap: wrap;
    }
    #gnavWrap ul li {
    	display: block;
    	width: 100%;
    	padding: 15px 0;
    	border-bottom: 1px solid #dadada;    	
    }

    .open #nav-toggle {
    	top: 21px
    }
    .open #nav-toggle span:nth-child(1) {
	      top: 11px;
	      -webkit-transform: rotate(315deg);
	      -moz-transform: rotate(315deg);
	      transform: rotate(315deg);
	  }
	  .open #nav-toggle span:nth-child(2) {
	      width: 0;
	      left: 50%;
	      opacity: 0;
	  }
	  .open #nav-toggle span:nth-child(3) {
	      top: 11px;
	      -webkit-transform: rotate(-315deg);
	      -moz-transform: rotate(-315deg);
	      transform: rotate(-315deg);
	  }
    .open #gnavWrap {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(-995px);
        -webkit-transform: translateY(-995px);
        transform: translateY(-995px);
        width: 100%;
        position: fixed;
        background-color: #fff;
    }
    .headContact a {
    	display: none;
    }
    #nav-toggle {
	      display: block;
	      right: 8px;
	      top: 24px;
	  }
    #navSP{
        display: block;
        background-color: #3d3d3d;
        width: 70px;
        padding:  35px 0
    }
    a.moreBtn {
    	width: 90%;
    	padding: 27px 0;
    	margin: 0 auto;
    }

    #gnav ul li.sp {
		display: block;
		border-bottom: 1px solid #dadada;    	
	}    

	#leftArea {
		position: relative;
	}

	#leftArea a.sp {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	#pageTop {
		right: 20px;
		bottom: 40px;
	}

}






