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

#main-top {
	width:96vw;
	margin:0 auto;
	background: #f8f6f0;
	position: relative;
	background:url(../img/top_main.jpg) no-repeat center;
	background-size: cover;
	height:calc(100vh - 35vh - 81.5px);
	min-height:400px;
	 -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index:-1;
}
#main-top .title{
	width: 250px;
    margin: 0 auto;
    padding: 30px 0 35px;
    background: #f8f6f0;
    position: relative;
}
#main-top .title h2.top-main{
	font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 1.2em;
    letter-spacing: 0.4em;
    line-height: 1em;
	text-align:center;
	color:#747c84;
}
#main-top .title span{
	position:absolute;
	top:0;
	left:50%;
	width:40px;
	height:1px;
	background:#ccc;
	transform:translateX(-50%);
}
#main-top .title:before{
	content: "";
    position: absolute;
    left: -40px;
    top: 0px;
    width: 100px;
    transform: skewX(30deg) perspective(0);
    height: 100%;
    background: #f8f6f0;
	z-index:-1;
}
#main-top .title:after{
	content: "";
    position: absolute;
    right: -40px;
    top: 0px;
    width: 100px;
    transform: skewX(-30deg) perspective(0);
    height: 100%;
    background: #f8f6f0;
	z-index:-1;
}


/*繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ繧｢繧､繧ｳ繝ｳ*/
.scroll-down-box {
	display: block;
    color: #efefef;
    font-size: 17px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100%;
    z-index: 100;
    letter-spacing: .2em;
    margin-left: -.2em;
    font-family: 'Parisienne', cursive;
}
a.scroll-down {
    color: #efefef;
    text-decoration: none;
    text-align: center;
}
a.scroll-down p{
	margin-bottom: 45px;
	color:#fff;
}
a.scroll-down span {
	position: absolute;
    bottom: 0;
    left: 50%;
    width: 2px;
    height: 40px;
    background: #999;
    border-radius: 50px;
    box-sizing: border-box;
	overflow:hidden;
}
a.scroll-down span::before {
	position: absolute;
	top: 0px;
	left: 50%;
	content: '';
	width: 2px;
	height: 40px;
	background-color: #fff;
	border-radius: 0%;
	-webkit-animation: sdb 2s ease infineite;
	animation: sdb 2s ease infinite;
	box-sizing: border-box;
}
@-webkit-keyframes sdb {
	0% {
		-webkit-transform: translate(-1px, -40px);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		-webkit-transform: translate(-1px, 40px);
		opacity: 1;
	}
	90% {
		-webkit-transform: translate(-1px, 40px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translate(-1px, -40px);
		opacity: 0;
	}
}
@keyframes sdb {
	0% {
		-webkit-transform: translate(-1px, -40px);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		-webkit-transform: translate(-1px, 40px);
		opacity: 1;
	}
	90% {
		-webkit-transform: translate(-1px, 40px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translate(-1px, -40px);
		opacity: 0;
	}
}


#cnt-box1{
	background:#f8f6f0;
	width:100vw;
	text-align:center;
	box-sizing:border-box;
}
#cnt-box2{
	background:#fff;
}
#cnt-box1 .text-box{
	margin:0 auto;
	padding:0 50px 80px;
}
#cnt-box1 h2{
	padding-top:150px;
	font-weight:400;
	font-size:2em;
	line-height:1.3em;
}
#cnt-box1 h2 span{
	font-size:0.45em;
	letter-spacing:0.3em;
	font-weight:normal;
	margin-left: -2em;
	color:#777;
	font-family:"IPAex", YuMincho, "貂ｸ譏取悃", "Hiragino Mincho ProN", "繝偵Λ繧ｮ繝取�譛� ProN W3", Honoka, Meiryo, "繝｡繧､繝ｪ繧ｪ", serif;
}
#cnt-box1 p.text{
	margin-top:50px;
	font-size:1.2em;
	line-height:1.9em;
}

#cnt-box1 .image-box{
	position:relative;
	width:100vw;
	background:linear-gradient(#f8f6f0 50%, #dce6e6 50%);
	box-sizing:border-box;
}
#cnt-box1 .image-box ul{
	width:80vw;
	margin:0 auto;
	display:flex;
	flex-wrap: wrap;
}
#cnt-box1 .image-box ul li{
	width:50%;
	height:400px;
}
#cnt-box1 .image-box ul li:nth-child(1){
	background:url(../img/bridal1.jpg) center no-repeat;
	background-size:cover;
	box-sizing: border-box;
}
#cnt-box1 .image-box ul li:nth-child(2){
	background:url(../img/bridal2.jpg) center no-repeat;
	background-size:cover;
	box-sizing: border-box;
}

.link-box{
	padding-bottom:100px;
}

#cnt-listbox{
	padding:80px 0 0;
	width:100vw;
	background:#dce6e6;
}
#cnt-listbox .bnr-box{
	display:flex;
}
#cnt-listbox .bnr-box .text-box{
	width:50%;
	height:490px;
	box-sizing:border-box;
	position: relative;
}
#cnt-listbox .bnr-box .text-box .text-in{
	width: 400px;
	padding-right: 40px;
    right: 0;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}
#cnt-listbox .bnr-box .text-box .text-in h2{
    font-weight: 400;
    font-size: 1.6em;
    line-height: 1.2em;
}
#cnt-listbox .bnr-box .text-box .text-in h2 span{
	font-family: 'Playfair Display', serif;
	font-size:0.8em;
	letter-spacing: 0.5em;
	line-height: 2.5em;
	color:#777;
}
#cnt-listbox .bnr-box .text-box .text-in p{
	margin-top:30px;
}
#cnt-listbox .bnr-box .image-box{
	width:50%;
	height:435px;
	box-sizing:border-box;
	padding:30px 30px 30px 0;
}
#cnt-listbox .bnr-box:nth-child(2) .carousel{
	order:0;
	margin:60px 0;
}
#cnt-listbox .bnr-box:nth-child(2) .slide{
	right:0;
}
#cnt-listbox .bnr-box:nth-child(2) .counter{
	right: 40px;
	left:inherit;
}
#cnt-listbox .bnr-box:nth-child(2) .text-box{
	order:1;
	margin:60px 0;
}
#cnt-listbox .bnr-box:nth-child(2) .text-box .text-in{
	right:auto;
	left:0;
	padding-right: 0;
	padding-left: 50px;
}

.carousel {
	position: relative;
	width: 50%;
	height: 490px;
	overflow: hidden;
	margin: 0 auto;
	background: #f8f6f0;
}
.carousel:hover .slide:after,
.carousel:hover .counter,
.carousel:hover .slide:before {
  opacity: 1;
}
.slide {
	overflow:hidden;
  position: absolute;
  z-index: 1;
	width: 800px;
	height: 460px;
  box-sizing:border-box;
  padding:30px 30px 0px 30px;
  text-align: center;
  transition: opacity 0.4s;
  opacity: 1;
}
.slide img{
	width:740px;
}
.slide:before {
  content: attr(annot);
  display: block;
  position: absolute;
  left: 50px;
  bottom: 20px;
  color: rgba(255,255,255,0.9);
  font-size: 14px;
  font-weight: 300;
  z-index: 12;
  opacity: 0;
  transition: opacity 0.3s;
  text-shadow: 0 0 1px #000;
}
.slide:after {
  content: attr(slide);
  display: block;
  position: absolute;
  bottom: 0;
  transition: opacity 0.3s;
  width: calc(100% - 60px);
  height: 80px;
  opacity: 1;
  background-image: linear-gradient(transparent, rgba(0,0,0,0.8));
  text-align: left;
  text-indent: 671px;
  line-height: 101px;
  font-size: 13px;
  color: rgba(255,255,255,0.9);
  text-shadow: 0 0 1px #000;
}
.counter {
  position: absolute;
  bottom: 50px;
  left: 700px;
  height: 20px;
  width: 60px;
  z-index: 2;
  text-align: center;
  color: #fff;
  line-height: 21px;
  font-size: 13px;
  opacity: 1;
  transition: opacity 0.3s;
}
.faux-ui-facia {
  top: 0;
  right: 0;
  position: absolute;
  margin-top: 0;
  z-index: 9;
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}
.faux-ui-facia:checked {
  z-index: 8;
}
.faux-ui-facia:checked + .slide {
  opacity: 0;
}
.faux-ui-facia:checked:nth-child(1):checked {
  z-index: 9;
}
.faux-ui-facia:nth-child(1):checked {
  float: left;
  z-index: 9;
}
.faux-ui-facia:nth-child(1):checked + .slide {
  opacity: 1;
}
.faux-ui-facia:nth-child(1):checked ~ .faux-ui-facia {
  float: left;
  z-index: 8;
}
.faux-ui-facia:nth-child(1):checked ~ .faux-ui-facia + .slide {
  opacity: 0;
}
.faux-ui-facia:nth-child(1):checked ~ .faux-ui-facia:checked {
  z-index: 9;
}
.faux-ui-facia:nth-child(1):checked ~ .faux-ui-facia:checked + .slide {
  opacity: 1;
}
/* --- Intro text --- */
.intro {
  padding: 80px 0 60px 0;
  text-align: center;
  color: #fff;
  margin: auto;
  width: 800px;
}
.intro .intro__title {
  font-weight: 200;
  font-size: 32px;
  color: #fff;
}
.intro .intro__body {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  opacity: 0.48;
  padding: 0 160px;
  margin: 0;
}

@media screen and (max-width: 1600px) , (max-device-width : 1600px) {
	.slide{
		padding: 30px 0;
		margin:0 30px;
		width:calc(100% - 60px);
	}
	.slide:after{
		width:100%;
	}
	.slide:after{
	    text-indent: 91%;
	}
	#cnt-listbox .bnr-box:nth-child(2) .slide {
		margin-right: 30px;
		width:calc(100% - 60px);
	}
	#cnt-listbox .bnr-box:nth-child(2) .slide:after{
		width:100%;
	}
	.counter {
		left: inherit;
		right:40px;
	}
	.slide:before {
		left:30px;
	}
}
@media screen and (max-width: 1450px) , (max-device-width : 1450px) {
	.slide:after{
	    text-indent: 90%;
	}
	.slide img{
		margin-left:-10%;
	}
}
@media screen and (max-width: 1350px) , (max-device-width : 1350px) {
	.slide:after{
	    text-indent: 89%;
	}
	.slide img{
		margin-left:-20%;
	}
}
@media screen and (max-width: 1250px) , (max-device-width : 1250px) {
	.slide:after{
	    text-indent: 88%;
	}
	.slide img{
		margin-left:-30%;
	}
}
@media screen and (max-width: 1150px) , (max-device-width : 1150px) {
	.slide:after{
	    text-indent: 87%;
	}
	.slide img{
		margin-left:-40%;
	}
}
@media screen and (max-width: 1050px) , (max-device-width : 1050px) {
	.slide:after{
	    text-indent: 86%;
	}
	.slide img{
		margin-left:-45%;
	}
}
@media screen and (max-width: 1000px) , (max-device-width : 1000px) {	
	#main-top{
		height: calc(100vh - 55vh - 81.5px);
	}
	#cnt-box1 .text-box{
		width:100%;
		padding:0 10vw 50px;
		box-sizing:border-box;
	}
	#cnt-box1 h2{
		padding-top:100px;
		font-size:1.8em;
	}
	#cnt-box1 p.text{
		text-align:left;
	}
	#cnt-box1 p.text br{
		display:none;
	}
	#cnt-box1 .image-box ul li{
		height:300px;
	}
	.link-box {
		padding-bottom: 80px;
	}
	#cnt-listbox .bnr-box .text-box .text-in h2{
		font-size:1.8em;
	}
	
	#cnt-listbox{
		padding:50px 0 0;
	}
	#cnt-listbox .bnr-box{
		display:block;
	}
	#cnt-listbox .bnr-box .text-box{
		width:100%;
		height:auto;
	}
	#cnt-listbox .bnr-box:nth-child(2) .text-box,
	#cnt-listbox .bnr-box:nth-child(3) .text-box{
		margin: 50px 0 0;
	}
	#cnt-listbox .bnr-box .text-box .text-in,
	#cnt-listbox .bnr-box:nth-child(2) .text-box .text-in{
		transform: translateY(0%);
    	position: initial;
		padding:50px 10vw;
		text-align:center;
		box-sizing: border-box;
    	width: 100%;
	}
	#cnt-listbox .bnr-box .text-box .text-in p{
		text-align:left;
	}
	#cnt-listbox .bnr-box .carousel,
	#cnt-listbox .bnr-box:nth-child(2) .carousel{
		width:800px;
		height:350px;
		padding: 0;
		background: #dce6e6;
	}
	#cnt-listbox .bnr-box:nth-child(2) .carousel{
		margin:0 auto;
	}
	.counter{
		bottom: 20px;
	}
	.slide,
	#cnt-listbox .bnr-box:nth-child(2) .slide{
		padding:0;
		width: 100%;
		margin: 0;
		height: 350px;
	}
	.slide img{
		margin-left:0;
		width:100%;
	}
	.slide:after {
		text-indent: 701px;
	}
}
@media screen and (max-width: 900px) , (max-device-width : 900px) {
	#cnt-listbox .bnr-box .carousel,
	#cnt-listbox .bnr-box:nth-child(2) .carousel{
		width:90vw;
	}
	.slide:after {
		text-indent: 90%;
	}
	.counter,
	#cnt-listbox .bnr-box:nth-child(2) .counter{
		right:2%;
	}
}
@media screen and (max-width: 800px) , (max-device-width : 800px) {
	.slide:after {
		text-indent: 89%;
	}
}
@media screen and (max-width: 700px) , (max-device-width : 700px) {
	#cnt-listbox .bnr-box .carousel,
	#cnt-listbox .bnr-box:nth-child(2) .carousel,
	.slide,
	#cnt-listbox .bnr-box:nth-child(2) .slide{
		height: 300px;
	}
	.slide:after {
		text-indent: 88%;
	}
}
@media screen and (max-width: 600px) , (max-device-width : 600px) {
	#main-top{
		height:280px;
		min-height:280px;
	}
	#main-top .title{
		width:180px;
		padding: 20px 0 25px;
	}
	#main-top .title h2.top-main{
		letter-spacing:.2em;
		font-size:1.1em;
	}
	#cnt-box1 .text-box{
		padding:0 5vw 30px;
	}
	#cnt-box1 h2{
		padding-top:50px;
		font-size: 1.4em;
		text-align:left;
	}
	#cnt-box1 p.text{
		margin-top:30px;
		font-size:1em;
	}
	#cnt-box1 .image-box ul {
		width: 90vw;
	}
	#cnt-box1 .image-box ul li{
		height:200px;
	}
	.link-box{
		width: 90vw;
    	margin: 0 auto;
		padding-bottom:50px;
	}
	#cnt-listbox .bnr-box .text-box .text-in h2{
		font-size:1.4em;
		text-align:left;
	}
	#cnt-listbox .bnr-box .text-box .text-in h2 span{
		font-size:0.7em;
	}
	.slide:after {
		text-indent: 86.5%;
	}
	#cnt-listbox{
		padding: 0;
	}
	#cnt-listbox .bnr-box .text-box .text-in,
	#cnt-listbox .bnr-box:nth-child(2) .text-box .text-in{
		padding: 50px 5vw 30px;
	}
	#cnt-listbox .bnr-box .text-box .text-in h2{
		font-size:1.4em;
		text-align:left;
	}
	#cnt-listbox .bnr-box:nth-child(2) .text-box,
	#cnt-listbox .bnr-box:nth-child(3) .text-box{
		margin:0;
	}
}
@media screen and (max-width: 500px) , (max-device-width : 500px) {
	.slide:after {
		text-indent: 83%;
	}
}</pre></body></html>