@charset "UTF-8";
/* CSS Document */

/** コールセンター
---------------------------------------------------------------------------------*/
.nyukyosha{
	width: 128px;
	height: auto;
	padding-right: 30px;
}
.call{
	background-color: #f8f8f8;
	margin-top: 60px;
	margin-bottom: 60px;
	padding-top: 50px;
	padding-bottom: 50px;
}
.call>p{
	text-align: center;
	font-size: 14px;
}
.call>div{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px 0;
}
.tel_01{
	font-size: 16px;
	font-family: "Montserrat";
	font-weight: 600;
	background: linear-gradient(transparent 65%, #ffa337 65%);
	line-height: 1em;
}
.tel_01 span{
	font-size: 30px;
	padding-left: 15px;
}
.tel_02{
	text-align: center;
	font-size: 14px;
}


/** リンク・バナー
---------------------------------------------------------------------------------*/
.link a img{
	width: 380px;
	height: auto;
	transition: .3s;
}
.link a img:hover{
	opacity: .8;
}
.link{
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}
.link a{
	margin: 0 15px;
}
.banner{
	width: 800px;
	margin: 0 auto;
    display: block;
	margin-bottom: 40px;
	transition: .3s;
}
.banner:last-child{
	margin-bottom: 0;
}
.banner img{
	width: 100%;
	height: auto;
}
.banner:hover{
	opacity: .8;
}
.link_banner{
	margin-bottom: 60px;
}

/** メールフォームからも
---------------------------------------------------------------------------------*/
.resident_contact{
	background-color: #f8f8f8;
	padding: 45px 0;
	margin-bottom: 80px;
}
.contact_mail{
	width: 24px;
	height: auto;
	padding-right: 10px;
}
.resident_contact>a{
	background-color: #ffa337;
	border-radius: 20px;
	width: 500px;
    display: block;
    margin: 0 auto;
    color: #fff;
	text-align: center;
	font-size: 18px;
	padding: 35px 0;
	margin-bottom: 10px;
	transition: .3s;
}
.resident_contact>a:hover{
		background-color: #FFB864;
}
.resident_contact>a>div{
	display: flex;
	justify-content: center;
	align-items: center;
}
.resident_contact>p{
	text-align: center;
	color: #ffa337;
	font-size: 14px;
}






/** 入居者特典
---------------------------------------------------------------------------------*/
.gift{
	padding-bottom: 100px;
}
.gift_title{
	width: 560px;
	height: auto;
	display: block;
	margin: 0 auto;
	padding-bottom: 40px;
}
.gift>p{
	text-align: center;
	padding-bottom: 80px;
}
.gift_for_you{
	display: flex;
	background-color: #f2f2f2;
	margin-bottom: 80px;
}
.gift_for_you>p{
	width: 40%;
	background-image: url("../img/top/gift_01.jpg");
	background-size: cover;
	max-width: 800px;
	background-position: center center;
}
.gift_for_you>p>img{
	display: none;
	width: 100%;
	height: auto;
}
.gift_for_you_btn{
	width: 360px;
	background-color: #2da9e9;
	border: solid 1px #2da9e9;
	color: #fff;
	transition: .3s;
	display: block;
	margin: 0 auto;
	padding: 14px 20px;
	text-align: center;
}
.gift_for_you_btn:hover{
	background-color: #2b95df;
}
.gift_for_you_text{
	width: 60%;
	position: relative;
	display: flex;
    align-items: center;
    justify-content: center;
	padding: 90px 0 70px;
}
.gift_for_you_text>div{
	width: 80%;
    max-width: 800px;
}
.gift_for_you_text>div>p{
	padding-bottom: 30px;
}
.gift_for_you_text>div>div>p:nth-child(2){
	padding-bottom: 20px;
}
.gift_for_you_text>div>div>p:nth-child(4){
	padding-bottom: 30px;
}
.gift_h3{
	background-color: #fff;
    display: inline-block;
    padding: 6px 40px;
    border: solid 3px #2da9e9;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	top: -25px;
		left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	text-align: center;
	width: fit-content;
}
.gift_h3 span{
	color: #ffa337;
	font-size: 14px;
	vertical-align: middle;
	padding-left: 10px;
}
.moving_out{
	display: flex;
	background-color: #f2f2f2;
	margin-bottom: 80px;
}
.moving_out_text{
	width: 60%;
	position: relative;
	display: flex;
    align-items: center;
    justify-content: center;
	padding: 110px 0 100px;
}
.moving_out>p:last-of-type{
	width: 40%;
	background-image: url("../img/top/gift_02.jpg");
	background-position: center center;
	background-size: cover;
	max-width: 800px;
	display: block;
	margin: 0 0 0 auto;
}
.staff{
	width: 96px;
	height: auto;
	padding-right: 20px;
}
.moving_out_text>div{
	width: 80%;
    max-width: 600px;
}
.moving_out_text>div>p{
	padding-bottom: 50px;
}
.moving_out_contact{
	background-color: #fff;
	border-radius: 5px;
	padding: 25px;
}
.moving_out_contact h4{
	text-align: center;
	font-weight: bold;
	padding-bottom: 15px;
}
.moving_out_contact>div{
	display: flex;
	justify-content: center;
}
.moving_out_contact>div>div>p{
	text-align: right;
}
.moving_out_contact>div>div>p span{
	font-size: 13px;
}
.comtown_img{
	width: 220px;
	height: auto;
}
.miyuki_com_town{
	background-color: #f2f2f2;
	position: relative;
	width: 700px;
	margin: 0 auto;
	text-align: center;
	padding: 60px 60px 40px;
}
.comtown_h3{
	width: fit-content;
}
.miyuki_com_town>div>p{
	padding-bottom: 30px;
}
.comtown_btn{
	width: 260px;
	background-color: #2da9e9;
	border: solid 1px #2da9e9;
	color: #fff;
	transition: .3s;
	display: block;
	margin: 0 auto;
	padding: 14px 20px;
	text-align: center;
}
.comtown_btn:hover{
	background-color: #2b95df;
}


@media print, screen and (max-width: 980px) {

/** コールセンター
---------------------------------------------------------------------------------*/
.nyukyosha{
	width: 70px;
	height: auto;
	padding-right: 10px;
}
.call{
	background-color: #f8f8f8;
	margin-top: 40px;
	margin-bottom: 40px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.call>p{
	text-align: left;
	font-size: 14px;
	max-width: 600px;
	margin: 0 auto;
	padding: 0 20px;
	line-height: 1.8em;
}
.call>div{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px 0;
}
.tel_01{
	font-size: 16px;
	font-family: "Montserrat";
	font-weight: 600;
	background: linear-gradient(transparent 65%, #ffa337 65%);
	line-height: 1em;
}
.tel_01 span{
	font-size: 26px;
	padding-left: 5px;
}
.tel_02{
	text-align: center;
	font-size: 14px;
}
	.call_time{
		text-align: center!important;
		font-size: 13px!important;
		line-height: 1.8em;
	}
	.link {
		display: block;
		justify-content: center;
		margin-bottom: 20px;
		text-align: center;
	}
	.link a {
		margin: 0 auto;
	}
	.link a img {
		width: 100%;
		max-width: 400px;
		height: auto;
		transition: .3s;
		padding: 0 20px;
		box-sizing: border-box;
		margin-bottom: 20px;
	}
	.banner {
		width: auto;
		margin: 0 auto;
		display: block;
		margin-bottom: 20px;
		transition: .3s;
		padding: 0 20px;
		max-width: 400px;
	}
	.link_banner {
		margin-bottom: 40px;
	}
	.resident_contact>a {
		background-color: #ffa337;
		border-radius: 20px;
		width: 90%;
		max-width: 500px;
		display: block;
		margin: 0 auto;
		color: #fff;
		text-align: center;
		font-size: 16px;
		padding: 25px 0;
		margin-bottom: 14px;
		transition: .3s;
	}
	.resident_contact>p {
		text-align: left;
		color: #ffa337;
		font-size: 14px;
		padding: 0 20px;
		line-height: 1.7em;
		max-width: 630px;
    	margin: 0 auto;
	}
	.resident_contact {
		background-color: #f8f8f8;
		padding: 35px 0;
		margin-bottom: 40px;
	}


/** 入居者特典
---------------------------------------------------------------------------------*/
.gift{
	padding-bottom: 50px;
}
.gift_title{
	width: 90%;
	max-width: 500px;
	height: auto;
	display: block;
	margin: 0 auto;
	padding-bottom: 30px;
}
.gift>p {
	text-align: left;
	padding: 0 20px 30px 20px;
	max-width: 620px;
	margin: 0 auto;
}
.gift_for_you{
	display: block;
	background-color: #f2f2f2;
	margin-bottom: 0px;
}
.gift_for_you>p{
	width: auto;
	background-image: url("../img/top/gift_01.jpg");
	background-size: cover;
	max-width: 100%;
	background-position: center center;
}
.gift_for_you>p>img{
	display: block;
	width: 100%;
	height: auto;
}
.gift_for_you_btn{
	width: 85%;
	max-width: 350px;
	background-color: #2da9e9;
	border: solid 1px #2da9e9;
	color: #fff;
	transition: .3s;
	display: block;
	margin: 0 auto;
	padding: 14px 20px;
	text-align: center;
	font-size: 14px;
	line-height: 1.4em;
}
.gift_for_you_btn:hover{
	background-color: #2b95df;
}
.gift_for_you_text{
	width: auto;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 70px 0 60px;
}
.gift_for_you_text>div{
	width: 100%;
	max-width: 600px;
	padding: 0 20px;
}
.gift_for_you_text>div>p{
	padding-bottom: 15px;
}
.gift_for_you_text>div>div>p:nth-child(2){
	padding-bottom: 15px;
}
.gift_for_you_text>div>div>p:nth-child(4){
	padding-bottom: 20px;
}
.gift_h3{
	background-color: #fff;
	display: inline-block;
	padding: 10px 40px;
	border: solid 3px #2da9e9;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	top: -35px;
		left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	text-align: center;
	width: fit-content;
}
.gift_h3 span{
	color: #ffa337;
	font-size: 13px;
	vertical-align: middle;
	padding-left: 0;
	display: block;
}
.moving_out>p>img {
	display: block;
	width: 100%;
	height: auto;
}
.moving_out{
	display: block;
	background-color: #f2f2f2;
	margin-bottom: 60px;
}
.moving_out_text{
	width: auto;
	position: relative;
	display: block;
    align-items: center;
    justify-content: center;
	padding: 70px 0 60px;
}
.moving_out>p{
	width: auto;
	background-image: url("../img/top/gift_02.jpg");
	background-position: center center;
	background-size: cover;
	max-width: 800px;
	display: block;
	margin: 0 0 0 auto;
}
.staff{
	width: 68px;
	height: auto;
	padding-right: 10px;
}
.sp_off{
	font-size: 13px;
	padding-top: 10px;
}	
.moving_out_text>div{
	width: auto;
    max-width: 600px;
	margin: 0 auto;
}
.moving_out_text>div>p{
	padding: 0 20px 30px 20px;
}
.moving_out_contact{
	background-color: #fff;
	border-radius: 5px;
	padding: 25px 30px;
	width: fit-content;
    margin: 0 auto;
}
.moving_out_contact h4{
	text-align: center;
	font-weight: bold;
	padding-bottom: 15px;
}
.moving_out_contact>div{
	display: flex;
	justify-content: center;
	align-items: center;
}
.moving_out_contact>div>div>p{
	text-align: right;
	font-size: 14px;
}
.moving_out_contact>div>div>p span{
	display: none;
}
.miyuki_com_town {
    background-color: #f2f2f2;
    position: relative;
    width: auto;
    margin: 0 auto;
    text-align: center;
    padding: 80px 20px 60px;
}	
.comtown_img {
    width: 200px;
    height: auto;
	display: block;
	margin: 0 auto;
}
.comtown_h3{
	width: fit-content;
}
.miyuki_com_town>div>p{
	padding-bottom: 30px;
	text-align: left;
	max-width: 600px;
	margin: 0 auto;
}
.comtown_btn{
	width: 85%;
	max-width: 350px;
	background-color: #2da9e9;
	border: solid 1px #2da9e9;
	color: #fff;
	transition: .3s;
	display: block;
	margin: 0 auto;
	padding: 14px 20px;
	text-align: center;
}
.comtown_btn:hover{
	background-color: #2b95df;
}
	




















}
