@charset "utf-8";
/* 生協まつり */
.coopfestival {
  background:#d3edfb;
}

.main_area span {
  font-weight: bold;
}
.main_area b {
  color:#5299ce;
}
.siro_box {
  text-align: center;
}
.kouhyo_s {
    font-size: 130%;
    font-family: M PLUS Rounded\ 1c, Rounded Mplus\ 1c, Mplus\ 1p, sans-serif;
    color:#cb5279;
    margin-bottom:5px;
    letter-spacing: 0.15em;
    font-weight:bold;
}
.list01 li h4 {
  font-family: M PLUS Rounded\ 1c, Rounded Mplus\ 1c, Mplus\ 1p, sans-serif;
  color:#d78683;
  font-weight:bold;
  margin:10px 0 6px;
}


@media all and (min-width:1100px) {
  .txt_torihiki {
    max-width:1100px;
  	margin:60px auto;
  }
  #contents.peacerelay .contentsInner {
  	max-width:1100px;
  	margin: 0 auto;
  }
}

@media all and (max-width:1099px) {
  .txt_torihiki {
  	padding:60px 20px;
  }
}


/* PC用 */
@media all and (min-width:641px) {
  .main_area {
    text-align: center;
    background: url(../img/report_1.png) center 0 no-repeat;
    padding-top:220px;
    font-size: 105%;
    line-height: 1.8em;
    margin-bottom:80px;
  }
  .siro_box {
    margin-top:40px;
  }
  .siro_box p {
    display: inline-block;
    background:#fff;
    margin:0 auto;
    padding:15px 50px;
    border-radius:100px;
  }
  .kouhyo_box_l {
    width: calc((100% - 62px) / 3);
    float: left;
  }
  .kouhyo_box_r {
    width:65.5%;
    float:right;
  }
  .kouhyo_box_r ul li {
    width:48%;
  }
  .kouhyo_box_r ul li.left {
    float: left;
  }
  .kouhyo_box_r ul li.right {
    float: right;
  }
  #contents.peacerelay .white_area {
  	margin: 0;
  	padding: 90px 0 80px 0;
  	background: #fff;
  	position: relative;
  }
}

/* スマホ用 */
@media all and (max-width:640px) {
  .main_area {
    padding-bottom:30px;
  }
  .main_area p {
    padding:0 20px;
  }
  .siro_box p {
    display: inline-block;
    background:#fff;
    margin:0 auto;
    padding:15px 50px;
    border-radius:100px;
    margin:20px;
  }
  #contents.peacerelay .white_area {
  	margin: 0;
  	padding:30px 0;
  	background: #fff;
  	position: relative;
  }
}


/* white_area
---------------------------------------------------------------- */
#contents.peacerelay .white_area::before,
#contents.peacerelay .white_area::after {
	content: "";
	display: block;
	width: 100%;
	height: 12px;
	position: absolute;
	left: 0;
}
#contents.peacerelay .white_area::before {
	top: -12px;
	background: url("../img/bg_top.png") 0 0 repeat-x;
	background-size: 62px 12px;
}
#contents.peacerelay .white_area::after {
	bottom: -12px;
	background: url("../img/bg_btm.png") 0 0 repeat-x;
	background-size: 62px 12px;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.clearfix {zoom:1;}

#contents.peacerelay {
	color: #333333;
}
#contents.peacerelay img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

@media all and (max-width:640px) {
	#contents.peacerelay .contentsInner {
		margin: 0 13px;
	}
}

#contents.peacerelay .commonHead01 {
	width: 488px;
	margin: 0 auto;
	text-align: center;
}
@media all and (max-width:640px) {
	#contents.peacerelay .commonHead01 {
		width: auto;
		max-width: 300px;
	}
}



.peacerelayModalMessageBox {
	max-width: 800px;
}
.peacerelayModalMessageBox img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
.peacerelayModalMessageBox .inBox01 {
	padding: 50px 20px 30px;
	border-radius: 15px;
	background: #ebffea;
	box-sizing: border-box;
	position: relative;
}
.peacerelayModalMessageBox .head {
	color: #648e62;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	padding: 0 0 20px 0;
	background: url("../img/peacerelay/modal_message_line01.png") center bottom no-repeat;
	background-size: 256px auto;
}
.peacerelayModalMessageBox .txtBox01 {
	font-size: 18px;
	font-weight: bold;
	line-height: 37px;
	margin: 30px 50px 0;
}
.peacerelayModalMessageBox .txtBox01 p.txt01 {
	background: url("../img/peacerelay/modal_message_line02.png") 0 0 repeat;
	background-size: auto 37px;
}
.peacerelayModalMessageBox .txtBox01 p.name {
	text-align: right;
	margin: 2em 0 0 0;
}
.peacerelayModalMessageBox .siteBox {

}
.peacerelayModalMessageBox .siteBox .ttl01 {
	text-align: center;
}
.peacerelayModalMessageBox .siteBox .list01 {
	display: flex;
	justify-content: space-between;
	margin: -30px 30px 0;
}
.peacerelayModalMessageBox .siteBox .list01 > li {
	width: 20%;
}
.peacerelayModalMessageBox .btnClose {
	width: 82px;
	margin: 30px auto 0;
	cursor: pointer;
}

@media all and (max-width:640px) {
	.peacerelayModalMessageBox .inBox01 {
		padding: 15px;
		border-radius: 10px;
	}
	.peacerelayModalMessageBox .head {
		font-size: 100%;
		padding: 0 0 10px 0;
		background-size: 128px auto;
	}
	.peacerelayModalMessageBox .txtBox01 {
		font-size: 100%;
		line-height: 28px;
		margin: 15px 0 0;
	}
	.peacerelayModalMessageBox .txtBox01 p.txt01 {
		background-size: auto 28px;
	}
	.peacerelayModalMessageBox .siteBox .list01 {
		margin: 0;
	}
	.peacerelayModalMessageBox .siteBox .list01 > li {
		width: 20%;
	}
	.peacerelayModalMessageBox .btnClose {
		width: 41px;
		margin-top: 15px;
	}
}


/* peacerelayModalExhibitGoodsBox
---------------------------------------------------------------- */
.peacerelayModalExhibitGoodsBox {
	color: #000000;
	max-width: 600px;
}
.peacerelayModalExhibitGoodsBox .picBox {
	text-align: center;
	position: relative;
}
.peacerelayModalExhibitGoodsBox .picBox img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
.peacerelayModalExhibitGoodsBox .picBox .bx-prev ,
.peacerelayModalExhibitGoodsBox .picBox .bx-next {
	position: absolute;
	display: block;
	width: 38px;
	height: 64px;
	top: calc(50vh - 32px);
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
	z-index: 100;
	opacity: 0.43;
}
.peacerelayModalExhibitGoodsBox .picBox .bx-prev {
	left: -75px;
	background: url(/au_ji/peacerelay/img/peacerelay/common_slider_btn_prev.png) 0 0 no-repeat;
	background-size: contain;
}
.peacerelayModalExhibitGoodsBox .picBox .bx-next {
	right: -75px;
	background: url(/au_ji/peacerelay/img/peacerelay/common_slider_btn_next.png) 0 0 no-repeat;
	background-size: contain;
}
.peacerelayModalExhibitGoodsBox .picBox .slider li:not(:first-child) {
	display: none;
}
.peacerelayModalExhibitGoodsBox .picBox .bx-viewport .slider li {
	display: block !important;
}
.peacerelayModalExhibitGoodsBox .ttlBox {
	font-size: 18px;
	font-weight: bold;
	padding: 10px 20px;
	border-bottom: 1px solid #e2e2e2;
	background: #ffffff;
}
.peacerelayModalExhibitGoodsBox .txtBox {
	font-size: 16px;
	padding: 15px 20px;
	background: #ffffff;
}
.peacerelayModalExhibitGoodsBox .txtBox p + p {
	margin-top: 1em;
}
@media all and (max-width:640px) {
	#contents.peacerelay .exhibitBox {
		padding: 80px 0 100px 0;
	}
	#contents.peacerelay .exhibitBox .paruko02 {
		top: -160px;
	}
	#contents.peacerelay .exhibitBox .list01 > li {
		width: auto;
	}
	.peacerelayModalExhibitGoodsBox {
	}
	.peacerelayModalExhibitGoodsBox .picBox .bx-prev ,
	.peacerelayModalExhibitGoodsBox .picBox .bx-next {
		width: 19px;
		height: 32px;
		top: calc(50% - 16px);
		opacity: 1;
	}
	.peacerelayModalExhibitGoodsBox .picBox .bx-prev {
		left: 10px;
	}
	.peacerelayModalExhibitGoodsBox .picBox .bx-next {
		right: 10px;
	}
	.peacerelayModalExhibitGoodsBox .ttlBox {
		font-size: 100%;
		padding: 10px 15px;
	}
	.peacerelayModalExhibitGoodsBox .txtBox {
		font-size: 100%;
		padding: 15px 15px;
	}
}


#contents.peacerelay .chirashiBox .contentsInner {
	position: relative;
}
#contents.peacerelay .chirashiBox .paruko03 {
	position: absolute;
	top: -240px;
	left: 0;
}
#contents.peacerelay .banner01Box {
	text-align: center;
  padding:60px 0;
}
@media all and (max-width:640px) {
	#contents.peacerelay .chirashiBox {
		padding:0;
	}
	#contents.peacerelay .chirashiBox::before ,
	#contents.peacerelay .chirashiBox::after {
		height: 6px;
	}
	#contents.peacerelay .chirashiBox::before {
		top: -6px;
		background-size: 31px 6px;
	}
	#contents.peacerelay .chirashiBox::after {
		bottom: -6px;
		background-size: 31px 6px;
	}
	#contents.peacerelay .chirashiBox .paruko03 {
		top: -150px;
	}
}

/* goodsBox
---------------------------------------------------------------- */
#contents.peacerelay .goodsBox {
	padding: 70px 0;
}
#contents.peacerelay .goodsBox .contentsInner {
	position: relative;
}
#contents.peacerelay .goodsBox .paruko04 {
	position: absolute;
	top: -150px;
	right: -30px;
}
#contents.peacerelay .goodsBox .txt01 {
	text-align: center;
	font-size: 16px;
	margin: 1em 0 0 0;
}
#contents.peacerelay .goodsBox .list01 {
	display: flex;
	flex-wrap: wrap;
	margin:10px 0 0 0;
}
#contents.peacerelay .goodsBox .list01 > li {
	width: 23.9%;
	margin: 1.46% 1.46% 0 0;
  text-align: center;
}
#contents.peacerelay .goodsBox .list01 > li:nth-child(4n) {
	margin-right: 0;
}
#contents.peacerelay .goodsBox .list01 > li img {
	width: 100%;
}
@media all and (max-width:640px) {
	#contents.peacerelay .goodsBox .paruko04 {
		right: 0;
	}
	#contents.peacerelay .goodsBox .txt01 {
		font-size: 100%;
	}
	#contents.peacerelay .goodsBox .list01 {
		margin-top: 35px;
	}
	#contents.peacerelay .goodsBox .list01 > li {
		width: 48.5%;
		margin: 1.33% 1.33% 0 0;
	}
	#contents.peacerelay .goodsBox .list01 > li:nth-child(4n) {
		margin-right: 1.33%;
	}
	#contents.peacerelay .goodsBox .list01 > li:nth-child(3n) {
		margin-right: 0;
	}
}

/* motomachinakaBox
---------------------------------------------------------------- */
#contents.peacerelay .motomachinakaBox {
	padding: 60px 0;
	background: #ffe0e5;
	position: relative;
}
#contents.peacerelay .motomachinakaBox::before ,
#contents.peacerelay .motomachinakaBox::after {
	content: "";
	display: block;
	width: 100%;
	height: 12px;
	position: absolute;
	left: 0;
}
#contents.peacerelay .motomachinakaBox::before {
	top: -12px;
	background: url("../img/peacerelay/common_contents_bg_top.png") 0 0 repeat-x;
	background-size: 62px 12px;
}
#contents.peacerelay .motomachinakaBox::after {
	bottom: -12px;
	background: url("../img/peacerelay/common_contents_bg_btm.png") 0 0 repeat-x;
	background-size: 62px 12px;
}
#contents.peacerelay .motomachinakaBox .contentsInner {
	position: relative;
}
#contents.peacerelay .motomachinakaBox .paruko05 {
	position: absolute;
	top: -130px;
	left: 0;
}
#contents.peacerelay .motomachinakaBox .imgBox01 {
	width: 732px;
	margin: 30px 0 0 180px;
}
@media all and (max-width:640px) {
	#contents.peacerelay .motomachinakaBox {
		padding: 110px 0 20px 0;
	}
	#contents.peacerelay .motomachinakaBox::before ,
	#contents.peacerelay .motomachinakaBox::after {
		height: 6px;
	}
	#contents.peacerelay .motomachinakaBox::before {
		top: -6px;
		background-size: 31px 6px;
	}
	#contents.peacerelay .motomachinakaBox::after {
		bottom: -6px;
		background-size: 31px 6px;
	}
	#contents.peacerelay .motomachinakaBox .paruko05 {
		top: -180px;
	}
	#contents.peacerelay .motomachinakaBox .imgBox01 {
		width: auto;
		max-width: 320px;
		margin: 20px auto;
	}
}

/* movieBox
---------------------------------------------------------------- */
#contents.peacerelay .movieBox {
	padding: 70px 0;
}
#contents.peacerelay .movieBox .list01 {
	display: flex;
	justify-content: space-between;
	margin: 45px 0 0 0;
}
#contents.peacerelay .movieBox .list01 > li {
	width: 470px;
	text-align: center;
}
#contents.peacerelay .movieBox .list01 > li .ttl01 {
	width: 170px;
	margin: 0 auto;
}
#contents.peacerelay .movieBox .list01 > li .mvBox {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin: 30px 0 0 0;
}
#contents.peacerelay .movieBox .list01 > li .mvBox iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
@media all and (max-width:640px) {
	#contents.peacerelay .movieBox {
		padding: 50px 0;
	}
	#contents.peacerelay .movieBox .list01 {
		display: block;
		margin-top: 20px;
	}
	#contents.peacerelay .movieBox .list01 > li {
		width: auto;
	}
	#contents.peacerelay .movieBox .list01 > li + li {
		margin-top: 40px;
	}
	#contents.peacerelay .movieBox .list01 > li .ttl01 {
		width: 108px;
	}
}

/* about02Bx
---------------------------------------------------------------- */
#contents.peacerelay .about02Box {
	padding:60px 0 20px;
}
#contents.peacerelay .about02Box .head {
	text-align: center;
	margin: 0 0 60px 0;
}


/* modal
---------------------------------------------------------------- */
.peacerelayModalWrapper {
	display: none;
}
#fancybox-outer {
	background: none!important;
}
.fancybox-bg {
	display: none!important;
}
#fancybox-content {
	overflow: visible!important;
}
#fancybox-content > div {
	overflow: visible!important;
}

.messagelist ul li {
  border: 1px solid #cecece;
  background:#fff;
  border-radius:14px;
  padding:20px;
  margin-bottom:12px;
}
.messagelist ul li p span {
  border-top: 1px dashed #cecece;
  padding-top:10px;
  margin-top:10px;
  display: block;
  text-align:right;
}


.peacerelaymoviebox {
  margin:20px 0;
}
@media all and (max-width:640px) {
  .moviebox_mov {
    margin-top:15px;
  }
  .kouen {
    width: 60%;
    margin: 0 20%;
    font-size: 86%;
  }
}
@media all and (min-width:641px) {
.moviebox_txt {
  float: left;
  width:55%;
}
.moviebox_mov {
  float: right;
  width:42%;
}
}


/* 動画埋め込み用 */
	.movie-wrap {
			 position: relative;
			 padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
			 height: 0;
			 overflow: hidden;
	}
	.movie-wrap iframe {
			 position: absolute;
			 top: 0;
			 left: 0;
			 width: 100%;
			 height: 100%;
	}
