@charset "UTF-8";

/*   交通アクセス（access.css）   */

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

Main

------------------------------------------------- */
#Main .Section {
	margin: 0 0 120px;
	position: relative;
	overflow: hidden;	
}
#Main .Section:last-child {
	margin: 0 0 50px;
}
@media screen and (max-width: 898px)  {
#Main .Section {
	margin: 0 0 100px;
}
}
@media screen and (max-width: 480px)  {
#Main .Section {
	margin: 0 0 80px;
}
}
@media print {
#Main .Section {
	overflow:visible;
}
#Main .Section:last-child {
	/*padding-bottom: 100px;*/
}
}


/* Access__Box
================================================== */
.Access__Box	{
}

/* 住所等
================================================== */
.Access__address	{
	font-size: 1.8rem;
	line-height: 2;
}
.Access__address .Name	{
	font-size: 2.2rem;
	font-weight: 500;
	margin-bottom: 15px;
}

@media screen and (max-width: 768px)  {
.Access__address	{
	font-size: 1.6rem;
}
.Access__address .Name	{
	font-size: 2rem;
}
}
@media screen and (max-width: 480px)  {
.Access__address	{
	font-size: 1.6rem;
}
.Access__address .Name	{
	font-size: 1.8rem;
}
}


/* 電話／メール
================================================== */
.contact__wrap	{
	width: 100%;
	display: flex;
	flex-direction: column;
}
.Tel a,.Mail a	{
	display:inline-flex;
	align-items: center;
	color: #43b1c8;
	line-height: 1;
}
.Tel	{
	font-size: 2.4rem;
	font-weight: 900;
	margin-bottom: 10px;
}
.Mail	{
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 0px;
}


/* googlemap
================================================== */
.googlemap {
  position: relative;
  width: 100%;
	 padding-top: 56.25% !important;		/* 16:9 */
 	/* padding-top: 75% !important;  4:3 */
		/* padding-top: 66.66%; 3:2 */
		margin-bottom: 50px;
}
.googlemap iframe {
  position: absolute;
		border-radius: 20px;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 480px) {
.googlemap {
  padding-top: 100% !important;
}
.googlemap iframe {
		border-radius: 10px;
}
}
@media print {
.googlemap {
  padding-top: 100% !important;
}
}



