@charset "utf-8";
/* CSS Document */


/* 共通部分 */
body{
	margin:0;
    background-position: center center;
	background-repeat:no-repeat;
	background-size:cover;
	min-width: 1000px;
    width: 100%;
    font-size: 100%;
	}

.pc { display: block !important; }
.sp { display: none !important; }


  .br-pc { display:block; }
  .br-sp { display:none; }

.center{
    text-align: center;
}

.bottom-30 {
	margin-bottom: 30px!important;
}

.top-30 {
	margin-top: 30px!important;
}

.fontsize-150 {
    font-size: 150%;
    color:#000;
}


/*Clearfix*/
.clr {
	zoom: 1;
}

.clr:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}



/*ページ内容*/
#about{
	margin: 0 auto;
    width: 100%;
}

#about .aboutWrap {
	width: 100%
}

.aboutWrap section {
	padding: 50px 0;
}

.aboutWrap .content {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

#about h2 img {
    width: 100%;
}



/*ページ内容(pourjours)*/
#about_pourjours{
    width: 1000px;
    margin: 0 auto; 
  }

#about_pourjours h3 {
	text-align: center;
}

#about_pourjours2 p{
line-height: 2.0; 
  }

#about_pourjours dl{
    width: 500px;    
}

#about_pourjours dt{
float: left;
}

#about_pourjours dd{
margin-left:21%;
}


/*ページ内容(anniversary)*/
#a_anniversary{
    width: 1000px;
    margin: 0 auto; 
  }

#a_anniversary p{
   /* font-size: 100%;*/
  }

#a_anniversary h3 {
	text-align: center;
}



/*box部分*/
#about_pourjours .boxItems2 {
    width: 1000px;
	float: left;
    padding-top: 20px;
}

#a_anniversary .boxItems2 {
	float: left;
}

#about_pourjours .boxItems2,
#a_anniversary .boxItems2 {
	display: flex;
	display: -moz-flex;
	display: -o-flex;
	display: -webkit-flex;
	display: -ms-flex;
	flex-direction: row;
	-moz-flex-direction: row;
	-o-flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
}

#about_pourjours .boxItems2 h4,
#a_anniversary .boxItems2 h4{
width:500px;
}

#about_pourjours .boxItems2 h4 img,
#a_anniversary .boxItems2 h4 img {
    margin: 10px;
width:480px;
    height: auto;
}


#about_pourjours .boxItems2 .box,
#a_anniversary .boxItems2 .box {
	display: table-cell;
	float: left;
	width: 480px;/*50%*/
    margin: 10px;
/*	padding: 10px;上 右 下 左*/
	line-height: 1.8;
}

#about_pourjours .boxItems2 .box img,
#a_anniversary .boxItems2 .box img {
    padding-bottom: 20px;
}