@charset "UTF-8";

html {
}
@media screen and (max-width: 768px) {
	html {
	}
	body.fixed {
		position: fixed;
		height: 100%;
		left: 0;
		width: 100%;
		top: 0;
	}
	body{
		 -webkit-text-size-adjust: 100%;
	}
}



/* ----------------------------------------------------------------------------------------------------
* 　sec共通
* --------------------------------------------------------------------------------------------------*/
.sec{
	position: relative;
	z-index: 0;
}

.sec_ttl{
	text-align: center;
}
.sec_ttl div{
	display: inline-block;
}

.sec_ttl h2{
	text-align: center;
	font-weight: bold;
	color: #33327A;
	font-size: 5.6rem;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-bottom: 0.25em;
}
.sec_ttl h2 span{
	font-size: 4.5rem;
}
.sec_ttl h2 .go{
	font-size: 5.0rem;
}

.sec_ttl p{
	display: flex;
	align-items: center;
	text-align: center;
	font-weight: bold;
	color: #33327A;
	font-size: 2.3rem;
	letter-spacing: 0.05em;
}

.sec_ttl p:before,
.sec_ttl p:after {
	border-top: 1px solid #33327A;
	content: "";
	flex-grow: 1;
}
.sec_ttl p:before {
	margin-right: 1em;
}
.sec_ttl p:after {
	margin-left: 1em;
}

.quo_box{
	padding: 25px 0 20px;
	background-color: #303074;
}

.quo_box h2{
	padding: 5px 0 5px 1.5em;
	background-color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 3.2rem;
	color: #000;
	letter-spacing: -0.05em;
}
.ie .quo_box h2{
	padding: 7px 0 3px 1.5em;
}

.quo_box h2 span{
	margin: 0 3px;
}

.quo_box div{
	position: relative;
	max-width: 840px;
	margin: -12px auto 0;
}

.quo_box p:first-child img{
	width: 819px;
}

.quo_box p:last-child{
	position: absolute;
	bottom: 5px;
	right: 0;
}
.quo_box p:last-child img{
	width: 496px;
}

@media screen and (min-width: 769px) {
	.sec{
		overflow-x: hidden;
	}
}


@media screen and (max-width: 768px) {
	.mid1{
		margin-bottom: 20px;
	}
	.mid1 span{
		font-size: 2.4rem;
		display: inline-block;
		padding-bottom: 10px;
	}

	.sec_ttl h2{
		font-size: 2.8rem;
		line-height: 1.2;
	}
	.sec_ttl h2 span{
		font-size: 2.5rem;
	}
	.sec_ttl h2 .go{
		font-size: 2.6rem;
	}
	.sec_ttl p{
		font-size: 1.4rem;
	}

	.quo_box h2{
		font-size: 4vw;
		padding-left: 0;
	}

	.quo_box{
		padding: 5vw 0 2.5vw;
	}
	.quo_box div{
		padding: 0 3% 0 2%;
		margin-top: -1%;
	}

	.quo_box p:first-child img{
		width: 100%;
	}
	.quo_box p:last-child{
		width: 55%;
		right: 3%;
		bottom: 1%;
	}
	.quo_box p:last-child img{
		width: 100%;
	}
}



/* ----------------------------------------------------------------------------------------------------
* 　cv
* --------------------------------------------------------------------------------------------------*/
.cvbox{
	padding: 10px 0 36px;
	text-align: center;
	position: relative;
	z-index: 0;
}

.cvbox .lead{
	text-align: center;
	font-size: 1.9rem;
	font-weight: 500;
	line-height: 1.5;
}

.cvbox .sche{
	width: 100%;
	margin-top: 17px;
}
.cvbox .sche h3{
	width: 760px;
	margin: 0 auto;
	padding-bottom: 2px;
	margin-bottom: 30px;
	background-color: #33327A;
	color: #fff;
	font-size: 2.5rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1em;
	text-indent: 1em;
}
.ie .cvbox .sche h3{
	padding-top: 3px;
	padding-bottom: 0;
}
.cvbox .sche .schedule{
	width: 940px;
	margin: 0 auto;
}

.cvbtn{
	color: #fff;
	padding: 10px 5px 18px 75px;
	line-height: 1;
	position: relative;
	font-weight: 700;
	font-size: 2.6rem;
	width: 340px;
	display: block;
	margin-right: 20px;
	letter-spacing: 0.05em;
}
.cvbtn span{
	font-size: 1.6rem;
	line-height: 1;
	display: inline-block;
	padding-bottom: 5px;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.cvbtn img{
	position: absolute;
	left:22px;
	top: 50%;
	transform: translateY(-50%);
}



.cv_tel img{
	width: 24px;
	display: inline-block;
	vertical-align: middle;
}


@media screen and (max-width: 768px) {
	.cvbox{
		padding: 20px 0 10px;
	}
	.cvbox .wrap{
		flex-wrap: wrap;
	}
	.cvbox .lead{
		font-size: 1.4rem;
	}
	.cvbox .sche{
		width: 100%;
		margin-bottom: 25px;
	}
	.cvbox .sche h3{
		width: 280px;
		margin: 0 auto 15px;
		margin-bottom: 15px;
		font-size: 1.6rem;
	}
	.cvbox .sche .schedule{
		width: 100%;
	}

	.cvbtn{
		padding: 2px 5px 8px 60px;
		/* width: 300px; */
		min-width: 300px;
		width: calc(80% - 20px);
		margin :0 auto 5px;
		font-size: 2rem;
	}
	.cvbtn span{
		font-size: 1.2rem;
		letter-spacing: 0.1em;
	}

	.cvbtn img{
		left:16px;
	}

	.cv_tel{
		padding-top: 0;
	}
	.cv_tel p{
		text-align: center;
		font-size: 3.6rem;
		padding-bottom: 4px;
	}
	.cv_tel img{
		width: 24px;
		margin-top: -4px;
	}
}


/*----------
cv2
----------*/
.cvbox2{
	position: relative;
	padding: 35px 0 38px 120px;

}
.cvbox2 .txt{
	position: relative;
	width: 880px;
	margin: 0 auto;
	margin-bottom: 28px;
	border: 4px solid #000;
	background: #fff;
	font-size: 5.4rem;
	font-weight: 900;
	text-align: center;
	line-height: 97px;
}
.cvbox2 .txt:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -39px;
	margin-top: -16px;
	border: 16px solid transparent;
	border-right: 28px solid #FFF;
	z-index: 2;
}

.cvbox2 .txt:after {
	content: "";
	position: absolute;
	top: 50%;
	left: -48px;
	margin-top: -18px;
	border: 18px solid transparent;
	border-right: 30px solid #000;
	z-index: 1;
}

.cvbox2 .txt2{
	background: #ffcf07;
}
.cvbox2 .txt2:before{
	border-right: 28px solid #ffcf07;
}
.cvbox2 .cvbtn{
	margin: 0 auto;
	width: 578px;
	line-height: 114px;
	text-align: center;
	font-size: 4.2rem;
	letter-spacing: 0.1em;
	padding: 0 0 0 15px;
}
.cvbox2 .cvbtn img{
	width: 42px;
	left: 32px;
}
.cvbox2 .cv2_ph{
	position: absolute;
	width: 392px;
	bottom: 0;
	left: -82px;
	z-index: -1;
}
@media screen and (min-width: 769px) {


}
@media screen and (max-width: 768px) {
	.cvbox2{
		padding: 18px 0 20px 0;
	}
	.cvbox2 .txt{
		width: 100%;
		margin-bottom: 18px;
		font-size: 1.5rem;
		line-height: 40px;
		z-index: -1;
	}

	.cvbox2 .txt:before {
		top: auto;
		bottom: -22px;
		left: 60px;
		margin-top: 0;
		border: 12px solid transparent;
		border-top: 12px solid #FFF;
	}

	.cvbox2 .txt:after {
		top: auto;
		bottom: -28px;
		left: 58px;
		margin-top: 0;
		border: 14px solid transparent;
		border-top: 12px solid #000;
	}

	.cvbox2 .txt2:before{
		border: 12px solid transparent;
		border-top: 12px solid #ffcf07;
	}
	.cvbox2 .cvbtn{
		margin: 0 auto 0 100px;
		min-width: 1px;
		width: calc(80% - 40px);
		line-height: 50px;
		font-size: 2rem;
		letter-spacing: 0.1em;
		padding: 0 0 0 30px;
		text-align: center;
	}
	.cvbox2 .cvbtn img{
		width: 26px;
		left: 10px;
	}
	.cvbox2 .cv2_ph{
		width: 140px;
		left: -30px;
	}
}


/* ----------------------------------------------------------------------------------------------------
*	header
* --------------------------------------------------------------------------------------------------*/

header {
	width: 100%;
}

header .logo a{
	display: block;
}
header .logo img {
	width: 355px;
	vertical-align: middle;
}
header .logo img.logo2{
	width: 60px;
	margin-left: 12px;
}
header .logo img.logo3{
	width: 93px;
	margin-left: 12px;
}
header .head1{
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	height: 100px;
	padding: 10px 30px;
	margin: 0 auto;
}
header .cv_tel img{
	width: 284px;
}

@media screen and (max-width: 768px) {
	header {
		padding: 0 3%;
		background: #fff;
		position: static;
		height: initial;
	}
	header .head1{
		align-items: flex-start;
		padding: 10px 0;
		height: initial;
	}
	header .logo{
		width: 60%;
	}
	header .logo a{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	header .logo img {
		width: 100%;
	}
	header .logo img.logo2{
		display: none;
		width: 20%;
		margin-left: 7px;
		margin-top: 6px;
	}
	header .logo img.logo3{
		display: none;
		width: 12%;
		margin-left: 7px;
		margin-top: 6px;
	}

	header .cv_tel{
		width: 35%;
	}
	header .cv_tel img{
		width: initial;
		margin-top: 0;
	}

}



/* ----------------------------------------------------------------------------------------------------
*  footer
* --------------------------------------------------------------------------------------------------*/


footer{
	color: #fff;
	line-height: 1;
	padding-bottom: 109px;
}
footer a{
	color: #fff;
}

footer ul{
	text-align: center;
}
footer li{
	display: inline-block;
	vertical-align: top;
	line-height: 1;
	letter-spacing: 0.1em;
}
footer li+li{
	border-left: 1px solid #fff;
	padding-left: 15px;
	margin-left: 15px;
}

#foot1{
	background: #000;
	padding: 20px 0;
}
#foot2{
	background: #000069;
	padding: 40px 0;
}
#foot2 li+li{
	padding-left: 20px;
	margin-left: 20px;
}
.copyright{
	text-align: center;
	font-size: 1.1rem;
	line-height: 1;
	padding-top: 26px;
	letter-spacing: 0.1em;
}

@media screen and (min-width: 769px) {

	.copyright{
		font-size: 1rem;
	}
}
@media screen and (max-width: 768px) {
	footer{
		padding-bottom: calc(11.2vw + 20px);
	}
	footer li{
		font-size: 1rem;
		margin-top: 4px;
	}
	footer li+li{
		padding-left: 4px;
		margin-left: 4px;
	}

	#foot1{
		padding: 10px 0 14px;
	}
	#foot2{
		padding: 15px 0 20px;
	}
#foot2 li+li{
	padding-left: 4px;
	margin-left: 4px;
}
.copyright{
	text-align: center;
	font-size: 1rem;
	line-height: 1;
	padding-top: 16px;
	letter-spacing: 0.1em;
}

}


/* ----------------------------------------------------------------------------------------------------
* 　sec1
* --------------------------------------------------------------------------------------------------*/

/* ------------------------------
	.メインビジュアル
------------------------------ */
.main-visual {
	background: #fff url(../img/bg_main.png) no-repeat center top;
	background-size: cover;
	padding: 40px 0 0;
	text-align: center;
}

.main-visual div{
	position: relative;
	width: 736px;
	margin: 0 auto;
}

.main-visual h2{
	text-align: center;
}

.main-visual p{
	text-align: center;
}

.main-visual h2 img{
	width: 736px;
		margin-left: -10%;
}

.main-visual .main_quo{
	position: absolute;
	right: 10px;
	bottom: 12px;
	width: 526px;
	margin-right: 5%;
}

.main-visual .main_quo p:first-child img{
	width: 526px;
}

.main-visual .btn{
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.main-visual .btn img{
	width: 99px;
}


@media screen and (max-width: 768px) {
	.main-visual {
		padding: 6% 0 0;
	}

	.main-visual div{
		width: 100%;
	}

	.main-visual h2{
		width: 85%;
		margin: 0 auto;
	}
	.main-visual h2 img{
		width: initial;
	}

	.main-visual .main_quo{
		width: 65%;
		right: 0;
		bottom: 2%;
	}
	.main-visual .main_quo p:first-child img{
		width: 100%;
	}
	.main-visual .btn{
		width: 20%;
		right: 0.8%;
		bottom: 6%;
	}

	.main-visual p {
		width: 100%;
		padding-right: 0;
		text-align: center;
	}
}



/* ------------------------------
	.問い合わせ先
------------------------------ */
.information {
	position: relative;
	background-color: #fafaf9;
	text-align: center;
	padding: 30px 0;
}
.information h3 {
	margin-bottom: 30px;
	font-size: 28px;
	text-align: center;
	border: none;
}
.information .present {
	position: absolute;
	width: 180px;
	height: 180px;
	top: -38px;
	left: 50%;
	margin-left: -701px;
}



/* ------------------------------
	.お悩み
------------------------------ */
.faq h2 img{
	width: 679px;
}

.faq ul{
	max-width: 860px;
	margin: 55px auto 73px;
	white-space: nowrap;
}

.faq li{
	background: url(../img/ico_check.png) no-repeat left 17px;
	background-size: 17px;
	padding-left: 25px;
	font-size: 2.9rem;
	font-weight: 500;
	color: #000;
	letter-spacing: -0.03em;
}
.ie .faq li{
	background-position: left 13px;
}

.faq li + li{
	margin-top: 5px;
}

.faq .faq_box h3{
	text-align: center;
	margin-bottom: 60px;
}
.faq .faq_box h3 img{
	width: 891px;
}

.faq .faq_box p{
	text-align: center;
	color: #000;
}
.faq .faq_box p img{
	width: 714px;
}

.faq .faq_box p:last-child{
	margin: 55px 0 0;
	font-size: 32px;
	font-weight: bold;
}


@media screen and (max-width: 768px) {
	.faq h2 img{
		width: 90%;
	}
	.faq ul{
		width: 90%;
		margin: 8% auto;
		white-space: normal;
	}
	.faq li{
		padding-left: 15px;
		font-size: 1.4rem;
		background-size: 10px;
		background-position: left 6px;
	}
	.faq .faq_box h3{
		margin-bottom: 8%;
	}
	.faq .faq_box p:last-child{
		font-size: 1.8rem;
		margin-top: 8%;
	}
}



/* ------------------------------
	.投資用マンションを選ぶ3つのポイント
------------------------------ */
.point h2{
	text-align: center;
}
.point h2 img{
	width: 775px;
}

.point .content-inner02{
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}

.point section{
	width: 32.5%;
}

.point section img{
	max-width: 100%;
}

.point ul{
	padding: 13px 13px;
	margin: 5px 10px 10px;
	background-color: #E6E6E6;
	border-radius: 15px;
}

.point li{
	background: url(../img/ico_check.png) no-repeat left 8px;
	background-size: 10px;
	padding-left: 15px;
	font-size: 1.6rem;
	color: #000;
	letter-spacing: -0.03em;
}

.point section p{
	margin: 0 10px;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: -0.03em;
}

.point .big{
	text-align: center;
	font-size: 3.2rem;
	color: #000;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	.point .content-inner02{
		flex-wrap: wrap;
		margin: 0 auto;
	}
	.point h2{
		width: 94%;
		margin: 0 auto 2%;
	}
	.point h2 img{
		width: 100%;
	}
	.point section{
		width: 85%;
		padding: 6% 0;
		margin: 0 auto;
	}
	.point li{
		padding-left: 15px;
		font-size: 1.4rem;
		background-size: 10px;
		background-position: left 6px;
	}
	.point section p{
		font-size: 1.3rem;
	}
	.point .big{
		font-size: 1.8rem;
	}
}


/* ------------------------------
	.バスツアーの内容
------------------------------ */
.tour .sec_ttl{
	margin-bottom: 40px;
}

.tour_wrap{
	position: relative;
	display: flex;
	justify-content: space-between;
	padding-top: 15px;
	padding-bottom: 0;
}

.tour_box{
	width: 600px;
	padding-left: 115px;
}

.tour_wrap::after{
	position: absolute;
	top: 140px;
	left: 44px;
	content: "";
	display: block;
	width: 3px;
	height: 113px;
	background: url(../img/tour_line.png) repeat-y top center;
	background-size: 3px;
}
.tour_wrap:last-of-type::after{
	display: none;
}

.tour_wrap:nth-of-type(1) .tour_box{
	background: url(../img/tour_bg01.png) no-repeat 7px top;
	background-size: 76px;
}
.tour_wrap:nth-of-type(2) .tour_box{
	background: url(../img/tour_bg02.png) no-repeat 7px top;
	background-size: 76px;
}
.tour_wrap:nth-of-type(3) .tour_box{
	background: url(../img/tour_bg03.png) no-repeat 7px top;
	background-size: 76px;
}
.tour_wrap:nth-of-type(4) .tour_box{
	background: url(../img/tour_bg04.png) no-repeat 7px top;
	background-size: 76px;
}
.tour_wrap:nth-of-type(5) .tour_box{
	background: url(../img/tour_bg05.png) no-repeat 7px top;
	background-size: 76px;
}
.tour_wrap:nth-of-type(6) .tour_box{
	background: url(../img/tour_bg06.png) no-repeat 7px top;
	background-size: 76px;
}
.tour_wrap:nth-of-type(7) .tour_box{
	background: url(../img/tour_bg07.png) no-repeat 7px top;
	background-size: 76px;
}

.tour_box h3{
	margin: 10px 0 5px;
	font-size: 2.8rem;
	font-weight: bold;
	color: #000;
	letter-spacing: -0.03em;
	white-space: nowrap;
}
.tour_wrap:nth-of-type(1) h3{
	font-size: 3.2rem;
}
.tour_wrap:nth-of-type(2) h3{
	font-size: 3.1rem;
}

.tour_box h3 .tour_num{
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-right: 10px;
	border-radius: 50%;
	background-color: #33327A;
	color: #fff;
	font-size: 3.4rem;
	text-align: center;
	line-height: 1.4;
}

.tour_box h3 .space{
	margin-left: -0.3em;
}

.tour_box p{
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 2;
	letter-spacing: -0.03em;
}

.tour_box .meet{
	margin-top: 5px;
	font-size: 1.2rem;
	letter-spacing: 0;
	font-weight: 500;
	line-height: 1.8;
}

.tour_box .meet a{
	color: #0071BC;
	text-decoration: underline;
}

.tour_img img{
	width: 329px;
}

.tour .notes{
	text-align: right;
	font-size: 1.5rem;
	font-weight: 500;
}


@media screen and (max-width: 768px) {
	.tour .sec_ttl{
		margin-bottom: 10px;
	}
	.tour_wrap{
		flex-wrap: wrap;
		padding-bottom: 6%;
	}
	.tour_wrap .tour_box:nth-child(n){
		background-size: 36px;
		background-position: left top
	}
	.tour_box{
		order: 2;
		width: 100%;
		padding-left: 50px;
	}
	.tour_wrap::after{
		display: none;
	}
	.tour_img,
	.tour_box{
		position: relative;
	}
	.tour_img::before,
	.tour_box::before{
		position: absolute;
		left: 16px;
		content: "";
		display: block;
		width: 3px;
		background: url(../img/tour_line.png) repeat-y top center;
		background-size: 50%;
	}
	.tour_img::before{
		bottom: -5%;
		height: 125%;
	}
	.tour_box::before{
		bottom: 0;
		height: calc(100% - 60px);
	}
	.tour_wrap:first-of-type .tour_img::before{
		display: none;
	}
	.tour_wrap:last-of-type .tour_box::before{
		display: none;
	}
	.tour_box h3:nth-child(n){
		font-size: 2.0rem;
		margin-top: 0;
		white-space: normal;
		padding-left: 40px;
		text-indent: -40px;
	}
	.tour_box h3 .tour_num{
		width: 30px;
		height: 30px;
		font-size: 2.2rem;
		text-indent: 0;
		line-height: 1.3;
	}
	.tour_box p{
		font-size: 1.3rem;
	}

	.tour_img{
		order: 1;
		width: 100%;
		margin: 0 auto 5%;
		text-align: center;
	}
	.tour_img img{
		width: 60%;
	}
	.tour .notes{
		margin: 0;
		text-align: left;
		font-size: 1.2rem;
		padding-left: 1em;
		text-indent: -1em;
	}
}


/* ------------------------------
	.スタッフからのメッセージ
------------------------------ */
.message .sec_ttl{
	margin-bottom: 60px;
}

.message .content-inner02{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.message .content-inner02 div{
	display: flex;
	margin-bottom: 40px;
	margin-left: 10px;
}

.message .content-inner02 div p:last-child{
	display: flex;
	align-items: center;
	width: 287px;
	height: 184px;
	padding: 5px;
	margin-left: 5px;
	border: 1px solid #B3B3B3;
	border-radius: 15px;
	font-size: 2.0rem;
	font-weight: 500;
	letter-spacing: -0.03em;
}

.message .content-inner02 div img{
	width: 174px;
}

.message .txt{
	margin: 45px 0 35px;
	text-align: center;
}

.message .txt img{
	width: 804px;
}


@media screen and (max-width: 768px) {
	.message .sec_ttl{
		margin-bottom: 20px;
	}
	.message .content-inner02{
		justify-content: center;
	}
	.message .content-inner02 div{
		margin-bottom: 20px;
		margin-left: 0;
	}
	.message .content-inner02 div p:first-child{
		display: flex;
		align-items: center;
	}
	.message .content-inner02 div img{
		width: 100px;
	}
	.message .content-inner02 div p:last-child{
		font-size: 1.6rem;
		height: initial;
		padding: 10px 5px;
	}
	.message .txt{
		width: 94%;
		margin: 3% auto;
	}
	.message .txt img{
		width: 100%;
	}
}



/* ------------------------------
	.ご紹介する投資マンションの例
------------------------------ */
.mansion{
	position: relative;
	padding: 60px 0;
}

.mansion .sec_ttl{
	margin-bottom: 60px;
}

.slider{
	position: relative;
}

.slider section{
	display: flex;
	justify-content: space-between;
	width: 933px;
	height: 402px;
	padding: 15px 20px;
	margin: 0 auto;
	border: 1px solid #B3B3B3;
	border-radius: 15px;
}

.slider section .txt_box{
	padding: 10px 0 0 25px;
}

.slider h3{
	max-width: 420px;
	padding-bottom: 5px;
	margin-bottom: 7px;
	border-bottom: 1px solid #B3B3B3;
	font-weight: bold;
	font-size: 2.8rem;
}

.slider h3 + p{
	margin-bottom: 25px;
	font-size: 2.2rem;
}

.slider p{
	font-weight: 500;
	font-size: 1.6rem;
}

.slider dl{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.slider dt{
	text-align: justify;
	width: 5em;
	font-weight: 500;
	font-size: 1.6rem;
}
.slider dt::after{
	content: "︰";
	letter-spacing: 0;
}

.slider .txt1{
	letter-spacing: 3em;
}
.slider .txt2{
	letter-spacing: 1em;
}
.slider .txt3{
	letter-spacing: 0.5em;
}
.slider .txt3::after{
	margin-left: -0.5em;
}

.slider dd{
	width: calc(100% - 5em);
	font-weight: 500;
	font-size: 1.6rem;
}

.slider h4{
	font-weight: 500;
	font-size: 1.6rem;
}

.slider .access h4{
	padding: 3px 0;
	padding-left: 30px;
	background: url(../img/ico_access.png) no-repeat center left;
	background-size: 22px;
}

.slider li .img{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40%;
}
.slider li .img img{
	max-width: 100%;
	width: 100%;
	height: auto;
}

/*arrow*/
.slide-arrow{
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 28px;
	cursor: pointer;
}

.next-arrow{
	right: calc(50% - 510px);
}
.prev-arrow{
	left: calc(50% - 510px);
}

/* Dots */
.slick-dots{
	position: absolute;
	bottom: -40px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li{
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.slick-dots li + li{
	margin-left: 10px;
}

.slick-dots li button{
	font-size: 0;
	line-height: 0;
	display: block;
	width: 24px;
	height: 24px;
	padding: 0;
	border-radius: 50%;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background-color: #808080;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.slick-dots li.slick-active button{
	background-color: #33327A;
}

.slick-dots li button:hover,
.slick-dots li button:focus{
	outline: none;
}

.mansion .notes{
	width: 933px;
	margin: 0 auto;
}

.mansion .notes p{
	position: absolute;
	bottom: 30px;
	padding-left: 1em;
	font-weight: 500;
}


@media screen and (max-width: 768px) {
	.mansion{
		padding: 8% 0 60px;
	}
	.mansion .sec_ttl{
		margin-bottom: 8%;
	}
	.slider section{
		flex-wrap: wrap;
		width: calc(90% - 40px);
		min-height: 0;
		height: initial;
		padding: 15px 3% 20px;
	}
	.slider section .txt_box{
		order: 2;
		width: 100%;
		padding: 10px 0 0;
	}
	.slider h3{
		font-size: 4vw;
		padding-bottom: 2vw;
		margin-bottom: 2vw;
	}
	.slider h3 + p{
		font-size: 4vw;
		margin-bottom: 3vw;
	}
	.slider dl{
		margin-bottom: 3vw;
	}
	.slider dt{
		width: 5.1em;
		font-size: 3.3vw;
	}
	.slider dd{
		width: calc(100% - 5.1em);
		font-size: 3.3vw;
	}
	.slider .access h4{
		background-size: 17px;
		padding: 3px 0 3px 25px;
		font-size: 3.3vw;
	}
	.slider p{
		font-size: 3.3vw;
	}
	.slider li .img{
		order: 1;
		width: 100%;
	}
	.slick-dots{
		bottom: -50px;
	}
	.slick-dots li button{
		width: 15px;
		height: 15px;
	}
	.slide-arrow{
		width: 20px;
	}
	.next-arrow{
		right: 3%;
	}
	.prev-arrow{
		left: 3%;
	}
	.mansion .notes{
		width: 90%;
	}
	.mansion .notes p{
		position: absolute;
		bottom: 35px;
		left: 10%;
		padding-left: 0;
		text-align: center;
	}
}



/* ------------------------------
	.入居者が重要視する項目
------------------------------ */
.best .content-inner02{
	padding: 0 12px;
}

.best .content-inner02 div{
	display: flex;
	justify-content: space-between;
	margin: 40px 0 10px;
}

.best .content-inner02 div p:first-child img{
	width: 457px;
}
.best .content-inner02 div p:last-child img{
	width: 462px;
}

.best .content-inner02 div + p{
	margin-left: 10px;
	font-size: 1.2rem;
}
.best a{
    color: #0071BC;
    text-decoration: underline;
}
.best a:hover{
    
    
    opacity: 0.8;
}

@media screen and (max-width: 768px) {
	.best .content-inner02{
		padding: 0 2%;
	}

	.best .content-inner02 div{
		margin: 20px 0 10px;
		flex-wrap: wrap;
	}

	.best .content-inner02 div p{
		width: 100%;
	}

	.best .content-inner02 div p:first-child img{
		width: 100%;
	}
	.best .content-inner02 div p:last-child img{
		width: 100%;
		margin-top: 4vw;
	}
}



/* ------------------------------
	.開催日時
------------------------------ */
.schedule .sec_ttl{
	margin-bottom: 30px;
}

.schedule ul{
	width: 940px;
	margin: 0 auto;
}

.schedule li{
	display: flex;
	flex-wrap: wrap;
	padding: 10px 40px 20px;
	border: 1px solid #B3B3B3;
	border-radius: 15px;
}

.schedule li + li{
	margin-top: 18px;
}

.schedule li div{
	width: 204px;
	margin-right: 30px;
}

.schedule li .date1{
	text-align: center;
	font-weight: bold;
	font-size: 12.0rem;
	line-height: 1;
	white-space: nowrap;
}
.schedule li .date2{
	margin-top: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 10.3rem;
	line-height: 1;
	letter-spacing: -0.065em;
	white-space: nowrap;
}

.schedule li .date1 span{
	font-size: 7.3rem;
	vertical-align: super;
}
.schedule li .date2 span{
	font-size: 6.4rem;
	vertical-align: super;
}
.ie .schedule li .date1 span,
.ie .schedule li .date2 span{
	vertical-align: top;
}

.schedule li .day{
	padding: 5px 0;
	margin-top: 20px;
	background-color: #F15A24;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 3.1rem;
	line-height: 1;
}
.ie .schedule li .day{
	padding: 7px 0 3px;
}

.schedule li dl{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	width: calc(100% - 234px);
}

.schedule li dt,
.schedule li dd{
	margin-top: 20px;
}

.schedule li dt{
	width: 115px;
	padding: 3px 0;
	background-color: #33327A;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 1.9rem;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
}
.ie .schedule li dt{
	padding: 5px 0 1px;
}

.schedule li dd{
	width: calc(100% - 115px);
	padding-left: 10px;
	font-weight: 500;
	font-size: 2.2rem;
}
.ie .schedule li dd{
	padding-top: 1px;
}

.schedule li dd:last-child{
	font-size: 1.7rem;
	line-height: 1.3;
}

.schedule .notes{
	margin-top: 5px;
	padding-left: 1em;
	font-weight: 500;
}



@media screen and (max-width: 768px) {
	.schedule .sec_ttl{
		margin-bottom: 25px;
	}
	.schedule ul{
		width: 100%;
	}
	.schedule li{
		padding: 15px 3%;
	}
	.schedule li div{
		width: 73px;
		margin-right: 18px;
	}
	.schedule li .date1{
		font-size: 4.0rem;
	}
	.schedule li .date2{
		margin-top: 0;
		font-size: 3.6rem;
	}
	.schedule li .date1 span{
		font-size: 2.8rem;
	}
	.schedule li .date2 span{
		font-size: 2.4rem;
	}
	.schedule li .day{
		margin-top: 13px;
		font-size: 1.6rem;
	}
	.schedule li dl{
		width: calc(100% - 91px);
	}
	.schedule li dt{
		width: 90px;
		font-size: 1.4rem;
	}
	.schedule li dt:first-child{
		margin-top: 0;
	}
	.schedule li dd{
		width: 100%;
		padding-left: 0;
		margin-top: 5px;
		font-size: 1.4rem;
	}
	.schedule li dd:last-child{
		font-size: 1.4rem;
		line-height: 1.6;
	}
	.schedule .notes{
		text-indent: -1em;
	}
}



/* ------------------------------
	.開催日時
------------------------------ */
.place{
	padding-bottom: 75px;
}

.place .sec_ttl{
	margin-bottom: 20px;
}

.place .map_wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 0 30px;
}

.place .map_box{
	margin: 25px auto 0;
}

.place .map_box h3{
	margin-bottom: 15px;
	text-align: center;
	font-weight: bold;
	font-size: 2.8rem;
}
.place .map_box h3.space{
	letter-spacing: 0.5em;
	text-indent: 0.5em;
}

.place .map_box .map{
	width: 706px;
	height: 397px;
	margin: 0 auto;
}

.place .map_box .map iframe{
	width: 100%;
	height: 100%;
}

.place .map_box p{
	margin-top: 10px;
	text-align: center;
	font-weight: 500;
	font-size: 2.2rem;
	letter-spacing: -0.03em;
	line-height: 1.3;
}

.place .map_box p span{
	font-size: 1.9rem;
}

.place .txt{
	margin-top: 20px;
	padding: 30px 0 30px 240px;
	background: url(../img/place_img.png) no-repeat center left;
	background-size: 224px;
}

.place .txt p{
	padding: 20px;
	border: 1px solid #B3B3B3;
	border-radius: 15px;
	font-weight: 500;
	font-size: 3.4rem;
	line-height: 1.4;
	letter-spacing: -0.01em;
}


@media screen and (max-width: 768px) {
	.place{
		padding-bottom: 8%;
	}
	.place .sec_ttl{
		margin-bottom: 0;
	}
	.place .map_wrap{
		padding: 0;
	}
	.place .map_box{
		width: 100%;
		margin-top: 0;
		padding-top: 25px;
	}
	.place .map_box .map{
		width: 100%;
		height: 200px;
	}
	.place .map_box h3{
		font-size: 1.8rem;
	}
	.place .map_box p{
		font-size: 1.5rem;
	}
	.place .map_box p span{
		font-size: 1.4rem;
	}
	.place .txt{
		min-height: 137px;
		padding: 20px 0 20px 135px;
		background-size: 130px;
	}
	.place .txt p{
		padding: 15px 7px 15px;
		font-size: 1.6rem;
	}
}





/* ----------------------------------------------------------------------------------------------------
* 　sec6 form
* --------------------------------------------------------------------------------------------------*/
.sec6{
	padding-top: 60px;
	padding-bottom: 120px;
}
.sec6 .sec_ttl{
	margin-bottom: 20px;
}

.sec6_form th, .sec6_form td{
	vertical-align: middle;
	color: #000;
}
.sec6_form th{
	width: 30%;
	padding: 30px 0 30px 25px;
	position: relative;
	font-size: 1.9rem;
	font-weight: 500;
	letter-spacing: 0.15em;
	position: relative;
	vertical-align: top;
}
.sec6_form th.required:before{
	content: "必須";
	position: absolute;
	top: 27px;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 99px;
	height: 35px;
	background: #33327A;
	border-radius: 10px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	line-height: 24px;
}
.ie .sec6_form th{
	padding: 33px 0 27px 25px;
}
.ie .sec6_form th.required:before{
	position: inherit;
	float: right;
	margin-top: -3px;
	top: 0;
	padding-top: 2px;
}

.sec6_form td{
	width: 60%;
	padding: 15px 25px 15px 40px;
	font-weight: 500;
}
.sec6_btn{
	padding: 0;
}

.sec6_form input{
	background: #fff;
	border: 1px solid #B3B3B3;
	border-radius: 15px;
	font-size: 1.9rem;
	font-weight: 500;
	padding: 15px 18px;
	width: 100%;
}
.sec6_form input::placeholder {
	color: #9d9d9d;
}
.sec6_form input:-ms-input-placeholder {
	color: #9d9d9d;
}

.sec6_form input.half{
	width: 49%;
	display: inline-block;
}
.sec6_form input.half+ input.half{
	margin-left: 1%;
}
.sec6_form input.pref{
	width: 125px;
}



.sec6_form input[type="checkbox"],
.sec6_form input[type="radio"] {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.sec6_form label{
	position: relative;
	display: block;
	word-break: break-all;
	display: inline-block;
}

.sec6_form .sche label{
	display: block;
}
.sec6_form td label{
	font-size: 1.9rem;
	font-weight: 500;
}
.sec6_form .radio input,
.sec6_form .checkbox input{
	display: none;
}
.sec6_form .radio span,
.sec6_form .checkbox span{
	position:relative;
	display: flex;
	align-items: center;
	height: 55px;
	padding-left: 70px;
	letter-spacing: 0.1em;
}
.sec6_form .radio span::before,
.sec6_form .checkbox span::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 51px;
	height: 56px;
	background: #fff;
	border: 1px solid #B3B3B3;
	border-radius: 8px;
}
.sec6_form .radio input:checked + span::after,
.sec6_form .checkbox input:checked + span::after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 13px;
	margin: auto;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: #222;
}

.ie .sec6_form .radio{
	margin-top: 2px;
}

.sec6_form .people label{
	width: 180px;
}

.sec6_form .sche{
	padding-right: 0;
}
.sec6_form .sche label{
	width: 295px;
}
.sec6_form .sche label:not(:first-child){
	padding-top: 12px;
}
.sec6_notice{
	font-size: 1.2rem;
	font-weight: 500;
	padding:6px 0 10px;
}
.sec6_privacy{
	text-align: center;
	font-size: 1.9rem;
	font-weight: 500;
	padding: 40px 0 25px;
	letter-spacing: 0.1em;
	color: #000;
}
.checkbox.sec6_privacy span{
	padding-left: 90px;
}
.checkbox.sec6_privacy span a{
	color: #00467d;
}
.sec6_privacy_txt{
	padding-left: 160px;
	padding-bottom: 35px;
}

.sec6_privacy_txt li{
	padding-left: 1em;
	text-indent: -1em;
	font-size: 1.9rem;
	font-weight: 500;
	letter-spacing: 0.1em;
}
.sec6_privacy_txt li::before{
	content: "・";
}

.sec6_btnwrap{
	text-align: center;
}
.sec6_btnwrap img{
	width: 690px;
}
.btn_contact li a{
    display: table;
    margin: auto;
    text-align: center;
}
.btn_contact li a img{
    max-width: 100%;
    width: 690px;
    margin: 0 auto;
}
p.form-error{
    text-align: center;
    margin-bottom: 10px;
    color: red;
}


@media screen and (min-width: 769px) {
	.sec6 .mid1{
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 768px) {
	.sec6{
		padding-top: 25px;
		padding-bottom: 50px;
	}
	.sec6 .sec_ttl{
		margin-bottom: 15px;
	}

	.sec6_form th, .sec6_form td{
		display: block;
		width: 100%;
		position: relative;
	}
	.sec6_form th{
		padding: 15px 10px 0;
		font-size: 1.4rem;
		border-bottom: 0;
	}
	.sec6_form th.required:before {
		font-size: 1rem;
		width: 50px;
		height: 20px;
		border-radius: 5px;
		line-height: 20px;
		margin-top: -10px;
		right: 10px;
	}
	.sec6_form td{
		padding: 10px 10px 15px;
		font-size: 1.2rem;
	}
	.sec6_form input{
		border-radius: 5px;
	}
	.sec6_btnwrap{
		text-align: center;
	}
	.sec6_btn{
		margin: 0 auto;
		width: 90%;
	}

	.sec6_form input{
		font-size: 1.2rem;
		padding:8px;
		width: 100%;
	}



	.sec6_form input[type="checkbox"],
	.sec6_form input[type="radio"] {
	}


	.sec6_form td label{
		width: 100%;
		font-size: 1.2rem;
	}
	.sec6_form .radio span,
	.sec6_form .checkbox span{
		height: 20px;
		padding-left: 30px;
	}
	.sec6_form .radio span::before,
	.sec6_form .checkbox span::before{
		width: 20px;
		height: 20px;
		border-radius: 5px;
	}
	.sec6_form .radio input:checked + span::after,
	.sec6_form .checkbox input:checked + span::after{
		width: 8px;
		height: 8px;
		left: 6px;
	}

	.sec6_form label{
		padding: 5px 0;
	}
	.sec6_form .sche label + label:nth-child(n){
		padding-top: 5px;
	}

	.sec6_notice{
		font-size: 1rem;
		padding:4px 0;
	}
	.sec6_privacy{
		font-size: 1.2rem;
		padding: 10px 0 25px;
		letter-spacing: 0.1em;
	}
	.sec6_privacy_txt{
		width: 90%;
		margin: 0 auto;
		padding-left: 0;
		padding-bottom: 20px;
	}
	.sec6_privacy_txt li{
		font-size: 1.2rem;
	}

	.sec6_btnwrap img{
		width: 100%;
	}
}



/* ----------------------------------------------------------------------------------------------------
*	下部バナー
* --------------------------------------------------------------------------------------------------*/
#fixnav {
	background-color: rgba(48,48,116, 0.9);
	position: fixed;
	z-index: 10;
	bottom: 0;
	left: 0;
	width: 100%;
	opacity: 1;
	box-sizing: border-box;
	padding: 0 3%;
}
#fixnav ul {
	max-width: 960px;
	height: 110px;
	margin: 0 auto;
	text-align: center;
	display: flex;
	justify-content: space-around;
}
#fixnav li{
	display: flex;
	align-items: center;
}
#fixnav .btn01 img{
	width: 611px;
}
#fixnav .btn02 img{
	width: 281px;
}
@media screen and (max-width: 768px) {
	#fixnav {
		padding: 10px 1%;
	}
	#fixnav ul{
		height: initial;
	}
	#fixnav ul li {
		width: 49.5%;
	}
	#fixnav ul li + li{
		margin-left: 1%;
	}
	#fixnav .btn01 img{
		width: 100%;
	}
	#fixnav .btn02 img{
		width: 100%;
	}
}

