@charset "utf-8";



/* sw-PageIntro
-----------------------------------*/
.sw-PageIntro .image{
	background-image: url("../img/bg_pageintro_01.jpg?250722");
}
.sw-PageIntro .text img{
	width: 207px;
	height: auto;
}
@media only screen and (min-width: 768px){
	.sw-PageIntro .text img{
		width: 297px;
	}
}
@media only screen and (min-width: 1024px){
	.sw-PageIntro .text img{
		width: 388px;
	}
}



/* banquet-Intro
-----------------------------------*/
.banquet-Intro{
	margin: 25px auto 0;
}
.banquet-Intro ul{
	max-width: 1280px;
	margin: 0 auto;
}
.banquet-Intro ul li{
	list-style: none;
	width: calc(33.33% - 2px);
	float: left;
}
.banquet-Intro ul li:first-child{
	margin-right: 2px;
}
.banquet-Intro ul li:nth-child(2){
	width: 33.33%;
}
.banquet-Intro ul li:nth-child(3){
	float: right;
}
.banquet-Intro ul li a{
	color: #fff;
	line-height: 1.6;
	text-align: center;
	height: 120px;
	background-image: url("../img/bg_banquet_01.jpg?20250520");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

}
.banquet-Intro ul li a:hover::before {
	opacity: 0.8;
}
.banquet-Intro ul li:nth-child(2) a{
	background-image: url("../img/bg_banquet_02.jpg");
}
.banquet-Intro ul li:nth-child(3) a{
	background-image: url("../img/bg_banquet_03.jpg");
}
.banquet-Intro ul li a:before{
	content: "";
	width: 100%;
	height: 100%;
	background: #222e53;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .5;
	-webkit-transition: all ease .6s;
	transition: all ease .6s;
}
.banquet-Intro ul li a .sm{
	font-size: 77%;
	position: relative;
	z-index: 2;
}
.banquet-Intro ul li a .en{
	font-size: 93%;
	position: relative;
	z-index: 2;
}
.banquet-Intro p{
	text-align: center;
	margin-top: 30px;
}
@media only screen and (min-width: 374px){
	.banquet-Intro ul li a .sm{
		font-size: 93%;
		position: relative;
		z-index: 2;
	}
	.banquet-Intro ul li a .en{
		font-size: 108%;
		position: relative;
		z-index: 2;
	}
}
@media only screen and (min-width: 768px){
	.banquet-Intro ul li a .sm{
		font-size: 108%;
	}
	.banquet-Intro ul li a .en{
		font-size: 138.5%;
	}
	.banquet-Intro ul li a{
	height: 320px;
	}
}
@media only screen and (min-width: 1024px){
	.banquet-Intro ul li a .sm{
		font-size: 123.1%;
	}
	.banquet-Intro ul li a .en{
		font-size: 184%;
	}
}




/* banquet-Contents
-----------------------------------*/
.banquet-Contents{
	margin: 60px auto 0;
}
.banquet-Contents + .banquet-Contents{
	margin: 80px auto 0;
}

.banquet-Contents .pc{
	display: none;
}

h1 span.ja{
	display: block;
	font-size: 38.1%;
	color: #777;;
}

.banquet-Contents .comment{
	text-align: center;
}
.banquet-Contents .comment h3{
	line-height: 1.6;
	padding: 10px 0;
	display: inline-block;
	border-top: 1px solid #222e53;
	border-bottom: 1px solid #222e53;
	align-items: center;
	text-align: center;
}
.banquet-Contents .comment h3 .sm{
	color: #777;
	font-size: 93%;
}
.banquet-Contents .comment h3 .en{
	color: #222e53;
	font-size: 184%;
}
.concept{
	position: relative;
	margin-top: 55px;
}
.concept img{
	display: inline-block;
	width: 100%;
}
.banquet-Contents .concept::before{
	content: "";
    width: 54px;
    height: 54px;
    background-image: url(../img/ico_banquet_01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
	top: -15px;
	left: -15px;
}
.banquet-Contents .concept::after{
    content: "";
    width: 54px;
    height: 54px;
    background-image: url(../img/ico_banquet_01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
	transform: rotate(180deg);
	bottom: -15px;
	right: -15px;
}
.ninzu{
	text-align: center;
}
/* .banquet-Contents .comment .box{
	margin: 20px 0 30px;
} */
.banquet-Contents .comment .box h4{
	color: #222e53;
	font-size: 116%;
}
.banquet-Contents .comment .box h4 .line{
	display: inline-block;
	position: relative;
}
.banquet-Contents .comment .box h4 .line:after{
	content: "";
	width: 100%;
	height: 10px;
	background: #b9a667;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: -1;
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
}
.banquet-Contents .comment .box p{
	margin-top: 15px;
}
.banquet-Contents .subImage{
	margin: 40px auto 0;
}
.banquet-Contents .subImage img{
	width: 100%;
	height: auto;
}
.banquet-Contents .subImage .lg{
	width: calc(100% - 30px);
}
.banquet-Contents .subImage .sm{
	padding: 0 30px;
	margin: 60px auto 30px;
}
.banquet-Contents .subImage .sm li{
	list-style: none;
	width: calc(50% - 20px);
	margin-bottom: 30px;
	float: left;
}
.banquet-Contents .subImage .sm li:nth-child(even){
	float: right;
}
.banquet-Contents-shukuriyya .subImage .box:nth-child(odd) .lg{
	margin-left: 30px;
}
.banquet-Contents-shukuriyya .subImage .box:nth-child(even) .lg{
	margin-right: 30px;
}
.banquet-Contents-hulhule .subImage .box:nth-child(odd) .lg{
	margin-right: 30px;
}
.banquet-Contents-hulhule .subImage .box:nth-child(even) .lg{
	margin-left: 30px;
}
.banquet-Contents-male .subImage{
	padding: 0 30px;
}
.banquet-Contents-male .subImage .thumb + .thumb{
	margin-top: 20px;
}
.banquet-Contents-male .subImage .thumb .caption{
	margin-top: 5px;
}



.banquet-area{
	position: relative;
    padding: 100px 0;
	margin: 6.5rem 0;
}
.banquet-area_container{
display: flex;
	justify-content: space-between;
	gap: 20px;
	max-width: 1180px;
	margin: 0 auto;
}
.banquet-area img{
	width: 100%;
}
.head-table_text{
	padding: 10px 0 20px;
}
.bar-counter_text{
	padding: 20px 0 10px;
}
.banquet-area::before {
	content: "";
	position: absolute;
	top: 100px;
	left: 0;
	right: 0;
	bottom: 100px;
	background-color: #FFF6ED;
	z-index: -1;
}
.head-table {
	margin-top: -100px;
}
.bar-counter {
    margin-bottom: -100px;
}
@media screen and (max-width: 798px){
.banquet-area {
    position: relative;
    padding: 90px 20px;
    margin: 0 0 10px;
}
.banquet-Contents .comment .box{
	text-align: left;
}

.banquet-area::before {
    top: 78px;
    bottom: 78px;
}

.banquet-Contents .comment .box {
    margin-top: 20px;
}

.banquet-Contents .comment{
	padding: 0 20px;
}
.head-table{
	margin-top: -40px;
}
.bar-counter{
	margin-bottom: -40px;
}
}


.panorama-btn {
  text-align: center;
  margin: 120px auto 50px;
}
.panorama-button {
	display: inline-block;
	padding: 12px 40px;
	background: #222e53;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
}

section.hulhule .banquet-Contents .comment,
section.male .banquet-Contents .comment{
	margin-bottom: 6.5rem;
}
@media screen and (max-width: 698px){
section.hulhule .banquet-Contents .comment,
section.male .banquet-Contents .comment{
	margin-bottom: 3.5rem;
}
.panorama-btn {
  margin: 40px auto 50px;
}
}

.banquet-Contents .gallery{
	margin: 30px 30px 0;
}
.banquet-Contents .gallery h3{
	color: #222e53;
	font-size: 156.8%;
}
.banquet-Contents .gallery .slides + h3{
	margin-top: 45px;
}
.banquet-Contents .slides{
	position: relative;
	margin-top: 25px;
}
.banquet-Contents .slides:before,
.banquet-Contents .slides:after{
	content: "";
	width: 54px;
	height: 54px;
	background-image: url("../img/ico_banquet_01.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
}
.banquet-Contents .slides:before{
	top: -15px;
	left: -15px;
}
.banquet-Contents .slides:after{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	bottom: -15px;
	right: -15px;
}
.banquet-Contents .slides .item{
	list-style: none;
	opacity: 0;
}
.banquet-Contents .slides .item img{
	width: 100%;
	height: auto;
}
.banquet-Contents .slides.slick-initialized li{
	opacity: 1;
}
.banquet-Contents .slides .item.slick-current{
	outline: none;
}
.banquet-Contents .slick-dots{
	text-align: center;
	position: absolute;
	bottom: -30px;
}
.banquet-Contents .slick-dots li{
	display: inline-block;
}
.banquet-Contents .slick-dots li + li{
	margin-left: 10px;
}
.banquet-Contents .slick-dots li button{
	text-indent: -9999px;
	width: 4px;
	height: 4px;
	border: none;
	background: #434853;
	border-radius: 100%;
	padding: 0;
	cursor: pointer;
	outline: none;
	opacity: .3;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}
.banquet-Contents .slick-dots li.slick-active button{
	opacity: 1;
}
.banquet-Contents .slick-arrow{
	text-indent: -9999px;
	cursor: pointer;
	outline: none;
	width: 40px;
	height: 40px;
	border: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0 center;
	padding: 0;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	z-index: 1000;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}
.banquet-Contents .slick-prev{
	background-image: url("../../asset/img/prev_nav.png");
	left: 10px;
}
.banquet-Contents .slick-next{
	background-image: url("../../asset/img/next_nav.png");
	right: 10px;
}


/* rei------------------- */
.rei .slides + h3{
	margin-top: 45px;
}
.rei .slides .item{
	list-style: none;
	opacity: 0;
}
.rei .slides .item img{
	width: 100%;
}
.rei .slides.slick-initialized li{
	opacity: 1;
}
.rei .slides .item.slick-current{
	outline: none;
}
.rei .slick-dots{
	text-align: center;
	margin-top: 10px;
}
.rei .slick-dots li{
	display: inline-block;
}
.rei .slick-dots li + li{
	margin-left: 10px;
}
.rei .slick-dots li button{
	text-indent: -9999px;
	width: 4px;
	height: 4px;
	border: none;
	background: #434853;
	border-radius: 100%;
	padding: 0;
	cursor: pointer;
	outline: none;
	opacity: .3;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}
.rei .slick-dots li.slick-active button{
	opacity: 1;
}
.rei .slick-arrow{
	text-indent: -9999px;
	cursor: pointer;
	outline: none;
	width: 40px;
	height: 40px;
	border: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0 center;
	padding: 0;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	z-index: 1000;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}
.rei .slick-prev{
	background-image: url("../../asset/img/prev_nav.png");
	left: 10px;
}
.rei .slick-next{
	background-image: url("../../asset/img/next_nav.png");
	right: 10px;
}
.rei .slides li{
	position: relative;
}
.rei .slides li p{
        box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    font-size: 1rem;
    letter-spacing: .07em;
    color: #fff;
    padding: 1rem 1rem .15rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0) 80%);

}


/* banquet-detail------------------------- */
.banquet-detail {
    margin-top: 2.5rem;
}

.banquet-detail .in {
    max-width: 1120px;
    margin: 0 auto;
}

.banquet-detail .contents {
    position: relative;
}

.banquet-detail .contents:not(:first-of-type) {
    margin-top: 8.5rem;
}

.banquet-detail .contents:nth-of-type(2n) .main {
	margin-left: auto;
}

.banquet-detail .subCatch {
    position: absolute;
    top: 0;
    left: 4.8rem;
    font-size: 285%;
    font-family: "Bell MT", serif;
    font-style: italic;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    color: #9C8364;
}

.banquet-detail .textBox {
    box-sizing: border-box;
    position: absolute;
    bottom: -2rem;
    right: 0;
    background-color: #FDFCF3;
    padding: 1.5rem 3rem 1.5rem 37rem;
}

.textBox .text{
	font-size: 144.1%;
	padding-top:2em;
	line-height: 2.5em;
}

.banquet-detail .title {
    font-size: 197%;
    line-height: 2.1;
    letter-spacing: .1em;
    font-family: source-han-serif-japanese, serif;
    font-style: normal;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.banquet-detail .main {
    width: 540px;
    height: 360px;
    display: block;
    position: relative;
}

@media screen and (min-width: 798px){
	.banquet-detail {
    margin-top: 6.5rem;
}
	.banquet-detail .contents:first-of-type .subCatch,
	.banquet-detail .contents:last-of-type .subCatch{
		left: 37rem;
	}
	.banquet-detail .contents:nth-of-type(2n) .textBox{
		right: auto;
		background-color: #F5F9FD;
		padding: 1.5rem 37rem 1.5rem 4.6rem;
	}
}
@media screen and (max-width: 1140px) {
	.sp {
        display: block !important;
    }
	.pc{
		display: none !important;
	}
	.banquet-detail .in {
		margin: 0 auto;
	}
	.banquet-detail .contents {
		position: relative;
	}
	.banquet-detail .contents:not(:first-of-type) {
		margin-top: 3.5rem;
	}
    .banquet-detail .subCatch {
        position: relative;
        top: 0;
        left: 0;
        font-size: 140%;
		font-weight: 600;
        padding: 0 9%;
    }
	.banquet-detail .contents:nth-of-type(2n) .subCatch {
		top: 0;
        left: 0;
        text-align: right;
		padding: 0 9%;
    }
	    .banquet-detail .textBox {
        width: 90%;
		height: auto;
        position: relative;
        bottom: 0;
        background-color: transparent;
        padding: 57vw 6.9vw 1.35rem 4.2vw;
        margin-top: 13.5vw;
		left: 50%;
		transform: translateX(-50%);
    }
	    .banquet-detail .contents:nth-of-type(2n) .textBox{
        padding: 57vw 2.9vw 1.35rem 6.9vw;
        background-color: transparent;
		left: 50%;
    }
	    .banquet-detail .textBox::before {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        right: -5.5%;
        width: 82.2vw;
        height: 100%;
        background-color: #FDFCF3;
    }
		.banquet-detail .contents:nth-of-type(2n) .textBox::before {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        left:-5.5%;
        width: 82.2vw;
        height: 100%;
        background-color: #F5F9FD;
    }

	    .banquet-detail .title {
        font-size: 123.1%;
        line-height: 2;
    }
	.banquet-detail .textBox>* {
        position: relative;
    }
	    .banquet-detail .text {
        font-size: 93%;
        line-height: 1.92;
        letter-spacing: .08em;
		line-height: 1.7rem;
        margin-top: .1rem;
    }
    .banquet-detail .main {
        width: 80.5vw;
		height: 53.5vw;
        object-fit: contain;
        position: absolute;
        top: 2.3rem;
		left: 50%;
		transform: translate(-50%);
    }
}

/* ------------------------------ */

.banquet-Contents .recommend{
	margin: 60px auto 0;
}
.banquet-Contents .recommend h3{
	color: #222e53;
	font-size: 108%;
	text-align: center;
	width: 200px;
	border: 1px solid #d3d5dd;
	border-left: 0;
	border-right: 0;
	padding: 6px 0;
	margin: 0 auto;
}
.banquet-Contents .recommend ul{
	margin: 30px 20px 0 45px;
}
.banquet-Contents .recommend ul li{
	font-size: 93%;
	list-style: none;
	position: relative;
}
.banquet-Contents .recommend ul li:before{
	content: "◇";
	position: absolute;
	top: 0;
	left: -1.2em;
}
.banquet-Contents .sw-Btn{
	margin-top: 30px;
}
@media only screen and (min-width: 768px){
	.banquet-Contents .sp{
		display: none;
	}
	.banquet-Contents .pc{
		display: block;
	}
	.banquet-Contents + .banquet-Contents{
		margin-top: 90px;
	}
	.banquet-Contents .comment .pc{
		display: inline-block!important;
	}
	.banquet-Contents .comment{
		padding: 40px 0 0;
		margin-right: auto;
		margin-left: auto;
	}
	.banquet-Contents .comment h3,
	.banquet-Contents .comment h4,
	.banquet-Contents .comment p{
		text-align: center;
	}
	.banquet-Contents .comment h3{
		padding: 16px 50px;
		margin: 0;
	}
	.banquet-Contents .comment h3:after{
		width: 80px;
		margin-left: -40px;
		left: 50%;
	}
	.banquet-Contents .comment h3 .sm{
		font-size: 108%;
	}
	.banquet-Contents .comment h3 .en{
		font-size: 292%;
	}
	.banquet-Contents .concept{
	    width: calc(100% - 60px);
        max-width: 1120px;
        margin: 80px auto 20px;
    }
	.banquet-Contents .comment .box{
		margin: 30px 30px 0;
	}
	.banquet-Contents .comment .box h4{
		font-size: 138.5%;
	}
	.banquet-Contents .subImage{
		margin: 60px auto 0;
	}
	.banquet-Contents .subImage .lg{
		width: 50%;
		min-height: 600px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		margin: 0!important;
	}
	.banquet-Contents-shukuriyya .subImage .box:first-child .lg{
		background-image: url("../img/img_banquet_pc_04.jpg");
	}
	.banquet-Contents-shukuriyya .subImage .box:nth-child(2) .lg{
		background-image: url("../img/img_banquet_pc_09.jpg");
	}
	.banquet-Contents-hulhule .subImage .box:first-child .lg{
		background-image: url("../img/img_banquet_pc_14.jpg");
	}
	.banquet-Contents-hulhule .subImage .box:nth-child(2) .lg{
		background-image: url("../img/img_banquet_pc_19.jpg");
	}
	.banquet-Contents-male .subImage{
		max-width: 1280px;
		letter-spacing: -.4em;
	}
	.banquet-Contents-male .subImage .thumb{
		width: 50%;
		margin: 0!important;
		display: inline-block;
		letter-spacing: normal;
	}
	.banquet-Contents .subImage .sm{
		width: 50%;
		max-width: 640px;
		margin: 0!important;
		padding: 0;
		display: table;
	}
	.banquet-Contents .subImage .sm ul{
		padding-top: 30px;
		display: table-cell;
		vertical-align: middle;
	}
	.banquet-Contents .subImage .sm li{
		width: 24%;
	}
	.banquet-Contents .subImage .sm li:nth-child(odd){
		margin-left: 20%;
		float: left;
	}
	.banquet-Contents .subImage .sm li:nth-child(even){
		margin-right: 20%;
		float: right;
	}
	.banquet-Contents .subImage .box:nth-child(odd) .lg,
	.banquet-Contents .subImage .box:nth-child(odd) .sm{
		float: left;
	}
	.banquet-Contents .subImage .box:nth-child(even) .lg,
	.banquet-Contents .subImage .box:nth-child(even) .sm{
		float: right;
	}

	.banquet-Contents .gallery{
		width: calc(100% - 60px);
		max-width: 960px;
		margin: 60px auto 0;
	}
	.banquet-Contents .gallery h3{
		font-size: 184%;
		text-align: center;
	}
	.banquet-Contents .gallery .slides + h3{
		margin-top: 60px;
	}
	.banquet-Contents .slides{
	}
	.banquet-Contents .slick-prev{
		left: 30px;
	}
	.banquet-Contents .slick-next{
		right: 30px;
	}
	.banquet-Contents .slides .item{
		margin: 15px;
	}
	.banquet-Contents .slick-dots{
		width: 100%;
	}

	/* rei================== */
	.rei .gallery{
		width: calc(100% - 60px);
		max-width: 960px;
		margin: 60px auto 0;
	}
	.rei .gallery h3{
		font-size: 184%;
		text-align: center;
	}
	.rei .gallery .slides + h3{
		margin-top: 60px;
	}
	.rei .slides{
	}
	.rei .slick-prev{
		left: 30px;
	}
	.rei .slick-next{
		right: 30px;
	}
	.rei .slides .item{
		margin: 15px;
	}
	.rei .slick-dots{
		width: 100%;
	}

	.rei .slides .item img{
	height: 650px;
	object-fit: cover;
    }

	.banquet-Contents .recommend{
		width: 80%;
		max-width: 800px;
		-webkit-box-shadow: 0 0 0 1px #d3d5dd inset, 0 0 0 7px #fff inset, 0 0 0 8px #d3d5dd inset;
		box-shadow: 0 0 0 1px #d3d5dd inset, 0 0 0 7px #fff inset, 0 0 0 8px #d3d5dd inset;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 60px;
		margin: 80px auto 0;
	}
	.banquet-Contents .recommend h3{
		font-size: 123.1%;
		width: 300px;
		padding: 8px 0 6px;
	}
	.banquet-Contents .recommend ul li{
		font-size: 108%;
	}
	.banquet-Contents .sw-Btn{
		margin-top: 45px;
	}
}
@media only screen and (min-width: 1024px){
	.banquet-Contents + .banquet-Contents{
		margin-top: 120px;
	}
	.banquet-Contents .comment{
		padding: 60px 0 0;
	}
	.banquet-Contents .comment h3{
		padding: 24px 100px;
	}
	.banquet-Contents .comment h3 .sm{
		font-size: 123.1%;
	}
	.banquet-Contents .comment h3 .en{
		font-size: 338%;
	}
	.banquet-Contents .comment .box{
		margin: 45px 30px 0;
	}
	.banquet-Contents .comment .box h4{
		font-size: 184%;
	}
	.banquet-Contents .subImage{
		margin: 80px auto 0;
	}
	.banquet-Contents .subImage .sm ul{
		padding: 60px 0 30px;
	}
	.banquet-Contents .gallery h3{
		font-size: 307%;
	}
	.banquet-Contents .gallery .slides + h3{
		margin-top: 120px;
	}
}

/* ceremory-stage================== */
.ceremory-stage {
  background-image: url('../img/bg-ceremory-stage.jpg');
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  margin: 8rem auto;
}

.ceremory-stage__content {
  max-width: 1120px;
  margin: 0 auto;
  padding: 40px;
  background-color: #222e53;
  text-align: center;
}

.ceremory-stage__content h3 {
  color: white;
  line-height: 1;
  font-size: 338%;
  text-align: center;
  padding: 15px 20px;
  display: inline-block;
  margin-bottom: 20px;
}

.ceremory-stage__content h3 .sm{
  font-size: 50%;
}

.ceremory-stage__content_p{
   color: white;
}

.ceremory-stage__content_detail {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin: 40px 0;
}

.ceremory-stage__content_detail > div {
  background: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 20px;
}

.ceremory-stage__content_detail img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.ceremory-stage__content_detail h4 {
  color: #222e53;
  margin: 10px 0;
  text-align: center;
  font-size: 176%;
  font-weight: 500;
}

.ceremory-stage__content_detail p {
  color: #555;
  font-size: 14px;
  text-align: left;
}

@media (max-width: 768px) {
	.ceremory-stage {
	background-size: auto 20%;
	background-position: top center;
	background-repeat: no-repeat;
	padding: 100px 0 0;
	margin: 4rem auto 0;
	}
	.ceremory-stage__content_detail {
	grid-template-columns: 1fr;
	}
	.ceremory-stage__content{
	margin: 0 20px;
	padding: 10px 20px;
	}
	.ceremory-stage__content h3{
	font-size: 200%;
	line-height: 1.2;
	}
	.ceremory-stage__content h3 .sm{
	font-size: 63%;
	}
	.ceremory-stage__content_detail > div {
	padding: 20px;
	}
}