@charset "utf-8";
.clearfix::after{
  content: "";
  display: block;
  clear: both;
}
.ancar{
    padding-top: 200px;
    margin-top:-200px;
}
@media screen and (max-width: 600px) {
    .ancar{
    padding-top: 100px;
    margin-top:-100px;
}
}


/*TOP*/
.slider_wrap{
    width: 100%;
    background: #D1CBBA;
}
.slider{
    max-width: 70%;
    margin: 0 auto;
}
.Read{
    padding: 20px 0;
}
.Read>.Read_inner{
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
    /*display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
  justify-content: space-evenly;*/
    overflow: hidden;
    text-align: center;
}
.Read>.Read_inner>div{
    width: 22.25%;
    display: inline-block;
    box-sizing: border-box;
}

.Read>.Read_inner>div.border{
    border-right: 1px solid #868686;
    width: 1%;
    height: 70px;
    margin-right: 1%;
}
.Read>.Read_inner>div>a img{
    max-height: 100px;
    width: auto;
}
@media screen and (max-width: 600px) {
    .slider{
    max-width: 100%;
}
	.Read>.Read_inner{
    display: block;
}
    .Read>.Read_inner>div{
        width: 100%;
    }
    .Read>.Read_inner>div>a img{
    width: auto;
        max-height: 55px;
}
    .Read>.Read_inner>div+div{
        padding-top: 10px;
        margin-top: 10px;
        border-top: 1px solid #bdbdbd;
    }
    .Read>.Read_inner>div.border{
        display: none;
    }
}
/*TOP*/

/*デザイン*/
.Qcontents .QArea h3{
    color: #c10f4e;
    padding-bottom: 5px;
    border-bottom: 1px solid #c10f4e;
}
.Qcontents .QArea h3 span{
    color: #000;
}
.LandTx{
    margin-bottom: 0;
}
.LandTx+.Rosen01{
    margin-top: 0;
}
.Rosen03{
    margin-top: 30px !important;
}
@media screen and (max-width: 600px) {
	.Rosen03{
    margin-top: 0px !important;
}
    .Rosen03 img{
    margin-top: 0px !important;
}
}
/*デザイン*/
/*アクセス*/
.Rosen01{
    margin-top: 90px;
}
.AcCon2 {
    margin-top: 50px;
}
@media screen and (max-width: 600px) {
	.Rosen01,.AcCon1{
    margin-top: 50px;
}
}
.acs01{
    border: 1px solid #801c47;
}
.acs01_ttl{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#791c42+0,e62083+50,791c42+100 */
background: #791c42; /* Old browsers */
background: -moz-linear-gradient(left,  #791c42 0%, #e62083 50%, #791c42 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #791c42 0%,#e62083 50%,#791c42 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #791c42 0%,#e62083 50%,#791c42 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#791c42', endColorstr='#791c42',GradientType=1 ); /* IE6-9 */
    overflow: hidden;
    padding: 15px;
}
.acs01 .Rosen01 img.ace_new02{
    margin: 0;
}
.acs01_ttl img{
    float: left;
    width: 20%;
}
.acs01_ttl span{
    color: #fff;
    float: right;
    font-size: 20px;
}
.acs01 .clearfix{
    text-align: center;
}
.acs01 .clearfix>div{
        width: 48%;
    display: inline-block;
    box-sizing: border-box;
}
.Rosen01 .swipe_icon{
    display: none;
}
@media screen and (max-width: 600px) {
    .Rosen01{
        position: relative;
    }
    .Rosen01 .swipe_icon{
    display: block;
}
    .acs01_ttl img {
    float: none;
    width: 55%;
        margin: 0 auto;
}
    .acs01_ttl span {
    float: none;
    font-size: 16px;
        text-align: center;
        display: block;
}
    .acs01 .Rosen01 img.ace_new02 {
    width: 800px !important;
        margin-left: auto;
    margin-right: auto;
        margin-left: -200px;
}
    
	.acs01 .clearfix>div{
        width: 100%;
}
    .Rosen01+p.Sp_tx {
    color: #fff;
    background: #CC0000;
        padding: 10px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
}
}
/*アクセス*/
/*ロケーション*/
.child{
    box-sizing: border-box;
    border: 1px solid #c10f4e;
    padding: 20px;
    max-width: 70%;
    margin: 0 auto;
}
.child h3.Loc_tit_s {
    font-size: 24px;
    text-align: center;
    margin: 0px auto 20px;
    color: #c10f4e;
}
.child .child_ttl{
    font-size: 18px;
    text-align: center;
    background: #f8f6df;
    padding: 10px 0;
}
.child .child_box01 .clearfix>img{
    float: left;
    width: 50%;
}
.child_box01{
    /*max-width: 70%;*/
    margin: 0 auto 30px;
}
.child_ttl02{
    font-size: 24px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    color: #c10f4e;
    border-bottom:  1px solid #c10f4e;
    font-weight: bold;
    text-align: center;
}
.child_ttl02 span{
    color: #000;
    font-size: 18px;
}
.child_ttl02+p{
    text-align: center;
    margin-bottom: 50px;
}
.child .child_box02{
    box-sizing: border-box;
    border: 1px solid #bb7e38;
    padding: 20px;
    background: #f8f6df;
    border-radius: 15px;
}
.child_box02_ttl{
    font-size: 24px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    color: #c10f4e;
    border-bottom:  1px solid #c10f4e;
    font-weight: bold;
}
.child_box02>.clearfix>div{
    float: left;
    width: 60%;
}
.child_box02>.clearfix>div+div{
    float: right;
    width: 38%;
}
.child_box02>.clearfix>div+div>img{
    width: 100%;
    display: block;
    margin: 0 auto;
}

.child_box03{
    margin-top: 20px;
}
.child_box03 .clearfix>div{
    float: left;
    width: 48%;
}
.child_box03>.clearfix>div+div{
    float: right;
    width: 50%;
}
.child_box03>.clearfix>div+div>img{
    width: 100%;
    display: block;
    margin: 0 auto;
}
.child_box04{
    max-width: 80%;
    margin: 20px auto 0;
}

@media screen and (max-width: 600px) {
	.child {
    padding: 10px;
    max-width: 100%;
        padding-top: 20px;
}
    
    .child_box02>.clearfix>div{
    float: none;
    width: 100%;
}
.child_box02>.clearfix>div+div{
    float: none;
    width: 100%;
}
    .child_box02_ttl{
        font-size: 18px;
    }
    
    .child_box03 .clearfix>div{
    float: none;
    width: 100%;
}
.child_box03>.clearfix>div+div{
    float: none;
    width: 100%;
    margin-top: 20px;
}
    .child_box04 {
    max-width: 100%;
}
}
/*ロケーション*/

/*モデルルーム*/
.theta_h2{
    text-align: center;
    margin: 50px auto 30px;
    font-size: 28px;
}
.theta{
    text-align: center;
    margin: 0 auto;
    max-width: 853px;
    width: 100%;
}
@media screen and (max-width: 853px) {
    .theta_h2{
    font-size: 18px;
}
    .theta iframe{
    width: 100% !important;
}
}
/*モデルルーム*/