@charset "UTF-8";


* {
	margin: 0;
	padding: 0;	
}
@media (max-width: 780px) {
	body{
		-webkit-text-size-adjust: 100%;
		min-width: 100%;
		font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3″, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
		font-size: 14px;
	}
}
/*
.fadeContents {
	opacity: 0;
	transform: translate(0, 50px);
	transition: all 300ms;
}
.fadeContents.scrollShow {
	opacity : 1;
	transform : translate(0, 0);
}
*/

/* YouTube */
.youtube {
	position:relative;
	width:100%;
	margin: 0;
	padding-top:56.25%;
    border-bottom: 3px solid #000;
}
.youtube iframe {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width: 100% !important;
    height: 100% !important;
}


/* シェアボタン */
ul#share {
	position: fixed;
	top: 50%;
	right: 0;
	width: 48px;
	height: 144px;
	margin-top: -72px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;	
	z-index: 6;
	filter: drop-shadow(-2px 0px 2px rgba(0, 0, 0, 0.2));	
}
#share li.twitter {
	background: url(../../images/share_twitter.png) no-repeat center center #1da1f2;
	background-size: contain;
}
#share li.facebook {
	background: url(../../images/share_facebook.png) no-repeat center center #4267b2;
	background-size: contain;
}
#share li.line {
	background: url(../../images/share_line.png) no-repeat center center #00b833;
	background-size: contain;
}
#share li a {
	display: block;
	width: 48px;
	height: 48px;	
}

/* mainVisual */
header {
    position:  relative;
}
div#mainVisual { 
	width:100%;
    padding: 20px 0 40px;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: cover;
    border-bottom:  1px solid #666;
}
/*
iframe#yamatohoMap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;	
	border: none;
}
*/

div#overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../../images/background_1.png);	
/*	background: #000;
	opacity: 0.6;	*/
}

/* ヤマトホロゴ */
#mainVisual div#fbs50th { 
	width: 140px;
	height: 23px;
	margin: 0 auto 10px;
	background: url(../../images/fbs50th.png) no-repeat;
	background-size: contain;
	filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));	
	z-index: 6;	
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;	
}
#fbs50th a {
	display: block;
	width: 100%;
	height: 100%;
}
#mainVisual h1 { 
	width: 260px;
	height: 146px;
    margin:  5px auto 15px;
	background: url(../../images/logo.png) no-repeat right;
    background-size:  cover;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	z-index: 5;
	filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.6));	
}
#mainVisual strong {
    display: block;
	width: 100%;
	text-align: center;
	font-size: 133%;
	color: #000;
	filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));	
	z-index: 4;	
	letter-spacing: 0.1em;
}
#mainVisual strong span { 
	padding-right: 3px;
	letter-spacing: -0.1em;
}

@media screen and (max-width:780px) {
	#mainVisual div#fbs50th { 
/*		top: 40px;    */
/*		
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);		
*/		
	}
	#mainVisual h1 { 
		width: 240px;
		height: 135px;
		margin: 5px auto;
		background-size: contain;
	}
	#mainVisual strong {
		top: 255px;
		font-size: 133%;
		
	}	
}

/* program */
div#program {
	width: 640px;
    margin: 20px auto;
    padding:  0;
	box-sizing: border-box;
    text-align:  center;
}
#program strong {
    display: block;
    width: 600px;
    margin: 0 auto 20px;
    padding: 15px 0 10px;
    box-sizing: border-box;
	background: rgba(0, 0, 0, 0.8);
	border: 1px solid #444;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;	
	text-align: center;
	filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.6));
     color: rgba(224,255,0,1.00);
    font-weight:  bold;
    line-height: 1.4;
}
#program strong span {
     font-size: 83.3%;
     letter-spacing:  0.1em;
     color: #fff;
}
#program strong em {
    display:block;
    padding: 0 0 5px;
    font-size: 133%;
    line-height: 1.4;
    text-align:  center;
    font-weight: bold;
    color: aqua;
}
#program strong em br {
    display: none;
}
#program a {
    color: rgba(212,255,19,1.00);
    border-bottom: 1px dotted rgba(212,255,19,1.00);
}
#program dl {
    float: left;
    width: 280px;
    margin:  0 20px;
    padding:  0;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;	
	text-align: center;
	filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.6));
}
#program dl dd {
    padding: 10px;
    color: #fff;
    line-height: 1.6;
    font-size: 100%;
    letter-spacing:  3em:
}
#program dl dd span {
    color: rgba(224,255,0,1.00);
}
#program dl dd em {
    color: rgba(224,255,0,1.00);
} 
div#finish2shot {
	width: 600px;
    margin: 20px auto;
    padding:  0;
	box-sizing: border-box;
    text-align:  center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;	
	text-align: center;
	filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.6));    
}
#finish2shot img {
    width: 100%;
}
@media screen and (max-width:780px) {
    div#program {
        width: 90%;
        margin: 20px auto;
        padding:  0;
        box-sizing: border-box;
    }
    #program strong {
        width:100%;
        font-size: 108.3%;
    }
    #program strong em {
        font-size: 100%;
    }
    #program strong em br {
        display: block;
    }    
    #program strong span {
        display: inline-block;
        padding: 5px 15px;
        font-size: 83.3%;
        text-align:  left;
        line-height: 1.2;
    }
    #program dl {
        float:  none;
        width: 240px;
        margin: 0 auto 15px;
    }
    #program dl:last-child {
        margin-bottom:  0;
    }
     #program dl dt img {
        width: 240px;
    }       
    #program dl dd {
        text-align: left;
        font-size: 83.3%;
    }
    #program dl dd span {
        display: block;
    }
    div#finish2shot {
        width: 100%;
        margin: 20px auto;
        padding:  0;
        box-sizing: border-box;   
    }
}


/* ヤマトホデータ */
div#yamatohoData {
	width: 640px;
	margin: 20px auto 0;
	padding: 0;
}
#yamatohoData dl {
	float: left;
	width: 280px;
	margin: 0 20px;
	padding: 15px 15px 10px;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid #444;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;	
	text-align: center;
	filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.6));
}
#yamatohoData dt {
	padding-bottom: 12px;
}
#yamatohoData dt span {
	position: relative;
	left: -15px;
	padding-left: 32px;
	color: #000;
	background: url(../../images/mountain.png) no-repeat left top;	
    background-size:  24px 15px;
	font-weight: bold;
	font-size: 100%;
	letter-spacing: 0.05em;
}
#yamatohoData dd  {
	font-weight: bold;
	font-size: 150%;
}
#yamatohoData dd span {
	font-size: 150%;
	letter-spacing: 0;
}
#yamatohoData dd:last-child  {
	padding-top: 5px;
	font-size: 83.3%;
	letter-spacing: 0.05em;
}
#yamatohoData em {
	font-weight: bold;
	font-style: normal;
}

@media screen and (max-width:780px) {
	div#yamatohoData {
		position: fixed;
		top: auto;
		bottom: 0;
		left: 0;
		width: 100%;
		margin-left: 0;
        z-index: 100;
	}
	#yamatohoData dl {
		width: 50%;
		margin: 0;
		padding: 10px 15px;
		box-sizing: border-box;
		background: rgba(255, 255, 255, 0.8);
		border: none;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;	
		text-align: center;
		filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0));
		border-top: 1px solid #444;
	}
	#yamatohoData dl:first-child {
		border-right: 1px solid #444;
	}
	#yamatohoData dt {
		padding-bottom: 10px;
	}
	#yamatohoData dt span {
		position: relative;
		left: -5px;
		padding-left: 25px;
		background-size: 20px auto;
		font-size: 83.3%;
		line-height: 2em;
	}
	#yamatohoData dd  {
		font-weight: bold;
		font-size: 100%;
	}
	#yamatohoData dd span {
		font-size: 150%;
		letter-spacing: 0;
	}
	#yamatohoData dd:last-child  {
		padding-top: 12px;
		font-size: 65%;
		letter-spacing: 0.05em;
	}
	#yamatohoData em {
		display: none;
	}
}
@media screen and (max-width:320px) {
	#yamatohoData dt span {
		padding-left: 0;
		background: none;	
	}
}

/* scroll */
/*
#mainVisual ul.scroll li { 
	position: absolute;
	left: 50%;
	bottom: 30px;
	width: 72px;
	height: 72px;
	margin-left:-36px;
	background: url(../../images/scroll.png) no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	opacity: 0.8;
	z-index: 3;
}
#mainVisual ul.scroll li a {
	display: block;
	width: 100%;
	height: 100%;
}
@media screen and (max-width:780px){
	#mainVisual ul.scroll li { 
		display: none;
	}
}
*/

/* globalnav */
nav.yamatohonav {
	width: 100%;
	padding: 0;
	background-color: rgba(0, 0, 0, 0.9);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#aa000000, EndColorStr=#aa000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#aa000000, EndColorStr=#aa000000)";
}
.yamatohonav:not(:target) {
    filter: none;
    -ms-filter: none;
}
.yamatohonav ul#gnav {
	margin: 0;
	padding: 15px 0;
	text-align: center;
}
#gnav li {
	display: inline-block;
	padding: 0 20px;
	line-height: 100%;
	color: #f7f7f7;
	white-space: nowrap;
}
#gnav li span {
	line-height: 1.5em;
}
#gnav li span a {
	color: #fff;
	font-family: 'Open Sans', arial, sans-serif;
}
.fixedNav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index:100;
}
#spMenu{
	display: none;
}

/*メニュー部分*/
@media screen and (max-width:780px){
	nav.yamatohonav {
		display: none;
	}
/*	
	nav.yamatohonav {
		position: absolute;
		display: none;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding-top: 80px;
		background: #000;
		opacity: 0.8;
		z-index: 7;
	}
	.yamatohonav ul#gnav {
		display: block;
		margin: 0 auto;
		padding: 0;
		width: 100%;
	}
	.yamatohonav ul#gnav li {
		display: block;
		width: 80%;
		margin: 0 auto 10px;
		padding: 10px 0;
		text-align: center;
		border: 1px solid #eee;
		background: #000;
		opacity: 1;
	}
	.yamatohonav ul#gnav li a {
		display: block; 
	}
*/	
}
@media screen and (max-width:780px) {
	/* ハンバーガーメニュー */
/*	
	div#spMenu {
		position: absolute;
		display: block;
		width: 40px;
		height: 40px;
		top: 20px;
		right: 20px;
		z-index: 8;
	}
	#spMenu div {
		position: relative;
	}
	#spMenu span{
		position:absolute;
		display: block;
		width: 100%;
		height: 3px;
		background: #fff;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#spMenu span:nth-child(1) {
		top: 0px;
	}
	#spMenu span:nth-child(2) {
		top: 12px;
	}
	#spMenu span:nth-child(3) {
		top: 24px;
	}
	.open #spMenu span:nth-child(1) {
		top: 12px;
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.open #spMenu span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #spMenu span:nth-child(3) {
		top: 12px;
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
*/
}

/* contents */
article {
	background: #fafafa;
}
article section {
	width: 900px;
	margin: 0 auto;
	padding-bottom: 30px;
}
article section p {
	margin: 0 auto;
	padding: 10px 0;
	letter-spacing: 0.14em;
	line-height: 2;
	font-size: 116.7%;
	text-align: center;
}
article section p.contents, article section div.contents {
	width: 760px;
	margin: 0 auto;
	padding: 20px;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
@media screen and (max-width:780px) {
	article section {
		width: 100%;
		margin: 0 auto;
		padding: 0 20px;
		box-sizing: border-box;
	}
	article section p {
		text-align: left;
		font-size: 100%;
		line-height: 1.6em;
	}
	article section p.contents, article section div.contents {
		width: 100%;
		font-size: 100%;
		letter-spacing: 0.1em;
	}
	br {
		display: none;	
	}	
}

/* タイトル */
section h2 {
	padding: 30px 0;
	font-weight: normal;
	text-align: center;
}
h2 span {
	padding-left: 42px;
	color: #000;
	background: url(../../images/mountain.png) no-repeat left top;
	font-size: 150%;
	font-weight: bold;
	letter-spacing: 0.12em;
}
h2 span img {
	margin-left: 10px;
	vertical-align: bottom;
	outline: none;	
}
@media screen and (max-width:780px) {
	section h2 {
		padding: 50px 0 15px;
		font-weight: normal;
		text-align: center;
	}
	h2 span {
		font-size: 108.3%;
	}
}

/* コンセプト */
#phrase h2 {
	padding-top: 30px;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.12em;
	white-space: nowrap;
	color: #000;
}
#phrase span.phrase {
	display: block;
	padding-top: 10px;
	font-size: 91.7%;
	font-weight: bold;
	letter-spacing: 0.12em;
	color: #060;
	text-align: center;
}
@media screen and (max-width:780px) {
	#phrase h2 {
		width: 100%;
		padding: 30px 0 10px;
		white-space: normal;
		text-align: left;
		line-height: 1.6;
		box-sizing: border-box;
		font-size: 116.7%;
		letter-spacing: 0.1em;
	}
	#phrase span.phrase {
		padding: 5px 0 20px;
		font-size: 91.7%;
		text-align: left;
		letter-spacing: 0.1em;
	}
}

/* オンエア情報 */
#oaInfo div.contents h3 {
	position: relative;
	padding: 10px 0;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.25em;
	color: #fff;
	background: #000;	
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;		
	box-sizing: border-box;
}
#oaInfo div.contents h3:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -7px;
	border: 7px solid transparent;
	border-top: 7px solid #000;
}
#oaInfo div.contents p {
	padding: 15px 0;
	font-size: 116.7%;
	line-height: 1.6;	
}
#oaInfo span.phrase {
	display: block;
	padding-top: 0;
	font-size: 91.7%;
	font-weight: bold;
	letter-spacing: 0.12em;
	color: #060;
	text-align: center;
}
@media screen and (max-width:780px) {
	#oaInfo div.contents h3 {
		font-size: 83.3%;
	}
	#oaInfo div.contents p {
		font-size: 91.7%;
		letter-spacing: 0.1em;
	}
	#oaInfo span.phrase {
		font-size: 83.3%;
		text-align: left;
		letter-spacing: 0.1em;
		line-height: 1.6;
	}
}

/* ジャーナル */
#main-contents {
    padding-bottom: 0;
}
#main-contents .program-article {
    width: 760px;
    margin: 0 auto 50px;
    padding-top: 0;
}
#main-contents .article .inner {
    margin-bottom: 0;
    background:  none;
}
#main-contents .block-list .block {
    width: 48%;
    box-sizing: content-box;
}
#main-contents .block-list .block {
    margin: 0;
}
#main-contents .block-list .block:first-child {
    margin-right: 26px;
}
@media screen and (max-width:780px) {
#main-contents .program-article {
    width: 100%;
}
#main-contents .block-list .block {
    width: 100%;
}
}

/* SNS */
#sns div.contents h3 {
	position: relative;
	margin-bottom: 15px;
	padding: 10px 0;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.05em;
	color: #fff;
	background: #000;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;		
	box-sizing: border-box;
}
#sns div.contents h3:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -7px;
	border: 7px solid transparent;
	border-top: 7px solid #000;
}

#sns div.contents div {
	padding-bottom: 15px;
	border-top: none;
	text-align: center;
}
#sns div.contents div iframe {
	border: 1px solid #f00;
}
.verpc {
	display: block;
	margin: 0 auto;
}
.versp {
	display: none;
}
.instagramPage {
	width: 500px;
	margin: 0 auto;
    padding-top: 115px;
    background:  url("../../images/instgram.png") no-repeat center top;
}
@media screen and (max-width:500px) {
	.verpc {
		display: none;	
	}
	.versp {
		display: block;	
		margin: 0 auto;
	}
	.instagramPage {
		width: 100%;
	}
}


/* 最新の動画 */
div.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;	
}
div.contents span {
	display: block;
	padding-top: 14px;
	text-align: center;
	color: #000;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 0.05em;
}
div.contents span a {
	padding-left: 50px;
	font-weight: bold;
	font-size: 91.7%;
}
div.contents span img {
	position: relative;
	top: -2px;
	vertical-align: middle;
}
#movie div.contents div.officialYouTube {
	display: block;
	margin-top: 15px;
	padding: 6px;
	background: #f7f7f7;
}
.officialYouTube a {
	display: block;
	padding: 15px 30px;
	border: 1px solid #ddd;
	background: url(../../images/background_6.jpg) no-repeat center center;
	background-size: cover;
	box-sizing: border-box;
}
.officialYouTube a img {
	display: block;
	margin: 0 auto;
}
.officialYouTube a span {
	padding-top: 10px;
	font-size: 100%;
	color:#eee;
	text-shadow: 1px 1px 2px #282828;
	letter-spacing: 0.12em;
	font-weight: normal;
}
@media screen and (max-width:780px) {
	div.contents span a {
		display: block;
		padding: 12px 0 0;
		text-align: center;
		font-size: 83.3%;
	}
	.officialYouTube a span {
		font-size: 83.3%;
	}
}

/* 歩く人プロフィール */
#profile div.contents h3 {
	padding: 10px 0 0;
	font-size: 100%;
	text-align: center;
	letter-spacing: 0.05em;
	box-sizing: border-box;
}
#profile div.contents h3 strong {
	display: block;
	padding-top: 10px;
	font-size: 125%;
	text-align: center;
}
figure {
	display: inline-block;
	vertical-align: top;
	width: 200px;
}
ul#shimomura, ul#nishimura {
	display: none;
}
ul.profile {
	display: inline-block;
	width: 309px;
	height: 370px;
	letter-spacing: 0.12em;
}
li#challenger1, li#challenger2 {
	position: relative;
	display: inline-block;
	margin-top: 30px;
	padding: 15px 0;
	width: 96%;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;		
	box-sizing: border-box;
}
#challenger1:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -28px;
	margin-top: -14px;
	border: 14px solid transparent;
	border-right: 14px solid #fff;
	z-index: 2;
}
#challenger1:after {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #b4b4b4;
	z-index: 1;
}
#challenger2:before {
	content: "";
	position: absolute;
	top: 50%;
	right: -28px;
	margin-top: -14px;
	border: 14px solid transparent;
	border-left: 14px solid #fff;
	z-index: 2;
}
#challenger2:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -30px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #b4b4b4;
	z-index: 1;
}
li#challenger1 ul, li#challenger2 ul {
	width: 75%;
	margin: 0 auto;
}
#challenger1 ul li, #challenger2 ul li {
	margin-left: 15px;
	padding: 4px 0;
	list-style: square;
}
#challenger1 ul li:first-child, #challenger2 ul li:first-child {
	margin-left: 0;
	padding-bottom: 8px;
	font-size: 150%;
	list-style: none;
}
#challenger1 li.nostyle, #challenger2 li.nostyle {
    margin-left: 0;
    padding: 0 0 10px 0;
    list-style:  none;
}
#challenger2 ul li:last-child {
    list-style:  none;
}


@media screen and (max-width:780px) {
	#profile div.contents h3 {
		margin-bottom: 10px;
		font-size: 91.7%;
	}
	figure {
		position: relative;
		display: block;
		width: 100%;
		margin: 0 auto;
		text-align: center;
}
	figure img {
		position: relative;
		top: 0;
		left: 0;
	}
	ul.profile {
		display: none;	
	}
	ul#shimomura, ul#nishimura {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		width: 90%;
		margin: 0 auto;
		padding: 15px 0 15px 20px;
		background-color: rgba(255, 255, 255, 0.9);
		border: 1px solid #ccc;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;		
		box-sizing: border-box;
		text-align: left;
	}
	ul#shimomura li, ul#nishimura li {
		margin-left: 15px;
		padding: 4px 0;
		list-style: square;
		font-size: 91.7%;
	}
	#shimomura li:first-child, #nishimura li:first-child {
		margin-left: 0;
		padding-bottom: 8px;
		font-size: 116.7%;
		font-weight: bold;
		list-style: none;
	}
    ul#shimomura li:last-child {
        padding-left: 7em;
        list-style:  none;
    }
    
}

/* 九州自然歩道 */
#about p.contents {
	text-align: left;
}
#about p.contents a.route {
	padding: 4px 10px;
	font-size: 75%;
	color: #fff;
	background: #000;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	letter-spacing: 0.15em;
}
.modaal img {
	float: left;
	margin-right: 15px;
	border: 1px solid #ccc;
}
@media screen and (max-width:780px) {
	.modaal img {
		float: none;
		display: block;
		margin-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
	}
}

/* YAMAP */
.RecommendYamapApp {
	background: #f5f5f5;
	background-image: url(../../images/recommend.jpg);
	background-size: cover;
	background-position: center;
}

.RecommendYamapApp__Inner {
	max-width: 1200px;
	width: 100%;
	margin: auto;
	padding: 0 16px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

@media screen and (min-width: 768px) {
	.RecommendYamapApp__Inner {
		padding: 0 32px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
}

@media screen and (min-width: 992px) {
	.RecommendYamapApp__Inner {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media screen and (min-width: 1200px) {
	.RecommendYamapApp__Inner {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-around;
	}
}

.RecommendYamapApp__Title {
	white-space: pre;
	color: #000;
	font-size: 1.5rem;
	text-align: center;
	line-height: 1.5;
	margin: 64px auto 16px;
	padding: 0;
	font-weight: bold;
}

@media screen and (min-width: 768px) {
	.RecommendYamapApp__Title {
		margin-top: 0;
	}
}

@media screen and (min-width: 992px) {
	.RecommendYamapApp__Title {
		font-size: 2.4rem;
		margin: 0 auto 48px;
		line-height: 1.3;
	}
}

.RecommendYamapApp__Logo {
	display: block;
	max-width: 200px;
	margin: 0 auto 32px;
	width: 100%;
}

.RecommendYamapApp__Logo img {
	width: 100%;
	height: auto;
}

@media screen and (min-width: 992px) {
	.RecommendYamapApp__Logo {
		max-width: 440px;
		margin: 0 auto 48px;
	}
}

.RecommendYamapApp__Download {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.RecommendYamapApp__Download__Item {
	margin: 0 8px;
}

.RecommendYamapApp__Download__Mobile {
	display: block;
	margin: 0 auto;
	height: 160px;
	margin-top: 32px;
}

@media screen and (min-width: 768px) {
.RecommendYamapApp__Download__Mobile {
	height: 256px;
	margin-top: 48px;
}
}

@media screen and (min-width: 992px) {
.RecommendYamapApp__Download__Mobile {
	height: 480px;
	margin-top: 96px;
}
}

.RecommendYamapApp__Download__ItemBnr {
	width: 160px;
	height: 48px;
}

@media screen and (min-width: 992px) {
.RecommendYamapApp__Download__ItemBnr {
	width: 220px;
	height: 65px;
}
}