@charset "utf-8";

#guest section h3{
	padding:0.2em 1em;
	border:none;
	background:#541b86;
	color:#ffffff;
	position:relative;
}
#guest .guests h3 span{
	font-weight:normal;
	position:absolute;
	right:1em;
	bottom:0.2em;
	font-size:90%;
	color:#eeeeee;
}

.special .f_left{
	float:left;
	width:378px;
}
.special .images{
	float:right;
	padding-right:5px;
	text-align:center;
	width:142px;
}
.special .images img{
	margin-bottom:20px;
}
.profile{
	border:1px solid #cccccc;
	padding:10px;
}
.profile b{
	display:block;
	margin-bottom:15px;
}

.guests li{
	margin-bottom:2em;
}
.guests .f_right{
	float:right;
	width:378px;
}
.guests .images{
	float:left;
	padding-right:5px;
	text-align:center;
	width:142px;
}
.guests .images img{
	margin-bottom:20px;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.invitation ul{
	display: flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	justify-content:space-between;
}
.invitation ul li{
	width:270px;
	border:1px solid #cccccc;
	margin-bottom:1em;
}
.invitation ul li img{
	float:left;
	width:112px;
	height:auto;
}
.invitation ul li div{
	float:right;
	width:158px;
}
#guest section.invitation h3{
	padding:0.2em 0 0.2em 1em;
	margin-bottom:0;
}
#guest section.invitation h3 span{
	font-weight:normal;
	font-size:90%;
	color:#eeeeee;
}
#guest section.invitation p.furigana{
	font-size:80%;
	color:#666666;
	padding-left:1em;
}
#guest section.invitation p.belongs{
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	line-height:1.6;
	padding:0;
	text-align:center;
	margin-bottom:0.5em;
}
#guest section.invitation h4{
	border:none;
	line-height:1.6;
	padding:0;
	margin:0;
	font-size:80%;
	font-weight:normal;
	padding-left:1em;
}
#guest section.invitation h4 + p{
	font-size:80%;
	text-align:center;
}
#guest section.invitation p b{
	font-size:0.9rem;
	display:block;
	text-align: center;
}

.pacerunner img{
	box-sizing:border-box;
	margin-bottom:1em;
}


@media screen and (max-width: 769px) {

.special .f_left{
	width: calc(100% - 160px);
}
.special .images{
	float:right;
	padding-right:5px;
	text-align:center;
	width:142px;
}
.guests .f_right{
	float:none;
	width: auto;
}
.guests .images{
	float:left;
	padding-right:5px;
	text-align:center;
	width:142px;
}

.youtube {
	clear:both;
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
}

@media screen and (max-width: 545px) {
.invitation ul li{
	width:100%;
	box-sizing: border-box;
}
.invitation ul li img{
	float:left;
	width:112px;
	height:auto;
}
.invitation ul li div{
	float:right;
	width:calc(100% - 122px);
}
}

















