@charset "utf-8";


body {
	/*スマホで勝手に文字が大きくなる対策*/
	-webkit-text-size-adjust: 100%;
}

/*-----------------------------------------------------------
RESET
-----------------------------------------------------------*/
.h1_section,
#path {
	display: none;
}


#pg_article * {
    font-family: 'Noto Serif JP', serif !important;
    box-sizing: border-box;
}
#contents {
	padding-bottom: 80px;
	width: 100%;
}
#contents_outer {
	background-color: #fff!important;
}
.pg_inner {
	width: 1080px;
	margin: 0 auto;
}
a {
	transition: .3s;
}
/*-----------------------------------------------------------
MAIN
-----------------------------------------------------------*/
.mainview {
	width: 100%;
	height: 752px;
	background: url(../images/bkn01_bg.png) no-repeat center / cover;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 217px;
}
.main_ttl {
	color: #fff;
	font-size: 60px;
	font-weight: 600;
}
	.main_ttl_sub {
		color: #fff;
		font-size: 30px;
		font-weight: 600;
		background-color: #741F21;
		width: 898px;
		height: 60px;
		display: flex;
		justify-content: center;
		align-items: center;
		letter-spacing: 7px;
	}

/*-----------------------------------------------------------

-----------------------------------------------------------*/
.bkn_ttl_sec {
	position: relative;
	margin-bottom: 100px;
}
.bkn_ttl_label {
	position: absolute;
	top: -117px;
	left: -820px;
	color: #fff;
	font-size: 40px;
	background-color: #741F21;
	width: 100%;
	height: 100px;
	display: flex;
	align-items: center;
	padding-right: 100px;
	font-weight: 500;
	justify-content: flex-end;
}
.bkn_ttl_box {
	text-align: center;
}
.bkn_ttl_box .color-red {
	color: #741F21;
	font-size: 40px;
}
.bkn_ttl_box .bkn_name {
	font-size: 40px;
}

/*-----動画------------*/
.movie_section {
	margin-bottom: 100px;
}
.ttl_sections {
	font-size: 40px;
	margin-bottom: 40px;
}
.ttl_sections {
	position: relative;
}
.ttl_sections:after {
    position: absolute;
    content: "";
    background: #343536;
    height: 1px;
    width: 1170px;
    top: 30px;
    right: -379px;
}
.modal_video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 99;
    display: none;
}
.bigimg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.close-btn {
    color: #fff;
    font-size: 40px;
    position: absolute;
    right: 20px;
    top: 0;
}

.close-btn a {
    color: #fff;
    text-decoration: none;
}

/*------間取り----------*/
.madori_section {
	margin-bottom: 180px;
}
.ttl_sections03 {
	text-align: center;
	font-size: 40px;
	margin-bottom: 40px;
}
.madori_wrap {
	display: flex;
	justify-content: space-between;
	width: 920px;
	margin: 0 auto 170px;
	position: relative;
	position: relative;
    z-index: 0;
}
.madori_wrap:before {
    content: "";
    display: block;
    width: 100%;
    height: 608px;
    background: #F6F1F1;
    top: 80px;
    left: -180px;
    position: absolute;
    z-index: -1;
}

/*------フォトギャラリー----------*/
.gallery_section {
	margin-bottom: 100px;
}
.gallery_section .ttl_sections:after {
    right: -459px;
}

.gallery_wrap {
	display: flex;
	justify-content: space-between;
    align-items: flex-start;
}
.gallery_box {
	width: 240px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.gallery_box li {
	margin-bottom: 8px;
}
.gallery_slider {
    width: 810px;
    height: 460px!important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slide-item img{
    width: 100%;
  } 


/*-----------------------------------------------------------

-----------------------------------------------------------*/
.banner_box {
	width: 702px;
	margin: 0 auto 100px;
}
.banner_top {
	margin-bottom: 40px;
}

.banner_top a {
	width: 702px;
	height: 94px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 26px;
	background-color: #484A4D;
	border: 1px solid #484A4D;
}

.banner_btm {
	display: flex;
	justify-content: space-between;
}
.banner_btm li a {
	font-size: 22px;
	width: 331px;
	height: 60px;
	border: 1px solid #484A4D;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #484A4D;
}
.banner_btm li a:hover {
	background-color: #484A4D;
	border: 1px solid #484A4D;
	color: #fff;
	opacity: 1;
}

/*-----------------------------------------------------------
CONTACT
-----------------------------------------------------------*/
.ttl_sections02 {
    font-size: 35px;
}
.ttl_contact {
    position: relative;
    width: 290px;
    margin: 0 0 55px;
}
.ttl_ttlSide_R-bar01 ,.ttl_ttlSide_R-bar02 {
    position: relative;
}
    .stg_smallTtl {
        font-size: 15px;
        color: #000;
        padding: 0 0 0 15px;
    }
.sect_contact {
    margin-bottom: 20px;
}

.sect_contact .inner_sect {position: relative;}

.ttl_contact {
    position: relative;
    width: 290px;
    margin: 0 0 55px;
}
.ttl_ttlSide_R-bar02:after {
    position: absolute;
    content: "";
    background: #343536;
    height: 1px;
    width: 1170px;
    top: 20px;
    right: -480px;
}
    .ttl_contact:before {
        position: absolute;
        content: "";
        background: #741f21;
        width: 1080px;
        height: 195px;
        top: 4px;
        left: 461px;
        z-index: 1;
    }
    .ttl_contact:after {
        width: 1500px;
        left: 225px;
        z-index: 2;
    }
.txt_contact {
    position: absolute;
    box-sizing: border-box;
    width: 1500px;
    height: 395px;
    font-size: 15px;
    color: #343536;
    line-height: 2.4;
    background: #fff;
    padding: 20px 20px 20px 0;
    margin: 0 0 40px;
    z-index: 3;
    right: 0px;
    top: 65px;
}


.bottom_contact {
    z-index: 5;
    position: inherit;
    width: 1000px;
    margin: 0 auto;
}

.InquiryForm a {
	font-size: 30px;
	width: 998px;
	height: 94px;
	display: flex;
	justify-content: center;
	align-items: center;
    color: #fff;
    background: #343536;
    margin: 0 auto 55px;
}

.ttl_contactBottom {
    font-size: 25px;
    color: #343536;
    text-align: center;
    margin: 0 0 25px;
}

.contact__left {
    float: left;
    border: 1px solid #741f21;
    width: 480px;
    height: 95px;
    box-sizing: border-box;
    padding: 5px 0 0;
}
.tel {
    font-size: 30px;
    color: #741f21;
    margin: 0 0 8px 0;
    line-height: 1;
    text-align: center;
}
    .stg_phone-number {
        font-size: 50px;
        font-weight: 600;
    }
.storeInfo {
    font-size: 15px;
    color: #343536;
    text-align: center;
}
.contact__right {
    float: right;
    box-sizing: border-box;
    width: 480px;
    text-align: center;
    font-size: 30px;
    background: url(../images/icon_Contact.png)no-repeat 125px 33px #741f21;
    padding: 24px 0 28px 0;
}
.contact__right a {
    color: #fff;
    padding: 24px 135px 28px 198px;
}
    .contact__right a:hover {
        background: rgba(255,255,255,0.2);
        opacity: 1;
    }
