@charset "utf-8";
/* 自治体とのパートナーシップ */
.partnershipLead {
	text-align: center;
}

.prefectureWrap {
	border-width: 3px;
	border-style: solid;
}
.prefectureWrap a {
	color: #000;
}
.prefectureTtl {
	text-align: center;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
}
.prefectureList a {
	text-decoration: none;
}
.municipalityWrap {
	border-top-width: 3px;
	border-top-style: solid;
}
.prefectureTtl + .municipalityWrap {
	border-top: none;
}
.municipalitTtl {
	border-width: 3px;
	border-style: solid;
	text-align: center;
}
.municipalitList > li {
	padding-left: 1em;
	position: relative;
	line-height: 1.2;
	margin-bottom: 0.75em;
}
.municipalitList > li::before {
	content: '';
	display: inline-block;
	width: 0.6em;
	height: 0.6em;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0.3em;
}
.ceremonyGallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.ceremonyGallery .caption {
	text-align: center;
	margin-top: 0.5em;
	font-size: 0.8em;
}

/* color-01 東京 #4f81bd */
.prefectureWrap.color-01,
.color-01 .municipalityWrap,
.color-01 .municipalitTtl {
	border-color: #4f81bd;
}
.color-01 .prefectureTtl,
.color-01 .municipalitList > li::before {
	background-color: #4f81bd;
}
.color-01 .municipalitTtl {
	color: #4f81bd;
}
/* color-02 神奈川 */
.prefectureWrap.color-02,
.color-02 .municipalityWrap,
.color-02 .municipalitTtl {
	border-color: #9bbb59;
}
.color-02 .prefectureTtl,
.color-02 .municipalitList > li::before {
	background-color: #9bbb59;
}
.color-02 .municipalitTtl {
	color: #9bbb59;
}
/* color-03 埼玉 #c0504d */
.prefectureWrap.color-03,
.color-03 .municipalityWrap,
.color-03 .municipalitTtl {
	border-color: #c0504d;
}
.color-03 .prefectureTtl,
.color-03 .municipalitList > li::before {
	background-color: #c0504d;
}
.color-03 .municipalitTtl {
	color: #c0504d;
}
/* color-04 千葉 #8064a2 */
.prefectureWrap.color-04,
.color-04 .municipalityWrap,
.color-04 .municipalitTtl {
	border-color: #8064a2;
}
.color-04 .prefectureTtl,
.color-04 .municipalitList > li::before {
	background-color: #8064a2;
}
.color-04 .municipalitTtl {
	color: #8064a2;
}
/* color-05 栃木 #f79646 */
.prefectureWrap.color-05,
.color-05 .municipalityWrap,
.color-05 .municipalitTtl {
	border-color: #f79646;
}
.color-05 .prefectureTtl,
.color-05 .municipalitList > li::before {
	background-color: #f79646;
}
.color-05 .municipalitTtl {
	color: #f79646;
}
/* color-06 茨城 #3f8f2c */
.prefectureWrap.color-06,
.color-06 .municipalityWrap,
.color-06 .municipalitTtl {
	border-color: #3f8f2c;
}
.color-06 .prefectureTtl,
.color-06 .municipalitList > li::before {
	background-color: #3f8f2c;
}
.color-06 .municipalitTtl {
	color: #3f8f2c;
}


/* SP */
@media screen and (max-width:767px){
.partnershipLead {
	text-align: left;
	font-size: 1.76rem;
	padding-left: 5%;
	padding-right: 5%;
	margin-bottom: 2em;
}
.prefectureWrap {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	padding-bottom: 5%;
}
.prefectureWrap:last-child {
	margin-bottom: 10%;
}
.prefectureTtl {
	width: 80%;
	height: 30px;
	line-height: 30px;
	margin-top: -15px;
	margin-bottom: 15px;
}
.prefectureList {
	text-align: left;
	font-size: 1.6rem;
	padding: 0 5% 5%;
}
.prefectureList > li {
	line-height: 1.4;
	margin-bottom: 0.5em;
}
.prefectureList > li:last-child {
	margin-bottom: 0;
}
.municipalityWrap {
	padding: 5% 5% 0;
	margin-top: 5%;
}
.municipalitUnit {
	margin-bottom: 1.5em;
}
.municipalitUnit:last-child {
	margin-bottom: 0;
}
.municipalitTtl {
	width: 80%;
	font-size: 1.8rem;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
}
.ceremonyGallery {
	width: 90%;
	margin-top: 1.5em;
	margin-left: auto;
	margin-right: auto;
}
.ceremonyGallery > li {
	width: calc((90% - 5px) / 2);
	margin-right: 5px;
	margin-top: 10px;
}
.ceremonyGallery > li:nth-child(2n),
.ceremonyGallery > li:last-child {
	margin-right: 0;
}
.ceremonyGallery > li:nth-child(-n + 2) {
	margin-top: 0;
}
}

/* PC */
@media print, screen and (min-width:768px){
.partnershipLead {
	font-size: 2rem;
	margin-bottom: 80px;
}
.prefectureWrap {
	margin-bottom: 90px;
	padding-bottom: 30px;
}
.prefectureWrap:last-child {
	margin-bottom: 0;
}
.prefectureTtl {
	width: 440px;
	height: 60px;
	line-height: 60px;
	margin-top: -30px;
	margin-bottom: 30px;
}
.prefectureList {
	text-align: center;
	font-size: 2.4rem;
}
.municipalityWrap {
	margin-top: 30px;
	padding: 30px;
	display: flex;
	flex-wrap: wrap;
}
.municipalitUnit {
	width: 50%;
	padding-right: 2em;
	display: flex;
	align-items: flex-start;
	margin-top: 30px;
}
.municipalitUnit:nth-child(-n + 2) {
	margin-top: 0;
}
.municipalitTtl {
	width: 116px;
	height: 60px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	container-type: inline-size;
	padding: 5px 10px;
	box-sizing: border-box;
}
.municipalitTtl .name {
	display: inline-block;
	white-space:normal;
	text-wrap:balance;
	overflow-wrap:anywhere;
	line-height:1.2;
	font-size: 2.2rem;
	font-size: clamp(1.6rem, calc(100cqw / 5), 2.2rem);
}
.municipalitList {
	padding-left: 20px;
	box-sizing: border-box;
	width: calc(100% - 136px);
}
.ceremonyGallery {
	margin-top: 45px;
	padding-left: 30px;
	padding-right: 30px;
}
.ceremonyGallery > li {
	width: calc((100% - 30px) / 3);
	margin-right: 15px;
	margin-top: 20px;
}
.ceremonyGallery > li:nth-child(3n),
.ceremonyGallery > li:last-child {
	margin-right: 0;
}
.ceremonyGallery > li:nth-child(-n + 3) {
	margin-top: 0;
}
}
/* CJK向けの自然な改行（対応ブラウザのみ・任意） */
@supports (word-break: auto-phrase) {
 .municipalitTtl .name { word-break:auto-phrase; }
}

@media (hover: hover) {
.prefectureList a:hover {
	text-decoration: underline;
}
}
