body {
	margin: 0;
	padding: 0;
	max-width: 100%;
	width: auto;
	height: auto;
	text-align: center;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

p {
	margin: 0;
}

img {
	max-width: 100%;
	width: auto;
	height: auto;
}

a:link, a:visited, a:hover, a:active {
  color: #000;
  text-decoration: none;
}

#nav_drawer {
	display: none;
}

h2 {
	font-weight: 500;
	font-size: 30px;
}



/* header */

header {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	max-width: 100%;
	height: 100px;
	background: #ffffff;
	z-index: 100;
}

nav {
	display: flex;
	justify-content: space-between;
	vertical-align: middle;
}

.header_L {
	padding: 5px 30px;
	display: flex;
}

.header_L img{
	padding: 15px 10px;

}

.header_L a {
	font-size: 20px;
	display: flex;
	align-items: center;
	font-size: 12px;
	padding-left: 40px;
}

.header_R {
	display: flex;
}

.consult_nav {
	background-color: #D8E6E3;
	display: flex;
	align-items: center;
	padding: 10px 15px;
}

.consult_nav p{
	font-size: 12px;
}

.consult_nav span {
	font-size: 20px;
	font-weight: bold;
}

.webform_nav {
	background-color: #86BCB1;
	display: flex;
	align-items: center;
	padding: 20px 15px;
	font-size: 12px;
}

.webform_nav p{
	color: #fff;
	padding: 20px;
}

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

.main_imgBox {
	height: 100vh;
	overflow: hidden;
	position: relative;
}

.main_img {
	z-index: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-animation: anime 40s linear infinite 0s;
	animation: anime 40s linear infinite 0s;
}

.main_img:nth-of-type(2) {
	-webkit-animation-delay: 10s;
	animation-delay: 10s;
}

.main_img:nth-of-type(3) {
	-webkit-animation-delay: 20s;
	animation-delay: 20s;
}

.main_img:nth-of-type(4) {
	-webkit-animation-delay: 30s;
	animation-delay: 30s;
}

@keyframes anime {
0% {
	opacity: 1;
	animation-timing-function: ease-in;
}
10% {
	opacity: 1;
	transform: scale(1.05);
	animation-timing-function: ease-out;
}
15% {
	opacity: 1;
	transform: scale(1.07);
}
20% {
	opacity: 1;
	transform: scale(1.1);
}
25% {
	opacity: 1;
	transform: scale(1.1);
}
100% { opacity: 1 }
}







/* slide */
  
.slide {
	position: relative;
	margin: 0;
	padding: 0;
}
  .slide .item {
	position: relative;
	height: 100%;
}
  .slide .item::before {
	display: block;
	padding-top: 39%;
	content: "";
}
  .slide .item .image {
	position: relative;
	overflow: hidden;
}
  .slide .item img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 100%;
	background-size: cover;
}
  .slide > .slick-list,
  .slide > .slick-list > .slick-track,
  .slide > .slick-list > .slick-track > .slick-slide > div {
	position: relative;
	height: 100%;
}
  .slide-animation{
	  animation: fadezoom 12s 0s forwards;
}
@keyframes fadezoom {
	0% {
	  transform: scale(1);
	}
	100% {
	  transform: scale(1.2);
	}
}






/* main */


#main_visual {
	position: relative;
}

body {
	margin: 0;
	padding: 0;
}

#searches {
	padding-bottom: 100px;
	padding-top: 50px;
	width: 1200px;
	margin: auto;
}

#performances {
	background-color: #CFE4DF;
	position: relative;

}

#services {
	display: flex;
}

#blogs {
	background-color: #CFE4DF;
}

#consults {
	padding-top: 80px;
	padding-bottom: 80px;
}

#main_visual h1 {
	position: absolute;
	top: 25%;
	left: 20%;
	color: #fff;
	text-align: left;
	display: block;
}

#title01 {
	font-size: 60px;
	font-weight: 700;
	letter-spacing: 8px;
}

#title02 {
	padding-left: 170px;
}

#title03 {
	font-size: 60px;
	font-weight: 700;
	letter-spacing: 14px;
}

.title03 {
	margin-bottom: 30px;
}

#title04, #title05 {
	font-size: 34px;
}

.card_sub_text_news {
	position: absolute;
	bottom: 0%;
	left: 0%;
	color: #fff;
	background-color: #4D93C8;
}

.card_sub_text_news p {
	font-size: 14px;
	padding: 10px 50px;
}

.news_body {
	background-color: #EBEBEB;
	text-align: left;
	padding: 10px;
}

.news_body p{
	padding: 0px;
}

.news_area p{
	font-size: 14px;
	font-weight: bold;
}

.news_areadetail p{
	font-size: 14px;
	padding: 5px 0px 5px 0px;
	font-weight: normal;
}

.card__thumbnail {
	margin-bottom: 0;
}
.card__thumbnail img{
	height:200px;
	width: 100%;
	object-fit: cover;
}
.news_price p{
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}

.news_price span{
	font-size: 20px;
}

#search_options {
	display: flex;
	justify-content: center;
	border: 5px solid #C5C5C5;
	width: 800px;
	margin: auto;
}

#search_options select, #search_options input{
	border: 0.1px solid #C5C5C5;
}

#search_options select{
	flex: 1.4;
} 
#search_options input{
	flex: 0.6;
}

.searches_under {
	margin-top: 70px;
}

.searches_under p{
	font-weight: 700;
	font-size: 14px;
	padding-bottom: 20px;
}

#rentorder, #areaorder {
	font-size: 14px;
	padding: 25px 10px;
}

#performance {
	width: 1200px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 40px;
}

.performance_contents {
	display: flex;
}

.works_body p {
	text-align: left;
	padding: 5px 15px 15px 15px;
	line-height: 30px;
}

.performance_contents{

}

.introduction_performance {
	width: 25%;
	justify-content: space-around;
	margin: 10px;
	text-align: left;
	padding: 0px 30px;
}
.performance_contents .card{
	width: 25%;
}

.introduction_performance{

}

.introduction_performance h2 {
	font-size: 55px;
	font-weight: 600;
}

.introduction_performance b {
	font-size: 16px;
	font-weight: 600;
}

.card {

	border: none;
	border-radius: 0;
	padding: 0px;
	margin: 0px;
	height: auto;
}

.card_news {
	margin: 5px;
	padding: 10px;
}



.link_nav {
	display: flex;
	justify-content: center;
	margin: 30px;
}

.link_nav a{
	color: #fff;
	background-color: #269780;
	display: flex;
	justify-content: space-between;
	width: 300px;
	padding: 30px
}

.services_left {
	flex: 1;
}

.services_right {
	flex: 1;
	text-align: left;
}

.services_right_content {
	padding: 80px 180px 40px 60px;
}

.services_right_content h2 {
	font-size: 55px;
	font-weight: 600;
}

.services_right_content b {
	font-size: 16px;
	font-weight: 600;
}

.services_right_content p {
	margin-bottom: 30px;
}

.link_nav02 a{
	color: #fff;
	background-color: #269780;
	display: flex;
	justify-content: space-between;
	align-items: center;
	vertical-align: middle;
	width: auto;
	margin: 20px 0px 0px 0px;
	padding: 35px 40px 5px 40px;
}

.blogs_content {
	padding-top: 80px;
}

.blogs_content p{
	font-weight: 700;
	font-size: 14px;
	padding-bottom: 40px;
}

.blogs_contents {
	width: 1200px;
	display: flex;
	flex-wrap: wrap;

	margin: auto;
	padding-bottom: 70px;
}

.blogs_contents .card{
	width: calc(25% - 20px);
	margin:0 10px 20px;
	background-color: #efefef;
}

.card__thumbnail{
	height: 200px;
}

.blogs_contents img {
	padding: 0px;
	height: 100%;
	object-fit: cover;
	margin: 0px;

	width: 100%;
}




.card__header {
	position: relative;
}

.card_sub_text{
	position: absolute;
	top: 0%;
	left: 0%;
	color: #707070;
	background-color: #000;
}

.card_sub_text p {
	color: #fff;
	font-size: 10px;
	padding: 5px 15px;
}

.blogs_body {
	text-align: left;
	padding: 10px;
}

.blogs_body p{
	padding: 0;
}

.blog_date p{
	color: #B4B4B4;
	font-size: 13px;
}

.blog_title p{
	font-size: 16px;
	padding: 5px 0px 20px 0px;
}

.blog_subtext p{
	font-size: 16px;
	font-weight: normal;
}

.consults_content p{
	font-weight: 700;
	font-size: 14px;
}

.consults_contents {
	margin-top: 50px;
	display:flex;
	justify-content: center;

}

.phone_contact {
	margin-right: 15px;
	width: 270px;
}

.phone_contact p{
	font-size: 12px;
}

.phone_contact b{
	display: block;
	line-height: 10px;
	font-size: 30px;
	font-family: "游ゴシック体", "YuGothic", sans-serif;
	font-weight: bold;
}

.phone_contact_case {
	background-color: #4EA590;
	color: #fff;
	border-radius: 20px;
	padding: 5px 80px;
}

.link_nav03 a{
	color: #fff;
	background-color: #269780;
	display: flex;
	justify-content: space-between;
	width: 260px;
	padding: 50px 30px;
	margin-left: 15px;
}

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








/* footer */
footer {
	background-color: #464646;
	color: rgba(255, 255, 255, 0.7);
	padding-bottom: 30px;
}

footer img {
	padding-top: 30px;
}

footer a:link, footer a:visited, footer a:hover, footer a:active {
	color: rgba(255, 255, 255, 0.7);
}

footer span {
	color: #fff;
}

.footer-contents {
	display: flex;
	justify-content: center;
	padding: 20px 40px 40px 40px;
	text-align: left;
}

.footer-content a {
	display: flex;
	line-height: 25px;
	padding-right: 40px;
}

.footer-content p {
	padding: 25px 10px;
	padding-left: 40px;
	line-height: 25px;
}

.right-bar {
	border-right: 2px solid #fff;
	margin-left: 70px;
	padding: 20px 0px 10px 0px;
}

.copyright p {
	font-size: 14px;
}



/* slider */
.parent{
	position:relative;
	height:100px;
	width:100%;
	z-index: 98;
}
.child{
	position:absolute;
	z-index: 99;
    /* top: 115%; */
    left: 50%;
	transform: translate(-50%, -50%);	
}

.bar {
	position: relative;
	display: inline-block;
	width: 114px;
	height: 25px;
	background-color: #269780;
}

.sliderArea {
    max-width: 100%;
    margin: 0 auto;
	padding: 0 25px;
}
.sliderArea.w300 {
    max-width: 300px;
}
.slick-slide {
    margin: 0;
}
.slick-slide img {
    width: 100%;

}
.slick-prev, .slick-next {
    z-index: 1;
}
.slick-prev:before, .slick-next:before {
    color: #000;
}
.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}
.slick-active {
    opacity: 1;
}
.slick-current {
    opacity: 1;
}
.thumb {
    margin: 20px 0 0;
}
.thumb .slick-slide {
    cursor: pointer;
}
.thumb .slick-slide:hover {
    opacity: .7;
}

button{
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  }
  .slide-arrow{
	position: absolute;
	top: 50%;
	margin-top: -15px;
  }
  .prev-arrow{
	left: -40px;
	display: inline-block;
	width: 13px;
	height: 25px;
	margin: 0 10px;
  }
  .next-arrow{
	right: -40px;
	display: inline-block;
	width: 13px;
	height: 25px;
	margin: 0 10px;
  }



/* レスポンシブ */
@media screen and (max-width: 1439px) {
.services_right_content {
	padding: 30px 35px 30px 25px;
}
}
 

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

p {
	font-size: 13px;
}

.header_L a {
	padding-left: 20px;
}

.services_right_content {
	padding: 20px 25px 20px 15px;
}

.link_nav02 a{
	color: #fff;
	background-color: #269780;
	display: flex;
	justify-content: space-between;
	align-items: center;
	vertical-align: middle;
	width: auto;
	margin: 10px 0px;
	padding: 20px 20px 5px 20px;
}
}

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

/* hamberg menu */

header {
	height: 62px;
}

#nav_bar {
		display: none;
}

#nav_drawer {
	position: relative;
	display: block;
}

#sp_nav {
	display: flex;
	justify-content: space-between;
	margin: 10px 20px 10px 40px;
}

.sp-logo {
	width: 92px;
	height: 39.6px;
}

.nav-unshown {
	display:none;
}

#nav-open {
	display: inline-block;
	width: 40px;
	height: 22px;
	vertical-align: middle;
	margin-top: 12px;
}

#nav-open span, #nav-open span:before, #nav-open span:after {
	position: absolute;
	height: 3px;
	width: 25px;
	border-radius: 3px;
	background: #555;
	display: block;
	content: '';
	cursor: pointer;
}
#nav-open span:before {
	bottom: -8px;
}
#nav-open span:after {
	bottom: -16px;
}

#nav-close {
	display: none;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0;
	transition: .3s ease-in-out;
}

#nav-content {
	background: #fff;
	-webkit-transform: translateX(-105%);
	transform: translateX(-105%);
	position: fixed;
	height: 100%;
	max-width: 330px;
	display: list-item;
	overflow: auto;
	z-index: 9999;
	width: 90%;
	left: 0;
	top: 0;
	transition: .3s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nav-list {
	padding: 0;
}

.nav ul {
	max-width: 100%;
	margin: 0 auto;
	height: 100%;
	width: 200px;
	padding: 0;
}

.navmenu li {
	display: flex;
	height: auto;
	max-width: 100%;
	width: auto;
	margin: 0 auto;
	line-height: 50px;
}

.navmenu a {
	text-align: center;
	margin: 0 auto;
	font-size: 14px;
}

.consult_nav {
	background-color: #D8E6E3;
	display: flex;
	align-items: center;
	padding: 10px 15px;
	width: 170px;
}

.consult_nav p{
	font-size: 12px;
	line-height: 30px;
}

.consult_nav span {
	font-size: 20px;
	font-weight: bold;
}

.webform_nav {
	background-color: #86BCB1;
	display: flex;
	align-items: center;
	width: 170px;
	padding: 25px 40px;
	font-size: 12px;
}

.webform_nav p{
	color: #fff;
	padding: 0;
}

#nav-input:checked ~ #nav-close {
	display: block;
	opacity: .5;
}

#nav-input:checked ~ #nav-content {
	transform: translateX(0%);
	box-shadow: 6px 0 25px rgba(0,0,0,.15);
	-webkit-transform: translateX(0%);
}

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


/* main */

body {
	font-size: 12px;
}


h2 {
	font-weight: 500;
	font-size: 18px;
}

#main_visual h1 {
	font-size: 20px;
}

#title01 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 2.2px;
}

#title02 {
	padding-left: 50px;
}

#title02 img {
	width: 46.055px;
	height: 46.055px;
}

#title03 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 4.8px;
	line-height: 15px;
}

#title04, #title05 {
	font-size: 12px;
	padding-bottom: 20px;
}

.bar {
	display: none;
}

.child{
	position:absolute;
	height: calc(100 / 900 * 100vh) ;
	z-index: 99;
    left: 50%;
	transform: translate(-50%, -50%);	
	width: 34.2px;
	height: 40px;
	margin: 0 auto;
}

#searches {
	padding-bottom: 100px;
	padding-top: 20px;
	width: 350px;
	margin: auto;
}

#performances {
	background-color: #CFE4DF;
	padding-bottom: 20px;
	position: relative;
	
}

#services {
	display: flex;
	flex-direction: column;
}


#consults {
	padding-top: 30px;
	padding-bottom: 30px;
}

#search_options {
	width: 350px;
}

#performances {
	padding-bottom: 20px;

	display: block;
}

#performance {
	width: 100%;
}

.performance_contents {
	display: flex;
	flex-direction: column;
	padding: 0 15px 40px;
}

.introduction_performance {
	flex: 0;
	justify-content: space-around;
	margin: 10px;
	text-align: left;
	padding: 0px 30px;
}

.introduction_performance h2 {
	font-size: 40px;
	font-weight: 600;
}

.introduction_performance b {
	font-size: 12px;
	font-weight: 600;
}

.card {
	margin: 0;
	border: none;
	border-radius: 0;
	padding-bottom: 10px;
}

.link_nav {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 30px 37px 30px 37px;
	width: 350px;
}

.link_nav a{
	color: #fff;
	background-color: #269780;
	display: flex;
	justify-content: space-between;
	width: 300px;
	padding: 30px
}

.services_right_content {
	padding: 10px;
}

.services_right_content h2 {
	font-size: 40px;
	font-weight: 600;
}

.services_right_content b {
	font-size: 16px;
	font-weight: 600;
}

.services_right_content p {
	margin-bottom: 30px;
}

.link_nav02 a{
	color: #fff;
	background-color: #269780;
	display: flex;
	justify-content: space-between;
	align-items: center;
	vertical-align: middle;
	width: auto;
	margin: 20px 0px;
	padding: 40px 40px 10px 40px;
}

.blogs_contents {
	display: flex;
	margin: auto;
	width:auto;
}
	.blogs_contents .card{
		width: 100%;
	}
.blogs_contents img {

}


.consults_content p{
	font-weight: 700;
	font-size: 14px;

}

.consults_contents {
	margin-top: 40px;
	display:flex;
	flex-direction: column;
}

.phone_contact {
	margin: auto;
	padding-bottom: 20px;
}

.link_nav03 a {
	margin: auto;
	width: 270px;
}

/* footer */

.footer-contents {
	display: flex;
	justify-content: space-around;
	padding: 0px;
	text-align: left;
	margin: 0 auto;
}

.footer-content {
	flex: 1;
	margin: 0px;
	padding: 0px;
}

.footer-content a {
	line-height: 25px;
	margin: 0px;
	padding: 0px 0px 0px 60px;
}

.footer-content p {
	line-height: 25px;
	margin: 0px;
	padding: 30px 20px 20px 20px;
}

.copyright p {
	margin-top: 20px;
	font-size: 10px;
}

.right-bar {
	padding: 10px 0px 0px 0px;
	margin-top: 10px;
}
}


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

#search_options {
	width: 300px;
}

#rentorder, #areaorder {
	font-size: 10px;
	padding: 0;
}

#searches {
	width: 300px;
}

#performance {
	width: 300px;
}

.link_nav {
	width: 300px;
}

.blogs_contents {
	width: 300px;
}

}

.content-wrap{
	max-width: 1200px;
	margin:0 auto;
}
.menu-mgn{
	margin-top:100px;
}

.estate-list{
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	padding: 0 15px;
}
.estate-list a{
	display: block;
	width: 33.3333%;
	/*margin-left:-15px;
	margin-right:-15px;*/
}
@media screen and (max-width: 900px){
.estate-list a{

	width: 100%;

}

	.menu-mgn {
		margin-top: 64px;
	}


}

.slick-next::before{
	content: '';
	width: 10px;
	height: 10px;
	border: 0px;
	border-top: solid 2px #000000;
	border-right: solid 2px #000000;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -4px;
}

.slick-prev::before{
	content: '';
	width: 10px;
	height: 10px;
	border: 0px;
	border-bottom: solid 2px #000000;
	border-left: solid 2px #000000;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -4px;
}


.slick-next::before {



	border-top: solid 2px #fff;

	border-right: solid 2px #fff;



}



.slick-prev::before {



	border-bottom: solid 2px #fff;

	border-left: solid 2px #fff;

}

.slick-prev {

	left: -6px;

	z-index: 2;

}

.slick-next {

	right: 1px;

}



.wp-pagenavi{
	margin: 20px 0 0;
	text-align: center;
}
.wp-pagenavi a, main .wp-pagenavi span{
	display: inline-block;
	border: 1px solid #f1f1f1;
	border-right: none;
	box-sizing: border-box;
	text-align: center;
	font-size: 12px;
	line-height: 40px;
	width: 34px;
	color: #999d9c;
}
.wp-pagenavi .current{

}
.wp-pagenavi .current,
.wp-pagenavi a:hover{
	background: #202626;
}
.wp-pagenavi a.previouspostslink{
	width: 64px;
}
.wp-pagenavi a.nextpostslink{
	width: 64px;
	border: 1px solid #f1f1f1;
}

.media-content{
	width: 800px;
	margin: 0 auto;
}

.media-thumb img{
	width: 100%;
}
.content-style{
	margin-top: 40px;
}

.content-style h2{
	background-color: #616161;
	font-size: 13px;
	font-weight: bold;
	padding: 15px;
	color: #fff;
	margin-bottom: 20px;
	margin-top: 20px;
}

@media screen and (max-width: 900px) {
	.media-content{
		width: 100%;
		padding: 0 15px;
	}
	.introduction_performance {
		width: 100%;
	}

	.performance_contents .card {
		width: 100%;
	}
}