@charset "utf-8";
		
/*------------------------------------------------------------
	カラー
------------------------------------------------------------*/
.red {
	color:#c00;
}
.brown {
	color:#7a6a55;
}
.navy {
	color:#0c3484;
}
/*------------------------------------------------------------
	リンクカラー
------------------------------------------------------------*/
.tel-link a {
	color:inherit !important;
}
a {
	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;
}
.sitenavi a {
	color:#fff;
	text-decoration:none;
}
.sitenavi a:visited {
	color:#fff;
	text-decoration:none;
}
.sitenavi a:hover {
	color:#999;
	text-decoration:none;
}
.sitenavi a:active {
	color:#fff;
	text-decoration:none;
}
#bread a {
	color:#fff;
	text-decoration:none;
}
#bread a:visited {
	color:#fff;
	text-decoration:none;
}
#bread a:hover {
	color:#99cce5;
	text-decoration:none;
}
#bread a:active {
	color:#fff;
	text-decoration:none;
}
.news_box a {
	color:#333;
	text-decoration:underline;
}
.news_box a:visited {
	color:#333;
	text-decoration:underline;
}
.news_box a:hover {
	color:#999;
	text-decoration:underline;
}
.news_box a:active {
	color:#333;
	text-decoration:underline;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
.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;
}
html {
	height:100%;
}
	
body {
	text-align:center;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	color:#231815;
	background-color:#fff;
	-webkit-text-size-adjust: 100%;
	word-wrap:break-word;
	min-height: 100%;
  display: flex;
  flex-direction: column;
}
.fserif {
		font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
}
#wrapper {
	flex: 1 1 auto;
	min-height: 1px;/*IE11 img resizing bug*/
	margin-left:210px;
}
.effect {
	opacity:0;
	transition:opacity 2s;
}
.mgend {
	margin-bottom:120px;
}
@media screen and (max-width: 499px) {
	.pc {
		display:none !important;
	}
	body {
		font-size: 0.84em;
	}
	#wrapper {
		margin-left:0;
	}
	.mbcenter {
		text-align:center !important;
	}
	.pccenter {
		text-align:left !important;
	}
	.mgend {
	margin-bottom:80px;
	}
}

@media screen and (min-width: 500px) {
	.mb {
		display:none !important;
	}
	.mbcenter {
		text-align:left !important;
	}
	.pccenter {
		text-align:center !important;
	}
}

#toggle {
	display:none;
	position:fixed;
	width:100px;
	height:100px;
	top:10px;
	right:10px;
	z-index:3000;
	background-image:url(../img/navi.png);
	background-size:contain;
	background-color:#333;
	cursor:pointer;
}
#toggle.close {
	background-image:url(../img/navi_off.png);
}


#lnavi {
	position:fixed;
	top:0;
	left:0;
	width:210px;
	height:100%;
	background-color:#d2d0cb;
}
#lnavi h1 {
	margin:30px auto 30px;
}
#lnavi h1 img {
    width: 150px;
    height: auto;
}
#lnavi ul li:nth-child(8) {
	margin-bottom:30px !important;
}
#lnavi ul li:nth-child(9) {
	margin-bottom:20px !important;
}
#lnavi ul li a {
	display:block;
}
#lnavi ul li a:hover {
	background-color:#fff;
	transition: background-color 0.5s;
}
#lnavi ul li:nth-child(9) a:hover,#lnavi ul li:nth-child(10) a:hover  {
	background-color:transparent !important;
}

.container  {
	width:1010px;
	padding:60px 0 80px;
	margin:0 auto;
	text-align:left;
}

@media screen and (min-width: 500px) {

#navi,#ftnavi {
	display:none;
}

}

@media screen and (max-width: 499px) {
#lnavi {
	display:none;
}
#toggle {
	display:block;
	width:50px;
	height:50px;
	top:0;
	right:0;
}
#navi {
	position:fixed;
	text-align:center;
	z-index:2000;
	width:100%;
	height:100%;
	top:0;
	left:-100%;
	background-color:#d2d0cb;
	font-weight:bold;
}
#navi h1 {
	text-align:center;
	margin:40px auto 30px;
}
#navi h1 img {
	width:150px;
}
#navi ul {
	margin:0 20px 0;
	border-top:1px dotted #666;
}
#navi li {
	line-height:50px;
}
#navi li a {
	display:block;
	text-decoration:none;
	color:#595656;
	background-color:#d2d0cb;
	transition: background-color 0.5s;
	border-bottom:1px dotted #595656;
}
#navi li:nth-child(8),#navi li:nth-child(9) {
	margin-bottom:10px;
}
#navi li:nth-child(10) {
	line-height: 0;
}
#navi li:nth-child(10) a {
	background-color:#7a6a55;
	color:#fff;
	border-bottom:0;
    padding: 15px 0;
}
#navi li:nth-child(10) a:hover {
	background-color:#9d9384;
	color:#fff;
}
#navi li:nth-child(10) a img {
    width: 140px;
}
#navi li a:hover {
	background-color:#fff;
	color:#595656;
	transition: background-color 0.5s;
}

#ftnavi li {
	float:left;
	width:50%;
}
#ftnavi li:first-child {
	width:100%;
}
#ftnavi li a {
	display:block;
	line-height:50px;
	text-decoration:none;
	color:#595656;
	border-bottom:1px dotted #595656;
	background-color:#d2d0cb;
	transition: background-color 0.5s;
}
#ftnavi li:nth-child(odd) a {
	border-left:1px dotted #595656;
}
#ftnavi li:first-child a {
	border-left:0 !important;
}
#ftnavi li a:hover {
	background-color:#fff;
	transition: background-color 0.5s;
}

.container {
	width:auto;
	padding:60px 30px;
}

}


.pagetop {
	position:fixed;
	width:60px;
	height:39px;
	bottom:100px;
	right:-90px;
	z-index:1200;
}
.pagetop img {
	width:60px;
}

#footer {
	margin-left:210px;
	background-color:#d2d0cb;
	color:#595656;
}
.ft_box {
	padding:20px 30px;
	margin:0 auto;
}
.copyright {
	text-align:right;
	font-size:0.76em;
}
.copyright img {
	vertical-align:top;
}


@media screen and (max-width: 499px) {
.pagetop {
	position:static;
	text-align:center;
	width:auto;
	height:auto;
	padding:0 0 20px;
}
.pagetop img {
	width:60px;
}
#footer {
	margin:0;
}
.ft_box {
	width:auto;
	padding:40px 0;
    line-height: 1.7;
}
.ft_box h4 {
    margin-bottom: 20px;
}
.ft_box h5 {
	font-weight:normal;
    line-height: 1;
    margin: 20px auto;
}
.ft_box h5 a {
	font-size:2em;
	color:#231815;
}
.copyright {
	text-align:center;
    line-height: 1.5;
}
}


.flyer img {
	max-width:200px;
	max-height:200px;
	width: expression(this.width >= this.height ? "200px" : "auto");
	height: expression(this.width <= this.height ? "200px" : "auto");
}

#title {
	margin-bottom:60px;
}
#title p {
	line-height:0;
	margin-bottom:10px;
}
#title p img {
	height:40px;
}
#title h2 {
	font-weight:normal;
	font-size:1.32em;
	line-height:1.5;
	color:#595656;
}

.bsub {
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
	color:#7a6a55;
	font-size:1.48em;
	margin-bottom:15px;
}
.bsub2 {
	font-size:1.48em;
	margin-bottom:15px;
}	
.sub {
	font-size:1.24em;
	margin-bottom:5px;
}
.more {
	
}
.more a {
	display:inline-block;
	text-align:center;
	padding:16px 60px;
	border-bottom:1px solid #666;
	background-image:url(../img/arr.png);
	background-repeat:no-repeat;
	background-position:left center;
	background-size:contain;
	transition: all 0.5s;
	line-height:0;
}
.more a img {
	height:14px;
}
.more a:hover {
	opacity:0.6;
	border-bottom:1px solid #e72837;
	transition: all 0.5s;
}


@media screen and (max-width: 499px) {
#title p img {
	height:22px;
}
.sub {
}
.more a {
	padding:13px 45px;
	line-height:12px;
}
.more a img {
	height:12px;
}
}

.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 {
	width: 100%;
	border-collapse: collapse;
}
.table1 td,.table1 th{
	padding: 20px 25px;
	border: 1px solid #999;
	text-align:left;
	vertical-align:top;
}
.table1 th{
	font-weight: normal;
	background:#f5f5f5;
	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:#666;
	padding:15px 20px;
	vertical-align:top;
	margin:0;
}
.table2 th {
	border-width:0 1px 1px 0;
	border-style:dotted;
	border-color:#666;
	padding:15px 20px;
	white-space:nowrap;
	text-align:right;
	vertical-align:top;
	margin:0;
	font-weight:normal;
}
.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;
}
.table5 {
	border-width:0;
	border-collapse:collapse;
	border:none;
	border-spacing:0;
	margin-left:auto;
	margin-right:auto;
}
.table5 td {
	border-width:0 0 1px 0;
	border-style:dotted;
	border-color:#999;
	padding:15px 20px;
	vertical-align:top;
	margin:0;
}
.table5 th {
	border-width:0 1px 1px 0;
	border-style:dotted;
	border-color:#999;
	padding:15px 20px;
	white-space:nowrap;
	text-align:right;
	vertical-align:top;
	margin:0;
	font-weight:normal;
	color:#073190;
}


@media screen and (max-width: 499px) {

.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;
}
.table0 td.adj50 {
	margin-bottom:50px;
}
.table0 td.adj60 {
	margin-bottom:60px;
}
.table0 td.adj70 {
	margin-bottom:70px;
}
.table0 td.adj80 {
	margin-bottom:80px;
}
.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%;
}
.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: #f5f5f5;
	padding:3px 10px;
	border-bottom:1px solid #999;
}
.table1 td.histada {
	margin:0 10px 0 !important;
	padding: 0;
	color:#50678f;
}
.table1 td {
	margin:0 10px 30px;
	padding: 0;
}

.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;
	padding:5px 10px;
	font-weight:bold;
    background-color: #e0dedb;
}
.table2 td {
	margin:0 10px 20px ;
	padding: 0;
}
.table2in td {
	margin:0 0 20px;
}
.table4 th {
	width:1%;
}
.table5 {
	display: block;
	width:auto;
}
.table5 tbody {
	display: block;
}
.table5 tr {
	display: block;
}
.table5 th,.table5 td {
	float:left\9;
	clear:both\9;
	display:block;
	width:auto;
	border:none;
}
.table5 th {
	text-align:left;
	margin-bottom: 10px;
	color: #073190;
	padding:3px 10px;
	border-bottom:1px solid #073190;
	font-weight:bold;
}
.table5 td {
	margin:0 10px 20px ;
	padding: 0;
}
.table5in td {
	margin:0 0 20px;
}
}

input {
	vertical-align:middle;
}
@media screen and (min-width: 500px) {
.table5 th {
	width:200px;
}
.table5 th img {
	float:right;
	width:40px;
	margin-top:2px;
}
.nobd {
	border-bottom:none !important;
}
}

#ex_footer_pc {
    background-color: transparent !important;
}

@media screen and (max-width: 499px) {
input[type="text"],textarea {
	width:290px;
}
.table5 th img {
	float:right;
	width:40px;
	margin-top:1px;
}
.sarea {
	width:100px !important;
}
}