@charset "utf-8";
/* CSS Document */


/* -------------------------------
 *
 * Base style
 *
 ------------------------------ */

body {
	margin:0;
	padding:0;
	color:#000;
	font-family:"メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Verdana", "Arial", "Helvetica", sans-serif;
	font-size:12px;
	line-height:1.8;
	background:#fcfbfb;
}
/* pc/sp */
#spLinkBlockInPc{
	display:none;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0; padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}

ol, ul, li{
	list-style:none;
}
fieldset {
	border:0;
}
table {
	border-collapse: collapse;
	border-spacing:0;
}
caption, th {
	text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
article, aside, figure, figcaption, details, footer, header, hgroup, nav, section, summary {
	display:block;
}
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

/* CLEAR FIX */
.clear { clear:both; }
.clearFix { /* overflow:hidden; */ }
.clearFix::after { display:block; clear:both; height:0; visibility:hidden; content:"."; zoom:1; }
.clr { height: 0px; _height: 1px; overflow: hidden; clear: both; }


a:focus { outline:none; }
div:focus { outline:none; }
img { width:auto; max-width:100%; height:auto; }

/*---自動拡大停止---------*/
html {-webkit-text-size-adjust:100%;}


/*
a:link{
	color:#000;
	text-decoration:none;
}
a:visited{
	color:#000;
	text-decoration:none;
}
*/
a:link{
	color:#000;
	text-decoration:underline;
}
a:visited{
	color:#000;
	text-decoration:underline;
}
a:hover,
a:active,
a:focus{
	color:#af9445;
	text-decoration:underline;
}
:lang(ch){
	font-family: simsun;
}
/* Multimedia */
img{
	border:0;
	vertical-align:bottom;
}
/* Form */
form {
	margin:0;
	padding:0;
}
input,
textarea,
select,
button{
	font-family:"メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Verdana", "Arial", "Helvetica", sans-serif;
	font-size:12px;
	color:#333;
	border:none;
}
label{
cursor:pointer;
}
/* HTML5 elements */
header, footer, article, section, nav, aside, small, hgroup, figure, figcaption {
	display:block;
}

/* フロート
--------------------------------------------------*/
.fl{ float:left; }
.fr{ float:right; }
.fClear{ clear:both; }


/* テキストの位置
--------------------------------------------------*/
.alignC{ text-align:center; }
.alignL{ text-align:left; }
.alignR{ text-align:right; }
.verticalM{ vertical-align:middle; }
.line2 { line-height:3.0; }

/* テキストの書式
--------------------------------------------------*/
.txt01 { line-height:2.0; font-size:14px; }

/*　フォント
--------------------------------------------------*/
.fwb { font-weight:bold; }
.f10 { font-size:10px; }
.f14 { font-size:14px; }
.f14b { font-size:14px; font-weight:bold; }
.f16 { font-size:16px; }
.f16b { font-size:16px; font-weight:bold; }
.f18 { font-size:18px; }

.red { color:#bd0624; }
.redB { color:#bd0624; font-weight:bold; }

/* 余白
--------------------------------------------------*/
.mb0{ margin-bottom:0; }
.mb05 {margin-bottom:5px; }
.mb10{ margin-bottom:10px; }
.mb15{ margin-bottom:15px; }
.mb20{ margin-bottom:20px; }
.mb30{ margin-bottom:30px; }
.mb40{ margin-bottom:40px; }
.mb50{ margin-bottom:50px; }
.mb70{ margin-bottom:70px; }
.mb300{ margin-bottom:300px; }

.mr05{ margin-right:5px; }
.mr10{ margin-right:10px; }
.mr13{ margin-right:13px; }
.mr15{ margin-right:15px; }
.mr20{ margin-right:20px; }
.mr30{ margin-right:30px; }
.mr40{ margin-right:40px; }
.mr50{ margin-right:50px; }

.ml10{ margin-left:10px; }
.ml20{ margin-left:20px; }
.ml30{ margin-left:30px; }
.ml40{ margin-left:40px; }
.ml50{ margin-left:50px; }

.mt0{ margin-top:0; }
.mt5{ margin-top:5px; }
.mt10{ margin-top:10px; }
.mt20{ margin-top:20px; }
.mt30{ margin-top:30px; }
.mt40{ margin-top:40px; }
.mt50{ margin-top:50px; }

.mlr0{ margin-left:0; margin-right:0; }
.mlr10{ margin-left:10px; margin-right:10px; }

.mlr20{ margin-left:20px; margin-right:20px; }
.mlr30{ margin-left:30px; margin-right:30px; }
.mlr40{ margin-left:40px; margin-right:40px; }
.mlr50{ margin-left:50px; margin-right:50px; }

.pb0{ padding-bottom:0; }
.pb5{ padding-bottom:5px; }
.pb10{ padding-bottom:10px; }
.pb20{ padding-bottom:20px; }
.pb30{ padding-bottom:30px; }
.pb40{ padding-bottom:40px; }
.pb50{ padding-bottom:50px; }

.pr10{ padding-right:10px; }
.pr20{ padding-right:20px; }
.pr30{ padding-right:30px; }
.pr40{ padding-right:40px; }
.pr50{ padding-right:50px; }

.pl10{ padding-left:10px; }
.pl20{ padding-left:20px; }
.pl30{ padding-left:30px; }
.pl40{ padding-left:40px; }
.pl50{ padding-left:50px; }

.pt0{ padding-top:0; }
.pt10{ padding-top:10px; }
.pt20{ padding-top:20px; }
.pt30{ padding-top:30px; }
.pt40{ padding-top:40px; }
.pt50{ padding-top:50px; }

.plr0{ padding-left:0; padding-right:0; }
.plr10{ padding-left:10px; padding-right:10px; }
.plr20{ padding-left:20px; padding-right:20px; }
.plr30{ padding-left:30px; padding-right:30px; }
.plr40{ padding-left:40px; padding-right:40px; }
.plr50{ padding-left:50px; padding-right:50px; }




/* header */
header#top {
	background:url(../img/bg-header.gif) repeat-x;
	height:153px;
 }
header#header-bg {
	background:url(../img/bg-header02.gif) repeat-x;
	height:153px;
}
header h1 {
	color:#FFF;
	text-align:center;
}
#header-inner {
	width:1000px;
	margin:0 auto;
	text-align:left;
}
#headerarea {
	margin-top:5px;
	width:257px;
	float:right;
}
ul#header-menu {
	width:210px;
	float:right;
	margin-top:20px;
}
ul#header-menu li {
	display:inline;
}
#hm01 {
	padding:0 45px 0 25px;
	background:url(../img/icon-company.gif) no-repeat;
}
#hm02 {
	padding-left:25px;
	background:url(../img/icon-mail.gif) no-repeat;
}
#header-inner #logo {
	width:223px;
	margin:5px auto 0;
}


/* gnavi */
#gnaviarea {
	background:url(../img/bg-gnavi.gif) repeat-x;
	height:60px;
}
ul#gnavi {
	width:1000px;
	margin:0 auto;
}
ul#gnavi li a,
ul#gnavi li span{
	display:block;
	float:left;
	text-indent:-9999px;
	height:60px;
}
#gnavi01 a { display:block; width:167px; background:url(../img/gnavi01.png) no-repeat; }
#gnavi02 a { display:block; width:166px; background:url(../img/gnavi02.png) no-repeat; }
#gnavi03 a { display:block; width:167px; background:url(../img/gnavi03.png) no-repeat; }
#gnavi04 a { display:block; width:167px; background:url(../img/gnavi04.png) no-repeat; }
#gnavi05 a { display:block; width:167px; background:url(../img/gnavi05.png) no-repeat; }
#gnavi06 > a { display:block; width:166px; background:url(../img/gnavi06.png) no-repeat; }

#gnavi01 a:hover { display:block; width:167px; background:url(../img/gnavi01-on.png) no-repeat; }
#gnavi02 a:hover { display:block; width:166px; background:url(../img/gnavi02-on.png) no-repeat; }
#gnavi03 a:hover { display:block; width:167px; background:url(../img/gnavi03-on.png) no-repeat; }
#gnavi04 a:hover { display:block; width:167px; background:url(../img/gnavi04-on.png) no-repeat; }
#gnavi05 a:hover { display:block; width:167px; background:url(../img/gnavi05-on.png) no-repeat; }
#gnavi06 > a:hover { display:block; width:166px; background:url(../img/gnavi06-on.png) no-repeat; }

#gnavi06 {
	position: relative;
	height: 60px;
	overflow: hidden;
}
#gnavi06:hover {
	overflow: visible;
}
#gnavi06 ul.gnavi_sub {
	position: absolute;
	display: block;
	top: 60px;
	right: 0;
	z-index: 10;
	opacity: 0.3;
	transition-property: all;
	transition-duration: 0.3s;
}
#gnavi06:hover ul.gnavi_sub {
	opacity: 1;
}
#gnavi06 ul.gnavi_sub li {
	background-color: #c2a030;
}
#gnavi06 ul.gnavi_sub li a {border-bottom: #fff dashed 1px;}
#gnavi06 ul.gnavi_sub li:last-child a {border-bottom: none;}
#gnavi06 #gnavi06_sub01 a { display:block; width:166px; height: 52px; background:url(../img/gnavi06_sub01.png) no-repeat; }
#gnavi06 #gnavi06_sub02 a { display:block; width:166px; height: 52px; background:url(../img/gnavi06_sub02.png) no-repeat; }
#gnavi06 #gnavi06_sub03 a { display:block; width:166px; height: 52px; background:url(../img/gnavi06_sub03.png) no-repeat; }
/* contents */
#contents {
	width:1000px;
	margin:50px auto 100px auto;
}

/* main */
#main {
	width:690px;
	float:left;
}

#main h2 {
	font-size: 18px;
    padding: 1%;
    height: 40px;
    line-height: 1.5;
	border: 2px #000 solid;
}

dl {
	margin:3%;
}
dt {
	float: left;
}
dd {
    width: 100%;
    padding-bottom: 3px;
    border-bottom: 1px #ccc solid;
}

/* side */
#side {
	width:280px;
	float:right;
}
#banner li, #banner02 li, #banner03 li, #banner04 li {
	padding-bottom:10px;
}
#banner li:last-child, #banner02 li:last-child, #banner03 li:last-child, #banner04 li:last-child {
	padding-bottom:0;
}
#banner02 {
	width:280px;
	margin:20px 0;
	padding:20px 10px;
	text-align:center;
	background:url(../img/bg-sidebanner02.gif) repeat-y;
	border:1px dotted #CCC;
}
#banner03 {
	width:280px;
	margin:20px 0;
	padding:0 10px;
	text-align:center;
}
#banner04 {
	width:280px;
	margin:20px 0;
	padding:0 10px;
	text-align:center;
}
#banner04 li.flex {
	display: flex;
	justify-content: center;
	align-items: center;
}
#banner04 li.flex .flex-child.has-margin {
	margin: 0 3%;
} 
#banner .bnr-recruit {
	position: relative;
}
#banner .bnr-recruit > div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#banner .bnr-recruit > div a {
	display: block;
}
#banner .bnr-recruit > div a:hover {
	opacity: 0.85;
}
#sidemenu {
	width:280px;
	margin-bottom:20px;
	padding:10px 10px 15px 10px;
	border-bottom:3px solid #a08c29;
	border-top:3px solid #a08c29;
	background:url(../img/bg-sidemenu.gif) repeat-y;
}
.sidemenu-title {
	padding-bottom:5px;
	border-bottom:3px double #a0a0a0;
	margin-bottom:20px;
	text-align:center;
}
#sidemenu ul {
	padding:10px 10px 0 10px;
	background:#FFF;
	border:1px solid #a0a0a0;
}
#sidemenu ul li {
	padding:0 0 10px 30px;
	background:url(../img/arrow03.png) 0 3px no-repeat;
}
#sidemenu ul li a, #sidemenu ul li a:hover {
	text-decoration:none;
}


/*footer*/
footer {
	background:#000 url(../img/bg-footer.gif) repeat-x;
	color:#e5e5e5;
	font-size:12px;
}
#footerarea{
	width:1090px;
	margin:0 auto;
}
ul#footermenu {
	padding:25px 0;
}
ul#footermenu li {
	display:inline;
	padding:0 20px;
	background:url(../img/arrow02.png) no-repeat;
}
ul#footermenu li a {
	color:#e5e5e5;
	text-decoration:none;
}
ul#footermenu li a:hover {
	color:#af9445;
	text-decoration:none;
}
ul#footermenu li#footermenu08 {
	display: inline-block;
	vertical-align: top;
	position: relative;
	top: 1px;
	width: 90px;
	height: 15px;
	overflow: hidden;
}
ul#footermenu li#footermenu08:hover {
	overflow: visible;
}
ul#footermenu li#footermenu08 ul {
	position: relative;
	left: -20px;
	margin-left: 4px;
	padding-top: 3px;
	width: 128px;
	z-index: 10;
}
ul#footermenu li#footermenu08 ul li {
	display: block;
	background-color: #9a8026;
	background-position: 3px 6px;
	padding: 4px 2px 2px 22px;
}
ul#footermenu li#footermenu08 ul li a:hover {
	color: #000;
}
#footer-info {
	width:1000px;
	padding-top:10px;
	margin: 0 auto 15px auto;
}
#footer-logo {
	width:300px;
	height:42px;
	float:left;
	font-weight:bold;
	font-size:18px;
	margin-top:20px;
	padding:8px 0 0 100px;
	background:url(../img/logo-footer.gif) left center no-repeat;
}
#footer-add {
	width:600px;
	float:left;
	padding-left:20px;
	border-left:1px solid #e5e5e5;
}
.copyright {
	color:#666;
	margin-left:50px;
}
/*
.bg-title {
	width:660px;
	height:46px;
	font-size:14px;
	font-weight:bold;
	margin-bottom:30px;
	padding:0 10px 0 20px;
	background:url(../img/bg-title.gif) no-repeat;
}*/
.bg-title {
	width:690px;
	height:40px;
	font-size:14px;
	font-weight:bold;
	margin-bottom:30px;
	padding:6px 10px 0 20px;
	background:url(../img/bg-title03.gif) no-repeat;
}
.bg-title02 {
	width:690px;
	height:30px;
	font-size:14px;
	font-weight:bold;
	margin-bottom:20px;
	padding:0 10px 0 20px;
	background:url(../img/bg-title02.gif) no-repeat;
}
.bg-title03 {
	width:690px;
	height:30px;
	font-size:14px;
	font-weight:bold;
	margin-bottom:20px;
	padding:0 10px 0 30px;
	background:url(../img/arrow04.png) no-repeat;
}

.lstyle-01 {
	padding-left:20px;
	padding-bottom:7px;
	background:url(../img/arrow03.png) 0 3px no-repeat;
}






/* -------------------------------
 *
 * top
 *
 ------------------------------ */

#top-service {
	width:1000px;
	margin-bottom:50px;
}
.tservicearea li {
	width:200px;
	float:left;
	font-size:12px;
}
.tservicearea li a {
	text-decoration:none;
}
.ts01 {
	width:200px;
	margin-right:67px;
}
.ts02 {
	width:200px;
	margin-right:66px;
}
.ts04 {
	position: relative;
	height: 299px;
}
.ts-title {
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
.tservice-txt {
	height:61px;
	padding:10px 0px 5px 0;
	background:url(../img/bg-topservice.gif) no-repeat;
}
.ts04 .tservice_sub {
	position: absolute;
	display: none;
	top: 10%;
	left: 10%;
	width: 80%;
	height: 80%;
	background-color: rgba(255,248,226,0.95);
	opacity: 0.3;
	transition-property: all;
	transition-duration: 0.3;
}
.ts04:hover .tservice_sub {
	display: flex;
	flex-direction: column;
	opacity: 1;
}
.ts04 .tservice_sub li {
	display: table;
  border-bottom: #000 dashed 1px;
	width: 100%;
	height: 33%;
	text-align: center;
}
.ts04 .tservice_sub li:last-child {
	border-bottom: none;
}
.ts04 .tservice_sub li a {
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
}
#top-news {
	line-height:1.8em;
}
#top-news dt {
	font-weight: bold;
	width: 190px;
}
#top-news dd{
	margin: -1.8em 0 15px 0;
	padding: 0 0 15px 190px;
	border-bottom:1px dotted #333;
}
#movieArea {
	margin-top: 50px;
}

/* -------------------------------
 *
 * greeting/company/recruit
 *
 ------------------------------ */
#greeting {
	font-size:14px;
}
#company table {
	table-layout:fixed;
	margin: 0 10px 30px;
}
#company table th, #company table td {
	padding: 15px 10px;
	font-weight: normal;
	font-size: 100%;
	vertical-align: top;
}
#company table th {
	width: 170px;
	border-bottom:1px solid #999;

}
#company table td {
	width:480px;
	border-bottom:1px dotted #999;
}
#recruit-info {
	width:650px;
	padding:15px;
	background:url(../img/bg-contents.gif) repeat;
}
.recruit-title {
	height:30px;
	padding-top:5px;
	font-size:16px;
	text-align:center;
	background:#CF3;
}
.faq dt {
	min-height:30px;
	padding:3px 0 10px 40px;
	font-size:14px;
	font-weight:bold;
	background:url(../img/Q.png) no-repeat;
}
.faq dd {
	min-height:30px;
	margin-bottom:15px;
	padding:3px 0 10px 70px;
	line-height:1.4;
	background:url(../img/A.png) 30px 0 no-repeat;
	border-bottom:1px dotted #000;
}
.faq_nofloat dt {
	float: none;
}
.faq_nofloat dd {
	padding:0 0 16px 70px;
	line-height:1.6;
}
.boshu-table {
	border:1px solid #ba9a5c;
	width:690px;
	margin-bottom:30px;
}
.boshu-table th {
	font-weight:bold;
	padding:10px;
	border-bottom:1px solid #ba9a5c;
	border-right:1px solid #ba9a5c;
}
.boshu-table td {
	padding:10px;
	border-bottom:1px solid #ba9a5c;
}
.bt01 {
	background:#f4f1e6;
}
.w170 {
	width:170px;
}
.w480 {
	width:480px;
}
.box-border {
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom:1px dotted #000;
}



/* -------------------------------
 *
 * taxi-hire
 *
 ------------------------------ */
.taxi-list {
	margin-left:30px;
	margin-bottom:20px;
}
.taxi-list li {
	padding-left:20px;
	background:url(../img/arrow05.png) 0 7px no-repeat;
}





/* -------------------------------
 *
 * charge/peyment
 *
 ------------------------------ */
.link-red a, .link-red a:hover {
	color:#bd0624;
	text-decoration:underline;
}

.charge-table {
	width:690px;
	border:1px solid #000;
	margin-bottom:20px;
}
.charge-table th {
	color:#FFF;
	text-align:center;
	background:url(../img/bg-title04.gif) repeat;
	border-right:1px solid #666;
	line-height:1.6;
	padding:7px 0;
}
.charge-table th.line-bottom {
	border-bottom:1px solid #666;
}
.charge-table td {
	text-align:center;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	line-height:1.6;
	padding:10px 0;
}
.line-double1 {
	border-left:3px double #666;
}
.line-double2 {
	border-left:3px double #000;
}

.payment-box {
	clear:both;
	width:690px;
	margin-bottom:20px;
}
.payment-box img {
	width:227px;
	float:left;
}
.payment-box ul {
	margin-left:247px;
	min-height:160px;
}
.payment-box ul li{
	padding-left:20px;
	background:url(../img/arrow03.png) 0 3px no-repeat;
}
.discount-box {
	clear:both;
	width:690px;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px dotted #000;
}
.discount-box img {
	width:227px;
	float:left;
	border:1px solid #CCC;
}
.discount-box .dbox-txt {
	margin-left:247px;
	min-height:160px;
}
.dbox-title {
	font-size:14px;
	font-weight:bold;
	padding:3px 0;
	background:#faf8e1;
	margin-bottom:20px;
	text-align:center;
}


/* -------------------------------
 *
 * form
 *
 ------------------------------ */
 /*contact */
.form-table {
	width:690px;
	border:1px solid #000;

}
.form-table th {
	font-weight:bold;
	border-right:1px solid #666;
	border-bottom:1px solid #000;
	padding:7px;
	width:200px;
}
.form-table td {
	border-bottom:1px solid #000;
	padding:7px;
}
/*ご相談フォーム*/
.asterisk {
	color:#F00;
}
.formclear {
	width:120px;
	height:30px;
	border:none;
	float:left;
	background:url(../img/button/btn_reset_on.gif) no-repeat;
}
	.formclear input:hover {
		opacity: 0.0;
		/* IE */
		filter: alpha(opacity=0);
	}
	.clearbtn {
		width:120px;
		height:30px;
		border:none;
		background:url(../img/button/btn_reset_off.gif) no-repeat;
		cursor:pointer;
	}

.formcheck {
	width:120px;
	height:30px;
	border:none;
	float:right;
	background:url(../img/button/btn_confirm_on.gif) no-repeat;
}
	.formcheck input:hover {
		opacity: 0.0;
		/* IE */
		filter: alpha(opacity=0);
	}
	.checkbtn {
		width:120px;
		height:30px;
		border:none;
		background:url(../img/button/btn_confirm_off.gif) no-repeat;
		cursor:pointer;
	}

.formback {
	width:120px;
	height:30px;
	border:none;
	float:left;
	background:url(../img/button/btn_back_on.gif) no-repeat;
}
	.formback input:hover {
		opacity: 0.0;
		/* IE */
		filter: alpha(opacity=0);
	}
	.backbtn {
		width:120px;
		height:30px;
		border:none;
		background:url(../img/button/btn_back_off.gif) no-repeat;
		cursor:pointer;
	}

.formsend {
	width:120px;
	height:30px;
	border:none;
	float:right;
	background:url(../img/button/btn_send_on.gif) no-repeat;
}
	.formsend input:hover {
		opacity: 0.0;
		/* IE */
		filter: alpha(opacity=0);
	}
	.sendbtn {
		width:120px;
		height:30px;
		border:none;
		background:url(../img/button/btn_send_off.gif) no-repeat;
		cursor:pointer;
	}


.space label {
	padding-right:20px;
}

#check {
	width:300px;
	margin:30px auto 0;
}
.area {
	background:#FFF;
	width:90%;
	border:1px solid #666;
}
.area02 {
	background:#FFF;
	width:40%;
	border:1px solid #666;
}
.form-table td select {
	width:40%;
}
.comp_box {
	margin:150px 0;
	text-align:center;
}

.pdfbox {
	width:668px;
	border:1px solid #000;
	margin:30px 0;
	padding:15px 10px;
}
.line-dotted {
	padding-bottom:10px;
	border-bottom:1px dotted #000;
	margin-bottom:10px;
}



/* -------------------------------
 *
 * privacy
 *
 ------------------------------ */

.privacy li {
	margin-left:20px;
	list-style: decimal;
}
.privacy li ol li{
	list-style:disc;
	margin-left:20px;
}



/* -------------------------------
 *
 * pagetop
 *
 ------------------------------ */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}
