.chapel {
	padding-top: 60px;
}

.chapel .section__title {
	margin-bottom: 20px;
}

.chapel .section__headline {
	margin-bottom: 36px;
}

.chapel .section__title::after {
	bottom: -27px;
}


.chapel .section__note {
	line-height: 2.2;
	letter-spacing: 1px;
	font-size: 13px;
}
@media all and (max-width: 374px){
	.chapel .section__note {
		letter-spacing: .5px;
		font-size: 12px;
	}
}

.box {
	padding-bottom: 82px;
}

.sec {
	padding-top: 48px;
	margin-bottom: 22px;
	text-align: center;
}

.sec__area {
	position: relative;
	overflow: hidden;
}

.sec__area {
	width: 100%;
	overflow: hidden;
}
.sec__area__en {
	width: 200%;
	margin-left: -52.5%;
	font-size: 90px;
	text-align: center;
	color: #ebf7f7;
	letter-spacing: -.15em;
}

.sec__area__jp {
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #289ca0;
	position: absolute;
	top: 40%;
	left: 0;
	letter-spacing: 6px;
}

.secList {
	padding: 0 10px;
	margin-bottom: 11px;
	text-align: center;
}

.secList__item {
	margin-bottom: 44px;
	padding: 0 10px;
	width: 50%;
	/* float: left; */
	box-sizing: border-box;
}
/* .secList__item:last-child {
	clear: both;
} */

.secList__item a {
	display: block;
}

a.onmouse__imgMask.hover.touch {
	opacity: 1;
}

.sec__img {
	margin-bottom: 18px;
}

.chapel__name__jp {
	margin-bottom: 9px;
	font-size: 10px;
	text-align: center;
	letter-spacing: -.01em;
	line-height: 1.2;
	white-space: nowrap;
}
@media all and (max-width: 374px){
	.chapel__name__jp {
		white-space: unset;
	}
}

.chapel__name__en {
	font-size: 19px;
	text-align: center;
	letter-spacing: 0;
	line-height: 1.1;
}
@media all and (max-width: 374px){
	.chapel__name__en {
		font-size: 18px;
	}
}

#hawaii .btn a {
	background: #289ca0;
}

#guam .sec__area__en {
	color: #e9f2fa;
	letter-spacing: -.11em;
}

#guam .sec__area__jp {
	color: #3f88c3;
}

#guam .btn a {
	background: #3f88c3;
}

#bali .sec__area__en {
	color: #f8f4f0;
	letter-spacing: -.11em;
}

#bali .sec__area__jp {
	color: #866c53;
}

#bali .btn a {
	background: #866c53;
}

#okinawa .sec__area__en {
	color: #f1eff7;
	letter-spacing: -.11em;
}

#okinawa .sec__area__jp {
	color: #6772ac;
}

#okinawa .btn a {
	background: #6772ac;
}

.sec__ok__img {
	margin-bottom: 18px;
}

.sec__other {
	margin-top: 2px;
}

.sec__other h4 {
	margin: 0 20px 32px;
	font-size: 19px;
	color: #6772ac;
	text-align: center;
	position: relative;
	letter-spacing: 4px;
}

.sec__other h4:after {
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	content: "";
	background: #6772ac;
}

.sec__other h4 span {
	padding: 0 16px;
	position: relative;
	z-index: 1;
	display: inline-block;
	background: #fff;
}

.chapel__name {
	font-size: 15px;
	line-height: 1.5;
}
@media all and (max-width: 374px){
	.chapel__name {
		font-size: 13px;
	}
}
.chapel__name.font__mincho {
	letter-spacing: .05em;
}

.link {
	margin-bottom: 0;
}
.link.sp {
	margin-bottom: 68px;
}

/*------------------------------------------------------------
        pagePath 2022.05
------------------------------------------------------------*/
.chapel #pagePath li{
    color: #000 !important;
}
.chapel #pagePath li a{
    color: #000 !important;
}
.chapel #pagePath li + span{
    color: #000 !important;
}
.chapel #pagePath{
    padding-top: 0 !important;
}

.section__title__img {
    margin-top: 16px;
    height: auto;
    font-size: 13px;
    letter-spacing: 1px;
}

.chapel__intro__text {
	margin-bottom: 12px;
	font-size: 13px;
	letter-spacing: .03em;
	line-height: 22px;
}

/*------------------------------------------------------------
        チャペル概要
------------------------------------------------------------*/
.chapel__intro__text {
	margin-bottom: 14px;
	letter-spacing: 0;
	line-height: 24px;
	text-align: left;
}

.chapel__txt__inn {
	margin-top: 19px;
}
.chapel__area__dl {
	height: 72px;
}
.chapel__area__dl,
.chapel__peo__dl {
	font-size: 12px;
	letter-spacing: .05em;
	line-height: 1.5;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: left;
}
.chapel__area__dl {
	margin-bottom: 10px;
}

.chapel__area__dl dt,
.chapel__peo__dl dt {
	width: 60px;
	font-weight: bold;
}
.chapel__area__dl dd,
.chapel__peo__dl dd {
	width: calc(100% - 67px);
}


.chapel .top__img img {
      width: 100%;
      height: 160px;
}
.chapel .secList {
	display: flex;
	flex-wrap: wrap;
}