@charset "UTF-8";

h1 {
	width:100%;
	height:250px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
h1.privacy,
h1.contact {
	background-image:url('http://rheano.co.jp/rheano/wp-content/themes/rheano/img/titbg4.jpg') ;
}
h1.company {
	background-image:url('http://rheano.co.jp/rheano/wp-content/themes/rheano/img/titbg3.jpg');
}
h1.consulting {
	background-image:url('http://rheano.co.jp/rheano/wp-content/themes/rheano/img/titbg2.jpg');
}
h1.service,
h1.selling,
h1.leasing {
	background-image:url('http://rheano.co.jp/rheano/wp-content/themes/rheano/img/titbg1.jpg');
}
h1.sitemap {
	background-image:url('http://rheano.co.jp/rheano/wp-content/themes/rheano/img/titbg5.jpg');
}
h1.link {
	background-image:url('http://rheano.co.jp/rheano/wp-content/themes/rheano/img/titbg6.jpg');
}
h1 span {
	display:block;
	text-align:center;
	color:#FFF;
	font-family: din-2014, sans-serif;
	font-style: italic;
	font-weight: 700;
	font-size:22px;
	line-height:1;
	position:relative;
	top:calc(50% - 10px);
}

#contents {
	width:1200px;
	margin:0 auto;
	padding:75px 0;
}
#contents h2 {
	font-size:43px;
	line-height:1;
	margin:0 0 45px;
	padding:0;
	color:#008ed2;
	text-align:center;
	font-family: din-2014, sans-serif;
	font-style: normal;
	font-weight: 700;
}
#contents h2 span {
	display:block;
	text-align:center;
	line-height:1;
	color:#222;
	font-size:22px;
	font-weight:700;
	padding-top:30px;
}
#contents p {
	font-size:16px;
	line-height:2;
	color:#333;
}
#contents a,
#contents a:link,
#contents a:visited {
	color:#008ed2;
}
#contents a:hover {
	text-decoration:underline;
}

#contents .contents {
	width:750px;
	margin:0 auto;
}

#contents #pagetop {
	text-align:center;
	padding-top:90px;
}
#contents #pagetop span {
	cursor:pointer;
	background:url('http://rheano.co.jp/rheano/wp-content/themes/rheano/img/arrow.png') no-repeat center 0px;
	background-size:45px auto;
	font-size:15px;
	color:#008ed2;
	text-align:center;
	font-family: din-2014, sans-serif;
	font-style: italic;
	font-weight: 400;
	display:inline-block;
	padding-top:45px;
	transition:.3s;
}
#contents #pagetop span:hover {
	background-position:center 5px;
}

/**privacy**/
#contents .privacytext h3 {
	font-size:16px;
	line-height:1;
	margin-bottom:30px;
}
#contents .privacytext p {
	margin-bottom:30px;
}

/**contact**/
#contents .contacttext {
	padding-top:45px;
	padding-bottom:60px;
}
#contents .contacttext p {
	font-size:15px;
	margin-bottom:15px;
	text-align:center;
}
#contents .contacttext .info {
	padding:45px 0;
	background:#f7f8f8;
	text-align:center;
}
#contents .contacttext .info dl {
	display:inline-block;
	letter-spacing:-0.3em;
	vertical-align:top;
	width:50%;
}
#contents .contacttext .info dt {
	display:inline-block;
	letter-spacing:normal;
	vertical-align:top;
	font-size:20px;
	line-height:1;
	width:4em;
	text-align:left;
	color:#008ed2;
	font-family: din-2014, sans-serif;
	font-style: normal;
	font-weight: 700;
	box-sizing:border-box;
	padding-top:5px;
}
#contents .contacttext .info dd {
	display:inline-block;
	letter-spacing:2px;
	vertical-align:top;
	font-size:30px;
	line-height:1;
	width:calc(100% - 4em);
	text-align:left;
	color:#008ed2;
	font-family: din-2014, sans-serif;
	font-style: normal;
	font-weight: 700;
	margin-bottom:15px;
}
#contents .contacttext .info dd span {
	display:block;
	letter-spacing:normal;
	font-weight:normal;
	font-size:14px;
	color:#333;
	padding-top:10px;
}
#contents .contacttext .info dt:nth-child(5) {
	padding:0;
}
#contents .contacttext .info dt:nth-child(5) span,
#contents .contacttext .info dd:nth-child(6) span {
	color:#333;
	font-size:18px;
	letter-spacing:normal;
	font-weight:700;
	padding-top:0;
}


/**company**/
#contents .contents.company {
	width:1000px;
}
#contents .companybox {
	text-align:center;
	padding-bottom:60px;
	margin-bottom:60px;
	border-bottom:1px solid rgba(0,142,210,0.7);
}
#contents .companybox .img {
	width:160px;
	margin:0 auto 45px;
}
#contents .companybox h3 {
	color:#333;
	font-size:16px;
	line-height:1;
	margin-bottom:30px;
}
#contents .companybox dl {
	width:750px;
	margin:0 auto;
	letter-spacing:-0.3em;
}
#contents .companybox dt,
#contents .companybox dd {
	display:inline-block;
	letter-spacing:normal;
	vertical-align:top;
	font-size:16px;
	line-height:1.8;
	text-align:left;
	margin-bottom:10px;
}
#contents .companybox dt {
	width:9em;
}
#contents .companybox dd {
	width:calc(100% - 9em);
}
#contents .contents.company .companybox:last-child {
	border:none;
}


/**cousulting**/
#contents .contents.consulting p {
	margin-bottom:30px;
}
#contents .contents.consulting > .img {
	width:450px;
	margin:0 auto 45px;
}
#contents .contents.consulting .consultiongbox {
	padding-bottom:45px;
}
#contents .contents.consulting .consultiongbox h3 {
	font-size:16px;
	line-height:1;
	margin-bottom:30px;
}
#contents .contents.consulting .consultiongbox h4 {
	font-size:16px;
	line-height:1.8;
	color:#008ed2;
}
#contents .contents.consulting .consultiongbox .img {
	width:100%;
	margin:0 auto 45px;
}


/**service**/
#contents .contents.service {
	width:1000px;
}
#contents .contents.service .servicebox {
	text-align:center;
	margin-bottom:120px;
}
#contents .contents.service .bnr {
	margin-bottom:20px;
	letter-spacing:-0.3em;
	background:#008ed2;
}
#contents .contents.service .bnr > a,
#contents .contents.service .bnr > a:link,
#contents .contents.service .bnr > a:visited {
	display:block;
	transition:0.3s;
}
#contents .contents.service .bnr > a:hover {
	text-decoration:none;
	opacity:0.7;
	-webkit-opacity:0.7;
	-moz-opacity:0.7;
}
#contents .contents.service .bnr img {
	display:inline-block;
	vertical-align:top;
	width:400px;
}
#contents .contents.service .bnr div {
	width:calc(100% - 400px);
	display:inline-block;
	vertical-align:top;
	letter-spacing:normal;
	text-align:center;
	box-sizing:border-box;
	padding:30px 30px 0 30px;
}
#contents .contents.service .bnr div h3 {
	font-size:45px;
	line-height:1;
	color:#FFF;
	font-family: din-2014, sans-serif;
	font-style: normal;
	font-weight: 700;
	margin-bottom:30px;
}
#contents .contents.service .bnr div h3 span {
	display:block;
	color:#222;
	font-size:23px;
	line-height:1;
	padding-top:20px;
}
#contents .contents.service .bnr div p {
	text-align:left;
	color:#FFF;
	font-size:14px;
}


/**leasing**/
#contents .contents.leasing,
#contents .contents.selling {
	width:1000px;
}
#contents .contents.leasing h2 + p,
#contents .contents.selling h2 + p {
	text-align:center;
	margin-bottom:90px;
}
#contents .contents .list {
	padding-bottom:90px;
}
#contents .contents .list h3 {
	margin:0 0 30px;
	text-align:center;
	position:relative;
}
#contents .contents .list h3 span {
	display:inline-block;
	font-size:20px;
	line-height:1;
	padding:0 5px;
	background:#FFF;
	position:relative;
	z-index:2;
}
#contents .contents .list h3::before {
	content:'';
	display:block;
	width:100%;
	height:1px;
	background:#008ed2;
	position:absolute;
	left:0;
	top:10px;
	z-index:1;
}
#contents .contents .list ul {
	letter-spacing:-0.3em;
	margin:0 -5px 45px;
}
#contents .contents .list ul li {
	width:240px;
	display:inline-block;
	letter-spacing:normal;
	vertical-align:top;
	margin:0 5px 10px;
}
#contents .contents .list ul li a,
#contents .contents .list ul li a:link,
#contents .contents .list ul li a:visited,
#contents .contents .list ul li a * {
	transition:.3s;
}
#contents .contents .list ul li a:hover {
	text-decoration:none;
}
#contents .contents .list ul li a:hover * {
	opacity:0.8;
	-webkit-opacity:0.8;
	-moz-opacity:0.8;
}
#contents .contents .list ul li .tabs {
	position:relative;
	height:24px;
}
#contents .contents .list ul li .tabs span {
	width:76px;
	height:18px;
	display:block;
	text-align:center;
	font-size:14px;
	line-height:18px;
	color:#FFF;
	position:absolute;
	top:0;
	left:0;
}
#contents .contents .list ul li .tabs span.new {
	background:#ff5382;
}
#contents .contents .list ul li .tabs span.new2 {
	background:#008ed2;
	left:82px;
}
#contents .contents .list ul li .tabs span[class*="cat"] {
	left:auto;
	right:0;
}
#contents .contents .list ul li .tabs span.cat1 {
	background:#727171;
}
#contents .contents .list ul li .tabs span.cat2 {
	background:#0058b7;
}
#contents .contents .list ul li .tabs span.cat3 {
	background:#f39800;
}
#contents .contents .list ul li .tabs span.cat4 {
	background:#00aa27;
}
#contents .contents.leasing .list ul li .tabs span.cat1 {
	background:#13ae67;
}
#contents .contents.leasing .list ul li .tabs span.cat2 {
	background:#7a6a56;
}
#contents .contents.leasing .list ul li .tabs span.cat3 {
	background:#e60012;
}
#contents .contents .list ul li .img {
	widht:240px;
	height:160px;
	overflow:hidden;
}
#contents .contents .list ul li .text {
	background:#f7f8f8;
	padding:15px;
}
#contents .contents .list ul li .text h4 {
	font-size:16px;
	text-align:left;
	line-height:1.2;
	color:#008ed2;
	margin:0 0 5px;
}
#contents .contents .list ul li .text p {
	font-size:15px;
	text-align:left;
	line-height:1.2;
	margin:0;
}

#contents .contents.details {
	width:1000px;
}
#contents .contents.details .title {
	border-bottom:1px solid #008ed2;
	margin:0 0 30px;
	padding-bottom:10px;
	letter-spacing:-0.3em;
}
#contents .contents.details .title h2 {
	display:inline-block;
	letter-spacing:normal;
	vertical-align:top;
	text-align:left;
	box-sizing:border-box;
	font-size:22px;
	color:#008ed2;
	line-height:1.2;
	width:calc(100% - 90px - 240px - 5px - 10px);
	margin:0 10px 0 0;
	padding:0;
}
#contents .contents.details.leasing .title h2 {
	width:calc(100% - 90px - 140px - 5px - 10px);
}
#contents .contents.details .title span {
	display:inline-block;
	letter-spacing:normal;
	vertical-align:top;
	text-align:center;
	box-sizing:border-box;
}
#contents .contents.details .title span span:nth-child(1) {
	font-size:18px;
	width:90px;
	height:24px;
	line-height:24px;
	color:#FFF;
	background:#008ed2;
	margin-right:5px;
}
#contents .contents.details .title span span:nth-child(2) {
	font-size:20px;
	width:240px;
	height:24px;
	line-height:22px;
	color:#008ed2;
	border:2px solid #008ed2;
	font-family: din-2014, sans-serif;
	font-style: normal;
	font-weight: 700;
}
#contents .contents.details.leasing .title span span:nth-child(2) {
	width:140px;
}
#contents .contents.details .detail {
	letter-spacing:-0.3em;
}
#contents .contents.details .detail > div {
	display:inline-block;
	letter-spacing:normal;
	vertical-align:top;
}
#contents .contents.details .detail > div.slide {
	width:540px;
	margin-right:45px;
}
#contents .contents.details .detail > div.slide .slide1 {
	margin-bottom:6px;
}
.slide .slide2 {
	box-sizing:border-box;
	margin-right:-6px;
}
.slide .slide2.slick-slider .slick-track {
	width: inherit !important;
	transform: translate3d(0,0,0) !important;
}
.slide .slide2 .slick-list {
	padding: 0 !important;
}
.slide .slide2 li {
	width: 85px;
	height: 85px;
	overflow: hidden;
	margin: 0 6px 6px 0;
	text-align: center;
}
.slick-prev:before,
.slick-next:before {
	display:none;
}
.slick-prev {
	width: 30px;
	height: 30px;
	left: 0px;
	top:50%;
	z-index:1;
	background-color:rgba(255,255,255,0.9);
	background-image: url(http://rheano.co.jp/rheano/wp-content/themes/rheano/img/arrow_l.png);
	background-size: auto 20px;
    background-repeat: no-repeat;
    background-position: center center;
	transition:.3s;
}

.slick-prev:hover,
.slick-prev:focus {
	background-color:rgba(255,255,255,0.6);
	background-image: url(http://rheano.co.jp/rheano/wp-content/themes/rheano/img/arrow_l.png);
	background-size: auto 20px;
    background-repeat: no-repeat;
    background-position: center center;
}
.slick-next {
	width: 30px;
	height: 30px;
	right:0px;
	top:50%;
	z-index:1;
	background-color:rgba(255,255,255,0.9);
	background-image: url(http://rheano.co.jp/rheano/wp-content/themes/rheano/img/arrow_r.png);
	background-size: auto 20px;
    background-repeat: no-repeat;
    background-position: center center;
	transition:.3s;
}

.slick-next:hover,
.slick-next:focus {
	background-color:rgba(255,255,255,0.6);
	background-image: url(http://rheano.co.jp/rheano/wp-content/themes/rheano/img/arrow_r.png);
	background-size: auto 20px;
    background-repeat: no-repeat;
    background-position: center center;
}

#contents .contents.details .detail > div.detailbox {
	width:415px;
}
#contents .contents.details .detail > div.slide > p {
	font-size:14px;
	line-height:1.5;
	margin-bottom:30px;
}
#contents .contents.details .detail > div.detailbox dl {
	letter-spacing:-0.3em;
}
#contents .contents.details .detail > div.detailbox dt,
#contents .contents.details .detail > div.detailbox dd {
	display:inline-block;
	letter-spacing:normal;
	vertical-align:top;
	text-align:left;
	line-height:1.5;
	font-size:13px;
	border-top:1px solid #898989;
	padding:5px 0;
}
#contents .contents.details .detail > div.detailbox dl:first-child dd {
	font-size:15px;
	font-weight:600;
}
#contents .contents.details .detail > div.detailbox dt:first-child,
#contents .contents.details .detail > div.detailbox dt:first-child + dd {
	border:none;
}
#contents .contents.details .detail > div.detailbox dt {
	width:115px;
	color:#008ed2;
	font-weight:bold;
}
#contents .contents.details .detail > div.detailbox dd {
	width:300px;
}
#contents .contents.details .detail > div.detailbox dl:first-child {
	border-bottom:1px solid #008ed2;
	margin-bottom:10px;
	padding-bottom:10px;
}
#contents .contents.details .detail > div.detailbox dl + dl {
	margin-bottom:45px;
}
#contents .contents.details .detail > div.detailbox a,
#contents .contents.details .detail > div.detailbox a:link,
#contents .contents.details .detail > div.detailbox a:visited {
	display:block;
	width:260px;
	height:40px;
	line-height:40px;
	font-size:16px;
	text-align:center;
	margin:0 auto;
	padding:0;
	background:#008ed2;
	color:#FFF;
	text-decoration:none;
	transition:0.3s;
}
#contents .contents.details .detail > div.detailbox a:hover {
	opacity:0.8;
	-webkit-opacity:0.8;
	-moz-opacity:0.8;
}

#contents .contents .sitemap {
	text-align:center;
}
#contents .contents .sitemap > ul {
	display:inline-block;
	text-align:left;
}
#contents .contents .sitemap li {
	margin:0 0 20px;
}
#contents .contents .sitemap li > ul {
	margin-left:30px;
	padding-top:20px;
}
#contents .contents .sitemap li a,
#contents .contents .sitemap li a:link,
#contents .contents .sitemap li a:visited {
	font-size:15px;
	line-height:1;
	color:#333;
}
#contents .contents .sitemap li a:hover {
	color:#008ed2;
	text-decoration:none;
}
#contents .contents .sitemap li a i {
	margin-right:5px;
}


/**link**/
#contents .contents .linkbox {
	font-size:16px;
	width:32em;
	margin:0 auto;
	padding-top:30px;
}
#contents .contents .linkbox h3 {
	font-size:18px;
	line-height:1;
	margin-bottom:15px;
}
#contents .contents .linkbox dl {
	margin:0 0 45px;
	letter-spacing:-0.3em;
}

#contents .contents .linkbox dt,
#contents .contents .linkbox dd {
	display:inline-block;
	width:55%;
	letter-spacing:normal;
	vertical-align:top;
	text-align:left;
	font-size:16px;
	line-height:1;
	margin-bottom:10px;
}
#contents .contents .linkbox dd {
	width:45%;
}
#contents .contents .linkbox dd a,
#contents .contents .linkbox dd a:link,
#contents .contents .linkbox dd a:visited {
	font-size:16px;
	line-height:1;
	color:#008ed2;
	transition:.3s;
}
#contents .contents .linkbox dd a:hover {
	opacity:0.7;
	-webkit-opacity:0.7;
	-moz-opacity:0.7;
}


@media screen and (max-width:1200px){

}

@media screen and (max-width:1024px){

}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){


}