@charset "UTF-8";
/*
	Filename: fc
	Version: 1.0.1
*/
/*---------------------------------------------------------------------------------------------------------------------------------------------------------------
	1100px~ PC , fc
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------
	haeder
------------------------------------------------------*/
header {
	width: 100%;
	height: 110px;
	position: fixed;
	z-index: 100;
	background: #fff;
	border-top: 9px solid #67383C;
}

.fc_header_inner {
	width: 1250px;
	position: relative;
	margin: 0 auto;
}

.fc_header_left {
	width: 400px;
	position: absolute;
	top: 25px;
	left: 30px;
	z-index: 101;
}

.fc_header_left img {
	width: 285px;
}

.fc_header_right {
	width: 850px;
	height: 110px;
	position: absolute;
	top: 0;
	right: 0;
}

.fc_header_right ul li {
	list-style-type: none;
}

.fc_header_right ul li a {
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 101px;
	color: #161515;
}

.fc_header_contact {
	padding: 8px 30px;
	background: #F59701;
	color: #fff;
}
.fc_header_contact.reserve {
	background: #005da7;
}

.fc_mv {
	width: 100%;
	margin-bottom: 65px;
}
.fc_mv img {
	width: 100%;
}

/*-----------------------------------------------------
	common
------------------------------------------------------*/
.fc_wrapper {
	width: 1000px;
	margin: 0 auto;
}

.fc_under_title {
	position: relative;
	display: inline-block;
	margin-bottom: 80px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 2.5rem;
	font-weight: 400;
}

.fc_under_title:before {
	width: 120px;
	height: 2px;
	content: '';
	position: absolute;
	bottom: -20px;
	left: 50%;
	display: inline-block;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #67383C;
}

#fc01,#fc01-2, #fc02, #fc03, #fc04, #fc05 {
	width: 100%;
	margin-bottom: 85px;
	text-align: center;
}

#fc01 h3, #fc03 h3, #fc04 h3 {
	margin-bottom: 30px;
	font-size: 2.5rem;
	font-weight: 300;
}

#fc01 p, #fc03 p {
	margin-bottom: 40px;
	font-size: 1.5rem;
	font-weight: 100;
	line-height: 1.8;
}

#fc01-2 h3, #fc03 h3, #fc04 h3 {
	margin-bottom: 30px;
	font-size: 2.5rem;
	font-weight: 300;
}

#fc01-2 p, #fc03 p {
	margin-bottom: 40px;
	font-size: 1.6rem;
	font-weight: 100;
	line-height: 1.8;
}

/*-----------------------------------------------------
mv
------------------------------------------------------*/


.mv01{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 100px;
}
.mv01 img{
	width: 100%;
}

/*-----------------------------------------------------
	#fc02
	間取り
------------------------------------------------------*/
.fc02_box {
	width: 49%;
	margin-bottom: 20px;
	border: 1px solid #006837;
	border-bottom: none;
}

.fc02_box img {
	width: 100%;
	padding: 30px;
}

.fc02_blank {
	width: 50%;
	background: #AEA7A8;
}

.fc02_link {
	width: 50%;
	padding: 10px 0;
	background: #006837;
	text-align: center;
}

.fc02_link a {
	font-size: 1.6rem;
	color: #fff;
	text-align: center;
}

.model01{
	margin-top: 50px;
}
.model01 img{
	margin-bottom: 40px;
}
@media (min-width: 768px){
	.model01{
		display:flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.model01 img{
		width: 30%;
		margin-bottom: 0;
	}
}



/*-----------------------------------------------------
	#fc03
------------------------------------------------------*/
#fc03 iframe {
	margin-bottom: 30px;
}

.fc03_box {
	width: 49%;
	margin-bottom: 50px;
}

.fc03_box h4 {
	margin-bottom: 15px;
	padding: 10px 0;
	background: #9A002D;
	color: #fff;
}

.fc03_box table {
	width: 100%;
	font-size: 1.4rem;
	line-height: 1.8;
}

.fc03_box table th {
	width: 50%;
	font-weight: 100;
	text-align: left;
}

.fc03_box table td {
	width: 50%;
	font-weight: 100;
	text-align: right;
}

.access_thumb {
	width: 24%;
	margin-bottom: 20px;
	text-align: left;
}

.access_thumb img {
	width: 100%;
	margin-bottom: 10px;
}

/*-----------------------------------------------------
	#fc04
------------------------------------------------------*/
#fc04 h3 {
	margin-bottom: 10px;
	padding-left: 4px;
	font-size: 1.4rem;
	font-weight: 200;
	text-align: left;
}

#fc04 table {
	width: 100%;
	margin-bottom: 50px;
	font-size: 1.4rem;
	font-weight: 200;
	line-height: 1.8;
	border-collapse: separate;
    border-spacing: 4px;
}

#fc04 table th {
	width: 30%;
	padding: 10px 15px;
	background: #F5F5F5;
	border: 1px solid #A4A4A4;
	font-weight: 300;
	text-align: left;
}

#fc04 table td {
	width: 70%;
	padding: 10px 15px;
	border: 1px solid #A4A4A4;
	text-align: left;
}


.fc05{
	display:block;
	width: 100%;
}
.fc05 img{
	width: 100%;
	 margin-bottom: 40px;
}
@media (min-width: 768px){
	.fc05{
		display:flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.fc05 img{
		width: 46%;
	}
}


.fc06{
	display:block;
	width: 100%;
}
.fc06 img{
	width: 100%;
	 margin-bottom: 40px;
}
@media (min-width: 768px){
	.fc06{
		display:flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.fc06 img:nth-of-type(1){
		width: 47%;
	}
	.fc06 img:nth-of-type(2){
		width: 50%;
	}
}

/*-----------------------------------------------------
	footer
------------------------------------------------------*/
footer {
	width: 100%;
	padding-top: 50px;
	background: #fff;
}

.fc_foot_inner {
	width: 1000px;
	margin: 0 auto;
}

.fc_footer_logo {
	width: 100%;
	text-align: center;
}

.fc_footer_logo img {
	margin-bottom: 40px;
}

.fc_foot_tel {
	width: 100%;
	margin-bottom: 30px;
	padding: 10px 0;
	background: #67383C;
	color: #fff;
}

.fc_foot_l {
	width: 12%;
	margin-left: 11%;
	padding-top: 14px;
	text-align: left;
	font-size: 1.5rem;
	line-height: 1.5;
}

.justify {
	display: flex;
	justify-content: space-between;
}

.fc_foot_c {
	width: 35%;
	text-align: center;
}

.fc_foot_c img {
	width: 100%;
}

.fc_foot_r {
	width: 37%;
	padding-top: 7px;
	line-height: 1.6;
}


/* -- スライド追加20200110 -- */
#slider_wrapper {
	width: 100%;
	height: auto;
	overflow: hidden;
}

#slidecontent {
	width: 1000px;
	margin: 110px auto 0;
	position: relative;
}

#slider {
	width: 1000px;
}

#slider li img {
	width: 100%;
}

#slidecontent .bx-viewport {
	overflow: visible !important;
}

#slidecontent .bx-controls-direction a {
	width: 300px;
	height: 190px;
	position: absolute;
	top: 0px;
	z-index: 10;
	display: block;
	padding: 250px 0;
	text-align: center;
}

#slidecontent .bx-next {
	right: 0;
}

#slidecontent .bx-prev {
	left: 0;
}

.slide_hidden {
	display: none;
}
/*---------------------------------------------------------------------------------------------------------------------------------------------------------------
	~767px sp
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	/*-----------------------------------------------------
		haeder
	------------------------------------------------------*/
	
	

	
	header {
		height: 80px;
	}
	.fc_header_inner {
		width: 100%;
		position: relative;
		margin: 0;
	}

	.fc_header_left {
		width: 22%;
		top: 18px;
		left: 1%;
	}

	.fc_header_left img {
		width: 100%;
	}

	.fc_mv {
		width: 100%;
		margin-bottom: 65px;
		padding-top: 80px;
	}


	/*-----------------------------------------------------
		common
	------------------------------------------------------*/
.parent{
 text-align:center;
 margin:0 auto;
}
	
	
	.fc_wrapper {
		width: 100%;
		margin: 0;
		padding: 0 5%;
	}

	.fc_under_title {
		margin-bottom: 60px;
		font-size: 2.2rem;
	}

	.fc_under_title:before {
		width: 70px;
	}

	#fc01, #fc02, #fc03, #fc04 {
		margin-bottom: 65px;
	}

	#fc01 h3, #fc03 h3, #fc04 h3 {
		font-size: 2.2rem;
	}

	#fc01 p, #fc03 p {
		margin-bottom: 40px;
		font-size: 1.6rem;
		text-align: left;
	
	}

	/*-----------------------------------------------------
		#fc02
	------------------------------------------------------*/
	.fc02_box {
		width: 100%;
	}

	.fc02_box img {
		padding: 10px;
	}


	.fc02_link a {
		font-size: 1.5rem;
	}

	/*-----------------------------------------------------
		#fc03
	------------------------------------------------------*/
	.fc03_box {
		width: 100%;
		margin-bottom: 30px;
	}

	.fc03_box table {
		font-size: 1.2rem;
	}
	
	.access_thumb {
		width: 49%;
	}


	/*-----------------------------------------------------
		#fc04
	------------------------------------------------------*/
	#fc04 h3 {
		margin-bottom: 10px;
		padding-left: 4px;
		font-size: 1.3rem;
	}

	#fc04 table {
		width: 100%;
		margin-bottom: 30px;
		font-size: 1.3rem;
	}

	#fc04 table th {
		width: 100%;
		display: inline-block;
		border-bottom: none;
	}

	#fc04 table td {
		width: 100%;
		display: inline-block;
	}

	/*-----------------------------------------------------
		footer
	------------------------------------------------------*/
	.fc_foot_inner {
		width: 100%;
		margin: 0;
	}

	.fc_foot_tel {
		width: 100%;
		padding: 10px 5% 30px;
	}

	.fc_foot_l {
		width: 100%;
		margin-left: 0;
		padding-top: 14px;
		font-size: 1.5rem;
		line-height: 1.5;
	}

	.fc_foot_c {
		width: 100%;
	}

	.fc_foot_r {
		width: 100%;
	}
	
	/* -- bx-slider -- */
	#slider_wrapper {
		width: 100%;
		height: auto;
		overflow: hidden;
		padding-top: 65px;
	}

	#slidecontent {
		width: 100%;
		margin: 0;
		position: relative;
	}

	#slider {
		width: 100%;
	}

	#slidecontent .bx-controls-direction a {
		display: none;
	}

	#slidecontent .bx-next {
		display: none;
	}

	#slidecontent .bx-prev {
		display: none;
	}

}
























