<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* ------------------------------------------ */
/* PLAN CSS */
/* ------------------------------------------ */
.pagetitle .ttl .letter:nth-child(7) {
	font-size: 9.0rem;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

@media (max-width: 1500px) {
	.pagetitle .ttl {
		font-size: 10.7vw;
	}
	.pagetitle .ttl .letter:nth-child(7) {
		font-size: 6.0vw;
	}
}




/* .no-img */
.no-img {
	position: relative;
	backface-visibility: hidden;
}
.no-img:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: transparent;
 	border: 1px solid rgba(0,0,0,0.5);
	position: absolute;
	left: 0;
	top: 0;
}
.no-img img {
	background-image: url(../img/common/no-img.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 40%;
	opacity: 0.6;
}

/* intro */
.intro .txt {
/*	max-width: 480px;*/
	margin: 0 auto;
	line-height: 2;
}

@media (max-width: 767px) {
	.intro .txt {
		line-height: 1.6;
	}
}


/* photo-category */
.photo-category .cat-list {
/*	display: table;
	table-layout: auto;*/
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
}
.photo-category .cat-list li {
/*	display: table-cell;
	vertical-align: middle;*/
	padding: 0 20px;
}
.photo-category .cat-list li:not(:first-child) {
	border-left: 1px solid #cfcec4;
}
.photo-category .cat-list li a {
	color: #444;
	padding: 20px;
	white-space: nowrap;
	line-height: 1;
}
.photo-category .cat-list li a.current,
.photo-category .cat-list li a:hover {
	color: #333;
	background-color: #ddb7a0;
}

@media (max-width: 991px) {
	.photo-category .cat-list li {
		padding: 0 10px;
	}
	.photo-category .cat-list li a {
		padding: 10px;
	}
}
@media (max-width: 480px) {
	.photo-category .cat-list li {
		width: 100%;
		border-left: 1px solid #cfcec4;
		border-right: 1px solid #cfcec4;
	}
	.photo-category .cat-list li:not(:last-child) {
		margin-bottom: 5px;
	}
	.photo-category .cat-list li a {
		display: block;
		text-align: center;
	}
}


/* #sec-photoplan */
@media (max-width: 767px) {
	#sec-photoplan .plan-inner {
		width: 85%;
	}
}

/* .plan-box */
.plan-box {
	position: relative;
}
.plan-box .photo-cat {
	display: inline-block;
	padding-right: 25px;
	background-color: #f6f5e8;
	text-transform: uppercase;
	position: absolute;
	left: 0;
	top: 0;
	transform: translateY(-50%);
}
.plan-box .plan-img {
	max-width: 555px;
	width: 50%;
}

/* 動画 */
.plan-box .plan-img .movie-box {
	display: block;
	width: 100%;
    padding-top: 56.25%;
    overflow-x: hidden;
    position: relative;
}
.plan-box .plan-img .movie-box .upload-movie {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0px;
    left: 0px;
}

.plan-box .plan-info {
	width: 50%;
	padding-left: 7%;
}

@media (max-width: 767px) {
	.plan-box .plan-img {
		width: 100%;
		max-width: none;
		padding-bottom: 20px;
	}
	.plan-box .plan-info {
		width: 100%;
		padding-left: 0;
	}
}


/* #sec-option */
#sec-option .price-list dl {
	max-width: 650px;
}
#sec-option .price-list dl dt {
	width: 35%;
}
#sec-option .price-list dl dd {
	width: 65%;
	padding-left: 5%;
}
#sec-option .notice {
	max-width: 650px;
	margin: 0 auto;
	text-indent: -1em;
	padding-left: 1em;
}
@media (max-width: 991px) {
	#sec-option .price-list dl dt {
		width: 40%;
	}
	#sec-option .price-list dl dd {
		width: 60%;
	}	
}
@media (max-width: 480px) {
	#sec-option .price-list dl dt {
		width: 100%;
	}
	#sec-option .price-list dl dd {
		width: 100%;
		padding-left: 0;
	}
}



</pre></body></html>