@charset "utf-8";

/* レイアウト */


.comLayout09 {
	background-image:url(../img/access_bg.jpg);
}
@media screen and (max-width:640px) {
	.comLayout09 {
		background-position:55% center;
	}
}

.locationNearby {
    padding-top: 75px;
    padding-bottom:75px;
}

.locationNearby .tit {
    text-align: center;
    padding-bottom: 45px;
}
.locationNearby .txt {
	margin-bottom:45px;
}
.locationNearby .mapWrap {
	background-color:#fff;
	padding:10px;
}
.locationNearby .mapWrap #map_canvas {
	max-height:620px;
	min-height:400px;
	height:38vw;
}
@media screen and (max-width:640px) {
	.locationNearby {
		padding-top:10%;
		padding-bottom:8%;
	}
	.locationNearby .tit {
	    padding-bottom:5%;
	}
	.locationNearby .txt {
		margin-bottom:5%;
		text-align:left;
		font-size: .9rem;
		line-height: 1.7rem;
	}
	.locationNearby .tit img {
		height: 32px;
		height:10vw;
		width:auto;
	}
	.locationNearby .mapWrap #map_canvas {
		min-height:0;
		height: 224px;
		height:70vw;
	}
}

.locationNearby p {
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
	line-height: 25px;
	line-height: 2.5rem;
}

.sec2 {
    background-image: url(../img/style_bg.jpg);
    background-size: cover;
}


.locationPh {
    background-color: #fff;
    height: 100px;
}

.locaLinkArea {
	padding:50px 20px;
}

.locaphotoLink {
	background-color:#fff;
	margin:0 auto;
	max-width:970px;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	position:relative;
}
.locaphotoLink .ph {
	margin:auto 0;
	width:50%;
	position:absolute;
	top:0;
	bottom:0;
}
.locaphotoLink .ph img ,
.locaphotoLink .ph figure {
	display:block;
	margin:auto;
	position:absolute;
	top:20px;
	right:20px;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	background-position:15%;
	background-size:cover;
	object-fit: cover;
}
.locaphotoLink .comTxtBox01 {
	padding:60px 20px 60px 0;
	width:auto;
	height:auto;
	margin-left:50%;
}
.locaphotoLink .comTxtBox01 .txtWrap {
}
.locaphotoLink .comTxtBox01 .txtWrap .title {
	margin-bottom:18px;
	padding-bottom:20px;
}
.locaphotoLink .comTxtBox01 .txtWrap .txt {
}
@media screen and (max-width:640px) {
	.locaLinkArea {
		padding:8% 5%;
	}

	.locaphotoLink .ph,
	.locaphotoLink .ph img ,
	.locaphotoLink .ph figure {
		position:static;
		width:100%;
	}
	.locaphotoLink .ph img ,
	.locaphotoLink .ph figure {
	}
	.locaphotoLink .comTxtBox01 {
		margin-left:0;
		padding:0;
		width:100%;
	}
	
	.locaphotoLink .comTxtBox01 .txtWrap .title img {
		width: auto;
		height: 10vw;
	}
}


.subpinInfo .img[style] {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	width: 100px;
	height: 70px;
	margin-bottom: 5px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #000;
}
.subpinInfo a {
	text-decoration: underline;
	
}
.mincho {font-family: source-han-serif-japanese,serif;}
.comTitle01 .bottom .copy.mincho {font-size: 24px;text-align: center;font-weight: 700;line-height: 1.7;}
.comLayout09 .comWrap01 .comTxtBox01 .in .txtWrap .title.mincho {font-size: 24px;text-align: center;font-weight: 700;line-height: 1.7;color: #7e6606;}
.comLayout02 ul li .comTxtBox01 .txtWrap .title.mincho {font-size: 24px;text-align: center;font-weight: 700;line-height: 1.7;color: #7e6606;}
.locaphotoLink .comTxtBox01 .txtWrap .title.mincho {font-size: 20px;text-align: center;font-weight: 700;line-height: 1.7;color: #7e6606;}

@media screen and (max-width:640px) {
	.comTitle01 .bottom .copy.mincho {font-size: 4vw;text-align: center;font-weight: 700;line-height: 1.7;letter-spacing: 0.05em;}
	.comLayout09 .comWrap01 .comTxtBox01 .in .txtWrap .title.mincho {font-size: 4vw;text-align: center;font-weight: 700;line-height: 1.7;color: #7e6606;letter-spacing: 0.05em;}
	.comLayout02 ul li .comTxtBox01 .txtWrap .title.mincho {font-size: 4vw;text-align: center;font-weight: 700;line-height: 1.7;color: #7e6606;letter-spacing: 0.05em;}
	.locaphotoLink .comTxtBox01 .txtWrap .title.mincho {font-size: 3.4vw;text-align: center;font-weight: 700;line-height: 1.7;color: #7e6606;letter-spacing: 0.05em;}
}