@charset "utf-8";
		
/*------------------------------------------------------------
	カラー
------------------------------------------------------------*/
.red {
	color:#c45;
}
.orange {
	color:#ca5250;
}
.white {
	color:#fff;
}
.green {
	color:#390;
}
.bgreen {
	color:#528699;
}
.sky {
	color:#369;
}
.pink {
	color:#ee7799;
}
.blue {
	color:#1b689c;
}
.purple {
	color:#9c94e1;
}
.snavy {
	color:#50678f;
}
.navy {
	color:#06c;
}
.gray {
	color:#777;
}
.gold {
	color:#c8a063;
}
.brown {
	color:#855b08;
}
/*------------------------------------------------------------
	リンクカラー
------------------------------------------------------------*/
.tel-link a {
	color:inherit !important;
}
a:link {
	color:#06C;
	text-decoration:none;
}
a:visited {
	color:#06C;
	text-decoration:none;
}
a:hover {
	color:#39f;
	text-decoration:none;
}
a:active {
	color:#06C;
	text-decoration:none;
}
.fw a:link {
	color:#fff;
	text-decoration:none;
}
.fw a:visited {
	color:#fff;
	text-decoration:none;
}
.fw a:hover {
	color:#999;
	text-decoration:none;
}
.fw a:active {
	color:#fff;
	text-decoration:none;
}
#bread a:link {
	color:#999;
	text-decoration:none;
}
#bread a:visited {
	color:#999;
	text-decoration:none;
}
#bread a:hover {
	color:#ccc;
	text-decoration:none;
}
#bread a:active {
	color:#999;
	text-decoration:none;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
.lh_s {
	line-height:1.5 !important;
}
.lh_m {
	line-height:1.7 !important;
}
.lh_l {
	line-height:2.5 !important;
}
.lh0 {
	line-height:0;
	font-size:1px;
}
.tbcnt {
	margin-left:auto;
	margin-right:auto;
}
html {
	height:100%;
}
	
body {
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
	color:#fff;
	background-color:#111;
	-webkit-text-size-adjust: 100%;
	word-wrap:break-word;
	height:100%;
}
.fserif {
		font-family:serif;
}
.effect {
	opacity:0;
	transition:opacity 2s;
}
#loader {
	position:fixed;
	background-color:#111;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
}
#loader img {
	position:absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
#wrapper {
	padding-top:140px;
	color:#111;
	background-color:#fff;
}
.col1 {
	background-color:#111;
	color:#fff;
}
.col2 {
	background-color:#050746;
	color:#fff;
}
.col3 {
	background-color:#030;
	color:#fff;
}
.col4 {
	background-color:#300;
	color:#fff;
}

@media screen and (max-width: 499px) {
	.pc {
		display:none !important;
	}
	body {
		font-size: 0.84em;
	}
	.mbcenter {
		text-align:center;
	}
	#wrapper {
		padding-top:40px;
	}
}

@media screen and (min-width: 500px) {
	.mb {
		display:none !important;
	}
	.pcmb40 {
		margin-bottom:40px;
	}
	.pccenter {
		text-align:center;
	}
	.pcright {
		text-align:right;
	}
}

#header {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	min-width:1200px !important;
	height:140px;
	z-index:2000;
	background-color:#111;
	/*pointer-events: none;*/
}
.hd_bg {
	position:relative;
	width:100%;
	height:140px;
}
#header h1 {
	position:absolute;
	left:30px;
	top:34px;
	/*pointer-events:auto;*/
}
#header h1 img {
	height:72px;
}
#header .hw {
	position:absolute;
	right:10px;
	top:10px;
}
#header .hw a {
	margin-left:3px;
}
#header .hw a:nth-child(3),#header .hw a:nth-child(4) {
	display:none;
}
#header .gw {
	position:absolute;
	right:10px;
	bottom:48px;
}
#header .pw {
	position:absolute;
	width:100%;
	padding:3px 0 7px;
	text-align:right;
	background-image:url(../img/pw_bg.png);
	background-repeat:no-repeat;
	background-position:right top;
	bottom:0;
}
#header .pw p {
	padding:0 10px;
}
#toggle {
	pointer-events:auto;
	position:absolute;
	width:30px;
	height:30px;
	top:5px;
	right:5px;
	z-index:3000;
	background-image:url(../img/navi.png);
	background-size:contain;
	cursor:pointer;
}
#toggle.close {
	background-image:url(../img/navi_off.png);
}
ul.accordion {
	position:fixed;
	height:100%;
	top:40px;
	left:0;
	font-size: 0.92em;
	display:none;
	text-align:left;
	border-top:1px solid #666;
	font-family:serif;
	z-index:3000;
	background-image:url(../img/black.png);
}
ul.accordion a {
	display:block;
	line-height:50px;
	padding:0 0 0 20px;
	text-decoration:none;
	color:#fff;
}
ul.accordion li:nth-child(even) a {
	border-left:1px solid #666;
}
ul.accordion li {
	float:left;
	width:50%;
	border-bottom:1px solid #666;
	background-color:#111;
}
ul.accordion li.twos {
	width:100%;
	text-align:center;
	background-color:#444;
}
ul.accordion li.twos a {
	padding:0;
	border:0 !important;
}
ul.accordion li.twos img {
	vertical-align:text-bottom;
}

#fix_foot {
	display:none;
	position:fixed;
	width:100%;
	height:40px;
	bottom:0;
	left:0;
	z-index:4000;
	border-top:1px solid #666;
}
#fix_foot ul {
	text-align:center;
	font-family:serif;
}
#fix_foot ul a {
	display:block;
	line-height:40px;
	text-decoration:none;
	color:#fff;
}
#fix_foot ul li {
	float:left;
	width:28%;
}
.tw1 a {
	background-image:url(../img/tw1_bg.jpg);
	background-size:cover;
	background-position:center center;
}
.tw2 a {
	background-image:url(../img/tw2_bg.jpg);
	background-size:cover;
	background-position:center center;
}
.tw3 a {
	background-image:url(../img/tw3_bg.jpg);
	background-size:cover;
	background-position:center center;
}
.tw4 {
	width:16% !important;
}
.tw4 a {
	background-image:url(../img/tw4_bg.jpg);
	background-size:cover;
	background-position:center center;
}

@media screen and (max-width: 499px) {
#header {
	min-width:auto !important;
	height:40px;
}
.hd_bg {
	height:40px;
	background-size:contain;
}
#header h1 {
	left:10px;
	top:8px;
}
#header h1 img {
	height:24px;
}
#header .hw,#header .gw,#header .pw {
	display:none;
}
}

@media screen and (min-width: 500px) {
#toggle,.accordion,#fix_foot {
	display:none !important;
}
}


.container {
	width:1140px;
	padding:50px 0;
	margin:0 auto;
	text-align:left;
	z-index:1000;
}
.container2 {
	width:980px;
	padding:50px 0;
	margin:0 auto;
	text-align:left;
	z-index:1000;
}
#ftnavi {
	display:none;
}

.snew {
	background-image:url(../img/new.png);
	background-repeat:no-repeat;
	background-position:right center;
	background-size:contain;
}
.und a {
	color:#999 !important;
}
.chus {
	text-align:right;
	font-size:0.76em;
	padding:10px;
	line-height:1.4;
}

.subnavi {
	background-color:#333;
	border-top:1px solid #111;
}
.subnavi ul {
	width:1140px;
	margin:0 auto;
}
.subnavi li {
	float:left;
	width:25%;
}
.subnavi li a {
	color:#fff;
	display:block;
	line-height:50px;
	border-right:1px solid #111;
	font-family:serif;
}
.subnavi li a:hover {
	color:#666;
	background-color:#111;
}
.subnavi li a.current {
	color:#c8a063;
	background-color:#111;
}
.subnavi li:nth-last a {
	border-left:0;
}
.subnavi li:nth-child(even) a {
}

@media screen and (max-width: 499px) {
.container,.container2 {
	width:auto;
	padding:30px 20px;
}
.chus {
	text-align:left;
	font-size:0.6em;
}
.chus_top {
	background-color:#fff;
	color:#111;
}
#ftnavi {
	display:block;
	text-align:left;
	font-size: 0.92em;
	border-top:1px solid #666;
	background-color:#111;
	font-family:serif;
}
#ftnavi li {
	float:left;
	width:50%;
	border-bottom:1px solid #666;
}
#ftnavi li.twosw {
	width:100%;
	text-align:center;
}
#ftnavi li.twos {
	width:100%;
	text-align:center;
}
#ftnavi li a {
	color:#fff;
	display:block;
	line-height:50px;
	padding:0 0 0 20px;
}
#ftnavi li:nth-child(even) a {
	border-left:1px solid #666;
}
#ftnavi li.twost {
	width:100%;
	text-align:center;
}
#ftnavi li.twos {
	width:100%;
	text-align:center;
	background-color:#444;
}
#ftnavi li.twos a,#ftnavi li.twost a {
	padding:0 !important;
	border:0 !important;
}
#ftnavi li.twos img {
	vertical-align:text-bottom;
}

.subnavi ul {
	width:100%;
}
.subnavi li {
	width:50%;
}
.subnavi li a {
	line-height:50px;
	border-right:1px solid #111;
	border-bottom:1px solid #111;
}
.subnavi li:nth-last a {
	border-left:0;
}
.subnavi li:nth-child(even) a {
	border-left:0;
}


.contact {
	display:block;
	text-align:center;
}
.contact a {
	font-size:1.6em;
	color:#fff;
	font-weight:bold;
	display:block;
	line-height:60px;
	background-color:#900;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-topleft:10px;
}
}


.pagetop {
	position:fixed;
	width:60px;
	height:39px;
	bottom:70px;
	right:-90px;
	z-index:2000;
}
.pagetop img {
	width:60px;
}
.fw {
	font-size:0.92em;
	font-family:serif;
	line-height:2;
	color:#999;
	padding:20px 0;
	border-bottom:1px solid #666;
}
.fw a:nth-child(13),.fw a:nth-child(14) {
	display:none;
}
#footer {
	width:1120px;
	margin:0 auto;
	padding:40px 40px;
	text-align:center;
}
.credit {
	text-align:left;
	line-height:1.7;
	font-size:0.84em;
}
.crtx1 {
	font-size:0.84em;
}
.mgallery {
	float:right;
	text-align:left;
	line-height:1.7;
	font-size:0.84em;
	width:450px;
}
.copyright {
	padding:0 30px 30px;
	font-size:0.76em;
	text-align:right;
	color:#999;
}
.copyright img {
	vertical-align:top;
}

@media screen and (max-width: 499px) {
.pagetop {
	position:static;
	text-align:center;
	width:auto;
	height:auto;
	padding:30px 0 30px;
	background-color:#111;
}
.pagetop img {
	width:60px;
}

#footer  {
	width:auto;
	padding:40px 0;
}
.credit {
	float:none;
	text-align:center;
	margin-bottom:0;
	width:auto;
}
.tohologo img {
	height:30px;
}
.mgallery {
	float:none;
	text-align:center;
	margin-bottom:40px;
	width:auto;
}
.mgallery img {
	width:270px;
}
.copyright {
	text-align:center;
	padding:0 30px 40px;
}
.copyright img,.fw {
	display:none;
}
}


.doc_l {
	width:550px;
	float:left;
}
.doc_r {
	width:550px;
	float:right;
}
.tsub {
	width:430px;
	text-align:center;
	padding-bottom:10px;
	margin:0 auto 20px;
	border-bottom:1px dotted #999;
}
.tsub img {
	height:34px;
}

.news {
	width:430px;
	margin:0 auto;
	line-height:1.5;
}
.news dt {
	font-size:0.84em;
	float:left;
}
.news dd {
	padding:0 0 20px 95px;
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
}
.flyer {
	width:430px;
	margin:0 auto 20px;
	border-bottom:1px solid #ccc;
	padding-bottom:20px;
}
.flyer img {
	max-width:200px;
	max-height:200px;
	width: expression(this.width >= this.height ? "200px" : "auto");
	height: expression(this.width <= this.height ? "200px" : "auto");
}

.pcontact {
	display:none;
	background-color:#111;
	background-image:url(../img/blk_light_bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	padding:50px 0;
}

#title {
	background-image:url(../img/title_bg.jpg);
	background-repeat:repeat-y;
	background-size:cover;
	background-position:center center;
}
.blktt {
	background-image:url(../img/title_bg2.jpg) !important;
}
#title img {
	height:100px;
}

#title2,.cvimg {
	position:relative;
	height:700px;
	background-size:cover;
	background-position:center center;
}
#title2 h2 {
	z-index:1000;
	position:relative;
}
#title2 h2 a {
	display:inline-block;
	padding:40px 50px;
	background-image:url(../img/title_black.png);
	margin-top:80px;
}
#title2 h2 a img {
	height:120px;
}
.sstx {
	position:absolute;
	bottom:10px;
	right:10px;
	color:#fff;
	font-size:0.68em;
	text-align:right;
	background-image:url(../img/black.png);
	padding:0 5px;
}
.sstxw {
	position:absolute;
	bottom:10px;
	right:10px;
	color:#111;
	font-size:0.68em;
	text-align:right;
	background-image:url(../img/white.png);
	padding:0 5px;
}

@media screen and (min-width: 1400px) {
	#title2,.cvimg {
	height:800px;
	}
}

@media screen and (max-width: 499px) {
.doc_l {
	width:auto;
	float:none;
	padding-top:20px;
	margin-bottom:60px;
}
.doc_r {
	width:auto;
	float:none;
}
.tsub {
	width:80%;
}
.tsub img {
	height:28px;
}
.news,.flyer {
	width:80%;
}
.news dt {
	float:none;
	margin-bottom:10px;
}
.news dd {
	padding:0 0 20px 0;
	margin-bottom:20px;
}

.pcontact {
	color:#fff;
	background-size:contain;
	padding:40px;
}

#title {
	padding:10px 0;
}
#title img {
	height:50px;
}
#title h2 {
	font-size:1.24em;
	font-family:serif;
}

#title2,.cvimg {
	height:250px;
}
#title2 h2 a {
	padding:30px 40px;
	margin-top:30px;
}
#title2 h2 a img {
	height:60px;
}
.sstx,.sstx2 {
	font-size:0.56em;
}
}
	

.sub {
	text-align:left;
	font-size:1.24em;
	font-family:serif;
	border-bottom:1px solid #002a10;
	color:#002a10;
	 margin:0 0 30px;
	 padding-bottom:5px;
}
.sub2 {
	text-align:left;
	font-size:1.24em;
	font-family:serif;
	border-bottom:1px solid #333;
	 margin:0 0 20px;
	 padding-bottom:5px;
}
.sub2 span {
	color:#0d6fb8;
	font-size:1.24em;
}
.ssub {
	font-size:1.24em;
	font-family:serif;
	margin-bottom:10px;
}
.line {
	border-bottom:1px dotted #ccc;
}
.line2 {
	border-bottom:1px dotted #ccc;
	margin-left:10px;
	margin-right:10px;
}

@media screen and (max-width: 499px) {
 .sub {
	 border-bottom:1px solid #333;
	 margin:0 0 20px;
	 padding-bottom:5px;
}
}

.box0 {
	line-height:1.7;
}
.box1 {
	line-height:1.7;
	margin-left:10px;
	margin-right:10px;
}
.box2 {
	line-height:1.7;
	margin-left:20px;
	margin-right:20px;
}
.imgbox p {
	*float:left;
	display: table-cell;
	vertical-align: middle;
	padding:0 10px;
}

.table0 {
	border-width:0;
	border-collapse:collapse;
	border:none;
	border-spacing:0;
}
.table0 td {
	border-width:0;
	padding:0;
	margin:0;
}
.table0 th {
	border-width:0;
	padding:0;
	margin:0;
}

.table1 {
	margin:auto;
	border-collapse: collapse;
}
.table1 td,.table1 th{
	padding: 10px 15px;
	border: 1px solid #666;
	text-align:left;
	vertical-align:top;
}
.table1 th{
	font-weight: normal;
	background:#333;
	color:#fff;
	white-space:nowrap;
}

.table2 {
	border-width:0;
	border-collapse:collapse;
	border:none;
	border-spacing:0;
	margin-left:auto;
	margin-right:auto;
}
.table2 td {
	border-width:0 0 1px 0;
	border-style:dotted;
	border-color:#333;
	padding:15px 20px;
	vertical-align:top;
	margin:0;
}
.table2 th {
	border-width:0 1px 1px 0;
	border-style:dotted;
	border-color:#333;
	padding:15px 20px;
	white-space:nowrap;
	text-align:right;
	vertical-align:top;
	margin:0;
	font-weight:normal;
}
.nobd {
	border-bottom:none !important;
}
.table3 {
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px dotted #666;
}
.table3 td {
	padding: 10px 15px;
	border-top: 1px dotted #666;
	text-align:left;
}
.table3 th {
	font-size: 0.84em;
	padding: 10px 15px;
	border-top: 1px dotted #666;
	text-align:left;
	vertical-align:top;
	font-weight: normal;
	background:#e0f2bc;
	white-space:nowrap;
}
.table4 {
	width: 100%;
	border-collapse: collapse;
}
.table4 td {
	padding: 10px 15px;
	border: 1px solid #999;
	text-align:left;
}
.table4 th {
	width:150px;
	padding: 10px 15px;
	border: 1px solid #999;
	text-align:left;
	vertical-align:top;
	font-weight: normal;
	background:#e0f2bc;
	white-space:nowrap;
}

.waku1 {
	background-color:#edf4f1;
	padding:20px 25px;
}
.waku2 {
	background-color:#eef;
	padding:25px 25px 15px;
}
.waku3 {
	background-color:#f4f2eb;
	padding:20px 25px;
}
.gmap {
	margin-bottom:30px;
}
.gmap iframe {
	width:100%;
	height:500px;
}


@media screen and (max-width: 499px) {
.imgbox {
	text-align:center;
}
.imgbox p {
	display:block;
	margin-bottom:20px;
}

.table0 {
	display: block;
}
.table0 tbody {
	display: block;
}
.table0 tr {
	display: block;
}
.table0 th,.table0 td {
	float:left\9;
	clear:both\9;
	display:block;
	width:100%;
}
.table0 th {
}
.table0 td {
	margin-bottom:30px;
}
.table0 td.adj0 {
	margin-bottom:0;
}
.table0 td.adj10 {
	margin-bottom:10px;
}
.table0 td.adj20 {
	margin-bottom:20px;
}
.table0 td.adj40 {
	margin-bottom:40px;
}
.dtable {
	display:table !important;
	border:none !important;
}
.dtable tbody {
	display: table-row-group !important;
}
.dtable tr {
	display:table-row !important;
}
.dtable th,.dtable td {
	float:none !important;
	display:table-cell !important;
	width:auto !important;
	border:none !important;
	margin:0 !important;
}
.img100 {
	width:100%;
	height:auto;
}
.img90 {
	width:90%;
}
.img80 {
	width:80%;
}
.img70 {
	width:70%;
}
.img60 {
	width:60%;
}
.img50 {
	width:50%;
}
.img40 {
	width:40%;
}
.img30 {
	width:30%;
}
.img20 {
	width:20%;
}
.imglmt {
	width:100%;
	max-width:360px;
}

.table1 {
	display: block;
	width:auto;
}
.table1 tbody {
	display: block;
}
.table1 tr {
	display: block;
}
.table1 th,.table1 td {
	float:left\9;
	clear:both\9;
	display:block;
	width:auto;
	border:none;
}
.table1 th {
	margin-bottom: 10px;
	background: #333;
	padding:3px 10px;
}
.table1 td.histada {
	margin:0 10px 0 !important;
	padding: 0;
	color:#50678f;
}
.table1 td {
	margin:0 10px 30px;
	padding: 0;
}
.table1 td.tdend {
	margin-bottom:0 !important;
}

.table2 {
	display: block;
	width:auto;
}
.table2 tbody {
	display: block;
}
.table2 tr {
	display: block;
}
.table2 th,.table2 td {
	float:left\9;
	clear:both\9;
	display:block;
	width:auto;
	border:none;
}
.table2 th {
	text-align:left;
	margin-bottom: 10px;
	background: #e5e9e7;
	padding:3px 10px;
	border-bottom:1px solid #002a10;
	font-weight:bold;
}
.table2 td {
	margin:0 10px 20px ;
	padding: 0;
}
.table2in td {
	margin:0 0 20px;
}
.table4 th {
	width:1%;
}
.gmap {
	margin:0 20px 20px;
}
.gmap iframe {
	width:100%;
	height:400px;
}
}

@media screen and (min-width: 500px) {
#form1 th {
	width:250px;
}
#form1 th img {
	float:right;
	width:40px;
	margin-top:2px;
}
}

@media screen and (max-width: 499px) {
input[type="text"],textarea {
	width:290px;
}
#form1 th img {
	float:right;
	width:40px;
	margin-top:2px;
}
.sarea {
	width:100px !important;
}
}
.sene {
	background-color:#fff;
	color:#111;
	margin-left:10px;
	padding:0 10px;
}
