@charset "utf-8";

/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#gNavi li:nth-child(5)>a {
	color: #29b572;
}

#conts>.text {
	margin: 0 auto 80px;
}

#conts .comImgBox .textBox01 {
	width: 390px;
}

#conts .wPhoto img {
	width: 100%;
}

#conts .btp {
	margin-bottom: 60px !important;
}

#conts .btp2 {
	margin-bottom: 30px !important;
}

#conts p .txtSpan {
	font-weight: bold;
	text-decoration: underline;
}

#conts a {
	font-weight: 500;
	text-decoration: underline;
}

#conts .color {
	background: #eef0f2;
}

#conts .txt01 {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 17.2px;
}

#conts .txt02 {
	margin-bottom: 15px;
	font-weight: bold;
	border-bottom: 1px solid #9d9d9d;
}

#conts .bannerBox img {
	width: 100%;
	margin-bottom: 60px;
}

#conts table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 34px;
}

#conts table th,
#conts table td {
	padding: 10px;
	border: 1px solid #9d9d9d;
}

#conts table thead th {
	background: #d4f5b2;
	padding: 12px 10px 10px;
}

#conts table tbody th {
	font-weight: normal;
}

#conts table tbody td {
	width: 160px;
	text-align: center;
}

#conts table tfoot th {
	font-weight: normal;
	text-indent: -1em;
	margin-left: 1em;
	padding-left: 25px;
}

#conts .section {
	padding: 25px 20px 10px;
	margin-bottom: 30px;
}

#conts .section ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#conts .section ul li {
	box-sizing: border-box;
	padding: 10px;
	margin-bottom: 15px;
	text-align: center;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

#conts .section ul li p {
	margin: 0;
	line-height: 1.7;
}

#conts .section ul li .ttl {
	font-weight: bold;
}

#conts .section ul li .txt {
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 14px;
}

#conts .section ul li .txt span {
	color: #df0000;
	font-weight: 600;
}


#conts .section ul .con01 {
	width: 180px;
	height: 130px;
	background: #fff;
}

#conts .section ul .con02 {
	width: 580px;
	height: 100px;
	background: #fff;
}

#conts .section ul .symbol {
	color: #003a6b;
	font-size: 30px;
	font-weight: 900;
}

#conts .link01 {
	margin: 0 auto 60px;
	width: 210px;
}

#conts .link01 a {
	width: auto;
	padding: 9px 18px 8px 37px;
	display: block;
	font-weight: bold;
	text-align: center;
	background: #29b572 url(/img/bridal/icon02.gif) no-repeat left 18px center;
	border-radius: 20px;
	box-sizing: border-box;
	color: #fff;
	letter-spacing: 1px;
	text-decoration: none;
}

#conts .link01 a:hover {
	opacity: 0.7;
}


@media all and (min-width: 0) and (max-width: 767px) {
	#conts .comImgBox .textBox01 {
		width: 100%;
	}

	.mainImg {
		margin-bottom: 60px;
		min-height: 126px;
		background-size: cover;
	}

	.mainImg h2 {
		padding-top: 55px;
		font-size: 15px;
		letter-spacing: 2px;
	}

	.mainImg h2 span {
		border-bottom: 1px solid #fff;
	}

	#conts .btp {
		margin-bottom: 30px !important;
	}

	#conts .btp2 {
		margin-bottom: 15px !important;
	}

	#conts p .txtSpan {
		font-weight: normal;
		text-decoration: none;
	}

	#conts .txt02 {
		margin-bottom: 10px;
	}

	#conts .bannerBox img {
		width: 100%;
		margin-bottom: 30px;
	}

	#conts .colorBox {
		margin: 0 auto 60px;
		padding: 20px 10px 10px;
		background: #F2F5F9;
	}

	#conts .colorBox ul {
		display: flex;
		flex-direction: column
	}

	#conts .colorBox ul li {
		width: 100%;
		margin-bottom: 15px;
	}

	#conts .colorBox ul li .ttl {
		text-align: center
	}

	#conts .colorBox ul li .photo {
		text-align: center;
		margin-bottom: 10px;
	}

	#conts .colorBox ul li .txt span {
		display: block;
		color: #f00
	}

	#conts .colorBox01 {
		margin: 0 auto 60px;
		padding: 10px 0;
		background: #F2F5F9;
	}

	#conts .colorBox01 a {
		display: flex;
		justify-content: space-between;
		flex-direction: column-reverse;
	}

	#conts .colorBox01 a:hover {
		opacity: 0.8;
	}

	#conts .colorBox01 .photo {
		text-align: center;
		margin-bottom: 15px;
	}

	#conts .colorBox01 .photo img {
		width: 95%;
	}

	#conts .colorBox01 .textBox {
		margin: auto;
		width: 95%;
	}

	#conts .colorBox01 .textBox .ttl {
		padding-bottom: 7px;
		margin-bottom: 10px;
		border-bottom: 1px solid #DEDEDE;
		color: #29b572;
		font-weight: bold;
		font-size: 18px;
		line-height: 1.8;
	}

	#conts table {
		margin-bottom: 20px;
	}

	#conts table tbody td {
		width: 120px;
	}

	#conts .section {
		padding: 10px 10px 0;
		margin-bottom: 30px;
	}

	#conts .section ul li {
		padding: 3px;
		margin-bottom: 10px;
	}

	#conts .section ul li p {
		margin: 0;
		line-height: 1.7;
	}

	#conts .section ul li .txt {
		font-size: 12px;
	}

	#conts .section ul .con01 {
		width: 30%;
		height: auto;
	}

	#conts .section ul .con02 {
		width: 93%;
		height: auto;
	}

	#conts .section ul .symbol {
		width: 5%;
		font-size: 15px;
	}

}