@charset "utf-8";

/**** promotion ****/
@keyframes promotion-arrow-1 {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		transform: translateX(-10px);
	}
}
@keyframes promotion-arrow-2 {
	0% {
		opacity: 0;
		transform: translateX(10px);
	}
	100% {
		opacity: 1;
	}
}
#promotion {
	line-height: 1;
	opacity: 0;
	position: relative;
	text-align: center;
	transition: opacity 0.5s;
}
#promotion.slick-initialized {
	opacity: 1;
}
#promotion .item {
	position: relative;
}
#promotion a {
	background: #000;
	color: #fff;
	display: block;
}
#promotion .image {
	position: relative;
	transition: opacity 0.5s;
}
body.js-non-touch-device #promotion:hover .image {
	opacity: 0.8;
}
#promotion .item li {
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}
#promotion img {
	height: auto;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
#promotion .content {
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 10;
}
#promotion .item ul {
	position: relative;
}
#promotion .item li {
	opacity: 0;
	transition: opacity 0.5s;
	z-index: 1;
}
#promotion .item li:not(:first-child) {
	left: 0;
	position: absolute;
	top: 0;
}
#promotion .item li:first-child {
	position: relative;
}
#promotion .item .js-active {
	opacity: 1;
	z-index: 2;
}
#promotion .title {
	font-family: Roboto, sans-serif;
	font-weight: 500;
}
#promotion .button {
	background: #fff;
	border-radius: 1000px;
	color: #333;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
#promotion .slick-dots {
	bottom: 20px;
	font-size: 0;
	left: 0;
	line-height: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}
#promotion .slick-dots li {
	display: inline-block;
	overflow: hidden;
}
#promotion .slick-dots button {
	background: #fff;
	border: none;
	border-radius: 100%;
	cursor: pointer;
	display: block;
	height: 10px;
	outline: none;
	padding: 0;
	text-indent: -999em;
	transition: background 0.25s;
	width: 10px;
}
body.js-non-touch-device #promotion .slick-dots button:hover,
#promotion .slick-dots .slick-active button {
	background: #e00;
}
@media screen and (min-width: 751px) { /* pc */
	#promotion {
		min-width: 1140px;
		overflow: hidden;
	}
	#promotion .item li {
		height: 420px;
	}
	#promotion img {
		min-height: 420px;
	}
	#promotion .content {
		top: 105px;
	}
	#promotion .copy {
		font-size: 18px;
		margin-bottom: 25px;
	}
	#promotion .title {
		font-size: 62px;
		letter-spacing: 9px;
		margin-bottom: 43px;
	}
	#promotion .button {
		padding-bottom: 13px;
		padding-top: 13px;
		width: 160px;
	}
	#promotion .slick-arrow {
		background-color: transparent;
		border: none;
		cursor: pointer;
		display: block;
		font-size: 0;
		height: 100%;
		line-height: 0;
		outline: none;
		overflow: visible;
		padding: 0;
		opacity: 0;
		position: absolute;
		text-indent: -999em;
		top: 0;
		transition: opacity 0.25s;
		width: 555px;
		z-index: 1;
	}
	#promotion:hover .slick-arrow {
		opacity: 1;
	}
	#promotion .slick-arrow:before {
		background: url(../common/images/jquery.slick/icon-01.png);
		content: "";
		display: block;
		height: 38px;
		margin-top: -19px;
		position: absolute;
		right: 20px;
		top: 50%;
		width: 20px;
	}
	body.js-non-touch-device #promotion .slick-arrow:hover:before {
		animation: promotion-arrow-1 0.25s, promotion-arrow-2 0.25s 0.25s;
	}
	#promotion .slick-prev {
		left: 50%;
		margin-left: -1050px;
	}
	#promotion .slick-next {
		margin-right: -1050px;
		right: 50%;
		transform: rotateY(180deg);
	}
	#promotion .slick-dots li:not(:last-child) {
		margin-right: 15px;
	}
}
@media screen and (max-width: 750px) { /* sp */
	#promotion {
		margin-bottom: 25px;
	}
	#promotion .item li {
		height: 450px;
	}
	#promotion img {
		min-width: 375px;
	}
	#promotion .content {
		top: 131px;
	}
	#promotion .copy {
		font-size: 15px;
		margin-bottom: 24.5px;
	}
	#promotion .title {
		font-size: 35px;
		letter-spacing: 5px;
		margin-bottom: 44.5px;
	}
	#promotion .button {
		font-size: 12px;
		padding-bottom: 12.5px;
		padding-top: 12.5px;
		width: 140px;
	}
	#promotion .slick-dots li:not(:last-child) {
		margin-right: 12.5px;
	}
}

/**** purpose ****/
@keyframes purpose-arrow-1 {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		transform: translateX(-10px);
	}
}
@keyframes purpose-arrow-2 {
	0% {
		opacity: 0;
		transform: translateX(10px);
	}
	100% {
		opacity: 1;
	}
}
@media screen and (min-width: 751px) { /* pc */
	#purpose {
		font-size: 13px;
		line-height: 1;
		margin-bottom: 60px;
		text-align: center;
	}
	#purpose ul {
		margin-left: auto;
		margin-right: auto;
		opacity: 0;
		transition: opacity 0.5s;
		width: 960px;
	}
	#purpose ul.slick-initialized {
		opacity: 1;
	}
	#purpose li {
		background-position: 50% -110px;
		background-repeat: no-repeat;
		margin-right: -1px;
		overflow: visible;
		position: relative;
		width: 193px;
		z-index: -2
	}
	#purpose a {
		display: block;
		height: 110px;
		padding-top: 75px;
		position: relative;
	}
	#purpose a:before {
		border-left: 1px solid #ddd;
		border-right: 1px solid #ddd;
		content: "";
		display: block;
		height: 30px;
		margin-top: -15px;
		position: absolute;
		top: 50%;
		width: 100%;
	}
	#purpose a span {
		display: block;
		height: 110px;
		position: absolute;
		top: 0;
		width: 193px;
		z-index: -1;
	}
	body.js-non-touch-device #purpose a:hover span {
		opacity: 0;
		transition: opacity 0.25s;
	}
	#purpose .slick-list {
		padding-right: 1px;
		width: calc(100% + 1px);
	}
	#purpose .slick-arrow {
		background-color: transparent;
		border: none;
		cursor: pointer;
		display: block;
		font-size: 0;
		height: 100%;
		line-height: 0;
		outline: none;
		overflow: visible;
		padding: 0;
		position: absolute;
		text-indent: -999em;
		top: 0;
		width: 52px;
		z-index: 1;
	}
	#purpose .slick-arrow:before,
	#purpose .slick-arrow:after {
		background: url(../common/images/jquery.slick/icon-03.png);
		content: "";
		display: block;
		height: 22px;
		margin-left: -6px;
		margin-top: -11px;
		position: absolute;
		left: 50%;
		top: 50%;
		transition: opacity 0.25s;
		width: 12px;
	}
	#purpose .slick-arrow:after {
		background-position: 0 100%;
		opacity: 0;
	}
	body.js-non-touch-device #purpose .slick-arrow:hover:before,
	body.js-non-touch-device #purpose .slick-arrow:hover:after {
		animation: purpose-arrow-1 0.25s, purpose-arrow-2 0.25s 0.25s;
	}
	body.js-non-touch-device #purpose .slick-arrow:hover:before {
		opacity: 0;
	}
	body.js-non-touch-device #purpose .slick-arrow:hover:after {
		opacity: 1;
	}
	#purpose .slick-prev {
		left: -74.5px;
	}
	#purpose .slick-next {
		right: -74.5px;
		transform: rotateY(180deg);
	}
}
@media screen and (max-width: 750px) { /* sp */
	#purpose {
		margin-bottom: 25px;
		text-align: center;
	}
	#purpose ul {
		font-size: 11px;
		line-height: 17px;
		overflow: hidden;
	}
	#purpose li {
		background-position: 50% -97px;
		background-repeat: no-repeat;
		background-size: auto 194px;
		border-right: 1px solid #ddd;
		float: left;
		position: relative;
		width: 33.333%;
	}
	#purpose li:nth-child(3n+1) {
		border-left: 1px solid #ddd;
		width: calc(33.333% - 1px);
	}
	#purpose li:nth-child(n+4) {
		margin-top: 25px;
	}
	#purpose a {
		display: block;
		height: 97px;
		padding-top: 62px;
		position: relative;
		z-index: 2;
	}
	#purpose a span {
		background-position: 50% 0;
		background-size: auto 194px;
		background-repeat: no-repeat;
		display: block;
		height: 97px;
		left: 50%;
		position: absolute;
		top: 0;
		transform: translateX(-50%);
		width: 100%;
		z-index: -10;
	}
	body.js-non-touch-device #purpose a:hover span {
		opacity: 0;
		transition: opacity 0.25s;
	}
	#purpose dl {
		margin-top: 25px;
	}
	#purpose dt {
		background: #f6f6f6;
		cursor: pointer;
		font-size: 14px;
		line-height: 1;
		padding: 13px 15px;
		text-align: center;
		transition: all 0.25s;
	}
	body.js-non-touch-device #purpose dt:hover {
		background: #e6e6e6;
		color: #e00;
	}
	#purpose dt > span {
		display: inline-block;
		padding-right: 24.5px;
		position: relative;
	}
	#purpose .js-expanded span span:first-child {
		display: none;
	}
	#purpose span span:last-of-type {
		display: none;
	}
	#purpose .js-expanded span span:last-of-type {
		display: block;
	}
	#purpose i,
	#purpose i:before,
	#purpose i:after {
		display: block;
		height: 9px;
		position: absolute;
		width: 17px;
	}
	#purpose i {
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		transition: transform 0.25s;
	}
	#purpose .js-expanded i {
		transform: rotate(-180deg) translateY(50%);
	}
	#purpose i:before,
	#purpose i:after {
		background: url(../images/index/icon-purpose-toggle-01.png);
		background-size: 17px 18px;
		content: "";
		transition: opacity 0.25s;
	}
	#purpose i:after {
		background-position: 0 -100%;
		opacity: 0;
	}
	body.js-non-touch-device #purpose dt:hover i:before {
		opacity: 0;
	}
	body.js-non-touch-device #purpose dt:hover i:after {
		opacity: 1;
	}
	#purpose dd {
		padding-bottom: 25px;
		display: none;
	}
}

/**** tdc-feature-compact ****/
#tdc-feature-compact {
	text-align: center;
}
#tdc-feature-compact .logo {
	font-size: 0;
	line-height: 0;
}
#tdc-feature-compact .lead:before,
#tdc-feature-compact .lead:after {
	content: "";
	display: block;
	height: 0.001px;
	overflow: hidden;
}
#tdc-feature-compact .craftec .button {
	background: #87943f;
}
#tdc-feature-compact .space-design-concierge .button {
	background: #2584e5;
}
/*
#tdc-feature-compact .button {
	line-height: 1;
	font-weight: bold;
}
#tdc-feature-compact .button {
	border-radius: 1000px;
	color: #fff !important;
	cursor: pointer;
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	transition: background 0.25s;
}
body.js-non-touch-device #tdc-feature-compact a:hover .button {
	text-decoration: none;
}
body.js-non-touch-device #tdc-feature-compact .craftec a:hover .button {
	background: #617200;
}
body.js-non-touch-device #tdc-feature-compact .space-design-concierge a:hover .button {
	background: #1e6ab7;
}
*/

@media screen and (min-width: 751px) { /* pc */
	#tdc-feature-compact {
		display: table;
		margin-bottom: 80px;
		margin-top: -60px;
		min-width: 1140px;
		width: 100%;
	}
	#tdc-feature-compact > * {
		display: table-cell;
		vertical-align: top;
		width: 50%;
	}
	#tdc-feature-compact a {
		display: block;
		padding-bottom: 41px;
		width: 555px;
	}
	#tdc-feature-compact > *:first-child a {
		margin-left: auto;
		margin-right: 0;
	}
	#tdc-feature-compact .lead {
		color: #fff;
		font-size: 17px;
		line-height: 28px;
		/* margin-bottom: 40px; */
	}
	#tdc-feature-compact .lead:before {
		margin-bottom: -5px;
	}
	#tdc-feature-compact .lead:after {
		margin-top: -6px;
	}
	/*
	#tdc-feature-compact .button {
		font-size: 14px;
		padding-bottom: 16px;
		padding-top: 16px;
		width: 200px;
	}
	*/
	#tdc-feature-compact.compact .button {
		padding-bottom: 13px;
		padding-top: 13px;
		width: 160px;
	}
	#tdc-feature-compact .craftec {
		background: url(../images/index/background-tdc-feature-01.jpg) 100% 0 no-repeat;
		background-size: cover;
	}
	#tdc-feature-compact .craftec .logo {
		background: url(../images/index/logo-tdc-feature-01.png) 50% 0 no-repeat;
		height: 33px;
		margin-bottom: 24px;
		width: 100%;
	}
	#tdc-feature-compact .craftec a {
		padding-top: 37px;
	}
	#tdc-feature-compact .space-design-concierge {
		background: url(../images/index/background-tdc-feature-02.jpg) 0 0 no-repeat;
		background-size: cover;
	}
	#tdc-feature-compact .space-design-concierge a {
		padding-top: 41px;
	}
	#tdc-feature-compact .space-design-concierge .logo {
		background: url(../images/index/logo-tdc-feature-02.png) 50% 0 no-repeat;
		height: 30px;
		margin-bottom: 23px;
		width: 100%;
	}
	#tdc-feature-compact > * > div {
		transition: background 0.5s;
	}
	#tdc-feature-compact > *:hover > div {
		background-color: rgba(0,0,0,0.2);
	}
}

@media screen and (max-width: 750px) { /* sp */
	#tdc-feature-compact .logo {
		margin-bottom: 30px;
		margin-top: 25px;
		width: 100%;
	}
	#tdc-feature-compact .lead {
		font-size: 15px;
		line-height: 25px;
		/* margin-bottom: 30px; */
		margin-bottom: 35px;
	}
	#tdc-feature-compact .lead:before {
		margin-bottom: -5px;
	}
	#tdc-feature-compact .lead:after {
		margin-top: -5px;
	}
	#tdc-feature-compact .button {
		margin-bottom: 35px;
		padding-bottom: 15px;
		padding-top: 15px;
		width: 180px;
	}
	#tdc-feature-compact .craftec {
		background: url(../images/index/background-tdc-feature-01-sp.jpg) 0 0 no-repeat;
		background-size: 100% auto;
		padding-top: 53%;
	}
	#tdc-feature-compact .craftec .logo {
		background: url(../images/index/logo-tdc-feature-01-sp.png) 50% 0 no-repeat;
		background-size: 151.5px 30.5px;
		height: 30.5px;
	}
	#tdc-feature-compact .space-design-concierge {
		background: url(../images/index/background-tdc-feature-02-sp.jpg) 0 0 no-repeat;
		background-size: 100% auto;
		padding-top: 53%;
	}
	#tdc-feature-compact .space-design-concierge .logo {
		background: url(../images/index/logo-tdc-feature-02-sp.png) 50% 0 no-repeat;
		background-size: 303.5px 27px;
		height: 27px;
	}
}

/**** entry-list ****/
#content .entry-list.news-event .thumbnail {
	background-size: cover;
	background-position: 50% 50%;
	overflow: hidden;
}
@media screen and (min-width: 751px) { /* pc */
	#content .entry-list.news-event .thumbnail {
		width: 245px;
		height: 145px;
	}
}
@media screen and (max-width: 750px) { /* sp */
	#content .entry-list.news-event .thumbnail {
		width: 100%;
	}
}

/**** information ****/
#information {
	text-align: center;
}
#information-map {
	width: 100%;
}
@media screen and (min-width: 751px) { /* pc */
	#information,
	#information-map {
		height: 550px;
	}
	#information {
		margin-top: 20px;
	}
	#information-map {
		margin-bottom: -550px;
	}
	#information .inner {
		position: relative;
	}
	#information .item {
		background: #fff;
		padding: 5px 5px 20px;
		position: absolute;
		top: 60px;
	}
	#information .indoor-view {
		right: 224px;
		width: 316px;
	}
	#information .season {
		right: 0;
		width: 194px;
	}
	#information .season .image {
		background: #000;
	}
	#information .season .image a:hover img {
		opacity: 0.9;
		transition: opacity 0.25s;
	}
	#information .content {
		margin-left: 15px;
		margin-right: 15px;
	}
	#information .button {
		color: #fff;
		line-height: 1;
	}
	#information .button a {
		background: #999;
		color: #fff;
		cursor: pointer;
		display: inline-block;
		font-weight: bold;
		padding: 11.5px 15px;
		position: relative;
		transition: background 0.25s;
		width: 124px;
	}
	body.js-non-touch-device #information .button a:hover {
		background: #666;
		text-decoration: none;
	}
	#information h3.title {
		font-size: 16px;
		line-height: 25px;
		margin-bottom: -30px;
	}
	#information h3.title:before {
		margin-bottom: -4px;
	}
	#information h3.title:after {
		margin-top: -4px;
	}
	#information p.description {
		font-size: 12px;
		line-height: 20px;
		margin-bottom: 20px;
	}
	#information p.description:before {
		margin-bottom: -4.5px;
	}
	#information p.description:after {
		margin-top: -4.5px;
	}
	#information .iframe {
		margin-bottom: -30px;
		margin-top: 0;
	}
	#information .image {
		margin-bottom: -30px;
	}
}
@media screen and (max-width: 750px) { /* sp */
	#information {
		margin-top: 40px;
	}
	#information-map {
		height: 375px;
		margin-bottom: 40px;
	}
	#information .item:not(:last-child) {
		margin-bottom: 40px;
	}
	#information .iframe {
		margin-bottom: -20px;
		margin-top: 0;
	}
	#information .iframe div {
		padding-top: 70%; /* = 483 / 690 */
	}
	#information .image {
		margin-bottom: -20px;
	}
	#information img {
		width: 250px;
	}
	#information p.description {
		margin-bottom: 0;
	}
}