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

.in {
	padding: 0 10px;
}
.album-list {
	margin-top: 30px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 20px 0;
	overflow: hidden;
	font-size: 12px;
}
.album-list li {
	display: inline-block;
	float: left;
	width: 33.3%;
}
.album-list li:nth-child(n + 4) {
	margin-top: 15px;
}
.album-list li.active {
	color: #0aa0d2;
}
.album-list a {
	color: inherit;
}
.album-list-tab {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 20px 0;
	overflow: hidden;
	font-size: 12px;
}
.album-list-tab li {
	width: 32.5%;
	height:32px;
	margin-bottom:4px;
	line-height:32px;
	text-align: center;
	border:solid 1px #0AA0D2;
	box-sizing: border-box;
}
.album-list-tab li:nth-child(2),
.album-list-tab li:nth-child(5),
.album-list-tab li:nth-child(8)  {
	margin:0 1% 4px;
}

.album-list-tab li.active {
	background:#0AA0D2;
}

.album-list-tab a {
	color: #0AA0D2;
}

.album-list-tab li.active a {
	color:#FFF;
}
.page_image.v1 {
	margin-bottom: 0 !important;
}
.plume {
	padding: 35px 10px 0;
	background: url(/common/img/option/album/album/plume.jpg) no-repeat top center;
	background-size: 125px;
}
.plume .name {
	text-align: center;
}
.plume .name&gt;b {
	font-size: 14px;
}
.plume .price {
	margin-top: 10px;
	text-align: center;
}
.plume .price .mincho&gt;b {
	font-size: 25px;
}
.plume .price .small {
	font-size: 17px;
}
.plume .txt {
	margin-top: 15px;
}
.stripe-1 {
	margin-top: 25px;
	background: url(/common/img/common/bg-stripe-aqua.png) repeat left top;
	padding: 15px 15px 20px;
}
.table-1 {
	width: 100%;
}
.table-1 th {
	width: 30%;
	font-weight: normal;
	vertical-align: top;
}
.table-1 th:before {
	content: "â—";
	color: #0aa0d2;
}
.stripe-1 .right {
	width: 95%;
	margin: 0 auto;
}
.table-2 {
	width: 100%;
	margin: 20px auto 0;
	border: 1px solid #0aa0d2;
	border-collapse: collapse;
}
.table-2 th,.table-2 td {
	padding: 5px;
}
.table-2 th {
	position: relative;
	background: #84cfe8;
	color: #fff;
	width: 40%;
}
h3.white-bar{
	background: #fff;
	padding: 5px;
	text-align: center;
	font-size: 140%;
	line-height: 1.2em;
	color: #52aac7;
}
.in.w1100{
	max-width: 1100px;
}
.table-2.album{
	table-layout: fixed;
	margin-top: 15px;
	font-size: 12px;
}
.table-2.album tr th {
	text-align: center;
}
.table-2.album tr:first-child {
	background: #84cfe8;
}
.table-2.album tr:first-child th:not(:first-child) {
	border-left: 1px solid #0aa0d2;
}
.table-2.album tr:not(:first-child) {
	border-top: 1px solid #0aa0d2;
}
.table-2.album tr:not(:first-child) th {
	background: #daf1f8;
	width: 16%;
}
.table-2.album td {
	background: #fff;
	border-left: 1px solid #0aa0d2;
	width: 21%;
}

.table-2 tr th.no1:before {
	content: "";
	position: absolute;
	top: -20px;
	left: -10px;
	display: block;
	width: 60px;
	height: 60px;
	background: url(../img/option/shared/icon_no1.png) no-repeat center center;
	background-size: 100% !important;
}
.table-2.album tr:nth-child(n+2) th {
	color: #333;
}
.table-2.album tr td strong {
	font-size: 140%;
}
.table-2.album tr td b {
	color: #0aa0d2;
}
.table-2.album tr td small {
	font-size: 80%;
	display: inline-block;
}
.table-2.album tr td.tc {
	text-align: center;
}
.table-2.album tr td.tl {
	text-align: left;
}
.table-2 td {
	background: #fff;
}

.table-2.album tr td:first-child,
.table-2.album tr th:first-child{
	width: 20%;
}
.table-2 tr:not(:first-child) {
	border-top: 1px solid #0aa0d2;
}
.c-blue {
	color: #0aa0d2;
}
.stripe-2 {
	background: url(/common/img/common/bg-stripe-white.png) repeat left top;
	padding: 20px 15px 20px;
}
.white-1 {
	padding: 30px 15px 10px;
}
.heading-1 {
	font-size: 13px;
	color: #0aa0d2;
}
.caution-list {
	margin-top: 15px;
}
.caution-list li:before {
	content: "â—";
	color: #0aa0d2;
}
.notes-list {
	margin-top: 1em;
}
.album-list.list-1 {
	margin-bottom: 20px;
}

/**/
.privilege {
	margin-top: 15px;
	color: #0aa0d2;
	font-size: 12px;
	font-weight: bold;
}
.privilege-list {
	border: 1px solid #0aa0d2;
	text-align: center;
	background: #fff;
	padding: 5px;
}
.privilege-list li {
	display: inline-block;
	margin: 0 12px;
}
.privilege-list li:before {
	content: "â—";
	color: #0aa0d2;
}
.stripe-2 {
	padding: 50px 0; 
}
.stripe-2&gt;div {
	width: 95%;
	max-width: 1000px;
	margin: auto;
}
.stripe-2 .movie {
	width: 100%;
	height: 0;
	padding-top: 56.2%;
	position: relative;
}
.stripe-2 .movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/**/
.stripe-1.v1 {
	padding: 15px;
}
.white-1.v1 {
	padding: 25px 15px 35px;
}
/* dvd */
.stripe-1.v1.v2 {
	margin-bottom: 40px;
}
@media screen and (min-width: 800px) {
	.album-list {
		margin-top: 45px;
		padding: 15px 0;
		overflow: visible;
		text-align: center;
	}
	.album-list li {
		float: none;
		width: auto;

	}
	.album-list li:nth-child(n + 4) {
		margin-top: 0;
	}
	.album-list li:not(:first-child) {
		margin-left: 40px;
	}
	.album-list-tab {
		margin-top: 45px;
		padding: 0;
		overflow: visible;
		text-align: center;
		border:none;
		border-left:solid 1px #0AA0D2;
		
	}
	.album-list-tab li {
		position: relative;
		float: none;
		width: 16.6%;
		border: none;
		height:48px;
        line-height: 38px;
		margin:0;
		border-right:solid 1px #0AA0D2;
	}
	.album-list-tab li:after {
		position:absolute;
		content:"";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 9px 7px 0 7px;
		border-color: #0AA0D2 transparent transparent transparent;
		margin-left:-7px;
	}

	.album-list-tab li:nth-child(2),
	.album-list-tab li:nth-child(5),
	.album-list-tab li:nth-child(8)  {
		margin:0;
	}

	.album-list-tab li.active {
		background:#FFF;
	}

	.album-list-tab a,
	.album-list-tab li.active a {
		display: block;
		color: initial;
		font-family: "æ¸¸æ˜Žæœ", "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W4", "Hiragino Mincho Pro", "HGSæ˜ŽæœB", "MingLiU", "SimSun", "ï¼­ï¼³ ï¼°æ˜Žæœ", serif !important;
		font-size:14px;
		font-weight: bold;
		text-align: center;
	}
	.cols-1 {
		display: table;
		width: 95%;
		max-width: 1000px;
		margin: auto;
		border-spacing: 15px;
		table-layout: fixed;
	}
	.cols-1 &gt; * {
		display: table-cell;
		width: 50%;
		vertical-align: middle;
	}
	.stripe-1 {
		padding: 40px 0;
	}
	.stripe-1-in {
		width: 95%;
		max-width: 1000px;
		margin:auto;
		overflow: hidden;
	}
	.table-1 {
		float: left;
		width: 48%;
		font-size: 15px;
	}
	.stripe-1 .right {
		float: right;
		width: 50%;
	}
	.table-2 {
		margin-top: 0;
		/*font-size: 17px;*/
	}
	.table-2 th,.table-2 th {
		padding: 10px;
	}
	.stripe-2 {
		padding: 50px 0; 
	}
	.stripe-2 img {
		display: block;
		width: 95%;
		max-width: 1000px;
		margin: auto;
	}
	.white-1 {
		padding: 40px 0 10px;
	}
	.white-1&gt;div {
		width: 95%;
		max-width: 1000px;
		margin: auto;
	}
	.album-list.list-1 {
		margin-top: 45px;
	}
	.heading-1 {
		font-size: 16px;
	}
	.caution-list {
		font-size: 15px;
	}
	.plume .name&gt;b {
		font-size: 17px;
	}
	.plume .txt {
		font-size: 16px;
	}
	.plume .price .mincho&gt;b {
		font-size: 31px;
	}
	.plume .price .small {
		font-size: 21px;
	}
	
	/**/
	.privilege {
		text-align: center;
		font-size: 14px;
	}
	.privilege-list {
		margin-top: 3px;
		padding: 10px;
	}
	
	/* honeymoonpage */
	.stripe-1.v1 {
		padding: 30px 20px;
	}
	.table-1.v1 {
		width: 100%;
	}
	.table-1.v1 th {
		width: 120px;
	}
	.white-1.v1 {
		padding: 25px 20px 100px;
	}
	
	/* dvd */
	.stripe-1.v1.v2 {
		margin: 60px 0;
	}
	h3.white-bar{
		font-size: 200%;
	}
	.table-2.album{
		margin-top: 25px;
	}
	.table-2 tr th.no1:before {
		top: -35px;
		left: -10px;
		width: 42%;
		/*width: 77px;*/
		height: 77px;
	}

}

/**/
.bnr-box {
	margin-top: 15px;
	text-align: center;
	padding: 0 10px;
}
.bnr-box img {
	width: 100%;
	max-width: 600px;
}
@media screen and (min-width: 800px) {
	.bnr-box {
		margin-top: 30px;
	}
}

/**/
.table-2.album a {
	color: #fff;
	text-decoration: underline;
}
@media screen and (max-width:980px) {
	.table-2.album {
		width: 800px;
	}
	.table-box-1 {
		overflow-x: auto;
	}
}
</pre></body></html>