@charset "utf-8";
/* CSS Document */
.pc_n {display: none;}
.sp_n{display: block;}
html,
body {
  height: 100%;
  min-width: 100%;
  width: 100%;
  margin:0;
  padding:0;
}

.wrap {
	width: 1000px;
	max-width: 1000px;
	margin: 0 auto;
}

/*=======================
---header---------
=======================*/

#head {
	width: 100%;
	max-width: 100%;
	min-width: 1000px;
	height: 110px;
	background: #F5FAE4;
  	position: relative;
  	top: 0;
}
#t_logo {
	margin: 17px 0 0 10px;
}
#head h2 {
	width: 25%;
	margin: 35px 0 0 25px;
	font-size: 13px;
	float: left;
}
.t_tel {
	margin: 17px 15px 0 0;
}
h6 {
	font-size: 13px!important;
	text-align: right;
	color: #555;
}


/*=============
---nav
=============*/

#g_nav{
	width:100%;
	min-width: 1000px;
	height:70px;
	top: 110px;
	/*bottom:0;*/
	border-top: 2px solid #91AB23;
	line-height: 70px;
	position:absolute;
	overflow:hidden;
	clear: both;
	border-bottom: 1px solid #CCC;
	box-shadow: 0 1px 7px #AAA;
	z-index:1000;
}
nav ul {
	width: 1000px;
	margin: 0 auto;
	display: block;
	clear: both;
}
nav ul li {
	width: 142px;
	text-align: center;
	float: left;
}
nav ul li a {
	display: block;
	color: #91AB23;
	text-decoration: none;
}
nav ul li a:hover {
	background: url(../img/nav_bg.png) no-repeat left;
	color: #E34287;
}
nav ul li.active a {
	/*background: url(../img/nav_bg.png) no-repeat left;*/
	color: #E34287;
}

/*================================
---main--------------
================================*/
#main {
	width: 1000px;
	max-width: 1000px;
	height: 410px;
	margin: 80px auto 0;
	/*padding-bottom: 20px;*/
	background: url(../img/main_bg.png) no-repeat;
	background-position: bottom;
}
.slider {
	width: 100%;
	height: 380px;
	overflow: hidden;
}
/*===================================
---contents--------------
==================================*/

/*左*/
#l_box {
	width: 250px;
	float: left;
}

#l_box ul li a:hover img {
	opacity: 0.7;
	transition: 0.3s;
}
h6.h6_s {
	margin-right: 10px;
	font-size: 11px!important;
	text-align: center;
	color: #555;
}


/*blog*/
#blog {
	margin-bottom: 10px;
	padding: 10px;
	background: #A8C6ED;
}
.b_title dt {
	font-size: 13px;
}
.b_title dd {
	font-size: 18px;
	font-weight: bold;
}

.blog_in {
	margin-top: 10px;
	padding: 13px;
	background: #FFF;
}
.blog_in dt {
	margin-top: 5px;
	font-size: 11px;
}
.blog_in dd {
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px dotted #333;
}
.blog_in dd a {
	color: #333;
	text-decoration: none;
}

/*news*/
#news {
	margin-bottom: 10px;
	padding: 10px;
	background: #BFEBA2;
}
.b_title dt {
	font-size: 13px;
}
.b_title dd {
	font-size: 18px;
	font-weight: bold;
}

.news_in {
	margin-top: 10px;
	padding: 13px;
	background: #FFF;
}
.news_in dt {
	margin-top: 5px;
	font-size: 11px;
}
.news_in dd {
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px dotted #333;
}
.news_in dd:last-child {
	border-bottom: none;
}
.news_in dd a {
	color: #333;
	text-decoration: none;
}

.list-link {
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 0px;
	text-align: right;
}

.pager {
	text-align: center;
}
.pager li {
  　padding: 10px;
    display: inline-block;
    *display:inline;
    background: #fff;
    border: 1px #ccc solid;
//    box-shadow: 0 2px 3px 0 #ddd;
//    -moz-box-shadow: 0 2px 3px 0 #ddd;
//    -webkit-box-shadow: 0 2px 3px 0 #ddd;
}


/*右*/
#r_box {
	width: 730px;
	float: right;
}

#greet {
	width: 690px;
	margin-bottom: 5px;
	padding: 20px;
	background: #FAFCF1;
	border-radius: 8px;
	-moz- border-radius: 8px;
	-webkit- border-radius: 8px;
}
.greet_in {
	margin-top: 5px;
	padding-left: 20px;
	border-top: 3px solid #91AB23;
}
.greet_in p {
	margin-bottom: 1em;
	text-align: justify;
	/*width: auto;
	float: left;*/
}
.greet_in p:first-child {
	margin-top: 2em;
}

.greet_img {
	width: 155px;
	margin: 20px 0 0 25px;
	float: right;
}

#business {
	width: 690px;
	margin-bottom: 5px;
	padding: 20px;
	background: #FEF3E2;
	border-radius: 8px;
	-moz- border-radius: 8px;
	-webkit- border-radius: 8px;
}
.business_in {
	margin-top: 5px;
	/*padding-left: 20px;*/
	border-top: 3px solid #F6AD3A;
}
.business_in ul {
	margin-top: 30px;
}
.business_in ul li {
	margin: 10px 0;
	float: left;
	position: relative;
}
.business_in ul li a {
	color: #333;
	text-decoration: none;
	display: inline-block;
}
.business_in ul li a:hover {
	color: #E88F0B;
}

.business_in ul li:nth-child(even) {
	margin-left: 10px;
}

.business_in ul li p {
	position: absolute;
	top: 50%;
	bottom: 50%;
	right: 10%;
	line-height: 0px;
	font-size: 16px;
	font-weight: bold;
}

.ex {
	margin: 20px 0;
	padding-top: 20px;
	clear: both;
}
.ex p {
	padding-top: 10px;
	text-indent: 0.5em;
	font-size: 16px;
	font-weight: bold;
}


/*========================
---footer-----------
========================*/

footer {
	width: 100%;
	min-width: 1000px;
	height: 209px;
	/*margin-top: 20px;相殺*/
	background-image: url(../img/foot_top.png);
	background-repeat: repeat-x;
	background-position: top;
	clear: both;
}

#f_nav {
	padding-top: 25px;
	color: #6C801A;
}
#f_nav li {
	width: 160px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	float: left;
	/*border: 1px solid #CCC;検証用*/
}
#f_nav li:first-child {
	width: 175px;
	padding-left: 25px;
	text-align: left;
}
#f_nav li a {
	color: #6C801A;
	text-decoration: none;
}
#f_nav li a:hover {
	color: #333;
}

#f_nav li dl {
	width: 175px;
	font-weight: normal;
}

#f_nav li dl dt {
	font-size: 11px;
	text-indent: 1em;
}
#f_nav li dl dd {
	width: 35%;
	line-height: 1.8em;
	font-size: 10px;
	float: left;
}
#f_nav li dl dd:nth-child(even) {
	margin-left: 20%;
}
#f_nav li dl dd:nth-child(odd) {
	margin-left: 10%;
}


#f_add {
	margin-top: 50px;
	color: #6C801A;
	float: right;
}
#f_add ul {
	/*margin: 0 0 0 auto;*/
}
#f_add ul li {
	margin: 0 12px;
	float: left;
}
#f_add ul li dl {
	clear: both;
}
	.f_add-box dl {
		font-size: 11px;
		line-height: 1.8em;
	}
	.f_add-box dl dt {
		margin-bottom: 5px;
	}
	
	.f_time-box dl dt {
		font-size: 13px;
	}
	.f_time-box dl dd {
		font-size: 10px;
	}
	
	
#copy {
	width: 100%;
	min-width: 1000px;
	height: 16px;
	background: #C9E46B;
	text-align: center;
}
#copy small {
    font-size:11px;
    -webkit-transform:scale(0.75);/*font-sizeを10px以下に*/
    display:inline-block;
   	color: #6C7F19;
	line-height: 16px;
	letter-spacing: 0.65px;
	text-align: center;
}



/*#foot {
	padding: 5px 0 0;
	background: url(../img/foot.png);
	background-repeat: repeat-x;
}
.bottom {
	width: 1000px;
	margin: 4px auto 0;
}
*/

/*==============================
==
==--次階層
==
===============================*/

/*=====================
---弁護士紹介
=====================*/

#lawyer {
	width: 690px;
	margin-bottom: 5px;
	padding: 20px;
	background: #FAFCF1;
	border-radius: 8px;
	-moz- border-radius: 8px;
	-webkit- border-radius: 8px;
}
.lawyer_in {
	margin: 5px 0 20px;
	padding: 10px 15px 0 0;
	/*padding-left: 20px;*/
	border-top: 3px solid #91AB23;
	/*background: url(../img/a.png) no-repeat;
	background-position: top;*/
	line-height: 1.9em;
}
.member {
	margin-top: 5px;
	padding: 10px 15px 0 0;
	/*padding-left: 20px;
	border-top: 3px solid #91AB23;*/
	background: url(../img/a.png) no-repeat;
	background-position: top;
	line-height: 1.9em;
}
.member p {
	margin: 1em 0 0 1em;
	padding-bottom: 1em;
	text-align: justify;
	/*width: auto;
	float: left;*/
}
.member p:first-child {
	margin-top: 2em;
}

.lawyer_img {
	width: 155px;
	margin: 20px 0 0 25px;
	float: right;
}

.member-2 {
	margin-top: 15px;
	padding: 10px 15px 0 0;
	/*padding-left: 20px;
	border-top: 3px solid #91AB23;
	background: url(../img/a.png) no-repeat;
	background-position: top;*/
	line-height: 1.9em;
}
.member-2 dl dt {
	font-size: 17px;
}
.member-2 dl dd {
	margin-top: 15px;
	font-size: 26px;
}
.name {
	font-size: 38px;
	color: #999;
	clear: both;
	opacity: 0.8;
	transform: rotate(-5deg);
	text-shadow: 2px 2px 5px #aaa;
}

.sub_name {
	font-size: 18px;
	color: #999;
	text-indent: 1em;
	display: inline-block;
}
.member-2_in {
	margin-top: 20px;
}
.member-2_in dl {
	width: 65%;/*--------??--------*/
	margin-left: 20px;
	float: left;
}
.member-2_in dl dt {
	border-bottom: 1px solid #333;
}
.member-2_in dl dd {
	font-size: 14px;
	line-height: 1.8em;
	overflow: auto;
	zoom: 1;
}

dl.full {
	width: 98%;
	margin: 20px 5px 20px;
}
dl.harf {
	width: 300px;
	margin-bottom: 30px;
}

.member_2 {
	margin-top: 5px;
	padding: 25px 15px 0 0;
	/*padding-left: 20px;
	border-top: 3px solid #91AB23;*/
	background: url(../img/b.png) no-repeat;
	background-position: top;
	line-height: 1.8em;
}



/*=====================
---業務内容
=====================*/

#busi {
	width: 690px;
	margin-bottom: 5px;
	padding: 20px;
	background: #FAFCF1;
	border-radius: 8px;
	-moz- border-radius: 8px;
	-webkit- border-radius: 8px;
}
.busi_in {
	margin: 5px 0 20px;
	padding: 10px 15px 0 0;
	/*padding-left: 20px;*/
	border-top: 3px solid #91AB23;
	/*background: url(../img/a.png) no-repeat;
	background-position: top;*/
	line-height: 1.9em;
}

.busi_st {
	padding: 25px 0;
	font-size: 25px;
	font-weight: bold;
	color: #333;
}
.busi_st2 {
	width: 200px;
	height: 30px;
	margin: 15px 0 0 20px;
	font-size: 18px;
	font-weight: bold;
	color: #91AB23;
	line-height: 50px;
	float: left;
}

.busi_in dl {
	margin-top: 50px;
}
.busi_in dl dt {
	padding: 0 0 5px 10px; 
	font-weight: bold;
	border-bottom: 1px solid #333;
}

.busi_in dl dd {
	padding: 10px 0 0 30px;
}

.busi_in dl dd ul {
	margin-left: 25px;
}
.busi_btn {
	margin-bottom: 30px;
}
.busi_btn li {
	width: 150px;
	margin: 6.5px;
	text-align: center;
	line-height: 60px;
	background: #85AB27;
	color: #FFF;
	float: left;
	border-radius: 5px;
	-moz- border-radius: 5px;
	-webkit- border-radius: 5px;
	padding: .2em;
}
/*.busi_btn2 li:hover a {
	color: #6F8F21;
	background: #D8F7D7;
}
.busi_btn2 li span a:hover {
	opacity: 0.6;
}*/


.busi_btn2 li {
	width: 315px;
	margin: 20px 8px;
	text-align: center;
	line-height: 60px;
	background: #85AB27;
	color: #FFF;
	float: left;
	border-radius: 5px;
	-moz- border-radius: 5px;
	-webkit- border-radius: 5px;
	padding: .2em;
}
.busi_btn li a {
	color: #FFF;
	display: block;
}
.busi_btn2 li a {
	color: #FFF;
	display: block;
}
span.dash {
	display: block;
	/*padding: .5em 1em;*/
	border: 1px dashed #FFF;
}

.busi_in dl dt {
	margin-bottom: 25px;
	padding-left: 10px; 
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #333;
	clear: both;
}
.busi_in dl dd {
	padding: 10px 0 0 30px;
}

.busi_in dl dd ul {
	margin: 25px 0 0 25px;
}
.busi_in dd ul li {
	line-height: 1.9em;
}


.busi_in table {
	font-size: 16px;
}
.busi_in table tr th {
	width: 100%;
	padding: 20px 30px;
	text-align: left;
	font-weight: bold;
}
.busi_in table tr td {
	padding: 15px 60px;
	white-space: nowrap;
}
.busi_in table tr:nth-child(even) th {
	background: #EAFBEA;
}
.busi_in table tr:nth-child(odd) th {
	background: #D8F7D7;
}
.busi_in table tr:nth-child(even) td {
	background: #F7FCF7;
}
.busi_in table tr:nth-child(odd) td {
	background: #EAFBEA;
}

#busi .in_box {
	padding: 20px;
	background: #FFF;
}
#busi .in_box p {
}

#busi .in_box .main_btn {
	width: 80%;
	height: 70px;
	margin: 20px auto;
	background: #85AB27;
}
#busi .in_box .main_btn a {
	display: block;
	text-align: center;
	color: #FFF;
	line-height: 70px;
	font-size: 16px;
	transition: 0.9s;
}
#busi .in_box .main_btn a:hover {
	color: #6F8F21;
	background: #D8F7D7;
}

.b_stl {
	margin-bottom: 20px;
}
.b_stl p {
	font-size: 25px;
	line-height: 1.5em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


.person {
	padding-top: 35px;
	clear: both;
}
.person dl dt {
	margin-bottom: 25px;
	padding-left: 10px; 
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #6F8F21;
	color: #6F8F21;
	clear: both;
}
.person dl dd {
	padding: 10px 0;
}

.person dl dd ul {
	margin: 25px 0 0 25px;
}
.person dd ul li {
	line-height: 1.9em;
}


.person table {
	font-size: 16px;
}
.person table tr th {
	width: 100%;
	padding: 20px 30px;
	text-align: left;
	font-weight: bold;
}
.person table tr td {
	padding: 15px 60px;
	white-space: nowrap;
}
.person table tr:nth-child(even) th {
	background: #EAFBEA;
}
.person table tr:nth-child(odd) th {
	background: #D8F7D7;
}
.person table tr:nth-child(even) td {
	background: #F7FCF7;
}
.person table tr:nth-child(odd) td {
	background: #EAFBEA;
}

.per_ex-ul {
	width: 55%;
	padding: 30px 0 30px 30px;
	border: 2px dashed #999;
	list-style: circle inside;
	white-space: nowrap;
}
.per_ex-ul2 {
	width: 75%;
	padding: 30px 0 30px 30px;
	border: 2px dashed #999;
	list-style: circle inside;
	white-space: nowrap;
}
.per_ex-ul li:first-child {
	font-size: 120%;
	list-style: none!important;
}
.per_ex-ul2 li:first-child {
	font-size: 120%;
	list-style: none!important;
}
.per_ex-div1 {
	width: 65%;
	margin: 25px;
	padding: 30px 0 30px 30px;
	border: 2px dashed #999;
	white-space: nowrap;
}



.corp_in {
	margin: 5px 0 20px;
	padding: 10px 15px 0 0;
	/*padding-left: 20px;*/
	border-top: 3px solid #91AB23;
	/*background: url(../img/a.png) no-repeat;
	background-position: top;*/
	line-height: 1.9em;
	clear: both;
}
.corp_st {
	width: 200px;
	height: 30px;
	margin: 15px 0 0 20px;
	font-size: 18px;
	font-weight: bold;
	color: #91AB23;
	line-height: 50px;
	float: left;
}

.corp_btn {
	margin-bottom: 30px;
}
.corp_btn li {
	width: 150px;
	/*height: 60px;*/
	margin: 6.5px;
	text-align: center;
	line-height: 60px;
	background: #85AB27;
	color: #FFF;
	float: left;
	/*border: 1px solid red;検証用*/
	border-radius: 5px;
	-moz- border-radius: 5px;
	-webkit- border-radius: 5px;
	padding: .2em;
}
.corp_btn li a {
	color: #FFF;
	display: block;
}

.corp_in dl dt {
	margin-bottom: 25px;
	padding-left: 10px; 
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #333;
	clear: both;
}
.corp_in dl dd {
	padding: 10px 0 0 30px;
}

.corp_in dl dd ul {
	margin: 25px 0 0 25px;
}
.corp_in dd ul li {
	line-height: 1.9em;
}


.corp_in table {
	font-size: 16px;
}
.corp_in table tr td {
	padding: 15px 20px;
	white-space: nowrap;
}
.corp_in table tr th {
	width: 70%;
	padding: 10px 30px;
	text-align: right;
	/*white-space: nowrap;*/
}
.corp_in table tr:nth-child(even) th {
	background: #EAFBEA;
}
.corp_in table tr:nth-child(odd) th {
	background: #D8F7D7;
}
.corp_in table tr:nth-child(even) td {
	background: #F7FCF7;
}
.corp_in table tr:nth-child(odd) td {
	background: #EAFBEA;
}

.corp_in table tr td ul {
	margin: 0;
	font-size: 14px;
	text-align: left;
}

ol li {
	list-style-type: decimal;
}



.corp_in dl {
	margin-top: 50px;
}

.mrt {
	margin-right: 10px;
	padding: 10px 15px;
	display: inline-block;
	background: #6F8F21;
	color: #FFF;
	font-weight: bold;
	transform: rotate(-5deg);
}
.mrt_p {
	margin: 10px 0 0 25px;
	color: #6F8F21;
}


/*=====================
---費用について
=====================*/

#exp {
	width: 690px;
	margin-bottom: 5px;
	padding: 20px;
	background: #FAFCF1;
	border-radius: 8px;
	-moz- border-radius: 8px;
	-webkit- border-radius: 8px;
}
.exp_in {
	margin: 5px 0 20px;
	padding: 10px 15px 0 0;
	/*padding-left: 20px;*/
	border-top: 3px solid #91AB23;
	/*background: url(../img/a.png) no-repeat;
	background-position: top;*/
	line-height: 1.9em;
	clear: both;
}

.exp_st {
	width: 200px;
	height: 30px;
	margin: 15px 0 0 20px;
	font-size: 18px;
	font-weight: bold;
	color: #91AB23;
	line-height: 50px;
	float: left;
}

.exp_btn {
	margin-bottom: 30px;
}
.exp_btn li {
	width: 150px;
	/*height: 60px;*/
	margin: 6.5px;
	text-align: center;
	line-height: 60px;
	background: #85AB27;
	color: #FFF;
	float: left;
	/*border: 1px solid red;検証用*/
	border-radius: 5px;
	-moz- border-radius: 5px;
	-webkit- border-radius: 5px;
	padding: .2em;
}
.exp_btn li a {
	color: #FFF;
	display: block;
}
span.dash {
	display: block;
	/*padding: .5em 1em;*/
	border: 1px dashed #FFF;
}

.exp_in dl dt {
	margin-bottom: 25px;
	padding-left: 10px; 
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #333;
	clear: both;
}
.exp_in dl dd {
	padding: 10px 0 0 30px;
}

.exp_in dl dd ul {
	margin: 25px 0 0 25px;
}
.exp_in dd ul li {
	line-height: 1.9em;
}


.exp_in table {
	font-size: 16px;
}
.exp_in table tr td {
	padding: 15px 20px;
	white-space: nowrap;
}
.exp_in table tr th {
	width: 400px;
	padding: 10px 30px;
	text-align: right;
	white-space: nowrap;
}
.exp_in table tr:nth-child(even) td {
	background: #EAFBEA;
}
.exp_in table tr:nth-child(odd) td {
	background: #D8F7D7;
}
.exp_in table tr:nth-child(even) th {
	background: #F7FCF7;
}
.exp_in table tr:nth-child(odd) th {
	background: #EAFBEA;
}
.exp_in table tr td:last-child {
	padding-top: 20px;
	text-align: right;
	background: none;
}

.exp_in table tr td ul {
	margin: 0;
	font-size: 14px;
	text-align: left;
}





.exp_in dl {
	margin-top: 50px;
}




.exp_ex-div1 {
	/*width: 65%;*/
	margin: 0 0 30px!important;
	padding: 30px;
	border: 2px dashed #999;
	white-space: nowrap;
}
.exp_ex-ol1 {
	/*width: 65%;*/
	margin: 0 0 30px!important;
	padding: 30px;
	border: 2px dashed #999;
	white-space: nowrap;
}
.e7-tt {
	font-size: 25px;
	color: #6F8F21;
}
.bb {
	font-size: 40px;
	font-weight: bold;
	color: #6F8F21;
}



/*2016.07.29*/

.exp_l-st {
	margin: 50px 0 25px 0;
	font-size: 18px;
	font-weight: bold;
	color: #91AB23;
}


/*=====================
---報酬基準
=====================*/

#expex {
	width: 690px;
	margin-bottom: 5px;
	padding: 20px;
	background: #FAFCF1;
	border-radius: 8px;
	-moz- border-radius: 8px;
	-webkit- border-radius: 8px;
}
.expex_in {
	margin: 5px 0 20px;
	padding: 10px 15px 0 0;
	/*padding-left: 20px;*/
	border-top: 3px solid #91AB23;
	/*background: url(../img/a.png) no-repeat;
	background-position: top;*/
	line-height: 1.9em;
	clear: both;
}

.expex_st {
	width: 200px;
	height: 30px;
	margin: 15px 0 0 20px;
	font-size: 18px;
	font-weight: bold;
	color: #91AB23;
	line-height: 50px;
	float: left;
}

.expex_in dl {
	margin-top: 50px;
}
.expex_in dl dt {
	margin-bottom: 25px;
	padding-left: 10px; 
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #333;
	clear: both;
}
.expex_in dl dd {
	padding-top: 10px;
}
.expex_in table {
	width: 100%;
	font-size: 16px;
}
.expex_in table tr td {
	padding: 15px 30px;
	text-align: center;
	background: #F2FDEE;
	white-space: nowrap;
}
.expex_in table tr th {
	/*width: 400px;*/
	padding: 15px 20px;
	/*text-align: right;*/
	white-space: nowrap;
	background: #D8F7D7;
}
.expex_in table tr td ul {
	margin: 0;
	font-size: 14px;
	text-align: left;
}
.expex_in .th_p {
	background: #E6FBE6;
}
.expex_in .td_p {
	background: #F7FCF7;
}
.exp_in-tbl dl {
	margin-top: 100px;
}













/*.expex_ex-div1 {
	margin: 0 0 30px!important;
	padding: 30px;
	border: 2px dashed #999;
	white-space: nowrap;
}
.expex_ex-ol1 {
	margin: 0 0 30px!important;
	padding: 30px;
	border: 2px dashed #999;
	white-space: nowrap;
}*/



/*=====================
---アクセス
=====================*/

#access {
	width: 690px;
	margin-bottom: 5px;
	padding: 20px;
	background: #FAFCF1;
	border-radius: 8px;
	-moz- border-radius: 8px;
	-webkit- border-radius: 8px;
}
.access_in {
	margin: 5px 0 20px;
	padding: 10px 15px 0 0;
	/*padding-left: 20px;*/
	border-top: 3px solid #91AB23;
	/*background: url(../img/a.png) no-repeat;
	background-position: top;*/
	line-height: 1.9em;
}

.access_in dt {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #333;
}
.acc1 dt {
	margin-top: 50px;
	font-size: 16px;
	font-weight: bold;
}

#access .full dt {
	margin-top: 50px;
	color: #525255;
}

.ex2 {
	color: #F38907;
	font-size: 18px;
}

.loc_img {
	float: right;
	margin: 20px 0 20px 20px
}
.loc dt {
	border-bottom: 2px solid #91AB23;
}
	


/*=====================
---Q&A
=====================*/

#qa {
	width: 690px;
	margin-bottom: 5px;
	padding: 20px;
	background: #FAFCF1;
	border-radius: 8px;
	-moz- border-radius: 8px;
	-webkit- border-radius: 8px;
}
.qa_in {
	margin: 5px 0 20px;
	padding: 10px 15px 0 0;
	/*padding-left: 20px;*/
	border-top: 3px solid #91AB23;
	/*background: url(../img/a.png) no-repeat;
	background-position: top;*/
	line-height: 1.9em;
}

.qa_st {
	margin-top: 15px;
	font-size: 18px;
	font-weight: bold;
	color: #0071BC;
}

.qa_in dl {
	margin-top: 50px;
}
.qa_in dl dt:first-letter {
	font-size: 22px;
	font-weight: normal;
}
.qa_in dl dt {
	padding: 0 0 5px 10px; 
	font-weight: bold;
	border-bottom: 1px solid #333;
}

.qa_in dl dd:first-letter {
	font-size: 22px;
	font-weight: bold;
	color: #C00;
}
.qa_in dl dd {
	padding: 10px 0 0 30px;
}

.qa_in dl dd ul {
	margin-left: 25px;
}




/*=====================
---お問合せ
=====================*/

#con {
	width: 690px;
	margin-bottom: 5px;
	padding: 20px;
	background: #FAFCF1;
	border-radius: 8px;
	-moz- border-radius: 8px;
	-webkit- border-radius: 8px;
}
.con_in {
	margin: 5px 0 20px;
	padding: 10px 15px 0 0;
	/*padding-left: 20px;*/
	border-top: 3px solid #91AB23;
	/*background: url(../img/a.png) no-repeat;
	background-position: top;*/
	line-height: 1.9em;
}





.con_btn {
	width: 45%;
	height: 90px;
	margin: 55px 0;
	padding: .2em .2em .3em;
	/*padding: 15px;*/
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background: #85AB27;
	line-height: 90px;
	/*border: 1px solid #333;*/
	border-radius: 5px;
	-moz- border-radius: 5px;
	-webkit- border-radius: 5px;
	/*float: left;*/
}
.con_btn a {
	display: block;
	color: #FFF;
}
.con_btn2 {
	width: 100%;
	height: 90px;
	margin: 25px 0;
	padding: .2em .2em .3em;
	/*padding: 15px;*/
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background: #85AB27;
	line-height: 90px;
	/*border: 1px solid #333;*/
	border-radius: 5px;
	-moz- border-radius: 5px;
	-webkit- border-radius: 5px;
	/*float: left;*/
	clear: both;
}
.con_btn2 a {
	display: block;
	color: #FFF;
}

.con_btn:nth-child(odd) {
	margin-right: 15px;
	float:left;
}
.con_btn:nth-child(even) {
	margin-left: 15px;
	float: right;
}

.con_in dl {
	margin-top: 50px;
}
.con_in dl dt:first-letter {
	font-size: 22px;
	font-weight: normal;
}
.con_in dl dt {
	padding: 0 0 5px 10px; 
	font-weight: bold;
	border-bottom: 1px solid #333;
}

.con_in dl dd:first-letter {
	font-size: 22px;
	font-weight: bold;
	color: #C00;
}
.con_in dl dd {
	padding: 10px 0 0 30px;
}

.con_in dl dd ul {
	margin-left: 25px;
}


.cont_a {
	width: 95%;
	margin: 35px auto 0;
	padding: 15px;
	background: #A8C6ED;
	border-radius: 5px;
	-moz- border-radius: 5px;
	-webkit- border-radius: 5px;
}
.cont_a a {
	display: block;
	color: #235CA9;
	font-size: 17px;
	font-weight: bold;
}
.cont_a a:hover {
	opacity: 0.8;
}




/*---------------
予約・問い合わせ
---------------*/

#con table{
	width: 640px;
	margin: 30px 0 5px;/*spは左右auto*/
	padding: 20px;
	background: #FFF;
	border-radius: 8px;
	-moz- border-radius: 8px;
	-webkit- border-radius: 8px;
}
#con table tr {
}
#con table tr th {
	padding: 25px 0;
	vertical-align: top;
}
#con table tr:nth-child(odd) th {
	background: #EAF0FB;
}
#con table tr:nth-child(even) th {
	background: #D7E3F7;
}
#con table tr td {
	padding: 25px;
	/*vertical-align: top;*/
}
#con table tr:nth-child(odd) td {
	background: #F7F9FD;
}
#con table tr:nth-child(even) td {
	background: #EAF0FB;
}

#con table input[type="text"], #con table input[type="tel"], #con table input[type="time"] {
	width: 80%;
	padding: 7px 0;
}
#con table textarea {
	width: 80%;
}
#con table select {
	/*width: 2em;*/
	padding: 7px;
}

/*2016.07.08*/
.about_hp {
	margin-top: 50px;
}
.about_hp h4 {
	font-size: 30px;
}

.about_hp dl {
	margin-top: 50px;
}
.about_hp dl dt:first-letter {
	font-size: 100%;
	font-weight: normal;
}
.about_hp dl dt {
	padding: 0 0 5px 10px; 
	font-weight: normal;
	font-size: 18px;
	border-bottom: 1px solid #333;
}

.about_hp dl dd:first-letter {
	font-size: 100%;
	font-weight: normal;
	color: #333;
}
.about_hp dl dd {
	padding: 10px 0 0 110px;
}

.about_hp dl dd ol {
	margin-left: 25px;
}



/*2016.08.02*/
.prv {
	margin-top: 50px;
}
.prv h4 {
	padding-left: 0.5em;
	font-size: 30px;
}


.prv ol {
	margin: 30px 0 0 25px;
}
.prv ol li {
	margin-top: 35px;
}
.prv ol li ul li {
	margin-top: 10px;
	list-style: none;
}

.prv_d {
	margin-top: 30px;
}




.s_btn {
	width: 120px;
	height: 45px;
	margin: 2.5em 0 0 3em;
	color: #FFF;
	background: #85AB27;
	border: none;
	outline: none;
}
.s_btn:hover {
	color: #789C23;
	background: #B1E254;
}
.b_btn {
	width: 120px;
	height: 45px;
	margin-top: 30px;
	color: #FFF;
	background: #68caff;
	border: none;
	outline: none;
}
.b_btn:hover {
	color: #0099EC;
	background: #B5E6FF;
}
input[type="text"] {
	-webkit- appearance: none;
}


.tk {
	padding: 1.5em;
}
.tk p {
	margin: 0.5em 0;
}
.tk p:last-child {
	margin-top: 2.5em;
}

.top_btn {
	/*width: 300px;*/
	margin-top: 3em;
	text-align: center;
}
.top_btn a {
	/*width: 200px;
	margin-top: 3em;
	padding: 1.5em 3em;*/
	padding: 1.5em 3em;
	color: #FFF;
	background: #85AB27;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.top_btn a:hover {
	color: #789C23;
	background: #B1E254;
}














.fix {
	position: fixed!important;
	top: 0!important;
	left: 0;
	width: 100%;
	background-color:#FFF!important;
	transition-duration:0s;
}

.big {
	font-size: 22px;
}
.fs18{font-size: 18px!important;}
.sp_tbl {
	display: none;
}

/*---gotop_btn---------*/

#page-top {
	z-index:15000;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 70%;
	font-family: "Times New Roman", Times, serif;
}

/*a#page-top {
	background: rgba(145,171,35,0.8);
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 20px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}*/
