@charset "utf-8";
/* --------------------------------------------

詳細

---------------------------------------------- */ 

.postDetail {
  width: 94%; max-width: 820px;
  margin: 0 auto;
	padding-top: 2em;
}

.postDetail__head {
	margin-bottom: 0.5em;
}

.postDetail__head .post__number {
	width:auto;
	font-size: 34px; font-size: 3.4rem;
}



.postDetail__snsBtn {
	display: inline-block;
	padding: 0em 1em;
	font-size: 12px; font-size: 1.2rem;
	line-height:2.2 ;
	text-decoration: none;
	color: #fff;
	border-radius: 0.2em;
	transition: 0.2s;
}
.postDetail__snsBtn-fb {
	background: #3D618E;
}
.postDetail__snsBtn-twr {
	background: #3DACDE;
}
.postDetail__snsBtn::before {
	content: "";
	display: inline-block;
	width: 1.2em; height: 1.2em;
	margin-right: 0.5em;
	margin-top: -0.3em;
	vertical-align: middle;
}
.postDetail__snsBtn-fb::before {
	background: url("../../_common/img/share/sns_fbIcon.png");
	background-size: cover;
}
.postDetail__snsBtn-twr::before {
	background: url("../../_common/img/share/sns_twrIcon.png");
	background-size: cover;
}
.postDetail__snsBtn:hover {
	color: #fff;
	opacity: 0.6;
}


.postDetail__head__sns {
	float: right;
}
.postDetail__bottom__sns {
	padding: 4em 0 3em;
	text-align: center;
}
.postDetail__bottom__sns .postDetail__snsBtn {
	padding: 0em 3em;
	line-height:3.6 ;
}
.postDetail__bottom__sns .postDetail__snsBtn::before {
	width: 1.8em; height: 1.8em;
}





.postDetail__head .post__info {
}

.postDetail__head .post__title {
	font-size: 31px; font-size: 3.1rem;
	font-weight: 600;
	line-height: 1.2;
}

@media screen and (max-width:768px){
.postDetail__head .post__title {
	font-size: 24px; font-size: 2.4rem;
}
}

/*-- Deta --*/
.post__deta {
  display: flex;
	margin-bottom: 1em;
	font-size: 12px; font-size: 1.2rem;
	font-family: Arial, Helvetica, "sans-serif";
}
.post__deta .post__day::after {
  display: inline-block;
  content: "　/　";
  padding: 0 0.5em;
}
.post__deta p span {
  margin-left: 0.5em;
}




.postDetail__body {
	margin-bottom: 5em;
}

.postDetail__mainPhoto {
  margin-bottom: 5em;
}

.postDetail__mainPhoto img {
  display: block;
  width: 100%;
}

.postDetail__text {
  width: 95%; max-width: 672px;
  margin: 0 auto 5em;
  font-size: 18px; font-size: 1.8rem;
}

.postDetail__subPhoto {
  width: 95%; max-width: 672px;
  margin: 0 auto 0em;
}

.postDetail__subPhoto img {
  display: block;
  width: 100%;
}

.postDetail__subText {
  padding: 3em 2%;
  font-size: 18px; font-size: 1.8rem;
}

.postDetail__map {
	 padding: 4em 0 0;
}
#mapCanvas{
	width: 100%; 
	height: 300px; 
	display: block; 
	margin: auto; 
}

.mapLinkBtn {
	display: block;
	width: 60%; max-width: 12em;
	margin: 1em auto 2em;
	padding: 0.5em;
  text-align: center;
  border: 1px solid #808080;
  border-radius: 5px;
	text-decoration: none;
}


.postDetail__info {
  padding: 1.5em 0 1em;
  border: solid #bebebe;
  border-width: 1px 0;
}

.postDetail__info p {
  margin-bottom: 0.8em;
  font-size: 11px; font-size: 1.1rem;
}

.postDetail__info a {
  display: inline-block;
  margin: 0 0em 0.5em 0.5em;
  padding: 0.3em 1em;
  font-size: 15px; font-size: 1.5rem;
  text-decoration: none;
  text-align: center;
  background: #e8e8e8;
	border-radius: 0.2em;
}

.postDetail__list {
	margin-bottom: 5em;
}

.postDetail__heading {
	padding-left: 1em;
	font-size: 18px;
	font-size: 1.8rem;
	border-left: 5px solid #000;
}

.postDetail__button {
	display: block;
	width: 60%; max-width: 176px;
	margin: 0 auto 5em;
	padding: 0.25em;
  text-align: center;
  border: 2px solid #bebebe;
  border-radius: 5px;
	text-decoration: none;
}







/*-- List --*/
.post-list__item {
	/*max-width: 820px;*/
	padding: 1em 0;
	border-bottom: 1px solid #bebebe;
}

.post-list__item a{
	display: block;
}

.post-list__item .post__image {
	float: left;
	overflow: hidden;
	width: 32%; 
	height: 180px;
	transition: 0.3s;
}
.post-list__item a:hover .post__image{
	opacity: 0.6;
}

@media screen and (max-width:768px){
.post-list__item .post__image {
	height: 20vw;
}
}


.post-list__item .post__box {
	float: right;
	width: 65%;
	padding-top: 1em;
}
@media screen and (max-width:768px){
.post-list__item .post__box {
	padding-top: 0;
}
}


.post-list__item .post__info {
	margin: 0 0 0.25em -0.5em;
}
.post-list__item .post__number{
	font-size: 28px; font-size: 2.8rem;
	margin-right: 0.0em;
}
.post-list__item .post__title {
	margin-bottom: 0.25em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.post-list__item .post__text {
	max-height: 3.8em;
	overflow: hidden;
	font-size: 13px; font-size: 1.3rem;
}
@media screen and (max-width:768px){
.post-list__item .post__info {
	margin: 0 0 0.25em -1em;
}
.post-list__item .post__text {
	height: 3.5em;
	overflow: hidden;
}

}

@media screen and (max-width:599px){
.post-list__item .post__text {
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 1.8em;
}

}



