@charset "utf-8";
body {
	font-family: "游ゴシック","Noto Sans Japanese", "Yu Gothic","游ゴシック体", YuGothic,"Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	line-height: 100%;
	color: #181717;
	box-sizing: border-box;
	font-size: 1.0rem;
    margin: 0;
}
/*-共通---------------*/
li{
	list-style: none;
}
a{
	color: #282828;
	text-decoration: none;
}
a:hover{
    opacity: 0.5;
}
.wrapper{
	max-width: 1920px;
	width: 95%;
	margin: 0 auto;
}

.wrapper1200{
	max-width: 1200px;
	width: 95%;
	margin: 0 auto;
}
.contents__wrapper{
	max-width: 1100px;
	width: 95%;
	height: auto;
	margin: 0 auto;
}
/*-header-------------------*/
.site-header__wrapper{
	display: flex;
	margin-top: 25px;
	align-items: center;
}
.site_logo{
	display: block;
    margin-left: 66px;
}
.header_tel{
	margin: 0 0 10px;
	font-size: 14px;
	text-align: right;
}
.tel-pc{
	display: block;
}
.tel-sp{
	display: none;
}
.header_info{
	padding: 19px 25px;
	width: 100%;
	max-width: 240px;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	border-radius: 50px;
}
.nav{
	margin: 0 0 0 auto;
}
.nav_wrapper{
	display: flex;
	margin: 22px 0px 15px;
	justify-content: flex-end;
}
.header_info-back_black{
	margin-right: 7.5px;
	background-color: #000000;
	font-weight: bold;
}
.header_info-back_black a{
	color: #fff;
}
.header_info-back_yellow{
	margin-left: 7.5px;
	background-color: #f7e16c;
	font-weight: bold;
}
.header_info-back_red a{
	color: #fff;
}
/*-SP版メニュー------------------*/
.btn-gNav {
    position: fixed;
    right: 20px;
    width: 30px;
    height: 24px;
    z-index: 12;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

.btn-gNav span {
    position: absolute;
    width: 100%;
    height: 4px;
    background: #000000;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

.btn-gNav span:nth-child(1) {
    top: 0;
}

.btn-gNav span:nth-child(2) {
    top: 10px;
}

.btn-gNav span:nth-child(3) {
    top: 20px;
}

.btn-gNav.open span:nth-child(1) {
    background: #000000;
    top: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.btn-gNav.open span:nth-child(2),
.btn-gNav.open span:nth-child(3) {
    top: 6px;
    background: #000000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn-gNav {
    display: none;
}

.gNav{
	display: none;
}

.gNav .gNav-menu {
    display: flex;
    justify-content: space-between;
}

.gNav .gNav-menu li {
    margin: 0 auto;
    padding: 0 5px;
}
.pp_btn{
	margin-top: 50px;
}
.pp_btn_pc{
	display: block;
	margin: 0 auto;
}
.pp_btn_sp{
	display: none;
}
/*-メインイメージ------------------*/
.main_img{
	width: 100%;
	height: auto;
}
.main_img_sp{
	display: none;
}

/* 紹介動画 */
.movie-image{
	margin: 0 auto 20px auto;
  width: 100%;
  position: relative;
  border: none;
  padding: 0;
}
.movie-haikei{
	max-height: 583px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.movie-bg{
	width: 720px;
  height: 500px;
  display: block;
  margin: 0 auto;
}
.movie-bg_img{
	position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
	z-index: 0;
}
@media all and (max-width: 800px){
	.movie-bg {
    width: 600px;
    height: 460px;
    display: block;
    margin: 0 auto;
	}
}
@media all and (max-width: 700px){
	.movie-bg {
    width: 450px;
    height: 350px;
    display: block;
    margin: 0 auto;
	}
	.pp_btn_pc{
		display: none;
	}
	.pp_btn_sp{
		display: block;
		margin: 0 auto;
	}
}
@media all and (max-width: 560px){
	.movie-bg {
    width: 370px;
    height: 300px;
    display: block;
    margin: 0 auto;
	}
}
@media all and (max-width: 460px){
	.movie-bg {
    width: 330px;
    height: 250px;
    display: block;
    margin: 0 auto;
	}
}
@media all and (max-width: 400px){
	.movie-bg {
    width: 300px;
    height: 210px;
    display: block;
    margin: 0 auto;
	}
}
/* コンセプト */
.concept_bg{
	background: url(../image/contents/concept_bg.png);
	background-size: cover;
	padding: 100px 0 50px;
}
.concept_txt{
	line-height: 2;
}
.concept_flex{
	display: flex;
	justify-content: space-between;
}
.concept_block{
	max-width: 560px;
	width: 100%;
	height: auto;
}
.concept_txt-sp{
	display: none;
}
.concept_head_sp{
	display: none;
}
.concept_img{
	max-width: 577px;
	width: 100%;
	height: auto;
}
.concept_img-sp{
	display: none;
}
@media all and (max-width: 950px){
	.concept_flex{
		display: block;
	}
	.concept_bg{
		padding: 50px 0 50px;
	}
	.concept_block{
		margin: 0 auto;
	}
	.concept_txt{
		display: none;
	}
	.concept_txt-sp{
		display: block;
		font-size: 18px;
		line-height: 1.6;
		font-family: 'YuGothic';
		margin-top: 30px;
	}
	.concept_img{
		display: none;
		margin: 0 auto;
	}
	.concept_img-sp{
		display: block;
	}
}
@media all and (max-width: 700px){
	.concept_bg{
		background: url(../image/contents/concept_bg-sp.png);
		background-size: cover;
		padding: 10px 0 30px;
	}
	.concept_head{
		display: none;
	}
	.concept_head_sp{
		display: block;
	}
}
/* introduction */
.introduction_bg{
	background: url(../image/contents/introduction_bg.png);
	background-size: cover;
	padding: 60px 0 60px;
}
.introduction_head{
	margin-bottom: 30px;
}
.introduction_img{
	max-width: 147px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.movie_img{
	margin: 0 auto 50px;
}
.introduction_btn{
	margin: 0 auto;
}
@media all and (max-width: 700px){
	.introduction_bg{
		background: url(../image/contents/introduction_bg-sp.png);
	}
}
/* merit */
.merit_bg{
	background: url(../image/contents/merit_bg.png);
	background-size: cover;
	padding: 60px 0 60px;	
}
.merit_btn{
	margin: 0 auto;
}
.merit_btn-sp{
	display: none;
}
@media all and (max-width: 700px){
	.merit_bg{
		background: url(../image/contents/merit_bg-sp.png);
		background-size: cover;
	}
	.merit_btn{
		display: none;
	}
	.merit_btn-sp{
		display: block;
	}
}
/* アクセス */
.access_bg{
	background: url(../image/contents/access_bg.png);
	background-size: cover;
	padding: 90px 0 0px;
}
.access_head{
	margin: 0 auto 60px;
}
.access__figure{
	max-width: 1100px;
	width: 100%;
	margin: 0 auto 70px;
}
.access__figure_sp{
	display: none;
}
.access_map{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.google_map-sp{
	display: none;
}
.access_map_sp{
	display: none;
}
.access_neighborhood{
	margin-top: 90px;
	margin-bottom: 55px;
}
.access_ul{
	display: flex;
	justify-content: space-between;
	padding: 0;
}
.access_li{
	margin-bottom: 40px;
}
.access_ul_lower{
	display: flex;
	justify-content: space-between;
	padding: 0;
}
.access_block{
	width: 398px;
	margin-left: auto;
	line-height: 1.4;
}
.access_txt{
	margin: 0;
	font-size: 14px;
}
.access_read{
	max-width: 868px;
	width: 100%;
	height: auto;
	margin: 0 auto 30px;
}
.access_neighborhood-ul{
	display: flex;
	padding: 0;
	margin: 0;
}
/* Point */
.point_bg{
	background: url(../image/contents/access_point-bg.png);
	background-size: cover;
	padding: 90px 0 60px;
}
.point_head{
	max-width: 569px;
	width: 100%;
	height: auto;
	margin: 0 auto 60px;
}
.point_ul{
	display: flex;
	justify-content: space-between;
	padding: 0;
	margin: 0 0 60px;
}
.point_introduction-ul{
	display: flex;
	justify-content: space-evenly;
	padding: 0;
}
@media all and (max-width: 700px){
	.access_ul{
		display: block;
	}
	.access_li img{
		margin: 0 auto;
	}
	.access_ul_lower{
		display: block;
	}
	.access_ul_lower li{
		margin: 0 auto 40px;
	}
	.access_ul_lower li img{
		margin: 0 auto;
	}
	.access_ul_lower li:last-child{
		margin: 0 auto 0;
	}
	.access_neighborhood-ul{
		display: block;
	}
	.access_neighborhood-ul li img{
		margin: 0 auto;
	}
	.point_ul{
		display: block;
	}
	.point_ul li{
		margin-bottom: 40px;
	}
	.point_ul :last-child{
		margin-bottom: 0;
	}
	.point_ul li img{
		margin: 0 auto;
	}
	.point_introduction-ul{
		display: block;
	}
	.point_introduction-ul li{
		margin-bottom: 30px;
	}
	.point_introduction-ul li:last-child{
		margin-bottom: 0;
	}
	.point_introduction-ul li img{
		margin: 0 auto;
	}
	.access__figure{
		display: none;
	}
	.access__figure_sp{
		display: block;
		margin-bottom: 40px;
	}
	.google_map{
		display: none;
	}
	.google_map-sp{
		display: block;
	}
	.access_map{
		display: none;
	}
}
/* Plan */
.plan_bg{
	background-color: #f3ecc8;
	padding: 80px 0 120px;
}
.plan_head{
	margin: 0 0 30px;
}
.plan_head-img{
	max-width: 679px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.plan_before{
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse
}
.model{
	max-width: 451px;
	width: 100%;
	height: auto;
}
.before_img{
	max-width: 372px;
	width: 100%;
	height: auto;
}
.model_img{
	max-width: 1100px;
	width: 100%;
	height: auto;
	margin: 25px auto 50px;
}
.plan_before2{
	display: flex;
	justify-content: space-between;
}
.coming{
	max-width: 1100px;
	width: 100%;
	height: auto;
	margin: 25px auto 0;
}
@media all and (max-width: 700px){
	.plan_before{
		display: block;
	}
	.model{
		margin: 0 auto 30px;
	}
	.plan_before2{
		display: block;
	}
	.before_txt02{
		margin: 0 auto 30px;
	}
}
/* info */
.info_bg{
	background: url(../image/contents/info_bg.png);
	background-size: cover;
	padding: 90px 0 110px;
}
.info{
	display: flex;
	justify-content: space-between;
}
.info_btn{
	margin-bottom: 29px;
}
.info_block{
	line-height: 1.5;
	margin-bottom: 24px;
}
.info_blok2{
	line-height: 1.5;
}
.info_txt{
	font-size: 18px;
	color: #fff;
	margin: 0;
}
.fs20{
	font-size: 20px;
}
.fs36{
	font-size: 36px;
}
.info_txt a{
	color: #fff!important;
}
@media all and (max-width: 1090px){
	.info{
		display: block;
	}
	.info_head{
		margin: 0 auto 50px;
	}
	.info_box{
		margin: 0 auto;
	}
	.info_btn{
		max-width: 540px;
		width: 100%;
		margin: 0 auto 29px;
	}
	.info_txt-block{
		max-width: 540px;
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
}
@media all and (max-width: 445px){
	.fs36{
		font-size: 26px;
	}
}
/*-footer---------------------*/
.footer{
	padding-top: 10px;
    padding-bottom: 20px;
}
.footer_logo{
	display: block;
    margin: 0 auto;
}
.copyright{
	font-size: 12px;
    text-align: center;
	margin: 18px 0 18px;
}
@media all and (max-width: 1300px){
	.conditions_head{
		left: 0;
	}
}
@media all and (max-width: 1175px){
	.header_info{
		padding: 19px 15px;
		max-width: 195px;
		font-size: 14px;
	}
}
@media all and (max-width: 1263px){
	.application{
		bottom: 308px;
	}
	.application_dd-head{
		text-align: center;
		margin: 10px 0 20px;
		line-height: 1.2;
	}
	.application_dt-tenbou{
		display: none;
	}
	.application_dd-text2 img{
		margin: 20px auto 20px;
	}
	.application_head{
		top: 0;
		left: 0;
		margin: 100px auto 0;
	}
	.property_btn-box{
		margin-top: -305px;
	}
}
@media all and (max-width: 1100px){
	.site-header__wrapper{
		margin-top: 15px;
		margin-bottom: 10px;
	}
	.site_logo{
		margin-left: 20px;
	}
	.nav_wrapper{
		margin: 0;
	}
	.tel-pc{
		display: none;
	}
	.tel-sp{
		display: block;
		text-align: left;
		margin-left: 20px;
	}
}

@media all and (max-width: 1045px){
	.nav{
		display: none;
	}
	.gNav{
		display: block;
	}
	.btn-gNav {
        display: block;
    }

    .gNav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.8);
        font-size: 16px;
        box-sizing: border-box;
        z-index: 1;
        padding-top: 50px;
        transition: .3s;
    }

    .gNav.open {
        right: 0;
    }

    .gNav .gNav-menu {
        padding: 0;
        width: 100%;
        height: 100%;
        display: block;
        flex-direction: column;
        text-align: center;
        /*justify-content: center;*/
    }

    .gNav .gNav-menu li {
        width: 86%;
        padding: 15px;
        border-bottom: #525252 1px solid;
    }
	.gNav-menu li a{
		color: #000000;
	}
}


@media all and (max-width: 750px){
	h3.info_head{
		font-size: 35px;
	}
	p.info_txt{
		font-size: 18px;
	}
	.info_mail-box{
		width: 350px;
		padding: 8px 30px;
	}
	.site_logo img{
		width: 500px;
	}
	.main_img{
		display: none;
	}
	.main_img_sp{
		display: block;
		width: 100%;
		height: auto;
	}
	.hiyou_pc{
		display: none;
	}
	.hiyou_sp{
		display: block;
	}
	.property_rink{
		bottom: 35px;
	}
	.property_btn{
		width: 280px;
		padding: 1px 53px;
	}
	.property_btn::after{
		top: 18px;
	}
	.application_pc{
		display: none;
	}
	.application_sp{
		display: block;
	}
	.access_map_sp{
		display: block;
	}
}
@media all and (max-width: 600px){
	.site_logo img{
		width: 400px;
	}
	.property_img-box{
		display: block;
	}
	.property_img{
		max-width: 100%;
		width: 100%;
		height: auto;	
	}
	p.info_txt{
		font-size: 14px;
	}
	.accordion-open{
		padding: 10px 60px 10px 10px;
		font-size: 18px;
	}
	.accordion_no{
		padding: 9px 13px;
		margin-right: 10px;
	}
	.accordion-hidden:checked+.accordion-open+.accordion-inner{
		padding: 10px 10px 10px 10px;
		font-size: 14px;
	}
	.accordion-h5{
		font-size: 16px;
	}
	.und{
		padding: 0;
	}
	.hiyou{
		padding: 50px 0 155px;
	}
	.conditions_head{
		padding: 100px 0 0;
	}
	.application{
		padding: 80px 0 70px;
	}
	.application_dd-head{
		font-size: 20px;
	}
	.conditions{
		padding: 0 0 140px;
	}
	.conditions_head{
		padding: 80px 0 0;
	}
}
@media all and (max-width: 500px){
	.site_logo img{
		width: 300px;
	}
	.tel-sp{
		font-size: 10px;
	}
	h3.info_head{
		font-size: 28px;
	}
	p.info_txt{
		font-size: 12px;
	}
	.property_rink{
		bottom: 20px;
	}
	.property_btn{
		width: 250px;
	}
	.property_btn-txt{
		font-size: 14px;
	}
	.property_btn::after{
		border-width: 6px 0 6px 10px;
	}
	.hiyou_txt{
		font-size: 12px;
	}
}
@media all and (max-width: 440px){
	p.info_txt{
		font-size: 10px;
	}
}
@media all and (max-width: 400px){
	.site_logo{
		margin-left: 5px;
	}
	.tel-sp{
		margin-left: 5px;
	}
}