@charset "utf-8";
/* CSS Document azumahouse.com */

a {
    color: #000;
    text-decoration: none;
}

/* -- 物件案内 -------------------------------------- */

/* ===== メイン画像 ===== */

.kv__area {
    position: relative;
    /*max-width: 1060px;修正　2021/10/8*/
    width: 100%;
    margin: 132px auto 20px;
}

.kv__area img {
    width: 100%;
    /*height: 800px;*/
    /*height: 100vh;*/
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

.area__infobox {
    position: absolute;
    top: 50%;/*修正　2021/10/8*/
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.area__infobox h1 {
	font-size: 6rem;/*7.5remから修正　2021/10/8*/
    letter-spacing: 2rem;/*修正　2021/10/8*/
    font-weight: 900;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.8);
}

.area__infobox .ct__copy {
    font-size: 2.2rem;
    line-height: 3.5rem;
    letter-spacing: 0.3rem;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.8);
}

.area__infobox .area__logo {
    font-size: 3rem;/*2remより　修正　2021/10/8*/
    font-weight: 900;
    padding: 3px 10px;
    letter-spacing: 1.5rem;/*0.2remより　修正　2021/10/8*/
    color: #333399;/*#333399より　修正　2021/10/8*/
    text-align: center;/*rightより　修正　2021/10/8*/
}

@media screen and (max-width: 1060px) {
    .kv__area img {
        max-width: 100%;
        object-fit: contain;
        height: auto;
    }
}

@media screen and (max-width: 960px) {
    .area__infobox h1 {
        font-size: 3.3rem;/*4remより　修正　2021/10/8*/
		letter-spacing: 1rem;/*追加　2021/10/8*/
    }
    .area__infobox .area__logo {
        font-size: 2rem;/*1.5remより　修正　2021/10/8*/
		letter-spacing: 0.5rem;/*追加　2021/10/8*/
    }
    #block .col_2>div {
        width: 50%;
    }
}

@media screen and (max-width: 868px) {
    .area__infobox h1,
    .area__infobox .ct__copy {
        padding-right: 15px;
        padding-left: 15px;
    }
    .area__infobox .ct__copy {
        font-size: 1.6rem;
    }
    #block .col_2>div {
        width: 100%;
    }
    .kv img {
        height: 458px;
    }
}

@media screen and (max-width: 460px) {
    .area__infobox h1 {
        font-size: 1.8rem;/*2.5remより　修正　2021/10/8*/
		padding-left: 30px;/*追加　2021/10/8*/
		letter-spacing: 1rem;/*追加　2021/10/8*/
    }
    .area__infobox .area__logo {
        margin-top: 10px;
    }
    .area__infobox .ct__copy {
        line-height: 2.5rem;
    }
}

/* -- エリアで探す -------------------------------------- */

.area {
    max-width: 1060px;
    width: 100%;
    margin: 0 auto 36px auto;
}

.area .contents__wrap h2 {
    margin: 0 auto;
    text-align: center;
}

.area .contents__wrap h2 {
    margin-top: 30px;
	margin-bottom: 50px;
    font-size: 4.2rem;
	background-image: url(../images/recomend/top_h2bg.png);/*2021/10/8*/
	background-repeat: no-repeat;
	background-position: center 30px;
}

/*1050px以下*/
@media screen and (max-width: 1050px){/*2021/10/8 add*/
.area .contents__wrap h2 {
    margin-top: 0px;
    font-size: 4.2rem;
	background-image:none;
}
}

.conwarp_h2 {/*2021/10/8 add*/
    margin: 0 auto;
    text-align: center;
	max-width: 600px;
	display: block;
}

@media screen and (max-width: 1050px){/*2021/10/8 add*/
  .conwarp_h2 {
	display: none;
}
}	



.conwarp_h2 {/*2021/10/8 add*/
    margin-top: 90px;
	margin-bottom: 70px;
    font-size: 4.2rem;
	background-image: url(../images/recomend/top_h2bg.png);
	background-repeat: no-repeat;
	background-position: center 30px;
	position:relative;
}

.conwarp_h2::before {/*2021/10/8 add*/
	content:"";
	display:inline;
	width:3em;
	height:3em;
	background:url(../images/recomend/top_pickup.png) no-repeat;
	background-size:contain;
	position:absolute;
	bottom:-20px;
	left: 0;
}




.area .contents__wrap .area__subttl {
    margin-bottom: 30px;
    font-size: 22px;
    display: block;
}

.area__contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	background: #fff;/*2021/9/21 add*/
	padding: 90px 90px;/*2021/9/21 add*/
	width: 100%;
}
/*1420px以下*/
@media screen and (max-width: 1420px){
.area__contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	background: #fff;/*2021/9/21 add*/
	padding: 90px 50px;/*2021/9/21 add*/
	margin: 0 50px;
	width: 92%;
}
}





.area__content {
    /*margin-bottom: 50px; 2021/10/11*/
    width: 47%;
}

/*.area__content:nth-child(2n + 1) {
    margin-right: 3%;
}*/

.area__content:nth-child(2n) {
    margin-left: 3%;
}

.area__content:only-child {
    width: 100%;
    margin: 0 auto;
}
.area__content:only-child .list li.card {
    width: 24%;
}

.area__title {
    margin: 0 auto 18px auto;
    text-align: center;
    padding-bottom: 10px;
    /* border-bottom: 2px solid #000; */
    font-weight: bold;
    position: relative;
}

.area__title::after {
    content: "";
    display: inline-block;
    background-image: url(../images/recomend/recomend-border.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 20px;
}

.area__title h4 {
    font-size: 3.7rem;
}

.area__title .area__nonsub {
    margin-bottom: 36px;
    position: relative;
    top: 20px;
}

.area__title h4 .area__title--small {
    font-size: 22px;
}

.area__title h5 {
    font-size: 1.6rem;
    margin-bottom: 12px;
    height: 25px;
    line-height: 25px;
}

@media screen and (max-width: 1060px) {
    section#under-area {
        padding: 0;
    }
}

@media screen and (max-width:900px) {
    .area__content {
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    .area__content:only-child .list li.card {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .area__title .area__nonsub {
        margin-bottom: 16px;
        top: 0;
    }
    .area .contents__wrap h2 {
        font-size: 3.0rem;
    }
    .area__title h4 {
        font-size: 2.8rem;
    }
}

/* -- エリアで探す -------------------------------------- */

.list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0px;
}

.list li {
    list-style: none;
    width: 48%;
    padding: 0px;
}

@media screen and (max-width: 480px) {
    .list li {
        width: 100%;
        margin-bottom: 10px;
    }
}

.list li.card {
    padding: 10px;
    display: flex;
    margin-bottom: 20px;
    flex-direction: column;
    border: 2px solid #333399;
    border-radius: 10px;
    position: relative;
}

.bt_block {
    margin-top: auto;
}

.list li.card .thum {
    height: 100px;
    background-color: white;
}

.list li.card .ttl {
    font-weight: bold;
}

.list li.card .txt {
    font-size: 70%;
}

.list li.card .sns {
    font-size: 70%;
    color: yellow;
    margin-top: auto;
}

.area__img {
    position: relative;
}
.area__img::after {
    display: block;
    content: "";
    padding-top: 64.18%;
}
.area__img img {
    width: 100%;
    object-fit: cover;
}

.area__place {
    font-size: 14px;
    margin: 6px 0;
}

.area__name {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 6px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.area__text {
    font-size: 14px;
    margin-bottom: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 65px;
}

.icon__wrap {
    display: flex;
}

.icon__wrap span {
    margin-right: 5px;
}

.area__ct {
    font-size: 12px;
    color: #fff;
    padding: 5px;
}

.area__ct--blue {
    background-color: #2e248a;
}

.area__ct--red {
    background-color: #ad0004;
}

.area__detail {
    margin-top: 6px;
    border: 1px solid #2e248a;
    text-align: center;
}

.area__detail a {
    display: block;
}

/* more */

.area__more {
    text-align: right;
    padding: 8px 0;
    margin: 20px 0 10px 0;
    position: relative;
}

.area__more a {
    color: #fff;
    display: inline-block;
    padding-right: 8px;
}

.area__more a::after {
    position: relative;
    top: 10px;
    right: 0px;
    content: "";
    display: inline-block;
    background: url(../images/recomend/recomend-more.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    margin-left: 4px;
}

.area__more--orange {
    background-color: #ff6600;
}

.area__more--green {
    background-color: #009933;
}

.area__more--pink {
    background-color: #ff0066;
}

.area__more--blue {
    background-color: #0099ff;
}

.area__more--yellow {
    background-color: #ff9b59;
}

.area__more--orange a,
.area__more--green a,
.area__more--pink a,
.area__more--blue a,
.area__more--yellow a {
    display: block;
}

.banner {
    padding-top: 24px;
    text-align: center;
}
.banner a {
    cursor: pointer;
    display: inline-block;
}



/*==========================================
トップメインビジュアル　画像差し替え 2021/07/13
==========================================*/

/* PC */
.topmainvisual_pc { display: block !important; }
.topmainvisual_sp { display: none !important; }
 
/* SP */
@media only screen and (max-width: 750px) {
    .topmainvisual_pc { display: none !important; }
    .topmainvisual_sp { display: block !important; }
}


/* PC */
.topread_pc { display: inline-block !important; }
.topread_sp { display: none !important; }
 
/* SP */
@media only screen and (max-width: 750px) {
    .topread_pc { display: none !important; }
    .topread_sp { display: inline-block !important; }
}

/*==========================================
トップ地図 2021/07/14
==========================================*/

/* SP小型*/
@media screen and (max-width: 320px){
.az_areamap {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.az_areamap img {
	width: 100%;
	margin: 0;
	padding: 0;
}
}


/* SP標準サイズ*/
@media (min-width: 321px)   {
.az_areamap {
	width: 70%;
	text-align: center;
	margin: 0 auto;
}

.az_areamap img {
	width: 100%;
	margin: 0;
	padding: 0;
}
}


/* header 768px以上 tablet*/
@media (min-width: 768px) {
.az_areamap {
	width: 400px;
	text-align: center;
	margin: 0 auto;
}

.az_areamap img {
	width: 80%;
	margin: 0;
	padding: 0;
}
}


/* header 992px以上 PC*/
@media (min-width: 992px) {

.az_areamap {
	width: 640px;
max-width:65%;
	text-align: center;
	margin: 0 50px 0 0;
}

.az_areamap img {
	width: 100%;
	margin: 0;
	padding: 0;
}

}




.az_areamap {
	display: block;
}

/*1050px以下*/
@media screen and (max-width: 1050px){
.az_areamap {
	display: none;
}	
}



/*==========================================
トップ背景、エリアリンクボタン 2021/09/21
==========================================*/


.trbg {
	background-color: #e6e2e1;
	padding: 70px 0;
	width: 100%;
	display: block;
}

/*1050px以下*/
@media screen and (max-width: 1050px){
  .trbg {
	display: none;
}	
}



.top_btmsea {
	background: url(../images/recomend/bg_sea.png);
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	padding-bottom: 90px;
	background-size:contain;
}

/*1050px以下*/
@media screen and (max-width: 1050px){
  .top_btmsea {
	background:#fff;
	width: 100%;
	padding-bottom:0;
}	
}


.top_arealink_btn {
	width: 300px;
	max-width: 30%;
	/*padding-right: 50px;*/
/* 	margin-top: 145px; */
}
/*1050px以下*/
@media screen and (max-width: 1050px){
  .top_arealink_btn {
	width: 100%;
	max-width: 80%;
	text-align: center;
	margin: 0 auto;
}
}




.top_arealink_wrap {
	display: flex;
align-items:center;
}

.top_light_green {
	border-radius: 20px;
	border: solid 4px #66dd9f;
	text-align: center;
	letter-spacing: 2px;
	font-size: 150%;
	font-weight: 700;
	margin-bottom: 30px;
}
.top_light_green a{
    display:block;
	height:100%;
	width:100%;
	padding:10px 0;
}
.top_light_green a:hover{
    border-radius: 15px;
	background-color: #66dd9f;
	color: #fff;
}

.top_orange {
	border-radius: 20px;
	border: solid 4px #fbb64a;
	text-align: center;
	letter-spacing: 2px;
	font-size: 150%;
	font-weight: 700;
	margin-bottom: 30px;
}
.top_orange a{
    display:block;
	height:100%;
	width:100%;
	padding:10px 0;
}
.top_orange a:hover{
    border-radius: 15px;
	background-color: #fbb64a;
	color: #fff;
}

.top_green {
	border-radius: 20px;
	border: solid 4px #14b258;
	text-align: center;
	letter-spacing: 2px;
	font-size: 150%;
	font-weight: 700;
	margin-bottom: 30px;
}
.top_green a{
    display:block;
	height:100%;
	width:100%;
	padding:10px 0;
}
.top_green a:hover{
    border-radius: 15px;
	background-color: #14b258;
	color: #fff;
}

.top_yellow {
	border-radius: 20px;
	border: solid 4px #ebbf1f;
	text-align: center;
	letter-spacing: 2px;
	font-size: 150%;
	font-weight: 700;
	margin-bottom: 30px;
}
.top_yellow a{
    display:block;
	height:100%;
	width:100%;
	padding:10px 0;
}
.top_yellow a:hover{
    border-radius: 15px;
	background-color: #ebbf1f;
	color: #fff;
}

.top_bluegreen {
	border-radius: 20px;
	border: solid 4px #50bbb6;
	text-align: center;
	letter-spacing: 2px;
	font-size: 150%;
	font-weight: 700;
	margin-bottom: 30px;
}
.top_bluegreen a{
    display:block;
	height:100%;
	width:100%;
	padding:10px 0;
}
.top_bluegreen a:hover{
    border-radius: 15px;
	background-color: #50bbb6;
	color: #fff;
}

.top_pink {
	border-radius: 20px;
	border: solid 4px #fc9aa8;
	text-align: center;
	letter-spacing: 2px;
	font-size: 150%;
	font-weight: 700;
	margin-bottom: 30px;
}
.top_pink a{
    display:block;
	height:100%;
	width:100%;
	padding:10px 0;
}
.top_pink a:hover{
    border-radius: 15px;
	background-color: #fc9aa8;
	color: #fff;
}

.top_red {
	border-radius: 20px;
	border: solid 4px #e4007f;
	text-align: center;
	letter-spacing: 2px;
	font-size: 150%;
	font-weight: 700;
	margin-bottom: 30px;
}
.top_red a{
    display:block;
	height:100%;
	width:100%;
	padding:10px 0;
}
.top_red a:hover{
    border-radius: 15px;
	background-color: #e4007f;
	color: #fff;
}

.top_blue {
	border-radius: 20px;
	border: solid 4px #2261de;
	text-align: center;
	letter-spacing: 2px;
	font-size: 150%;
	font-weight: 700;
	margin-bottom: 30px;
}
.top_blue a{
    display:block;
	height:100%;
	width:100%;
	padding:10px 0;
}
.top_blue a:hover{
    border-radius: 15px;
	background-color: #2261de;
	color: #fff;
}





/*1180px以下*/
@media screen and (min-width:1051px) and ( max-width:1180px) {
.top_arealink_wrap {
	display: flex;
}

.top_green {
	border-radius: 20px;
	border: solid 4px #66dc9f;
	text-align: center;
	letter-spacing: 2px;
	font-size: 150%;
	font-weight: 700;
	margin-bottom: 30px;
}

.top_green a{
    display:block;
	height:100%;
	width:100%;
	padding:10px 30px;
}

.top_green a:hover{
    border-radius: 15px;
	background-color: #66dc9f;
	color: #fff;
}




.top_orange {
	border-radius: 20px;
	border: solid 4px #fab649;
	text-align: center;
	letter-spacing: 2px;
	font-size: 150%;
	font-weight: 700;
	margin-bottom: 30px;
}

.top_orange a{
    display:block;
	height:100%;
	width:100%;
	padding:10px 30px;
}

.top_orange a:hover{
    border-radius: 15px;
	background-color: #fab649;
	color: #fff;
}





.top_bluegreen {
	border-radius: 20px;
	border: solid 4px #50bab6;
	text-align: center;
	letter-spacing: 2px;
	font-size: 150%;
	font-weight: 700;
	margin-bottom: 30px;
}

.top_bluegreen a{
    display:block;
	height:100%;
	width:100%;
	padding:10px 30px;
}

.top_bluegreen a:hover{
    border-radius: 15px;
	background-color: #50bab6;
	color: #fff;
}




.top_pink {
	border-radius: 20px;
	border: solid 4px #ef5869;
	text-align: center;
	letter-spacing: 2px;
	font-size: 150%;
	font-weight: 700;
	margin-bottom: 30px;
}

.top_pink a{
    display:block;
	height:100%;
	width:100%;
	padding:10px 30px;
}

.top_pink a:hover{
    border-radius: 15px;
	background-color: #ef5869;
	color: #fff;
}

.top_red {
	border-radius: 20px;
	border: solid 4px #e4007f;
	text-align: center;
	letter-spacing: 2px;
	font-size: 150%;
	font-weight: 700;
	margin-bottom: 30px;
}

.top_red a{
    display:block;
	height:100%;
	width:100%;
	padding:10px 30px;
}

.top_red a:hover{
    border-radius: 15px;
	background-color: #e4007f;
	color: #fff;
}	
}





/*1050px以下*/
@media screen and (max-width: 1050px){
  .top_arealink_wrap {
	display: block;
}


.top_light_green {
	border:none;
	text-align: center;
	letter-spacing: 2px;
	font-size: 130%;
	font-weight: 700;
	margin-bottom: 30px;
	border-radius: 20px;
}

.top_light_green a{
    display:block;
	height:100%;
	width:100%;
	padding:10px 50px;
	background: #66dd9f;
	color: #fff;
	border-radius: 15px;
}

.top_light_green a:hover{
    border-radius: 15px;
}

.top_orange {
	border:none;
	text-align: center;
	letter-spacing: 2px;
	font-size: 130%;
	font-weight: 700;
	margin-bottom: 30px;
	border-radius: 20px;
}

.top_orange a{
    display:block;
	height:100%;
	width:100%;
	padding:10px 50px;
	background: #fbb64a;
	color: #fff;
	border-radius: 15px;
}

.top_orange a:hover{
    border-radius: 15px;
}

.top_green {
	border:none;
	text-align: center;
	letter-spacing: 2px;
	font-size: 130%;
	font-weight: 700;
	margin-bottom: 30px;
	border-radius: 20px;
}

.top_green a{
    display:block;
	height:100%;
	width:100%;
	padding:10px 50px;
	background: #14b258;
	color: #fff;
	border-radius: 15px;
}

.top_green a:hover{
    border-radius: 15px;
}

.top_yellow {
	border:none;
	text-align: center;
	letter-spacing: 2px;
	font-size: 130%;
	font-weight: 700;
	margin-bottom: 30px;
	border-radius: 20px;
}

.top_yellow a{
    display:block;
	height:100%;
	width:100%;
	padding:10px 50px;
	background: #ebbf1f;
	color: #fff;
	border-radius: 15px;
}

.top_yellow a:hover{
    border-radius: 15px;
}

.top_bluegreen {
	border:none;
	text-align: center;
	letter-spacing: 2px;
	font-size: 130%;
	font-weight: 700;
	margin-bottom: 30px;
	border-radius: 20px;
}

.top_bluegreen a{
    display:block;
	height:100%;
	width:100%;
	padding:10px 50px;
	background: #50bbb6;
	color: #fff;
	border-radius: 15px;
}

.top_bluegreen a:hover{
    border-radius: 15px;
}

.top_pink {
	border:none;
	text-align: center;
	letter-spacing: 2px;
	font-size: 130%;
	font-weight: 700;
	margin-bottom: 30px;
	border-radius: 20px;
}

.top_pink a{
    display:block;
	height:100%;
	width:100%;
	padding:10px 50px;
	background: #fc9aa8;
	color: #fff;
	border-radius: 15px;
}

.top_pink a:hover{
    border-radius: 15px;
}

.top_red {
	border:none;
	text-align: center;
	letter-spacing: 2px;
	font-size: 130%;
	font-weight: 700;
	margin-bottom: 30px;
	border-radius: 20px;
}

.top_red a{
    display:block;
	height:100%;
	width:100%;
	padding:10px 50px;
	background: #e4007f;
	color: #fff;
	border-radius: 15px;
}

.top_red a:hover{
    border-radius: 15px;
}
	
.top_blue {
	border:none;
	text-align: center;
	letter-spacing: 2px;
	font-size: 130%;
	font-weight: 700;
	margin-bottom: 30px;
	border-radius: 20px;
}

.top_blue a{
    display:block;
	height:100%;
	width:100%;
	padding:10px 50px;
	background: #2261de;
	color: #fff;
	border-radius: 15px;
}

.top_blue a:hover{
    border-radius: 15px;
}


.contents__wrap {
	display: block;/*2021/10/07*/
}

}






/* SP小型*/
@media screen and (max-width: 320px){
.top_banner_read {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	display: block;
	padding-top: 10%;
}
}


/* SP標準サイズ*/
@media (min-width: 321px)   {
.top_banner_read {
	width: 100%;
	max-width: 607px;
	text-align: center;
	margin: 0 auto;
	display: block;
	padding-top: 10%;
}
}

/* header 768px以上 tablet*/
@media (min-width: 1050px) {
.top_banner_read {
	width: 100%;
	max-width: 607px;
	text-align: center;
	margin: 0 auto;
	display: block;
	padding-top: 10%;
}
}


/* header 992px以上 PC*/
@media (min-width: 1300px) {
.top_banner_read {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	display: block;
	padding-top: 15%;
}
}


/* header 992px以上 PC*/
@media (min-width: 1500px) {
.top_banner_read {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	display: block;
	padding-top: 20%;
}
}


/* header 992px以上 PC*/
@media (min-width: 1700px) {
.top_banner_read {
	width: 100%;
	max-width: 607px;
	text-align: center;
	margin: 0 auto;
	display: block;
	padding-top: 25%;
}
}


