@charset "utf-8";
/*　sec1
---------------------------------------------------------*/
.sec1 {
	padding: 0px 0 115px;
	text-align: center;
}

.gmap {
	position: relative;
	/*padding-top: 75%;*/
	height: 485px;
	overflow: hidden;
}
.gmap iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sec1_inner {
	background-image: url(../img/lots/sec1_bg01.png), url(../img/lots/sec1_bg02.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left top 280px, right bottom;
	padding-top: 80px;
	margin-bottom: 50px;
}
.sec1_inner h3 {
	border-bottom: 1px solid #3D3938;
	margin-bottom: 70px;
	padding: 40px 0 25px;
	font-size: 32px;
	font-weight: normal;
	line-height: 1.3em;
	letter-spacing: 0.13em;
}
.sec1_list {}
.sec1_list li {
	float: left;
	margin-left: 2.945%;
	margin-bottom: 35px;
	width: 31.37%;
	box-shadow: 0px 0px 6px 2px rgba(200, 200, 200, 0.6);
    -moz-box-shadow: 0px 0px 6px 2px rgba(200, 200, 200, 0.6);
    -webkit-box-shadow: 0px 0px 6px 2px rgba(200, 200, 200, 0.6);
}
.sec1_list li:nth-child(3n+1) {
	margin-left: 0;
}
.sec1_list li a {
	display: block;
}
.sec1_list li a:hover {
	opacity: 1;
}
.sec1_list li figure * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: -webkit-transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);    
}
.sec1_list li figure {
	position: relative;
	overflow: hidden;
	width: 100%;
	text-align: center;
}
.sec1_list li figure img {
	width: 100%;
}
.sec1_list li a:hover figure img {
	opacity: 1;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.sec1_list li figure figcaption {
	position: absolute;
	top: 0;
	left: 0;
	background: #448346;
	color: #FFF;
	padding: 5px 15px;
	font-size: 16px;
	line-height: 1.3;
	letter-spacing: 0.05em;
}
.sec1_list li dl {
	position: relative;
	background: #FFF;
	padding: 25px 15px 20px;
}
.sec1_list li dt {
	margin-bottom: 15px;
	font-size: 24px;
	line-height: 1.4em;
}
.sec1_list li dt span {
	letter-spacing: -0.5em;
}
.sec1_list li dd {
	position: relative;
	/* background: -webkit-linear-gradient(left, rgba(97, 65, 127, 1), rgba(85, 95, 165, 1), rgba(97, 65, 127, 0), rgba(97, 65, 127, 0)); */
	/* background: -webkit-linear-gradient(left, rgba(97, 65, 127, 1), rgba(85, 95, 165, 1), rgba(97, 65, 127, 0), rgba(97, 65, 127, 0)); */
	/* background: linear-gradient(90deg, rgba(97, 65, 127, 1), rgba(85, 95, 165, 1), rgba(97, 65, 127, 0), rgba(97, 65, 127, 0)); */
	/* background-position: 99% 50%; */
	/* background-size: 300% 300%; */
	color: #fff;
	margin: auto;
	max-width: 150px;
	width: 90%;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	letter-spacing: 0.05em;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	background-color: #d4849a;
	border: 2px solid #d4849a;
	border-radius: 4px;
}
.sec1_list li a:hover dd {
	/*background-position: 1% 50%;*/
	color: #d4849a;
	background-color: #fff;
	/*-webkit-transition-delay: 0.25s;
  	transition-delay: 0.25s;*/
}
.sec1_list li dd:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    background: #fff;
    margin: auto;
    width: 10px;
    height: 1px;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.sec1_list li a:hover dd:after {
	background: #d6859b;
	-webkit-transform: translateX(9px);
    -ms-transform: translateX(9px);
    transform: translateX(9px);
}
svg {
	position: absolute;
	top: 0;
	left: 0;
}
svg rect {
	fill: none;
	stroke: #d6859b;
	stroke-width: 1;
	stroke-dasharray: 0,380;
	stroke-dashoffset: 210;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}
.sec1_list li a:hover svg rect {
	stroke-dasharray: 380, 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	/*-webkit-transition-delay: 0.3s;
  	transition-delay: 0.3s;*/
}
.sec1_01 {
    padding: 50px 0 0;
}
.sec1_01 p {
    font-size: 18px;
    margin-bottom: 30px;
}
.sec1_01 .sec1_btn {}
.sec1_01 .sec1_btn a {
    display:  inline-block;
    margin: 0 30px;
}


/*　detail_sec1
---------------------------------------------------------*/
.detail_sec1 {
	/*background-image: url(../img/lots/sec1_bg03.png), url(../img/lots/sec1_bg04.png);
	background-repeat: no-repeat, no-repeat;
	background-position: right top 42%, left top 38%;*/
	background: url(../img/home/sec2_bg.jpg) center top no-repeat;
	background-size: 100%;
	padding: 40px 0 115px;
	text-align: center;
}
.detail_sec1 figure {
	margin: auto;
	max-width: 787px;
}
.detail_sec1 figure + .detail_sec1_lead {
	text-align: center;
}
.detail_sec1 .slide {}
.detail_sec1 .slide ul {}
.detail_sec1 .slide ul li {}
.detail_sec1 .slide ul li img {}
.detail_sec1 .slide .slide-thumb {
    max-width: 800px;
    margin:  30px auto 0;
    text-align: left;
}
.detail_sec1 .slide .slide-thumb a {
    display:  inline-block;
    margin: 0 0.5% 10px;
    width: 18%;
}
.detail_sec1 .slide .slide-thumb img {}

.detail_sec1 .slide + .detail_sec1_lead {
	text-align: center;
}
.detail_sec1_lead {
	margin: 50px 0 70px;
	font-size: 20px;
	line-height: 2.1;
	letter-spacing: 0.05em;
	text-align: left;
}
.detail_info_box {
	border-top: 1px solid #A6A6A6;
	border-bottom: 1px solid #A6A6A6;
	margin: 60px auto 60px;
	padding: 15px 50px;
	max-width: 787px;
	letter-spacing: -0.5em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.detail_info_box p {
	display: inline-block;
	width: 50%;
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: 0.05em;
	vertical-align: baseline;
}
.detail_info_box p.place {}
.detail_info_box p.price {}
.detail_info_box p.price span {
	font-size: 28px;
	vertical-align: baseline;
}
.detail_info_table {
    max-width: 787px;
    margin: 0 auto 40px;
}
.detail_info_table table {
    width:  100%;
    border-top: 1px solid #A6A6A6;
}
.detail_info_table table tr {
    border-bottom: 1px solid #A6A6A6;
    border-left: 1px solid #A6A6A6;
    border-right: 1px solid #A6A6A6;
}
.detail_info_table table th,
.detail_info_table table td {
    font-size: 16px;
    font-weight:  normal;
    line-height:  1.6;
    letter-spacing: 0.1em;
    padding: 5px 1em;
}
.detail_info_table table th {
    width: 160px;
    border-right: 1px solid #A6A6A6;
}
.detail_info_table table td {}

.detail_sec1 .gmap {
	margin-bottom: 85px;
}
.detail_sec1_link {
    padding: 20px 0 80px;
}
.detail_sec1_link ul {
/*
    width: 30%;
	display: inline-block;
*/
}
.detail_sec1_link ul:first-child {
    margin-left: 10%;
}
.detail_sec1_link ul:last-child {}
.detail_sec1_link ul li {
    margin-bottom: 10px;
    text-align: left;
	display: inline-block;
	width: 32%;
}
.detail_sec1_link ul li a {
    font-size: 16px;
	text-decoration: underline;
}
.detail_sec1 .h3_01 {
	font-size: 17px;
	margin-bottom: 10px;
}
.detail_sec2_inner {
	margin-top: 85px;
}


@media screen and (max-width: 1100px) {

	/*　sec1
	---------------------------------------------------------*/
	.sec1_inner {
		background-position: left -100px top 280px, right -250px bottom;
	}

	/*　detail_sec1
	---------------------------------------------------------*/
	.detail_sec1 {
		/* background-position: right -200px top 42%, left -100px top 38%; */
	}
	.detail_info_box p {
		display: block;
		width: 100%;
	}
}

/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/
@media screen and (max-width: 679px) {

	/*　sec1
	---------------------------------------------------------*/
	.sec1 {
		padding: 0px 0 65px;
	}

	.gmap {
		height: 250px;
	}

	.sec1_inner {
		background-position: left top 280px, right bottom;
		background-size: 165px auto, 255px auto;
		padding-top: 30px;
		margin-bottom: 20px;
	}
	.sec1_inner h3 {
		margin-bottom: 50px;
		padding: 30px 0 15px;
		font-size: 26px;
	}
	.sec1_list li {
		margin-left: 4%;
		margin-bottom: 25px;
		width: 48%;
	}
	.sec1_list li:nth-child(3n+1) {
		margin-left: 4%;
	}
	.sec1_list li:nth-child(2n+1) {
		margin-left: 0;
	}
	.sec1_list li a:hover figure img {
		-webkit-transform: initial;
		transform: initial;
	}
	.sec1_list li figure figcaption {
		font-size: 12px;
	}
	.sec1_list li dl {
		padding: 20px;
	}
	.sec1_list li dt {
		font-size: 20px;
	}
	.sec1_list li dt span {
	    letter-spacing: 0;
	}
	.sec1_list li dd {
		/* background: none; */
		height: auto;
		font-size: 14px;
		line-height: 1.8;
	}
	.sec1_list li a:hover dd {
		/* color: initial; */
	}
	.sec1_list li a:hover dd:after {
		background-color: #d6859b;
		-webkit-transform: initial;
	    -ms-transform: initial;
	    transform: initial;
	}
	svg {
		display: none;
	}
	.sec1_01 {
    padding: 10px 0 0;
 }
	.sec1_01 p {
			font-size: 14px;
			margin-bottom: 20px;
	}
	.sec1_01 .sec1_btn {}
	.sec1_01 .sec1_btn a {
			display:  inline-block;
			margin: 0 auto 20px;
	}


	/*　detail_sec1
	---------------------------------------------------------*/
	.detail_sec1 {
		/* background-position: right -80px top 42%, left -40px top 27%; */
		/* background-size: 227px auto, 157px auto; */
		padding: 30px 0 85px;
	}
	.detail_sec1 figure {
		margin: auto;
		max-width: 787px;
	}
	.detail_sec1 .slide {}
	.detail_sec1 .slide ul {}
	.detail_sec1 .slide ul li {}
	.detail_sec1 .slide ul li img {}
	.detail_sec1 .slide .slide-thumb {
    max-width: 300px;
    margin: 20px auto 0;
    text-align: left;
}
	.detail_sec1 .slide .slide-thumb a {
    max-width: 100px;
    width: 30%;
}
	.detail_sec1 .slide .slide-thumb img {}
	.detail_sec1_lead {
		margin: 40px 0 50px;
		font-size: 16px;
	}
	.detail_info_box {
		margin: 50px auto 40px;
		padding: 15px 20px;
	}
	.detail_info_box p {
		font-size: 18px;
	}
	.detail_info_box p.price span {
		font-size: 24px;
		display:  inline-block;
	}
	.detail_info_table {}
	.detail_info_table table {}
	.detail_info_table table tr {}
	.detail_info_table table th,
	.detail_info_table table td {
    font-size: 14px;
    padding: 4px 0.5em;
}
	.detail_info_table table th {
    width: 80px;
}
	.detail_info_table table td {}
	
	.detail_sec1 .gmap {
		margin-bottom: 45px;
	}
	.detail_sec1_link {
    padding: 10px 0 40px;
 }
	.detail_sec1_link ul {
    width: 100%;
	}
	.detail_sec1_link ul:first-child {
    margin: 0;
	}
	.detail_sec1_link ul:last-child {}
	.detail_sec1_link ul li {
		margin-bottom: 0;
		text-align: center;
		display: block;
		width: 100%;
	}
	.detail_sec1_link ul li a {
    display:  block;
    padding: 10px 0;
    font-size: 14px;
	}
	.detail_sec1 .h3_01 {
		font-size: 15px;
		margin-bottom: 0;
	}
	.detail_sec2_inner {
		margin-top: 65px;
	}
	
}
