@charset "utf-8";

a:hover {
	opacity: 0.8;
}
.access a::after,
.gnavi__list a:hover::after {
    transform: scale(1, 1);     /*ホバー後、x軸方向に1（相対値）伸長*/
	transform-origin: left top; /*左から右に向かう*/
}
#access a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    /*線の形状*/
    width: 100%;
    height: 2px;
    background: #337ab7;
    /*アニメーションの指定*/
    transform: scale(0, 1);     /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
    transform-origin: right top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
	transition: transform 0.5s; /*変形の時間*/
}
#access a::after {
	transform: scale(1, 1); 
	transform-origin: left top; 
}
.slide {
	display: none;
}
.slide-s {
    width: 100%;
	height: auto;
	overflow: hidden;
}
.slide-s img {
	display: block;
	width: 100%;
	height: auto;
}
.title {
	width: 90%;
	height: 100px;
	text-align: center;
    margin: 60px auto 10px;
	color: #494949;
	font-size: 2rem;
	font-weight: bold;
	line-height: 3rem;
    border-bottom: 2px solid #337ab7;
}
.description {
	width: 90%;
	height: auto;
	margin: 40px auto;
}
.description p span {
	display: block;
    color: #494949;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 3rem;
	margin-bottom: 40px;
}
.description p {
	color: #000000;
	font-size: 1.6rem;
	line-height: 1.8;
}
.sonpo {
	width: 90%;
	height: auto;
	margin: 150px auto 0;
	overflow: hidden;
	text-align: center;
}
.sonpo img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.info,.wrap-text {
	display: none ;
}
.info-s {
	width: 90%;
	height: auto;
	font-size: 1.6rem;
	margin: 30px auto 100px;
	text-align: center;
	line-height: 3rem;
}
.wrap {
	width: 100%;
	height: auto;
    background-color: #f3f3f3;
	margin: 0 auto;
	text-align: center;
}
.photo img {
	width: 90%;
	height: auto;
	margin: 140px auto 30px;
}
.wrap-text-s {
	width: 90%;
	height: auto;
	font-size: 1.6rem;
	padding-bottom: 90px;
	margin: 0 auto;
	line-height: 3rem;
}
.zoommap {
	width: 90%;
	height: auto;
	object-fit: cover;
	margin: 150px auto 0;
	text-align: center;
}
.zoommap img{
	width: 100%;
	height: auto;
	object-fit: cover;
}
@media (min-width: 591px) {
.google {
	width: 720px;
	width: 90%;
	height: auto;
	margin: 100px auto 0;
	overflow: hidden;
}
.map-l, .map-s {
	display: none;
}
.map-m {
	width: 100%;
}
.info-l,.info-m,.info-cc {
	display: none ;
}
.info-s,.info-c {
	width: 90%;
	height: auto;
	font-size: 1.6rem;
	margin: 30px auto 100px;
	text-align: center;
	line-height: 3rem;
}
}
.space {
	widows: 100%;
	height: 300px;
}
@media (max-width: 590px) {
.google {
	width: 600px;
	width: 90%;
	height: auto;
	margin: 100px auto 0;
	overflow: hidden;
}
.map-l, .map-m {
	display: none;
}
.map-s {
	width: 100%;
	}
.info-l,.info-m,.info-c {
	display: none ;
}
.info-cc {
	width: 90%;
	height: auto;
	font-size: 1.6rem;
	margin: 30px auto 100px;
	text-align: center;
	line-height: 3rem;
}
}
