body {
    background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)),url(../images/yakeilist_bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
    position: relative;
}

#g_nav {
	display: block;
}

#yakeilist_top {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url(../images/yakeilist_title_bg.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	max-width: 1920px;
	max-height: 400px;
	padding-top: 20.83%;
	position: relative;
}

#yakeilist_top .top-title {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 150;
    margin: 0;
    padding: 0;
}
#yakeilist_top .top-title .subtitle span {
    display: block;
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
	text-indent: -9999px;
}

#yakeilist_archive {
    padding: 60px 0 150px;
    width: 90%;
    margin: 0 auto;
}

.yakeilists {
    opacity: 1;
    pointer-events: auto;
    position: relative;
    -webkit-transition: opacity 1.8s ease;
    transition: opacity 1.8s ease;
}

.yakeilist_header {
    margin: 0 0 30px;
}

.yakeilist_header .yakeilist_descriptin {
    line-height: 2.4;
    font-size: 16px;
    margin: 15px 0 0;
    text-align: center;
}

.yakeilist_header .yakeilist_descriptin strong {
	display: block;
	font-size: 24px;
	width: 90%;
	margin: 0 auto;
	text-align: left;
}

.yakeilist_header .yakeilist_descriptin ul {
	width: 90%;
	margin: 0 auto;
	text-align: left;
}

/* seperator */
.yakeilists .seperator {
	width: 90%;
	margin: 20px auto;
	align-items: center;
	display: flex;
	justify-content: center;
	font-size: 24px;
	font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.yakeilists .seperator:before,
.yakeilists .seperator:after {
	content: "";
	height: 2px;
	width: 35%;
}

.yakeilists .seperator:before {
	background: linear-gradient(to right, #333, #fff);
	margin-right: 5%;
}
.yakeilists .seperator:after {
	background: linear-gradient(to right, #fff, #333);
	margin-left: 5%;
}

/* maplist */
.maplist_link {
	width: 90%;
	margin: 50px auto;
	text-align: center;
}

.maplist_link a {
	display: block;
	width: 100%;
	text-align: center;
}

.maplist_link a button {
	display: block;
	width: 100%;
	letter-spacing: 2px;
    padding: 20px 42px;
    font-size: 12px;
    cursor: pointer;
}

.maplist_link a .btn-back-maplist:hover {
	background: #f1f1f1;
	color: #333 !important;
}

.maplist_link a .btn-back-maplist {
	background: linear-gradient(#009900, #3cb371);
    color: #f1f1f1 !important;
    border: 1px solid #999;
    border-radius: 3px;
}

/* table */
.yakeilists table {
	width: 90%;
	margin: 0 auto;
	border-collapse:separate;
	border-spacing: 0;
}

.yakeilists table th:first-child {
	border-radius: 5px 0 0 0;
}

.yakeilists table th:last-child {
	border-radius: 0 5px 0 0;
	border-right: 1px solid #3c6690;
}

.yakeilists table th {
	text-align: center;
	color:#fff;
	background: linear-gradient(#171C56,#3B3B7B);
	border-left: 1px solid #3B3B7B;
	border-top: 1px solid #3B3B7B;
	border-bottom: 1px solid #3B3B7B;
	box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
	padding: 10px 0;
}

.yakeilists table .number {
	width: 8%;
}

.yakeilists table .yamaname {
	width: 24%;
}

.yakeilists table .hyoukou {
	width: 10%;
}

.yakeilists table .address {
	width: 24%;
}

.yakeilists table .coursetime {
	width: 10%;
}

.yakeilists table .nighthike {
	width: 12%;
}

.yakeilists table .atlevel {
	width: 12%;
}

.yakeilists table td {
	text-align: center;
	border-left: 1px solid #a8b7c5;
	border-bottom: 1px solid #a8b7c5;
	border-top:none;
	padding: 5px 0;
	background: #ddd;
	color: #333;
	vertical-align: middle;
}

.yakeilists table tr:nth-child(odd) td {
	background: #f1f1f1;
}

.yakeilists table td a {
	color: #0000cd;
	text-decoration: underline;
}

.yakeilists table td a:hover {
	color: #aaa;
}

.yakeilists table td:last-child {
	border-right: 1px solid #a8b7c5;
}

.yakeilists table tr:last-child td:first-child {
	border-radius: 0 0 0 5px;
}

.yakeilists table tr:last-child td:last-child {
	border-radius: 0 0 5px 0;
}

#yakeilist_archive .form-group-list {
	width: 90%;
}

#yakeilist_archive .form-group-list .btn-atogaki {
    width: 100%;
    padding: 10px 0;
}

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

	.yakeilist_header {
		margin: 0 0 20px;
	}

	.yakeilist_header p {
		font-size: 14px;
	}

	.yakeilists .seperator {
		font-size: 14px;
	}

    .yakeilists table td {
        font-size: 12px !important;
    }

	.yakeilist_header .yakeilist_descriptin {
	    font-size: 14px;
	    margin: 15px 0 0;
	}

	.yakeilist_header .yakeilist_descriptin strong {
		font-size: 20px;
	}
}




