@charset "UTF-8";
/* CSS Document */

/* アクセスページ 改修 */

.page_ph01 {
	width: auto;
	margin-bottom: 40px;
	padding: 0;
}
.page_ph01 img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	padding: 0;
}

.accessbox {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.accessbox_l {
	width: 67%;
	font-size: 20px;
	display: flex;
  justify-content: center;
	flex-direction: column;
		line-height: 1.6;
}
.accessbox_r {
	width: 32%;
}
.accessbox_r img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}
.accessbox_l .name {
	font-size: 30px;
	font-weight: 600;
	color:#63aa1b;
	margin-bottom: 10px;
	line-height: 1.6;
}
.accessbox_l .name span {
	font-size: 20px;
	color:#222;
}
.accessbox_l .telephone {
	font-size: 30px;
	font-weight: 600;
	margin-top: 0px;
}
.accessmap iframe {
	width: 100%;
	height: 350px;
}
.kyoten {
	margin-bottom: 30px;
}

@media screen and (max-width: 1200px){
.page_ph01 {
	width: auto;
	margin-bottom: 20px;
	padding: 0;
}
.page_ph01 img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	padding: 0;
}

.accessbox {
	display: flex;
	justify-content: space-between;
	flex-direction: column-reverse;
	margin-bottom: 10px;
}
.accessbox_l {
	width: auto;
	font-size: 14px;
	display: flex;
  justify-content: center;
	flex-direction: column;
		line-height: 1.6;
}
.accessbox_r {
	width: auto;
	margin-bottom: 10px;
}
.accessbox_r img {
	width: 100%;
	height: auto;
	border-radius: 8px;
}
.accessbox_l .name {
	font-size: 18px;
	font-weight: 600;
	color:#63aa1b;
	margin-bottom: 0px;
	line-height: 1.6;
}
.accessbox_l .name span {
	font-size: 14px;
	color:#222;
}
.accessbox_l .telephone {
	font-size: 18px;
	font-weight: 600;
	margin-top: 0px;
}
.accessmap iframe {
	width: 100%;
	height: 200px;
}
.kyoten {
	margin-bottom: 30px;
}
}