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

/* -------------------------------------------------------
	initialize
   ------------------------------------------------------- */

body,div,dl,dt,dd,ol,ul,li,p,h1,h2,h3,h4,h5,h6,img {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	color: #333;
	background-color: #fff;
	font-size: 14px;
    line-height: 1.5;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, sans-serif;
}
h1,h2,h3,h4,h5,h6,address {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	line-height: 100%;
}
dl,ol,ul { list-style: none;}
a {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	line-height: 100%;
	text-decoration: none;
	outline:none;
}
a:focus { overflow: hidden;}
img {
	border: none;
	vertical-align: bottom;
}
input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}

/* -------------------------------------------------------
	common
   ------------------------------------------------------- */

a {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: underline;
}
a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

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

header {
	width: 100%;
	min-width: 1000px;
	max-width: 1280px;
	margin: 0 auto;
	overflow: hidden;
}
header h1 {
	float: left;
	padding: 20px 0 0 30px;
}
header nav {
	float: right;
	width: 540px;
	height: 74px;
	margin-right: 30px;
}
header ul {
	width: 100%;
	height: 74px;
	display: table;
}
header li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	padding: 0 .6rem;
}
header li a {
	display: block;
}
header li span {
	display: block;
	font-size: 10px;
}
header li:nth-child(3) {
}

footer {
	clear: both;
	margin: 26px 0;
}
footer p {
	text-align: center;
}

.inq-btn {
	clear: both;
	text-align: center;
	margin: 130px 0 40px;
}
.inq-btn a {
	font-size: 20px;
	font-weight: bold;
}

.main-image {
	clear: both;
	min-width: 1000px;
	width: 100%;
	text-align: center;
}
.main-image img {
	width: 100%;
	height: auto;
}
.main-image .fix img {
	width: auto;
}
.msg {
	min-width: 1000px;
	width: 100%;
	height: 110px;
	display: table;
	background-color: #beac83;
}
.msg.wedding {
	height: auto;
	display: block;
	background-color: #4dbbc5;
	padding: 30px 0 30px;
}
.msg h2 {
	display: table-cell;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 1px;
}
.msg.wedding h2 {
	display: block;
}
.msg.wedding p {
	font-size: 12px;
	padding-top: 16px;
	color: #fff;
}

.container {
	width: 100%;
	min-width: 1000px;
	max-width: 1280px;
	margin: 0 auto;
}

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

.container.memorial {
	text-align: center;
	padding-top: 90px;
}

.container.party {
	text-align: center;
	padding-top: 80px;
}
.container.party h2 {
	font-size: 22px;
	color: #66BC59;
	font-weight: bold;
	letter-spacing: 1px;
}
.container.party h3 {
	font-size: 13px;
	color: #66BC59;
	padding-top: 20px;
}
.container.party ul {
	padding-top: 30px;
}
.container.party li {
	width: 100%;
	max-width: 1151px;
	margin: 0 auto;
	padding-top: 40px;
}
.container.party li img {
	width: 100%;
	height: auto;
}

.container.about {
	padding-top: 40px;
	color: #666;
}
.container.about h2 {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 1px;
	padding-bottom: 40px;
}
.container.about dl {
	width: 550px;
	margin: 0 auto;
	overflow: hidden;
	font-size: 12px;
	line-height: 2;
}
.container.about dt {
	width: 90px;
	float: left;
	clear: left;
}
.container.about dd {
	width: 460px;
	float: left;
}
.container.about dd span {
	display: inline-block;
	width: 220px;
}
.container.about p {
	width: 550px;
	margin: 0 auto;
	clear: both;
	padding: 70px 0 20px;
}

.container.wedding {
	padding-top: 60px;
	width: 830px;
	min-width: 830px;
	margin: 0 auto;
}
.container.wedding &gt; div {
	clear: both;
	width: 100%;
	overflow: hidden;
}
.container.wedding .wrap-1 h3 {
	float: left;
}
.container.wedding .wrap-1 h3:last-child {
	float: right;
}
.container.wedding .wrap-2 {
	padding: 50px 0 70px;
}
.container.wedding .wrap-3 {
	border-bottom: solid 2px #4dbbc5;
	padding-bottom: 50px;
	margin-bottom: 50px;
}
.container.wedding .wrap-3 .cont-1 {
	width: 300px;
	float: left;
}
.container.wedding .wrap-3 .img-1 {
	float: right;
}
.container.wedding .wrap-3 h3 {
	font-size: 20px;
	font-weight: bold;
	color: #4dbbc5;
	margin-bottom: 16px;
}
.container.wedding .wrap-3 .cont-1 p {
	font-size: 12px;
}
.container.wedding .wrap-3 .cont-1 p:last-child {
	margin-top: 26px;
}
.container.wedding .wrap-4 {
	border-bottom: solid 2px #4dbbc5;
	padding-bottom: 50px;
	margin-bottom: 50px;
}
.container.wedding .wrap-4 .cont-1 {
	width: 290px;
	float: right;
}
.container.wedding .wrap-4 .img-1 {
	float: left;
}
.container.wedding .wrap-4 h3 {
	font-size: 20px;
	font-weight: bold;
	color: #4dbbc5;
	margin-bottom: 16px;
}
.container.wedding .wrap-4 .cont-1 p {
	font-size: 12px;
}
.container.wedding .wrap-5 .cont-1 {
	width: 300px;
	float: left;
}
.container.wedding .wrap-5 .cont-1 &gt; div:first-child {
	margin-bottom: 50px;
}
.container.wedding .wrap-5 .img-1 {
	float: right;
}
.container.wedding .wrap-5 h3 {
	font-size: 20px;
	font-weight: bold;
	color: #4dbbc5;
	margin-bottom: 16px;
}
.container.wedding .wrap-5 .cont-1 p {
	font-size: 12px;
}
.container.wedding .wrap-5 .cont-1 p:last-child {
	margin-top: 18px;
}

.container.inquiry {
	padding-top: 100px;
	width: 640px;
	min-width: 640px;
	margin: 0 auto 100px;
	font-size: 12px;
	color: #666;
}
.container.inquiry h2 {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 1px;
	padding-bottom: 40px;
}
.container.inquiry .wrap-1 {
	margin-bottom: 160px;
}
.container.inquiry .wrap-1 div {
	width: 100%;
	margin-bottom: 40px;
}
.container.inquiry .wrap-1 p {
	margin-bottom: 20px;
}
.container.inquiry .wrap-2 {
	width: 300px;
	margin: 0 auto;
}
.container.inquiry .wrap-2 p {
	text-align: center;
	margin-bottom: 40px;
}
.container.inquiry .wrap-2 li {
	margin-bottom: 20px;
}

.container.inquiry .wrap-2 li textarea,
.container.inquiry .wrap-2 li input {
	box-sizing: border-box;
	width: 100%;
}
.container.inquiry .wrap-2 li textarea {
	height: 100px;
}

/* -------------------------------------------------------
	clearfix
   ------------------------------------------------------- */

.clearfix:after {
	content: ".";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

.clearfix {
	display: block;
}
</pre></body></html>