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

/*******************************
パララックスエフェクト
*******************************/
html {
	height: 100%;
}
 
body {
	height: 100%;
	line-height: 1.6;
}

#mainVisual {
	position: relative;
	height: 30%;
	background-color: rgba(0, 0, 0, 1.0);
	overflow: hidden;
}

#mainVisual .bg {
	/*position: fixed;*/
	right: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	z-index: -100;
	background: url('/info/images/main01.jpg') no-repeat 0 0 #222;
	background-size: 100%;
	opacity: 0.85;
}

#mainVisual h1 {
	width: 96%;
	text-align: center;
	font-size: 3rem;
	font-weight: bold;
	color: #fff;
	line-height: 1em;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
}

#mainVisual h1 span {
	font-size: 1rem;
	display: block;
}

#right {
	width: 72%;
	float: left;
}

#left {
	width: 23%;
	float: right;
}

#leftNavi {
    background-color: #efefef;
    padding: 0.5em 1em 0;
}

#left dl dt {
	color: #000;
	font-weight: 700;
	font-size: 1.4rem;
}

#left .bnr {
	margin-top: 1.8em;
}

#left .bnr li:not(:last-child) {
	margin-bottom: 1em;
}

#left .bnr li a {
	display: block;
}

#left .bnr li a img {
	width: 100%;
	vertical-align: top;
}

#left .contact {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 1.25rem 0 0;
	padding: 1.25rem 0 0;
}

#left .contact a {
	margin: 0 0 1.25rem;
	text-align: center;
	display: block;
	padding: 0.8rem 1em 0.8rem 1rem;
	font-size: 0.8rem;
	background-color: #f1860e;
	color: #fff;
    transition: all .25s;
}

#left .contact a:hover {
	background-color: #c16b0b;
	opacity: 1.0!important;
}

#left iframe {
	width: 100%;
	height: auto;
}

.BtnInfolist {
	width: 60%;
	margin: 1.5em auto 0;
	text-align: center;
}

.BtnInfolist a {
	display: block;
	padding: 0.8rem 1rem;
	font-size: 1rem;
	background-color: #eee;
	color: #000;
	transition: 300ms ease-out;
}

.BtnInfolist a:hover {
    background-color: #1d84b5;
	color: #fff;
	opacity: 1.0!important;
}

/*******************************
main
*******************************/
#main {
	background: #fff;
    -webkit-box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.5);
	padding-bottom: 5%;
}

/*******************************
info
*******************************/
#info {
	overflow: hidden;
	line-height: 1.6;
}

#info #archive {
	margin-bottom: 3em;
}

#info #archive li:not(:last-child) {
	margin-bottom: 2em;
}

#info #archive li a {
	display: table;
	width: 100%;
}

#info #archive li a img {
	display: table-cell;
	width: 100%;
	vertical-align: top;
}

#info #archive li a dl {
	display: table-cell;
	width: 78%;
	vertical-align: top;
	padding-left: 2%;
}

#info #archive li a dl dt {
	font-size: .85em;
	color: #aaa;
	line-height: 0.9em;
	margin-bottom: 0.4em;
}

#info strong {
    font-weight: bold;
}

/*******************************
article
*******************************/
#article p {
	font-size: 0.85rem;
	margin-bottom: 1.2em;
}

#article .photo01 {
	text-align: center;
}

#article .photo01 img {
	max-width: 100%;
}

#article {
	font-size: 1rem;
	color: #333;
}

#article .date {
	font-size: 1rem;
	color: #aaa;
	margin-bottom: 0;
}

#article h2 {
    background: #222;
    color: #fff;
    padding: 0.5em;
    font-weight: bold;
    font-size: 110%;
    margin-bottom: 1.5em;
}

/*******************************
bnr
*******************************/
.bnrArea01 {
	text-align: center;
}

.bnrArea01 a {
	display: block;
	width: 60.5%;
	margin: 0 auto;
}

.bnrArea01 a img {
	width: 100%;
	vertical-align: top;
}

/*******************************
paging
*******************************/
.infopage {
	text-align: center;
    margin-bottom: 2em;
	letter-spacing: -.4em;
}
.infopage li {
	display: inline-block;
    letter-spacing: normal;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 0.3em 1em;
}
.infopage li:hover{
	background: #000;
    color: #fff;
}

/*******************************
2019/2/22
*******************************/
#info #right .table0222 {
	border-collapse:collapse;
	max-width: 100%;
	table-layout: fixed;
	width: 100%;
	border-spacing: 0;
	border: 1px solid #333;
}

#info #right .table0222 img {
	max-width: 100%;
    vertical-align: middle;
    border: 0;
}
#info #right .table0222 th {
	font-weight: bold;
}
#info #right .table0222 th,
#info #right .table0222 td {
	text-align: center;
	padding: 10px 4px;
	width: 20%;
	font-size: 14px;
	border: 1px #333 solid;
	vertical-align: middle;
}

.mt_20 {
	margin-top: 20px;
} 

@media (max-width: 640px) {
	#info #right .table0222 thead {
		display: block;
		float: left;
		width: 50%;
	}
	#info #right .table0222 thead tr {
		width: 100%;
	}
	#info #right .table0222 tbody {
		display: block;
		float: left;
		width: 50%;
	}
	#info #right .table0222 tbody tr {
		width: 100%;
	}
	#info #right .table0222 {
		width: 100%;
	}
	#info #right .table0222 tr {
		display: block;
		float: left;
	}
	#info #right .table0222 tr td {
		border-left: none;
		display: block;
		height: 183px;
		width: 100%;
		padding: 10px 0;
	}
	#info #right .table0222 tr th {
		border-left: none;
		display: block;
		height: 45px;
		width: 100%;
		padding: 10px 0;
	}
	
}
