@charset "UTF-8";
/* lp予告202506 */

/*メインビジュアル*/
.mv-wrap {
	position: relative;	
}
.mv {
	height: auto;
	margin: 80px auto 0;
	background: #111;
}

.mv_yokoku {
	max-width: 1360px;	
	margin: 0 auto;
	font-size: 0;
}
.mv_yokoku img {
  	height: 1080px;
  	object-fit: cover;
}

@media screen and (max-width: 1100px) {
	.mv_yokoku img {
		height: auto;
	}
}
@media screen and (max-width: 768px) {
	.mv {
		margin: 60px auto 0;
	}
	.mv_yokoku img {
		height: auto;
	}
}


/*---------- lead ----------*/
.lead {
	position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
	width: 880px;
	background: #fff;
	margin: 0 auto;
    padding: 40px 0 40px 0;
}
.lead h1 {
	margin-bottom: 0;
    font-size: 1.3rem;
	line-height: 1.4;
	letter-spacing: 0.06em;
	font-weight: 600;
	text-align: center;
}
.lead h1 span {
    font-size: 1.1rem;	
}
.lead h2 {
    font-size: 3rem;
	font-weight: bold;
	letter-spacing: 0.06em;
	text-align: center;	
	background: #B7AC7A;
	background: linear-gradient(to left, #B7AC7A 0%, #6C6544 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.lead-box {
}
.lead-btn .btn a {
	width: 320px;
}
.lead-btn {
	max-width: 320px;
	margin: 12px auto 24px;
}

@media screen and (max-width: 768px) {
    .lead {
        padding: 20px 0 40px 0;
		width: 680px;
    }
	.lead h1 {
		font-size: 1.2rem;
		line-height: 1.5;
		margin-bottom: 0;
	}
	.lead h1 span {
		font-size: 1rem;	
	}
	.lead h2 {
		font-size: 1.85rem;
		margin-bottom: 12px;
	}
}
@media screen and (max-width: 600px) {
    .lead {
		bottom: -154px;/*-120px*/
        padding: 16px 0 30px 0;
		width: 80%;
    }
	.lead h1 {
		font-size: 1rem;
	}
	.lead h1 span {
		font-size: .9rem;
	}
	.lead h2 {
		margin-bottom: 48px;
	}
	.lead-btn .btn a {
		width: 254px;
	}
	.lead-btn {
		max-width: 254px;
		margin: 60px auto 32px;
	}
}

.yokoku {
	display: flex;
    justify-content: center;
	align-items: center;
    margin: 32px auto 40px;
	max-width: 840px;
  }
.yokoku-itemL {
	width: 16%;
	margin-right: 20px;
}
.yokoku-itemL p {
	font-size: 1.1rem;
	border: 1px solid #ccc;
	text-align: center;
}
.yokoku-itemR p {
	font-size: .85rem;
	line-height: 1.4;
}

@media screen and (max-width:600px) {
    .yokoku {
		margin-top: 20px;
		margin-bottom: 24px;
		display: block;
    }
	.yokoku-itemL {
		width: 30%;
	}
    .yokoku-itemL p {
		font-size: 1rem;
		margin-bottom: 8px;
	}
	 .yokoku-itemR p {
		font-size: .8rem;
		 line-height: 1.5;
	}
}


.pr-area {
	padding-top: 60px;
	padding-bottom: 60px;
	background: #fff;
}
.pr-area-bg {
	background: #fff url("../img/bg_moyou.png") bottom left no-repeat;
}
.pr-area-item {
	margin: 24px auto;
	max-width: 840px;
}
@media screen and (max-width:500px) {
	.pr-area {
		padding-top: 24px;
		padding-bottom: 24px;
	}
	.pr-area-item {
		margin-bottom: 12px;
	}
}



/* newお知らせ */
#news {
    left: 0;
    bottom: 0;
    background: var(--white-color);/*#f3f5f6*/
    width: 100%;
    z-index: 2;
    padding: 40px 56px;
}

#news h2 {
    position: relative;
    font-size: 1.4rem;
    margin: 0 0 30px 0;
}
#news h2::before{
    content:'';
    position: absolute;
    width: 30px;
    height: 1px;
    background: var(--base1-color);
    left: 0;
    bottom:-5px;
}

#news li {
    margin:0 0 10px 0;
}
#news li a {
    transition: all .3s;
}
#news li a:hover{
     background: #efefef;
}
#news li time {
    display: inline-block;
    padding:0 20px 0 0;  
    font-size: 0.8rem;
    color: var(--base5-color);
}

@media screen and (max-width: 960px) {
    #news {
        padding: 24px;
    }
    #news li time {
        display: block;
    }  
}
@media screen and (max-width:768px) {
    #news {
		padding: 32px 0 24px;
        width: 100%;
        bottom:-100px;
    }
	#news li {
		font-size: .9rem;
	}
}


/* aboutコンセプト */
#about {
    padding: 80px 0 60px;
	background: url("../img/about_bg.jpg") no-repeat;
	background-size: cover;
}

#about .about-inner {
	color: var(--white-color);
	margin-bottom: 40px;
}
#about .about-title {
	max-width: 540px;
	margin-bottom: 40px;
}
#about .about-txt {
}
#about .about-txt p {
	letter-spacing: 0.08em;
	line-height: 2.3;
}
.about-photo {
}
@media screen and (max-width:600px) {
	#about {
		padding: 60px 0 40px;
	}
	#about .about-title {
	}
	#about .about-txt {
	}
	#about .about-txt p {
		font-size: .9rem;
		letter-spacing: 0;
		line-height: 1.8;
	}
}


/*location-map*/
#location-map {
	background: #272316;
	padding-top: 60px;
	padding-bottom: 80px;
}
#location-map h2 {
	color: var(--accent-color2);
}
#location-map .container-p0 {
	max-width: 1032px;
}
.location-info-txt {
	max-width: 880px;
	margin: 0 auto 20px; 
	text-align: center;
}
@media screen and (max-width:600px) {
	#location-map {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	#location-map h2 {
		font-size: 1.8rem;
	}
	.location-info-txt {
		margin: 20px auto 0; 
		text-align: left;
		padding-bottom: 20px;
	}
}

.location-photo {
	margin-top: 24px;
	max-width: 1032px;
}


/* realordermadeリアルオーダーメイド */
#realordermade {
    padding: 60px 0;
	background: var(--base3-color);
	color: #fff;
}

#realordermade h2 {
	color: var(--accent-color2);
	font-size: 2.4rem;
	text-align: center;
}

#realordermade h4 {
	font-size: 1rem;
	letter-spacing: 0.08em;
	line-height: 1.6;
}
#realordermade .realordermade-title {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
	margin-top: 40px;
	margin-bottom: 40px;
}
#realordermade .realordermade-title p {
	font-size: .9rem;
	letter-spacing: 0.06em;
	line-height: 1.6;
}
#realordermade .realordermade-title-img {
	max-width: 44%;
	margin-right: 4%;
}
#realordermade .realordermade-title-txt {
	max-width: 52%;
}

.realordermade-inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 36px;
}

.realordermade-inner .realordermade-points {
	background: #00121F;
background: linear-gradient(40deg, rgba(0, 18, 31, 1) 0%, rgba(25, 54, 69, 1) 100%);
	border: 1px solid var(--main-color);
	padding: 40px;
	max-width: 35%;
}

.realordermade-inner .realordermade-steps {
background: #00121F;
background: linear-gradient(200deg, rgba(0, 18, 31, 1) 0%, rgba(25, 54, 69, 1) 100%);	
	border: 1px solid var(--main-color);
	padding: 40px 60px 20px 60px;
	max-width: 62%;
}
.realordermade-inner .realordermade-steps img {
}

#realordermade p {
	font-size: .9rem;
}

@media screen and (max-width:700px) {/*768px*/
	#realordermade {
	    margin-bottom: 0;
		padding: 50px 0 30px 0;
	}
	#realordermade h2 {
		font-size: 1.5rem;
	}
	#realordermade h2 {
		margin-bottom: 20px;
	}
	#realordermade h4 {
		font-size: .9rem;
		line-height: 1.5;
		margin-bottom: 32px;
		letter-spacing: 0;
	}
	#realordermade .realordermade-title p {
		font-size: .8rem;
		line-height: 1.7;
	}
	#realordermade .realordermade-title-img {
		max-width: 100%;
	}
	#realordermade .realordermade-title-txt {
		max-width: 100%;
	}
	.realordermade-inner .realordermade-points {
		max-width: 100%;
		margin-bottom: 12px;
		padding: 32px 40px;
	}
	.realordermade-inner .realordermade-steps {
		max-width: 100%;
		padding: 32px 20px 8px;
	}
}


/*-------- outline物件概要 --------*/
#outline {
	padding-top: 36px;
	padding-bottom: 48px;
	background: #f8f8f8;
}
.outline_box {
    margin: 0 auto;
}
@media screen and (min-width: 1200px) {
    .outline_box {
        max-width: 930px;
        margin: 20px auto 0;
    }
}

.outline_box table {
	font-size: .95rem;
    letter-spacing: 0.05em;
    color: #000;
	margin: 0 0 30px;
    line-height: 1.4;
}

.outline_box table.alltype th {
	background: var(--base3-color);
	color: #fff;
	font-weight: 500;
}

.outline_box table th {
	width: 27%;/*30%*/
    padding: 0.4rem 0.8rem;
    text-align: left;
}
.outline_box table td {
	background: #fff;
    padding: 0.4rem 0.8rem;
}
.table>tbody>tr>td, .table>tbody>tr>th {
}

@media (max-width: 680px) {
	#outline {
		padding-bottom: 32px;
	}
    .outline_box table {
        font-size: 0.8rem;
    }
	.outline_box table th {
	    width: 34%;
        font-weight: normal;
        padding: 0.4rem;
	}
    .outline_box table td {
        padding: 0.4rem;
    }
} 

.outline_inner {
	font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, メイリオ, meiryo, sans-serif;
	margin-bottom: 20px;
	line-height: 1.4;
	font-size: 0.8rem;
	color: #333;
}
.outline_inner p {
	line-height: 1.4;
	font-size: 0.85rem;
	margin-bottom: 6px;
	letter-spacing: 0;
}
@media (max-width: 680px) {
	.outline_inner p {
		font-size: 0.75rem;
		margin-bottom: 4px;
	}	
}