/*===============　幅768px以下の場合に適用　===============*/
@media screen and (max-width:767px) {
.page_img {
   background: url("../img/pg/background-img.jpg");
   background-position: center;
   background-size: cover;
   height: 220px;
  }
	
.li{
	list-style:none;
}

.photo {
	width: 100%;
	height: auto;
	margin:auto;
}

.photo_anc {
	text-align: center;
	color: #fff;
	width:95%;
	margin: 0 auto;
}

.photo_anc a{
	text-decoration:none;
	color: #fff;
	display: inline-block;
	padding:10px 0;
	width: 150px;
}

.photo_anc li {
	width: 150px;
	display: inline-block;
	background: #746f5c;
	color: #fff;
	margin: 8px 10px;
	height: 42px;
	border-radius: 20px;
	
}



.photo h3 {
	margin:auto;
    font-size: 24px;
    border-bottom: 1px solid #746f5c;
	display:block;
	margin:auto;
	clear:both;
}

.photo1{
	margin:auto;
	text-align:center;
}

ul.photo1 {
	width: 100%;
    height: auto;
    margin: 30px auto;
}

ul.photo1 li {
	width:50%;
	height:auto;
	padding:5px 7px;
	margin:auto;
	box-sizing:border-box;
	list-style:none;
	float:left;
}

ul.photo1 li:hover {
	opacity: 0.6;
}

ul.photo1 li img{
	width:80%;
	height:auto;
}






}




/*===============　幅769px以上の場合に適用　===============*/
@media screen and (min-width:768px) {
	
.page_img {
   background: url("../img/pg/background-img.jpg");
   background-position: center;
   background-size: cover;
   height: 500px;
  }
.photo {
	width: 1200px;
	height: auto;
	margin: 0 auto 200px;
}

.photo_anc {
	text-align: center;
	color: #fff;
	width:780px;
	margin: 0 auto;
}

.photo_anc a{
	color: #fff;
	display: inline-block;
	font-size: 100%;
}

.photo_anc li {
	width: 180px;
	display: inline-block;
	background: #746f5c;
	color: #fff;
	margin: 0 10px;
	border-radius: 20px;
	height: 44px;
}

.effect {
	text-align: center;
	display: inline-block;
	position: relative;
	text-decoration: none;
	color: #fff;
	text-transform: capitalize;
	/* background-color: - add your own background-color */
	font-family: "Roboto", sans-serif;
	/* put your font-family */
	font-size: 14px;
	padding: 10px 0px;
	width: 180px;
	border-radius: 20px;
	overflow: hidden;
	transition: all 0.2s linear 0s;
}

.effect:before {
	content: "→";
	font-family: FontAwesome;
	font-size: 16px;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 0;
	top: -2px;
	opacity: 0;
	height: 100%;
	width: 40px;
	transition: all 0.2s linear 0s;
}
.effect:hover {
	text-indent: -20px;
	text-decoration: none;
	color: #fff;
	background: #F90;
}
.effect:hover:before {
	opacity: 1;
	text-indent: 0px;
}

.photo h3 {
	text-align: left;
    font-size: 24px;
    border-bottom: 1px solid #746f5c;
    padding-left: 20px;
}


ul.photo1 {
	width: 1200px;
    height: auto;
    margin: 30px auto;
}

ul.photo1 li {
	display:inline-block;
    width: 16.5%;
    height: auto;
    border: 1px solid #fff;
    box-sizing: border-box;
    overflow: hidden;
	margin:12px 1.6%;
}

ul.photo1 li:hover {
	opacity: 0.6;
}

ul.photo1 li img{
	display: block;
	transition-duration: 0.5s;
}

ul.photo1 li img:hover{
	transform:scale(1.1);
	transition-duration: 0.3s;
}








































}









