@charset "UTF-8";
/* CSS Document */
.access_pc {
	margin: 0;
}
.accessV_sm {
	margin: 0;
	display: none;
}
.main {
	display: flex;
	justify-content: space-between;
	margin: 0 0 40px 0;
}
.left {
	width: 65%;
	margin: 10px;
} 
.right {
	width: 30%;
	margin: 10px;
}
.section {
	margin-bottom: 30px;
}
.left p {
	line-height: 1.8em;
}
.ggmap {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.item1,.item2 {
	width: 50%;
	padding: 20px;
}
.item1,.item2 p {
	font-size: 14px;
	line-height: 1.2em;
}
.item1 li:nth-of-type(1){
	list-style-image: url("../images/access/a1.png");
	margin-left: 16px;
}
.item1 li:nth-of-type(2){
	list-style-image: url("../images/access/a2.png");
	margin-left: 16px;
}
.item1 li:nth-of-type(3){
	list-style-image: url("../images/access/a3.png");
	margin-bottom: 10px;
	margin-left: 16px;
}
.p_item {
	display: flex;
}
.item1 img {
	width: 320px;
}
.ppng {
	height: 40px;
	margin-right: 10px;
}
.mitori {
	margin-left: 50px;
}
/** タブレット表示 **********************/
@media screen and (max-width: 768px) {
.flex {
	display: block;
}
.item1,.item2 {
	width: 100%;
	padding: 10px 10px 20px;
}
}/*768px*/
/** ここまで タブレット表示 **********************/

/** スマホ表示 **************************/
@media screen and (max-width: 480px) {
.accessV_pc {
	display: none;
}
.accessV_sm {
	display: block;
}
.main {
	display: block;
	width: 95%;
	margin: 0 auto;
	padding: 10px 10px 0;
	font-size: 14px;
}
.left {
	width: 100%;
	margin: 0;
} 
.right {
	width: 100%;
	margin: 0;
}
.section:last-child {
	margin-bottom: 0;
}
.item1,.item2 {
	margin-bottom: 20px;
}
.item1 img {
	margin: 0 auto;
	text-align: center;
}
}/*480px*/
