@charset "utf-8";

/* Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0px;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}

body {
line-height: 1;
}

ol, ul {
list-style: none;
}

a:focus {
outline: none;
}

blockquote, q {
quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

body {
	-webkit-text-size-adjust: 100%;	
	min-width:1040px;
}



/* 全体の設定
---------------------------------------------------------------------------*/
html, body {
background: #fff;
}

body, input, select, textarea {
color: #333;
font-family: Arial, "Helvetica", "メイリオ", Meiryo, YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, sans-serif;
font-size: 14px;
font-weight: 100;
line-height: 1.6em;
}

a {
color: #000;
text-decoration: none;
}

a:hover {
color: #000;
}

strong, b {
color: #000;
font-weight: bold;
}

em, i {
font-style: italic;
}

h1 {
color: #000;
font-weight: 300;
margin: 0;
}

h2, h3, h4, h5, h6 {
color: #000;
font-weight: 300;
margin: 20px 0 20px 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
color: inherit;
border: 0;
}

.clear {
clear: both;
}

.cf:after {
content: "."; 
display: block;
height: 0; 
clear: both; 
visibility: hidden;
font-size:0.1em;
line-height:0;
}

a img:hover {
filter: alpha(opacity=75);
opacity: 0.75;
}



.sp {
display: none;
}



/* レイアウト
---------------------------------------------------------------------------*/
#wrapper {
width:1000px;
margin:30px auto 0;
}

#side_contents {
	float: left;
	width: 240px;
}

#main_contents {
width: 730px;
float: right;
}



/* ヘッダー
---------------------------------------------------------------------------*/
#header {
	width: 100%;
	height: 168px;
	line-height: 1;
}

#header .inner {
position: relative;
width: 1000px;
margin: 0 auto;
}



#header h1 {
position: absolute;
top: 25px;
left: 80px;
font-size: 24px;
font-weight: bold;
}

#header .name {
position: absolute;
top: 62px;
left: 82px;
}


#header .name a:hover {
filter: alpha(opacity=75);
opacity: 0.75;
}

#header .logo {
	position: absolute;
	top: 25px;
	left: 0;
}

#header .h_nav li.address {
position: absolute;
top: 30px;
right: 0;
font-size: 12px;
}

#header .h_nav li.contact_pic {
	position: absolute;
	top: 40px;
	right: 450px;
}

#header .h_nav li.tel {
	position: absolute;
	top: 50px;
	right: 230px;
}

#header .h_nav li.contact {
position: absolute;
top: 50px;
right: 0;
}

#header #nav {
position: absolute;
top: 115px;
left: 3px;
}

#header #nav ul {
display: block;
width: 995px;
margin: 0 auto;
font-size: 0;
}

#header #nav ul li {
	display: inline-block;
	width: 141px;
	margin: 0;
	font-size: 14px;
	text-align: center;
	border-left: 1px solid #ccc;
}

#header #nav ul li:last-child {
	border-right: 1px solid #ccc;
}

#header #nav ul li a {
	display: block;
	padding: 10px 0;
	color: #000;
}

#header #nav ul li a:hover {
filter: alpha(opacity=70);
opacity: 0.7;
}



/* フッター
---------------------------------------------------------------------------*/
#footer {
background: #000;
width: 100%;
margin: 0 auto;
padding: 0;
color: #fff;
font-size: 13px;
text-align: left;
line-height: 1.5;
}

#footer .inner {
width: 1000px;
margin: 0 auto;
}

.footer_l {
	float: left;
	width: 600px;
	margin: 5px 0;
	padding-left: 20px;
}

.footer_l .name {
padding: 3px 0 0 0;
font-size: 24px;
font-weight: bold;
line-height: 1.3;
vertical-align: top;
}

.footer_l .name a {
color: #fff;
}

.footer_l .name a:hover {
filter: alpha(opacity=75);
opacity: 0.75;
}

.footer_l img {
float: left;
padding: 0 18px 0 0;
}

.footer_l .desc {
padding: 0;
}

.footer_l .address {
padding: 18px 0 0 0;
}

.footer_r {
	float: right;
	width: 300px;
	margin: 25px 0 0 0;
	text-align: right;
}

ul.f_nav {
float: left;
width: 110px;
margin: 0;
padding: 0;
font-size: 13px;
text-align: left;
vertical-align: top;
}

ul.f_nav02 {
float: left;
width: 140px;
margin: 0;
padding: 0;
font-size: 13px;
text-align: left;
vertical-align: top;
}

ul.f_nav li, ul.f_nav02 li {
padding: 0;
}

ul.f_nav li a, ul.f_nav02 li a {
color: #fff;
}

ul.f_nav li a:hover, ul.f_nav02 li a:hover  {
filter: alpha(opacity=70);
opacity: 0.7;
}

ul.f_nav li.cat, ul.f_nav02 li.cat {
font-size: 14px;
font-weight: bold;
padding: 0 0 18px 0;
}

#footer .copyright {
width: 100%;
color: #fff;
font-size: 12px;
padding: 40px 0 10px;
text-align: center;
}

#pagetop {
position: fixed;
bottom: 35px;
right: 70px;
z-index: 100;
}

#pagetop:hover {
filter: alpha(opacity=80);
opacity: 0.8;
}



/* サイドコンテンツ
---------------------------------------------------------------------------*/
#side_contents h3 {
height: 46px;
margin: 0;
padding: 0;
}

.side_menu {
margin: 0 0 20px 0;
padding: 0;
border-top: 0px solid #ccc;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
}

.side_menu li {
border-bottom: 1px solid #ccc;
}

.side_menu li a {
display: block;
padding: 12px 18px;
}

.side_menu li a:hover {
filter: alpha(opacity=70);
opacity: 0.7;
}

.side_bnr {
	margin: 0 0 20px 0;
	color: #FFF;
}

.side_bnr li{
	margin-bottom: 5px;
}

.side_bnr li.adj {
padding: 10px 0 0 0;
}

.side_frame {
border: 1px solid #ccc;
padding: 9px;
}

.side_frame p.desc {
font-size: 13px;
line-height: 1.25;
padding: 7px 0 10px;
}

.side_frame p.address {
font-size: 11px;
line-height: 1.25;
padding: 7px 0 10px;
}



/* スライド
---------------------------------------------------------------------------*/
#keyimg {
  min-width: 1000px;
  overflow: hidden;
}
#keyimg .bx-viewport {
  background: transparent !important;
  border: 0;
  overflow: visible !important; //両サイドが表示される
  height: 498px !important;
  //z-index: 1; //スマホやタブレットでスワイプできないときに指定
}
.bx-wrapper .bx-prev {
  left: -50px !important;
}
.bx-wrapper .bx-next {
  right: -50px !important;
}



/* メインコンテンツ
---------------------------------------------------------------------------*/
section.top_cont {
width: 100%;
background: #e3e5e6;
margin: -7px auto 60px;
padding: 0;
}

section.top_cont .inner {
position: relative;
width: 1000px;
margin: 0 auto;
}

section.top_cont h2 {
padding: 60px 0 40px 0;
text-align: center;
line-height: 1;
}

section.top_cont p {
padding: 0 0 60px 0;
font-size: 14px;
text-align: center;
}

.top_bnr {
display: block;
padding: 0 0 60px 0;
font-size: 0;
}

.top_bnr li {
display: inline-block;
width: 33.33%;
text-align: center;
}


section.access_cont {
	width: 100%;
	margin: 0px auto 0px;
	padding: 0;
	background-color: #EBE5E5;
}

section.access_cont .inner {
width: 1000px;
margin: 0 auto;
}

.map_box {
	float: left;
	width: 600px;
	padding: 40px 0;
}

.access_box {
	float: right;
	width: 360px;
	padding: 70px 0 40px 0;
	text-align: center;
}

.access_box p.adj {
padding: 15px 0 25px;
}

.access_tel {
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
	margin: 20px 0 15px;
	padding: 15px 0 20px;
	text-align: left;
}

.news_list {
padding: 0 0 5px 20px;
}

.line {
border-bottom: 1px solid #ccc;
}

.bg {
background: #e3e5e6;
margin: 15px 0 30px;
padding: 20px 25px;
}

.service_box {
float: left;
width: 340px;
}

.service_box li {
margin 0 0 20px 0;
clear: both;
}

.service_box li h3 {
font-size: 15px;
font-weight: bold;
padding: 8px 0 16px 0;
}

.service_box li p {
font-size: 13px;
}

.service_box li img {
padding: 0 15px 15px 0;
}

.cont_bnr {
display: block;
padding: 0 0 60px 0;
font-size: 0;
}

.cont_bnr li {
display: inline-block;
width: 33.33%;
text-align: center;
}

.access_btn {
	position: relative;

}

.access_btn01 {
position: absolute;
top: 42px;
left: 0px;
z-index: 2;
}

.access_btn02 {
position: absolute;
top: 42px;
left: 188px;
z-index: 2;
}

.acscess_btn{
	position:absolute;
}

.access_btn03 {
position: absolute;
top: 42px;
left: 303px;
z-index: 2;
}



/* NEWS */
.news_box {
width: 100%;
margin: 0 auto;
}

dl.news{
font-size: 13px;
line-height: 1.8;
}

dl.news:first-of-type {
border-top: 1px solid #ccc;
}

dl.news:last-of-type {
margin-bottom: 0px;
}

dl.news:after {
content: "."; 
display: block;
height: 0; 
clear: both; 
visibility: hidden;
font-size:0.1em;
line-height:0;
}

dl.news dt {
float: left;
width: 90px;
padding: 20px 0 20px 10px;
}

dl.news dd {
float: left;
width: 630px;
padding: 20px 0;
}

dl.news dd a {
text-decoration: underline;
}

dl.news dd a:hover {
text-decoration: none;
}



/*　下層ページ
---------------------------------------------------------------------------*/
h3.tit01 {
	color: #aa3836;
	font-size: 20px;
	font-weight: bold;
	margin: 15px 0 0px 0;
	padding: 10px 0px;
	border-bottom: 2px dotted #aa3836;
}

h3.tit01 span {
padding: 2px 0 2px 5px;
border-left: 8px solid #aa3836;
}

h4.tit01 {
	margin: 15px 0 15px 0;
}


h4.tit01 span {
	background: #aa3836;
	color: #fff;
	font-size: 16px;
	padding: 10px;
}

.c-table {
width: 100%;
text-align: center;
margin: 10px 0;
}

.c-table th {
background-color: #e4e4e4;
width: 16.666%;
font-weight: bold;
padding: 10px 0;
border: 1px solid #fff;
}

.c-table th:nth-of-type(1)  {
background-color: #e5f1f8;
}

.c-table td {
background-color: #f1f1f1;
padding: 10px;
border: 1px solid #fff;
}

p.carsta_bnr {
text-align: center;
margin: 0 0 40px 0;
}

p.carsta_bnr img {
-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}

p.eucaly_btn {
text-align: center;
margin: 0 0 40px 0;
}

p.eucaly_btn img {
-moz-border-radius: 40px; 
-webkit-border-radius: 40px;
border-radius: 40px; 
-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}

p.cap {
font-size: 80%;
}

p.txt01 {
	padding: 20px 0 20px 0;
}

.link {
color: #000;
text-decoration: underline;
}

.bnr li {
float: left;
margin: 0 0 30px 0;
padding: 0 5px;
}

.frame {
border: 1px solid #ddd;
margin: 20px 0;
padding: 20px 20px 0;
}

.frame h3 {
font-size: 16px;
font-weight: bold;
padding: 0 0 5px 0
}

.frame p {
margin: 0 0 20px 0;
}

.frame p span {
font-size: 110%;
font-weight: bold;
}

section.ths_cont {
width: 700px;
margin: 60px auto;
}

section.ths_cont p {
font-size: 14px;
padding: 0 0 15px 0;
color: #555;
text-align: center;
line-height: 2;
}

section.ths_cont p a {
color: #555;
}

section.ths_cont p a:hover {
color: #888;
}



/* タブ
---------------------------------------------------------------------------*/
.tab {
overflow:hidden;
width: 100%;
height: 60px;
margin: 30px 0 0;
font-size: 14px;
}

.tab li {
float:left;
width: 20%;
background:#e5f1f8;
padding:24px 0;
color: #0076bd;
text-align: center;
line-height: 1.2;
}

.tab li:nth-child(4) {
padding:15px 0;
}

.tab li:nth-child(5) {
padding:15px 0;
}

.tab li.select {
background:#0076bd;
color: #fff;
}

.content li {
background:#fff; 
padding:20px;
}

.content li h3 {
font-size: 20px;
font-weight: bold;
padding: 0 0 5px 0
}

.hide {
display:none;
}



/* フォーム
---------------------------------------------------------------------------*/
.formtable {
width: 100%;
margin: 20px 0 30px;
}

.formtable th,
.formtable td {
vertical-align: middle;
font-weight: normal;
text-align: left;
border-bottom: 1px dotted #ddd;
}

.formtable th {
width: 25%;
padding: 15px 10px;
}

.formtable td {
width: 75%;
padding: 15px 10px;
}

span.hissu {
color: #fff;
font-size: 10px;
text-align: center;
margin: 0 10px 0 0;
padding: 2px 4px;
background: #e8192d;
}

input,
textarea,
select {
font-size: 14px;
font-family: inherit;
padding: 10px 15px;
border: 1px solid #ddd;
}

input[type="radio"] {
margin-right: 10px;
border: none;
}

input[type="text"] {
width: 95%;
-webkit-box-sizing:border-box;
box-sizing: border-box;
}

textarea {
width: 90%;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
opacity: 0.7;
}

input::-webkit-input-placeholder {
color: #999;
font-weight: normal;
}

input:-ms-input-placeholder {
color: #999;
font-weight: normal;
}

input::-moz-placeholder {
color: #999;
font-weight: normal;
}

.btn-submit {
text-align: center;
margin: 30px 0;
}



/*　その他
---------------------------------------------------------------------------*/
.scroll > a {
display: block; 
padding-top: 120px; 
margin-top: -120px;
}

p.center {
text-align: center;
}

img.float_l {
float: left;
padding: 0 15px 0 0;
}

img.float_r {
float: right;
padding: 5px 5px 10px;
}

.mb40 {
margin-bottom: 40px;
}

.pd01 {
padding: 0 0 60px 0;
}


section{
	margin: 0px 0px 20px 0px;
}

.left{
float:left;
margin-right:20px;
}

.right{
float:right;	
margin-left:20px;
}

.border{
border:1px solid #999;	
}

.tab2 li{
width:33.3%;	
}

.content .tit01{
margin:20px 0px;	
}

.content h4{
font-weight:bold;
font-size:150%;	
line-height:170%;
}

.c-table em{
color:#cc0235;
font-weight:bold;
font-size:120%;	
}

.margin20{
margin:40px 0px 20px 0px;	
}

.ptittle01{
background-color:#E7ECF3;
font-weight:bold;
font-size:120%;	
padding:20px;
}

.c-table2 td{
text-align:left;	
}


/*-------------------------------------------

sale

-------------------------------------------*/

.sale table{
border-spacing: 8px 0;
border-collapse: separate;
border-bottom:dotted 2px #666;
margin:0px 0px 40px 0px;
}


.sale table td{
	vertical-align:top !important;	
	margin:10px !important;
	padding:10px;
	border-collapse: separate;
	border-spacing: 10px 0 !important;
}

.tittle01{
	font-weight:bold;	
}

.tittle02{
	font-weight:bold;
	text-decoration:underline;
	color:#2b006b;
	font-size:20px;
	line-height:150%;
}

.tittle03{
	text-align:center;
	margin:0px;
	border:1px solid #ccc;
	background-color:#fff;
}


.tittle04{
	text-align:center;
	border-top:7px solid #C93;
	margin:10px;
	
}

.tittle04 span{
	font-size:25px;
	color:#c93;
	font-weight:bold;
}

.tittle04_2{
	text-align:center;
	border-top:7px solid #ccc;
	margin:10px;
	
}

.tittle04_2 span{
	font-size:25px;
	font-weight:bold;
}

.p03{
	text-align:center;
	font-weight:bold;	

}


.sale table:hover{
	background-color:#DDD!important;	
}

.sale2 table:hover{
	background-color:#fff!important;	
}

.sale2 .left1{
	float:left;
	width:50%;	
}

.sale2 .right1{
	float:right;
	width:48%;	
}

.salecontact{
	border:3px solid #D8D8D8;
	padding:20px;
	line-height:160%;	
}

.salecontact h2{
	font-weight:bold;
	border-left:3px solid #ff6010;	
	padding-left:10px;
	margin-bottom:10px;
}

.salecontact .tel{
	line-height: 1;
    color: #ff6010;
    font-size: 30px;
    font-weight: 700;
	margin-bottom:20px;	
}

.salecontact .itiran a{
	margin-top:20px;	
	color:#ff6010;
}

.sale .img{
	float:left;
	margin:10px;
	width:80px;	
	height:53px;
	overflow:hidden;
    position:relative;
}

.sale .img img{
    position: absolute;
    left: -100%;
    right: -100%;
    margin: auto;
    width: 100%;
    height: auto;
}


.c-table th ,.c-table td{
	vertical-align:middle;	
}


.news_box table{
	border:	#159e49 1px solid;
	margin-top:10px;
}

.news_box td{
	text-align:center;
	padding:10px 0px;	
}

.news_box .td01{
	border-right:1px solid #ccc;	
}

.news_box .td02{
	border-bottom:1px solid #ccc;	
}

.news .inner h2{
	border-bottom:1px dotted #666;	
}

.access_tel p{
	border: 10px;

}

.accesstel_01{
	margin:20px 0px 0px 0px;	
}

.footer_l li{
	display:inline;	
	border-left:1px solid #fff;
	padding:0px 10px; 
}

.footer_l li:first-child{
	border:none;
}


/*-------------------------------------------

greeting

-------------------------------------------*/

.greeting{
	background-image:url(../img/greeting_bg.jpg);
	height:650px;	
	background-repeat:repeat-x;
	background-position:center;
	margin:0;
	position:relative;
}

section.greeting .inner {
	width: 1000px;
	margin: 0 auto;
}

.greeting h2{
	position:absolute;
	top:40px;	
}

.greeting .p_greeting01{
	position:absolute;
	top:250px;	
}

.greeting .p_greeting02{
	position:absolute;
	top:520px;	
}

footer a:hover{
	color:#fff;	
}

footer a{
	color:#fff;	
}

.news_h3{
	margin:10px 0;	
}

.table_01{
	color:#333;	
}

.table_01 th{
	background-color:#dcdcdc;
	font-weight:bold;
}

.table_01 td{
	text-align:left;
	padding-left:30px;
	padding-right:30px;
}



/*-------------------------------------------

achievement

-------------------------------------------*/

.achievement{
	background-image: url(../img/achievement_12.jpg);
	height: 446px;
	background-repeat: repeat-x;
	background-position: center;
	margin: 0;
	position: relative;
}

section.achievement .inner {
	width: 1000px;
	margin: 0 auto;
}

.achievement h2{
	position:absolute;
	top:110px;	
}

.h3_bold {
    font-weight: bold;
    margin: 40px 0px 0px 0px;
    font-size: 22px;
}

form{
	margin-bottom:40px;	
}


/*-------------------------------------------

agency

-------------------------------------------*/

.agency{
	background-image: url(../img/agency_06.jpg);
	height: 446px;
	background-repeat: repeat-x;
	background-position: center;
	margin: 0;
	position: relative;
}

section.agency .inner {
	width: 1000px;
	margin: 0 auto;
}

.agency h2{
	position:absolute;
	top:180px;	
}

.main_contents{
	width:100%!important;	
}

.table_01 td,.table_01 th{
	padding-top:20px;	
	padding-bottom:20px;	
}

.table_02{
	margin-bottom:20px;	
}

.table_02 th{
	text-align:left;
	padding:10px 20px;	
}

.ul_contents li{
	font-weight:bold;
	font-size:18px;	
	display:inline;
	margin-right:10px;
}

.blue_tittle{
	background-color:#295caa;
	width:100%;
	color:#fff;
	padding:10px 30px;	
	font-weight:bold;
	box-sizing:border-box;
	margin-bottom:20px;
}

.nagare .nagare01{
	position:absolute;
}

.nagare .nagare02{
	position:absolute;
	right: 0;
}

.nagare{
	background-image:url(../img/agency_19.jpg);
	background-repeat:no-repeat;
	background-position:center top;	
	position:relative;
	height:1290px;
}

.merito li{
	display:inline;
}

.merito p{
	margin:20px 10px;	
}

.td03{
	background-color:#fff !important;	
}

.td04{
	background-color:#159e49  !important;	
}


.td05{
	background-color:#FFFBC7 !important;	
}

.h3_bold2{
	font-size:	30px;
	color:#009242;
	font-weight:bold;
}

.p_bold2{
	font-size:18px;
	font-weight:bold;
	margin:20px;	
}

.p_normal2{
	font-size:13px;
	margin:20px;
}

