@charset "UTF-8";

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

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

Main

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


/* 見出し（h2）
================================================== */
.Heading__h2_access	{
	margin: 0 0 30px;
}
.Heading__h2_access img	{
	width: auto;
	height: 42px;
}

@media screen and (max-width: 768px)  {
.Heading__h2_access img	{
	height: 28px;
}
}
@media screen and (max-width: 480px)  {
.Heading__h2_access	{
	padding: 0 2%;
}
.Heading__h2_access img	{
	height: 20px;
}
}

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

Access（アクセス）

------------------------------------------------- */
.Access__wrp	{
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
@media screen and (max-width: 1320px)  {
.Access__wrp	{
	padding: 0 2%;
}
}
@media screen and (max-width: 640px)  {
.Access__wrp	{
	padding: 0 4%;
}
}


/* Access__Box（bus）
================================================== */
.Access__Box	{
	display: flex;
	/*justify-content: space-between;*/
	align-items: center;
}
.Access__Box .photo {
	flex-basis: 300px;
}
.Access__Box .text	{
	margin-left: 50px;
	flex-basis: calc(100% - 300px); 
	font-size: 1.8rem;
	line-height: 2;
}
@media screen and (max-width: 640px)  {
.Access__Box	{
	flex-direction: column;
}
.Access__Box .photo {
	flex-basis: 100%;
	width: 90%;
	text-align: center;
	margin: 0 auto 25px;
}
.Access__Box .text	{
	margin-left: 0px;
	flex-basis: 100%;
	font-size: 1.6rem;
	line-height: 1.7;
}
}

/* 住所等
================================================== */
.Access__address	{
	margin-top: 50px;
	font-size: 1.8rem;
	line-height: 2;
}
.Access__address img	{
	margin-bottom: 15px;
}
@media screen and (max-width: 640px)  {
.Access__address	{
	margin-top: 30px;
	font-size: 1.6rem;
	line-height: 1.7;
}
.Access__address img	{
	width: auto;
	height: 64px;
}
}

/* 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 */
}
.googlemap iframe {
  position: absolute;border-radius: 10px;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 480px) {
.googlemap {
  padding-top: 100% !important;
}
}
@media print {
.googlemap {
  padding-top: 100% !important;
}
}

