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

/* 共通
--------------------------------------*/
.wrap {
	max-width: 1000px;
	margin: 0 auto;
}
.container {
	width: 100%;
	background-image: url("../img/common/bg_image.gif");
	padding: 40px 0 0;
}
section {
	margin-top: 90px;
}
section:first-child {
	margin-top: 0;
}

/* ボタン
--------------------------------------*/
.btn {
	width: 264px;
	background-color: #C99F44;
	border: solid 1px #C99F44;
	border-radius: 5px;
	transition-duration: 0.3s;
}
.btn2 {
	width: 700px;
	background-color: #C99F44;
	border: solid 1px #C99F44;
	margin: 0 auto;
	transition-duration: 0.3s;
}
.btn:hover,
.btn2:hover{
	background-color: #FFFFFF;
	transition-duration: 0.3s;
}
.btn a {
	font-size: 15px;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-weight: bold;
	padding: 4% 0;
	color: #FFFFFF;
	text-align: center;
	display: block;
	position: relative;
	transition-duration: 0.3s;
}
.btn2 a {
	font-size: 22px;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-weight: bold;
	padding: 28px 0;
	color: #FFFFFF;
	text-align: center;
	display: block;
	position: relative;
	transition-duration: 0.3s;
}
.btn:hover a,
.btn2:hover a {
	color: #C99F44;
	transition-duration: 0.3s;
}
.btn a:after {
	content:"";
	background-image: url("../img/common/icon_02.svg");
	background-size: cover;
	width: 17px;
	height: 17px;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%) translateX(0);
	-webkit- transform: translateY(-50%) translateX(0);
	transition-duration: 0.3s;
}
.btn:hover a:after {
	content:"";
	background-image: url("../img/common/icon_02-hover.svg");
	background-size: cover;
	width: 17px;
	height: 17px;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%) translateX(0);
	-webkit- transform: translateY(-50%) translateX(0);
	transition-duration: 0.3s;
}
.btn2 a:after {
	content:"";
	background-image: url("../img/common/icon_02.svg");
	background-size: cover;
	width: 27px;
	height: 27px;
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%) translateX(0);
	-webkit- transform: translateY(-50%) translateX(0);
	transition-duration: 0.3s;
}
.btn2:hover a:after {
	content:"";
	background-image: url("../img/common/icon_02-hover.svg");
	background-size: cover;
	width: 27px;
	height: 27px;
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%) translateX(0);
	-webkit- transform: translateY(-50%) translateX(0);
	transition-duration: 0.3s;
}

/* ヘッダー
--------------------------------------*/
header {
	position: fixed;
    width: 100%;
    background-color: #FFFFFF;
	z-index: 111;
}
.hd-top {
	border-top: solid 10px #FA808B;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
.hd-top .hd-inn {
	height: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
h1 {
	padding-top: 90px;
}
h1 img {
	width: 100%;
}

/* ナビゲーション
--------------------------------------*/
.nav-pc {
	background-color: #FA808B;
}
.nav-pc ul {
	display: flex;
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
}
.nav-pc ul li {
	width: 142px;
	height: 90px;
	border-right: solid 1px #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	transition-duration: 0.3s;
}
.nav-pc ul li:last-child {
	border-right: none;
}
.nav-pc ul li:hover {
	background-color: #FF4F60;
	transition-duration: 0.3s;
}
.nav-pc ul li a {
	font-size: 16px;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	display: block;
	transition-duration: 0.3s;
}
.nav-sp {
	display: none;
}

/* 写真だけの成人式
--------------------------------------*/
#list1 .top .inn {
	display: flex;
	align-items: flex-end;
}
#list1 .top .inn .photo1 {
	margin-left: -10px;
}
#list1 .top .inn .photo2 {
	margin-right: -10px;
}
#list1 .bottom {
	margin: 40px 0;
	text-align: center;
}

/* 笑顔創造写真館ニコが選ばれる3つの理由
--------------------------------------*/
#list2 .top .m-title {
	text-align: center;
}
#list2 .bottom .box {
	margin-top: 40px;
}
#list2 .bottom .titlebox {
	background-color: #FBC7C4;
	height: 85px;
	position: relative;
}
#list2 .bottom .titlebox .icon {
	position: absolute;
	top: 50%;
	left: 25px;
	transform: translateY(-50%) translateX(0);
	-webkit- transform: translateY(-50%) translateX(0);
}
#list2 .bottom .titlebox .subtitle {
	font-size: 30px;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-weight: bold;
	line-height: 85px;
	padding-left: 150px;
	color: #1a1a1a;
}
#list2 .bottom .txtbox {
	background-color: #FBC7C4;
	padding: 0 5px 5px;
}
#list2 .bottom .txtbox .inn {
	background-color: #FFFBF5;
	padding: 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#list2 .bottom .txtbox .inn .left {
	width: 590px;
}
#list2 .bottom .txtbox .inn .left .txt {
	font-size: 15px;
	line-height: 1.8;
	color: #40332c;
}

/* 充実の成人写真7大特典
--------------------------------------*/
#list3 .itemarea {
	border: solid 5px #A28840;
	border-radius: 5px;
	background-color: #FFFBF5;
	margin-bottom: 60px;
}
#list3 .itemarea .inn {
	padding: 30px 60px 60px 60px;
}
#list3 .itemarea .inn .top {
	text-align: center;
}
#list3 .itemarea .box {
	border: solid 2px #B19E57;
	background-color: #FFFFFF;
	margin-top: 30px;
	position: relative;
}
#list3 .itemarea .box .inn {
	padding: 35px;
}
#list3 .itemarea .box .inn .icon {
	position: absolute;
	top: 10px;
	left: -1px;
	display: flex;
	align-items: center;
}
#list3 .itemarea .box .inn .icon span {
	font-size: 18px;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	margin-left: 20px;
	color: #B12E23;
}
#list3 .itemarea .box2 {
	display: flex;
	justify-content: space-between;
}
#list3 .itemarea .box2 .left {
	width: 557px;
	margin-top: 30px;
}
#list3 .itemarea .box2 .left .title {
	font-size: 24px;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	border-bottom: dotted 1px #B19E57;
	margin-bottom: 20px;
}
#list3 .itemarea .box2 .left .title span {
	color: #FF4F60;
}
#list3 .itemarea .box2 .left .txt {
	font-size: 15px;
	line-height: 1.8;
}
#list3 .itemarea .box2 .left .txt span {
	color: #FF4F60;
}
#list3 .itemarea .box2 .left .txt_big {
    font-size: 20px;
    font-weight: bold;
}

/* 大人気!!4種類の20thANNIVERSARYPHOTOGRAPH
--------------------------------------*/
#list4 .itemarea {
	border: solid 5px #A28840;
	border-radius: 5px;
	background-color: #FFFBF5;
	margin-bottom: 60px;
}
#list4 .itemarea .inn {
	padding: 60px 0;
}
#list4 .itemarea .inn .top {
	text-align: center;
}
#list4 .itemarea .inn .top .txt {
	font-size: 15px;
	line-height: 1.8;
	margin: 20px 0;
}
#list4 .itemarea .inn ul {
	text-align: center;
}
#list4 .itemarea .inn ul li {
	margin-bottom: 30px;
}
#list4 .itemarea .inn ul li:last-child {
	margin-bottom: 0;
}

/* 取り扱いしている振袖のご紹介
--------------------------------------*/
#list5 {
	background-color: #FBC7C4;
	padding: 100px 0;
}
#list5 .top {
	text-align: center;
}
#list5 .bottom {
	background-image: url("../img/common/bg_image2.gif");
	background-color: #FFFFFF;
	background-position: top center;
	margin-top: 50px;
	padding: 5px;
}
#list5 .bottom .inn {
	padding: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #FFFFFF;
}
#list5 .bottom .inn .left {
	width: 528px;
}
#list5 .bottom .inn .left .title {
	font-size: 32px;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	text-align: center;
	border-bottom: dotted 2px #1B1F53;
	padding-bottom: 15px;
	margin-bottom: 20px;
	color: #40332C;
}
#list5 .bottom .inn .left .title span {
	letter-spacing: 0.2em;
}
#list5 .bottom .inn .left .txt {
	font-size: 14px;
	line-height: 1.8;
	color: #40332C;
}
#list5 .bottom .inn .left .txt:nth-child(3) {
	margin: 1em 0;
}

/* 笑顔創造写真館ニコで撮影した方のお写真
--------------------------------------*/
#list6 .top {
	text-align: center;
}
#list6 .bottom {
	/*background-color: #FA808B;*/
	border-radius: 5px;
	margin-top: 30px;
	margin-bottom: 70px;
    height: 1497px;
}
#list6 .bottom iframe {
    width: 100%;
    height: 100%;
}
#list6 .bottom .inn {
	padding: 30px;
}
#list6 .bottom .inn ul {
	display: flex;
	justify-content: space-between;
}

/* 振袖選びから撮影まで6STEP
--------------------------------------*/
#list7 {
	background-color: #FBC7C4;
	padding: 100px 0;
}
#list7 .top {
	text-align: center;
}
#list7 .bottom .box {
	margin-top: 40px;
}
#list7 .bottom .titlebox {
	background-color: #B19E57;
	color: #FFFFFF;
	height: 85px;
	position: relative;
}
#list7 .bottom .titlebox .icon {
	position: absolute;
	top: 50%;
	left: 25px;
	transform: translateY(-50%) translateX(0);
	-webkit- transform: translateY(-50%) translateX(0);
}
#list7 .bottom .titlebox .subtitle {
	font-size: 30px;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-weight: bold;
	line-height: 85px;
	padding-left: 150px;
}
#list7 .bottom .txtbox {
	background-color: #B19E57;
	padding: 0 5px 5px;
}
#list7 .bottom .txtbox .inn {
	background-color: #FFFBF5;
	padding: 25px;
	display: flex;
	justify-content: space-between;
}
#list7 .bottom .txtbox .inn .left {
	width: 590px;
	margin-top: 20px;
}
#list7 .bottom .txtbox .inn .left .txt {
	font-size: 15px;
	line-height: 1.8;
	color: #40332c;
}

/* 笑顔創造写真館ニコでお客様の声
--------------------------------------*/
#list8 .top {
	text-align: center;
}
#list8 .bottom {
	border: solid 6px #B19E57;
	border-radius: 5px;
	background-color: #FFFFFF;
	margin-top: 30px;
}
#list8 .bottom .inn {
	padding: 35px;
}
#list8 .bottom .inn .box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: dotted 2px #B19E57;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
#list8 .bottom .inn .box:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
#list8 .bottom .inn .box .right {
	width: 580px;
	font-size: 15px;
	line-height: 1.8;
}
#list8 .bottom .inn .box .right .voice_tit {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 1.5em;
}

/* よくあるご質問
--------------------------------------*/
#list9 {
	background-color: #FBC7C4;
	padding: 100px 0;
}
#list9 .top {
	text-align: center;
}
#list9 .bottom {
	border: solid 6px #B19E57;
	border-radius: 5px;
	background-color: #FFFFFF;
	margin: 30px 0;
}
#list9 .bottom .inn {
	padding: 35px;
}
#list9 .bottom ul li {
	padding-left: 70px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: dashed 1px #CCCCCC;
}
#list9 .bottom ul li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
#list9 .bottom ul li .question {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
#list9 .bottom ul li .question .txt {
	width: 750px;
	font-size: 15px;
	font-weight: bold;
	color: #FF4F60;
	margin-left: 25px;
}
#list9 .bottom ul li .answer {
	display: flex;
}
#list9 .bottom ul li .answer .txt {
	width: 750px;
	font-size: 15px;
	margin-left: 25px;
}

/* フッター
--------------------------------------*/
footer {
	background-color: #FA808B;
	padding: 10px 0;
}
footer ul {
	display: flex;
	justify-content: center;
}
footer ul li a {
	font-size: 12px;
	color: #FFFFFF;
	margin-right: 1em;
	padding-right: 1em;
	border-right: solid 1px #FFFFFF;
}
footer ul li:last-child a {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}

/* トップへ戻る
--------------------------------------*/
#page-top {
    position: fixed;
    bottom: 70px;
    right: 30px;
}
#page-top a {
    display: block;
}





















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