<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.main {
    position: relative;
    width: 100%;
    animation: fadeIn 2s ease 0s 1 normal;
    z-index: -1;
    min-width: 985px;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
.main-img {
    position: fixed;
    overflow: hidden;
    z-index: -1;
    min-width: 985px;
}
.main-img img {
    animation: rotate 1s ease-out 0s 1 reverse forwards;
    z-index: -1;
    margin-top: -4vw;
}
@keyframes rotate {
    100% {transform: rotate(3deg);}
}
.main-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 14vw auto;
}


main article {
    background-color: #fff;
    margin-top: 38vw;
    padding: 2% 0 1%;
}
.bridal_about main {
	width: 100%;
	margin: 0 auto;
	padding-top: 25px;
}
.bridal_about main p {
	font-size: 16px;
	line-height: 1.7;
	letter-spacing: 2px;
}
#top-about h1 img {
    height: initial;
}
.bridal_about #top-about h1,
.bridal_about #top-about p {
	margin: 50px auto 0px;
    width: 70%;
}
.bridal_about #top-about p {
	font-size: 16px;
	line-height: 1.7;
	letter-spacing: 2px;
}
.bridal_about #top-about p span {
	color: #da2244;
}
.special_box {
    position: relative;
    width: 75%;
    margin: 15em auto;
}
footer {
    background: #fff;
}
/* 画像 */
.special_box &gt; div:first-child {
	width: 75%;
	height: 492px;
}
.special02 &gt; div:first-child,
.special04 &gt; div:first-child,
.special06 &gt; div:first-child,
.special08 &gt; div:first-child {
	margin: 0 0 0 auto;
}
.special01 &gt; div:first-child {
	background: url(../images/special01_img.jpg) no-repeat center center;
	background-size: cover;
}
.special02 &gt; div:first-child {
	background: url(../images/special02_img.jpg) no-repeat center center;
	background-size: cover;
}
.special03 &gt; div:first-child {
	background: url(../images/special03_img.jpg) no-repeat center center;
	background-size: cover;
}
.special04 &gt; div:first-child {
	background: url(../images/special04_img.jpg) no-repeat center center;
	background-size: cover;
}
.special05 &gt; div:first-child {
	background: url(../images/special05_img.jpg) no-repeat center center;
	background-size: cover;
}
.special06 &gt; div:first-child {
	background: url(../images/special06_img.jpg) no-repeat center center;
	background-size: cover;
}
.special07 &gt; div:first-child {
	background: url(../images/special07_img.jpg) no-repeat center center;
	background-size: cover;
}
.special08 &gt; div:first-child {
	background: url(../images/special08_img.jpg) no-repeat center center;
	background-size: cover;
}

/* キャプション */
.special_inner {
	position: absolute;
	bottom: -50px;
	box-sizing: border-box;
	width: 30%;
	min-width: 300px;
	padding: 2px;
	border: 6px solid #feeff5;
}
.special_inner &gt; div {
	/* ボタン有 */
	padding: 40px 20px 20px;
	background: #feeff5;
}
.special01 &gt; .special_inner &gt; div{
	/* ボタン無 */
	padding-bottom: 40px;
}
.special01 &gt; .special_inner,
.special03 &gt; .special_inner,
.special05 &gt; .special_inner,
.special07 &gt; .special_inner {
	right: 0;
}
.special02 &gt; .special_inner,
.special04 &gt; .special_inner,
.special06 &gt; .special_inner,
.special08 &gt; .special_inner {
	left: 0;
}
.special_inner p {
	margin: 30px auto 0;
	text-align: left;
}
.special_inner p span {
	font-size: 12px;
}
.special_inner .more_btn {
	margin: 30px auto 0;
	padding: 1px;
	background: #d91a3f;
}
.special_inner .more_btn a {
	font-size: 16px;
	font-weight: bold;
	position: relative;
	display: block;
	padding: 10px;
	vertical-align: middle;
	letter-spacing: 2px;
	color: #fff;
	border: 1px solid #fff;
}
.special_inner .more_btn a:hover {
	background: rgb(255,255,255,0.2);
}
.special_inner .more_btn a:before {
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	width: 10px;
	height: 10px;
	margin: auto;
	content: "";
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	vertical-align: middle;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
}

/*-----------------------------------
SP
-----------------------------------*/
@media screen and (max-width:640px) {
	div#sb-site.bridal_about {
		padding-right: 0;
		padding-left: 0;
	}
	.bridal_about main {
		padding-top: 0;
	}
	.bridal_about main p {
		font-size: 11px;
        line-height: 1.5;
	}
	/*------------
	main images
	-------------*/
	.main {
        position: relative;
        width: 100%;
        animation: fadeIn 2s ease 0s 1 normal;
        z-index: -1;
        min-width: 0;
    }
    .main-img {
        position: relative;
        overflow: hidden;
        z-index: -1;
        min-width: 0;
    }
    .main-img img {
        animation: rotate 1s ease-out 0s 1 reverse forwards;
        z-index: -1;
        margin-top: 0;
    }
    .main-title {
        margin: 27vw auto;
        width: 70%;
    }
    main article {
        background-color: #fff;
        margin-top: 0vw;
        padding: 2% 0 1%;
    }
    .bridal_about #top-about h1, .bridal_about #top-about p {
        margin: 30px auto 0px;
        width: 90%;
    }
    .bridal_about #top-about p {
        font-size: 12px;
        line-height: 1.5;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

	.bridal_about #top-about h1 img {
		width: 100%;
	}
	.bridal_about #top-about p {
		margin-bottom: 20px;
	}
	.special_box {
		width: 100%;
    	margin: 5em auto;
	}

	/* 画像 */
	.special_box &gt; div:first-child {
		width: 100%;
		height: auto;
	}
	.special01 &gt; div:first-child,
	.special02 &gt; div:first-child,
	.special03 &gt; div:first-child,
	.special04 &gt; div:first-child,
	.special05 &gt; div:first-child,
	.special06 &gt; div:first-child,
	.special07 &gt; div:first-child,
	.special08 &gt; div:first-child {
		background: none;
	}

	/* キャプション */
	.special_inner {
		position: relative;
		bottom: auto;
		width: 95%;
		margin: -25px auto 0;
	}
	.special_inner &gt; div {
		/* ボタン有 */
		padding: 20px 10px 10px;
	}
	.special01 &gt; .special_inner &gt; div {
		/* ボタン無 */
		padding-bottom: 20px;
	}
	.special_inner h2 img {
		height: 80px;
	}
	.bridal_about main p {
		margin-top: 15px;
	}
    .special_inner p span {
        font-size: 10px;
    }
	.special_inner .more_btn {
		margin-top: 15px;
	}
	.special_inner .more_btn a {
		font-size: 12px;
	}
}
</pre></body></html>