@charset "utf-8";

/* ************************************************
基本設定
* ************************************************ */
@font-face {
	font-family: "Noto Sans Japanese";
	src: url("fonts/NotoSansCJKjp-Thin?iefix") format("eot"),
		 url("fonts/NotoSansCJKjp-Thin.woff") format("woff"),
		 url("fonts/NotoSansCJKjp-Thin.otf") format("opentype");
}
body {
	color: #000;
	font-family: "Noto Sans Japanese", Sans-Serif;
	letter-spacing: .15em;
	text-align: center;
	-webkit-font-smoothing: subpixel-antialiased;
	background: #fff;
}

/* リンク */
a {color: #00a23e; text-decoration: none; transition: 0.3s;}
a:hover {color: #ff0;}
a:active, a:focus {outline: 0;}
::selection {background: rgba(0,169,157,.3);}
::-moz-selection {background: rgba(0,169,157,.3);}

p {
	font-size: 1.2rem;
}

/* 画像 */
img {
	border: 0;
	padding: 0;
	margin: 0;
	max-width: 100%;
	height: auto;
	width /***/: auto;
	vertical-align: bottom;
}
img.alignleft {
	display: inline;
	margin-right: 10px;
	float: left;
}
img.alignright {
	display: inline;
	margin-left: 10px;
	float: right;
}
img.aligncenter {
	display: block;
	margin: 10px auto;
}

.wrap {width: 100%; padding: 50px 0;}
.wrapBG {background: #fafafa;}
.section {width: 100%; padding-bottom: 50px;}
.txt {text-align: left;}
.hidden {display: none;}

.green {color: #00a99d;}

/* ************************************************
Layout
* ************************************************ */
/* Header
-------------------------------------------------- */
.header {
	text-align: center;
	background: #fff;
}
.header-innner {
}

.logo {
	width: 70%;
	height: 100%;
	padding: 50px 10px;
}

/* Navigation
-------------------------------------------------- */
#toggle {
	display: inline-block;
	position: absolute;
	top: 40px;
	right: 0;
	padding: 15px 30px;
	border-radius: 5px 0 0 5px;
	color: #fff;
	font-size: ;
	background: #333;
	cursor: pointer;
}
.nav {
	display: none !important;
	line-height: 30px;
	margin: auto;
	padding-bottom: 60px;
}
.nav ul {}
.nav li {
	display: inline-block;
	list-style: none;
	margin-right: 30px;
}
.nav li:nth-last-child(1),
.nav li:nth-last-child(2) {margin-right: 0;}
.nav a {
	margin: 0 5px;
	padding: 0 5px;
	color: #231815;
	font-size: 1.3rem;
	font-style: italic;
}

/* Footer
-------------------------------------------------- */
.footer {
	text-align: center;
	color: #fff;
	background: #3e3a39;
}
.footer-inner {
	padding: 50px 0 25px 0;
}

.footer-logo {
	width: 264px;
	height: 32px;
	margin: auto;
}
.address {
	margin: 15px auto 30px;
	font-size: 1.2rem;
	font-style: italic;
	line-height: 2;
}
.bnr {
	width: 180px;
	margin: 15px auto 30px;
}
.copyright {
	margin: 15px auto 30px;
	font-size: 1.0rem;
}
.footer-nav {
	background: #333;
}
.footer-nav ul {margin: auto;}
.footer-nav li {
	display: inline-block;
	list-style: none;
	margin: 0 15px;
	line-height: 60px;
}
.footer-nav a {
	color: #fff;
	font-size: 1.3rem;
	font-style: italic;
	letter-spacing: .1em;
}

/* ************************************************
Toppage
* ************************************************ */
.fotorama-wrap {
	position: relative;
	display: block;
	max-height: 800px;
	margin: 0;
	padding: 0;
}
.catchcopy {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: auto;
	text-align: center;
	transform: translate(-50%);
}
.catchcopy img {
	width: 800px;
	height: 18px;
}
.circle {
	border: 1px solid #00a99d;
	border-radius: 50%;
	color: #000;
	font-size: 1.6rem;
	line-height: 2;
	text-align: center;
	transition: .8s;
}
.circle:hover {
	color: #fff;
	background: #00a99d;
}
.circle p {
	position: relative;
	top: 50%;
	font-style: italic;
	transform: translateY(-50%);
}

#map,
.map {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 300px;
}
#map iframe,
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	filter: grayscale(100%);
	transition: all 0.7s ease;
}

/* ************************************************
Shared
* ************************************************ */
.parallax {
	position: relative;
	height: 300px;
	margin: 0 auto;
	padding: 0;
}
.parallax.lawyer {
	background: url(images/header-lawyer.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size:cover
}
.parallax.corporaitions {
	background: url(images/header-corporaitions.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size:cover
}
.parallax.individuals {
	background: url(images/header-individuals.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size:cover
}
.parallax.legalfee {
	background: url(images/header-legalfee.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size:cover
}
.circleBG {
	border: 1px solid #00a99d;
	border-radius: 50%;
	background: #00a99d;
	transform: translateY(-50%);
}
.circleBG h1 {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	font-size: 1.6rem;
	font-style: italic;
	line-height: 2;
	text-align: center;
}
.heading {
	font-size: 2.0rem;
}
.heading2 {
	position: relative;
	font-size: 1.5rem;
}
.heading2 span {
	display: inline-block;
	min-width: 100px;
	margin: 30px 0;
	padding: 30px 0;
	box-shadow: 0 -1px #00a99d,0 -4px #fff,0 -5px #00a99d;
}
section p {
	margin: 25px 0;
	line-height: 2.5;
}
.card {
	border: 1px solid #00a99d;
	background: #00a99d;
}
.card-title {
	padding: 40px 0;
	font-size: 1.3rem;
	background: #fff;
}
.card-inner {
	padding: 20px 40px;
}
section .card-inner ul {
	margin: 10px;
	list-style: none;
	color: #fff;
	text-align: left;
}
section .card-inner ul li {
	margin: 15px 10px;
	font-size: 1.2rem;
	line-height: 2;
}
section .card-inner ul li:before {
	content: "- ";
	margin-left: -10px;
}
section .card-inner ul li li {
	margin: 5px 10px;
	line-height: 1.5;
}
section .card-inner ul li li:before {
	content: "+ ";
	margin-left: -10px;
}

dl.fee {}
dl.fee dt {
	width: 100%;
	padding-top: 20px;
	color: #00a99d;
	font-size: 1.3rem;
	text-align: center;
}
dl.fee dd {
	width: 100%;
	padding-top: 20px;
	padding-left: 0;
	font-size: 1.2rem;
	text-align: left;
	line-height: 1.7;
}

/* ************************************************
Table
* ************************************************ */
table.feeTable {
	width: 100%;
	margin: 0 auto 25px;
	padding: 0;
	border: 1px #00a99d solid;
	border-collapse: collapse;
	border-spacing: 0;
}
table.feeTable th {
	display: block;
	width: 100%;
	padding: 10px;
	border: 0 #00a99d solid;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	white-space: normal;
	vertical-align: middle;
	background: #00a99d;
}
table.feeTable td {
	display: block;
	width: 100%;
	padding: 10px;
	border: 0 #00a99d solid;
	text-align: center;
	white-space: normal;
	vertical-align: middle;
}
section p.att {
	margin: 10px;
	font-size: 1.2rem;
	line-height: 1.7;
}
section p.att2 {
	margin: 10px;
	font-size: 1.2rem;
	text-align: left;
	line-height: 1.7;
}

table.innerTable-small {
	width: 100%;
	margin: 25px auto;
	border: 1px #00a99d solid;
}
table.innerTable-small th {
	display: block;
	width: 100%;
	padding: 13px;
	border: 0 #00a99d solid;
	color: #00a99d;
	background: #f2f2f2;
}
table.innerTable-small td {
	display: block;
	width: 100%;
	padding: 15px;
	border: 0 #00a99d solid;
	font-size: 1.2rem;
	text-align: center;
	line-height: 1.7;
	white-space: normal;
	vertical-align: middle;
}

table.adviceTable {
	width: 100%;
	margin: 0 auto;
	border: 0 #00a99d solid;
}
table.feeTable td table.adviceTable th {
	width: auto;
	padding: 15px;
	border: 0 #00a99d solid;
	color: #00a99d;
	background: #fff;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}
table.feeTable td table.adviceTable td {
	width: auto;
	padding: 15px;
	border: 0 #00a99d solid;
	font-size: 1.4rem;
	text-align: left;
	line-height: 1.7;
	white-space: normal;
	vertical-align: middle;
}
table.adviceTable .att {
	text-align: left;
}

/* ************************************************
Form
* ************************************************ */
input[type="text"] {}
input[type="email"] {}
input[type="text"] {}
input[type="radio"] {}
input[type="checkbox"] {}
input[type="submit"] {}
textarea {}
select {}

/* ************************************************
SVG Size
* ************************************************ */


/* ************************************************
Overwrite
* ************************************************ */
/* Foundation
-------------------------------------------------- */


/* ***********************************************
99.Clearfix
*********************************************** */
.clearfix:after {
	display: block;
	content: ".";
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.clearfix {
	display: inline-block;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/* ************************************************
*   レスポンシブ
* ************************************************ */

/* Text Adjust 561px以上 */
@media screen and (min-width: 561px) {
}
/* medium 641px以上 */
@media screen and (min-width: 641px) {
	p {
		font-size: 1.5rem;
	}
	.wrap {padding: 120px 0;}
	.section {padding-bottom: 120px;}
	/* header */
	.logo {
		width: 330px;
		height: 40px;
		margin: auto;
		padding: 160px 0 160px 0;
	}
	#toggle {display: none;}
	#sidr {display: none;}
	.nav {
		display: table !important;
	}
	/* footer */
	.footer {
		color: #222;
		background: #fff;
	}
	.footer-inner {
		padding: 140px 0 25px 0;
	}
	.address {
		margin: 15px auto 50px;
	}
	.bnr {
		width: 180px;
		margin: 15px auto 50px;
	}
	.copyright {
		margin: 15px auto 30px;
		font-size: 1.2rem;
	}
	/* toppage */
	#map,
	.map {
		padding-top: 500px;
	}
	/* shared */
	.parallax {
		position: relative;
		height: 500px;
		margin: 0 auto;
		padding: 0;
	}
	.parallax.lawyer {
		background: url(images/header-lawyer.jpg);
		background-position: top center;
		background-repeat: no-repeat;
		background-attachment: fixed; background-size:cover
	}
	.parallax.corporaitions {
		background: url(images/header-corporaitions.jpg);
		background-position: top center;
		background-repeat: no-repeat;
		background-attachment: fixed; background-size:cover
	}
	.parallax.individuals {
		background: url(images/header-individuals.jpg);
		background-position: top center;
		background-repeat: no-repeat;
		background-attachment: fixed; background-size:cover
	}
	.parallax.legalfee {
		background: url(images/header-legalfee.jpg);
		background-position: top center;
		background-repeat: no-repeat;
		background-attachment: fixed; background-size:cover
	}
	.card-title,
	section .card-inner ul li {
		font-size: 1.5rem;
	}
	dl.fee dt {
		width: 20%;
		clear: left;
		float: left;
		font-size: 1.5rem;
	}
	dl.fee dd {
		width: 80%;
		padding-top: 20px;
		padding-left: 20%;
		font-size: 1.5rem;
	}
	/* table */
	table.feeTable th {
		display: table-cell;
		width: 20%;
		border: 1px #00a99d solid;
		font-size: 1.5rem;
	}
	table.feeTable td {
		display: table-cell;
		width: 80%;
		border: 1px #00a99d solid;
	}
	section p.att,
	section p.att2 {
		font-size: 1.4rem;
		text-align: center;
	}
	table.innerTable {
		width: 100%;
		margin: 25px auto;
		border: 0 #00a99d solid;
	}
	table.innerTable th {
		width: auto;
		padding: 15px;
		border: 0 #00a99d solid;
		border-top: 1px #00a99d solid;
		border-bottom: 1px #00a99d solid;
		color: #00a99d;
		background: #fff;
	}
	table.innerTable td {
		width: auto;
		padding: 15px;
		border: 0 #00a99d solid;
		font-size: 1.4rem;
		text-align: center;
		line-height: 1.7;
		white-space: normal;
		vertical-align: middle;
	}
}
/* large 981px以上 */
@media screen and (min-width: 981px) {
}
@media screen and (min-width: 1024px) {
}


