.grid {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: flex-start;
}
.title {
	margin-bottom: 16px;
}
.item_box {
	margin-bottom: 16px;
	width: 187px;
	height: 187px;
	border-radius: 10px;
}
.container .grid .item_box img{
	max-width: none;
}
.item_box p a {
	width: 100%;
	color: #fff;
	text-decoration: none;
	padding: 6px;
	display: block;
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.50);
}

/*///タブレット 縦のみ///*/
@media screen and (max-width: 1024px) and (orientation: portrait) {
.title img {
	width: 100%;
}
.item_box {
	width: 31.5%;
}
.item_box img {
	width: 100%;
	left: 0;
}
}

/*///タブレット 縦から///*/
@media screen and (max-width: 1024px) {
.bt_g p {
	width: 100%;
}
.castle02_top01, .castle03_top01, .castle04_top01, .castle05_top01 {
	width: 49%;
}
.photo_box {
	margin-top: 40px;
	position: relative;
	width: 100%;
}
}

/*///スマホ 横のみ///*/
@media screen and (max-width: 896px) and (orientation: landscape) {
.button {
	top: -65px;
}
}

/*///スマホ 横から///*/
@media screen and (max-width: 896px) {
}

/*///スマホ　縦からは///*/

@media screen and (max-width: 480px) {
.item_box {
	width: 48%;
	height: 160px;
}
}
