@charset "UTF-8";
@import url("../../../../webfonts/AGaramondPro_Regular/stylesheet.css");
#menuWrp {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #61371D;
	font-size: 14px;
}
#menuWrp h2 {
	font-family: Didot;
	font-size: 33px;
	line-height: 31px;
	text-align: center;
}
#menuWrp h3  {
	font-size: 13px;
	line-height: 46px;
	text-align: center;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	margin-bottom: 40px;
}
#menuWrp .menuNav{
	width: 80%;
	margin: auto;
}
#menuWrp .menuNav a{
	font-size: 20px;
	color: #61371d;
}
#menuWrp .box  {
	width: 50%;
	margin-bottom: 7%;
}
#menuWrp .flexbox  {
	display: -webkit-box;/*--- Android ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex; /* safari */
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;    /* 改行 */
	-webkit-justify-content: space-between;
	justify-content: space-between;  /* 横方向の整列 flex-start space-around */
	width:100%; /* 横並びさせる親要素の幅 */
}
#menuWrp .line  {
	max-width: 210px;
	margin-left: auto;
	margin-right: auto;
}
#menuWrp .box dl {
	line-height: 50px;
	margin-right: auto;
	padding: 0 21%;

}
#menuWrp .box dl dt {
	width: 70%;
	float: left;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#menuWrp .box dl dd {
	float: right;
	width: 30%;
	text-align: right;
	box-sizing: border-box;
}
#menuWrp .fullwidth{
	width: 100%;
	background-color: #D1C7B8;
}
#menuWrp .wedding .step {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 13px;
	text-align: left;
	line-height: 29px;
	background-image: url(../img/menu/pic_01.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding-bottom: 84px;
}
#menuWrp h4  {
	font-family: hannari;
	font-size: 22px;
	padding-top: 8%;
	padding-bottom: 7%;
}
#menuWrp .wedding .step dl {
	margin-bottom: 7%;
}
#menuWrp .wedding .step dt.tit {
	font-size: 22px;
	line-height: 58px;
	vertical-align: middle;
}
#menuWrp .wedding .step dt.tit span {
	margin-right: 2%;
	vertical-align: middle;
}
#menuWrp .wedding .step dl .tit.sp1 {
	background-image: url(../img/menu/tit_step01.png);
	background-repeat: no-repeat;
	padding-left: 93px;
	margin-bottom: 16px;
}
#menuWrp .wedding .step dl .tit.sp2 {
	background-image: url(../img/menu/tit_step02.png);
	background-repeat: no-repeat;
	padding-left: 113px;
	margin-bottom: 16px;
}
#menuWrp .wedding .step dl .tit.sp3 {
	background-image: url(../img/menu/tit_step03.png);
	background-repeat: no-repeat;
	padding-left: 113px;
	margin-bottom: 16px;
}
#menuWrp .wedding .step2 {
	padding-left: 18%;
}
#menuWrp .wedding .step3 {
	padding-left: 7%;
}
#menuWrp .box2  {
	overflow: hidden;
}
#menuWrp .box2 dl {
	line-height: 50px;
	padding-top: 6%;
	padding-bottom: 6%;
	padding-left: 10%;
	padding-right: 10%;
}
#menuWrp .box2 dl dt {
	width: 70%;
	float: left;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 21px;
	margin-bottom: 4%;
}
#menuWrp .box2 dl dt span {
	display: inline-block;
	font-size: 10px;
	text-indent: 3em;
}
#menuWrp .box2 dl dd {
	float: right;
	width: 30%;
	text-align: right;
}
#menuWrp .clear  {
	clear: both;
}
@media screen and (max-width:768px){
	#menuWrp .box{
		width:44%;
	}
	#menuWrp .box dl{
		padding: 0;
	}
	#menuWrp .box dl dt{
		padding-left: 0;
	}
	#menuWrp .box dl dd{
		text-align: right;
	}
	#menuWrp .box2 dl{
		padding-left: 0;
		padding-right: 0;
	}
	.pc_none{
		display: none;
	}
}
@media screen and (max-width:480px){
	#menuWrp .menuNav li{
		width: 48%;
	}
	#menuWrp .menuNav a{
		font-size: 16px;
		color: #61371d;
		}
	#menuWrp .box{
		width:100%;
		margin-bottom: 14%;
	}
	#menuWrp .wedding .step2 {
		padding-left: 0;
	}
	#menuWrp .wedding .step3 {
		padding-left: 0;
	}
	#menuWrp .wedding .step {
		background-image: none;
	}
	#menuWrp .box2 dl dt {
    	padding-left: 0;
	}
	#menuWrp .box2 dl dt span{
		white-space: pre-wrap;
	}
	
	#menuWrp .box2 dl dt span {
		text-indent: 0;
	}
	.pc_none{
		display: block;
	}
}
