@charset "utf-8";
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

----------- body -----------

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
body {
	color: #000;
	font-weight: 500;
}

/*△▼△▼△▼△▼△▼△▼△背景も印刷△▼△▼△▼△▼△▼△▼△*/
@media print {
body {
	-webkit-print-color-adjust: exact;
	-moz-print-color-adjust: exact;
	-o-print-color-adjust: exact;
	-m-print-color-adjust: exact;
}
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

----------- header -----------

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*△▼△▼△▼△▼△▼△▼△nav△▼△▼△▼△▼△▼△▼△*/


#nav_big, #nav_small ul li {
	text-align: center;
	font-size: 1rem;
	background-color: #b00c12;
}
#nav_big a, #nav_small ul li a {
	color: #fff;
	font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-left: 3rem;
	line-height: 4rem;
}
#nav_big a:first-child, #nav_small ul li a:first-child  {
	padding-left: 0;
}
#nav_big a:hover, #nav_small ul li a:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
/*△▼△▼△▼△▼△▼△▼△main-image△▼△▼△▼△▼△▼△▼△*/
.top_img {
	margin: 0 auto;
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

------------- container -------------

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#container:after {/*中身の左右のボックスがはみ出さないように高さを保つ*/
	display: block;
	clear: both;
	content: "";
}
.leftbox{
	background-color: rgba( 245, 245, 245, 0.8 );
	padding: 0;
	box-shadow: 5px 5px 3px #ddd;
	-moz-box-shadow: 5px 5px 3px #ddd;
	-webkit-box-shadow: 5px 5px 3px #ddd;
}
.leftbox{
	word-wrap: break-word;
}
h2 {
	color: #b00c12;
	font-size: 1rem;
	margin-bottom: 1.5rem;
}
h2 + img {
	max-width: 100%;
	height: auto;
	margin-bottom: 1.625rem;
}
h3 {
	font-size: 1rem;
	color: #b00c12;
	margin-bottom: 1.875rem;
	font-weight: normal;
}
h3.title_red + img {
	border: 1px solid #999;
}
div {
	margin: 0 auto;
}
.shinchaku, .shinchaku p, .shinchaku table tr td {
	word-wrap: break-word;
	font-size: 0.75rem;
}
#container, .center {
	background-color: rgba( 245, 245, 245, 0.8 );
	box-shadow: 5px 5px 3px #ddd;
	-moz-box-shadow: 5px 5px 3px #ddd;
	-webkit-box-shadow: 5px 5px 3px #ddd;
}
#index_container {
	width: 100%;
	padding-top: 1rem;
}
.shinchaku, .center {
	width: 100%;
}
#incontainer {
	max-width: 760px;
}
#incontainer p {
	word-wrap: break-word;
}
.link_p {
	font-size: 0.75rem;
}
.link_p a {
	color: #000;
}
.link_p a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.border_bottom {
	border-bottom: 1px #666 solid;
}
.box_gray {
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 1.5rem 0;
	margin-bottom: 2rem;
}
.box_gray p {
	font-size: 0.875rem;
	margin: 0 auto;
	line-height: 1.5rem;
}
.box_gray dl {
	line-height: 1.5rem;
}
.box_gray dt, .box_gray dd {
	font-size: 0.875rem;
}
.title_red {
	color: #fff;
	background-color: #b00c12;
	line-height: 2.5rem;
	padding-left: 1.5rem;
	font-weight: bold;
	font-size: 1.125rem;
	margin-bottom: 0.5rem;
	margin-top: 1.5rem;
}
.center a {
	font-size: 1rem;
	margin-top: 0;
	color: #000;
}
.center a:hover {
	opacity: 0.6;
}
.triangle {
	color: #b00c12;
	margin-left: 1rem;
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

------------- footer -------------

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
footer {
	overflow: auto;
	margin-top: 2rem;
}
#address_footer {
	text-align: center;
	color: #fff;
	background-color: #b00c12;
}
#address_footer p {
	line-height: 2rem;
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

------------- table -------------

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.table_other {
	border-collapse: collapse;
	background-color: #fff;
}
.table_other th {
	padding: 0.875rem;
	text-align: left;
	font-size: 0.875rem;
	border: solid 1px #ccc;
	font-weight: normal;
	background-color:#eee;
}
.table_other td {
	padding: 0.875rem;
	text-align: left;
	font-size: 0.8125rem;
	border: solid 1px #ccc;
}
.table_kikai {
	border-collapse: collapse;
}
.table_kikai td, .table_kikai th {
	padding: 0.875rem;
	text-align: left;
	font-size: 0.8125rem;
	border-bottom: 1px dotted #ccc;
}
.table_kikai td p {
	font-size: 0.8125rem;
	margin-bottom: 0;
	padding-bottom: 0;
}
.table_kikai td a {
	color: #00a7db;
	text-decoration: underline;
}
.table_kikai td a:hover {
	opacity: 0.6;
}
table {
	margin-bottom: 2rem;
	vertical-align: middle;
}
/*
.table_other td a:hover, .table_other td a:active {
	color: #00A3D9;
}*/
.table_jirei {
	border-collapse: collapse;
    border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}
.table_jirei th {
	background-color: #eee;
	border-bottom: 1px solid #999;
	padding: 0 1rem;
	text-align: left;
	font-size: 0.8125rem;
	font-weight: bold;
	line-height: 2.5rem;
}
.table_jirei td {
	background-color: #fff;
	border-bottom: 1px solid #999;
	padding: 0 1rem;
	border-left: 1px solid #999;
	font-size: 0.8125rem;
	line-height: 2.5rem;
}
.table_jirei td p {
	font-size: 0.8125rem;
	margin-bottom: 0;
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

------------- page top -------------

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#jump_pageTop {
	display: block;
	position: fixed;
	z-index: 9999;
	bottom: -60px;
	right: 10px;
	width: 60px;
	height: 60px;
	padding: 0;
	border-radius: 50%;
	background: #84b9cb;
	color: #fff;
	font-size: 30px;
	text-align: center;
	text-decoration: none;
	line-height: 60px;
	transition: .5s;
}
#jump_pageTop:hover {
	background: #2a83a2;
	color: #383838;
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

------------- MAP -------------

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	border: 1px solid #ccc;
	background-color: #fff;
}
.ggmap iframe, .ggmap object, .ggmap embed {
	position: absolute;
	top: 5%;
	left: 3%;
	width: 94%;
	height: 90%;
}
#img_map {
	margin-top: 2rem;
}

