@charset "utf-8";

/* リセット、デフォルト設定
--------------------------------- */
* {
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	text-align: inherit;
	font-weight: normal;
	border: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
h2 { font-size: 19px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 130%; }
@media screen and (max-width: 959px) {
	h2 { font-size: 130%; }
	h3 { font-size: 120%; }
	h4 { font-size: 115%; }
	h5 { font-size: 105%; }
}
a, a:link, a:visited {
	color: #000;
	text-decoration: none;
	outline: none;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
}
address, caption, cite, code, dfn, em, th,  var{
	font-style:normal;
	font-weight:normal;
}
blockquote, dd, div, dl, dt, h1, h2, h3, h4, h5, h6, ul, ol, li, p, pre, span, td, th{
	margin:0;
	padding:0;
}
ul, ol, li {
	list-style: none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
/*.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}*/


/* 共通
--------------------------------- */
.pc_none,
.sp_only{
	display: none !important;
}
.sp_none,
.pc_only{
	display: block !important;
}
html{
	overflow-y:scroll;
}
body {
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", 'Noto Serif JP', serif;
	font-size: 14.7px;
	line-height: 2.5em;
	font-feature-settings: 'palt' 1;
	letter-spacing: 0.04em;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
@media screen and (max-width: 959px) {
	body {
		font-size: 13.7px;
		line-height: 2.0em;
	}
}
	/* パンくず */
.topicpath {
	width: 96%;
	max-width: 1200px;
	padding: 0;
	margin: 30px auto 10px;
}
.topicpath ul {
	width: 100%;
	max-width: 100%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
}
.topicpath ul li {
	line-height: 1.8;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.topicpath ul li a {
	color: #999;
	display: block;
}
.topicpath ul li a + i {
	color: #666;
	opacity: 0.8;
	margin: 0 0.4em;
}

/* フッタバナー
--------------------------------- */
.newFooterBanner {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	background: #f2f2f2;
	padding: 120px 0 180px;
	margin: 0;
	overflow: hidden;
}
.newFooterBanner .swiper-container {
	overflow: visible;
}
.newFooterBanner ul {
	margin: auto;
}
.newFooterBanner ul li {
	width: 200px;
	height: auto;
	background: #fff;
	box-sizing: border-box;
	margin: 0 25px;
}
.newFooterBanner ul li a {
	width: 100%;
	height: 100%;
	color: #000;
	display: block;
	/*background: #fff;*/
	margin: auto;
}
.newFooterBanner ul li img {
	display: block;
}
.newFooterBanner ul li p {
	width: 100%;
	box-sizing: border-box;
	font-size: 90%;
	line-height: 1.8;
	padding: 0.4em 1em;
	margin: 0;
}
.newFooterBanner .swiper-pagination {
	text-align: center;
	bottom: -60px;
}
@media screen and (max-width: 768px) {
	.newFooterBanner {
		padding: 80px 0; 
	}
}

/* wrapper */
#spMain {
	max-width: 100%;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
}
/* article */
#wrapper > article {
	overflow: hidden;
}
/* section */
section {
	width: 96%;
	max-width: 1200px;
	margin: 0 auto 120px;
}

/* layout.cssの記述打ち消し */
h2 span {
    font-family: inherit;
    font-size: 100%;
    display: inline;
    position: static;
}

/* 下層標準ページタイトル */
.pageTitle {
	width: 96%;
	max-width: 1200px;
	line-height: 2;
	margin: 0 auto 30px;
	position: relative;
}
.pageTitle h2 {
	font-size: 150%;
	border-bottom: 1px dotted #000;
}
.pageTitle span {
	font-size: 130%;
	position: absolute;
	right: 0;
	bottom: 0;
}

/* 下層標準ページ説明 */
.pageEp{
	width: 96%;
	max-width: 1200px;
	line-height: 2;
	margin: 0 auto 30px;
}

@media screen and (max-width: 640px) {
	.pageTitle {
		text-align: center;
	}
	.pageTitle span {
		position: static;
	}
}

/* h3タイトル */
section h3.title {
    font-size: 26px;
    border-bottom:none;
    line-height:1.7em;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
section h3.title em {
    display: block;
    font-size: 50%;
    font-weight: bold;
    line-height: 1.8em;
    letter-spacing:0em;
}
/* section .title_box */
section .title_box {
	width:100%;
	max-width:1200px;
	margin:0 auto 30px;
	overflow: hidden;
}
section .title_box h4 {
	font-family: inherit;
	font-size: 230%;
	font-weight: normal;
	line-height: 1;
	letter-spacing:0;
	word-break: normal;
	border:none;
	display: inline-block;
	margin:0;
	position: relative;
	z-index: 1;
}
section .title_box h4:after {
	content: '';
	width: 150px;
	height: 1px;
	background-color: #000;
	display: inline-block;
	margin-left:10px;
	position: absolute;
	bottom: 0.45em;
}
/*
section .title_box h2,
section .title_box h3 {
	font-family: inherit;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.8;
	text-align: left;
	border-bottom:none;
	margin:0;
	position: relative;
	z-index: 1;
}
*/
@media screen and (max-width: 1200px) {
	section .title_box h4 {
		font-size: 230%;
	}
}
@media screen and (max-width: 959px) {
	section .title_box h2,
	section .title_box h3 {
		font-size: 120%;
	}
}

/* ----- btn ----- */
section div.btn {
	text-align: center;
	margin: 15px 3px 20px;
}
section div.btn a {
	background: #fff;
	padding: 20px 45px 20px 20px;
	display: inline-block;
	line-height: 1.5em;
	letter-spacing:0.1em;
	color: #000;
	border: 1px solid #000;
	position: relative;
	box-shadow:5px 5px #eddd4f;
	border-radius:50px;
}
section div.btn a::after {
	content: "→";
	display: block;
	position: absolute;
	right: 15px;
	top: calc(50% - 0.75em);
}
.section div.btn a:hover {
	background:#eddd4f;
}
/*View all btn*/
.moreLink{
	position: relative;
	margin-top: 10px;
	margin-right: 10px;
}
.moreLinkText{
	position: absolute;
	right: 0;
	font-size: 14.7px;
    line-height: 2.5em;
}
.moreLinkText:hover .lineArrow  {
    border-bottom: 1px solid #ffde32;
    border-right: 1px solid #ffde32;
}
.moreLinkText:hover {
    color: #ffde32;
}
.lineArrow {
  width: 80px;
  height: 8px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: skew(45deg);
  margin: -15px 0 0 -10px;
}

/* ----- table ----- */
section table:not(class) td, table:not(class) th {
    border: 1px dotted #ccc;
    padding: 20px 15px;
    background: #fff;
}
section table:not(class) th {
    background-color: #fff;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #f5f5f5), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #f5f5f5),color-stop(.75, #f5f5f5), color-stop(.75, transparent),to(transparent));
    -webkit-background-size: 7px 7px;
    text-align: center;
}

section table:not(class) th span {
    background: linear-gradient(transparent 70%, #eddd4f 30%);
    padding: 0 5px;
}
section table:not(class) {
    margin: 30px auto;
}


/*
 リノベページ offer_bottom 
section.offerBottom {
	width: 100%;
	max-width: 100%;
	background: linear-gradient(90deg, #3282bd 50%, #f3810f 50%);
	padding: 70px 0;
	margin: 0 auto;
}
section.offerBottom ul {
	width: 96%;
	max-width: 1200px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between; 
	margin: auto;
}
section.offerBottom ul li {
	color: #fff;
	width: 45%;
	padding-bottom: 110px;
	position: relative;
}
section.offerBottom ul li .image {
	width: 100%;
	position: relative;
	margin: auto;
}
section.offerBottom ul li.conciergeservice .image {
	background: url('/wp/img/concierge/top_new/concierge_main_bg.jpg') no-repeat bottom 25% left;
	background-size: contain;
}
section.offerBottom ul li .image:before {
	content: '';
	display: block;
	padding-top: 56.25%;
}
section.offerBottom ul li .image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	position: absolute;
	top: 0;
}
section.offerBottom ul li h3 {
	color: inherit;
	font-size: 20px;
	text-align: center;
	border: none;
}
section.offerBottom div.btn {
	position: absolute;
	right: 0;
	bottom: -10px;
	left: 0;
}
@media screen and (max-width: 1200px) {
	section.offerBottom ul {
		width: 100%;
		justify-content: space-around; 
	}
}
@media screen and (max-width: 768px) {
	section.offerBottom div.btn a {
		font-size: 95%;
		padding: 20px 30px 20px 15px;
	}
	section.offerBottom div.btn a::after {
		right: 12px;
	}
}
@media screen and (max-width: 640px) {
	section.offerBottom {
		background: none;
		padding: 0;
	}
	section.offerBottom ul li {
		width: 100%;
		padding: 8% 5%;
	}
	section.offerBottom ul li.smartwellness {
		background: #3282bd;
	}
	section.offerBottom ul li.conciergeservice,
	section.offerBottom ul li.catalog {
		background: #f3810f;
	}
	section.offerBottom ul li .image {
		max-width: 500px;
	}
	section.offerBottom div.btn {
		position: static;
		margin-top: 30px;
	}
}
*/



/* レスポンシブ
------------------------------------------------------------ */
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 959px) {
	section .titleBox {
		margin-bottom: 30px;
	}
	section h3.title {
		font-size: 160%;
		margin-bottom: 20px;
	}
	section h3.title em {
		font-size: 60%;
	}
}
@media screen and (max-width: 768px) {
	section h3.title {
		font-size: 150%;
	}
}
@media screen and (max-width: 640px) {
	/* スマホ専用、PC専用 */
	.pc_none,
	.sp_only{
		display: block !important;
	}
	.sp_none,
	.pc_only{
		display: none !important;
	}

	section {
		margin: 0 auto 90px;
	}
	section .titleBox {
		text-align: center;
		border-bottom: none;
		display: block;
		margin-bottom: 20px;
	}
	section .titleBox h2 {
		border-bottom: 1px dotted #666;
		padding-bottom: 5px;
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 500px) {
	section h3.title {
		font-size: 140%;
		margin-bottom: 15px;
	}
	section h3.title em {
		font-size: 12px;
	}
	section table:not(class) th {
	    padding: 0 10px;
	}
}
@media screen and (max-width: 414px) {
	section div.btn a {
	letter-spacing:normal;
		padding: 20px 35px 20px 15px;
	}
}
@media screen and (max-width: 375px) {
	section h3.title {
		font-size: 135%;
	}
}


/* リサイズ時のPC/スマホ切替 */
@media screen and (min-width: 769px) {
	#spMain {
		position: static !important;
		top: unset !important;
	}
	#sp_mainMenu {
		display: none !important;
	}
}
@media screen and (max-width: 768px) {
	#spMain.shade:before {
		width: 0 !important;
		height: 0 !important;
		opacity: 0 !important;
		position: static !important;
	}
}