@charset "utf-8";

/*=====================================================================================
	
	Document    : anniversary.css
	Description : PC用（幅900px以上）
 
=====================================================================================*/

.anniversary {
	padding-bottom:0 !important;
}

#greeting {
}
	
#greeting p {
	text-align: left;
	text-indent: 1em;
	margin-bottom: 1em;
}

#greeting .fl {
	float: left;
}

#greeting .fr {
	float: right;
}


/*---------------------------------------------------------------------------

   photo

---------------------------------------------------------------------------*/

.anniversary_desc {
	width: 32%;
	padding: 4%;
	background-color: #fff;
	text-align: center;
    margin: 0 auto;
}

.photo {
	position:relative;
}

.photo .block {
	background:url(../../image/bg-black5.png) repeat center top;
	max-width:100% !important;
	position:relative;
}

.photo h4 {
	font-size: 24px;
	line-height: 1.4;
}

.photo02,
.photo03,
.photo06,
.photo07,
.photo08 {
	position: relative;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.photo04,
.photo05 {
	position: relative;
	max-width: 880px;
	margin-left: auto;
	margin-right: auto;
}

.photo02desc {
	position: absolute;
	top: 15%;
	left: 68%;
	width: 16%;
	padding: 4%;
	background-color: #fff;
	text-align: center;
}

.photo02desc h4 {
	position: relative;
	margin-bottom: 0.25em;
}

@media screen and (max-width:1050px) {
.photo02desc {
	width: 24%;
	padding: 2%;
}
}

@media screen and (max-width:710px) {
.photo02desc {
	left: 64%;
	width: 28%;
}
}

.photo03desc h4 {
	position: absolute;
	top: 10%;
	left: 66%;
	width: 20%;
	padding: 4%;
	background-color: #fff;
	text-align: center;
}

@media screen and (max-width:1050px) {
.photo03desc h4 {
	top: 12%;
	width: 24%;
	padding: 2%;
}
}

@media screen and (max-width:870px) {
.photo03desc h4 {
	left: 64%;
	width: 28%;
}
}

@media screen and (max-width:750px) {
.photo03desc h4 {
	left: 63%;
	width: 32%;
}
}

@media screen and (max-width:660px) {
.photo03desc h4 {
	font-size: 22px;
}
}

.photo04 img,
.photo05 img {
	float: left;
}

.photo04 h4,
.photo05 h4 {
	position: static;
	float: left;
	padding: 4%;
	background-color: #fff;
	margin-left: 1em;
}

@media screen and (max-width:940px) {
.photo04 img,
.photo05 img {
	float: none;
	display: block;
	margin: 0 auto;
}

.photo04 h4,
.photo05 h4 {
	float: none;
	max-width: 700px;
	margin: 0 auto;
	padding: 2% 0;
}
}

.photo06desc {
	position: absolute;
	top: 15%;
	left: 68%;
	width: 18%;
	padding: 4%;
	background-color: #fff;
	text-align: center;
}

.photo06desc h4 {
	position: relative;
	margin-bottom: 0.25em;
}

@media screen and (max-width:1050px) {
.photo06desc {
	width: 24%;
	padding: 2%;
}
}

@media screen and (max-width:750px) {
.photo06desc {
	left: 64%;
	width: 28%;
}
}

.photo07 p {
	position: absolute;
	top: 15%;
	left: 68%;
	width: 20%;
	padding: 4%;
	background-color: #fff;
	text-align: center;
	font-weight: bold;
}

@media screen and (max-width:1050px) {
.photo07 p {
	padding: 2%;
}
}

@media screen and (max-width:980px) {
.photo07 p {
	left: 64%;
	width: 26%;	
}
}

@media screen and (max-width:750px) {
.photo07 p {
	top: 10%;
}
}

.photo08desc01 {
	position: absolute;
	top: 15%;
	left: 66%;
	width: 20%;
	padding: 4%;
	background-color: #fff;
	text-align: center;
}

.photo08desc01 h4 {
	position: relative;
	margin-bottom: 0.25em;
}

@media screen and (max-width:1050px) {
.photo08desc01 {
	left: 63%;
	width: 30%;
	padding: 2%;
}
}

@media screen and (max-width:700px) {
.photo08desc01 h4 {
	font-size: 20px;
}
}

.photo08desc02 {
	position: absolute;
	top: 64%;
	left: 6%;
	width: 20%;
	padding: 4%;
	background-color: #fff;
	text-align: center;
}

.photo08desc02 h4 {
	position: relative;
	margin-bottom: 0.25em;
}

@media screen and (max-width:1050px) {
.photo08desc02 {
	left: 3%;
	width: 30%;
	padding: 2%;
}
}

@media screen and (max-width:700px) {
.photo08desc02 h4 {
	font-size: 20px;
}
}

/*-------------------------------------------------------
   創業30周年記念動画
-------------------------------------------------------*/

.anivmovie {
	max-width:100% !important;
	padding-top:0 !important;
}

.anivmovie h3 {
	border-top-width:5px;
	border-top-style:solid;
	border-top-color:#7ab9d8;
}

.anivmovie-movie {
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
}

.anivmovie-movie a {
	transition: 0.4s;
}

.anivmovie-movie a:hover {
	opacity: 0.7;
}

.anivmovie-movie a img {
	width: 800px;
}

@media screen and (max-width:800px) {
.anivmovie-movie a img {
		width:100%;
	}
}