@charset "utf-8";

.inner {
	margin: 0 20px;
}

@media screen and (min-width: 1199px) {
	.inner {
		width: 1179px;
		margin: 0 auto;
	}
}

/***************

	header

****************/
header {
	background: url( '/images/bg_header.png' ) repeat-x;
}

#header-title {
	display: inline-block;
}

#header-title .title {
	height: 75px;
}

#header-title img {
	width: 247px;
	height: 75px;
}

#header-right {
	display: none;
}

#header-section {
	height: 39px;
	margin-top: -3px;
	background: #000;
}

.header-icons {
	position: absolute;
	right: 20px;
	line-height: 39px;
}

.header-icons a {
	color: #fff;
	padding: 5px;
}

#social-cont {
	line-height: 60px;
	text-align: right;
	position: relative;
}

@media screen and (min-width: 827px) {

	#header-right {
		display: inline-block;
		float: right;
	}

	#header-tel {
		display: inline-block;
	}

	#header-mail {
		display: inline-block;
	}

	#header-mail a {
		width: 193px;
		height: 75px;
		display: block;
		background: url('/images/header_contact.png') 0 75px;
		text-indent: -9999em;
	}

	#header-mail a:hover {
		background-position: 0 0;
	}

	.header-icons {
		display: none;
	}

}


/***************

	main

****************/
.fa-circle {
	color: #000;
}

.fa-twitter,
.fa-facebook {
	color: #fff;
}




/***************

	main slider

****************/
#slider-cont {
	margin: 0 0 50px;
}

.sp-caption-container {
	text-align: left;
	margin: 0 20px;
	min-height: 300px;
}

/*.sp-slides-container,
.sp-caption-container {

}*/

.sp-slides-container {
	display: inline-table;
}

.sp-title {
	font-size: 3.0rem;
	margin-top: 40px;
}

.sp-catch {
	margin-top: 40px;
	font-size: 1.8rem;
}

.sp-text {
	margin-top: 20px;
	line-height: 2;
}

.sp-buttons {
	position: absolute;
	right: calc(50% - 60px);
	text-align: right;
}

.sp-button {
	border: none;
	background: rgba(0, 0, 0, 0.48);
}

.sp-selected-button {
	background: #000;
}

@media screen and (min-width: 767px) {

	#slider-cont {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
	}

	.sp-caption-container {
		min-width: 50%;
		max-width: 250px;
		min-height: 450px;
		margin-left: 10%;
	}

	.sp-title {
		font-size: 2.8rem;
	}

	.sp-buttons {
		bottom: -30px;
	}

}

@media screen and (min-width: 991px) {

	.sp-caption-container {
		min-height: auto;
		max-width: auto;
	}

}

/***************

	main 2column

****************/
.left-cont,
.right-cont {
	-webkit-flex-direction: row;
	flex-direction: row;
	margin: 0 0 50px;
}

.left-cont .title,
.right-cont .title {
	font-size: 1.6rem;
	margin-bottom: 24px;
	font-weight: bold;
}

@media screen and (min-width: 767px) {

	.col2 {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between; /* Safari */
		justify-content:         space-between;
	}

	.left-cont,
	.right-cont {
		width: 47%;
		margin: 0;
	}

}


/***************

	main 2column left

****************/

.tab-container {
	margin: 0 auto;
	font-size: 12px;
	position: relative;
}

.tab-container ul {
	display: -webkit-flex;
	display: flex;
}

.tab-container ul li {
	-webkit-flex-direction: row;
	flex-direction: row;
}

.tab-container ul li.ui-state-active a {
	color: #fff;
	background: #000;
}

.tab-container ul li a {
	width: 100px;
	margin-right: 1px;
	margin-bottom: 5px;
	display: block;
	line-height: 44px;
	text-align: center;
	text-decoration: none;
	color: #545454;
	background: #ddd;
}

.tab-content {
	border: 1px solid #000;
}

.tab-table {
	width: 100%;
}

.tab-table th,
.tab-table td {
	padding: 10px;
	border: 1px solid #ccc;
}

.tab-table tr:first-child th,
.tab-table tr:first-child td {
	border-top: none;
}

.tab-table th {
	border-left: none;
	white-space: nowrap;
}

.tab-table td {
	border-right: none;
}

.tab-img {
	text-align: center;
}

.ui-tabs-anchor:hover {
	background: #000;
	color: #fff;
}

.tab-img img {
	width: 80%;
	margin: 20px 0;
}

.button {
	display: inline-block;
	width: 90%;
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	background: #159BC5;
	line-height: 44px;
	margin-bottom: 20px;
	text-decoration: none;
}

.sold-out:before {
	content: "";
	position: absolute;
	width: 100%;
	height: calc(100% - 50px);
	background: rgba(0,0,0,0.5);
	z-index: 999;
}

.sold-out:after {
	content: "成約済";
	width: 80%;
	line-height: 50px;
	background: #000;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 10px;
	position: absolute;
	top: 46%;
	left: 10%;
	z-index: 999;
	transform: rotate(-14deg);
}

@media screen and (min-width: 991px) {

	.button {
		width: 360px;
	}

}


/***************

	main 2column right

****************/
.right-cont table th,
.right-cont table td {
	padding: 5px 10px;
}

.right-cont table th {
	white-space: nowrap;
}

.gmap {
	position: relative;
	padding-bottom: 66.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 50px;
	margin-top: 20px;
}

.gmap iframe,
.gmap object,
.gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (min-width: 767px) {

}



/***************

	footer

****************/
footer {
	margin-top: 50px;
	border-top: 1px solid #ccc;
	font-size: 1.3rem;
}

.footer-link {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	margin: 10px 0;
}

.footer-link a {
	border-right: 1px solid #ccc;
	padding: 0 10px;
	display: inline-block;
	width: 40%;
	line-height: 44px;
	color: #444;
	text-decoration: none;
}

.footer-link a:nth-child(even) {
	border-right: none;
}

.footer-tel {
	line-height: 44px;
	margin: 10px 20px;
	text-align: center;
}

.footer-tel a {
	color: #444;
	text-decoration: none;
}

.footer-link a:hover,
.footer-tel a:hover {
	text-decoration: underline;;
}

.footer-copyright {
	margin: 0 20px 20px;
}

.footer-copyright small {
	font-size: 1.1rem;
}

@media screen and (min-width: 767px) {

	footer {
		padding: 0;
	}

	.footer-link {
		display: inline-block;
		text-align: left;
		float: left;
		margin: 20px 0;
	}

	.footer-link a {
		width: auto;
		line-height: inherit;
		padding: 0px 20px;
	}

	.footer-tel {
		line-height: 33px;
		margin: 10px 0;
		display: inline-block;
		text-align: left;
		float: right;
		border-left: 1px solid #ccc;
		padding: 0 20px;
	}

	.footer-copyright {
		margin: 0 20px 40px;
		clear: both;
	}

}
