@charset "utf-8";
/* CSS Document */


@import url(/hebel-rooms/feature/assets/css/font-awesome.min.css);


/***********************************/
/* 外部CSSを上書き */
/***********************************/

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: #726254;
}
body a:hover, body a:active, body a:focus {
	text-decoration:none;
}
.wrap_footer:before {
	display:none;
}
body #container li {
	float:none;
}
body #header li {
	float:none;
}
#wrap_footer {
	line-height: 1.3;
}
#wrap_footer a:hover{
	text-decoration:underline;
}
#footer {
	padding-top:135px;
	background-color:#f3f3f3;
}
.search-box .search {
	width:162px;
}


/**********************************
 * COMMON
***********************************/
html {
	height: 100%;
	font-size: 62.5%;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-feature-settings : "pkna";
	font-feature-settings : "pkna";

	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

* {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', YuGothic, 'Yu Gothic', '游ゴシック体', '游ゴシック', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.6rem;
	font-weight: 500;

	line-height: 1.75;
	/*letter-spacing: .08em;*/

	min-width: 320px;
	height: 100%;
	width:100%;
	max-width:100%;

	word-wrap: break-word;

	color: #4b403e;
	background: #fff;

	-webkit-font-kerning: normal;
	font-kerning: normal;
}

body {
	min-width: 1054px;
}


a[href^="tel:"] {
	pointer-events: none;
}

a.pclink {
	pointer-events: none;
}

/***** Form Reset *****/
form input,
form button,
form textarea,
form select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select::-ms-expand {
	display: none;
}

img,svg,video,iframe {
	max-width:100%;
	height: auto;
}

sup {
	vertical-align: super;
	font-size: smaller;
}

svg {
	-ms-transform: translate(0 ,0);
}

a[href^="tel:"] {
	pointer-events: auto;
}



#wrapper {
	position: relative;
}

#container h1 {
	font-size:3.2rem;
	margin-bottom:65px;
	font-weight:bold;
}
#container h2 {
	font-size:2.8rem;
	line-height:1.5;
	margin-bottom:15px;
	font-weight:bold;
}

#container .top_section {
	padding: 40px 0;
}



/**********************************
 * Parts
***********************************/

/*==================
 Anchor
==================*/
.a-fade {
	opacity: inherit;
	transition: opacity .3s ease-out;
}
.a-fade:hover {
	opacity: .6;
	cursor: pointer;
}


/*==================
 heading
==================*/

body h1, body h2, body h3, body h4, body h5, body h6 {
	color:#4b403e;
	font-weight:bold;
}

.page_title{
	position:relative;
	margin-top:63px;
}
.page_title .icon_dog{
	width:99px;
	position:absolute;
	top:-40px;
	left: calc(50% - 44px);
}
.page_title h1.h1_square {
	font-size:2.8rem;
	text-align:center;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content: center; /* Safari */
  justify-content:         center;
}
.page_title h1.h1_square span{
	background-color:rgba(255,255,255,0.6);
	border: 1px solid #4b403e;
	border-radius: 8px;
	padding:16px 70px 11px 70px;
	line-height:1;
}


/*==================
 Slick
==================*/


/*==================
 Flex
==================*/
.flex {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
}

.flex.fl {
	height: 100%;
}

.flex.jc-ai-c {
	justify-content: center;
	align-items: center;
}

.flex.jc-c {
	justify-content: center;
}

.flex.jc-fe {
	justify-content: flex-end;
}

.flex.jc-sb {
	justify-content: space-between;
}

.flex.ai-c {
	align-items: center;
}


/*==================
 Page to Top
==================*/
.to-top {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.to-top a {
	display: block;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

.to-top a img {
	transform: translateY(0);
	transition: transform .6s ease-out;
}

.to-top a:hover img {
	transform: translateY(-15px);
}


/*==================
 BreadCrumbs
==================*/
.breadCrumbs {
	display:block;
	padding:15px 0 35px 0;
}

.breadCrumbs ul {
	display: -ms-flexbox;
	display: -webkit-flex;
	display:         flex;
	    -ms-flex: 0 1 auto;
	-webkit-flex: 0 1 auto;
	        flex: 0 1 auto;
	    -ms-flex-direction: row;
	-webkit-flex-direction: row;
	        flex-direction: row;
	    -ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.breadCrumbs ul li {
	font-size: 1.2rem;
	font-weight: bold;
	color: #4b403e;
	display: inline-block;
}

.breadCrumbs ul li:not(:first-child):before {
	display: inline-block;
	vertical-align: middle;
	content: "\f105";
	font-family: FontAwesome;
	margin-left: 11px;
	margin-right: 6px;
	color: #d2d2d2;
}
.breadCrumbs ul li a {
	color: #4b403e;
	text-decoration: underline;
}
.breadCrumbs ul li a:hover {
	color: #4b403e;
	text-decoration: none;
}


/*==================
 Content
==================*/

.bg-gray { background: #f4f4f4; }
.bg-01   { background: rgba(239, 244, 252, 1) }
.bg-02   { background: rgba(85, 184, 234, 1); }

.pc { display: block; }
.sp { display: none; }

br.pc { display: inline; }
br.sp { display: none; }

.bgWhite {
	background-color:#FFF;
}
.icon_dog {
	margin-bottom:22px;
	text-align:center;
	line-height:0;
	font-size:0;
}


/**********************************
 * Common Layout
***********************************/

#container {
	display: block;
	position: relative;
	background: url(/hebel-rooms/feature/assets/images/common/bg_common.png) repeat scroll center top;
}

.section {
	width: 100%;
}

.content {
	width:1040px;
	margin:0 auto;
}


/**********************************
 * Header
***********************************/

#header {
}

#header .headerWrapper {
	max-width:980px;
	margin: 0 auto;
}

#header .headerWrap {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	justify-content: space-between;
	margin-top:10px;
}
#header .headerMenu {
	margin-top:30px;
}
#header .headerMenu a span {
	display:block;
	border-radius: 50px;
	text-align:left;
	color:#4b403e;
	font-weight:bold;
	font-size:1.4rem;
	line-height:1;
	padding: 8px 45px 6px 20px;
	position:relative;
	opacity: 1;
	border: 1px solid #4b403e;
}
#header .headerMenu a:hover span{
	transition: opacity .3s ease-out;
	opacity: .7;
}
#header .headerMenu a span::after{
	content: url(/hebel-rooms/feature/assets/images/common/icon_arrow_hebel_rooms_top.png);
	position:absolute;
	right:20px;
	transform: translateX(0px);
	transition: content .3s, transform .3s .2s;
}
#header .headerMenu a:hover span::after{
	transform: translateX(10px);
	transition: content .3s, transform .3s .2s;
}

/**********************************
 * Navigation
***********************************/

/***** PC Navigation - Navi *****/
.pcNavi {
	width: 100%;
	height: 100%;
	position: relative;
}
.pcNavi ul {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content: flex-end; /* Safari */
	justify-content:flex-end;
}
.pcNavi ul li{
	white-space: nowrap;
	font-size:1.4rem;
	font-weight:bold;
	/* border-radius */
}
.pcNavi ul li:hover{
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.pcNavi ul li a{
	position: relative;
	padding: 5px 8px;
	display:block;
	line-height:1;
	color: #a3a2a2;
	text-decoration:none;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	border-radius:4px 4px 0px 0px ;
	-moz-border-radius:4px 4px 0px 0px ;
	-webkit-border-radius:4px 4px 0px 0px ;
}
.pcNavi ul li a.current{
	color:#4b403e;
	text-decoration:underline;
}
.pcNavi ul li a:hover{
	background-color: #d2d2d2;
	color:#FFF;
}
.pcNavi ul li ul.subNavi{
	max-height:0;
	display:block;
	position:absolute;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	z-index:20000;
	overflow:hidden;
	opacity: 0;
	/* box-shadow */
	box-shadow:0px 0px 8px -3px #4d4d4d;
	-moz-box-shadow:0px 0px 8px -3px #4d4d4d;
	-webkit-box-shadow:0px 0px 8px -3px #4d4d4d;
	padding: 5px 0;

	/* border-radius */
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.pcNavi ul li:hover ul.subNavi{
	max-height: 9999px;
	opacity: 1;
	background-color:#FFF;
}
.pcNavi ul li ul.subNavi li{
	display: block;
	position: relative;
}
.pcNavi ul li ul.subNavi li a{
	color:#a3a2a2;
}
.pcNavi ul li ul.subNavi li a:hover{
	background-color: #f4f4f4;
}

/* pcFixedNavi */
#pcFixedNavi {
	width:100%;
	/*height:80px;*/
	position:fixed;
	top:0;
	left:0;
	background-color:#FFF;
	z-index:20000;
	/* box-shadow */
	box-shadow:0px 0px 8px 0px #c2c2c2;
	-moz-box-shadow:0px 0px 8px 0px #c2c2c2;
	-webkit-box-shadow:0px 0px 8px 0px #c2c2c2;
	max-height:0;
	opacity:0;
	visibility: hidden;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
#pcFixedNavi.show {
	/*max-height:80px;*/
	max-height: 100%;
	opacity:1;
	visibility: visible;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
#pcFixedNaviWrap {
	width:980px;
	/*height:100%;*/
	height: 80px;
	margin: 0 auto;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
	-webkit-align-items: center;
	align-items: center;
}
#pcFixedNaviWrap .logo{
	width:120px;
}
#pcFixedNaviWrap .pcNavi {
	width:860px;
	height:80px;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content: flex-end; /* Safari */
	justify-content:flex-end;
	-webkit-align-items: center;
	align-items: center;
}
body #pcFixedNaviWrap .pcNavi ul li{
	float:none;
}

/**********************************
 * Footer
***********************************/

.footerContentNavi {
}
.footerContentNavi ul{
	width:1056px;
	margin:0 auto;
	margin-bottom:42px;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content: space-between;
	justify-content:         space-between;
}
.footerContentNavi ul a{
	opacity: 1;
	transition: opacity .3s ease-out;
	display:block;
}

.footerContentNavi ul a:hover{
	opacity: 0.7;
	transition: opacity .3s ease-out;
}

/**********************************
 * areaSearch
***********************************/

/* areaSearch */
.areaSearchWhite {
	background-color:#FFF;
	position:relative;
	height:295px;
	margin-bottom:26px;
}
.areaSearchWhite .areaSearchInner {
	position:absolute;
	background: url(/hebel-rooms/feature/assets/images/common/area_search/bg_map_02.png) no-repeat scroll left top;
	width:1054px;
	height:377px;
	margin:0 auto;
	top:-56px;
	left: calc(50% - 527px);
}
.areaSearch {
	padding-top:27px;
	padding-bottom:46px;
}
.areaSearch .areaSearchInner {
	background: url(/hebel-rooms/feature/assets/images/common/area_search/bg_map_02.png) no-repeat scroll left top;
	width:1054px;
	height:377px;
	margin:0 auto;
}
.areaSearchInner ul {
	position:relative;
}
.areaSearchInner ul li{
	position:absolute;
}
.areaSearchInner ul li.message{
	left:40px;
	top:194px;
	width:295px;
	white-space: nowrap;
}
.areaSearchInner ul li.saitama{
	left:344px;
	top:52px;
}
.areaSearchInner ul li.tokyo{
	left:344px;
	top:157px;
}
.areaSearchInner ul li.kanagawa{
	left:400px;
	top:254px;
}
.areaSearchInner ul li.chiba{
	left:662px;
	top:147px;
}
.areaSearchInner ul li.toukai{
	left:752px;
	top:212px;
}
.areaSearchInner ul li.kansai{
	left:752px;
	top:261px;
}
.areaSearchInner ul li.fukuoka{
	left:752px;
	top:311px;
}
.areaSearchInner ul li.kantou{
	left:752px;
	top:301px;
}
.areaSearchInner ul li.area-notice{
	top: 0;
	right: 0;
	font-size: 12px;
	letter-spacing: 0;
	color: #726254;
	white-space: nowrap;
}
.areaSearchInner ul li a{
	transition: opacity .3s ease-out;
	opacity: 1;
}
.areaSearchInner ul li a:hover{
	transition: opacity .3s ease-out;
	opacity: .3;
}

/**********************************
 * Top
***********************************/

/* MainVisual */

#top #mainVisual {
	position:relative;
	margin-top:38px;
	margin-bottom:50px;
	padding-bottom:50px;
}
#top #mainVisual #mainVisualDecoration{
	position:absolute;
	left: calc(50% - 498px);
	top: -43px;
	z-index:10000;
}
#top #mainVisual ul.slider li {
	padding-right: 4px;
	padding-left: 4px;
}
#top #mainVisual ul.slider li img{
	max-width:1040px;
	width:100%;
}
body#top #mainVisual li{
	float:left;
}


/* contentNavi */

#top #contentNavi {
	padding-top: 80px;
	padding-bottom: 80px;
}

#top #contentNavi ul{
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	background-repeat:no-repeat;
	background-position:right top;
}
#top #contentNavi ul.upper{
	-webkit-justify-content: flex-start; /* Safari */
	justify-content:flex-start;
	margin-left:30px;
}
#top #contentNavi ul li{
}
#top #contentNavi ul.upper li{
	margin-right:42px;
}
#top #contentNavi ul.lower{
	-webkit-justify-content: flex-end; /* Safari */
	justify-content:flex-end;
	margin-right:30px;
	margin-top:60px;
}
#top #contentNavi ul.lower li{
	margin-left:42px;
}

#top #contentNavi ul li.concept a{
	background-image:url(/hebel-rooms/feature/assets/images/common/content_navi/concept.png);
}
#top #contentNavi ul li.service a{
	background-image:url(/hebel-rooms/feature/assets/images/common/content_navi/service.png);
}
#top #contentNavi ul li.facility a{
	background-image:url(/hebel-rooms/feature/assets/images/common/content_navi/facility.png);
}
#top #contentNavi ul li.community a{
	background-image:url(/hebel-rooms/feature/assets/images/common/content_navi/community.png);
}
#top #contentNavi ul li.voice a{
	background-image:url(/hebel-rooms/feature/assets/images/common/content_navi/voice.png);
}
#top #contentNavi ul li.faq a{
	background-image:url(/hebel-rooms/feature/assets/images/common/content_navi/faq.png);
}
#top #contentNavi ul li a{
	padding-top:237px;
	width:263px;
	background-repeat:no-repeat;
	background-position:left top;
	display:block;
	transition: opacity .6s ease-out;
	opacity: 1;
}
#top #contentNavi ul li a:hover{
	transition: opacity .6s ease-out;
	opacity: .6;
}
#top #contentNavi ul li a span{
	margin-left:8px;
	display:block;
	border-radius: 100px;
	text-align:left;
	color:#FFF;
	font-weight:bold;
	font-size:2rem;
	padding: 10px 20px 10px 30px;
	position:relative;
	/* box-shadow */
	box-shadow:0px 0px 8px 0px #6f6f6f;
	-moz-box-shadow:0px 0px 8px 0px #6f6f6f;
	-webkit-box-shadow:0px 0px 8px 0px #6f6f6f;
}
#top #contentNavi ul li a span::after{
	content: url(/hebel-rooms/feature/assets/images/common/icon_arrow_right.png);
	position:absolute;
	right:20px;
	transform: translateX(0px);
	transition: content .3s, transform .3s .2s;
}
#top #contentNavi ul li a:hover span::after{
	transform: translateX(10px);
	transition: content .3s, transform .3s .2s;
}
#top #contentNavi ul li.concept a span{
	background-color: #ff6188 ;
}
#top #contentNavi ul li.service a span{
	background-color: #00cd6c;
}
#top #contentNavi ul li.facility a span{
	background-color: #f88e7a;
}
#top #contentNavi ul li.community a span{
	background-color: #ffba00;
}
#top #contentNavi ul li.voice a span{
	background-color: #00a0ff;
}
#top #contentNavi ul li.faq a span{
	background-color: #77503b;
}




/* section共通 */
#top .top_section .flex {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
}
#top .top_section .flex .explanation{
	padding:0 25px;
	width:520px;
	position:relative;
}
#top #container .top_section .flex .explanation h2 {
	white-space: nowrap;
}
#top #container .top_section .flex .explanation h2 span{
	position: relative;
	display:inline-block;
	line-height:1;
}

#top #section_concept.top_section .flex .explanation h2 span{
	background: linear-gradient(transparent 60%, rgba(255,96,136,0.5) 40%);
}
#top #section_service.top_section .flex .explanation h2 span{
	background: linear-gradient(transparent 60%, rgba(0,205,108,0.5) 40%);
}
#top #section_facility.top_section .flex .explanation h2 span{
	background: linear-gradient(transparent 60%, rgba(248,142,122,0.5) 40%);
}
#top #section_community.top_section .flex .explanation h2 span{
	background: linear-gradient(transparent 60%, rgba(255,186,0,0.5) 40%);
}


#top .top_section .flex .image{
	width:520px;
}
#top #section_service.top_section .flex,
#top #section_community.top_section .flex {
	-webkit-flex-direction: row-reverse; /* Safari */
	flex-direction:         row-reverse;
}
#top .top_section .flex .moreBtn{
	position:absolute;
	bottom:0;
	right:30px;
}

/* moreBtn */
.moreBtn a{
	transition: opacity .6s ease-out;
	opacity: 1;
}
.moreBtn a span{
	display:inline-block;
	border-radius: 50px;
	text-align:left;
	color:#FFF;
	font-weight:bold;
	font-size:2rem;
	line-height:1;
	padding: 10px 65px 10px 18px;
	position:relative;
	/* box-shadow */
	box-shadow:0px 0px 8px 0px #6f6f6f;
	-moz-box-shadow:0px 0px 8px 0px #6f6f6f;
	-webkit-box-shadow:0px 0px 8px 0px #6f6f6f;
	transition: opacity .3s ease-out;
	opacity: 1;
}
.moreBtn a:hover span{
	transition: opacity .3s ease-out;
	opacity: .7;
}
.moreBtn a span::after{
	content: url(/hebel-rooms/feature/assets/images/common/icon_arrow_right.png);
	position:absolute;
	right:18px;
	transform: translateX(0px);
	transition: content .3s, transform .3s .2s;
}
.moreBtn a:hover span::after{
	transform: translateX(10px);
	transition: content .3s, transform .3s .2s;
}
.moreBtn.concept a span{
	background-color: #ff6188 ;
}
.moreBtn.service a span{
	background-color: #00cd6c;
}
.moreBtn.facility a span{
	background-color: #f88e7a;
}
.moreBtn.community a span{
	background-color: #ffba00;
}
.moreBtn.voice a span{
	background-color: #00a0ff;
}
.moreBtn.faq a span{
	background-color: #77503b;
}


/* section_symbiosis */
#top #section_symbiosis {
	padding-top:37px;
	padding-bottom:58px;
}
#top #section_symbiosis h2{
	font-size:3.2rem;
	margin-bottom:65px;
	font-weight:bold;
	text-align:center;
}

/* section_voice */
#top #section_voice {
}
#top #section_voice h2{
	font-size:3.2rem;
	margin-bottom:65px;
	font-weight:bold;
	text-align:center;
}
#top #section_voice h3{
	font-size:2.8rem;
	line-height:1.5;
	margin-bottom:30px;
	padding-bottom:25px;
	font-weight:bold;
	text-align:left;
	position:relative;
	white-space: nowrap;
}
#top #section_voice h3::after{
	content:' ';
	width:60px;
	height:1px;
	border-top:1px solid rgba(75,64,62,0.5);
	position:absolute;
	bottom:0;
	left:0;
}
#top #section_voice.top_section .flex.voice01,
#top #section_voice.top_section .flex.voice03{
	-webkit-flex-direction: row-reverse; /* Safari */
	flex-direction:         row-reverse;
}
#top #section_voice.top_section .flex.voice01{
	margin-bottom:35px;
}
#top #section_voice.top_section .flex.voice01 .explanation{
	width:570px; 
}
#top #section_voice.top_section .flex.voice01 .image{
	text-align:right;
	padding-right:10px;
	width:470px; 
}
#top #section_voice.top_section .flex.voice02{
	margin-bottom:65px;
}
#top #section_voice.top_section .flex.voice02 .explanation{
	width:550px;
}
#top #section_voice.top_section .flex.voice02 .image{
	padding-left:70px;
	width:490px;
}
#top #section_voice.top_section .flex.voice03{
	margin-bottom:65px;
}
#top #section_voice.top_section .flex.voice03 .explanation{
	width:670px;
}
#top #section_voice.top_section .flex.voice03 .image{
	padding-left:88px;
	width:370px;
}
#top #section_voice .moreBtn{
	display:inline-block;
}
#top #section_voice .moreBtn a span{
	padding: 15px 55px 13px 18px;
	font-size:20px;
}

/* section_faq */
#top #section_faq {
}
#top #section_faq .content{
	width:980px;
}
#top #section_faq h2{
	font-size:3.2rem;
	margin-bottom:40px;
	font-weight:bold;
	text-align:center;
}
#top #section_faq .faq-container {
	margin-bottom:40px;
}

#top #section_faq .moreBtn a span{
	padding: 15px 77px 13px 55px;
	font-size:20px;
}
#top #section_faq .moreBtn{
	display:inline-block;
}

/**********************************
 * Service
***********************************/

/* MainVisual */

#service #mainVisual {
	position:relative;
	height:530px;
	margin: 0 auto;
	width: 1040px;
	background: url(/hebel-rooms/feature/assets/images/service/pic_mainvisual_pc.png) no-repeat right 30px;
}
#service #mainVisual .placeholder{
	display:none;
}
#service .mainVisualInnter {
	position:absolute;
	left:30px;
	top:140px;
}
#service .mainVisualInnter h1{
	white-space: nowrap;
	font-size: 2.8rem;
	line-height: 1.5;
	margin-bottom: 15px;
	font-weight: bold;
}
#service .mainVisualInnter h1 span{
	position: relative;
	display: inline-block;
	line-height: 1;
	background: linear-gradient(transparent 60%, rgba(0,205,108,0.5) 40%);
}

/* section_support */

#service #section_support {
	padding:30px 0;
}
#service #section_support h2{
	font-size:3.2rem;
	font-weight:bold;
	line-height:1.3125;
	margin-bottom:25px;
	margin-top:10px;
}
#service #section_support .flex .explanation{
	width:50%;
	padding-left:30px;
}
#service #section_support .flex .explanation .text{
	padding-right:35px;
}

#service #section_support .flex .image{
	width:50%;
	position: relative;
	height:279px;
}
#service #section_support .flex .image img{
	position: absolute;
	left:78px;
	top:-63px;
}

#service #section_wannyan {
	padding-top:60px;
	padding-bottom:50px;
}
#service #section_wannyan .content{
	width:980px;
}
#service #section_wannyan h1{
	margin-bottom:27px;
	line-height:1.3125;
	font-size:3.2rem;
	white-space: nowrap;
	text-align:center;
}

#service #section_wannyan .flex .explanation{
	width:50%;
	padding-right:43px;
}
#service #section_wannyan .flex .image{
	width:50%;
}
#service #section_wannyan .flex .explanation .title_info {
	background-color: #726254;
	border-radius:8px;
	width:195px;
	text-align:center;
	display:block;
	margin: 25px auto 20px auto;
	color:#FFF;
	padding:14px 0;
	line-height:1;
}

#service #section_wannyan .flex .explanation .info_list{
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content: space-between;
	justify-content:         space-between;
	color:#726254;
}
#service #section_wannyan .flex .explanation .info_list li{
	white-space: nowrap;
}

#service #section_wannyan h2.h2_square,
#service #section_event h2.h2_square {
	margin-top:55px;
	margin-bottom:80px;
	font-size:2.4rem;
	text-align:center;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content: center; /* Safari */
  justify-content:         center;
}
#service #section_wannyan h2.h2_square span,
#service #section_event h2.h2_square span{
	background-color:rgba(255,255,255,0.6);
	border: 1px solid #4b403e;
	border-radius: 8px;
	padding:18px 35px 13px 35px;
}

#service #section_wannyan .wannyan_example {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content: space-between;
	justify-content:         space-between;
	    -ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
}
#service #section_wannyan .wannyan_example .content-box{
	width:47.44897%;
	margin-bottom:45px;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content: space-between;
	justify-content:         space-between;
	    -ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
}
#service #section_wannyan .wannyan_example .content-box .icon{
	width:100px;
	margin-right:10px;
}
#service #section_wannyan .wannyan_example .content-box .explanation{
	width:350px;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content: flex-end;
	justify-content:         flex-end;
	    -ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
}
#service #section_wannyan .wannyan_example .content-box .explanation h3,
#service #section_wannyan .wannyan_example .content-box .explanation .text{
	width:100%;
}
#service #section_wannyan .wannyan_example .content-box .explanation .webBtn{
	align-self: flex-end;
}

#service #section_consultant {
	padding-top:50px;
	padding-bottom:40px;
}
#service #section_consultant .content{
	width:980px;
}
#service #section_consultant h1{
	margin-bottom:27px;
	line-height:1.3125;
	font-size:3.2rem;
	text-align:center;
}
#service #section_consultant .flex .explanation{
	width:50%;
	padding-right:42px;
}
#service #section_consultant .flex .explanation dl{
	margin-top:10px;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
}
#service #section_consultant .flex .explanation dt{
	width:115px;
	margin-right:20px;
	background-color: #726254;
	border-radius: 5px;
	color:#FFF;
	text-align:center;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	align-items: center;
}
#service #section_consultant .flex .explanation .webBtn{
	text-align:left;
	margin-top:54px;
}
#service #section_consultant .flex .explanation dd{
	
}

#service #section_event {
	padding-top:40px;
	padding-bottom:57px;
}
#service #section_event .content {
	width:980px;
}
#service #section_event h1{
	margin-bottom:27px;
	line-height:1.3125;
	font-size:3.2rem;
	text-align:center;
}

/* 2019.07.01 add */
#service #section_event .event-item:not(:last-child) {
	margin-bottom: 40px;
}

#service #section_event .flex .explanation{
	width:50%;
	padding-right:42px;
}
#service #section_event .flex .explanation dl{
	margin-top:45px;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
}
#service #section_event .flex .explanation dt{
	width:115px;
	margin-right:13px;
	background-color: #726254;
	border-radius: 5px;
	color:#FFF;
	text-align:center;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	align-items: center;
}
#service #section_event .flex .explanation dd{
	font-weight: bold;
}
#service #section_event h2.h2_square {
	margin-bottom:57px;
}
#service #section_event section .flex{
	-webkit-justify-content: space-around; /* Safari */
	justify-content:         space-around;
}
#service #section_event section .flex .explanation {
	width:451px;
	padding-right:0;
}
#service #section_event section .flex .explanation h3{
	font-size: 20px;
	text-align:center;
	margin-bottom:15px;
}
#service #section_event section .flex .explanation .pic{
	text-align:center;
	margin-bottom:15px;
}
#service #section_event section .flex .explanation .text{
	text-align:center;
}
#service #section_event .flex .place-item.explanation .pic img,
#service #section_event .flex .place-item.explanation .text img {
	display: block;
	width: 420px;
}

.moreReport {
	text-align:center;
	font-size:1.4rem;
	line-height:1;
	margin-top:23px;
	font-weight: bold;
}
.moreReport span{
	display:inline-block;
	padding: 18px 70px;
	background: url(/hebel-rooms/feature/assets/images/common/icon_quote_left.png) no-repeat left center,
	            url(/hebel-rooms/feature/assets/images/common/icon_quote_right.png) no-repeat right center;
}

.webBtn {
	text-align:right;
	margin-top:20px;
}
.webBtn a {
	transition: opacity .6s ease-out;
	opacity: 1;
}
.webBtn a span {
	display:inline-block;
	border-radius: 50px;
	text-align:left;
	color:#726254;
	font-weight:bold;
	font-size:1.4rem;
	line-height:1;
	width:261px;
	padding: 10px 20px 10px 20px;
	position:relative;
	border: 2px solid #726254;
	background-color: #f9ffe3;
	transition: opacity .3s ease-out;
	opacity: 1;
	white-space: nowrap;
}
.webBtn a:hover span{
	transition: opacity .3s ease-out;
	opacity: .7;
}
.webBtn a span::after{
	content: url(/hebel-rooms/feature/assets/images/common/icon_arrow_right_website.png);
	position:absolute;
	right:16px;
	transform: translateX(0px);
	transition: content .3s, transform .3s .2s;
}
.webBtn a:hover span::after{
	transform: translateX(10px);
	transition: content .3s, transform .3s .2s;
}

.webBtn.wannyanweb,
.webBtn.voice {
	text-align:center;
	margin-top:10px;
}
.webBtn.wannyanweb a span {
	width:300px;
}
.webBtn.voice a span {
	width:320px;
}

.webBtn .area-notice {
	font-size: 12px;
	color: #726254;
	letter-spacing: 0;
	line-height: 1;
	padding-top: 13px;
	font-weight: bold;
}


/**********************************
 * Concept
***********************************/

/* MainVisual */

#concept #mainVisual {
	position:relative;
	height:530px;
	margin: 0 auto;
	width: 1040px;
	background: url(/hebel-rooms/feature/assets/images/concept/pic_mainvisual_pc.png) no-repeat right 30px;
}
#concept #mainVisual .placeholder{
	display:none;
}
#concept .mainVisualInnter {
	position:absolute;
	left:30px;
	top:140px;
}
#concept .mainVisualInnter h1{
	white-space: nowrap;
	font-size: 2.8rem;
	line-height: 1.5;
	margin-bottom: 15px;
	font-weight: bold;
}
#concept .mainVisualInnter h1 span{
	position: relative;
	display: inline-block;
	line-height: 1;
	background: linear-gradient(transparent 60%, rgba(255,96,136,0.5) 40%);
}

/* section_concept */

#concept #section_concept {
	padding:30px 0;
}
#concept #section_concept h2{
	font-size:3.2rem;
	font-weight:bold;
	line-height:1.3125;
	margin-bottom:25px;
	margin-top:10px;
}
#concept #section_concept .flex .explanation{
	width:50%;
	padding-left:30px;
}
#concept #section_concept .flex .explanation .text{
	padding-right:35px;
}
#concept #section_concept .flex .image{
	width:50%;
	position: relative;
	height:279px;
}
#concept #section_concept .flex .image img{
	position: absolute;
	left:78px;
	top:-63px;
	width:426px;
}

/* section_consideration */

#concept #section_consideration {
	padding-top:60px;
	padding-bottom:85px;
}
#concept #section_consideration h1{
	text-align:center;
}
#concept #section_consideration ul.voice{
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	justify-content: space-between;
	margin-bottom:180px;
}
#concept #section_consideration ul.voice li{
	/*width:30%;*/
}
#concept #section_consideration ul.voice li dl{
	position:relative;
	width:330px;
}
#concept #section_consideration ul.voice li dl dt{
	position:absolute;
	z-index:2;
	text-align:center;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	align-items: center;
	width:100%;
	top: -16px;
}
#concept #section_consideration ul.voice li dl dt span{
	display:inline-box;
	background-color: #726254;
	border-radius: 10px;
	color:#FFF;
	font-size:1.6rem;
	line-height:1.4275;
	padding: 14px 0 10px;
	width:150px;
}
#concept #section_consideration ul.voice li dl dd{
	width:100%;
	height:auto;
	border-radius:50%;
	border: 1px solid #726254;
	position:relative;
	background-color:#f6f1eb;
	z-index:1;
}
#concept #section_consideration ul.voice li dl dd::before{
	content:"";
	display: block;
	padding-top: 100%;
}
#concept #section_consideration ul.voice li dl dd .text{
	position:absolute;
	width:74%;
	left:13.5%;
	top:23%;
}
#concept #section_consideration ul.voice li dl dd .image{
	position:absolute;
}
#concept #section_consideration ul.voice li dl dd .image.first{
	width:193px;
	right:-16px;
	bottom:-88px;
}
#concept #section_consideration ul.voice li dl dd .image.second{
	width:148px;
	right:10px;
	bottom:-83px;
}
#concept #section_consideration ul.voice li dl dd .image.third{
	width:147px;
	right:37px;
	bottom:-100px;
}

#concept #section_consideration #section_examination {
	width:980px;
	margin: 0 auto;
	background: #f8f8f8;
	border: 2px solid #726254;
	border-top: 6px solid #726254;
	padding:33px 40px;
	position:relative;
	border-radius:0px 0px 10px 10px ;
  -webkit-border-radius:0px 0px 10px 10px ;
  -moz-border-radius:0px 0px 10px 10px ;
}
#concept #section_consideration #section_examination .icon_dog{
	position:absolute;
	right:20px;
	top:-45px;
}
#concept #section_consideration #section_examination h2{
	font-size:2.4rem;
}
#concept #section_consideration #section_examination h2 span{
	position: relative;
	display: inline-block;
	line-height: 1;
	background: linear-gradient(transparent 60%, rgba(255,197,178,1) 40%);
}
#concept #section_consideration #section_examination .flex{
	-webkitjustify-content: space-between;
	justify-content: space-between;
  -webkit-align-content: stretch; /* Safari */
  align-content:         stretch;
}
#concept #section_consideration #section_examination .flex .image{
	width:380px;
	-ms-flex: 1 0 auto;
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto;
}
#concept #section_consideration #section_examination .flex .explanation{
	padding-left:25px;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-direction: column; /* Safari */
  flex-direction:         column;
	-webkitjustify-content: space-between;
	justify-content: space-between;
	width:calc(100% - 380px);
}
#concept #section_consideration #section_examination .flex .explanation .text{
	font-size:1.6rem;
	line-height:1.75;
}
#concept #section_consideration #section_examination .flex .explanation dl{
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-direction: row; /* Safari */
  flex-direction:         row;
  width:100%;
  border-radius: 8px;
  overflow:hidden;
}
#concept #section_consideration #section_examination .flex .explanation dt{
	width:150px;
	background-color: #726254;
	color:#FFF;
	text-align:center;
	vertical-align:middle;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	align-items: center;
	font-size:1.4rem;
	line-height:1.42857;
}
#concept #section_consideration #section_examination .flex .explanation dd{
	flex: 1 0 auto;
	background:#FFF;
	font-size:1.6rem;
	line-height:1.5;
	padding: 15px 16px 10px 16px;
}


/* section_important */
#concept #section_important{
	padding-top:87px;
	padding-bottom:113px;
}
#concept #section_important h1.h1_square {
	margin-bottom:22px;
	font-size:2.4rem;
	text-align:center;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content: center; /* Safari */
  justify-content:         center;
}
#concept #section_important h1.h1_square span{
	background-color:rgba(255,255,255,0.6);
	border: 1px solid #4b403e;
	border-radius: 8px;
	padding:16px 80px 11px 80px;
	line-height:1;
}
#concept #section_important .lead{
	text-align:center;
}
#concept #section_important .content{
	width:980px;
}
#concept #section_important .flex {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
}
#concept #section_important .flex .explanation{
	padding:0 25px;
	width:520px;
	position:relative;
}
#concept #section_important .flex .explanation h2 {
	white-space: nowrap;
	font-size:3.2rem;
	line-height:1.3125;
}
#concept #section_important .flex .explanation h2 span{
	position: relative;
	display:inline-block;
	line-height:1;
}

#concept #section_important .flex .image{
	width:520px;
}
#concept #section_important #section_service .flex,
#concept #section_important #section_community .flex {
	-webkit-flex-direction: row-reverse; /* Safari */
	flex-direction:         row-reverse;
}
#concept #section_important .flex .moreBtn{
	position:relative;
	bottom:auto;
	right:auto;
}
#concept #section_important .flex .moreBtn a span{
	font-size:1.6rem;
	width:253px;
	padding:18px;
}
#concept #section_important #section_service .flex .moreBtn{
	margin-top: 32px;
}
#concept #section_important #section_facility .flex .moreBtn{
	margin-top: 65px;
}
#concept #section_important #section_community .flex .moreBtn{
	margin-top: 55px;
}

#concept #section_important #section_service {
	margin-top:70px;
}
#concept #section_important #section_facility {
	margin-top:70px;
}
#concept #section_important #section_community {
	margin-top:70px;
}


/**********************************
 * FAQ
***********************************/

#faq #section_faq .content{
	width:980px;
	margin:0 auto;
}
#faq #section_faq h2{
	font-size:2.8rem;
	margin-bottom:52px;
	font-weight:bold;
	text-align:center;
	line-height:1;
}

#faq #section_faq .logo_wannyan {
	text-align:center;
}
#faq #section_faq .logo_wannyan img{
	width:178px;
}
#faq #section_faq .logo_wannyan img.pc{
	display:inline;
}
#faq #section_faq .logo_wannyan img.sp{
	display:none;
}
#faq #section_faq .faq_title{
	position:relative;
	margin-top:63px;
}
#faq #section_faq .faq_title .icon_dog{
	width:99px;
	position:absolute;
	top:-40px;
	left: calc(50% - 44px);
}
#faq #section_faq .faq_title h1.h1_square {
	font-size:2.8rem;
	text-align:center;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content: center; /* Safari */
  justify-content:         center;
}
#faq #section_faq .faq_title h1.h1_square span{
	background-color:rgba(255,255,255,0.6);
	border: 1px solid #4b403e;
	border-radius: 8px;
	/*padding:16px 40px 11px 40px;*/
	padding:16px 70px 11px 70px;
	line-height:1;
}

.faq-container {
	border-top: 2px solid #4b403e;
	border-bottom: 2px solid #4b403e;
}
#faq #section_faq .faq-container {
	margin-bottom:30px;
}

.faq-container dl{
	border-bottom: 1px dotted rgba(75,64,62,0.5);
	padding-top:20px;
	padding-bottom:15px;
	font-size:2.4rem;
	line-height:1.5;
}
.faq-container dl:last-child{
	border-bottom:none;
}
.faq-container dl dt,
.faq-container dl dd {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content: flex-start; /* Safari */
	justify-content:flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.faq-container dl dt span.icon,
.faq-container dl dd span.icon{
	color:#FFF;
	border-radius: 5px;
	width:auto;
	padding-left:10px;
	padding-right:10px;
	margin-right:12px;
	text-align:center;
	font-size:2.4rem;
	font-weight:500;
	vertical-align:middle;
	min-width:70px;
}
.faq-container dl dt {
	position:relative;
	padding-right:40px;
	cursor:pointer;
}
.faq-container dl dt span.question{
	font-weight:bold;
	padding-top:3px;
}
.faq-container dl dt:hover span.question{
	text-decoration:underline;
}
.faq-container dl dt::after{
	position:absolute;
	content: url(/hebel-rooms/feature/assets/images/common/icon_faq_plus.png);
	right:0;
	top:0;
}
.faq-container dl dt.open::after{
	content: url(/hebel-rooms/feature/assets/images/common/icon_faq_minus.png);
}
.faq-container dl dt span.icon{
	background-color:#4b403e;
}
.faq-container dl dd span.icon{
	background-color:#f39b4d;
}
.faq-container dl dd span.answer{
	padding-top: 8px;
}
.faq-container dl dd{
	padding-top:0;
	padding-right:40px;
	font-size:1.6rem;
	max-height:0;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	overflow:hidden;
}

.faq-container dl dt.open + dd {
	max-height:9999px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	padding-top:18px;
}


/**********************************
 * Facility
***********************************/

/* MainVisual */

#facility #mainVisual {
	position:relative;
	height:530px;
	margin: 0 auto;
	width: 1040px;
	background: url(/hebel-rooms/feature/assets/images/facility/pic_mainvisual_pc.png) no-repeat right 30px;
}
#facility #mainVisual .placeholder{
	display:none;
}
#facility .mainVisualInnter {
	position:absolute;
	left:30px;
	top:140px;
}
#facility .mainVisualInnter h1{
	white-space: nowrap;
	font-size: 2.8rem;
	line-height: 1.5;
	margin-bottom: 15px;
	font-weight: bold;
}
#facility .mainVisualInnter h1 span{
	position: relative;
	display: inline-block;
	line-height: 1;
	background: linear-gradient(transparent 60%, rgba(248,142,122,0.5) 40%);
}

/* section_support */

#facility #section_support {
	padding:30px 0;
}
#facility #section_support h2{
	font-size:3.2rem;
	font-weight:bold;
	line-height:1.3125;
	margin-bottom:25px;
	margin-top:10px;
}
#facility #section_support .flex .explanation{
	width:50%;
	padding-left:30px;
}
#facility #section_support .flex .explanation .text{
	padding-right:35px;
}
#facility #section_support .flex .image{
	width:50%;
	position: relative;
	height:279px;
}
#facility #section_support .flex .image img{
	position: absolute;
	left:78px;
	top:-63px;
}

/* section_trouble */
#facility #section_trouble {
	padding-top:60px;
}
#facility #section_trouble h1{
	text-align:center;
}
#facility #section_trouble .content{
	width:980px;
}
#facility #section_trouble .trouble_wrapper {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content: space-between;
	justify-content:         space-between;
	    -ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
}
#facility #section_trouble .trouble_wrapper .content-box{
	width:47.44897%;
	margin-bottom:45px;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content: space-between;
	justify-content:         space-between;
	    -ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
}
#facility #section_trouble .trouble_wrapper .content-box .icon{
	width:100px;
	margin-right:10px;
}
#facility #section_trouble .trouble_wrapper .content-box .explanation{
	width:350px;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content: flex-end;
	justify-content:         flex-end;
	    -ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
}

#facility #section_trouble .trouble_wrapper .content-box .explanation h2{
	font-size:1.6rem;
	margin-bottom:12px;
}
#facility #section_trouble .trouble_wrapper .content-box .explanation h2,
#facility #section_trouble .trouble_wrapper .content-box .explanation .text{
	width:100%;
}
#facility #section_trouble .trouble_wrapper .content-box .explanation .webBtn{
	align-self: flex-end;
}

/* section_facility */
#facility #section_facility {
	padding-top:15px;
	padding-bottom:40px;
}
#facility #section_facility .content{
	width:980px;
}
#facility #section_facility h1.h1_square {
	font-size:2.4rem;
	margin-bottom:20px;
	text-align:center;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content: center; /* Safari */
  justify-content:         center;
}

#facility #section_facility h1.h1_square span{
	background-color:rgba(255,255,255,0.6);
	border: 1px solid #4b403e;
	border-radius: 8px;
	padding:16px 35px 11px 35px;
}
#facility #section_facility .comment{
	text-align:center;
	font-size:1.2rem;
}


#facility #section_facility .facility_wrapper{
	margin-top:28px;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content: space-between;
	justify-content:         space-between;
	    -ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
}
#facility #section_facility .facility_wrapper .column{
	width:470px;
}
#facility #section_facility .facility_wrapper .column .content-box{
	margin-bottom:40px;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content: space-between;
	justify-content:         space-between;
	    -ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
}
#facility #section_facility .facility_wrapper .column .content-box.sp{
	display:none;
}
#facility #section_facility .facility_wrapper .column .content-box .explanation{
	width:200px;
	position:relative;
}
#facility #section_facility .facility_wrapper .column .content-box .explanation .inline-image{
	position:absolute;
	bottom:0;
	left:0;
}
#facility #section_facility .facility_wrapper .column .content-box .explanation h2{
	background-color: #726254;
	border-radius:10px;
	text-align:center;
	display:block;
	color:#FFF;
	padding:12px 0 9px 0;
	line-height:1;
	font-size:1.8rem;
}
#facility #section_facility .facility_wrapper .column .content-box .image{
	width:250px;
}

/* section_outdoor */

#facility #section_outdoor {
	padding: 60px 0;
}
#facility #section_outdoor .content{
	width:980px;
}
#facility #section_outdoor h1{
	text-align:center;
	margin-bottom:45px;
}
#facility #section_outdoor .flex {
	-webkit-justify-content: space-between;
	justify-content:         space-between;
	-webkit-align-items: stretch; /* Safari */
  align-items:         stretch;
	    -ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
}
#facility #section_outdoor .flex dl{
	width:470px;
	text-align:center;
	/*
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	flex-flow: column;
	-webkit-flex-direction: column; 
  flex-direction:         column;
	-webkit-justify-content: space-between;
	justify-content:         space-between;
	-webkit-align-items: stretch;
  align-items:         stretch;
  */
}
#facility #section_outdoor .flex dl dt{
	font-size:1.8rem;
	font-weight:bold;
	margin-bottom:10px;
}
#facility #section_outdoor .flex dl dd{
}
#facility #section_outdoor .flex dl dd .image{
	margin-top:15px;
}
#facility #section_outdoor .flex dl dd .image img{
	line-height:0;
	font-size:0;
}
#facility #section_outdoor .comment{
	text-align:right;
	padding-top:25px;
	font-size:1.2rem;
}

#facility #section_outdoor .common_wrapper{
	margin-top:67px;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content: space-between;
	justify-content:         space-between;
	    -ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
}
#facility #section_outdoor .common_wrapper .row{
	width:100%;;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content: space-between;
	justify-content:         space-between;
	    -ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
}
#facility #section_outdoor .common_wrapper .row .content-box{
	margin-bottom:40px;
	width:470px;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content: space-between;
	justify-content:         space-between;
	    -ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
}
#facility #section_outdoor .common_wrapper .row .content-box .explanation{
	width:230px;
	position:relative;
}
#facility #section_outdoor .common_wrapper .row .content-box .explanation h2{
	background-color: #726254;
	border-radius:10px;
	text-align:center;
	display:block;
	color:#FFF;
	padding:12px 0 9px 0;
	line-height:1;
	font-size:1.8rem;
}
#facility #section_outdoor .common_wrapper .row .content-box .image{
	width:220px;
}


/**********************************
 * Community
***********************************/

/* MainVisual */

#community #mainVisual {
	position:relative;
	height:530px;
	margin: 0 auto;
	width: 1040px;
	background: url(/hebel-rooms/feature/assets/images/community/pic_mainvisual_pc.png) no-repeat right 30px;
}
#community #mainVisual .placeholder{
	display:none;
}
#community .mainVisualInnter {
	position:absolute;
	left:30px;
	top:140px;
}
#community .mainVisualInnter h1{
	white-space: nowrap;
	font-size: 2.8rem;
	line-height: 1.5;
	margin-bottom: 15px;
	font-weight: bold;
}
#community .mainVisualInnter h1 span{
	position: relative;
	display: inline-block;
	line-height: 1;
	background: linear-gradient(transparent 60%, rgba(255,186,0,0.5) 40%);
}

/* section_community */

#community #section_community {
	padding:30px 0;
}
#community #section_community h2{
	font-size:3.2rem;
	font-weight:bold;
	line-height:1.3125;
	margin-bottom:25px;
	margin-top:10px;
}
#community #section_community .flex .explanation{
	width:50%;
	padding-left:30px;
}
#community #section_community .flex .explanation .text{
	padding-right:35px;
}
#community #section_community .flex .image{
	width:50%;
	position: relative;
	height:279px;
}
#community #section_community .flex .image img{
	position: absolute;
	left:78px;
	top:-63px;
	width:426px;
}

/* section_examination */

#community #section_examination {
	padding-top:60px;
	padding-bottom:70px;
}
#community #section_examination .content {
	width:980px;
}
#community #section_examination h1,
#community #section_meeting h1{
	margin-bottom:27px;
	line-height:1.3125;
	font-size:3.2rem;
	text-align:center;
}
#community #section_examination .flex .explanation{
	width:50%;
	padding-right:35px;
}
#community #section_examination .flex .explanation dl{
	margin-top:45px;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
}
#community #section_examination .flex .explanation dt{
	width:120px;
	margin-right:12px;
	line-height:1.4375;
	background-color: #726254;
	border-radius: 5px;
	color:#FFF;
	text-align:center;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	align-items: center;
	font-size:1.4rem;
}


/* section_meeting */

#community #section_meeting {
	padding-top:60px;
	padding-bottom:60px;
}
#community #section_meeting .content {
	width:980px;
}
#community #section_meeting .flex {
	-webkit-flex-direction: row-reverse; /* Safari */
	flex-direction:         row-reverse;
}
#community #section_meeting .flex .explanation{
	width:50%;
	padding-left:35px;
}

#community #section_meeting h2.h2_square {
	margin-top:70px;
	margin-bottom:50px;
	font-size:2.4rem;
	text-align:center;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content: center; /* Safari */
  justify-content:         center;
}
#community #section_meeting h2.h2_square span{
	background-color:rgba(255,255,255,0.6);
	border: 1px solid #4b403e;
	border-radius: 8px;
	padding:18px 35px 13px 35px;
}

#community #section_meeting section .flex{
	-webkit-justify-content: space-around; /* Safari */
	justify-content:         space-around;
	-webkit-flex-direction: row; /* Safari */
	flex-direction:         row;
}
#community #section_meeting section .flex .explanation {
	width:451px;
	padding-right:0;
}
#community #section_meeting section .flex .explanation h3{
	text-align:center;
	margin-bottom:25px;
}
#community #section_meeting section .flex .explanation .pic{
	text-align:center;
	margin-bottom:5px;
}
#community #section_meeting section .flex .explanation .text{
	text-align:center;
}


/* section_common */

#community #section_common {
	padding-top:60px;
	padding-bottom:20px;
}
#community #section_common h1{
	margin-bottom:35px;
	line-height:1.3125;
	font-size:3.2rem;
	text-align:center;
}
#community #section_common .content {
	width:980px;
}

#community #section_common .flex .explanation{
	width:50%;
	padding-right:35px;
}

#community #section_common .common_wrapper{
	margin-top:67px;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content: space-between;
	justify-content:         space-between;
	    -ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
}
#community #section_common .common_wrapper .row{
	width:100%;;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content: space-between;
	justify-content:         space-between;
	    -ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
}
#community #section_common .common_wrapper .row .content-box{
	margin-bottom:40px;
	width:470px;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content: space-between;
	justify-content:         space-between;
	    -ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
}
#community #section_common .common_wrapper .row .content-box .explanation{
	width:230px;
	position:relative;
}
#community #section_common .common_wrapper .row .content-box .explanation h2{
	background-color: #726254;
	border-radius:10px;
	text-align:center;
	display:block;
	color:#FFF;
	padding:12px 0 9px 0;
	line-height:1;
	font-size:1.8rem;
}
#community #section_common .common_wrapper .row .content-box .image{
	width:220px;
}



/**********************************
 * Voice
***********************************/

#voice #container {
	overflow:hidden;
}
#voice #section_voice .content{
	width:980px;
	margin:0 auto;
}
#voice #section_voice .logo_wannyan {
	text-align:center;
}
#voice #section_voice .logo_wannyan img{
	width:178px;
}
#voice #section_voice .logo_wannyan img.pc{
	display:inline;
}
#voice #section_voice .logo_wannyan img.sp{
	display:none;
}
#voice #section_voice .voice_title{
	position:relative;
	margin-top:63px;
}
#voice #section_voice .voice_title .icon_dog{
	width:99px;
	position:absolute;
	top:-40px;
	left: calc(50% - 44px);
}
#voice #section_voice .voice_title h1.h1_square {
	font-size:2.8rem;
	text-align:center;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content: center; /* Safari */
  justify-content:         center;
}
#voice #section_voice .voice_title h1.h1_square span{
	background-color:rgba(255,255,255,0.6);
	border: 1px solid #4b403e;
	border-radius: 8px;
	padding:16px 70px 11px 70px;
	line-height:1;
}

/* section_voice2 */
#voice #section_voice2 {
	padding-top:80px;
	padding-bottom:60px;
}
#voice #section_voice2 h1{
	text-align:center;
	margin-bottom:13px;
}
#voice #section_voice2 .comment{
	text-align:center;
	font-size:1.6rem;
}

#voice #section_voice2 #voice_wrapper {
	margin-top:50px;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	/*
	-webkit-flex-direction: column;
	flex-direction: column;
	*/
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width:100%;
}
#voice #section_voice2 #voice_wrapper .voice_column{
	width:50%;
}
#voice #section_voice2 #voice_wrapper .voicebox {
	width:100%;
	padding: 0 20px;
	margin-bottom:53px;
}
#voice #section_voice2 #voice_wrapper .voicebox .fukidashi {
	position: relative;
	background: #FFFFFF;
	padding:30px;
	margin-bottom:10px;
	/* box-shadow */
	box-shadow:0px 0px 10px 5px rgba(45, 7, 1, 0.11);
	-moz-box-shadow:0px 0px 10px 5px rgba(45, 7, 1, 0.11);
	-webkit-box-shadow:0px 0px 10px 5px rgba(45, 7, 1, 0.11);
	/* border-radius */
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	font-size:1.4rem;
	z-index:2;
}
#voice #section_voice2 #voice_wrapper .voicebox .fukidashi:after {
	top: 100%;
	left: calc(50% - 29px);
	content: url(/hebel-rooms/feature/assets/images/voice/fukidashi_bottom.png);
	position: absolute;
	width:58px;
	height:33px;
}
#voice #section_voice2 #voice_wrapper .voicebox .fukidashi h2{
	font-size:1.8rem;
}
#voice #section_voice2 #voice_wrapper .voicebox .image {
	text-align:center;
	position:relative;
}
#voice #section_voice2 #voice_wrapper .voicebox .image .ashiato{
	position:absolute;
}
#voice #section_voice2 #voice_wrapper .voicebox .image .ashiato01{
	left:-63px;
	top:152px;
}
#voice #section_voice2 #voice_wrapper .voicebox .image .ashiato02{
	left:10px;
	top:61px;
}
#voice #section_voice2 #voice_wrapper .voicebox .image .ashiato03{
	top:58px;
	right:-32px;
}
#voice #section_voice2 #voice_wrapper .voicebox .image .ashiato04{
	top:228px;
	right:-86px;
}
#voice #section_voice2 #voice_wrapper .voicebox .image .ashiato05{
	left:-63px;
	top:247px;
}
#voice #section_voice2 #voice_wrapper .voicebox .image .ashiato06{
	left:8px;
	top:0;
}
#voice #section_voice2 #voice_wrapper .voicebox .image .ashiato07{
	top:10px;
	right:-72px;
 }
#voice #section_voice2 #voice_wrapper .voicebox .image .ashiato08{
	top:179px;
	right:-86px;
}


/*****************************************
	2018.03.14 FAQ
******************************************/

.c-row, .c-section-row, .c-section-row > *, .p-faq-content-row {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.c-row .col-2, .c-row .col-3, .c-row .col-4, .c-row .col-5, .p-faq-content-row .col-main,
.p-faq-content-row .col-sub {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.c-row .col-2 {
  width: 50%;
}

.c-row .col-3 {
  width: 33.333%;
}

.c-row .col-4 {
  width: 25%;
}

.c-row .col-5 {
  width: 20%;
}

@media (max-width: 1039px) {
  .c-row .col-md {
    width: 100%;
  }
  .c-row .col-2-md {
    width: 50%;
  }
  .c-row .col-3-md {
    width: 33.333%;
  }
}

@media (max-width: 739px) {
  .c-row .col-sm {
    width: 100%;
  }
  .c-row .col-2-sm {
    width: 50%;
  }
  .c-row .col-3-sm {
    width: 33.333%;
  }
}

.c-row__left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (max-width: 739px) {
  .c-row__left-sm {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.c-row__center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 739px) {
  .c-row__center-sm {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.c-row__right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 739px) {
  .c-row__right-sm {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.c-row__start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 739px) {
  .c-row__start-sm {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.c-row__middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 739px) {
  .c-row__middle-sm {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.c-row__end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (max-width: 739px) {
  .c-row__end-sm {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.c-row__gutter1 {
  margin-left: -0.5px;
  margin-right: -0.5px;
}

@media (max-width: 739px) {
  .c-row__gutter1 {
    margin-left: -0.07813vw;
    margin-right: -0.07813vw;
  }
}

.c-row__gutter1 > [class^="col-"],
.c-row__gutter1 > [class*="col-"] {
  padding-left: 0.5px;
  padding-right: 0.5px;
}

@media (max-width: 739px) {
  .c-row__gutter1 > [class^="col-"],
  .c-row__gutter1 > [class*="col-"] {
    padding-left: 0.07813vw;
    padding-right: 0.07813vw;
  }
}

.c-row__gutter25 {
  margin-left: -12.5px;
  margin-right: -12.5px;
}

@media (max-width: 739px) {
  .c-row__gutter25 {
    margin-left: -1.95313vw;
    margin-right: -1.95313vw;
  }
}

.c-row__gutter25 > [class^="col-"],
.c-row__gutter25 > [class*="col-"] {
  padding-left: 12.5px;
  padding-right: 12.5px;
}

@media (max-width: 739px) {
  .c-row__gutter25 > [class^="col-"],
  .c-row__gutter25 > [class*="col-"] {
    padding-left: 1.95313vw;
    padding-right: 1.95313vw;
  }
}

.c-row__gutter30 {
  margin-left: -15px;
  margin-right: -15px;
}

@media (max-width: 739px) {
  .c-row__gutter30 {
    margin-left: -2.34375vw;
    margin-right: -2.34375vw;
  }
}

.c-row__gutter30 > [class^="col-"],
.c-row__gutter30 > [class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 739px) {
  .c-row__gutter30 > [class^="col-"],
  .c-row__gutter30 > [class*="col-"] {
    padding-left: 2.34375vw;
    padding-right: 2.34375vw;
  }
}

.c-row__gutter40 {
  margin-left: -20px;
  margin-right: -20px;
}

@media (max-width: 739px) {
  .c-row__gutter40 {
    margin-left: -3.125vw;
    margin-right: -3.125vw;
  }
}

.c-row__gutter40 > [class^="col-"],
.c-row__gutter40 > [class*="col-"] {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 739px) {
  .c-row__gutter40 > [class^="col-"],
  .c-row__gutter40 > [class*="col-"] {
    padding-left: 3.125vw;
    padding-right: 3.125vw;
  }
}

.c-row__gutter50 {
  margin-left: -25px;
  margin-right: -25px;
}

@media (max-width: 739px) {
  .c-row__gutter50 {
    margin-left: -3.90625vw;
    margin-right: -3.90625vw;
  }
}

.c-row__gutter50 > [class^="col-"],
.c-row__gutter50 > [class*="col-"] {
  padding-left: 25px;
  padding-right: 25px;
}

@media (max-width: 739px) {
  .c-row__gutter50 > [class^="col-"],
  .c-row__gutter50 > [class*="col-"] {
    padding-left: 3.90625vw;
    padding-right: 3.90625vw;
  }
}

.c-row__bottom20 {
  margin-bottom: -20px;
}

@media (max-width: 739px) {
  .c-row__bottom20 {
    margin-bottom: -3.125vw;
  }
}

.c-row__bottom20 > [class^="col-"],
.c-row__bottom20 > [class*="col-"] {
  margin-bottom: 20px;
}

@media (max-width: 739px) {
  .c-row__bottom20 > [class^="col-"],
  .c-row__bottom20 > [class*="col-"] {
    margin-bottom: 3.125vw;
  }
}

.c-row__bottom40 {
  margin-bottom: -40px;
}

@media (max-width: 739px) {
  .c-row__bottom40 {
    margin-bottom: -6.25vw;
  }
}

.c-row__bottom40 > [class^="col-"],
.c-row__bottom40 > [class*="col-"] {
  margin-bottom: 40px;
}

@media (max-width: 739px) {
  .c-row__bottom40 > [class^="col-"],
  .c-row__bottom40 > [class*="col-"] {
    margin-bottom: 6.25vw;
  }
}

.c-row__bottom60 {
  margin-bottom: -60px;
}

@media (max-width: 739px) {
  .c-row__bottom60 {
    margin-bottom: -9.375vw;
  }
}

.c-row__bottom60 > [class^="col-"],
.c-row__bottom60 > [class*="col-"] {
  margin-bottom: 60px;
}

@media (max-width: 739px) {
  .c-row__bottom60 > [class^="col-"],
  .c-row__bottom60 > [class*="col-"] {
    margin-bottom: 9.375vw;
  }
}

.c-section-row .col-step {
  width: 120px;
  padding-right: 40px;
}

@media (max-width: 739px) {
  .c-section-row .col-step {
    width: 12.5vw;
    padding-right: 0;
    position: relative;
  }
}

.c-section-row .col-content {
  width: calc(100% - 120px);
}

@media (max-width: 739px) {
  .c-section-row .col-content {
    width: calc(100% - 12.5vw);
  }
}

.c-heading-default {
  font-size: 32px !important;
  font-weight: bold;
  line-height: 1.5 !important;
  text-align: center;
  margin-bottom: 20px !important;
  color: #4b403e;
}

@media (max-width: 739px) {
  .c-heading-default {
    font-size: 5.9375vw !important;
    margin-bottom: 4.6875vw;
  }
}

.c-heading-square {
  margin-bottom: 45px;
  text-align: center;
}

@media (max-width: 739px) {
  .c-heading-square {
    margin-bottom: 6.25vw;
  }
}

.c-heading-square .title {
  display: inline-block;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #4b403e;
  border-radius: 8px;
  padding: 18px 35px 14px;
  font-size: 24px !important;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0 !important;
}

@media (max-width: 739px) {
  .c-heading-square .title {
    padding: 2.5vw 6.25vw 2.03125vw;
  }
}

.c-heading-section {
  font-size: 32px !important;
  font-weight: bold;
  line-height: 1.5 !important;
  text-align: left;
  padding-top: 17px !important;
  margin-bottom: 20px !important;
  color: #4b403e;
}

@media (max-width: 739px) {
  .c-heading-section {
    font-size: 5.9375vw !important;
    margin-left: 5.9375vw;
    padding-top: 3.125vw !important;
    margin-bottom: 4.6875vw;
  }
}

.c-heading-dog {
  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;
  margin-bottom: 25px;
}

@media (max-width: 739px) {
  .c-heading-dog {
    margin-bottom: 5.46875vw;
  }
}

.c-heading-dog .title {
  width: calc(100% - 110px);
  font-size: 28px !important;
  color: #4b403e !important;
  line-height: 1.4;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media (max-width: 739px) {
  .c-heading-dog .title {
    width: calc(100% - 18.75vw);
    font-size: 4.6875vw !important;
  }
}

.c-heading-dog:before {
  content: "";
  width: 80px;
  height: 80px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: url("/hebel-rooms/feature/assets/images/faq/ico_dog_circle_80x80.png") no-repeat center center;
  background-size: cover;
  margin-right: 30px;
}

@media (max-width: 739px) {
  .c-heading-dog:before {
    width: 15.46875vw;
    height: 15.46875vw;
    background: url("/hebel-rooms/feature/assets/images/faq/ico_dog_circle_99x99.png") no-repeat center center;
    background-size: cover;
    margin-right: 3.28125vw;
  }
}

.c-heading-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  text-align: center;
  color: #4b403e;
  line-height: 1.45;
  margin-bottom: 10px;
}

@media (max-width: 739px) {
  .c-heading-more {
    font-size: 4.0625vw;
    margin-bottom: 0.78125vw;
  }
}

.c-heading-more:before, .c-heading-more:after {
  content: "";
  display: block;
  width: 55px;
  height: 50px;
}

@media (max-width: 739px) {
  .c-heading-more:before, .c-heading-more:after {
    width: 10.9375vw;
    height: 9.6875vw;
  }
}

.c-heading-more:before {
  background: url("/hebel-rooms/feature/assets/images/common/icon_quote_left.png") no-repeat center center;
  background-size: cover;
  margin-right: 25px;
}

@media (max-width: 739px) {
  .c-heading-more:before {
    margin-right: 1.5625vw;
  }
}

.c-heading-more:after {
  background: url("/hebel-rooms/feature/assets/images/common/icon_quote_right.png") no-repeat center center;
  background-size: cover;
  margin-left: 25px;
}

@media (max-width: 739px) {
  .c-heading-more:after {
    margin-left: 1.5625vw;
  }
}

.c-table {
  display: block;
}

.c-table th {
  vertical-align: top;
  text-align: left;
}

.c-container {
  max-width: 1080px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 739px) {
  .c-container {
    padding-left: 3.125vw;
    padding-right: 3.125vw;
  }
}

.c-container__fluid {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 739px) {
  #section_faq {
    padding-top: 23.4375vw !important;
  }
}

@media (max-width: 739px) {
  #section_faq h1.h1_square {
    margin-bottom: 0 !important;
    padding-bottom: 0;
  }
}

@media (max-width: 739px) {
  #section_faq h1.h1_square span {
    padding: 2.5vw 5.46875vw 2.03125vw;
  }
}

.p-local-nav {
  width: 100%;
  background: #f7f0e6;
}

@media (max-width: 739px) {
  .p-local-nav {
    -webkit-box-shadow: 0 0 8px 3px rgba(194, 194, 194, 0.5);
    box-shadow: 0 0 8px 3px rgba(194, 194, 194, 0.5);
  }
}

.p-local-nav .nav-list {
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
}

@media (max-width: 739px) {
  .p-local-nav .nav-list {
    height: auto;
  }
}

.p-local-nav .nav-list > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.p-local-nav .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  background: #f0e4d2;
  width: 20%;
  font-size: 15px;
  line-height: 1;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media (max-width: 739px) {
  .p-local-nav .item {
    height: auto;
    font-size: 4.0625vw;
    padding-top: 1.71875vw;
    padding-bottom: 2.1875vw;
  }
}

.p-local-nav .item:not(:last-child) {
  width: calc(20% - 2px);
  margin-right: 2px;
}

.p-local-nav .item > .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.p-local-nav .item .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 739px) {
  .p-local-nav .item .inner > * {
    width: 100%;
  }
}

.p-local-nav .item .icon {
  position: relative;
  margin-right: 10px;
  text-align: center;
}

@media (max-width: 739px) {
  .p-local-nav .item .icon {
    margin-right: 0;
    margin-bottom: 2.34375vw;
  }
}

.p-local-nav .item .icon .default {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.p-local-nav .item .text {
  color: #726254;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media (max-width: 739px) {
  .p-local-nav .item .text {
    text-align: center;
  }
}

.p-local-nav .item:hover {
  background: #4b403e;
}

.p-local-nav .item:hover .icon .default {
  opacity: 0;
}

.p-local-nav .item:hover .text {
  color: #fff;
}

@media (max-width: 739px) {
  .p-local-nav .item:nth-child(1) .icon img {
    width: 7.34375vw;
  }
  .p-local-nav .item:nth-child(2) .icon img {
    width: 4.21875vw;
  }
  .p-local-nav .item:nth-child(3) .icon img {
    width: 10.15625vw;
  }
  .p-local-nav .item:nth-child(4) .icon img {
    width: 8.59375vw;
  }
  .p-local-nav .item:nth-child(5) .icon img {
    width: 10.15625vw;
  }
}

@media (max-width: 739px) {
  .p-local-nav {
    position: fixed;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    top: 0;
    left: 0;
    z-index: 3000;
  }
}

@media (min-width: 740px) {
  .localnav-fixed .p-local-nav {
    position: fixed;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    left: 0;
    z-index: 3000;
  }
}

.p-faq-step {
  background: #fefdfa;
  padding-top: 60px;
  padding-bottom: 65px;
}

@media (max-width: 739px) {
  .p-faq-step {
    background: #fff;
    padding-top: 7.8125vw;
    padding-bottom: 6.25vw;
  }
}

@media (max-width: 739px) {
  .p-faq-step__top40-sm {
    padding-top: 6.25vw;
  }
}

.p-faq-step > .wrap > *:not(:last-child) {
  margin-bottom: 60px;
}

@media (max-width: 739px) {
  .p-faq-step > .wrap > *:not(:last-child) {
    margin-bottom: 7.8125vw;
  }
}

.p-step-icon {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #726254;
  border-radius: 100px;
}

@media (max-width: 739px) {
  .p-step-icon {
    width: 14.0625vw;
    height: 14.0625vw;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.p-step-icon > .inner {
  text-align: center;
  line-height: 1;
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

@media (max-width: 739px) {
  .p-step-icon > .inner {
    -webkit-transform: translateY(0.46875vw);
    -ms-transform: translateY(0.46875vw);
    transform: translateY(0.46875vw);
  }
}

.p-step-icon > .inner > * {
  color: #fff;
}

.p-step-icon > .inner > *:not(:last-child) {
  margin-bottom: 7px;
}

@media (max-width: 739px) {
  .p-step-icon > .inner > *:not(:last-child) {
    margin-bottom: 1.09375vw;
  }
}

.p-step-icon .en {
  font-size: 18px;
  color: #fff;
}

@media (max-width: 739px) {
  .p-step-icon .en {
    font-size: 3.4375vw;
  }
}

.p-step-icon .num {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

@media (max-width: 739px) {
  .p-step-icon .num {
    font-size: 4.375vw;
  }
}

.p-step-arrow {
  width: 100%;
  height: calc(100% - 90px);
  margin-top: 10px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 739px) {
  .p-step-arrow {
    height: calc(100% - 15.625vw);
    margin-top: 15.625vw;
    -webkit-transform: translateX(-0.78125vw);
    -ms-transform: translateX(-0.78125vw);
    transform: translateX(-0.78125vw);
  }
}

.p-step-arrow:before {
  content: "";
  display: block;
  width: 8px;
  height: calc(100% - 8px);
  background: url("/hebel-rooms/feature/assets/images/faq/ico_arrow_bottom_8x12.png") repeat-y;
}

.p-step-arrow:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 28px;
  height: 18px;
  background: url("/hebel-rooms/feature/assets/images/faq/ico_arrow_bottom_28x18.png") no-repeat center center;
}

.p-faq-article {
  width: 100%;
  font-size: 16px;
  padding-bottom: 70px;
  color: #726254;
}

@media (max-width: 739px) {
  .p-faq-article {
    font-size: 4.375vw;
    padding-bottom: 7.8125vw;
  }
}

.p-faq-article > *:not(:last-child) {
  margin-bottom: 40px;
}

@media (max-width: 739px) {
  .p-faq-article > *:not(:last-child) {
    margin-bottom: 6.25vw;
  }
}

.p-faq-article div, .p-faq-article p {
  color: inherit;
}

.p-faq-article sup {
  position: static;
  font-size: small;
}

.p-faq-article .annotation {
  font-size: 12px;
  margin-top: 10px;
}

@media (max-width: 739px) {
  .p-faq-article .annotation {
    font-size: 3.75vw;
    margin-top: 3.125vw;
  }
}

.p-faq-article .areaSearch {
  padding-top: 0;
  padding-bottom: 0;
}

.p-faq-article .areaSearch .areaSearchInner {
  width: 100%;
  background: url("/hebel-rooms/feature/assets/images/faq/bg_map_faq.png") no-repeat scroll left top;
}

@media (max-width: 739px) {
  .p-faq-article .areaSearch .areaSearchInner {
    background: #fff;
    margin: 0;
  }
}

.p-faq-article .areaSearch .areaSearchInner ul .toukai,
.p-faq-article .areaSearch .areaSearchInner ul .kansai,
.p-faq-article .areaSearch .areaSearchInner ul .fukuoka {
	right: 15px;
	left: auto;
}
@media (max-width: 739px) {
	.p-faq-article .areaSearch .areaSearchInner ul .toukai,
	.p-faq-article .areaSearch .areaSearchInner ul .kansai,
	.p-faq-article .areaSearch .areaSearchInner ul .fukuoka {
		right: auto;
	}
}

.p-faq-article .moreReport {
  margin-top: 0;
}

@media (max-width: 739px) {
  .p-faq-article .moreReport {
    font-size: 4.0625vw;
  }
}

.p-faq-article .moreReport span {
  padding: 2.8125vw 10vw;
}

@media (max-width: 739px) {
  .p-faq-article .moreReport span {
    padding: 2.8125vw 10vw;
  }
}

.p-faq-inner {
  background: url(/hebel-rooms/feature/assets/images/common/bg_common.png) repeat scroll center top;
}

.p-faq-inner > .wrap {
  padding: 20px 30px;
}

@media (max-width: 739px) {
  .p-faq-inner > .wrap {
    padding: 6.25vw;
  }
}

.p-faq-content-row {
  margin: 0 -20px;
}

@media (max-width: 739px) {
  .p-faq-content-row {
    margin: 0;
  }
}

@media (max-width: 739px) {
  .p-faq-content-row > *:not(:last-child) {
    margin-bottom: 4.6875vw;
  }
}

.p-faq-content-row .col-main,
.p-faq-content-row .col-sub {
  padding: 0 20px;
}

@media (max-width: 739px) {
  .p-faq-content-row .col-main,
  .p-faq-content-row .col-sub {
    padding: 0;
  }
}

.p-faq-content-row .col-main {
  width: 52.175%;
}

@media (max-width: 739px) {
  .p-faq-content-row .col-main {
    width: 100%;
  }
}

.p-faq-content-row .col-sub {
  width: 47.825%;
}

@media (max-width: 739px) {
  .p-faq-content-row .col-sub {
    width: 100%;
  }
}

.p-faq-btn__wrap {
  margin-top: 80px;
}

@media (max-width: 739px) {
  .p-faq-btn__wrap {
    margin-top: 5.46875vw;
    text-align: center;
  }
}

.p-faq-btn-link {
  display: inline-block;
  position: relative;
  background: #f9ffe3 !important;
  border: 2px solid #726254;
  border-radius: 100px;
  text-align: center;
  font-weight: bold;
  color: #4b403e !important;
  font-size: 14px;
  padding: 9px 30px;
  min-width: 257px;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media (max-width: 739px) {
  .p-faq-btn-link {
    border: 0.625vw solid #726254;
    font-size: 3.4375vw;
    padding: 3.125vw 10.9375vw;
    min-width: 63.28125vw;
  }
}

.p-faq-btn-link:after {
  content: "";
  background: url("/hebel-rooms/feature/assets/images/faq/ico_arrow_circle_12x12.png") no-repeat center center;
  background-size: cover;
  display: block;
  width: 12px;
  height: 12px;
  margin: auto;
  line-height: 0;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media (max-width: 739px) {
  .p-faq-btn-link:after {
    background: url("/hebel-rooms/feature/assets/images/faq/ico_arrow_circle_30x30.png") no-repeat center center;
    background-size: cover;
    width: 5vw;
    height: 5vw;
    right: 3.75vw;
    line-height: 0;
  }
}

.p-faq-btn-link:hover:after {
  -webkit-transform: translate(5px, -50%);
  -ms-transform: translate(5px, -50%);
  transform: translate(5px, -50%);
}

@media (max-width: 739px) {
  .p-faq-btn-link:hover:after {
    -webkit-transform: translate(0.78125vw, -50%);
    -ms-transform: translate(0.78125vw, -50%);
    transform: translate(0.78125vw, -50%);
  }
}

.p-faq-list {
  background: #fff;
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (max-width: 739px) {
  .p-faq-list {
    padding-top: 6.25vw;
    padding-bottom: 7.03125vw;
  }
}

/***** 2018.03.14 FAQ end *****/

/**********************************
* ADD 2019.03.07
**********************************/

#petfriendly {
  padding-top: 55px;
}

@media screen and (max-width: 739px) {
  #petfriendly {
    padding-top: 10.66667vw;
  }
}

.p-petfriendly__wrap {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 739px) {
  .p-petfriendly__wrap {
    padding-left: 2.66667vw;
    padding-right: 2.66667vw;
  }
}

.p-petfriendly__inner {
  width: 100%;
  max-width: 800px;
  border: 1px solid #d1d1d1;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
}

@media screen and (max-width: 739px) {
  .p-petfriendly__inner {
    padding: 6.66667vw 6.13333vw;
  }
}

.p-petfriendly__title {
  font-size: 2.5rem;
  letter-spacing: .025em;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: #8ab83e;
  margin-bottom: 15px;
}

@media screen and (max-width: 739px) {
  .p-petfriendly__title {
    font-size: 3.73333vw;
    margin-bottom: 2.66667vw;
  }
}

.p-petfriendly__title--modal {
  font-size: 2.7rem;
  color: #4b403e;
  margin-bottom: 50px;
}

@media screen and (max-width: 739px) {
  .p-petfriendly__title--modal {
    font-size: 3.73333vw;
    margin-bottom: 6.66667vw;
  }
}

.p-petfriendly__text {
  font-size: 1.6rem;
  letter-spacing: .025em;
  line-height: 1.5;
}

@media screen and (max-width: 739px) {
  .p-petfriendly__text {
    font-size: 3.2vw;
  }
}

.p-petfriendly__text--modal {
  line-height: 1.75;
}

.p-petfriendly__btn {
  margin-top: 15px;
}

@media screen and (max-width: 739px) {
  .p-petfriendly__btn {
    margin-top: 2.66667vw;
  }
}

.p-petfriendly__btn .webBtn {
  text-align: center;
  margin-top: 0;
}

.p-petfriendly__btn .webBtn a span {
  width: auto;
  font-size: 1.4rem;
  letter-spacing: .025em;
  line-height: 1;
  background: #fff;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 35px;
  padding-right: 65px;
}

@media screen and (max-width: 739px) {
  .p-petfriendly__btn .webBtn a span {
    font-size: 2.93333vw;
    padding-top: 2.66667vw;
    padding-bottom: 2.66667vw;
    padding-left: 4.66667vw;
    padding-right: 8.66667vw;
  }
}

.p-petfriendly__btn .webBtn a span:after {
  right: 35px;
}

@media screen and (max-width: 739px) {
  .p-petfriendly__btn .webBtn a span:after {
    display: block;
    background-image: url("/hebel-rooms/feature/assets/images/common/icon_arrow_right_website.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 2.8vw;
    height: 2.8vw;
    right: 3.73333vw;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
}

.p-petfriendly__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}

@media screen and (max-width: 739px) {
  .p-petfriendly__row {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}

.p-petfriendly__col {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media screen and (max-width: 739px) {
  .p-petfriendly__col {
    padding-left: 0;
    padding-right: 0;
  }
}

.p-petfriendly__col--image {
  width: 323px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media screen and (max-width: 739px) {
  .p-petfriendly__col--image {
    width: 51.33333vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5.33333vw;
  }
}

.p-petfriendly-modal {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 50000;
}

.p-petfriendly-modal__content {
  width: 100%;
  max-width: 1040px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
}

@media screen and (max-width: 739px) {
  .p-petfriendly-modal__content {
    max-width: 94.66667vw;
  }
}

.p-petfriendly-modal__inner {
  padding: 50px;
}

@media screen and (max-width: 739px) {
  .p-petfriendly-modal__inner {
    padding: 13.33333vw 6.66667vw 6.66667vw;
  }
}

.p-petfriendly-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  cursor: pointer;
}

@media screen and (max-width: 739px) {
  .p-petfriendly-modal__close {
    top: 3.33333vw;
    right: 3.33333vw;
  }
}

.p-petfriendly-modal__close:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-image: url("/hebel-rooms/feature/assets/images/common/icon_close.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 739px) {
  .p-petfriendly-modal__close:before {
    width: 4vw;
    height: 4vw;
    background-size: cover;
  }
}

/**********************************
* ADD 2020.06.19
**********************************/
.p-header-important {
	background: #78aedd;
	color: #fff;
}

.p-header-important__wrapper {
	display: flex;
	justify-content: center;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
}

.p-header-important__cell-title {
	width: 155px;
	flex: 0 0 auto;
	position: relative;
}

.p-header-important__cell-title:after {
	content: "";
	display: block;
	width: 1px;
	height: 1em;
	background: #fff;
	position: absolute;
	top: .5em;
	right: 0;
}

.p-header-important__cell-text {
	padding-left: 10px;
	flex: 0 1 auto;
}

@media screen and (max-width: 739px) {
	.p-header-important {
	}

	.p-header-important__wrapper {
		display: block;
		padding: 2.666vw 4vw;
	}

	.p-header-important__cell-title {
		width: 100%;
		margin-bottom: 1.333vw;
		padding-bottom: 1.333vw;
		border-bottom: 1px solid #fff;
	}

	.p-header-important__cell-title:after {
		content: "";
		display: none;
	}

	.p-header-important__cell-text {
		padding-left: 0;
	}
}

.p-header-important-title {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 2;
	letter-spacing: .075em;
}

.p-header-important-title dt {
	width: 20px;
	color: #fff;
	flex: 0 0 auto;
	margin-right: 5px;
}

.p-header-important-title dt svg {
	display: block;
	width: 20px;
	height: 20px;
}

.p-header-important-title dd {
	color: #fff;
	flex: 1 1 auto;
}

@media screen and (max-width: 739px) {
	.p-header-important-title {
		font-size: 3.733vw;
		line-height: 1.3;
		letter-spacing: 0;
		padding-left: 1.333vw;
		padding-right: 1.333vw;
	}

	.p-header-important-title dt {
		width: 2.666vw;
		margin-right: 0.666vw;
	}

	.p-header-important-title dt svg {
		display: block;
		height: 2.666vw;
	}
}

.p-header-important-text {
	color: #fff;
	font-size: 16px;
	line-height: 2;
	letter-spacing: .075em;
}

@media screen and (max-width: 739px) {
	.p-header-important-text {
		font-size: 3.733vw;
		line-height: 1.3;
		letter-spacing: 0;
		padding-left: 1.333vw;
		padding-right: 1.333vw;
	}
}

/* 2023.08.24 add */
.mv-static {
	width: 100%;
	background: url("/hebel-rooms/feature/assets/images/common/bg_common.png");
	padding: 40px;
	position: relative;
}

.mv-static-image {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	overflow: hidden;
}

.mv-static-image img {
	width: 100%;
	height: 470px;
	object-fit: cover;
	border-radius: 8px;
}

.mv-static-headline {
	position: absolute;
	left: 0;
	top: 17%;
	width: 100%;
	text-align: center;
}

.mv-static-headline img {
	margin: 0 auto;
}

.mv-static-movie {
	width: 100%;
	padding: 60px 0 0;
}

.mv-static-movie-headline {
	text-align: center;
}

.mv-static-movie-headline img {
	margin: 0 auto;
}

.mv-static-movie-wrap {
	max-width: 640px;
	margin: 0 auto;
	padding: 13px 0 0;
}

@media screen and (max-width: 767px) {
	#top #mainVisual {
		margin-top: 0 !important;
	}

	.mv-static {
		padding: 0 0 10vw;
	}

	.mv-static-image img {
		height: auto;
		border-radius: 0;
	}

	.mv-static-headline {
		top: 13.6%;
	}

	.mv-static-headline img {
		width: 74vw;
	}

	.mv-static-movie {
		padding: 11vw 0 0;
		width: 93.75%;
		margin: 0 auto;
	}

	.mv-static-movie-wrap {
		max-width: 100%;
		width: 100%;
		padding: 3vw 0 0;
	}
}
