
/*====================================================
//// 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 {
	border: solid;
	border-width: 1px 0;
}
#detail .detail_item .infoBox .info_item {
	grid-gap: 3px;
	grid-template-rows: auto 1fr;
	padding: .5em;
	position: relative;
}
#detail .detail_item .infoBox .info_item::after {
	border-left: solid 1px;
	content: '';
	margin: auto;
	position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
	width: 0;
	height: calc(100% - 16px);
}
#detail .detail_item .infoBox .info_item:last-child::after {
	display: none;
}
#detail .detail_item .infoBox .info_item dt {
	font-size: .7em;
}
#detail .detail_item .arrowBtn-small {
	font-size: 1em;
}

#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: 960px) {
	#body_spots .detail_item {
	    margin: 100px auto 0;
	}
	#detail .detail_item.layout-left .imgBox ,
	#detail .detail_item.layout-right .imgBox {
		margin: 0;
		width: 100%;
	}
	#detail .detail_item.layout-right .headBox {
		text-align: left;
	}
	#detail .detail_item .txtBox {
		margin: 0;
		width: 100%;
	}

}

@media screen and (max-width:769px) {
	#detail .itemBox {
	    margin: auto;
	    width: 88%;
	}
	#body_spots .detail_item {
	    margin: 80px auto 0;
	}
	#detail .detail_item .imgBox .coverImg {
		height: 0;
		padding-top: 100%;
	}
	#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;
	}

}

/* ////////// PC ////////// */
@media print, screen and (min-width: 960px) {
	#body_spots .detail_item {
	    margin: 100px auto 0;
	}
	#detail .detail_item.layout-single .infoBox .info_item {
		align-items: center;
		grid-template-columns: auto 1fr;
		grid-gap: 0 10px;
	}
}

/* ////////// 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) {
}
