@charset "utf-8";


/* -----------------------------
	flow
-------------------------------- */
.flow-area{
	margin: 0;
}

/*.flow-area .txt-area{
	display: none;
}*/

/*20240708 追加修正*/
/* -----------------------------
	pagetitle-area
-------------------------------- */
.page-title-area {
	/*margin: 88px 0 0 0;*/
	padding: 0 0;
	background: url("../img/top-mv-bg.jpg") repeat-x center / cover;
	height: 100vh;
	min-height: 888px;

	position: relative;
	background-size: 3200px 100%;
	width: 100%;
	overflow: hidden;
	-moz-animation: mv-loop 60s linear infinite;
	animation: mv-loop 60s linear infinite;
}

@keyframes mv-loop {
0% {
	background-position: 0 0;
	}

100% {
	background-position: -3200px 0;
	}
}
.page-title-area > div{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
}
.page-title-area .image{
	margin: 0 0 0 50px;
    width: 50%;
	min-height: 888px;
	max-height: 888px;
}
.page-title-area .image img{
	/*box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.35);*/
	width: 100%;
}

.page-title-area .ttl-l{
	margin: 0 0 0 200px;
	width: 500px;
}
.page-title-area .ttl-l .en{
	font-size: 6rem;
}
.page-title-area .catch{
	/*font-size: 3rem;*/
	font-size: 2.7rem;
	font-weight: 500;
    line-height: 1.66;
	padding: 30px 0 0;
}
.page-title-area .basic-txt{
	padding: 30px 0 0;
}

.simple-page-title .page-title-area {
	height: 320px;
	min-height: 320px;
	background: url("../img/simplepagetitle-bg.png") repeat-x center / cover;

	background-size: 3193px 100%;
}



.simple-page-title .page-title-area .inner{
	padding: 130px 0 0;	
	display: block;
}
.simple-page-title .page-title-area .ttl-l{
	margin: 0;
	width: 100%;
}
.simple-page-title .page-title-area .ttl-l .en{
	white-space: nowrap;
}

@media screen and (max-width: 1600px) {
	.page-title-area .ttl-l{
		margin: 0 0 0 100px;
		width: 500px;
	}

}

@media screen and (max-width: 768px) {
	.page-title-area{
		display: block;
		height: 100%;
		min-height: 100%;
	}
	
	.page-title-area > div{
		display: block;
	}
	
	.page-title-area .image{
		width: 100%;
		margin: 100px 0 0;
		padding: 0 ;
		min-height: 500px;
		max-height: 500px;
	}
	.page-title-area .image img{
		width: 100%;
		height: 500px;
		margin: 0 auto;
		display: block;
		object-fit: cover;
		object-position: top;
}
	
	.page-title-area .img{
		width: 100%;
		height: 220px;
		margin: 20px 0 0;
	}
	.page-title-area .ttl-l{
		padding: 0 20px;
		margin: 40px 0 30px;
		width: 100%;
	}
	.page-title-area .ttl-l .en{
		font-size: 4rem;
	}
	.page-title-area .catch{
		/*font-size: 2.6rem;*/
		font-size: 2.2rem;
	}
	.page-title-area .basic-txt {
		padding:20px 0px 20px;
	}
	
	.simple-page-title .page-title-area {
		height: 200px;
		min-height: 200px;
	}
	.simple-page-title .page-title-area .inner{
		padding: 90px 0 0;	
	}

}

/* -----------------------------
	flow-intro-area
-------------------------------- */
.flow-intro-area{
	margin: 120px 0 120px;
	position: relative;
}
.flow-intro-area::before{
	top: -180px;
	left: 0;
	width: 750px;
	height: 555px;
	position: relative;
	position: absolute;
	content: '';
	background: url("../img/flow-intro-pc.png") no-repeat center / contain;
}
.flow-intro-area .txt-deco{
	font-size: 50rem;
    right: 0;
    top: -170px;
    line-height: 1;
    -webkit-text-stroke: 1px #313332;
    text-stroke: 1px #313332;
    color: transparent;
}

@media screen and (max-width: 1400px){
	.flow-intro-area::before{
		width: 600px;
	}
	.flow-intro-area .txt-deco{
		font-size: 40rem;
        bottom: auto;
        top: -100px;
        left: auto;
        right: -24px;
	}
}

.flow-intro-area .txt-area{
	width: 610px;
	padding: 0 0 0;
	margin: 0 0 0 auto;
}

.flow-intro-area .section-catch{
	padding: 40px 0 0;
}
.flow-intro-area .basic-txt{
	padding: 20px 0 0;
}

/*web予約ボタン flow-intro-web*/
.flow-intro-area .flow-intro-web .con-btn {
	margin: 20px 0 0;
}
.flow-intro-area .flow-intro-web .con-btn a {
    background: #BFA049;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    display: block;
	/*width: 220px;*/
	width: 250px;
    height: 65px;
    text-align: center;
    line-height: 65px;
    overflow: hidden;
    position: relative;
    letter-spacing: .1em;
    padding: 0 0 0 44px;
}
.flow-intro-area .flow-intro-web .con-btn a::before {
    content: '';
    background: url(../img/con-btn-icon.png) no-repeat top center / auto;
    position: absolute;
    width: 25px;
    height: 24px;
    top: 21px;
	left: 50px;
}

@media screen and (max-width: 768px){
	.flow-intro-area{
		margin: 0 0 50px;
	}
	.flow-intro-area::before{
		top: 0;
		left: 0;
		right: auto;
		width: 285px;
		height: 347px;
		background: url("../img/flow-intro.png") no-repeat center / contain;
	}
	.flow-intro-area .txt-deco{
		font-size: 20rem;
        top: 20px;
        right: -25px;
        z-index: -1;
	}
	.flow-intro-area .txt-area{
		width: 100%;
		position: relative;
		padding: 300px 0 0;
	}
	.flow-intro-area .section-catch{
		padding: 15px 0 0;
	}
	.flow-intro-area .flow-intro-web .con-btn a {
		font-size: 2rem;
        font-weight: 500;
		width: 100%;
    	height: 60px;
	}
	.flow-intro-area .flow-intro-web .con-btn a::before {
		content: '';
        background: url(../img/con-btn-icon.png) no-repeat top center / auto;
        position: absolute;
        width: 25px;
        height: 24px;
        top: 20px;
        left: 110px;
	}
	
}

/* -----------------------------
	20250108 追加 contact-method
-------------------------------- */
.contact-method {
	margin: 180px 0 0;
	padding: 100px 0 80px;
    background: url(../img/top-photographer-bg.png) no-repeat center / cover;
}

/*ささいなご不安も、お気軽にご相談ください*/
.contact-method .fukidashi-box {
	display: flex;
	justify-content: center;
	align-items:flex-start;
	gap: 30px;
}

/*吹き出し箇所*/
.contact-method .fuki {
	position: relative;
}
.contact-method .fukidashi-box .fuki img {
	width: 100%;
	object-fit: contain;
	object-position: center;
}
.contact-method .fukidashi-box .fuki p {
	font-size: 1.8rem;
	line-height: 1.3;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	width: 90%;
	text-align: center;
}
.contact-method .fukidashi-box .fuki.fuki01 p {
	top: 85px;
}
.contact-method .fukidashi-box .fuki.fuki02 p {
	top: 85px;
}
.contact-method .fukidashi-box .fuki.fuki03 p {
	top: 85px;
}
.contact-method .flow-intro-contact {
    margin: 0 0 0;
    padding: 0 0 25px;
    /*border-top: solid 2px #BFA049;*/
    border-bottom: solid 2px #BFA049;
    gap: 10px;
}
.contact-method .flow-intro-contact .contact-txt-box p.sub-title {
	font-size: 2.6rem;
	font-weight: bold;
	color: #BFA049;
	padding: 30px 0 20px;
	text-align:center;
}
.contact-method .flow-intro-contact .contact-txt-box ul li {
	font-size: 1.8rem;
	line-height: 1.5;
	text-align:center;
}

/*ご相談⽅法*/
.contact-method .flow-intro-contact .contact-way {
	margin: 50px 0 0 0;
}
.contact-method .flow-intro-contact .contact-way .sub-title02 {
	position:relative;
	display:inline-block;
	text-align:center;
	width: 100%;
	font-size: 2.2rem;
	font-weight: bold;
	color: #BFA049;
}
.contact-method .flow-intro-contact .contact-way .sub-title02:before,
.contact-method .flow-intro-contact .contact-way .sub-title02:after{
	position:absolute;
	top: 50%;
	width: 400px;
	height:10px;
	content:'';
	border-top:solid 2px #BFA049;
}
.contact-method .flow-intro-contact .contact-way .sub-title02:before{
	left:0;
}
.contact-method .flow-intro-contact .contact-way .sub-title02:after{
	right:0;
}
.contact-method .flow-intro-contact .contact-way ul.contact-way-flex {
	display: flex;
	justify-content: space-between;
	gap: 15px;
	margin: 20px 0 0 0;
}
.contact-method .flow-intro-contact .contact-way ul.contact-way-flex li {
	width: calc( ( 100% - 15px ) / 3 );
	background: #fffaee;
    border: solid 2px #BFA049;
	color: #BFA049;
}
.contact-method .flow-intro-contact .contact-way ul.contact-way-flex li a {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	padding: 10px 10px;
	transition: 0.5s;
	color: #BFA049;
	font-weight: bold;
}
.contact-method .flow-intro-contact .contact-way ul.contact-way-flex li a.way-mail,
.contact-method .flow-intro-contact .contact-way ul.contact-way-flex li a.way-line {
	padding: 20px 10px 10px;
}
.contact-method .flow-intro-contact .contact-way ul.contact-way-flex li a:hover {
	opacity: 0.7;
}
.contact-method .flow-intro-contact .contact-way ul.contact-way-flex li a img {
	width: 40px;
	object-fit: cover;
	object-position: center;
	margin: 0 0 5px 0;
}
.contact-method .flow-intro-contact .contact-way ul.contact-way-flex li a p {
	font-size: 1.8rem;
}

.contact-method .flow-intro-contact .contact-way ul.contact-way-flex li i {
	/*padding: 0 0 0 5px;
	color: #BFA049;*/
	display: none;
}

.contact-method .flow-intro-contact .contact-way ul.contact-way-flex li .txt-p {
	font-size: 1.6rem;
}

/*contact-detail*/
.contact-method .contact-detail {
	margin: 50px 0 0 0;
}
.contact-method .contact-detail .detail-box {
	margin: 40px 0 0 0;
}
.contact-method .contact-detail .detail-box:first-of-type {
	margin: 0 0 0 0;
}
.contact-method .contact-detail p.sub-title03 {
	width: 100%;
	padding: 10px 15px;
	margin: 0 0 20px;
	display: block;
	background: #333;
	color: #fff;
	font-size: 2rem;
}

/*電話で相談*/
.contact-method .contact-detail .tel-box {
	padding: 10px 0 0 0;
}
.contact-method .contact-detail .tel-box .tel {
    font-size: 1.8rem;
    line-height: 1.7;
}
.contact-method .contact-detail .tel-box a {
    font: 600 2.4rem / 1 var(--dmsans);
    letter-spacing: .02em;
}
.contact-method .contact-detail .tel-box i {
    padding: 0 3px 0 0;
}
.contact-method .contact-detail .txt-s {
    padding: 0 0 10px;
    font-size: 1.3rem;
    font-weight: 600;
}

/*メールで相談*/
.contact-method .contact-detail .mail-box .btn-txt {
    text-align: center;
    font-size: 1.6rem;
    display: inline-block;
	margin: 10px 0 0 0;
}
.contact-method .contact-detail .mail-box .btn-txt a {
    background: #f9f9f9;
    color: #333;
    border: solid 1px #333;
    font-size: 1.8rem;
    font-weight: 500;
    display: block;
    width: 250px;
    height: 65px;
    text-align: center;
    line-height: 65px;
    overflow: hidden;
    position: relative;
    letter-spacing: .1em;
    padding: 0 16px;
    transition: 0.5s;
}
.contact-method .contact-detail .mail-box .btn-txt a:hover {
	opacity: 0.7;
}

/*LINEで相談*/
.contact-method .contact-detail .line-box {
    width: 250px;
    line-height: 68px;
    height: 68px;
    background: #fffaee;
    border: solid 2px #BFA049;
    color: #BFA049;
    display: block;
    position: relative;
    text-align: center;
    padding: 15px 10px 15px;
    transition: 0.5s;
}
.contact-method .contact-detail .line-box a {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}
.contact-method .contact-detail .line-box img {
    width: 35px;
    object-fit: cover;
    object-position: center;
    margin: 0 0;
}
.contact-method .contact-detail .line-box p.line-txt {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: left;
    color: #BFA049;
}

.contact-method .contact-detail ul.line-flow {
	margin: 20px 0 30px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 30px;
}
.contact-method .contact-detail ul.line-flow li {
	width: 220px;
}
.contact-method .contact-detail ul.line-flow li img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	object-position: center;
	margin: 0 0 10px;
}
.contact-method .contact-detail ul.line-flow li .line-title {
	text-align: center;
	padding: 0 0 5px;
}
.contact-method .contact-detail ul.line-flow li .line-txt {
	font-size: 1.4rem;
	line-height: 1.5;
}

@media screen and (max-width: 768px) {
	.contact-method {
		margin: 0 0 0;
		padding: 50px 0 50px;
	}
	
	/*吹き出し箇所*/
	.contact-method .fukidashi-box {
		gap: 3px;
	}
	.contact-method .fukidashi-box .fuki p {
		font-size: 1.1rem;
		line-height: 1.2;
	}
	.contact-method .fukidashi-box .fuki.fuki01 p {
		top: 34px;
	}
	.contact-method .fukidashi-box .fuki.fuki02 p {
		top: 34px;
	}
	.contact-method .fukidashi-box .fuki.fuki03 p {
		top: 34px;
	}
	.contact-method .flow-intro-contact {
		margin: 0 0 0;
		padding: 0 0;
		gap: 10px;
	}
	.contact-method .flow-intro-contact .contact-txt-box p.sub-title {
		font-size: 1.8rem;
		padding: 10px 0 10px;
	}
	.contact-method .flow-intro-contact .contact-txt-box ul li {
		font-size: 1.6rem;
		text-align: left;
	}
	
	/*ご相談⽅法*/
	.contact-method .flow-intro-contact .contact-way ul.contact-way-flex li .txt-p {
		display: none;
	}
	.contact-method .flow-intro-contact .contact-way {
		margin: 20px 0 0 0;
	}
	.contact-method .flow-intro-contact .contact-way .sub-title02 {
		font-size: 1.8rem;
	}
	.contact-method .flow-intro-contact .contact-way .sub-title02:before,
	.contact-method .flow-intro-contact .contact-way .sub-title02:after{
		width: 110px;
	}
	.contact-method .flow-intro-contact .contact-way ul.contact-way-flex {
		gap: 10px;
		margin: 10px 0 15px;
	}
	.contact-method .flow-intro-contact .contact-way ul.contact-way-flex li a img {
		width: 30px;
	}
	.contact-method .flow-intro-contact .contact-way ul.contact-way-flex li a p {
		text-align: center;
		font-size: 1.6rem;
		line-height: 1.3;
	}
	
	.contact-method .flow-intro-contact .contact-way ul.contact-way-flex li a.way-mail,
	.contact-method .flow-intro-contact .contact-way ul.contact-way-flex li a.way-line {
		padding: 10px 10px;
	}
	
	.contact-method .contact-detail {
		margin: 20px 0 0 0;
	}
	.contact-method .contact-detail .detail-box {
		margin: 25px 0 0 0;
	}
	
	.contact-method .contact-detail p.sub-title03 {
		padding: 5px 10px;
		font-size: 1.6rem;
	}
	
	/*メールで相談*/
	.contact-method .contact-detail .mail-box .btn-txt a {
		width:100%;
	}
	
	/*LINEで相談*/
	.contact-method .contact-detail ul.line-flow {
		margin: 20px 0;
		display: block;
	}
	.contact-method .contact-detail ul.line-flow li {
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		gap: 10px;
	}
	.contact-method .contact-detail ul.line-flow li img {
		width: 100px;
		height: 100px;
	}
	.contact-method .contact-detail ul.line-flow li .line-txt-box {
		width: calc( 100% - 110px );
	}
	.contact-method .contact-detail ul.line-flow li .line-title {
		text-align: left;
	}
	.contact-method .contact-detail ul.line-flow li .line-txt {
		text-align: left;
	}
	
	.contact-method .contact-detail .line-box {
		width: 100%;
	}
}


/* -----------------------------
	flow-step-area
-------------------------------- */
.flow-step-area {
	padding: 120px 0 120px;
    position: relative;
    background: url(../img/gallery-bg.jpg) no-repeat center / cover;
}
.flow-step-area .txt-deco{
	font-size:23rem;
	color: #313332;
	right: -180px;
	top: 280px;
	transform: rotateZ( 90deg );
}

@media screen and (max-width: 1400px){
	.flow-step-area::before{
		width: 600px;
	}
	.flow-step-area .txt-deco{
		font-size: 20rem;
		right: -150px;
		top: 200px;
		z-index: 1;
	}
}
.flow-step-area .flow-step-box {
	/*margin: 30px 0 0;*/
	margin: 0 0 0;
}

.flow-step-area .flow-step-box li {
	margin: 0 0 50px;
}
.flow-step-area .flow-step-box li:last-of-type {
	margin: 0 0 0;
}
.flow-step-area .flow-step-box p.step-ttl {
  	color: #BFA049;
 	padding: 10px 0;
  	border-top: solid 1px #BFA049;
  	border-bottom: solid 1px #BFA049;
	font-size: 2.2rem;
	margin-bottom: 20px;
}
.flow-step-area .flow-step-box p.step-txt {
	padding-left:1em;
	text-indent:-1em;
	font-size: 2rem;
}
.flow-step-area .flow-step-box img.flow-step-img {
	width: 100%;
	object-fit: cover;
	object-position: center;
	border: solid 2px #BFA049;
	margin-top: 20px;
}
.flow-step-area .sp-txt {
	display: none;
}

/*ステップ4～*/
.flow-step-area .flow-step-box .step-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.flow-step-area .flow-step-box .step-flex img.flow-step-img {
	width: 45%;
	object-fit: cover;
	object-position: center;
	margin: 20px 0 0;
}

/*SP版*/
.flow-step-area .flow-step-box .img-flex {
	display: flex;
	justify-content: flex-start;
	gap: 20px;
}
.flow-step-area .flow-step-box .img-flex img {
	width: calc( ( 100% - 40px ) / 3 );
	object-fit: cover;
	object-position: center;
}

@media screen and (max-width: 768px) {
	.flow-step-area {
		margin: 0 0 0;
		padding: 120px 0 50px;
	}
	.flow-step-area .txt-deco{
		font-size:9rem;
		right: 0;
		top: 20px;
		bottom: auto;
		transform: rotateZ( 0 );
	}
	.flow-step-area .flow-step-box {
		margin: 20px 0 0;
	}
	.flow-step-area .flow-step-box li {
		margin: 0 0 30px;
	}
	.flow-step-area .flow-step-box p.step-ttl {
		padding: 5px 0;
		font-size: 1.8rem;
		margin-bottom: 10px;
	}
	.flow-step-area .flow-step-box p.step-txt {
		font-size: 1.6rem;
	}
	.flow-step-area .flow-step-box img.flow-step-img {
		width: 600px;
		object-fit: cover;
		object-position: center;
		border: solid 2px #BFA049;
		margin-top: 10px;
	}
	/*スクロール*/
	.flow-step-area .flow-step-box .img-scroll {
		width: 100%;
		overflow-x: scroll;
		padding: 0 0 10px;
	}
	.flow-step-area .sp-txt {
		display: inline;
		color: #ccc;
		font-size: 1.4rem;
	}
	
	/*ステップ4～*/
	.flow-step-area .flow-step-box .step-flex {
		display: block;
	}
	.flow-step-area .flow-step-box .step-flex img.flow-step-img {
		width: 100%;
		margin: 10px 0 0 0;
	}
	
	/*SP版*/
	.flow-step-area .flow-step-box .img-flex {
		flex-direction: column;
		gap: 10px;
	}
	.flow-step-area .flow-step-box .img-flex img {
		width: 250px;
		object-fit: cover;
		object-position: center;
		margin: 10px 0 0;
	}

}

/*20240827 web予約導線　出し分け*/
.reservation-btn.all {
    display: none;
}
.reservation-btn.flow-only {
    display: block;
	right: 120px;
}
nav.hamburgermenu .bg ul.flex03 .btn.all {
    display: none;
}
nav.hamburgermenu .bg ul.flex03 .btn.flow-only {
    display: block;
}
.sp-fixbtn-area .sp-fixbtn-box .sp-fixbtn.all {
    display: none;
}
.sp-fixbtn-area .sp-fixbtn-box .sp-fixbtn.flow-only {
    display: none;
}
.f-contact-area .txt-area .con-btn.all {
    display: none;
}
.f-contact-area .txt-area .con-btn.flow-only {
    display: block;
}

/*20250108 追記*/
.soudan-btn {
	display: none;
}
/*20250108 追記 end*/

@media screen and (max-width: 768px) {
	.reservation-btn.flow-only {
		display: none;
	}
	.sp-fixbtn-area .sp-fixbtn-box .sp-fixbtn.flow-only {
		display: block;
		background: #BFA049;
		width: 100%;
	}
	
	/*20250108 追記*/
	.sp-fixbtn-area .sp-fixbtn-box .sp-fixbtn.soudan-box {
		display: none;
	}
}

/* -----------------------------
	20251201 タブ分け表示
-------------------------------- */
.tab-2 {
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
    max-width: 1200px;
	margin-top: 30px;
}
.tab-2 > label {
    flex: 1 1;
    order: -1;
    opacity: .5;
    min-width: 70px;
    padding: 15px 0;
    border-radius: 5px 5px 0 0;
    background-color: #bfa049;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    cursor: pointer;
	transition: 0.5s;
}
.tab-2 > label:hover {
    opacity: .8;
}
.tab-2 input {
    display: none;
}
.tab-2 > div.tab-box {
    display: none;
    width: 100%;
    padding: 50px 50px;
    background-color: #fff;
}
.tab-2 label:has(:checked) {
    opacity: 1;
}
.tab-2 label:has(:checked) + div.tab-box {
    display: block;
}

@media screen and (max-width: 768px) {
	.tab-2 {
		max-width: 100%;
		margin-top: 20px;
	}
	.tab-2 > label {
		padding: 10px 0;
		font-size: 1.4rem;
	}
	.tab-2 > div.tab-box {
		padding: 20px 20px;
	}

}

