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

div#sb-site {
    padding: 120px 0 0;
}
@media screen and (max-width:640px){
    div#sb-site {
        padding: 100px 0 0;
    }
}

/*
----------------------------------------------
CONT_BOX
----------------------------------------------
*/

#CONT_BOX{
	zoom:1;
}
#CONT_BOX:before,
#CONT_BOX:after{
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}
#CONT_BOX:after{
	clear: both;
}
@media screen and (min-width:641px){
	#CONT_BOX{
		width: 957px;
		margin: 0 auto;
	}

}

/* 動画用 */
.movie_box {
	margin: 0 auto 3px;
	background: #000;
}
.movie_box a {
	position: relative;
	display: block;
}
.movie_box div {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
	display: inline-block;
	text-align: center;
}
.movie_box img {
	opacity: 0.7;
}
.movie_box a:hover img {
	opacity: 1;
}
.play_icon {
	font-size: 100px;
	position: relative;
	width: 70px;
	height: 70px;
	border: 1px solid #fff;
	border-radius: 100%;
	margin: 0 auto 8px;
	background: rgba(0, 0, 0, 0.3);
}
.play_icon:before {
	content: "";
	position: absolute;
	top: 22px;
	left: 28px;
	width: 0;
	height: 0;
	border-top: 14px solid transparent;
	border-left: 20px solid #fff;
	border-bottom: 14px solid transparent;
}
.txt {
	color: #fff;
	font-family: DS-ayumin;
}
@media screen and (max-width:640px){
	.play_icon {
		width: 40px;
		height: 40px;
	}
	.play_icon:before {
		top: 11px;
		left: 16px;
		border-top: 9px solid transparent;
		border-left: 12px solid #fff;
		border-bottom: 9px solid transparent;
	}
}

/*gallery
-----------------
*/
@media screen and (min-width:641px){
	.box_all{
		margin: 0 auto;
	}
	.gallery_inbox{
		margin-bottom: 3px;
	}
	.inner_left{
		margin-right: 3px;
		float: left;
	}
	.inner_box_right{
		float: right;
	}
	.inner_box01{
		margin-bottom: 3px;
	}
	#top-about h1 img {
    height: auto !important;
}
}
@media screen and (max-width:640px){
	.box_all img{
		width: 100%;
	}
	.first_box,.inner_left,
	.inner_right,.inner_box02{
		margin-top: 4%;
	}
	#top-about h1 img {
    height: auto !important;
    width: 70%;
}
}
/*comment
----------------
*/
#COMMENT_BOX h2{
	font-size: 120%;
	font-weight: bold;
	text-align: left;
}
#COMMENT_BOX p {
	text-align: left;
	font-size: 120%;
}
.red {
    color: red;
}
.question{
	background-color: #f7f5f6;
	height: 30px;
	display: block;
}

@media screen and (min-width:641px){
	#COMMENT_BOX{
		margin-top: 20px;
	}
	.question{
		padding: 10px 0 0 30px;
	}
	.answer{
		height: auto;
		padding: 10px 0 10px 30px;
	}
	.answer p{
		font-size: 11px;
	}

}
@media screen and (max-width:640px){
	#COMMENT_BOX{
		margin-top: 5%;
	}
	.question{
		padding: 3% 0 0 5%;
	}
	.answer{
		padding: 3% 0 3% 5%;
		margin-bottom: 5%;
	}
	.answer p{
		font-size: 11px;
	}

}

/*3step
-----------------
*/
#STEP_BOX{
	width:957px;
	height: auto;
	margin: 30px auto 40px auto;
  padding: 20px 0 25px 0;
	background: #F7F5F6;
}

#STEP_BOX h2{
	margin-bottom: 20px;
}

#counseling img{
	width: 437px;
}

/* .outer_OTHER_BOX   #OTHER_BOX */
.outer_OTHER_BOX {
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}
@media screen and (min-width:641px){
	.outer_OTHER_BOX {
		margin-bottom: 50px;
	}
	.outer_OTHER_BOX h2 {
		margin-bottom: 30px;
	}
	.outer_OTHER_BOX h2 img{
		height: 22px;
	}

}
@media screen and (max-width:640px){
	#STEP_BOX{
		width: 100%
	}
	.outer_OTHER_BOX {
		margin-bottom: 20px;
	}
	.outer_OTHER_BOX h2 {
		margin-bottom: 10px;
	}
	.outer_OTHER_BOX h2 img{
		height: 17px;
	}
}
/*slick
-----------------
*/
@media screen and (min-width:641px){
	.gallery_slick .slick-list {
    width: 972px;
    overflow: unset;
    margin: 0 auto;
}
}
@media screen and (max-width:640px){
	.gallery_slick .slick-list {
    width: 100%;
}
}
/*link
-----------------
*/
@media screen and (min-width:641px){
    .top_link img{
	    width: 150px;
    }
}
@media screen and (max-width:640px){
    .top_link img{
	    width: 30%;
    }
}
/*other
----------------
*/
#dress_collection {
	border-top: none;
}
@media screen and (min-width: 641px){
	.h2_icon{
		width: 60px;
    	margin-bottom:25px;
	}
	.summary_txt {
    font-size: 12px;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
	}
	.outer_dress_collection{
		border-top: 0;
		padding-top: 0;
	}

	#dress_collection {
		padding-bottom: 50px;
		border-bottom: #b5b8bf 1px solid;
	}

	p.caution{
		color: #ff0000;
	}
}
@media screen and (max-width:640px){
	.h2_icon img{
		height: 53px;
		margin-bottom:25px;
	}
	.summary_txt {
    font-size: 12px;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}
.outer_dress_collection{
		border-top: 0;
		padding-top: 0;
	}
}

/*-------------------------------
plan-link
--------------------------------*/
#PLAN {
	width: 985px;
	margin: 0 auto 50px;
}
.link-img a {
    display: block;
}
.link-button {
    margin: 10px auto;
}
.link-button a{
	display: block;
}
@media screen and (max-width: 640px) {
#PLAN{
    width: 100%;
}
ul.plan-link_list{
	width: 100%;
}
.gallery_plan_link ul.plan-link_list li {
    width: 40%;
    margin: 0 3%;
    float: none;
    display: inline-block;
}
.link-button {
    margin: 5% auto;
}
.link-button a {
    font-size: 12px;
    padding: 6% 0;
}
}
</pre></body></html>