@charset "UTF-8";




/*////////////////////////// mitoのみheader調整 //////////////////////////*/

@media all and (min-width: 681px) {

}

@media all and (max-width:680px) {
	.siteID a > .siteID_img{
		opacity: 0;
		transition: .5s ease;
		pointer-events: none;
	}
	header .siteID a img.mv_logo {
	    width: 105px;
	    height: auto;
	    position: absolute;
	    top: 14px;
	    opacity: 1;
		pointer-events: initial;
		transition: .5s ease;
	}
	.pageScroll .siteID a > .siteID_img{
		opacity: 1;
		pointer-events: initial;
	}
	.pageScroll header .siteID a img.mv_logo {
		opacity: 0;
		pointer-events: none;
	}
	.open .siteID a > .siteID_img{
		opacity: 1;
		pointer-events: initial;
	}
	.open header .siteID a img.mv_logo {
		opacity: 0;
		pointer-events: none;
	}
	.anchor {
	    margin-top: 46px !important;
	}
}


/*ルビ*/
.ruby {
    display: inline-block;
    position: relative
}

.ruby .rt {
    font-size: 10px;
    left: 0;
    letter-spacing: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: -10px;
    word-break: keep-all
}

@media (max-width: 680px) {
    .ruby .rt {
        top:-10px;
        transform: scale(.8)
    }
}



/*////////////////////////// mv //////////////////////////*/

.mv{
	display: flex;
	width: 100%;
	position: relative;
}
.mv::after{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
    background: rgba(0,0,0, .2);
}
.mv_txt01{
	position: absolute;
	left: 25px;
	top: 25px;
	z-index: 1;
	width: 120px;
	height: auto;
}
.mv_txt02 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    z-index: 1;
    width: clamp(1070px, 80% ,1150px);
    height: auto;
}
.mv_h2 {
    position: absolute;
    left: 50%;
    top: calc(50% - 50px);
    transform: translate(-50%, -50%);
    width: 350px;
    height: 232px;
    z-index: 1;
}
.mv .slick-slide{
	height: 685px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
/*	background-image: url(../img/top/slide01.jpg);*/
}

/*イニシャライズ対策*/
.mv .slider01{
	width: 50%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../img/top/slide01-1.jpg);
}
.mv .slider02{
	width: 50%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../img/top/slide02-1.jpg);
}
.mv .slider01.slick-initialized{
	background-image: none;
}
.mv .slider02.slick-initialized{
	background-image: none;
}


/*slider01*/
.mv .slider01 .slide01{
	background-image: url(../img/top/slide01-1.jpg);
}
.mv .slider01 .slide02{
	background-image: url(../img/top/slide01-2.jpg);
}
.mv .slider01 .slide03{
	background-image: url(../img/top/slide01-3.jpg);
}
.mv .slider01 .slide04{
	background-image: url(../img/top/slide01-4.jpg);
}
/*slider02*/
.mv .slider02 .slide01{
	background-image: url(../img/top/slide02-1.jpg);
}
.mv .slider02 .slide02{
	background-image: url(../img/top/slide02-2.jpg);
}
.mv .slider02 .slide03{
	background-image: url(../img/top/slide02-3.jpg);
}
.mv .slider02 .slide04{
	background-image: url(../img/top/slide02-4.jpg);
}

/*mv_scroll*/
.mv_scroll1 {
  width: 23px;
  height: 125px;
  position: absolute;
  bottom: 0;
/*  left: 78px;*/
left: calc((100% - 1150px) / 4);
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  pointer-events: none;
  z-index: 1;

}
.mv_scroll1 img {
  width: 13.3926px;
  transition: opacity 0.3s ease;
}
.mv_scroll1::after {
  content: "";
  width: 2px;
  height: 0;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transition: height 0.3s ease;
  animation: scroll1 1.8s ease 0s infinite backwards;
}
@keyframes scroll1 {
  0%{height:0}
  75%{height:100%}
  100%{height:100%}
}
@media all and (min-width: 681px) {
	.mv{
		margin-top: 115px;
	}
  .mv_scroll1:hover img {
    opacity: .6;
  }
}

@media all and (max-width:680px) {
	.mv {
			height: 100vh;
			height: 100svh;
    	flex-direction: column;
	}
	.mv .slick-slide {
			height: 100%;
	    height: 50svh;
	}
	.mv .slider01 {
	    width: 100%;
	    background-image: url(../img/top/slide01-1_sp.jpg);
			height: 50%;
	    height: 50svh;
	}
	.mv .slider02 {
	    width: 100%;
		background-image: url(../img/top/slide02-1_sp.jpg);
			height: 50%;
	    height: 50svh;
	}

	/*slider01*/
	.mv .slider01 .slide01{
		background-image: url(../img/top/slide01-1_sp.jpg);
	}
	.mv .slider01 .slide02{
		background-image: url(../img/top/slide01-2_sp.jpg);
	}
	.mv .slider01 .slide03{
		background-image: url(../img/top/slide01-3_sp.jpg);
	}
	.mv .slider01 .slide04{
		background-image: url(../img/top/slide01-4_sp.jpg);
	}
	/*slider02*/
	.mv .slider02 .slide01{
		background-image: url(../img/top/slide02-1_sp.jpg);
	}
	.mv .slider02 .slide02{
		background-image: url(../img/top/slide02-2_sp.jpg);
	}
	.mv .slider02 .slide03{
		background-image: url(../img/top/slide02-3_sp.jpg);
	}
	.mv .slider02 .slide04{
		background-image: url(../img/top/slide02-4_sp.jpg);
	}

	.mv_scroll1 {
		width: 18px;
		height: 106px;
		left: 4%;
	}
	.mv_scroll1 img {
		width: 10px;
	}
	.mv_scroll1::after {
		width: 1px;
	}
	.mv_h2 {
	    width: 256px;
	    height: auto;
		top: calc(50% - 10px);
	}
	.mv_txt02 {
	    bottom: 15px;
	    width: 276px;
	}
}




/*////////////////////////// intro //////////////////////////*/

.intro{
	margin-top: 90px;
}
.intro .inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.intro .inner > p{
	font-size: 32px;
	line-height: 1.56;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.intro .inner .other_btn {
    width: 280px;
}
.intro .inner .other_btn a{
    height: 85px;
    border-radius: 6px;
    letter-spacing: 0.1em;
}
@media all and (min-width: 681px) {
	.intro .inner .other_btn a.reserve:hover {
	    background-color: #AA9664;
	    color: #fff;
	}
}

@media all and (max-width:680px) {
	.intro{
		margin-top: 45px;
	}
	.intro .inner {
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	    flex-direction: column;
	}
	.intro .inner > p {
	    text-align: center;
	    line-height: 1.58;
	    font-size: 19px;
	}
	.intro .inner .other_btn a.reserve {
	    width: 188px;
	    height: 50px;
	    background-color: #000;
	    border-radius: 5px;
	    margin-right: auto;
	    margin-left: auto;
	    color: #fff;
	    position: relative;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    flex-direction: column;
	    margin-top: 22px;
	}
	.intro .inner .other_btn .nav_en{
		font-size: 12px;
	}
	.intro .inner .other_btn .nav_jp{
		font-size: 10px;
	}
}





/*////////////////////////// eventnews_sec //////////////////////////*/
.eventnews_sec{
	padding-top: 90px;
	padding-bottom: 200px;
}
.eventnews_sec .inner{
	display: flex;
}
.eventnews_sec .inner > div{
	width: 50%;
}
.eventnews_sec .inner > div + div{
	border-left: 1px solid #000;
}

/*event_wrap*/
.event_wrap{
	padding-right: 70px;
	display: flex;
	flex-direction: column;
}
.slider03{
	width: 360px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 55px;
}
.slider03 a .slider03_img {
    width: 100%;
    padding-bottom: 64%;
    background: url(../../files/img/news/noimage.svg)no-repeat center / cover;
    display: block;
}
.sec_ttl {
    display: flex;
    align-items: center;
    font-size: 48px;
    letter-spacing: 0.15em;
}
.sec_ttl .sec_ttl_jp {
    font-size: 17px;
    letter-spacing: 0.05em;
    margin-left: 2.2em;
    position: relative;
    top: -0.2em;
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.slider03_date{
	font-size: 15px;
	text-align: center;
	margin-top: 20px;
}
.slider03_txt{
	 width: 100%;
	  overflow: hidden;
	  display: -webkit-box;
	  text-overflow: ellipsis;
	  -webkit-box-orient: vertical;
	  -webkit-line-clamp: 2;
	  max-height: 3.2em;

	  margin-top: 10px;
	  font-size: 16px;
	  font-weight: 500;
	  line-height: 1.75;
}
.event_wrap .slick-prev, .event_wrap .slick-next {
    width: 70px;
    height: 70px;
}
.event_wrap .slick-prev::before, .event_wrap .slick-next::before {
    content: none;
}
.event_wrap .slick-prev {
    transition: .3s ease;
    background: url(../img/common/slider_arrow_l_w.svg) center / 70px 70px no-repeat;
    left: -90px;
}
.event_wrap .slick-next {
	transition: .3s ease;
    background: url(../img/common/slider_arrow_r_w.svg) center / 70px 70px no-repeat;
    right: -90px;
}
.viewall_btn{
	background: #000;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 17px;
	height: 70px;
	width: 505px;
	margin-top: auto;
}
.viewall_btn img{
	width: 25px;
	height: 25px;
	margin-left: 20px;
}

/*news_wrap*/
.news_wrap{
	padding-left: 70px;
	display: flex;
	flex-direction: column;
}
.news_box{
	margin-top: calc(53px - 25px);
	padding-bottom: 25px;
}
.news_box a {
    padding: 25px 45px 25px 0;
    display: block;
    position: relative;
}
.news_box a + a{
	border-top: 1px solid #646464;
}
/*.news_box a:first-child{
	padding-top: 0;
}*/
/*.news_box a:last-child{
	padding-bottom: 0;
}*/
.news_date{
	font-size: 15px;
}
.news_txt{
	 width: 100%;
	  overflow: hidden;
	  display: -webkit-box;
	  text-overflow: ellipsis;
	  -webkit-box-orient: vertical;
	  -webkit-line-clamp: 2;
	  max-height: 3.2em;

	  margin-top: 10px;
	  font-size: 16px;
	  font-weight: 500;
	  line-height: 1.75;
}

/*newsボタン設定*/
/*詳細ページありの場合*/
.news_type1::after{
	content: '';
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0;
	top : 50%;
	transform: translateY(-50%);
	background:url(../img/common/news_arrow.svg) center / 40px 40px no-repeat;
}
/*pdfリンク*/
.news_type2::after{
	content: '';
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0;
	top : 50%;
	transform: translateY(-50%);
	background:url(../img/common/news_pdf.svg) center / 40px 40px no-repeat;
}
/*テキストリンク（URL設定）別タブ・同タブ*/
.news_type3 .news_txt{
	text-decoration: underline;
}
/*リンクなし*/
.news_type4{
	pointer-events: none;
}

@media all and (min-width: 681px) {
	.news_box a:hover {
		opacity: .6;
	}
	.viewall_btn:hover{
	background: #AA9664;
	}
	.event_wrap .slick-prev:hover {
	    background: url(../img/common/slider_arrow_l_gr.svg) center / 70px 70px no-repeat;
	}
	.event_wrap .slick-next:hover {
	    background: url(../img/common/slider_arrow_r_gr.svg) center / 70px 70px no-repeat;
	}
	.slider03{
    margin-bottom: 40px;
	}
	.slider03 a:hover {
    opacity: .6;
	}
}

@media all and (max-width:680px) {
	.sec_ttl {
	    font-size: 38px;
	}
	.sec_ttl .sec_ttl_jp {
	    font-size: 13px;
	}
	.eventnews_sec {
	    padding-top: 90px;
	    padding-bottom: 100px;
	}
	.eventnews_sec .inner {
	    flex-direction: column;
	}
	.eventnews_sec .inner > div {
	    width: 100%;
	}
	.eventnews_sec .inner > div + div {
	    border-left: none;
	    margin-top: 100px;
	}
	.event_wrap {
	    padding-right: 0;
	}
	.event_wrap .slick-prev, .event_wrap .slick-next {
	    width: 45px;
	    height: 45px;
	}
	.event_wrap .slick-prev {
	    transition: .3s ease;
	    background: url(../img/common/slider_arrow_l_w.svg) center / 45px 45px no-repeat;
	    left: 0px;
	}
	.event_wrap .slick-next {
	    transition: .3s ease;
	    background: url(../img/common/slider_arrow_r_w.svg) center / 45px 45px no-repeat;
	    right: 0;
	}
.slider03 {
    width: 100vw;
    margin-top: 45px;
    margin-left: -4vw;
}
.slider03 a {
    margin-left: 3.3vw;
    margin-right: 3.3vw;
    width: 265px;
}
.slider03 a .slider03_img {
    width: 265px;
    padding-bottom: 172px;
}
	.slider03_date {
	    font-size: 11.5px;
	    margin-top: 17px;
	}
	.slider03_txt {
	    width: 100%;
	    font-size: 12px;
	}
	.arrows.nonePC {
	    position: relative;
	    width: 105px;
	    height: 45px;
	    margin: 45px auto 35px;
	}
	.viewall_btn {
	    border-radius: 5px;
	    font-size: 12px;
	    height: 50px;
	    width: 315px;
	    margin-top: 0;
	    margin-left: auto;
	    margin-right: auto;
	}
	.viewall_btn img {
	    width: 18px;
	    height: 18px;
	    margin-left: 13px;
	}
	.news_wrap {
	    padding-left: 0;
	}
	.news_box {
			width: 100%;
	    margin-top: 18px;
	    margin-left: auto;
	    margin-right: auto;
	    padding-bottom: 8px;
	}
	.news_date {
	    font-size: 11.5px;
	}
	.news_txt {
	    font-size: 12px;
	}
	.news_box a {
	    padding: 34px 42px 34px 0;
	    display: block;
	    position: relative;
	}
	/*newsボタン設定*/
	/*詳細ページありの場合sp*/
	.news_type1::after{
		width: 30px;
		height: 30px;
		background:url(../img/common/news_arrow.svg) center / 30px 30px no-repeat;
	}
	/*pdfリンクsp*/
	.news_type2::after{
		width: 30px;
		height: 30px;
		background:url(../img/common/news_pdf.svg) center / 30px 30px no-repeat;
	}
}



/*////////////////////////// concept_sec //////////////////////////*/

.concept_sec{
	background: #c8b982;
	padding-top: 140px;
	padding-bottom: 200px;
}
.concept_sec h4{
	font-size: 40px;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 1.75;
	margin-top: 65px;
}
.concept_sec h4 span{
	margin-left: -0.5em;
	white-space: nowrap;
}
.concept_txt01{
	font-size: 17px;
	letter-spacing: 0.05em;
	line-height: 2.35;
	margin-top: 30px;
}
/*.concept_txt01 rt{
	text-align: center;
}*/

.taiken_wrap{
	margin-top: 90px;
}
.taiken_txt01{
	font-size: 17px;
	font-weight: 500;
	text-align: center;
}
.taiken_box{
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
.taiken_box > div{
	width: 340px;
	flex-shrink: 0;
}
.taiken_ttl01{
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
}
.taiken_ttl02{
	font-size: 35px;
	line-height: 1.57;
	letter-spacing: 0.1em;
	text-align: center;
	margin-top: 30px;
}
.taiken_ttl02 span.rt {
    font-size: 13px;
    top: -8px;
}
.taiken_txt02{
	margin-top: 30px;
	line-height: 2.18;
}
@media all and (min-width: 681px) {

}

@media all and (max-width:680px) {
	.concept_sec{
		padding-top: 70px;
		padding-bottom: 100px;
	}
	.concept_sec h4 {
	    font-size: 20px;
	    margin-top: 30px;
	    width: 84vw;
	    margin-left: auto;
	    margin-right: auto;
	}
	.concept_txt01 {
	    font-size: 13.5px;
	    letter-spacing: 0;
	    line-height: 2.22;
	    margin-top: 40px;
	    width: 84vw;
	    margin-left: auto;
	    margin-right: auto;
	    text-align: justify;
	}
	/*.concept_txt01 .ruby {
		letter-spacing: -0.1em;
		margin-right: 0.15em;
	}*/
	.concept_txt01 .ruby .rt {
		transform: scale(0.75);
		left: -0.65em;
	}
	.taiken_wrap {
	    margin-top: 60px;
	}
	.taiken_txt01 {
	    font-size: 12.5px;
	}
	.taiken_box {
	    flex-direction: column;
	}
	.taiken_box > div {
	    width: 73vw;
	    margin-left: auto;
	    margin-right: auto;
	}
	.taiken_box > div + div {
		margin-top: 40px;
	}
	.taiken_ttl01 {
	    font-size: 15px;
	}
	.taiken_ttl02 {
	    font-size: 20px;
	    margin-top: 15px;
	}
	/*.taiken_ttl02 rt {
		font-size: 10px;
		letter-spacing: -0.06em;
	}*/
	.taiken_ttl02 .ruby .rt {
		font-size: 10px;
		top: -7px;
		left: -0.2em;
	}
	.taiken_txt02 {
	    margin-top: 25px;
	    line-height: 2.11;
	    font-size: 13px;
	    text-align: justify;
	}
}




/*////////////////////////// c-house_sec //////////////////////////*/
.c-house_sec{
	padding-top: 140px;
	padding-bottom: 0px;
}
.c-house_sec h3{
	position: relative;
}
.c-house_sec h3::before{
	content: '';
	width: 2px;
	height: 290px;
	background: #000;
	position: absolute;
	left: 150px;
	top: -310px;
}
.c-house_wrap{
	margin-top: 90px;
	width: 100%;
	height: 866px;
	position: relative;
/*	background: url(../img/top/c-house_bg.png) center bottom / 100% auto no-repeat;*/
}

.c-house_wrap a {
  border: 2px solid #000;
  width: 235px;
  height: 235px;
  position: absolute;
  overflow: hidden;
  z-index: 1;
  background: #fff;
}
.c-house_wrap a::after {
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0;
	bottom: 0;
	background:url(../img/top/c-house_arrow.svg) center / 30px 30px no-repeat;
	z-index: 2;
}
.c-house_wrap a.shu {
	left: 0;
	top: 0;
}
.c-house_wrap a.wa {
	left: 285px;
	top: 0;
}
.c-house_wrap a.yu {
	right: 285px;
	bottom: 102px;
}
.c-house_wrap a.shoku {
	right: 0;
	bottom: 102px;
}
.c-house_wrap a span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #c8b982;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.c-house_wrap a:hover {
  color: #f1cce1;
}
.c-house_wrap a:hover span {
  width: 300%;
  height: 300%;
}
/*.c-house_wrap a:active {
  background-color: #c73286;
}*/



.c-house_detail_wrap{
	padding-top: 100px;
	padding-bottom: 100px;
}
.c-house_detail_wrap > div{
	display: flex;
	justify-content: space-between;
}

.c-house_detail_wrap > div + div{
	margin-top: 100px;
}

.c-house_detail_wrap > div .detail_img{
	width: 750px;
}
.c-house_detail_wrap > div .detail_txt{
	width: 400px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.c-house_detail_wrap > div .detail_txt .detail_txt_img{
	width: 225px;
}
.c-house_detail_wrap > div .detail_txt p {
    font-size: 17px;
    line-height: 1.75;
    margin-top: 20px;
}

.c-house_detail_wrap > div .detail_txt a.readmore_btn{
	font-size: 17px;
	line-height: 1;
	width: 200px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 35px auto 0;
	background-color: #000;
	border-radius: 6px;
	color: #fff;
}

@media all and (min-width: 681px) {
	.c-house_wrap:after {
	    background: url(../img/top/c-house_bg.svg) 50%/1227px auto no-repeat;
	    content: "";
	    display: block;
	    height: 799px;
	    left: -77px;
	    position: absolute;
	    top: 67px;
	    width: 1227px;
	}
	.c-house_detail_wrap > div .detail_txt a.readmore_btn:hover{
		background-color: #AA9664;
	}
	.c-house_detail_wrap > div:nth-child(even) .detail_img{
		order: 2;
	}

}

@media all and (max-width:680px) {
	.c-house_sec {
	    padding-top: 90px;
	    padding-bottom: 25px;
	}
	.c-house_sec h3 {
	    line-height: 1.03;
	}
	.c-house_sec h3::before {
	    content: '';
	    width: 2px;
	    height: 100px;
	    background: #000;
	    position: absolute;
	    left: calc(50% - 1px);
	    top: -140px;
	}
	.c-house_wrap {
	    margin-top: 45px;
	    width: 100vw;
	    height: 216.13vw;
	    background: url(../img/top/c-house_bg_sp.svg) center top 42.6vw / 100% auto no-repeat;
	    margin-left: -4vw;
	}
	.c-house_sec .sec_ttl .sec_ttl_jp {
	    font-size: 13px;
	    top: 1.35em;
	    left: -5em;
	}



	.c-house_wrap a {
	    border: 1px solid #000;
	    width: 42.6vw;
	    height: 42.6vw;
	}
	.c-house_wrap a:after {
	    background: url(../img/top/c-house_arrow.svg) 50%/100% 100% no-repeat;
	    height: 14%;
	    width: 14%;
	    bottom: -1px;
	    right: -1px;
	}
	.c-house_wrap a.shu {
	    left: 4vw;
	    top: 0;
	}
	.c-house_wrap a.wa {
	    left: auto;
	    right: 4vw;
	    top: 0;
	}
	.c-house_wrap a.yu {
	    right: auto;
	    left: 4vw;
	    top: 114.8vw;
	}
	.c-house_wrap a.shoku {
	    right: 4vw;
	    top: 114.8vw;
	}
	.c-house_txt01 {
	    bottom: 0;
	    position: absolute;
	    width: 84vw !important;
	    left: 50%;
	    transform: translateX(-50%);
	}


	.c-house_detail_wrap {
	    padding-bottom: 0;
	}
	.c-house_detail_wrap > div {
	    flex-direction: column;
	    align-items: center;
	}
	.c-house_detail_wrap > div + div {
	    margin-top: 75px;
	}
	.c-house_detail_wrap > div .detail_img {
	    width: 92vw;
	    margin-left: -8vw;
	}
	.c-house_detail_wrap > div:nth-child(even) .detail_img {
	    margin-left: auto;
	    margin-right: -4vw;
	}
	.c-house_detail_wrap > div .detail_txt {
	    width: 100%;
	    margin-top: 6px;
	}
	.c-house_detail_wrap > div .detail_txt .detail_txt_img {
	    width: 164px;
	}
	.c-house_detail_wrap > div .detail_txt p {
	    font-size: 13px;
	    margin-top: 8px;
	}
	.c-house_detail_wrap > div .detail_txt a.readmore_btn {
	    font-size: 13px;
	    width: 145px;
	    height: 37px;
	    margin: 20px auto 0;
	    border-radius: 5px;
	}

}







/*////////////////////////// CTA周り //////////////////////////*/

@media all and (min-width: 681px) {
.other_btn p{
margin-bottom: 5px;
}
}

@media all and (max-width:680px) {
.other_btn p{
margin: 15px 5px 5px;
font-size: 12px;
text-align: center;
}
}



/*////////////////////////// aaaa //////////////////////////*/

@media all and (min-width: 681px) {

}

@media all and (max-width:680px) {

}


/*////////////////////////// aaaa //////////////////////////*/

@media all and (min-width: 681px) {

}

@media all and (max-width:680px) {

}
