@charset "utf-8";
/* CSS Document */
@media screen and (max-width: 480px) {
/*シーニックウエイとはの図*/
#zu_about {
    width: 100%;
    height: auto;
}
/*SNSマーク*/
.rogo_snsArea {
	display: none;
}
/*イラスト*/
#titleIllArea {
	margin: 0;
}
#titleIllArea div:nth-child(1),
#titleIllArea div:nth-child(2) {
	display: none;
}
#title_sp {
	display: block;
}
#title_sp img {
	width: 100%;
}

	
/*メニュー*/
#menuArea {
	display: block;
	width: 100%;
	margin: 0px;
	box-sizing: border-box;
	border-top: 1px solid #006630;
	border-bottom: 1px solid #006630;
	padding: 4px 0px;
}
#menuArea ul {
	display: flex;
	margin: 0px 10px;
	padding: 0px;
	flex-direction: column;
    justify-content: center;
    align-items: center;
}
#menuArea ul li {
	display: block;
	width: 100%;
	float: none;
	box-sizing: border-box;
	border-right: 0px solid #006630;
	border-bottom: 1px solid #006630;
	padding: 0.5em;
	text-align: center;
	align-items: center;
	justify-content: center;
	color: #006630;;
	cursor: pointer;
}
#menuArea ul li:hover {
	color: #e25928
}
#menuArea ul li:last-child {
	border-bottom: 0px solid #006630;
}

/*バナー*/
#bannerArea {
    flex-direction: column;
	align-items: center;
}
/**/
.sentenceTitle {
	font-size: 135%;
}

/**/
#mainmenu_inner ul {
	display: none;
}
.rogo_sbwArea div:nth-child(2) {
	display: none;
}

#contentsAreaBg {
	display: block;
	width: 100%;
	overflow: hidden;
}

#titleArea {
	width: auto;
	margin: 0px;
	padding: 20px;
}
.rogo_sbwArea div:nth-child(1) {
	margin-left: 10px;
}
#titleImagArea {
	margin: 0;
}
#titleArea div:nth-child(2) {
	display: none;
}

#titleImagArea img {
	width: auto;
}
#menuArea {
	display: block;
}


#titleImagArea img {
	width: 100%;
}

#ill_zu {
	width: 100%;
	height: auto;
	margin-top: 1em;
}
.flexArea2 {
	flex-direction: column;
}

.flexArea4 {
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
}
.flexArea4 div:nth-child(1) {
	margin: 10px 0px;
}
.flexArea4 div:nth-child(2) {
	margin: 10px 0px;
}
.flexArea4 div:nth-child(3) {
	margin: 10px 0px;
}
.flexArea4 div:nth-child(4) {
	margin: 10px 0px;
}
.text_lead p {
	text-indent: 0;
}

.contBlock p {
	text-indent: 0;
}

.flexArea {
	flex-direction: column;
}
.flexArea div:first-child,
.flexArea div:last-child {
	margin: 0;
}

/*GOTOSITEのボタン*/
.btGoToSite {
	width: auto;
	margin: 0.45em 0em 0.45em 0em;
}
.btGoToSite a {
    align-items: center;
}
.btGoToSite div.LH0 {
	margin-left: 0.35em;
}


/*フッター*/
#footmenu_inner {
	/*display: none;*/
}
#footerMenuAreaInn {
	padding: 14px;
	flex-direction: column;
}
#footerMenuAreaInn div.FL:nth-child(1) img {
	margin-right: 10px;
}
#footerMenuAreaInn div.FL:nth-child(2) {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#footerMenuAreaInn div.FL:nth-child(2) h2 {
	font-size: 110%;
	margin-bottom: 10px;
}
#areaFB {
	float: none;
	clear: both;
	width: 100%;
	/*height: 450px;*/
}
#footmenu_inner ul li {
    padding: 0em 0.75em;
}
#copyright {
	padding: 0.5em 1em;
}
#gototop2 {
	bottom: 10px;
}

/******************************/
#svgmap svg {
    width: 100%;
    height: auto;
}


}