/*
Last Updated: 20210831
Author: nakao
title: 土地売却
*/

/*----------------------------------------
	全体
----------------------------------------*/

html{
	font-family:'游ゴシック体', 'Yu Gothic', YuGothic,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',sans-serif;
	/*font-size: 62.5%;*/font-size: 0.75em;
	-webkit-text-size-adjust:100%;
	line-height:1.5;
	font-weight: 500;
	color: #000;
	-webkit-text-size-adjust: 100%;
}
body{ /*font-size:2.2rem;*/ font-size: 1.833em; /* 22px */}

img{ vertical-align: bottom; }
.max_respon{ max-width:100%; }
a{
	color: inherit;
	text-decoration: none;
}
a:hover{ color: #005194; }

.sale_body{
	color: #484848;
}

p{

}

@media screen and (max-width: 599px){


}/*END*/

/*----------------------------------------
	text
----------------------------------------*/

p{ line-height: 2; }

.text_10{ font-size:1.0rem !important; }
.text_11{ font-size:1.1rem !important; }
.text_12{ font-size:1.2rem !important; }
.text_13{ font-size:1.3rem !important; }
.text_14{ font-size:1.4rem !important; }
.text_15{ font-size:1.5rem !important; }

.ls_-1{ letter-spacing: -1px; }
.ls_1{ letter-spacing: 1px; }
.ls_2{ letter-spacing: 2px; }
.ls_3{ letter-spacing: 3px; }

.lh_14{ line-height: 1.4; }
.lh_16{ line-height: 1.6; }
.lh_17{ line-height: 1.7; }
.lh_18{ line-height: 1.8; }

@media print, screen and (min-width: 770px){

	.text_16{ font-size:1.6rem !important; }
	.text_17{ font-size:1.7rem !important; }
	.text_18{ font-size:1.8rem !important; }
	.text_19{ font-size:1.9rem !important; }
	.text_20{ font-size:2.0rem !important; }
	.text_21{ font-size:2.1rem !important; }
	.text_22{ font-size:2.2rem !important; }
	.text_24{ font-size:2.4rem !important; }
	.text_26{ font-size:2.6rem !important; }
	.text_28{ font-size:2.8rem !important; }
	.text_30{ font-size:3.0rem !important; }
	.text_32{ font-size:3.2rem !important; }
	.text_34{ font-size:3.4rem !important; }
	.text_36{ font-size:3.6rem !important; }
	.text_38{ font-size:3.8rem !important; }
	.text_40{ font-size:4.0rem !important; }
	.text_42{ font-size:4.2rem !important; }
	.text_48{ font-size:4.8rem !important; }

}/*END*/

@media screen and (max-width: 769px){

	.text_16,
	.text_17,
	.text_18{
		font-size: 1.5rem;
	}
	.text_20,
	.text_19{
		font-size: 1.6rem !important;
	}
	.text_21,
	.text_22,
	.text_24{
		font-size: 1.8rem !important;
	}
	.text_26,
	.text_28,
	.text_30,
	.text_32,
	.text_34,
	.text_38,
	.text_36,
	.text_40,
	.text_42{
		font-size: 2rem !important;
	}
	.text_48{
		font-size: 3.2rem !important;
	}

}/*END*/

@media print, screen and (min-width: 660px) and ( max-width: 769px){

	.text_24{
		font-size: 2rem !important;
	}

}/*END*/

@media screen and (max-width: 599px){

	.text_16,
	.text_17,
	.text_18{
		font-size: 1.2rem;
	}
	.text_20,
	.text_19,
	.text_21{
		font-size: 1.3rem !important;
	}
	.text_22,
	.text_24{
		font-size: 1.5rem !important;
	}
	.text_26,
	.text_28,
	.text_30,
	.text_32,
	.text_34{
		font-size: 1.6rem !important;
	}
	.text_38,
	.text_36{
		font-size: 1.9rem !important;
	}
	.text_40,
	.text_42{
		font-size: 2rem !important;
	}
	.text_48{
		font-size: 2.8rem !important;
	}

	/*letter-spacing*/
	.ls_4{ letter-spacing: 2px; }
	.ls_5{ letter-spacing: 2px; }
	.ls_6{ letter-spacing: 2px; }
	.ls_7{ letter-spacing: 2px; }
	.ls_8{ letter-spacing: 2px; }

}/*END*/

li{ list-style:none; }
.center{ text-align:center; }
.text_left{ text-align:left; }
.text_right{ text-align:right; }
.left{ float:left; }
.right{ float:right; }
.clear{ clear:both; }

.op:hover{
	filter: alpha(opacity=60);
	-moz-opacity:060;
	opacity:0.60;
}
@media print, screen and (min-width: 769px) {
	.op:hover{
		-webkit-transition: opacity 0.1s ease-out;
		-moz-transition: opacity 0.1s ease-out;
		-ms-transition: opacity 0.1s ease-out;
		transition: opacity 0.1s ease-out;
	}
}/*END*/


/*----------------------------------------
	共通
----------------------------------------*/

.main_frame{
	width: 100%;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}
.lp_frame{
	padding-right: 20px;
	padding-left: 20px;
	box-sizing: border-box;
	/*max-width: 690px;*/
	margin-left: auto;
	margin-right: auto;
}
.btn_soudan{
	position: relative;
	line-height: 1;
	text-align: center;
	color: #fff;
	background: #f21d44;
	text-decoration: none;
	border-radius: 5px;
	padding-top: 30px;
	padding-bottom: 30px;
	box-sizing: border-box;
	width: 100%;
	display: block;
	font-weight: 900;
	padding-right: 30px;
}
.btn_soudan img{
	position: absolute;
	height: 25px;
	right: 40px;
	margin: auto;
	top: 0;
	bottom: 0;
	transition: all 0.4s;
}
.btn_soudan:hover{
	color: #fff;
	background: #ff496a;
}
.btn_soudan:hover img{
	right: 30px;
}

.pc_block{
	display: block;
}
.sp_block{
	display: none;
}

@media screen and (min-width: 770px){

	.sp_only{
		display: none !important;
	}

}/*END*/

@media screen and (max-width: 769px){

	.pc_only{
		display: none !important;
	}

}/*END*/

@media screen and (max-width: 599px){

	.lp_frame{
		padding-right: 4.5%;
		padding-left: 4.5%;
	}
	.btn_soudan{
		padding-top: 16px;
		padding-bottom: 16px;
		border-radius: 2px;
	}
	.btn_soudan img{
		height: 14px;
		right: 20px;
	}

	.pc_block{
		display: none;
	}
	.sp_block{
		display: block;
	}

	.inner_frame {
	    padding-right: 3.8%;
	    padding-left: 3.8%;
	}

}/*END*/


/*----------------------------------------
	header
----------------------------------------*/

header{
	background: none;
	padding: 0;
	position: relative;
	box-sizing: border-box;
	border-top: 10px solid #26436d;
}
header a{
	position: relative;
	display: block;
	width: 36.23%;
	max-width: 250px;
}

.mvlogo{
	position: absolute;
	width: 30%;
	max-width: 250px;
	top: 20px;
	left: 2%;
}

.head_moji{
	position: absolute;
	width: 30%;
	top: 20px;
	right: 2%;
	text-align: right;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.head_moji span.tex{
	display: inline-block;
	margin-right: 10px;
}

.size-button,.fontSize li,.fontSize div {
  background-color: #e6e6e6;
  border: none;
  color: #000;
  cursor: pointer;
  display: inline-block;
  border-radius: 5px;
  line-height: 30px;
  padding:0 6px;
  text-align: center;
  margin-left: 10px;
  height: 30px;
}

.size-button:hover,.size-button.active,
.fontSize div:hover,
.fontSize div.current
{
    background-color: #26436d;
    color: #fff;
}



.fontSize .middle{
	font-size: 1.6rem;
}
.fontSize .large{
	font-size: 1.8rem;
}


.sp_menu{
	display: none;
}

.head_moji_fix{
	background: #fff;
	position: fixed;
	width: auto;
	top: 0;
	right: 0;
	text-align: left;
	padding: 5px 15px 10px 10px;
	z-index: 1;
}

.fontSize.head_moji_fix div{
	margin-left: 0;
}






#sd-overlay.block{
	z-index: 99;
}
.sd-trigger{
	float: none;
	margin-top: 0;
	border: none;
	position: fixed;
	right: 0;
	top: 0;
	width: 110px;
	height: 110px;
	cursor: pointer;
	background: #faf2e7;
	z-index: 90;
	transition: all 0.4s;
}
.sd-trigger span{
	position: absolute;
	left: 0;
	width: 56%;
	height: 3px;
	background-color: #231815;
}
.sd-trigger span:nth-of-type(1) { top: 32px; left: 22%; }
.sd-trigger span:nth-of-type(2) { top: 52px; left: 22%; }
.sd-trigger span:nth-of-type(3) { top: 72px; left: 22%; }
#sd{
	width: 320px;
	height: 100%;
	overflow: auto;
	position: fixed;
	right: -320px;
	top: 0;
	padding: 30px 25px;
	transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	background: #fff;
	box-sizing: border-box;
	z-index: 9999;
}

@media screen and (max-width: 400px) {
	#sd {
		width: 300px;
		right: -300px;
	}
}/*END*/

#sd ul{
	margin-bottom: 0 !important;
}
#sd li{
	font-family: inherit;
	float: none;
	margin: 0;
	font-size: inherit;
}
#sd li a{
	padding: 15px 2% 15px 6%;
	color: #000;
}
#sd li a:hover{
	border-bottom: none;
}

@media print, screen and (max-width: 900px) {

	#fontSize .middle{
		font-size: 1.4rem;
	}
	#fontSize .large{
		font-size: 1.6rem;
	}


}/*END*/

@media print, screen and (min-width: 600px) and ( max-width: 959px){


	.sd-trigger{
		width: 90px;
		height: 90px;
	}
	.sd-trigger span{
		height: 3px;
	}
	.sd-trigger span:nth-of-type(1) { top: 24px; left: 22%; }
	.sd-trigger span:nth-of-type(2) { top: 42px; left: 22%; }
	.sd-trigger span:nth-of-type(3) { top: 60px; left: 22%; }

}/*END*/

@media print, screen and (max-width: 599px) {


	.sd-trigger{
		width: 60px;
		height: 60px;
	}
	.sd-trigger span{
		height: 3px;
		width: 58%;
	}
	.sd-trigger span:nth-of-type(1) { top: 16px; left: 22%; }
	.sd-trigger span:nth-of-type(2) { top: 28px; left: 22%; }
	.sd-trigger span:nth-of-type(3) { top: 40px; left: 22%; }


	.mvlogo{
		top:5px;
	}

	.head_moji{
		width: 60%;
		top: 5px;
	}


	.fontSize .middle{
		font-size: 1.4rem;
	}
	.fontSize .large{
		font-size: 1.6rem;
	}

	.head_moji_fix{
		background: #fff;
		position: fixed;
		width: auto;
		top: 0;
		right: 0;
		text-align: left;
		padding:0 5px 5px 5px;
		z-index: 1;
	}



}/*END*/


/*----------------------------------------
	MV
----------------------------------------*/

.mv_frame{
	background: #fff;
	position: relative;
}
.mv_img{
	width: 100%;
	max-width: 610px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.mv_maru{
	width: 18%;
	max-width: 244px;
	position: absolute;
	left: 5%;
	bottom: -19%;
}

.mv_maru img{
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.hover_rotate{
	transition-duration: 0.5s;
		backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.hover_rotate:hover{
  transform: rotate(45deg);
  transition-duration: 0.5s;
  	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}


@media screen and (max-width: 768px){
	.mv_maru{
		width: 20%;
		bottom: -22%;
	}

}/*END*/


@media screen and (max-width: 599px){
	.mv_maru{
		width: 43%;
		bottom: -20%;
		right: 3%;
		left: auto;
		transform: rotate(0deg);
	}

	.hover_rotate:hover{
	  transform: rotate(0deg);
	}


	.intro{
		margin-top: 13%;
	}




}/*END*/




/*----------------------------------------
	contents
----------------------------------------*/


.flexbox{
	display: flex;
	justify-content: space-between;
}

.flexbox .order1{ order:1; }
.flexbox .order2{ order:2; }
.flexbox .order3{ order:3; }


.intro_center_box{
	width: 47%;
	max-width: 576px;
	box-sizing: border-box;
	margin-left: 3%;
}

.intro_pc{
	display: block;
}
.intro_sp{
	display: none;
}


@media screen and (max-width:768px){
	.flexbox{
		display: block
	}

	.intro_center_box{
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		padding:0 3.6%;
	}

	.intro_pc{
		display: none;
	}
	.intro_sp{
		display: block;
	}

}/*END*/


.bg_gray{
	background: #f0f0f0;
}

.bg_whitedotto{
	background: url("../images/sale/bg_whitedotto.jpg");
}

.bg_bluedotto{
	background: url("../images/sale/bg_bluedotto.jpg");
}

.border_style_gold{
	border-top: 8px solid #c7a450;
}


.our_content{
	display: flex;

}

.our_content .order1{ order:1; }
.our_content .order2{ order:2; }

.box_our_l45,.box_our_r45{
	width: 45%;
	background: #fff;
}

.box_our_r55,.box_our_l55{
	width: 55%;
	background: #fff;
}

.our_content .inner{
	width:88%;
	margin: 0 auto 0 auto;
	padding-top: 6.5%;
	padding-bottom: 6.5%;
}

.over_img_r{
	width: 55vw;
	height: 100%;
}

.over_img_l{
	width: 55vw;
	margin-left: calc(100% - 55vw);
	height: 100%;
}


.our_shadow{
	box-shadow: 0px 6px 0px 0px rgba(0,0,0, 0.5);
}

.our_shadow_2{
	box-shadow: 0px 6px 0px 0px rgba(0,0,0, 0.2);
}

.h_tex30{
	font-size: 1.364em;
	line-height: 1.3;
	padding-bottom: 10px;
	border-bottom: solid 5px #918560;
}

.st_text18{
	font-size: 0.818em;
}

.list_tex_inner{
	padding: 0 9% 8% 11%;
}


.bg_y_beige{
	background: #fffaec;
}

.ttl_sale_mid img{
	max-width: 563px;
}





.rela{
	position: relative;
}

.omakase_conte{
	display: absolute;
	bottom: 0;
	left: 0;
	display: flex;
}

.ombox{
	width: 100%;
}


.omakase_btn{
	display: block;
	position: relative;
	height: 432px;
}

.omakase_btn img {
	position: absolute;
	top: auto;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	display: block;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.omakase_btn:hover img:nth-of-type(2) {
	opacity: 0;
}
.omakase_btn img:nth-of-type(1) {
	opacity: 0;
}

.omakase_btn:hover img:nth-of-type(1) {
	opacity: 1;
}
.omakase_btn img:nth-of-type(2) {
	opacity: 1;
}


.ani_vh .om_box_l,.ani_vh .om_box_r{
	height: auto;
}



.center .pc_block,.center .sp_block{
	margin: 0 auto;
}






@media screen and (max-width:1360px){
	.over_img_l{
		width: 70vw;
		margin-left: calc(100% - 70vw);
	}


}/*END*/


@media screen and (max-width:1180px){
	.omakase_btn img {
		position: absolute;
		top: auto;
		bottom: 0;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		display: block;
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}

	.omakase_btn{
		display: block;
		position: relative;
		height: 380px;
	}


}/*END*/


@media screen and (max-width:1080px){
	.over_img_r{
		width: auto;
		height: 100%;
	}

	.over_img_l{
		width: auto;
		margin-left: 0;
		height: 100%;
		float: right;
	}

}/*END*/



@media screen and (max-width:920px){
	.omakase_btn{
		display: block;
		position: relative;
		height: 320px;
	}


}/*END*/

@media screen and (max-width:920px){
	.omakase_btn{
		display: block;
		position: relative;
		height: 280px;
	}




}/*END*/


@media screen and (max-width:660px){
	.our_content{
		display: block;
	}

	.box_our_l45,.box_our_r45{
		width: 100%;
	}
	.box_our_r55,.box_our_l55{
		width: 100%;
	}
	.over_img_r{
		width: 100%;
	}
	.over_img_l{
		width: 100%;
		margin-left: 0;
		height: 100%;
		float: none;
	}

	.sh_non{
		box-shadow: 0px 0 0px 0px rgba(0,0,0, 0.5);
	}



}/*END*/

@media screen and (max-width:599px){
	.sp_text_left{
		text-align: left;
	}
	.sp_intro_img_btm{
		margin-left: -20%;
		width: 120%;
		max-width: 120%;
	}

	.sp_text_17{
		font-size: 0.727em;
	}

	.list_tex_inner {
	    padding: 0 2% 8% 6%;
	}


}/*END*/


.omakase_area{
	background:linear-gradient(90deg,#7a0d12 0%,#7a0d12 50%,#042c63 50%,#042c63 100%);
}

.om_box_l{
	width: 46%;
	float: left;
}
.om_box_r{
	width: 46%;
	float: right;
}




.aside_white{
	background: #f7f7f7;
	padding: 5% 2% 2% 2%;
}


.introduction_area{
	position: relative;
}
.introduction_ttl{
	position: absolute;
	top:50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}






@media screen and (max-width:599px){

	.aside_white{
		background: #fff;
		padding: 6% 4.5% 6% 4.5%;
	}


}/*END*/



.kurashi_lease_area{
		background: url("../images/sale/kurashi_bg.jpg");
}

.kurashi_lease_img{
	width: 120%;
	max-width: 645px;
	margin-left: -5%;
}


@media screen and (max-width:768px){
	.kurashi_lease_img{
		width: 100%;
		max-width: 645px;
		margin-left: 0;
	}




}/*END*/








/*----------------------------------------
	footer
----------------------------------------*/
.copy_area{
	text-align: center;
	color: #b3b3b3;
	font-size: 0.727em;
}

.add_pc{
	display: block;
}
.add_sp{
	display: none;
}

@media screen and (max-width:768px){
	.add_pc{
		display: none;
	}
	.add_sp{
		display: block;
		font-size: 0.727em;
		white-space: nowrap;
	}


}/*END*/


/*----------------------------------------
	page top
----------------------------------------*/

.btn_pagetop{
	position: fixed;
	right: 20px;
	bottom: 40px;
	z-index: 49;
}
.btn_pagetop a{
	display: block;
	width: 40px;
	height: 40px;
	background: #000;
	padding: 0;
}
.btn_pagetop a::after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-left: 2px solid #FFF;
	border-top: 2px solid #FFF;
	-webkit-transform: scaleY(0.9) rotate(45deg);
	-moz-transform: scaleY(0.9) rotate(45deg);
	-ms-transform: scaleY(0.9) rotate(45deg);
	-o-transform: scaleY(0.9) rotate(45deg);
	transform: scaleY(0.9) rotate(45deg);
	position: absolute;
	top: 5px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

@media screen and (max-width: 849px){

	.btn_pagetop{
		right: 10px;
	}

}/*END*/



/*----------------------------------------
	footer
----------------------------------------*/
.foot_l .text_12{
	font-size: 1.0rem !important;
}

.foot_r ul{
	font-size: 	1.1rem !important;
	font-weight: 400;
}

.foot_l .btn_black{
    font-size: 1.2rem;
    color: #000;
}

.copyright small{
	font-size: 1.15rem;
}



.foot_contact{
	font-size: 1.2rem;
}
.foot_contact .text_16{
	font-size: 1.3rem !important;
}
.foot_contact .text_42{
	font-size: 3.8rem !important;
}

