﻿@media screen and (max-width: 599px) {


.spmt20 {
	margin-top:20px !important;
}

.spmt50 {
	margin-top:50px !important;
}

.pcw {
	width: 100%;
}

.nosp {
	display: none;
}

.nopc {
	display: block;
}

.nopc-inline {
	display: inline;
}

.mr20 {
	margin-right: 0 !important;
}

a:hover {
	text-decoration: none;
}




/* header & footer */

header {
	width: 100%;
	min-width: 0;
	height: 40px;
}

#logoarea {
	width: 100%;
	position: relative;
	height: 40px;
}

#logoarea #logo {
	width: 240px;
	height: 24px;
	display: block;
	background: url(../img/logo_sp.png) no-repeat;
	background-size: 240px 24px;
	position: absolute;
	top: 8px;
	left: 2%;
}

#title {
	width: 100%;
	height: auto;
	background-size:contain;
	padding-top: 21.66%;
	position: relative;
}

#title h1 {
	width: 90%;
	height: auto;
	background-size: contain;
	padding-top: 7%;
	top: 15%;
	left: 5%;
}

#title p {
	display: none;
}


#menu {
	width: 94%;
	padding: 0;
	margin: 5px auto;
}

#menu h2 {
	display: none;
}

#menu ul li {
	float: none;
}

#menu ul li a {
	width: 100%;
	height: auto;
	margin-left: 0;
	margin-top: 10px;
	padding: 6px 0;
	justify-content: left;
	padding-left: 10px;
	font-size: 1.8rem;
}

#menu ul li a:hover {
	background: #fff;
	color: #f24e5e;
}

#menu ul li a span {
 	position: relative;
	display: inline-block;
 	width: 20px;
 	height: 20px;
	line-height: 20px;
 	text-align: center;
 	color: #fff;
	font-size: 1.1rem;
 	font-weight: bold;
	background: #f24e5e;
 	border-radius: 50%;
 	box-sizing: border-box;
	margin-right: 8px;
	margin-top: -2px;
}

#menu ul li a span:after {
	content: "";
	position: absolute;
	bottom: -9.5px;
	left: 50%;
 	margin-left: -6px;
	border: 6px solid transparent;
	border-top: 6px solid #f24e5e;
 	z-index: 0;
}




#map {
	width: 100%;
	height: auto;
	background: url(../img/map_sp.png) no-repeat center 0;
	background-size: contain;
	margin: 15px auto 0;
	padding: 0;
	padding-top: 66.625%;
}

#map li {
	display: none;
}




}