@charset "UTF-8";
/*日本語*/
@import url('https://fonts.googleapis.com/css?family=Quicksand:400,500,700');

@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url("/hebel-rooms/feature/boriki/css/fonts/NotoSansCJKjp-DemiLight-sub-j1.woff")  format('woff');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("/hebel-rooms/feature/boriki/css/fonts/NotoSansCJKjp-Regular-sub-j1.woff")  format('woff');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("/hebel-rooms/feature/boriki/css/fonts/NotoSansCJKjp-Medium-sub-j1.woff")  format('woff');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("/hebel-rooms/feature/boriki/css/fonts/NotoSansCJKjp-Bold-sub-j1.woff")  format('woff');
}


/*------------------------------------------------------------------------------

リセット

------------------------------------------------------------------------------*/
body div, body dl, body dt, body dd, body ul, body ol, body li, body h1, body h2, body h3, body h4, body h5, body h6, body pre, body form, body fildset, body input, body textarea, body p, body blockquote, body table, body th, body td, body address {
    color: #252525;
}
sub, sup{
	position:static;
}

@media screen and (min-width: 740px){
	body li{
		float:none;
	}
	body .wrap_footer li{
		float:left;
	}
	#footer{
		padding-top:0;
		border-top:1px solid #f3f3f3;
	}
}


/*----------------------------------------------------------------------------*/


html{
	overflow-y:scroll;
}
.boriki2019_contents{
	-webkit-text-size-adjust:none;
	color:#252525;
	font-size:18px;
	margin:0;padding:0;
	background-color:#fff;
	font-family: "Noto Sans JP","メイリオ","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",YuGothic,"Yu Gothic","游ゴシック", Osaka,"ＭＳ Ｐゴシック" ,sans-serif;
	font-weight:400;
	word-break: normal;
	word-wrap: break-word;
	z-index:1;
}

.boriki2019_contents *{margin:0;padding:0;line-height:1.1;}
ul,li,dl,dt{list-style-type:none;}
img{vertical-align:middle;border:none;}
/*p,dt,dd,li{text-align:justify;text-justify:inter-ideograph;}*/
.alignCenter{text-align:center;}
img.fitImg{max-width:100%;height:auto;}
br{line-height:1;}
.clearfix:after{
	content:"";
	display:block;
	clear:both;
	overflow: hidden; /* Firefoxで、下マージン設定しているのに上にもアキができるバグ対策。追加 */
}

.qs_r{
	font-family: 'Quicksand', sans-serif !important;
	font-weight:400 !important;
}
.qs_m{
	font-family: 'Quicksand', sans-serif !important;
	font-weight:500 !important;
}
.qs_b{
	font-family: 'Quicksand', sans-serif !important;
	font-weight:700 !important;
}

.serif{
	font-family:"Noto Serif JP","ヒラギノ明朝 Pro W6","HiraMinPro-W6",YuMincho,"Yu Mincho","游明朝",serif;
}
.sans_serif{
	font-family: "Noto Sans JP","メイリオ","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",YuGothic,"Yu Gothic","游ゴシック", Osaka,"ＭＳ Ｐゴシック" ,sans-serif;
}
a,a:link,a:visited,a:hover,a:active{text-decoration:none;color:#464646;}

p.img{
	margin:5px 0;
}

input[type="text"],
input[type="email"]{
	width:100%;
	box-sizing: border-box;
}

.inner{
	width:1200px;
	margin:0 auto;
	position:relative;
	clear:both;
}
.isSP,
.sp_br{
	display:none;
}
.sp_menu_screen{
	position:fixed;
	left:0;
	top:0;
	z-index:997;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.8);
	display:none;
}






/*------------------------------------------------------------------------------

slick上書き

------------------------------------------------------------------------------*/
.slick-list{
/*	padding-top:15px !important;
	padding-bottom:15px !important;*/
}
.slick-dots {
	bottom:0;
}

.slick-prev
{
    left: calc(50% - 640px);
	z-index:10;
}
.slick-prev, .slick-next{
	width:40px;
	height:40px;
}
.slick-next{
	right:calc(50% - 650px);
}
.slick-prev:before,
.slick-next:before
{
    content: '';
	display:block;
	width: 14px;
	height: 14px;
	transform: rotate(45deg) translateY(-2px);
	transform-origin: right 50% 0;
    opacity: 1;
}
.slick-prev:before{
	border-left: 2px solid #454545;
	border-bottom: 2px solid #454545;
}
.slick-next:before{
	border-right: 2px solid #454545;
	border-top: 2px solid #454545;
}




.slick-dots li button:before{
    opacity: 1;
    color: #454545;
}
.slick-dots li button:before,
.slick-dots li.slick-active button:before{
    opacity: 1;
    color: #454545;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
	z-index:20;
    width: 6px;
    height: 6px;
	border-radius:50%;
	background:#454545;
    text-align: center;
}
.slick-dots li.slick-active button:before{
	background:#f7f7f7;
}
.slick-dots li.slick-active button:after{
    opacity: 1;
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
	z-index:10;

    width: 12px;
    height: 12px;
	border-radius:50%;
	background:#c49361;
    text-align: center;
}

/*------------------------------------------------------------------------------

colorbox上書き

------------------------------------------------------------------------------*/
iframe.cboxIframe img{
	display:block;
	text-align:center;
}

/*------------------------------------------------------------------------------

共通

------------------------------------------------------------------------------*/
.common_headline{
	font-weight:700;
	font-size:26px;
	text-align:center;
}
.common_headline em{
	display:block;
	padding-bottom:25px;
	font-family:'Quicksand', sans-serif;
	font-weight:700;
	font-style:normal;
	color:#c49361;
	font-size:14px;
}
.common_headline small{
	display:inline-block;
	margin-right:20px;
	font-size:18px;
	color:#666;
	font-weight:700;
}
.common_lead{
	text-align:center;
}
.common_lead p{
	display:inline-block;
	max-width:800px;
	text-align:left;
	padding-top:40px;
	font-size:16px;
	line-height:1.8;
	font-weight:300;
}
.common_image_full{
	width:100%;
	padding-top:30px;
	text-align:center; 
}
.common_image_full img{
	max-width:100%;
}

/*------------------------------------------------------------------------------

header

------------------------------------------------------------------------------*/
.header_boriki{
	width:100%;
	position:fixed;
	z-index:9999;
	left:0;
	top:0;
	height:108px;
	clear:both;
}
/*
.header_boriki:after{
	content:"";
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:120px;
	height:108px;
	background:url(/hebel-rooms/feature/boriki/img/logo_header_pc.png) no-repeat left top;
}
*/
.header_logo{
	position:absolute;
	left:0;
	top:0;
	width:120px;
	height:108px;
	background:url(/hebel-rooms/feature/boriki/img/logo_header_pc.png) no-repeat left top;
}

@media screen and (min-width: 1440px) {
/*
	.header_boriki:after{
		left:calc(50% - 720px);
	}
*/
	.header_logo{
		left:calc(50% - 720px);
	}

}

.header_sp_menu,
.header_sp_switch{
	display:none;
}

.header_boriki .inner{
	display:flex;
	align-items: center;
	justify-content:flex-end;
}
.header_menu_list{
	display:flex;
	align-items: center;
	justify-content:flex-end;
	padding-top:30px;
}
.header_menu_list li{
	padding-left:40px;
}
.header_menu_list a{
	color:#fff;
	font-size:14px;
	letter-spacing:0.15em;
	position:relative;
}
.header_menu_list a:link,
.header_menu_list a:visited,
.header_menu_list a:hover,
.header_menu_list a:active{
	color:#fff;
}
.header_menu_list a:after{
	content:"";
	display:block;
	position:absolute;
	left:calc(50% - 20px);
	top:calc(50% - 20px);
	width:40px;
	height:40px;
	border-radius:20px;
	background:rgba(243,233,223,0);
	z-index:-1;
	transition:background ease 0.4s;
}
.header_menu_list a:hover:after{
	background:rgba(243,233,223,1);
}
.header_menu_out{
	background:#c49361 url(/hebel-rooms/feature/boriki/img/icon_lenz.png) no-repeat 15px center;
	background-size:16px auto;
	padding:12px 22px 12px 45px;
	border-radius:25px;
	transition:background-color ease 0.4s;
}
.header_menu_out:hover{
	text-decoration:none;
	background-color:#d3a679;
	color:#fff;
}
/*スクロール中*/
.header_boriki.interArea{
	background:rgba(255,255,255,1);
	height:80px;
}
.header_boriki.interArea .header_menu_list a{
	color:#252525;
}
.header_boriki.interArea .header_menu_list .header_menu_out{
	color:#fff;
}
/*
.header_boriki.interArea:after{
	left:20px;
	width:165px;
	height:62px;
	background:url(/hebel-rooms/feature/boriki/img/logo_header_sp.png) no-repeat left 20px;
	background-size:100% auto;
}
*/
.header_boriki.interArea .header_logo{
	left:20px;
	width:165px;
	height:62px;
	background:url(/hebel-rooms/feature/boriki/img/logo_header_sp.png) no-repeat left 20px;
	background-size:100% auto;
}

@media screen and (max-width: 1200px) {
	.header_boriki .inner{
		width:100%;
	}
}

@media screen and (max-width: 1100px) {
	.header_menu_list li{
		padding-left:2.6vw;
	}
	.header_menu_list a{
		font-size:1.25vw;
	}
.header_menu_out{
	background:#c49361 url(/hebel-rooms/feature/boriki/img/icon_lenz.png) no-repeat 1.5vw center;
	background-size:1.8vw auto;
	padding:10px 15px 10px 4vw;
	border-radius:25px;
	transition:background-color ease 0.4s;
}
}

/*------------------------------------------------------------------------------

看板部分

------------------------------------------------------------------------------*/
.board{
	width:100%;
	min-width:1200px;
/*	height:100%;*/
	background:url(/hebel-rooms/feature/boriki/akatsuka/img/boardBG_pc.jpg) no-repeat center top;
	border-top:10px solid #fff;
	position:relative;
	z-index:1;
	clear:both;
}
.board:after,
.board:before{
	content:"";
	display:block;
	position:absolute;
	top:0;
	width:10px;
	height:100%;
	background:#fff;
	z-index:980;
}
.board:before{
	left:0;
}
.board:after{
	right:0;
}


.board_text{
	height:710px;
}
.board_headline{
	padding-top:280px;
	text-align:center;
}
.board_headline img{
	width:403px;
}
.board_cacth{
	text-align:center;
	padding-top:15px;
	font-size:22px;
	font-family: 'Quicksand', sans-serif;
	font-weight:500;
	color:#fff;
	letter-spacing:0.1em;
}
.board_cacth_num{
	font-size:38px;
}
.board_cacth small{
	font-size:16px;
}

.board_spec_list{
	width:730px;
	margin:0 auto;
	margin-top:30px;
	height:45px;
	background:#c59767;
	display:flex;
	align-items: center;
	justify-content:space-around;
	border-radius:3px;
}
.board_spec_item{
/*	padding:12px 0;
	width:33.33%;*/
	display:flex;
	align-items: center;
	justify-content:center;
	position:relative;
}
.board_spec_item:after{
	content:"";
	display:block;
	position:absolute;
	left:115%;
	top:calc(50% - 7px);
	width:1px;
	height:15px;
	background:rgba(255,255,255,0.5);
}
.board_spec_item:last-child:after{
	display:none;
}

.board_spec_name{
	padding-right:10px;
	color:#fff;
	font-size:14px;
	font-weight:500;
	letter-spacing:0.075em;
}
.board_spec_number{
	color:#fff;
	font-size:22px;
	font-family: 'Quicksand', sans-serif;
	font-weight:700;
	letter-spacing:0.05em;
}
.board_spec_number em{
	font-style:normal;
	font-size:24px;
	font-weight:700;
	vertical-align:text-bottom;
}
.board_spec_number_med{
	font-size:18px;
}
.board_spec_number small{
	font-size:12px;
}
.board_spec_text{
	color:#fff;
	font-size:18px;
	letter-spacing:0.075em;
}
.board_spec_text em{
	font-style:normal;
	font-size:24px;
	font-family: 'Quicksand', sans-serif;
	font-weight:700;
	vertical-align:text-bottom;
}


/**/
.board_about{
	width:100%;
	min-width:1200px;
	padding-top:80px;
	padding-bottom:450px;
	position:relative;
	background:#f7f7f7 url(/hebel-rooms/feature/boriki/akatsuka/img/aboutBG_pc.jpg) no-repeat center bottom;
	clear:both;
}
.board_about:after{
	content:"";
	display:block;
	position:absolute;
	left:0;
	bottom:450px;
	width:100%;
	height:30px;
	background:#fff;
}

.board_about_box{
	display:flex;
	align-items: center;
	padding-bottom:110px;
}

.board_about_image{
	width:570px;
	padding-right:30px;
}
.board_about_image img{
	display:inline-block;
	max-width:100%;
	border-radius:13px;
	box-shadow:1px 3px 6px 0px rgba(0,0,0,0.2);
}
.board_about_image small{
	display:block;
	padding-top:15px;
	font-size:10px;
	font-weight:300;
	color:#999;
	letter-spacing:0.1em;
}


.board_about_info{
	width:570px;
	padding-left:30px;
}
.board_about_headline{
	font-weight:700;
	font-size:26px;
	line-height:1.6;
	letter-spacing:0.05em;
}
.board_about_headline small{
	font-weight:300;
	font-size:26px;
}

.board_about_text{
	padding-top:30px;
	font-weight:400;
	font-size:16px;
	line-height:1.8;
	letter-spacing:0.075em;
}
.board_about_link{
	padding-top:35px;
}
.board_about_link a{
	display:inline-block;
	padding:1em 2em;
	border-radius:25px;
	border:1px solid #ccc;
	font-weight:300;
	font-size:14px;
	color:#252525;
	transition:color ease 0.4s,background-color ease 0.4s;
}
.board_about_link a:hover{
	color:#fff;
	background-color:#ccc;
}
.board_about_link a:link,
.board_about_link a:visited{
	color:#252525;
}
/*------------------------------------------------------------------------------

design

------------------------------------------------------------------------------*/
.design{
	width:100%;
	min-width:1200px;
	padding-top:80px;
	background:#fff;
	clear:both;
	position:relative;
	z-index:1;
}

.design_list{
	width:100%;
	padding-top:80px;
}
.design_list_item{
	width:100%;
	display:flex;
/*	align-items: end;*/
	align-items: center;
	margin-bottom:110px;
}
.design_list_item:last-child{
	margin-bottom:0;
}
.design_item_image{
	width:630px;
}
.design_item_image img{
	display:inline-block;
	border-radius:11px;
	box-shadow:1px 3px 6px 0px rgba(0,0,0,0.2);
	max-width:100%;
}
.design_item_image_cap{
	display:block;
	padding-top:8px;
	font-family:'Quicksand', sans-serif;
	font-weight:700;
	font-size:12px;
	letter-spacing:0.1em;
}
.design_item_image em{
	display:inline-block;
	margin-left:0.3em;
	font-style:normal;
	color:#c49361;
}
.design_item_image small{
	display:inline-block;
	margin-left:0.5em;
	font-family:"Noto Sans JP";
	font-weight:300;
	color:#999;
	font-size:10px;
}

.design_item_info{
	width:470px;
	padding-left:100px;
	padding-bottom:25px;
}
.design_item_headline{
	position:relative;
	display:flex;
	align-items: center;
	padding-top:20px;
	font-size:22px;
	font-family:"Noto Sans JP";
	font-weight:700;
	letter-spacing:0.05em;
}
.design_item_headline em{
	display:inline-block;
	background:#454545;
	border-radius:3px;
	margin-right:10px;
	padding:3px 1em;
	vertical-align:middle;
	font-size:12px;
	font-weight:300;
	font-style:normal;
	color:#fff;
}
.design_item_headline em.color_gold{
	background:#c49361;
}
.design_headline_sub{
	display:block;
/*
	position:absolute;
	left:0;
	bottom:180%;
*/
	font-style:normal;
	font-size:50px;
	color:#f3efeb;
	font-family:'Quicksand', sans-serif;
	font-weight:700;
}


.design_item_text{
	width:430px;
	margin:0 auto 0 0;
	padding-top:30px;
	font-size:16px;
	font-family:"Noto Sans JP";
	font-weight:400;
	color:#333;
	line-height:1.8;
	letter-spacing:0.075em;
	text-align:justify;
}
.design_item_num{
	width:430px;
	margin:0 auto 0 0;
	margin-top:40px;
	position:relative;
	text-align:left;
	z-index:10;
}
.design_item_num em{
	display:inline-block;
	padding-right:1em;
	background:#fff;
	font-size:14px;
	font-family:"Noto Sans JP";
	font-weight:500;
	font-style:normal;
	color:#c49361;
	z-index:10;
	letter-spacing:0.075em;
}
.design_item_num:after{
	content:"";
	display:block;
	position:absolute;
	right:50px;
	top:50%;
	width:calc(100% - 50px);
	height:1px;
	background:#ded2c5;
	z-index:-1;
}
.design_item_num:before{
	content:"";
	display:block;
	position:absolute;
	right:50px;
	top:calc(50% - 1px);
	width:4px;
	height:4px;
	border-radius:2px;
	background:#c49361;
	z-index:10;
}

/*偶数行*/
.design_item_image + .design_item_info{
	width:535px;
	padding-left:35px;
}
.design_item_image + .design_item_info .design_item_num{
	text-align:right;
}
.design_item_image + .design_item_info .design_item_image_cap{
	padding-left:1em;
}
.design_item_image + .design_item_info .design_item_num:after{
	right:auto;
	left:50px;
}
.design_item_image + .design_item_info .design_item_num:before{
	right:auto;
	left:50px;
}


/*------------------------------------------------------------------------------

plan

------------------------------------------------------------------------------*/
.plan{
	width:100%;
	min-width:1200px;
	padding-top:110px;
	padding-bottom:100px;
	background:#fff;
	clear:both;
	position:relative;
	z-index:1;
}

.plan .common_headline+.common_image_full{
	padding-top:55px;
}



.plan_box{
	width:1000px;
	margin:0 auto;
}
.plan_box dt{
	display:none;
}

.plan_box dd{
	width:100%;
	border-bottom:1px solid #f3efeb;
	padding-bottom:80px;
	margin-bottom:60px;
}


/*間取り図*/
.plan_madori_list{
	width:100%;
	display:flex;
	padding-top:30px;
	justify-content:space-between;
}

.plan_madori_item{
	width:470px;
}
.plan_madori_title{
	display:flex;
	align-items: center;
	font-family:'Quicksand', sans-serif;
	font-weight:500;
	letter-spacing:0.1em;
}
.plan_madori_title b{
	display:inline-block;
	box-sizing:border-box;
	border-radius:4px 0 0 4px;
	background:#c49361;
	padding:6px 15px 0 15px;
	height:30px;
	font-weight:400;
	font-size:16px;
	color:#fff;
}
.plan_madori_title em{
	display:inline-block;
	box-sizing:border-box;
	border-radius:4px;
	background:#454545;
	padding:8px 12px 0 12px;
	height:30px;
	font-size:12px;
	font-style:normal;
	font-weight:500;
	color:#fff;
}
.plan_madori_title b+em{
	border-radius:0 4px 4px 0;
}

.plan_madori_image{
	width:100%;
}
.plan_madori_image img{
	max-width:100%;
}

/*ブロックB*/
.plan_box dd.block_b{
	width:660px;
	margin:0 auto;
	margin-bottom:60px;
}
.block_b .plan_madori_list{
	justify-content:space-around;
}
.block_b .plan_madori_item{
	width:265px;
}






/*スペックテキスト*/
.plan_spec_list{
	width:660px;
	margin:0 auto;
	padding-top:40px;
	display:flex;
	justify-content:space-between;
}
.plan_spec_item{
	box-sizing:border-box;
	width:320px;
	border:1px solid #ded2c5;
	border-radius:5px;
	padding:30px 0;
}
.plan_spec_item p{
	width:260px;
	margin:0 auto;
}

.plan_spec_title{
	font-family:'Quicksand', sans-serif;
	font-weight:500;
	font-size:12px;
	letter-spacing:0.1em;
}
.plan_spec_title b{
	display:inline-block;
	margin-left:10px;
	font-weight:500;
	color:#c49361;
	font-size:18px;
	vertical-align:text-bottom;
}
.plan_spec_title small{
	margin:0 4px;
	display:inline-block;
	font-size:12px;
	color:#252525;
}

.plan_spec_info{
	display:flex;
	justify-content:space-between;
	align-items: end;
	font-family:'Quicksand', sans-serif;
	font-weight:400;
	letter-spacing:0.05em;
}
.plan_spec_type{
	font-size:20px;
}
.plan_spec_type em{
	font-style:normal;
	font-weight:400;
	font-size:24px;
}
.plan_spec_space{
	font-size:28px;
}
.plan_spec_space em{
	font-style:normal;
	font-weight:400;
	font-size:36px;
}
.plan_spec_space small{
	font-size:16px;
}

.plan_spec_lb{
	padding-top:20px;
	width:100%;
	letter-spacing:0.05em;
}
.plan_spec_lb a{
	display:block;
	background:#c49361;
	border-radius:20px;
	padding:8px 0;
	color:#fff;
	font-size:14px;
	text-align:center;
	transition:background-color ease 0.4s;
}
.plan_spec_lb a:hover{
	color:#fff;
	background-color:#d6b695;
}
.plan_spec_lb a:link,
.plan_spec_lb a:visited,
.plan_spec_lb a:active{
	color:#fff;
}



/*------------------------------------------------------------------------------

link

------------------------------------------------------------------------------*/
.other_link_list{
	width:640px;
	margin:0 auto;
	padding-top:60px;
	display:flex;
	justify-content:space-around;
	clear:both;
	position:relative;
	z-index:1;
}
.other_link_list li{
	width:270px;
}
.other_link_list li a{
	display:block;
	box-sizing:border-box;
	width:100%;
	padding:15px 0 15px 15px;
	border-radius:27px;
	background:#454545 url(/hebel-rooms/feature/boriki/img/icon_letter.png) no-repeat 40px center;
	background-size:17px auto;
	text-align:center;
	color:#fff;
	font-size:14px;
	letter-spacing:0.1em;
	transition:background-color ease 0.4s;
}
.other_link_list li:first-child a{
	background:#c49361 url(/hebel-rooms/feature/boriki/img/icon_lenz.png) no-repeat 52px center;
	background-size:16px auto;
}
.other_link_list li em{
	display:inline-block;
	width:100%;
	padding-top:18px;
	text-align:center;
	font-size:14px;
	letter-spacing:0.05em;
	font-style:normal;
	font-weight:400;
}
.other_link_list li a:hover{
	background-color:#7d7d7d;
}
.other_link_list li:first-child a:hover{
	background-color:#d3a679;
}



/*------------------------------------------------------------------------------

voice

------------------------------------------------------------------------------*/
.voice{
	width:100%;
	min-width:1200px;
	background:#f7f7f7;
	padding-top:80px;
	padding-bottom:30px;
	position:relative;
	z-index:1;
	clear:both;
}
.voice:after,
.voice:before{
	content:"";
	display:block;
	position:absolute;
	top:0;
	width:10px;
	height:100%;
	background:#fff;
	z-index:980;
}
.voice:before{
	left:0;
}
.voice:after{
	right:0;
}

.voice_slider_box{
	width:100%;
	padding-top:55px;
	position:relative;
	z-index:990;
}
.voice_slider_list{
	width:100%;
	padding-bottom:40px;
	overflow:hidden;
}
.slider_item{
	width:1200px;
	margin:0 auto;
	padding-left:30px;
	padding-right:30px;
	z-index:8;
	position:relative;
	outline:none;
}


.slider_contents{
	width:1200px;
	margin:0 auto;
	border-radius:9px;
	display:flex;
	align-items: center;
	background:#fff;
	position:relative;
	box-shadow:1px 3px 6px 0px rgba(0,0,0,0.2);
	z-index:11;
}

@media screen and (max-width: 1360px) {
	.slider_item{
		padding-left:0px;
		padding-right:0px;
	}
}
@media screen and (max-width: 1200px) {

	.slick-prev{
		left:0;
		display:none;
	}
	.slick-next{
		right:0;
		display:none;
	}
	.slick-prev:before,
	.slick-next:before{
		display:none;
	}
}

.slider_contents_info{
	width:50%;
}
.slider_contents_num{
	position:absolute;
	left:10px;
	top:10px;
}
.slider_contents_num em{
	display:inline-block;
	background:#a18dd3;
	border-radius:5px;
	padding:8px 15px;
	color:#fff;
	font-size:14px;
	font-family:'Quicksand', sans-serif;
	font-weight:500;
	font-style:normal;
}
.slider_contents_subhead{
	width:400px;
	margin:0 auto;
	position:relative;
	font-size:22px;
	font-weight:700;
	line-height:1.4;
}
.slider_contents_subhead:after{
	content:"";
	display:block;
	position:absolute;
	left:-44px;
	top:-18px;
	width:36px;
	height:29px;
	background:url(/hebel-rooms/feature/boriki/img/icon_quot01.png) no-repeat center center;
	background-size:100% auto;
}

.slider_contents_text{
	width:400px;
	margin:0 auto;
	padding-top:30px;
	position:relative;
	font-size:14px;
	font-weight:300;
	line-height:1.8;
}
.slider_contents_text + .slider_contents_text{
	padding-top:20px;
}


.slider_contents_name{
	width:400px;
	margin:0 auto;
	margin-top:20px;
	text-align:right;
	position:relative;
	letter-spacing:0.1em;
}
.slider_contents_name em{
	display:inline-block;
	padding-left:30px;
	background:#fff;
	position:relative;
	z-index:10;
	font-size:14px;
	font-weight:500;
	font-style:normal;
	color:#b88dd3
}
.slider_contents_name:after{
	content:"";
	display:block;
	position:absolute;
	left:0;
	top:50%;
	width:100%;
	height:1px;
	background:#a18dd3;
	z-index:1;
}
.slider_contents_name:before{
	content:"";
	display:block;
	position:absolute;
	left:0;
	top:calc(50% - 2px);
	width:5px;
	height:5px;
	border-radius:2px;
	background:#a18dd3;
	z-index:10;
}
.slider_contents_name_inner{
	display:inline-block;
	position:absolute;
	right:0;
	bottom:0;
	font-size:14px;
	font-weight:500;
	color:#b88dd3;
	line-height:1.8;
	letter-spacing:0.1em;
}

.slider_contents_image{
	width:50%;
	position:relative;
}
.slider_contents_image img{
	display:inline-block;
	border-radius:0 9px 9px 0;
	max-width:100%;
}
.slider_contents_image:after{
	content:"image photo";
	display:block;
	position:absolute;
	left:10px;
	bottom:10px;
	z-index:980;
	font-size:10px;
	color:#f7f7f7;
	letter-spacing:0.1em;
/*	text-shadow:0 2px 1px #fff,2px 0 1px #fff,0px -2px 1px #fff,-1px -2px 1px #fff,-2px 0 1px #fff;*/
}



/*カラバリ*/
.slider_item.item_color01 .slider_contents_num em,
.slider_item.item_color01 .slider_contents_name:after,
.slider_item.item_color01 .slider_contents_name:before{
	background:#a18dd3;
}
.slider_item.item_color01 .slider_contents_name span,
.slider_item.item_color01 .slider_contents_name_inner{
	color:#b88dd3
}
.slider_item.item_color01 .slider_contents_subhead:after{
	background:url(/hebel-rooms/feature/boriki/img/icon_quot01.png) no-repeat center center;
	background-size:100% auto;
}

.slider_item.item_color02 .slider_contents_num em,
.slider_item.item_color02 .slider_contents_name:after,
.slider_item.item_color02 .slider_contents_name:before{
	background:#de6c6c;
}
.slider_item.item_color02 .slider_contents_name span,
.slider_item.item_color02 .slider_contents_name_inner{
	color:#de6c6c
}
.slider_item.item_color02 .slider_contents_subhead:after{
	background:url(/hebel-rooms/feature/boriki/img/icon_quot02.png) no-repeat center center;
	background-size:100% auto;
}

.slider_item.item_color03 .slider_contents_num em,
.slider_item.item_color03 .slider_contents_name:after,
.slider_item.item_color03 .slider_contents_name:before{
	background:#c49361;
}
.slider_item.item_color03 .slider_contents_name span,
.slider_item.item_color03 .slider_contents_name_inner{
	color:#c49361
}
.slider_item.item_color03 .slider_contents_subhead:after{
	background:url(/hebel-rooms/feature/boriki/img/icon_quot03.png) no-repeat center center;
	background-size:100% auto;
}

.slider_item.item_color04 .slider_contents_num em,
.slider_item.item_color04 .slider_contents_name:after,
.slider_item.item_color04 .slider_contents_name:before{
	background:#94afe0;
}
.slider_item.item_color04 .slider_contents_name span,
.slider_item.item_color04 .slider_contents_name_inner{
	color:#94afe0
}
.slider_item.item_color04 .slider_contents_subhead:after{
	background:url(/hebel-rooms/feature/boriki/img/icon_quot04.png) no-repeat center center;
	background-size:100% auto;
}

.sp_voice_more{
	display:none;
}

/*------------------------------------------------------------------------------

community

------------------------------------------------------------------------------*/
.community{
	width:100%;
	min-width:1200px;
	padding-top:80px;
	padding-bottom:80px;
	clear:both;
	position:relative;
	z-index:1;
	background:#fff;
}

.community_slider_box{
	width:1000px;
	margin:0 auto;
	padding-top:50px;
	padding-bottom:35px;
}
.community_slider_list{
	display:flex;
	width:100%;
	justify-content:space-between;
}
.community_list_item{
	width:495px;
}
.community_list_item img{
	display:inline-block;
	max-width:100%; 
	border-radius:9px;
}
.community_lead{
	width:640px;
	margin:0 auto;
	font-size:16px;
	line-height:2.2;
	font-weight:300;
}
/*------------------------------------------------------------------------------

smile

------------------------------------------------------------------------------*/
.smile{
	width:100%;
	min-width:1200px;
	background:url(/hebel-rooms/feature/boriki/akatsuka/img/smileBG_pc.jpg) no-repeat center top;
	background-size:cover;
	background-attachment: fixed;
	padding-top:170px;
	padding-bottom:135px;
	clear:both;
}

.smile_headline{
	text-align:center;
	color:#fff;
	font-size:26px;
	font-weight:400;
	letter-spacing:0.075em;
}
.smile_headline em{
	display:block;
	padding-bottom:18px;
	color:#c49361;
	font-size:50px;
	font-family:'Quicksand', sans-serif;
	font-weight:400;
	font-style:normal;
	letter-spacing:0.1em;
}

.smile_list{
	width:100%;
	padding-top:80px;
}
.smile_item{
	width:100%;
	display:flex;
	align-items: center;
	margin-bottom:110px;
}
.smile_item:last-child{
	margin-bottom:0;
}

.smile_item_info{
	width:435px;
	padding-left:100px;
	color:#fff;
}
.smile_item_image{
	width:630px;
}
.smile_item_image img{
	display:inline-block;
	border-radius:10px;
	max-width:100%;
}
.smile_item_image + .smile_item_info{
	padding-left:35px;
}
.smile_item_info + .smile_item_image{
	padding-left:35px;
}


.smile_item_headline{
	font-size:22px;
	font-weight:700;
	line-height:1.7;
	color:#fff;
}
.smile_item_text{
	padding-top:30px;
	font-size:16px;
	font-weight:300;
	line-height:1.8;
	color:#fff;
}
.smile_item_sub{
	padding-top:25px;
}
.smile_item_sub em{
	display:inline-block;
	color:#c49361;
	font-size:14px;
	font-weight:500;
	font-style:normal;
	position:relative;
}
.smile_item_sub em:after{
	content:"";
	display:block;
	position:absolute;
	left:calc(100% + 20px);
	top:50%;
	width:245px;
	height:1px;
	background:#c49361;
}
.smile_item_sub em:before{
	content:"";
	display:block;
	position:absolute;
	left:calc(100% + 264px);
	top:calc(50% - 2px);
	width:5px;
	height:5px;
	border-radius:2px;
	background:#c49361;
}

.smile_item_image + .smile_item_info .smile_item_sub{
	text-align:right;
}
.smile_item_image + .smile_item_info .smile_item_sub em:after{
	left:-265px;
}
.smile_item_image + .smile_item_info .smile_item_sub em:before{
	left:-266px;
}



.smile_link{
	padding-top:100px;
	width:220px;
	margin:0 auto;
}
.smile_link a{
	display:block;
	padding:14px 0;
	border:2px solid rgba(255,255,255,0.9);
	border-radius:25px;
	color:#fff;
	font-size:14px;
	font-weight:300;
	text-align:center;
	transition:color ease 0.4s,background ease 0.4s 0.1s;
}
.smile_link a:visited{
	color:#fff;
}
.smile_link a:hover{
	color:#454545;
	background:rgba(255,255,255,1);
}
/*
*/
/*------------------------------------------------------------------------------

outline

------------------------------------------------------------------------------*/
.outline{
	width:100%;
	min-width:1200px;
	padding-top:100px;
	padding-bottom:135px;
	position:relative;
	background:#fff;
	z-index:1;
}

.outline_box{
	width:1000px;
	margin:0 auto;
	padding-top:40px;
	display:flex;
	justify-content:space-between;
}

.outline_item_box{
	width:46%;
}
.outline_item_box dt{
	font-size:14px;
	font-weight:700;
	letter-spacing:0.05em;
	padding-top:35px;
}

.outline_item_box dd{
	padding:20px 0 25px 0;
	border-bottom:1px solid #ded2c5;
}



.outline_item_box dd>p{
	line-height:1.8;
	clear:both;
	font-size:14px;
	font-weight:400;
	letter-spacing:0.05em;
}
.outline_item_box dd>p em{
	display:inline-block;
	margin-right:1em;
	font-style:normal;
	font-weight:400;
}
.outline_item_box dd>p em:nth-of-type(1){
	width:2.5em;
}
.outline_item_box dd>p em:nth-of-type(2){
	width:6em;
}




.outline_item_box_list li{
	display:flex;
	width:100%;
}
.outline_item_box_list p{
	line-height:1.8;
	font-size:14px;
	font-weight:400;
	letter-spacing:0.05em;
}
.outline_item_box_list p:nth-of-type(1){
	padding-right:1em;
}
.outline_item_box_list em{
	display:inline-block;
	margin-right:1em;
	font-style:normal;
	font-weight:400;
}
.outline_item_ldk{
	width:6em;
}


.gmap_link{
	display:inline-block;
	padding-left:2em;
	background:url(/hebel-rooms/feature/boriki/img/icon_gmap.png) no-repeat 1em center;
	background-size:11px auto;
}
.gmap_link a{
	font-family:'Quicksand', sans-serif;
	font-weight:700;
	color:#c49361;
	font-size:12px;
	text-decoration:underline;
	letter-spacing:0.1em;
	transition:color ease 0.4s;
}
.gmap_link a:hover{
	color:#f08f29;
}

/*------------------------------------------------------------------------------

access

------------------------------------------------------------------------------*/
.access{
	width:100%;
	min-width:1200px;
	padding-top:100px;
	background:#f7f7f7;
	position:relative;
	z-index:1;
	clear:both;
}
.access:after,
.access:before{
	content:"";
	display:block;
	position:absolute;
	top:0;
	width:10px;
	height:100%;
	background:#fff;
	z-index:980;
}
.access:before{
	left:0;
}
.access:after{
	right:0;
}

.access .common_lead + .common_image_full{
	padding-top:45px;
}
.access_photos{
	width:100%;
	min-width:1200px;
	padding-bottom:550px;
	background:#f7f7f7 url(/hebel-rooms/feature/boriki/akatsuka/img/accessBG.jpg) no-repeat center bottom;
}
.access_photos:after{
	content:"";
	display:block;
	position:absolute;
	left:0;
	bottom:450px;
	width:100%;
	height:30px;
	background:#fff;
}

.accss_list{
	width:100%;
	padding-top:90px;
	display:flex;
	justify-content:space-between;
}
.accss_item{
	display:flex;
	align-content: center;
	flex-wrap:wrap;
	width:280px;
	height:192px;
	position:relative;
	border-radius:9px;
	background:url(/hebel-rooms/feature/boriki/img/access_ikebukuroBG.jpg) no-repeat center top;
	background-size:100% auto;
	z-index:0;
}
.accss_item:nth-child(2){
	background:url(/hebel-rooms/feature/boriki/img/access_shinjukuBG.jpg) no-repeat center top;
	background-size:100% auto;
}
.accss_item:nth-child(3){
	background:url(/hebel-rooms/feature/boriki/img/access_shibuyaBG.jpg) no-repeat center top;
	background-size:100% auto;
}
.accss_item:nth-child(4){
	background:url(/hebel-rooms/feature/boriki/img/access_tokyoBG.jpg) no-repeat center top;
	background-size:100% auto;
}
.access_image_sp{
	display:none;
}

.accss_item_info{
	width:100%;
}
.access_num{
	position:absolute;
	display:inline-block;
	left:-10px;
	top:0;
	transform: rotate(90deg) translateY(-5px);
	transform-origin: 0 0;
	font-size:10px;
	font-family:'Quicksand', sans-serif;
	font-weight:500;
	z-index:10;
	letter-spacing:0.025em;
}
.access_num em{
	display:inline-block;
	margin-left:4px;
	font-size:10px;
	font-family:'Quicksand', sans-serif;
	font-weight:700;
	font-style:normal;
	color:#c49361;
}
.access_headline{
	width:84%;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	align-items: center;
	padding-bottom:15px;
	border-bottom:1px solid rgba(255,255,255,0.7);
	color:#fff;
}
.access_item_area{
	font-size:26px;
	font-weight:500;
	letter-spacing:0.1em;
}
.access_item_area small{
	display:inline-block;
	margin-left:10px;
	font-size:12px;
	font-family:'Quicksand', sans-serif;
	font-weight:500;
	letter-spacing:0.075em;
}
.access_item_time{
	font-size:40px;
	font-family:'Quicksand', sans-serif;
	font-weight:500;
}
.access_item_time small{
	display:inline-block;
	font-size:17px;
	font-family:'Quicksand', sans-serif;
	font-weight:500;
}

.access_text{
	width:84%;
	margin:0 auto;
	padding-top:15px;
	color:#fff;
	font-size:12px;
	font-weight:500;
}


.access_annotation{
	padding-top:30px;
	text-align:left;
}
.access_annotation p{
	display:inline-block;
	font-size:10px;
	color:#999;
	font-weight:300;
}

.bottom_photo_caption1{
	position:absolute;
	left:20px;
	bottom:10px;
	font-size:10px;
	color:#f7f7f7;
}
.bottom_photo_caption2{
	position:absolute;
	right:20px;
	bottom:10px;
	font-size:10px;
	color:#000;
}

/*------------------------------------------------------------------------------

location

------------------------------------------------------------------------------*/
.location{
	width:100%;
	min-width:1200px;
	padding-top:100px;
	background:#fff;
	padding-bottom:70px;
	clear:both;
	position:relative;
	z-index:1;
}

.location_tab_list{
	width:800px;
	margin:0 auto;
	padding-top:60px;
	border-bottom:1px solid #e5e5e5;
	display:flex;
	justify-content:center;
}
.location_tab_list li{
	padding:0 20px;
	padding-bottom:20px;
	font-size:14px;
	font-weight:500;
	letter-spacing:0.075em;
	border-bottom:3px solid #fff;
	cursor:pointer;
}
.location_tab_list li em{
	display:inline-block;
	margin-left:5px;
	font-size:10px;
	color:#c49361;
	font-family:'Quicksand', sans-serif;
	font-weight:500;
	font-style:normal;
	letter-spacing:0.05em;
}
.location_tab_list li.isSelected{
	cursor:default;
}
.location_tab_list li.isSelected,
.location_tab_list li:hover{
	border-bottom:3px solid #c49361;
}


.location_contents_list{
	width:1000px;
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
	display:none;
	counter-reset:section;
}
.location_contents_list.isSelected{
	display:flex;
}
.location_item{
	width:205px;
	margin-top:45px;
	padding-right:60px;
	position:relative;
}
.location_item:nth-child(4n){
	padding-right:0;
}

.location_item_image{
	width:205px;
	position:relative;
}
.location_item_image img{
	display:inline-block;
	max-width:100%;
	border-radius:9px;
}
.location_item_num{
	position:absolute;
	left:-10px;
	top:0;
	transform: rotate(90deg) translateY(-5px);
	transform-origin: 0 0;
	font-size:10px;
	font-family:'Quicksand', sans-serif;
	font-weight:500;
	color:#454545;
	letter-spacing:0.1em;
}
.location_item_num:after{
	counter-increment: section;
	content: "0"counter(section);
	display:block;
	position:absolute;
	left:calc(100% + 5px);
	top:1px;
	font-size:10px;
	font-family:'Quicksand', sans-serif;
	font-weight:700;
	color:#c49361;
	letter-spacing:0.1em;
}


.location_item_text{
	padding-top:12px;
	font-size:14px;
	letter-spacing:0.1em;
}
.location_item_text small{
	display:block;
	padding-top:10px;
	font-size:12px;
	color:#666;
	text-indent:-0.5em;
}

.location_annotation{
	padding-top:70px;
	padding-bottom:90px;
	border-bottom:1px solid #f3efeb;
}
.location_annotation p{
	font-size:10px;
	font-weight:300;
	color:#999;
	line-height:1.8;
}



.location .other_link_list{
	padding-top:60px;
}

/*------------------------------------------------------------------------------

series

------------------------------------------------------------------------------*/
.series_headline{
	padding-top:50px;
	padding-bottom:13px;
	border-bottom:1px solid #ded2c5;
	font-weight:700;
	font-size:18px;
	letter-spacing:0.1em;
}
.series_headline em{
	display:inline-block;
	margin-left:10px;
	color:#c49361;
	font-size:14px;
	font-family:'Quicksand', sans-serif;
	font-weight:500;
	font-style:normal;
	letter-spacing:0.05em;
}





/*------------------------------------------------------------------------------

ブロックアンカー

------------------------------------------------------------------------------*/
.pagination_list{
	position: fixed;
	width:180px;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.4em;
	z-index: 999;
}
.pagination_list a{
	display: block;
	height: 20px;
	margin-bottom: 5px;
	color: #c49361;
	position: relative;
	padding: 4px;
}
.pagination_list a:after{
	-webkit-transition: box-shadow 0.5s ease;
	transition: box-shadow 0.5s ease;
	width: 6px;
	height: 6px;
	display: block;
	border: 1px solid;
	border-radius: 50%;
	content: '';
	position: absolute;
	margin: auto;
	top: 0;
	right: 4px;
	bottom: 0;
	background:#fff;
}
.pagination_list a.active:after{
	box-shadow: inset 0 0 0 5px;
}
.pagination_list a .hover-text{
	position: absolute;
	right: 15px;
	top: 7px;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	padding-right: 10px;
	font-size:12px;
	color:#c49361;
}

.pagination_list a:hover .hover-text {
    opacity: 1;
}
.pagination_list a.active .hover-text {
    opacity: 1;
}
