body {
    position: relative;
}


#g_nav {
	display: block;
}

#punkuzu_list {
	width: 98% !important;
    border: none;
}

.container{
	width: 100%;
}

h1.tmnv_title {
	width: 80%;
	margin: 30px auto;
	text-align: center;
}

h1.tmnv_title img {
	width: 30%;
	max-width: 500px;
    min-width: 300px;
}

.tmnv_description {
    width: 80%;
    margin: 30px auto;
}

.tmnv_description p {
    width: 100%;
    text-align: left;
    font-size: 18px;
    line-height: 36px;
}

#tmnvlist {
	width: 80%;
	margin: 50px auto;
}

#tmnvlist h2.yamayakei_name {
	width: 100%;
	max-width: 1024px;
	font-size:24px;
	align-items: center;
    display: flex;
    justify-content: center;
	font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#tmnvlist h2.yamayakei_name:before {
	content: "";
    height: 2px;
    width: 35%;
	background: linear-gradient(to right, #333, #fff);
    margin-right: 5%;
}

#tmnvlist h2.yamayakei_name:after {
	content: "";
    height: 2px;
    width: 35%;
    background: linear-gradient(to right, #fff, #333);
    margin-left: 5%;
}

#tmnvlist h3.yamayakei_name_en {
    width: 100%;
    max-width: 1024px;
    margin: 5px 0;
	align-items: center;
    display: flex;
    justify-content: center;
    font-size: 15px;
    font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#tmnvlist h3.yamayakei_name_en:before {
    content: "";
    width: 35%;
    margin-right: 5%;
}

#tmnvlist h3.yamayakei_name_en:after {
    content: "";
    width: 35%;
    margin-left: 5%;
}

#tmnvlist #yamayakei_detail {
    width: 99%;
    margin: 30px auto;
    padding-bottom: 20px;
	background-color: #333;
	border: solid 1px #aaa;
	border-radius: 5px;
    margin-bottom: 50px;
}

#tmnvlist #yamayakei_detail img {
    width: 100%;
    border-radius: 5px;
}

#tmnvlist #yamayakei_detail span {
    display: block;
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

#tmnvlist #yamayakei_detail p {
    margin: 20px auto;
    width: 70%;
    font-size: 18px;
    padding: 0 20px;
    line-height: 36px;
}

#tmnvlist #yamayakei_detail .yakeilink {
    display: block;
    width: 70%;
    margin: 10px auto;
    text-align: center;
}

#tmnvlist #yamayakei_detail .yakeilink a {
    font-size: 16px;
    color: #87ceeb;
    text-decoration: underline;
}

#tmnvlist #yamayakei_detail .yakeilink a:hover {
    color: #f1f1f1;
}

#tmnvlist #listlink {
	width: 100%;
	margin: 50px auto;
}

#tmnvlist #listlink a {
	display: block;
	width: 100%;
	text-align: center;
}

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

#tmnvlist #listlink a button {
	background: linear-gradient(#171C56, #3B3B7B);
    color: #f1f1f1 !important;
    border: 1px solid #999;
    border-radius: 3px;
}

#tmnvlist #listlink a button:hover {
	background: #f1f1f1;
	color: #333 !important;
}

@media screen and (max-width:768px) {
    #tmnvlist {
        padding-bottom: 100px;
    }

	#tmnvlist h2.yamayakei_name {
		font-size: 15px !important;
	}

	#tmnvlist h3.yamayakei_name_en {
		display: none;
	}

	#fixed-sp-menu {
		padding-top: 120px;
	}
}

