@charset "UTF-8";
/*-------あさひ網干のページ-------------------*/

/*上リンク部分*/
.juutaku-1 a:link {color: rgb(242,145,0);
}
.juutaku-1 a:hover{color: rgb(255,233,174);
                    text-decoration: none;
}

.juutaku-1 a:visited {color: rgb(242,145,0);
}
.abosi-{padding: 30px;
    }

/*タイトル*/
.asahiabosi{text-align: center;
            padding: 20px;
            color:rgb(242,145,0);
            font-size: 2.3rem;
}
/*top画面*/
.abosi-top{
    width: 100%;
 }
.abosi-top img{
    width: 100%;
    margin: 150px auto 0;
    
}

.abosi-item{margin-top: 30px;
             margin-bottom: 50px;
             margin-left: 50px;
             margin-right: 50px;
             display: flex;
}


.abosiootu{
    width: 100%;
}

.abosi-photo{
width: 45%;
    text-align: center;
}
.abosi-photo img{
    width: 250px;
 
}

.abosi-text{width: 65%;
        padding-bottom: 20px;}
.abosi2-item{
    display:flex;
    margin: 40px;
    justify-content: center;
}

.abosi2-photo{
             width:40%;
}
.abosi2-text{
             padding: 20px;
}
/*スクロールボタン*/
.aodown{
    width: 15px;
    height: 15px;
    position: relative;
    margin: 0 30px 0 10px;
}

.aodown1{
    text-align: center;
    margin: 0 auto 20px;
    font-size: 1rem;
    border-right: dotted 1px rgb(76,73,72); /* ボーダー右側に入れる */}

.aoown11{
    margin: 0 auto 20px;
    font-size: 1rem;
 }

.aodown2{
    width: 480px;
    display: flex;
    justify-content: space-around;
    margin: 60px auto;
}
.aodown2 a:link{
    color: rgb(76,73,72);
    text-decoration: none;
}
.aodown2 a:visited{
    color: rgb(76,73,72);
    text-decoration: none;
}
.aodown2 a:hover{
    color: rgb(255,233,174);
    text-decoration: none;
}

/*クローバーアイコン*/

p.test3:before{
	content:"";
	display:inline-block;
	width:1em;
	height:1em;
	background:url(../img/all/clover.svg) no-repeat;
	background-size:contain;
}


/*拡大写真*/

.abosiootu-gal{
    display: flex;
    width: 90%;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: auto;
}
.abosiootu-pic{
    width: 30%;
    margin: 10px;
}
.abosiootu-pic img{
    width: 100%;
}

/*ーーーーーーースマートフォン向けCSSーーーーーーーーーーーーーー*/
@media(max-width:767px){
    
.abosi-top img{
    width: 100%;
    margin: 100px auto 0;
    
}
    

    

.wrapper{
        margin: 0 ;
}

.abosi-item{display:block;
}

.abosi-text{width:100%;
            padding-left:0;
}

.abosi-photo{margin-right: 0;
    width: 100%;
    height:auto;
}

.abosi-photo img{
    width: 100%;
    }


    .aodown2{
    width: 85%;
    margin: 0 auto;
    justify-content: space-around;
    flex-wrap: wrap;
    font-size: 3.5vw;
}
    .aodown2 p{
        font-size: 3.5vw;
    }
    .aodown{
    margin: 0 10px 0 10px;
}


/*間取り*/
.abosi2-item{display:block;
}

.abosi2-photo{margin-right: 0;
    width: 100%;
    height:auto;
}

.abosi2-text{
        box-sizing:border-box;
        font-size: 1rem;
    }


/*--拡大写真--*/
.abosiootu-gal{
    
    width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.abosiootu-gal> div{
	width: 50%;
	padding: 10px;
    margin: 0px;
}

}/*  @media screen and (max-width: 767px)---------------------------- */
/* 767px以下の場合 ここまで ===================================== */