
.key {
	background: url(../img/scene/key.jpg) no-repeat center;
	background-size: cover;
	height: 600px;
}

.fn_35 {
	font-size: 35px;
}

.fnt-notoSerif {
	font-family: 'Noto Serif JP', serif;
}
.flex-box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
.btnshare a {
	background: url('../img/scene/partent295.jpg') repeat center top;
	font-family: 'Noto Serif JP', serif;
	border-radius: 5px;
	text-align: center;
	display: block;
	padding: 13px 0 12px;
	transition: all ease .3s;
	font-size: 18px;
    letter-spacing: 0.15em;
    line-height: 35px;
    color: #fff;
}
.btnshare a:hover {
	text-decoration: none;
	opacity: .8;
}

#sec1 h2 {
	font-size: 38px;
	line-height: 2.42;
	letter-spacing: 0.35em;
	color: #3b2b25;
	float: right;
	height: 668px;
	margin-right: 57px;
}
#sec1 .set1 {
	background: url('../img/scene/sec1_bg1.png') no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 132px 0 71px;
}
#sec1 .txt {
    float: right;
    line-height: 36px;
    height: 535px;
    padding-top: 55px;
    margin-right: 46px;
}
#sec1 .set2 {
	background-image: url('../img/scene/bg-paralax.jpg');
	background-position: center center;
	font-size: 38px;
	line-height: 2.42;
	letter-spacing: 0.35em;
	color: #3b2b25;
	min-height: 500px;
}
#sec2 {
	background: url('../img/scene/sec2_bg.jpg') repeat center top;
	padding-top: 181px;
	padding-bottom: 100px;
	overflow: hidden;
}
#sec2 .note {
	position: absolute;
	top: -124px;
	left: 0;
	width: 100%;
	font-size: 19px;
	line-height: 28px;
	text-align: center;
	color: #ad1f00;
	z-index: 3;
}
#sec2 .tabs-link {
	position: absolute;
	top: 0;
	left: -400px;
	width: 614px;
	z-index: 2;
}
#sec2 .tabs-link li {
	background: url('../img/scene/bg-tablink.jpg') repeat center top;
	position: relative;
	font-size: 26px;
	line-height: 32px;
	letter-spacing: 0.15em;
	text-align: center;
	margin-bottom: 14px;
	height: 90px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	transition: all ease .3s;
	cursor: pointer;
}
#sec2 .tabs-link li:before {
	content: "";
	transition: all ease .3s;
	position: absolute;
	top: 50%;
	right: 0;
	background: url('../img/scene/arrow-tab.png') no-repeat center top;
	margin-top: -19px;
	width: 19px;
	height: 38px;
	z-index: -1;
	opacity: 0;
}
#sec2 .tabs-link li.active,
#sec2 .tabs-link li:hover {
	background: url('../img/scene/bg-tablink_on.jpg') repeat center top;
}
#sec2 .tabs-link li.active:before,
#sec2 .tabs-link li:hover:before {
	right: -19px;
	z-index: 1;
	opacity: 1;
}
#sec2 .tabs-link li.active img + img,
#sec2 .tabs-link li:hover img + img {
	opacity: 1;
}
#sec2 .tabs-link li span {
	display: block;
	width: 214px;
}
#sec2 .tabs-link li:last-child span {
	font-size: 84%;
}
#sec2 .tabs-link li img {
	position: absolute;
	top: 0;
	left: 0;
}
#sec2 .tabs-link li img + img {
	transition: all ease .3s;
	opacity: 0;
}
#sec2 .tab-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	pointer-events: none;
}
#sec2 .tab-item::before {
	content: "";
	position: absolute;
    top: -20%;
    bottom: -20%;
    left: -50%;
    right: -50%;
	
}

#sec2 .tab-item-1.active::before {
	background: url(../img/scene/bg1.jpg) repeat;
}

#sec2 .tab-item-2.active::before {
	background: url(../img/scene/bg2.jpg) repeat;
}
#sec2 .tab-item-3.active::before {
	background: url(../img/scene/bg3.jpg) repeat;
}
#sec2 .tab-item-4.active::before {
	background: url(../img/scene/bg4.jpg) repeat;
}
#sec2 .tab-item-5.active::before {
	background: url(../img/scene/bg5.jpg) repeat;
}


#sec2 .tab-item.active {
	position: relative;
	opacity: 1;
	pointer-events: inherit;
}
#sec2 .ttl {
	background: url('../img/scene/sec2_ttl.png') no-repeat center top;
	font-size: 25px;
	line-height: 39px;
	letter-spacing: 0.15em;
	text-align: center;
	color: #fff;
	width: 217px;
	height: 221px;
	padding-top: 45px;
	box-sizing: border-box;
	position: absolute;
	top: -25px;
	left: 0;
}
#sec2 .ttl em {
	font-style: inherit;
	font-size: 19px;
}
#sec2 .ttl span {
	font-size: 38.6px;
}
#sec2 .txt {
	line-height: 28px;
}
#sec2 .row1 {
	margin-left: 270px;
	position: relative;
	min-height: 506px;
}
#sec2 .row1 h3 {
	position: absolute;
	top: 0;
	left: 0;
	color: #3b2b25;
	font-size: 80px;
	line-height: 92px;
	letter-spacing: 0.15em;
}
#sec2 .row1 .txt {
	margin-left: 212px;
	margin-bottom: 33px;
}
#sec2 .row2 {
	position: relative;
	z-index: 3;
}
#sec2 .tab-item-1 .row1 h3 {
	position: relative;
	margin-left: 252px;
}
#sec2 .tab-item-1 .row1 .txt {
	margin-top: 14px;
	position: relative;
	margin-left: 252px;
}
#sec2 .tab-item-1 .round li {
	font-size: 26px;
}
#sec2 .tab-item-5 .row1 h3 {
	font-size: 46px;
	line-height: 58px;
	letter-spacing: 0.2em;
}
#sec2 .tab-item-5 .row1 .txt {
	margin-bottom: 10px;
	margin-left: 325px;
	min-height: 120px;
}
#sec2 .tab-item-5 .row1 h3 {
	font-size: 46px;
	line-height: 58px;
}
#sec2 .row2 {
	margin-top: 22px;
	align-items: center;
}
#sec2 .row2 h3 {
	font-size: 34px;
	line-height: 40px;
	letter-spacing: 0.15em;
	color: #744a00;
	width: 415px;
	text-align: center;
	border-top: 1px solid #744a00;
	border-bottom: 1px solid #744a00;
	padding: 17px 0 16px;
}
#sec2 .round {
	width: 543px;
}
#sec2 .round li {
	background: url('../img/scene/partent200.jpg') repeat center top;
	width: 172px;
	height: 172px;
	border-radius: 50%;
	text-align: center;
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	display: flex;
    align-items: center;
    justify-content: center;
	position: relative;
}
#sec2 .round li.font20 span {
	font-size: 90%;
}
#sec2 .col-left {
	position: relative;
	max-width: 452px;
	width: 100%;
	float: left;
}
#sec2 .col-left .slick-dots {
	bottom: 20px;
}

#sec2 .col-right {
	width: 50%;
	float: right;
}
#sec2 .col-right dl {
	padding-top: 64px;
}
#sec2 .col-right dl dt {
	font-size: 40px;
	color: #b21600;
	line-height: 1.4;
	letter-spacing: 0.12em;
	margin-bottom: 25px;
}
#sec2 .col-right .btnshare {
	margin: 42px 0 0 100px;
	line-height: 28px;
}
#sec2 .row3 {
	margin-top: 21px;
	position: relative;
}
#sec2 .row3 .note_m {
	position: absolute;
	top: -20px;
	right: 0;
	color: #744a00;
	font-size: 24px;
}
#sec6 .sec2_btn {
	background: url('../img/scene/partent404.jpg') repeat center top;
	text-align: center;
	font-size: 25px;
	letter-spacing: 0.15em;
	vertical-align: middle;
	display: table;
	width: 100%;
	color: #fff;
	text-decoration: none;
	transition: all ease .3s;
	padding: 106px 0 108px;
	margin-top: 96px;
	position: relative;
    z-index: 3;
}
#sec6 .sec2_btn span {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 342px;
}
#sec6 .sec2_btn span img {
	position: absolute;
	top: 4px;
	right: 0;
	width: 24px;
}
#sec6 .sec2_btn:hover {
	opacity: .8;
}
#sec3 {
	background: url('../img/scene/sec3_bg.jpg') no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 107px 0 62px;
	color: #fff;
}
#sec3 .box {
	font-family: 'Noto Serif JP', serif;
	background-color: rgba(34, 15, 1, 0.65);
	padding: 37px 30px 49px;
	box-sizing: border-box;
	text-align: center;
	margin: auto;
	width: 100%;
	max-width: 566px;
}
#sec3 .box h2 {
	margin-bottom: 19px;
	font-size: 50px;
	line-height: 62px;
	letter-spacing: 0.25em;
}
#sec3 .box h2 span {
	font-size: 52%;
	display: block;
	letter-spacing: 0.15em;
}
#sec3 .box .txt {
	line-height: 33px;
}
#sec3 .set2 {
	margin-top: 61px;
}
#sec3 .set2 p {
	width: 320px;
}
#sec3 .set2 p + p {
	margin-left: 20px;
}
#sec3 .set2 p:nth-child(2) a {
	font-size: 16px;
	letter-spacing: 0.05em;
}
#sec4 {
	background: url('../img/scene/sec4_img.jpg') no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	margin-top: 67px;
}
#sec4 .col {
	background: url('../img/scene/partent369.png') repeat center top;
	width: 50%;
	min-height: 469px;
	padding-right: 43px;
    justify-content: flex-end;
	align-items: center;
}
#sec4 .info {
	position: relative;
	padding: 50px 0 35px;
	max-width: 500px;
	width: 100%;
}
#sec4 .info:before {
	content: url('../img/scene/sec4_deco.png');
	position: absolute;
	top: 18px;
	right: -98px;
	width: 197px;
	height: 299px;
}
#sec4 .info .sub {
	font-size: 28px;
	line-height: 1.96;
	letter-spacing: 0.15em;
	color: #583424;
}
#sec4 .info dl dt {
	font-size: 50px;
	line-height: 1.4;
	letter-spacing: 0.16em;
	color: #3b2b25;
	margin-bottom: 18px;
}
#sec4 .info dl .price {
	letter-spacing: 0.16em;
	margin-left: 36px;
	font-size: 30px;
	color: #b21600;
}
#sec4 .info dl .price em {
	font-size: 22px;
	font-style: inherit;
}
#sec5 {
	padding: 64px 0 0px;
}
#sec5 .wp_phone {
    background: url("../img/scene/partent404.jpg") repeat center top;
    text-align: center;
    padding: 62px 20px;
    color: #fff;
}
#sec5 .wp_phone h2 {
	font-size: 35px;
    letter-spacing: 9px;
    letter-spacing: 0.35em;
    position: relative;
    display: inline-block;
    line-height: 40px;
    margin-bottom: 8px;
}
#sec5 .wp_phone h2:before {
    content: "";
    background: url("../img/scene/sec5_deco.png") no-repeat left top;
    position: absolute;
    top: 12px;
    left: -42px;
    width: 27px;
    height: 18px;
}
#sec5 .wp_phone h2:after {
    content: "";
    background: url("../img/scene/sec5_deco.png") no-repeat left top;
    position: absolute;
    top: 12px;
    right: -40px;
    width: 27px;
    height: 18px;
}
#sec5 .wp_phone .tel {
    font-size: 50px;
    letter-spacing: 0.05em;
    line-height: 46px;
    margin-top: 28px;
}
#sec5 .wp_phone .tel .fn_33 {
	font-size: 66%;
}
#sec5 .wp_phone .time {
    display: inline-block;
    background-color: #eeebea;
    font-weight: 500;
    color: #383838;
    padding: 0 20px 0 30px;
    line-height: 23px;
    margin-bottom: 8px;
}
#sec5 .wp_phone .time span {
    display: inline-block;
    margin-left: 20px;
}
#sec5 .wp_phone .btn_link {
	text-decoration: none;
    max-width: 378px;
    margin: 31px auto 0;
    text-align: center;
    font-size: 22px;
    letter-spacing: 0.15em;
    color: #b21600;
    line-height: 56px;
    border-radius: 5px;
    background-color: #fff;
    transition: all ease .3s;
    display: block;
}
#sec5 .wp_phone .btn_link:hover {
	opacity: .8;
}
#sec5 .wp_phone .btn_link span {
	margin-right: 8px;
	font-size: 18px;
}


#sec6 {
	background: url("../img/access/sec5_bg.jpg") no-repeat center top/cover;
}
#sec6 .wrap {
padding: 170px 0 90px 0;
}
#sec6 .wrap h2 {
	text-align: center;
	position: relative;
	letter-spacing: 10px;
	margin-bottom: 40px;
}
#sec6 .wrap h2:before {
	content: "";
	background: url("../img/access/deco3.png") no-repeat left top;
	position: absolute;
	top: -67px;
	left: 50%;
	transform: translateX(-50%);
	width: 72px;
	height: 40px;
}
#sec6 .wrap .wp_slider {
	margin-top: 63px;
}
#sec6 .wrap .wp_slider .bx-wrapper {
	box-shadow: none;
	border: none;
	background: none;
	margin-bottom: 98px;
}
#sec6 .wrap .wp_slider .js_img {
	width: 498px;
}
#sec6 .wrap .wp_slider .text {
	width: 460px;
	padding-top: 117px;
}
#sec6 .wrap .wp_slider .js_txt {
	font-size: 32px;
	line-height: 50px;
	letter-spacing: 4px;
	padding-left: 30px;
	font-family: 'Noto Serif JP', serif;
	position: absolute;
	top: 56px;
	left: 0;
}
#sec6 .wrap .wp_slider .js_txt:before {
	content: "";
	background: url("../img/access/deco5.png") no-repeat left top;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 19px;
	height: 18px;
}
#sec6 .wrap .wp_slider .bx-default-pager {
	position: absolute;
	bottom: -4px;
	left: 175px;
	text-align: left;
	z-index: 80;
}
#sec5 .wrap .wp_slider .bx-default-pager a {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	margin: 0 4px;
}
#sec6 .wrap .wp_slider .bx-default-pager a.active {
	background-color: #ad2312;
}
#sec6 .s5_btnlink {
	background: url("../img/access/bg_btn.jpg") repeat center top;
	font-size: 18px;
	line-height: 35px;
	color: #fff;
	border-radius: 7px;
	display: block;
	padding: 13px 0;
	margin: 0 auto;
	letter-spacing: 4px;
	width: 640px;
	text-align: center;
}
#sec6 .s5_btnlink:hover {
	opacity: 0.8;
	text-decoration: none;
}
#sec6 .bx-controls-direction {
	display: none;
}
.ds_sp {
	display: none;
}




@media (min-width: 769px) and (max-width: 1080px) {
	html.responsive .wrap {
		max-width: inherit;
		width: 1000px;
		padding: 0;
	}
}

@media screen and (max-width: 768px) {
	html.responsive .wrap {
		width: auto;
	}
	.sp {
		display: block;
	}
	.flex-box {
	    -webkit-flex-wrap: wrap;
	    flex-wrap: wrap;
	    clear: both;
	}
	#key {
		height: auto;
		min-height: auto;
	}
	#key .box {
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		margin-left: 0;
		width: 300px;
	}
	#sec1 .set1 {
	    background: url('../img/scene/sec1_bgsp.png') no-repeat center top;
	    -webkit-background-size: cover;
	    background-size: cover;
	}
	#sec1 h2, #sec1 .txt {
		cursor: inherit;
	    writing-mode: horizontal-tb;
	    -o-writing-mode: horizontal-tb;
	    -ms-writing-mode: horizontal-tb;
	    -ms-writing-mode: tb-rl;
	    -moz-writing-mode: horizontal-tb;
	    -webkit-writing-mode: horizontal-tb;
	}
	#sec1 h2 {
		font-size: 24px;
		margin-right: 0;
		line-height: 2;
		height: auto;
	    float: none;
	}
	#sec1 h2 br {
		display: none;
	}
	#sec1 .txt {
	    float: none;
		line-height: 2;
	    height: auto;
	    padding-top: 15px;
	    margin-right: 0;
	}
	#sec1 .set1 {
		padding: 40px 0;
	}
	#sec1 .set2 {
		background: none;
		min-height: inherit;
	}
	#sec2 {
	    padding-top: 40px;
	}
	#sec2 .note {
		position: relative;
		margin-bottom: 20px;
		top: 0;
	}
	#sec2 .tabs-link {
	    display: -webkit-flex;
	    display: -moz-flex;
	    display: -ms-flex;
	    display: -o-flex;
	    display: flex;
	    justify-content: space-between;
	    margin: 0 -15px;
	    position: relative;
	    left: 0;
	    width: auto;
	}
	#sec2 .tabs-link li {
		font-size: 15px;
		line-height: 25px;
		width: 17%;
	}
	#sec2 .tabs-link li:last-child {
		width: 32%;
	}
	#sec2 .tabs-link li span {
		padding: 0 5px;
		letter-spacing: 0;
	}
	#sec2 .tabs-link li img {
		display: none;
	}
	#sec2 .tabs-link li:before {
	    background: url('../img/scene/arrow-tab.png') no-repeat left top;
	    -webkit-background-size: auto 100%;
	    background-size: auto 100%;
	    top: 99%;
	    left: 50%;
	    margin-top: 0;
	    width: 19px;
	    height: 20px;
	    margin-left: -10px;
	    -webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	    -o-transform: rotate(90deg);
	    transform: rotate(90deg);
	}
	#sec6 .sec2_btn {
	    padding: 30px 0;
	    margin-top: 30px;
	}
	#sec6 .sec2_btn span {
		max-width: 315px;
	}
	#sec2 .round {
	    -webkit-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	    margin-top: 20px;
	    width: 100%;
	}
	#sec2 .round li {
		height: 0;
		padding-bottom: 32%;
		width: 32%;
		font-size: 15px !important;
	}
	#sec2 .round li span {
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
	}
	#sec2 .round li.font20 span {
	    font-size: 80%;
	}
	#sec2 .row1 {
	    margin-left: 0;
	    min-height: auto;
	}
	#sec2 .ttl {
		display: none;
	}
	#sec2 .row1 h3 {
	    position: relative;
	    left: 0;
	    width: 100%;
	    text-align: center;
	    font-size: 35px;
	    line-height: 1.5 !important;
	    margin-left: 0 !important;
	    margin-bottom: 15px;
	}
	#sec2 .row1 .txt {
		margin-left: 0 !important;
		margin-bottom: 18px !important;
	}
	#sec2 .row2 h3 {
	    font-size: 25px;
	    padding: 10px 0;
        margin: auto;
	}
	#sec2 .col-left {
	    float: none;
	    max-width: inherit;
	}
	#sec2 .col-left img {
		width: 100%;
	}
	#sec2 .col-right {
		width: 100%;
		float: none;
	}
	#sec2 .col-right dl {
	    padding-top: 25px;
	}
	#sec2 .col-right dl dt {
	    margin-bottom: 10px;
	    font-size: 30px;
	    text-align: center;
	    line-height: 1.5;
	}
	#sec2 .col-right .btnshare {
	    margin: 20px 0 0 0;
	}
	#sec3 {
		background: none;
		padding: 0;
	}
	#sec3 .set1 {
	    background: url(../img/scene/sec3_bg.jpg) no-repeat center center;
	    -webkit-background-size: cover;
	    background-size: cover;
	    padding: 50px 0;
	}
	#sec3 .box {
		padding: 25px 20px;
	}
	#sec3 .box h2 {
	    margin-bottom: 21px;
	    font-size: 35px;
	    line-height: 48px;
	    letter-spacing: 0.25em;
	}
	#sec3 .set2 {
		margin-top: 20px;
	}
	#sec3 .set2 p {
		margin-left: 0 !important;
		margin-bottom: 20px;
	    width: 100%;
	}
	#sec4 {
		margin-top: 20px;
	}
	#sec4 .col {
		width: auto;
	    padding: 0 6.25%;
	    min-height: auto;
	}
	#sec4 .info {
		padding: 30px 0 40px;
	    max-width: inherit;
	}
	#sec4 .info dl .price {
		margin-top: 15px;
		display: block;
		margin-left: 0;
	}
	#sec5 .wp_phone h2 {
	    font-size: 30px;
	    letter-spacing: 0.1em;
	}
	#sec5 .wp_phone .tel {
		margin-top: 15px;
	    font-size: 32px;
	}
	#sec5 .wp_phone .btn_link {
		font-size: 20px;
		margin: 15px auto 0;
	}
	
#sec6 .wrap {
	padding: 25% 15px 15%;
	text-align: center;
}
#sec6 .wrap .wp_slider .js_txt {
	position: relative;
	top: 0;
	display: inline-block;
	margin-bottom: 3%;
	font-size: 30px;
}
#sec6 .wrap .wp_slider .js_img {
	width: 100%;
	float: none;
}
#sec6 .wrap .wp_slider .js_img img {
	width: 100%;
	margin: 0 auto;
}
#sec6 .wrap .wp_slider .text {
	width: 100%;
	text-align: left;
	padding-top: 2%;
}
#sec6 .wrap .wp_slider .bx-wrapper {
	margin-bottom: 0;
}
#sec6 .wrap .wp_slider .bx-default-pager {
	position: absolute;
	bottom: 11%;
	left: 0;
	text-align: center;
	padding-top: 0;
}
#sec6 .s5_btnlink {
	width: 100%;
	padding: 2% 0;
	margin-top: 5%;
}
#sec6 .bx-controls-direction {
	display: block;
}
#sec6 .wrap .wp_slider {
	margin-top: 5%;
}
#sec6 .wrap .wp_slider .bx-default-pager {
	bottom: auto;
	position: relative;
	padding-top: 5%;
}
	
}
@media screen and (max-width: 400px) {
	#sec1 .set1 {
	    -webkit-background-size: 100%;
	    background-size: 100%;
	}
	#sec4 .info dl dt {
		font-size: 40px;
	}
	#sec4 .info .sub {
		font-size: 22px;
	}
}

.bx-wrapper .bx-viewport {
	z-index: 0;
}
.bx-wrapper .bx-pager {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	text-align: center;
}
.bx-wrapper .bx-pager-item {
    display: inline-block;
    vertical-align: bottom;
	font-size: 0;
    line-height: 0;
}
.bx-wrapper .bx-pager a {
    background: #838282;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.bx-wrapper .bx-pager a.active,
.bx-wrapper .bx-pager a:focus,
.bx-wrapper .bx-pager a:hover {
    background: #fff;
}

@media only screen and (max-width: 767px) {
	#sec2 .row3 {
		margin-top: 0;
	}
	#sec2 .row3 .note_m {
		position: relative;
		top: auto;
		text-align: right;
		font-size: 15px;
		padding-bottom: 10px;
	}
	#sec2 .tab-item-5 .row1 .txt {
		min-height: auto;
	}
	#sec2 .tabs-link li br {
		display: block;
	}
	#sec6 .sec2_btn span img {
		top: 12px;
	}
	#sec2 .tab-item-5 .row1 h3 {
		font-size: 35px;
	}
	#sec4 .info dl dd br,
	#sec3 .box .txt br {
		display: none;
	}
	

	
	
}

@media only screen and (max-width: 520px) {
	#sec1 h2 {
		font-size: 22px;
		line-height: 1.8;
	}	
	#sec2 .tab-item-5 .row1 h3,
	#sec2 .row1 h3 {
		font-size: 30px;
	}
	#sec2 .row2 h3 {
		font-size: 23px;
	}
	
#sec6 .wrap h2:before {
	top: -50px;
	width: 39px;
	height: 38px;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
	
#sec6 .wrap h2 {
	margin-bottom: 5%;
}
#sec6 .s5_btnlink,  .btnshared {
	line-height: 1.5!important;
	font-size: 16px!important;
}
#sec6 .bx-wrapper .bx-pager {
	padding-top: 10%;
}
#sec6 .wrap .wp_slider .text {
	padding-top: 3%;
	padding-bottom: 5%;
}
#sec6 .wrap .wp_slider .js_txt {
	font-size: 26px;
}
	
}

@media only screen and (max-width: 425px) {
	
.fn_35 {
	font-size: 26px;
}
	
	#sec2 .col-right .btnshare {
		margin-top: 6%;
	}
	.btnshare a {
		padding: 10px 0;
		font-size: 16px!important;
		line-height: 30px;		
	}
	#sec2 .col-right dl dt {
		font-size: 26px;
	}
	
	#sec6 .sec2_btn {
		font-size: 22px;
	}
	#sec6 .sec2_btn span img {
		top: 12px;
		width: 20px;
	}
	#sec3 .box h2 {
		font-size: 32px;
		line-height: 1.6;
	}
	#sec4 .info .sub {
		font-size: 24px;
	}
	#sec4 .info dl dt {
		font-size: 45px;
	}
	#sec4 .info dl .price {
		font-size: 26px;
	}
	
	
#sec6 h2 {
	letter-spacing: 2px;
	}
	
#sec6 .s5_btnlink {
	padding: 10px 0;
	font-size: 16px;
}
.btnshared {
	padding: 0px 0!important;
	font-size: 16px!important;
	line-height: 30px;
}
#sec6 .wrap .wp_slider .js_txt {
	font-size: 24px;
}
	
}
@media only screen and (max-width: 375px) {
	
	.fn_35 {
	font-size: 24px;
}
	
	.btnshare a {
		font-size: 14px!important;
		line-height: 1.5;	
		letter-spacing: 1!important;
	}
	#sec2 .col-right dl dt {
		font-size: 26px;
	}
	
	#sec6 .sec2_btn {
		font-size: 20px;
	}
	#sec6 .sec2_btn span {
		max-width: 267px;
	}
	#sec6 .sec2_btn span img {
		top: 9px;
	}
	#sec3 .box h2 {
		font-size: 30px;
	}
	#sec4 .info .sub {
		font-size: 22px;
	}
	#sec4 .info dl dt {
		font-size: 40px;
	}
	#sec4 .info dl .price {
		font-size: 24px;
	}
	#sec2 .note {
		font-size: 15px;
	}
	#sec2 .tabs-link li {
		height: 66px;
	}
	#sec2 .tabs-link li {
		font-size: 14px;
		padding: 10px 0;
		line-height: 1.6;
	}
	#sec2 .tab-item-5 .row1 h3,
	#sec2 .row1 h3 {
		margin-bottom: 7px;
		font-size: 26px;
	}
	#sec2 .row2 h3 {
		font-size: 20px;
	}
	
#sec6 .s5_btnlink,  .s3_btnlink {
	font-size: 14px;
	line-height: 1.5;
	padding: 10px 0;
}
	
#sec6 .wrap h2 {
	letter-spacing: 5px;
}
#sec6 .wrap h2:before {
	top: -40px;
	width: 42px;
	height: 48px;
}
	
#sec6 .wrap .wp_slider .js_txt {
	font-size: 22px;
}
	
}





















