@charset "UTF-8";

/* アクセス */
.access .sp {
	display: none;
}
.bgWhiteArea {
	background: #ffffff;
	padding: 10px;
}

.bgWhiteArea + .bgWhiteArea {
	margin-top: 30px;
}

.slideWrap {
	width: 720px;
	display: table;
	margin: 0 auto;
	padding-bottom: 10px;
	overflow: hidden;
}

.slideWrap .caption {
	font-size: 1.7rem;
	margin-top: 15px;
	text-align: center;
}

.addressInfo {
	margin-top: 60px;
}

.addressInfo .name {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 15px;
}

.addressInfo .textArea p {
	font-size: 1.4rem;
	line-height: 1.7;
}

.accessBlock {
	margin-top: 35px;
}

.dotTitle {
	font-size: 2rem;
	color: #ff965a;
	padding: 0 5px 10px;
	border-bottom: 4px dotted #ff965a;
	margin-bottom: 20px;
}

.itemBlock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-top: 10px;
}

.itemBlock:first-child {
	margin-top: 0;
}

.itemBlock .itemTitle {
	width: 100px;
	background: #ffffff;
	border: 2px solid #ff965a;
	min-height: 50px;
	border-radius: 25px;
	text-align: center;
	color: #ff965a;
	padding: 0 1em;
	font-size: 1.6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.itemBlock .itemBody {
	padding: 5px 0 5px 10px;
	-ms-align-self: center;
	-webkit-align-self: center;
	align-self: center;
	max-width: 900px;
}

.itemBlock .itemBody p {
	font-size: 1.7rem;
	line-height: 1.47;
}

.itemBlock .itemBody p + p {
	margin-top: 1em;
}

/*----------------------------------
            スライダー
----------------------------------*/
main .bx-wrapper {
  width: 680px;
}

@media screen and (max-width: 767px) {
	.contentsBk {
		background: #fff;
	}
	.access .sp {
		display: block;
	}
	.mainTitle {
		margin-bottom: -46px;
	}
	.mainTitle + .bgWhiteArea {
		padding: 30px 2.5%;
	}
	.bgWhiteArea {
		margin-right: -2.5%;
		margin-left: -2.5%;
		padding: 32px 0 37px;
	}
	.bgWhiteArea + .bgWhiteArea {
		margin-top: 0;
		padding-top: 0;
	}
	.googleMapArea .googleMap .pc {
		display: none;
	}
	.googleMapArea .googleMap .sp {
		display: block;
	}
	.googleMapArea .mapLink {
		border: 2px solid #666666;
		border-radius: 20px;
		width: 71.17%;
		margin: 0 auto;
	}
	.googleMapArea .mapLink a {
		color: #666666;
		display: block;
		font-size: 2.6rem;
		padding: 15px;
		text-align: center;
	}
	.slideWrap {
		width: auto;
		margin: 0 auto;
		padding-bottom: 10px;
	}
	.slideWrap > img {
		/*ダミーの画像用*/
		width: 100%;
	}
	.slideWrap .caption {
		font-size: 1.5rem;
		margin-top: 15px;
		text-align: center;
	}
	.addressInfo {
		margin-top: 0;
	}
	.addressInfo .name {
		font-size: 1.6rem;
		font-weight: bold;
		margin-bottom: 12px;
	}
	.accessBlock {
		margin-top: 35px;
	}
	.itemBlock {
		display: block;
		margin-top: 20px;
	}
	.itemBlock:first-child {
		margin-top: 0;
	}
	.itemBlock .itemTitle {
		width: auto;
		min-height: 1em;
		display: block;
		padding: .5em 1em;
		font-size: 1.6rem;
		margin-bottom: 10px;
		-webkit-align-items: stretch;
		 align-items: stretch; 
		-webkit-justify-content: center;
		justify-content: center;
	}
	.itemBlock .itemBody {
		display: block;
		padding: 0;
	}
	.itemBlock .itemBody p {
		font-size: 1.5rem;
	}
	
	/*----------------------------------
         スライダー
	----------------------------------*/
	  main{
		padding: 46px 0 50px;
	  }

	 main .bx-wrapper {
		width: 90%;
	 }
	 main .bx-wrapper .slider li img {
		display: block;
		width: 100%;
	 }
	
	
}