﻿@charset "utf-8";

.pc {
	display:block;
}
.sp {
	display: none;
}

@media screen and (max-width:640px){
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
}

.l-ctVisual {
  background-image:url(../image/ctVisual.png);
}


#gpVisual h2 {
	background:url(../image/gpVisual.png) no-repeat center top;
}

.bold {
	font-weight: bold;
}
/*---------------------------------------------------------------------------

   MAP

---------------------------------------------------------------------------*/

#gmap {
	width:100%;
	height:465px;
}

.map {
	text-align:center;
}


/*---------------------------------------------------------------------------

   所在地

---------------------------------------------------------------------------*/

.ad {
	border:2px solid #f0f095;
	background-color:#fdfdea;
	padding:20px 25px;
    border-radius:3px;
	-moz-border-radius:3px;
    -webkit-border-radius:3px;
}

.ad dt {
	font-weight:bold;
	padding-bottom:0.25em;
}


/*---------------------------------------------------------------------------

   案内

---------------------------------------------------------------------------*/
