@charset "UTF-8";
/* CSS Document */
.heritage_fp .img_wrap img {
    vertical-align: bottom;
}
.heritage_sec1 {
    width: 100%;
}
.heritage_sec1 .img_wrap {
    width: 57%;
}
.heritage_sec1_txt {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 43%;
}
.heritage_head_title {
    font-size: 75px;
    line-height: 1.2;
    letter-spacing: 2px;
	text-align: center;
}
.heritage_head_note {
    font-size: 21px;
    font-weight: 300;
    letter-spacing: 2px;
    text-align: center;
}
.heritage_head::after {
    content: '';
    display: block;
    width: 170px;
    height: 1px;
    margin: 30px auto 45px;
    background-color: #000;
}
.heritage_sec1_txt .text {
    font-size: 25px;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 2.5px;
    text-align: center;
}
.heritage_sec2,
.heritage_sec4,
.heritage_sec5 {
    background-color: #ebebeb;
}
.heritage_sec2 {
    padding: 35px;
}

.heritage_sec2 .heritage_cont {
    max-width: 640px;
	margin: 0 auto 95px;
}
.heritage_cont::before {
    content: '';
    display: block;
    width: 36px;
    height: 39px;
	margin: 0 auto 20px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.heritage_sec2 .heritage_cont::before {
	background-image: url(https://bermas2211.itembox.design/item/img/heri_1.svg);
}
.heritage_sec4 .heritage_cont::before {
	background-image: url(https://bermas2211.itembox.design/item/img/heri_2.svg);
}
.heritage_sec5 .heritage_cont::before {
	background-image: url(https://bermas2211.itembox.design/item/img/heri_3.svg);
}
.heritage_cont .title {
	width: 100%;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 2.5px;
    text-align: center;
}
.heritage_cont .text {
	width: 100%;
    font-weight: 300;
    line-height: 2;
    letter-spacing: 2px;
}
.heritage_sec2_img {
    position: relative;
    max-width: 800px;
    margin: auto;
    margin-bottom: 100px;
}
.heritage_sec2_img img {
	position: relative;
    display: block;
    width: 100%;
    margin: auto;
	z-index: 1;
}
.circle_text {
	position: absolute;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 310px;
    height: 310px;
    font-size: 50px;
    font-weight: 200;
    letter-spacing: 2px;
    border: 30px solid #727272;
    border-radius: 50%;
	z-index: 0;
}
.circle_text span {
	display: block;
    font-size: 20px;
    font-weight: 100;
    letter-spacing: 2px;
}
.circle_text.strong {
    top: 90px;
    left: -40px;
}
.circle_text.silence {
    bottom: 0;
    right: -35px;
}
.heritage_sec3 .img_wrap {
    width: 100%;
}
.heritage_sec4 {
    padding-top: 120px;
}
.heritage_sec4 .heritage_cont {
	position: relative;
    max-width: 34%;
    padding: 40px 20px;
    margin: -270px 70px 300px;
    background-color: #fff;
}
.heritage_sec4 .img_wrap {
    width: 50%;
    margin-right: 85px;
}
.heritage_sec5{
	width: 100%;
}
.heritage_sec5 .heritage_cont {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40%;
    margin-left: 40px;
}
.heritage_sec5 .img_wrap {
    width: 50%;
}
.heritage_sec6 {
    position: relative;
}
.heritage_sec6 img {
    width: 100%;
}
.heritage_sec6 .heritage_head {
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translate(0,-50%);
    color: #fff;
}
.heritage_sec6 .heritage_head::after {
    display: none;
}
.heritage_movie {
    position: relative;
    width: 100%;
    padding-top: 56%;
}
.heritage_movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.heritage_fp .item_wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.heritage_fp .item_wrap_li {
    width: 21%;
    margin: 1% 4% 4% 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.heritage_fp .mark_wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.heritage_fp .mark_wrap li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 120px;
    margin: 0 3px 0 0;
    font-size: 11px;
    line-height: 2.8;
}
.heritage_fp .mark_wrap li::before {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    margin-right: 4px;
}
.heritage_fp .mark_wrap .hanger_icon::before{
	background: url(https://bermas2211.itembox.design/item/img/hanger.png?t=20190617174309) center center no-repeat;
    background-size: contain;
}
.heritage_fp .mark_wrap .luggage_icon::before{
	background: url(https://bermas2211.itembox.design/item/img/157_luggage.png?t=20190617174309) center center no-repeat;
    background-size: contain;
}
.heritage_fp .item_wrap_li:last-child .luggage_icon::before{
	background: url(https://bermas2211.itembox.design/item/img/115_luggage.png) center center no-repeat;
    background-size: contain;
}
.heritage_fp .item_wrap_li img{
	opacity: 1;
	transition: all .3s ease;
}
.heritage_fp .item_wrap_li:hover img {
    opacity: .5;
}

@media screen and (max-width: 1400px) {
.heritage_head_title {
    font-size: 60px;
}
.heritage_head_note {
    font-size: 16px;
}
.heritage_sec1_txt .text {
    font-size: 18px;
}
.heritage_sec2 .heritage_cont {
    width: 600px;
}
.heritage_cont .title {
    font-size: 25px;
}
.heritage_cont .text {
    font-size: 13px;
}
.heritage_sec2_img {
    width: 650px;
}
.circle_text {
    width: 250px;
    height: 250px;
    font-size: 40px;
    border: 25px solid #727272;
}
.circle_text.strong {
    top: 80px;
    left: -30px;
}
.circle_text.silence {
    bottom: 0;
    right: -25px;
}
.heritage_sec4 .heritage_cont {
    margin: -270px 45px 235px;
}
}
@media screen and (max-width: 1200px) {
.heritage_head_title {
    font-size: 50px;
}
.heritage_head_note {
    font-size: 12px;
}
.heritage_head::after {
	width: 120px;
    margin: 20px auto 35px;
}
.heritage_sec1_txt .text {
    font-size: 14px;
}
.heritage_cont .title {
    letter-spacing: 1.5px;
}
.heritage_cont .text {
    line-height: 1.8;
    letter-spacing: 1.5px;
}
.heritage_sec2 .heritage_cont {
    margin-bottom: 50px;
}
.heritage_sec2_img {
    width: 580px;
    margin-bottom: 65px;
}
.circle_text {
    width: 200px;
    height: 200px;
    font-size: 24px;
    border: 20px solid #727272;
}
.circle_text span {
    font-size: 14px;
}
.circle_text.strong {
    left: 0;
}
.circle_text.silence {
    right: 0;
}
.heritage_sec4 .heritage_cont {
    max-width: 40%;
    margin: -210px 25px 165px;
}
.heritage_sec4 {
    padding-top: 70px;
}
.heritage_sec4 .img_wrap {
    margin-right: 0;
}
}

@media screen and (max-width: 768px) {
.heritage_sec1 {
    display: block;
}
.heritage_sec1 .img_wrap {
    width: 100%;
}
.heritage_sec1_txt {
    width: 100%;
    padding: 25px 0;
}
.heritage_head_note {
    font-size: 14px;
}
.heritage_head_title {
    font-size: 42px;
}
.heritage_head::after {
    width: 160px;
    margin: 10px auto 20px;
}
.heritage_sec1_txt .text {
    font-size: 16px;
}
.heritage_sec2 {
    padding: 20px;
}
.heritage_cont .title {
	margin-bottom: 20px;
    font-size: 20px;
}
.heritage_sec2 .heritage_cont {
    width: 100%;
    margin-bottom: 0;
}
.heritage_sec2_img {
    width: 100%;
	padding: 130px 0;
	margin-bottom: 0;
}
.heritage_sec4 {
    display: block;
}
.heritage_sec4 .heritage_cont {
    max-width: inherit;
    width: 100%;
	padding: 0;
    margin: 0 0 20px;
    background-color: transparent;
}
.heritage_sec4 {
    display: block;
    padding: 40px 20px;
}
.heritage_sec4 .img_wrap {
    width: 100%;
}
.heritage_sec5 {
	position: relative;
    display: block;
}
.heritage_sec5 .heritage_cont {
	position: relative;
    width: 100%;
    padding: 20px 20px 170px;
    margin: 0;
}
.heritage_sec5 .img_wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
}
.heritage_sec6 .heritage_head {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0,0);
    margin: 60px 0;
    color: #000;
}
.heritage_sec6 .heritage_head::after {
    display: block;
}
.heritage_fp .item_wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.heritage_fp .item_wrap_li {
    width: 50%;
    margin: 15px 0;
    padding: 0 10px;
}
.heritage_fp .mark_wrap {
    margin-top: 5px;
}
.heritage_fp .mark_wrap li {
    width: 100%;
    padding: 0;
}
}

@media screen and (max-width: 500px) {
.circle_text {
    width: 185px;
    height: 185px;
}
.circle_text span {
    font-size: 11px;
}
.circle_text.strong {
    top: 20px;
    left: 25px;
}
.circle_text.silence {
    bottom: 30px;
    right: -5px;
}
}