
/*====================================================
//// id 　main
====================================================*/
#main .itemBox {
	background: #ccc;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	#main .itemBox {
		height: 80vw;
			max-height: 400px;
	}
}

@media screen and (max-width:540px) {
	#main .itemBox {
	}
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	#main .itemBox {
		height: 40vw;
			max-height: 700px;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1550px) {
}

/*====================================================
//// id 　leadCopy
====================================================*/

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	#leadCopy .itemBox {
		grid-template-columns: 100px 1fr;
		padding-right: 40px;
	}
	#leadCopy .headBox {
		grid-row: 1 / 3;
	}
	#leadCopy .headBox h2 {
		-ms-writing-mode: tb-rl;
		    writing-mode: vertical-rl;
		-webkit-text-orientation: upright;
		        text-orientation: upright;
		letter-spacing: .3em;
		margin-top: .2em;
	}
}

@media screen and (max-width:540px) {
	#leadCopy .itemBox {
		grid-template-columns: 20vw 1fr;
		padding-right: 20px;
	}
	#leadCopy .headBox {
		grid-row: 1 / 2;
	}
	#leadCopy .headBox h2 {
		font-size: 7vw;
	}
	#leadCopy .linkBox {
		grid-column: 1 / 3;
	}
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	#leadCopy .headBox {
		margin-bottom: 40px;
		text-align: center;
	}
	#leadCopy .headBox h2 {
		font-size: 4.8rem;
		letter-spacing: .2em;
	}
	#leadCopy .txtBox {
		text-align: center;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
	#leadCopy .headBox h2 {
		font-size: 4.0rem;
	}
}

@media screen and (min-width:1550px) {
}

/*====================================================
//// id detail_item
====================================================*/
#detail {
	overflow: hidden;
	width: 100%;
}

#detail .detail_item {
	/* opacity: 0; */
	transform: translate(0, 40px);
	transition: all 1.2s ease;
}
#detail .alm-reveal.show .detail_item {
	opacity: 1;
	transform: none;
}

#detail .detail_item.layout-single {
	grid-template-columns: 1fr;
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
}

#detail .detail_item .txtBox {
	display: block;
}
#detail .detail_item .infoBox .info_item dt {
	margin-bottom: .2em;
}
#detail .detail_item .infoBox .info_item dt .squareMark {
	display: inline-block;
	font-size: .9em;
	margin-right: 1em;
	text-align: center;
	width: 12em;
}

#detail .alm-btn-wrap {
	text-align: center;
}
#detail .alm-load-more-btn {
	margin: 100px auto 0;
}
#detail .alm-load-more-btn.done {
	display: none;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	#detail .itemBox {
		margin: auto;
		width: 86%;
	}
	#detail .detail_item.layout-left .imgBox,
	#detail .detail_item.layout-right .imgBox {
		margin: 0 auto;
		width: 100%;
			max-width: 400px;
	}
	#detail .detail_item.layout-left .txtBox,
	#detail .detail_item.layout-right .txtBox {
		margin: 0;
		width: 100%;
	}
	#detail .detail_item .imgBox .coverImg {
		padding-top: 100%;
		height: 0;
	}
	#detail .detail_item.layout-right .headBox {
		text-align: left;
	}
}

@media screen and (max-width:769px) {
	#body_spots .detail_item {
	    margin: 80px auto 0;
	}
	#detail .alm-load-more-btn {
		margin: 80px auto 0;
	}
}

@media screen and (max-width:540px) {
	#detail .detail_item .infoBox .info_item {
		grid-template-columns: 1fr;
	}
	#detail .detail_item .infoBox .info_item dt .squareMark {
		margin: 0 0 .3em;
	}

}

/* ////////// PC ////////// */
@media print, screen and (min-width: 960px) {
	#body_spots .detail_item {
	    margin: 100px auto 0;
	}
	.detail_item .infoBox .info_item {
		margin-top: .8em;
	}
	.detail_item.layout-single .infoBox .info_item {
		grid-template-columns: auto 1fr;
		margin-top: .3em;
	}
	.detail_item.layout-single .infoBox .info_item dt {
		margin-bottom: 0;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
	/* .detail_item.layout-left {
		grid-template-columns: 400px 1fr;
	}
	.detail_item.layout-right {
		grid-template-columns: 1fr 400px;
	} */
}

@media screen and (min-width:1550px) {
	#body_spots .detail_item {
	    margin: 130px auto 0;
	}
}


/*====================================================
//// id 　
====================================================*/

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
}

@media screen and (max-width:540px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1550px) {
}

/*====================================================
//// id 　
====================================================*/

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
}

@media screen and (max-width:540px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1550px) {
}
