@charset "utf-8";
@media only screen and (max-width: 767px){
	footer{
		padding: 20px  0 55px;
	}
}
.m_visual{
	width: 100%;
	height: 1110px;
	display: block;
	position: relative;
	background-image: url(../img/index/eye01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
@media only screen and (max-width: 767px){
	.m_visual{
		background-image: initial;
		height: auto;
	}
}
.m_visual .eye_img{
	width: 100%;
	height: auto;
	display: block;
}
.m_visual .m_visual_inner{
	width: 647px;
	height: auto;
	display: flex;
	position: absolute;
	left: 0;
	right: 0;
	top: 80px;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px){
	.m_visual .m_visual_inner{
		width: 100%;
		min-width: 320px;
		height: auto;
		position: absolute;
		left: 0;
		right: 0;
		top: 38px;
	}
}
.m_visual .m_visual_inner h2{
	font-size: 18px;
	line-height: 18px;
	letter-spacing: calc((50/1000)*1em);
}
@media only screen and (max-width: 767px){
	.m_visual .m_visual_inner h2{
		font-size: 12px;
		line-height: 12px;
		letter-spacing: calc((25/1000)*1em);
	}
}
.m_visual .m_visual_inner h3{
	font-size: 49px;
	line-height: 76px;
	letter-spacing: calc((100/1000)*1em);
	margin-top: 20px;
}
@media only screen and (max-width: 767px){
	.m_visual .m_visual_inner h3{
		width: 100%;
		max-width: 300px;
		height: auto;
		display: block;
		margin-top: 19px;
	}
	.m_visual .m_visual_inner h3 img{
		width: 100%;
		height: auto;
		display: block;
	}
}
.m_visual .m_visual_inner .text01{
	font-size: 15px;
	line-height: 24px;
	letter-spacing: calc((150/1000)*1em);
	margin-top: 18px;
}
@media only screen and (max-width: 767px){
	.m_visual .m_visual_inner .text01{
			width: 100%;
			max-width: 280px;
			height: auto;
			display: block;
			margin-top: 15px;
		}
		.m_visual .m_visual_inner .text01 img{
			width: 100%;
			height: auto;
			display: block;
		}
}
.m_visual .m_visual_inner a.btn01{
	width: 380px;
	height: 70px;
	background-color: #A7976C;
	border-radius: 4px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	font-size: 19px;
	line-height: 29px;
	letter-spacing: calc((100/1000)*1em);
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 31px;
}
@media only screen and (max-width: 767px){
	.m_visual .m_visual_inner a.btn01{
		width: 250px;
		height: 50px;
		font-size: 14px;
		line-height: 28px;
		margin-top: 15px;
	}
	.m_visual .m_visual_inner a.btn02{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		font-size: 11px;
		line-height: 18px;
		letter-spacing: calc((20/1000)*1em);
		margin-top: 12px;
	}
	.m_visual .m_visual_inner a.btn02 span{
		align-items: center;
		font-size: 17px;
		line-height: 23px;
		letter-spacing: calc((50/1000)*1em);
	}
}
.m_visual .image01{
	width: 75px;
	height: auto;
	display: block;
	position: absolute;
	left: 19px;
	bottom: 11px;
}
@media only screen and (max-width: 767px){
	.m_visual .image01{
		width: 50px;
		left: 6px;
		bottom: 5px;
	}
}

.contents01{
	width: 100%;
	height: auto;
	display: block;
}
.contents01 .contents01_01{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 60px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01{
		width: 90%;
		max-width: 320px;
		padding: 30px 0 35px;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
}
.contents01 .contents01_01 h3{
	font-size: 21px;
	line-height: 61px;
	letter-spacing: calc((100/1000)*1em);
	text-align: center;
	margin-bottom: 23px;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 h3{
		font-size: 15px;
		line-height: 32px;
		margin-bottom: 15px;
	}
}
.contents01 .contents01_01 h3 span{
	font-size: 40px;
	line-height: 61px;
	letter-spacing: calc((100/1000)*1em);
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 h3 span{
		font-size: 28px;
		line-height: 32px;
	}
}
.contents01 .contents01_01 a.btn01{
	width: 380px;
	height: 70px;
	background-color: #A7976C;
	border-radius: 4px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	font-size: 19px;
	line-height: 29px;
	letter-spacing: calc((100/1000)*1em);
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 a.btn01{
		width: 250px;
		height: 50px;
		font-size: 14px;
		line-height: 28px;
	}
}
.contents01 .contents01_02{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #F8F8F8;
	padding: 43px 0;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_02{
		background-color: #F8F8F8;
		padding: 30px 0;
	}
}
.contents01 .contents01_02 ul{
	width: 1200px;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_02 ul{
		width: 90%;
		max-width: 320px;
		flex-direction: column;
		justify-content: center;
	}
}
.contents01 .contents01_02 ul li{
	width: calc((100% / 3) - 2px);
	font-size: 16px;
	line-height: 20px;
	letter-spacing: calc((50/1000)*1em);
	text-align: center;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_02 ul li{
		width: 100%;
		font-size: 15px;
		line-height: 32px;
		letter-spacing: calc((50/1000)*1em);
		text-align: center;
	}
}
.contents01 .contents01_02 ul li span{
	font-size: 28px;
	line-height: 45px;
	letter-spacing: calc((50/1000)*1em);
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_02 ul li span{
		font-size: 24px;
		line-height: 38px;
		letter-spacing: calc((50/1000)*1em);
	}
}
.contents01 .contents01_02 ul li:nth-of-type(2){
	border-left: 1px solid #C4C7CC;
	border-right: 1px solid #C4C7CC;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_02 ul li:nth-of-type(1){
		padding-bottom: 15px;
	}
	.contents01 .contents01_02 ul li:nth-of-type(2){
		border-left: initial;
		border-right: initial;
		border-top: 1px solid #C4C7CC;
		border-bottom: 1px solid #C4C7CC;
		padding: 15px 0 ;
	}
	.contents01 .contents01_02 ul li:nth-of-type(3){
		padding-top: 15px;
	}
}
.contents01 .contents01_03{
	width: 100%;
	height: auto;
	display: block;
	background-color: #fff;
}
.contents01 .contents01_03 .contents01_03_01{
	width: 1200px;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	margin: 0 auto;
	padding: 85px 0 81px;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_03 .contents01_03_01{
		width: 90%;
		max-width: 320px;
		padding: 50px 0;
	}
}
.contents01 .contents01_03 .contents01_03_01 h3{
	font-size: 24px;
	line-height: 34px;
	letter-spacing: calc((150/1000)*1em);
	text-align: center;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_03 .contents01_03_01 h3{
		font-size: 14px;
		line-height: 25px;
	}
}
.contents01 .contents01_03 .contents01_03_01 h4{
	width: 562px;
	height: auto;
	display: block;
	margin: 32px auto 0;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_03 .contents01_03_01 h4{
		width: 100%;
		height: auto;
		display: block;
		margin: 30px auto 0;
	}
}
.contents01 .contents01_03 .contents01_03_01 h4 img{
	width: 100%;
	height: auto;
	display: block;
}
.contents01 .contents01_03 .contents01_03_01 .iframe{
	width: 652px;
	height: 394px;
	margin: 60px auto 0;
	position: relative;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_03 .contents01_03_01 .iframe{
		width: 90%;
		max-width: 305px;
		height: 184px;
		margin: 60px auto 0;
		position: relative;
	}
}
.contents01 .contents01_03 .contents01_03_01 .iframe iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.contents01 .contents01_03 .contents01_03_01 .text02{
	font-size: 15px;
	line-height: 32px;
	letter-spacing: calc((150/1000)*1em);
	text-align: center;
	margin-top: 80px;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_03 .contents01_03_01 .text02{
		font-size: 13px;
		line-height: 28px;
		letter-spacing: calc((50/1000)*1em);
		margin-top: 30px;
	}
}
.contents01 .sub_visual{
	width: 100%;
	height: 395px;
	background-image: url(../img/index/img01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}
@media only screen and (max-width: 767px){
	.contents01 .sub_visual{
		height: 186px;
		background-image: url(../img/index/img01_sp.jpg);
	}
}
.contents01 .sub_visual .image01{
	width: 69px;
	height: auto;
	display: block;
	position: absolute;
	left: 10px;
	bottom: -20px;
}
@media only screen and (max-width: 767px){
	.contents01 .sub_visual .image01{
		width: 69px;
		height: auto;
		display: block;
		position: absolute;
		left: 10px;
	}
}
/*.contents01 ここまで*/

/*.contents02ここから */
.contents02{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	background-color: #fff;
}
.contents02 .contents02_01{
	width: 1200px;
	height: auto;
	display: block;
	margin: 0 auto;
	padding: 100px 0 80px;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01{
		width: 90%;
		max-width: 320px;
		padding: 50px 0 40px;
	}
}
.contents02 .contents02_01 .title01{
	font-size: 25px;
	line-height: 38px;
	letter-spacing: calc((200/1000)*1em);
	text-align: center;
	position: relative;
	padding-bottom: 10px;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .title01{
		font-size: 20px;
		line-height: 38px;
		letter-spacing: calc((100/1000)*1em);
	}
}
.contents02 .contents02_01 .title01::after{
	content:'';
	display: block;
	width: 235px;
	height: 1px;
	background-color: #A7976C;
	position: absolute;
	bottom: 0;
	left:0;
	right: 0;
	margin: auto;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .title01::after{
		width: 180px;
		height: 1px;
	}
}
.contents02 .contents02_01 .text03{
	font-size: 15px;
	line-height: 32px;
	letter-spacing: calc((150/1000)*1em);
	text-align: center;
	margin-top: 30px;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .text03{
		font-size: 13px;
		line-height: 28px;
		letter-spacing: calc((50/1000)*1em);
		margin-top: 20px;
	}
}
.contents02 .contents02_02{
	width: 1280px;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 auto;
	padding: 60px 0;
	border-top: 1px solid #DDDDDD;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_02{
		width: 90%;
		max-width: 320px;
		height: auto;
		flex-direction: column-reverse;
		justify-content:flex-start;
		padding: 50px 0;
	}
}
.contents02 .contents02_02.first{
	padding-top: 0;
	border-top: initial;
}
.contents02 .contents02_02 .contents02_02_01{
	width: 590px;
	height: auto;
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_02 .contents02_02_01{
		width: 100%;
		margin-top: 30px;
	}
}
.contents02 .contents02_02 .contents02_02_01 .swiper{
	width: 100%;
	height: auto;
	display: block;
}
.contents02 .contents02_02 .contents02_02_01 .swiper .swiper-wrapper{
	width: 100%;
	height: auto;
}
.contents02 .contents02_02 .contents02_02_01 .swiper .swiper-wrapper .swiper-slide{
	width: 100%;
	height: auto;
	display: block;
}
.contents02 .contents02_02 .contents02_02_01 .swiper .swiper-wrapper .swiper-slide img{
	width: 100%;
	height: auto;
	display: block;
}
.swiper-button-prev,
.swiper-button-next {
	width: 33px;
	height: 33px;
	margin-top: 0;
	transform: translateY(-50%);
}
/*元々の矢印非表示*/
.contents02 .contents02_02 .contents02_02_01 .swiper.roomSwiper .swiper-button-prev svg.swiper-navigation-icon,
.contents02 .contents02_02 .contents02_02_01 .swiper.roomSwiper .swiper-button-next svg.swiper-navigation-icon{
	display: none;
}
.swiper-button-prev img,
.swiper-button-next img {
	width: 100%;
	height: auto;
	display: block;
}

/*間取りをループさせない記述　、矢印を装飾変えるの場合は下記を追記*/
.swiper-button-disabled {
	opacity: 0.2!important;
	pointer-events: none;
}
.contents02 .contents02_02 .contents02_02_02{
	width: 582px;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	gap: 20px;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_02 .contents02_02_02{
		width: 100%;
		gap: 10px;
	}
}
.contents02 .contents02_02 .contents02_02_02 .detail01{
	width: 100%;
	height: auto;
	display: block;
}
.contents02 .contents02_02 .contents02_02_02 .detail01 .text04{
	font-size: 14px;
	line-height: 25px;
	letter-spacing: calc((100/1000)*1em);
	color: #A7976C;
}
.contents02 .contents02_02 .contents02_02_02 .detail01 .text05{
	font-size: 28px;
	line-height: 28px;
	letter-spacing: calc((100/1000)*1em);
	margin-top: 6px;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_02 .contents02_02_02 .detail01 .text05{
		font-size: 24px;
		line-height: 24px;
		margin-top: 10px;
	}
}
.contents02 .contents02_02 .contents02_02_02 .detail01 .text06{
	font-size: 15px;
	line-height: 30px;
	letter-spacing: calc((50/1000)*1em);
	margin-top: 16px;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_02 .contents02_02_02 .detail01 .text06{
		font-size: 14px;
		margin-top: 11px;
	}
}
.contents02 .contents02_02 .contents02_02_02 .detail01 .text07{
	font-size: 18px;
	line-height: 25px;
	letter-spacing: calc((100/1000)*1em);
	margin-top: 5px;
}
.contents02 .contents02_02 .contents02_02_02 .detail01 .text08{
	font-size: 14px;
	line-height: 28px;
	letter-spacing: calc((50/1000)*1em);
	margin-top: 10px;
	color: #797466;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_02 .contents02_02_02 .detail01 .text08{
		font-size: 13px;
		line-height: 22px;
		margin-top: 10px;
	}
}
.contents02 .contents02_02 .contents02_02_02 .link01{
	font-size: 15px;
	line-height: 25px;
	letter-spacing: calc((100/1000)*1em);
	color: #A7976C;
	margin-top: 32px;
	text-decoration: underline;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_02 .contents02_02_02 .link01{
		font-size: 14px;
		margin-top: 0;
	}
}
/*.contents02ここまで */

/*.contents03ここから */
.contents03{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	padding: 100px 0;
}
@media only screen and (max-width: 767px){
	.contents03{
		padding: 50px 0;
	}
}
.contents03 .contents03_01{
	width: 1280px;
	height: auto;
	display: block;
	margin: 0 auto;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_01{
		width: 90%;
		max-width: 320px;
	}
}
.contents03 .contents03_01 .title01{
	font-size: 25px;
	line-height: 38px;
	letter-spacing: calc((200/1000)*1em);
	text-align: center;
	position: relative;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_01 .title01{
		font-size: 20px;
		line-height: 38px;
		letter-spacing: calc((100/1000)*1em);
	}
}
.contents03 .contents03_01 .title01::after{
	content:'';
	display: block;
	width: 130px;
	height: 1px;
	background-color: #A7976C;
	position: absolute;
	bottom: 0;
	left:0;
	right: 0;
	margin: auto;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_01 .title01::after{
		width: 110px;
	}
}
.contents03 .contents03_01 .text03{
	font-size: 15px;
	line-height: 32px;
	letter-spacing: calc((150/1000)*1em);
	text-align: center;
	margin-top: 30px;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_01 .text03{
		font-size: 13px;
		line-height: 28px;
		letter-spacing: calc((50/1000)*1em);
		margin-top: 20px;
	}
}
.contents03 .contents03_02{
	width: 1280px;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 51px auto 0;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_02{
		width: 90%;
		max-width: 320px;
		height: auto;
		flex-direction: column;
		justify-content: flex-start;
		margin: 30px auto 0;
	}
}
.contents03 .contents03_02 .map{
	width: 640px;
	height: 450px;
	position: relative;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_02 .map{
		width: 100%;
		height: 220px;
		position: relative;
	}
}
.contents03 .contents03_02 .map iframe{
	filter: grayscale(100%);
	width: 100%;
	height: 100%;
}

.contents03 .contents03_02 .contents03_02_01{
	width: 582px;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 30px;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_02 .contents03_02_01{
		width: 100%;
		gap: 20px;
		margin-top: 42px;
	}
}
.contents03 .contents03_02 .contents03_02_01 .contents03_02_01_01{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 10px;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_02 .contents03_02_01 .contents03_02_01_01{
		gap: 5px;
	}
}
.contents03 .contents03_02 .contents03_02_01 .contents03_02_01_01 .text08{
	width: auto;
	height: auto;
	padding: 7px 14px;
	background-color: #241F1A;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: calc((100/1000)*1em);
	color: #FFFFFF;
}
.contents03 .contents03_02 .contents03_02_01 .contents03_02_01_01 .text09{
	font-size: 14px;
	line-height: 24px;
	letter-spacing: calc((100/1000)*1em);
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_02 .contents03_02_01 .contents03_02_01_01 .text09{
		font-size: 13px;
		line-height: 22px;
	}
}

/*.contents04ここから */
.contents04{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	padding: 100px 0;
	background-color: #fff;
}
@media only screen and (max-width: 767px){
	.contents04{
		padding: 50px 0;
	}
}
.contents04 .contents04_01{
	width: 820px;
	height: auto;
	display: block;
	margin: 0 auto;
}
@media only screen and (max-width: 767px){
	.contents04 .contents04_01{
		width: 90%;
		max-width: 320px;
	}
}
.contents04 .contents04_01 .title01{
	width: auto;
	height: auto;
	font-size: 25px;
	line-height: 38px;
	letter-spacing: calc((200/1000)*1em);
	text-align: center;
	position: relative;
}
.contents04 .contents04_01 .title01::after{
	content:'';
	display: block;
	width: 130px;
	height: 1px;
	background-color: #A7976C;
	position: absolute;
	bottom: 0;
	left:0;
	right: 0;
	margin: auto;
}
.contents04 .contents04_01 table{
	width: 820px;
	table-layout: fixed;
	margin: 50px auto 0;
	border-collapse: collapse;
}
@media only screen and (max-width: 767px){
	.contents04 .contents04_01 table{
		width: 100%;
		margin: 30px auto 0;
		border-collapse: collapse;
	}
}
.contents04 .contents04_01 table th{
	width: 154px;
	padding: 30px 0 30px 13px;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: calc((100/1000)*1em);
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #ddd;
}
@media only screen and (max-width: 767px){
	.contents04 .contents04_01 table th{
		display: block;
		width: 100%;
		padding: 15px 0 5px 0;
		font-size: 14px;
		line-height: 25px;
		letter-spacing: calc((100/1000)*1em);
		text-align: left;
		vertical-align: top;
		border-bottom: initial;
	}
}

.contents04 .contents04_01 table td{
	padding: 30px 0 30px 13px;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: calc((100/1000)*1em);
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #ddd;
}
@media only screen and (max-width: 767px){
	.contents04 .contents04_01 table td{
		display: block;
		width: 100%;
		padding: 0 0 15px 0;
		font-size: 14px;
		line-height: 25px;
		border-bottom: 1px solid #ddd;
	}
}
.contents04 .contents04_01 table tr:first-child th,
.contents04 .contents04_01 table tr:first-child td{
	padding-top: 0;
}








