/* トップ改修 */
.renewal{
	background: url(../img/location-bg.jpg) no-repeat center top / cover;
}
@media screen and (max-width: 1023px) {
	.renewal{
		background: url(../img/location-bg-sp.jpg) no-repeat center top / cover;
	}
}


.p-banquet-coordinate-catch{
	position: relative;
	padding-top: 12rem;
}
.p-banquet-coordinate-catch .bg{
	background: rgba(245, 234, 229, .8);
	position: relative;
	margin: 0 auto;
	padding: 9rem 0;
	width: 40rem;
	border-radius: 50% 50% 0 0;
	text-align: center;
	z-index: 1;
}
.p-banquet-coordinate-catch .bg::before{
	content: '';
	background: #CEB78C;
	display: inline-block;
	position: absolute;
	inset: 0 auto auto 50%;
	translate: -50% -50%;
	width: 1px;
	height: 12rem;
}
.p-banquet-coordinate-catch .en{
	position: absolute;
	inset: 0 auto auto 50%;
	translate: -50% -50%;
	width: 76.5rem;
            mix-blend-mode: hard-light;
        opacity: 0.8;
}
.p-banquet-coordinate-catch .bg .copy{
	width: 17.35rem;
	margin: 0 auto;
	padding-bottom: 1rem;
}
.p-banquet-coordinate-catch .bg .ttl{
	color: #BFA77F;
	padding-bottom: 2rem;
	font-size: 1.2rem;
	letter-spacing: .1em;
}
.p-banquet-coordinate-catch .img01{
	position: absolute;
	inset: 13.5rem auto auto 6.25rem;
	width: 15rem;
}
.p-banquet-coordinate-catch .img02{
	position: absolute;
	inset: 25.5rem auto auto -4.3rem;
	width: 16.25rem;
}
.p-banquet-coordinate-catch .img03{
	position: absolute;
	inset: auto auto 0 0;
	width: 21.875rem;
	z-index: 2;
}
.p-banquet-coordinate-catch .img04{
	position: absolute;
	inset: 19rem -4.3rem auto auto;
	width: 27.5rem;
}
.p-banquet-coordinate-catch .img05{
	position: absolute;
	inset: auto 0 0 auto;
	width: 14.375rem;
	z-index: 2;
}
.p-banquet-coordinate-catch .img06{
	position: absolute;
	inset: auto 11rem 0 auto;
	translate: 0 50%;
	width: 18.75rem;
	z-index: 2;
}
@media screen and (max-width: 1023px) {
	.p-banquet-coordinate-catch{
		padding: 15rem 0 18.5rem;
	}
	.p-banquet-coordinate-catch .bg{
		width: 100%;
		padding: 6rem 0 4.8rem;
		border-radius: 50% 50% 0 0 / 35% 35% 0 0;
	}
	.p-banquet-coordinate-catch .bg::before{
		translate: -50% 0;
		height: 4rem;
	}
	.p-banquet-coordinate-catch .en{
		inset: 2rem 0 auto auto;
		translate: none;
		width: 16rem;
		z-index: 3;
        mix-blend-mode: hard-light;
        opacity: 0.8;
	}
	.p-banquet-coordinate-catch .bg .copy{
		width: 13rem;
	}
	.p-banquet-coordinate-catch .bg .ttl{
		padding-bottom: 1.6rem;
	}
	.p-banquet-coordinate-catch .img01{
		inset: auto auto 2.5rem -1.24rem;
		z-index: 3;
	}
	.p-banquet-coordinate-catch .img02{
		inset: auto auto 14rem 0;
		width: 7.5rem;
		z-index: 2;
	}
	.p-banquet-coordinate-catch .img03{
		inset: auto 0 0 auto;
		width: 8rem;
		z-index: 4;
	}
	.p-banquet-coordinate-catch .img04{
		inset: auto -1.24rem 11rem auto;
		width: 12rem;
		z-index: 2;
	}
	.p-banquet-coordinate-catch .img05{
		inset: 8rem 0 auto auto;
		width: 13.5rem;
		z-index: inherit;
	}
	.p-banquet-coordinate-catch .img06{
		inset: 5rem auto auto 0;
		translate: none;
		width: 9rem;
	}
}



.p-banquet-coordinate-slider{
	padding-top: 6.3rem;
}
.p-banquet-coordinate-slider .en{
	color: #DED7C8;
}
.p-banquet-coordinate-slider .slider-row{
	display: flex;
}
.p-banquet-coordinate-slider .slider-head{
	width: 30rem;
	padding-top: 3.125rem;
}
.p-banquet-coordinate-slider .slider-head .title{
	color: #988058;
	position: relative;
	margin-bottom: 1.5625rem;
	padding-bottom: 1.875rem;
	font-size: 1.4rem;
	line-height: 1.8;
}
.p-banquet-coordinate-slider .slider-head .title::before{
	content: '';
	background: #E6E1CF;
	position: absolute;
	inset: auto auto 0 0;
	width: calc(100vw - 10vw);
	height: 1px;
}
.p-banquet-coordinate-slider .slider-head .items{
	display: flex;
	align-items: center;
	gap: 1.25rem;
	margin-top: 2.5rem;
}
.p-banquet-coordinate-slider .slider-head .items .arrows{
	display: flex;
	gap: .625rem;
}
.p-banquet-coordinate-slider .slider-body{
	flex: 1;
	margin-right: calc(50% - 50vw);
	overflow: hidden;
}
.p-banquet-coordinate-slider .slider-body .swiper-slide{
	background: #fff;
	width: 18.75rem;
	padding: 1.25rem;
    height: 350px;
}
.p-banquet-coordinate-slider .slider-body .img{
	position: relative;
}
.p-banquet-coordinate-slider .slider-body .img i{
	color: #E6E1CF;
	position: absolute;
	inset: auto auto 0 0;
	translate: 0 50%;
	font-size: 2.75rem;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ 明朝", serif;
	font-style: normal;
}
.p-banquet-coordinate-slider .slider-body .title{
	color: #AF9866;
	padding: 1.5rem 0 .5rem;
	font-size: 1rem;
}
.p-banquet-coordinate-btn{
	padding-top: 5rem;
}
.p-banquet-coordinate-btn a{
	background: linear-gradient(to right, #AC7666, #D5BA81);
	color: #fff;
	display: block;
	position: relative;
	width: 32.5rem;
	margin: 0 auto;
	padding: 2rem 3rem 2rem 0;
	font-size: 1rem;
	text-align: center;
	overflow: hidden;
}
.p-banquet-coordinate-btn a::after{
	content: '';
	background: #fff;
	position: absolute;
	inset: 50% 0 auto auto;
	translate: 0 -50%;
	width: 4rem;
	height: 1px;
}
.p-banquet-coordinate-bnr a{
	display: block;
	position: relative;
	margin-bottom: -80px;
	translate: 0 50%;
	z-index: 1;
}
.p-top-fair.pt .cm-pickup-fair{
	padding-top: 12rem;
}
@media screen and (max-width: 1023px) {
	.p-banquet-coordinate-slider{
		padding-top: 2rem;
	}
	.p-banquet-coordinate-slider .slider-row{
		flex-direction: column;
		gap: 2rem;
	}
	.p-banquet-coordinate-slider .slider-head{
		width: 100%;
		padding-top: 2rem;
	}
	.p-banquet-coordinate-slider .slider-head .title{
		margin-bottom: 1rem;
		padding-bottom: 1rem;
	}
	.p-banquet-coordinate-slider .slider-head .items{
		margin-top: 1.5rem;
	}
	.p-banquet-coordinate-slider .slider-body .swiper-slide{
		padding: 1rem;
	}
	.p-banquet-coordinate-btn{
		padding-top: 2rem;
	}
	.p-banquet-coordinate-btn a{
		width: 100%;
		padding: 1.3rem 0rem 1.3rem 0;
	}
	.p-banquet-coordinate-btn a::after{
		width: 3rem;
	}
}


.p-top-concept .row{
	display: flex;
	align-items: center;
	gap: 8rem;
	margin: 0 -1.875rem;
}
.p-top-concept .row .img-content{
	width: 41.875rem;
}
.p-top-concept .row .text-content{
	position: relative;
}
.p-top-concept .row .text-content p{
	position: relative;
}
.p-top-concept .row .text-content .title{
	color: #AF9866;
	font-size: 2.2rem;
	font-family: "Prata", "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ 明朝", serif;
	letter-spacing: 0.15em;
    text-transform: lowercase;
}
.p-top-concept .row .text-content .title span{
	position: relative;
}
.p-top-concept .row .text-content .title svg{
	position: absolute;
	inset: 50% auto auto 0;
	translate: -50% -50%;
	height: 13rem;
}
.p-top-concept .row .text-content .sub-title{
	color: #AF9866;
	margin-bottom: 1.25rem;
	font-size: .875rem;
	font-family: "Lato", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", "Meiryo", sans-serif;
	letter-spacing: .1em;
}
.p-top-concept .row .text-content .text{
	font-size: 1.1rem;
	letter-spacing: 0.06em;
	line-height: 2;
}
.p-top-concept .oricon-bnr{
	width: 38.75rem;
	margin: 2.5rem auto 0;
}
@media screen and (min-width: 1024px) {
	.p-top-concept .row.row1{
		margin-left: -8.1rem;
	}
	.p-top-concept .row.row1 .img-content{
		width: 53.75rem;
	}
	.p-top-concept .row.row2{
		flex-direction: row-reverse;
	}
}
@media screen and (max-width: 1023px) {
.p-top-concept .row .text-content {
	position: relative;
    padding-left: 1.5rem;
}
	.p-top-concept .row{
		flex-direction: column;
		align-items: flex-start;
		gap: 1.5rem;
		margin: 0 auto 3rem;
	}
        .p-top-concept .row2 {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
        margin: 0px 0em 3rem -1.5em;
    }
    .p-top-concept .row2 .text-content {
    position: relative;
    padding-left: 3rem;
}
        .p-top-concept .row3 {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
        margin: 0px -1.5em 3rem 0em;
    }
    .p-top-concept .row3 .text-content {
    position: relative;
    padding-left: 1.5rem;
}
	.p-top-concept .row .img-content{
		width: 100%;
	}
	.p-top-concept .row .text-content .title svg{
		translate: 0 -60%;
		height: 10rem;
	}
	.p-top-concept .row .text-content .sub-title{
		margin-bottom: 1rem;
	}
	.p-top-concept .row.row1 .img-content{
		width: 100vw;
		margin: 0 -5.2vw;
	}
	.p-top-concept .oricon-bnr{
		width: 100%;
	}
}


.p-top-ceremony .mv{
	position: relative;
}
.p-top-ceremony .mv .text-content{
	color: #fff;
	position: absolute;
	inset: 50% auto auto 0;
	translate: 0 -50%;
	width: 100%;
}
.p-top-ceremony .mv .text-content .title{
	margin-bottom: 1rem;
	font-size: 3.125rem;
	font-family: "Prata", "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ 明朝", serif;
	line-height: 1.2;
	letter-spacing: .1em;
}
.p-top-ceremony .mv .text-content .title span{
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ 明朝", serif;
}
.p-top-ceremony .mv .text-content .sub-title{
	font-size: .8125rem;
	font-family: "Lato", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", "Meiryo", sans-serif;
	letter-spacing: .1em;
}
@media screen and (max-width: 1023px) {
	.p-top-ceremony .mv .text-content{
		inset: auto auto 2rem 0;
		translate: none;
	}
	.p-top-ceremony .mv .text-content .title{
		font-size: 2.6rem;
	}
}

.p-top-ceremony .coordinate{
	background: url(../img/p-top-ceremony-coordinate-bg.jpg) no-repeat center top / cover;
	padding: 6.24rem 0;
}
.p-top-ceremony .coordinate .lead{
	margin-bottom: 6.25rem;
	font-size: 1.125rem;
	line-height: 2;
}
.p-top-ceremony .coordinate .lead span{
	color: #AF9866;
}
.p-top-ceremony .coordinate .grid{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 3.625rem;
	overflow: hidden;
}
.p-top-ceremony .coordinate picture{
	margin-bottom: 1rem;
}
.p-top-ceremony .coordinate .title{
	color: #AF9866;
	margin-bottom: 1rem;
	font-size: 2rem;
	font-family: "Prata", "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ 明朝", serif;
    letter-spacing: 0.15em;
    text-transform: lowercase;
	text-align: center;
}
.p-top-ceremony .coordinate .title span{
	display: block;
	font-size: .825rem;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    letter-spacing: 0.1em;
}
.p-top-ceremony .coordinate .text{
	margin-bottom: 1.5rem;
	font-size: 1rem;
	line-height: 2;
	text-align: center;
}
.p-top-ceremony .coordinate .p-ceremony-list-item__more{
	text-align: center;
}
@media screen and (min-width: 1024px) {
	.p-top-ceremony .coordinate .grid li:nth-child(2){
		margin-top: 5rem;
	}
	.p-top-ceremony .coordinate .grid li:nth-child(3){
		margin-top: 10rem;
	}
}
@media screen and (max-width: 1023px) {
	.p-top-ceremony .coordinate{
		background: url(../img/p-top-ceremony-coordinate-bg-sp.jpg) no-repeat center top / cover;
		padding: 3rem 0 4rem;
	}
	.p-top-ceremony .coordinate .lead{
margin-bottom: 3rem;
        padding: 0 3vw;
        font-size: 1.1rem;
	}
	.p-top-ceremony .coordinate .grid{
		grid-template-columns: repeat(1, 1fr);
		gap: 3rem;
	}
	.p-top-ceremony .coordinate picture{
		margin-bottom: 1.3rem;
	}
}


.p-top-ceremony .wedding{
	background: #F8F6F4;
	position: relative;
	padding: 8.125rem 0 8.75rem;
}
.p-top-ceremony .wedding::before{
	content: "";
	background: rgba(230, 217, 207, .3);
	display: block;
	position: absolute;
	inset: 0 auto auto 50%;
	width: 30.9375rem;
	height: 100%;
}
.p-top-ceremony .wedding .l-container{
	position: relative;
}
.p-top-ceremony .wedding .c-heading-section--topparty{
	color: #AF9866;
	padding-bottom: 4.5rem;
}
.p-top-ceremony .wedding .grid{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 3.625rem;
}
.p-top-ceremony .wedding .grid li a{
	display: block;
}
.p-top-ceremony .wedding .grid li a .title{
	color: #AF9866;
	margin-bottom: .825rem;
	padding: .825rem 0 .2rem;
	font-size: .825rem;
	font-weight: 700;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	border-bottom: 1px solid #AF9866;
}
.p-top-ceremony .wedding .grid li a .text{
	margin-bottom: .825rem;
     font-size: 0.96rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
}
.p-top-ceremony .wedding .grid li a .more{
	background: linear-gradient(#AF9866 0%, #AF9866 100%) left bottom 0.125rem no-repeat;
	background-size: 100% 0.0625rem;
	color: #AF9866;
	display: inline-block;
	padding-bottom: .2rem;
	font-size: .825rem;
	font-weight: 700;
	font-family: "Lato", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", "Meiryo", sans-serif;
	letter-spacing: .1em;
}
@media screen and (min-width: 1024px) {
	.p-top-ceremony .wedding .grid li a .img{
		overflow: hidden;
		transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
	}
	.p-top-ceremony .wedding .grid li a .img img{
		transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
	}
	.p-top-ceremony .wedding .grid li a .more{
		transition: background-size 0.3s cubic-bezier(0.5, 1, 0.89, 1);
	}
	.p-top-ceremony .wedding .grid li a:hover .img{
		transform: scale(.96);
	}
	.p-top-ceremony .wedding .grid li a:hover .img img{
		transform: scale(1.04);
	}
	.p-top-ceremony .wedding .grid li a:hover .more{
		background-size: 0 .0625rem;
		background-position: right bottom 0.125rem;
	}
}
@media screen and (max-width: 1023px) {
	.p-top-ceremony .wedding{
		padding: 4.4rem 5.3vw 4rem;
	}
	.p-top-ceremony .wedding::before{
		width: calc(50% - 5.3vw);
	}
	.p-top-ceremony .wedding .c-heading-section--topparty{
		padding-bottom: 2rem;
		text-align: left;
	}
	.p-top-ceremony .wedding .c-heading-section--topparty .c-heading-section__en{
		padding-bottom: .5rem;
		line-height: 1.2;
	}
	.p-top-ceremony .wedding .grid{
		grid-template-columns: repeat(1, 1fr);
		gap: 3rem;
	}
}


.p-top-ceremony .wedding2{
	padding: 7.5rem 0 8.75rem;
}
.p-top-ceremony .wedding2 .grid{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.875rem;
}
.p-top-ceremony .wedding2 .grid li a{
	display: block;
}
.p-top-ceremony .wedding2 .grid li a .title{
	color: #AF9866;
	margin-bottom: .825rem;
	padding: .825rem 0 .2rem;
	font-size: .825rem;
	font-weight: 700;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	border-bottom: 1px solid #AF9866;
}
.p-top-ceremony .wedding2 .grid li a .c-paragraph{
	margin-bottom: .825rem;
}
.p-top-ceremony .wedding2 .grid li a .more{
	background: linear-gradient(#AF9866 0%, #AF9866 100%) left bottom 0.125rem no-repeat;
	background-size: 100% 0.0625rem;
	color: #AF9866;
	display: inline-block;
	padding-bottom: .2rem;
	font-size: .825rem;
	font-weight: 700;
	font-family: "Lato", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", "Meiryo", sans-serif;
	letter-spacing: .1em;
}
@media screen and (min-width: 1024px) {
	.p-top-ceremony .wedding2 .grid li a .img{
		overflow: hidden;
		transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
	}
	.p-top-ceremony .wedding2 .grid li a .img img{
		transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
	}
	.p-top-ceremony .wedding2 .grid li a .more{
		transition: background-size 0.3s cubic-bezier(0.5, 1, 0.89, 1);
	}
	.p-top-ceremony .wedding2 .grid li a:hover .img{
		transform: scale(.96);
	}
	.p-top-ceremony .wedding2 .grid li a:hover .img img{
		transform: scale(1.04);
	}
	.p-top-ceremony .wedding2 .grid li a:hover .more{
		background-size: 0 .0625rem;
		background-position: right bottom 0.125rem;
	}
}
@media screen and (max-width: 1023px) {
	.p-top-ceremony .wedding2{
		padding: 4rem 0;
	}
	.p-top-ceremony .wedding2 .l-container{
		padding: 0;
	}
	.p-top-ceremony .wedding2 .grid{
		display: flex;
		gap: 0;
	}
	.p-top-ceremony .wedding2 .grid li{
		width: 14.175rem;
	}
	.p-top-ceremony .wedding2 .c-btn-arrow.prev4{
		position: absolute;
		inset: 27% auto auto 2.6rem;
		z-index: 1;
	}
	.p-top-ceremony .wedding2 .c-btn-arrow.next4{
		position: absolute;
		inset: 27% 2.6rem auto auto;
		z-index: 1;
	}
	.p-top-ceremony .wedding2 .swiper-pagination4{
		padding-top: 1.5rem;
		text-align: center;
	}
	.p-top-ceremony .wedding2 .swiper-pagination4 .swiper-pagination-bullet-active{
		background: #B9A090;
	}
}


.p-top-ceremony .slider{
	padding-bottom: 6.25rem;
}
.p-top-ceremony .slider li{
	width: 45rem;
}
.p-top-ceremony .slider .c-btn-arrow.prev5{
	position: absolute;
	inset: 41% auto auto 17rem;
	z-index: 1;
}
.p-top-ceremony .slider .c-btn-arrow.next5{
	position: absolute;
	inset: 41% 17rem auto auto;
	z-index: 1;
}
.p-top-ceremony .slider .swiper-pagination5{
	padding-top: 1.5rem;
	text-align: center;
}
@media screen and (max-width: 1023px) {
	.p-top-ceremony .slider{
		padding-bottom: 4rem;
	}
	.p-top-ceremony .slider li{
		width: 18rem;
	}
	.p-top-ceremony .slider .c-btn-arrow.prev5{
		inset: 38% auto auto 1.8rem;
	}
	.p-top-ceremony .slider .c-btn-arrow.next5{
		inset: 38% 1.8rem auto auto;
	}
}

.c-btn-sp-cta::before{
	content: '初めてのご来館はブライダルフェアへ！';
	background: #fff;
	color: #BCAA65;
	position: absolute;
	inset: 0 auto auto 50%;
	translate: -50% -50%;
	padding: .2rem 1rem;
	font-size: .8rem;
	white-space: nowrap;
	border: 1px solid #BCAA65;
	border-radius: 2rem;
}
.swiper-outline .swiper-slide img{
	outline: 1rem solid rgba(255, 255, 255, .5);
	outline-offset: -1rem;
}
.p-banquet-coordinate-slider .slider-head .items .arrows button,
.p-banquet-coordinate-slider .slider-head .items .swiper-pagination3 .swiper-pagination-bullet-active,
.p-top-ceremony .slider button,
.p-top-ceremony .slider .swiper-pagination5 .swiper-pagination-bullet-active{
	background: #AF9866;
}