@charaset "utf-8";

/*-- 老人ホームのページ -------------------------------*/

.rozyuutaku{
    text-align: center;
    margin: 10px auto;
 }
h3 {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 25px;
    color: rgb(242,145,0);
    margin-top: 50px;
}

h2{
    font-size: 1.2em;
}

.rokyoutuu{
    text-align: center;
    margin-bottom: 40px;
}
.rokeyvisual {
    margin: 150px auto 0;
    width: 100%;
}
.rokeyvisual img {
    width: 100%;
}
.rohome {
    text-align: center;
    margin: 0 auto;
}

/*-- スクロール -------------------------------*/
.rodown{
    width: 15px;
    height: 15px;
    margin: 0 30px 0 10px;
}

.roinfoItem{
    font-size: 1rem;
    border-right: dotted 1px rgb(76,73,72); /*ボーダー右側に入れる */
    display: flex;
    align-items: center;
}

.roinfoItem a {
    display: flex;
    align-items: center;
}

    
.roinfoBar{
    width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.roinfoBar a:link{
    color: rgb(76,73,72);
    text-decoration: none;
}
.roinfoBar a:visited{
    color: rgb(76,73,72);
    text-decoration: none;
}
.roinfoBar a:hover{
    color: rgb(255,233,174);
    text-decoration: none;
}

/*-- 入居までの流れ -------------------------------*/
.home2{
    width: 80%;
    height: auto;
    margin-top: 50px;
}
.home3{
    display: none;
}
.zukai{
    margin: auto 0;
    text-align: center;
}

.rozisan-text{
    padding-left: 100px;
    padding-bottom: 30px;
}


/*ボタンの設定*/
.robtnWrap {
    display: flex;
    width: 100%;
    margin: 40px auto 80px;
    justify-content: center;
}
.rolink-btn {
    margin: 0 20px;
    width: 200px;
    background: rgb(255,233,174);
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    color: rgb(242,145,0);
    
}
.robtnWrap a:hover{
    color:rgb(255,233,174);
    background-color: rgb(242,145,0);
}
.akeiyaku{
    display: flex;
    padding: left 20px;
}
.rokositu{
    margin-bottom: 20px;
}
.ozisan{
    width: 100%;
    border: 3px solid rgb(76,73,72);
    padding-left:20px;
    margin-top: 10px;
    
}
h4{
    margin-top: 50px;
    margin-bottom: 10px;
}

.ropdf{
    border: 3px solid rgb(76,73,72);
    width: 100px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
    margin-left: auto;
}
.ropdf a:link{
    color: rgb(76,73,72);
    text-decoration: none;
}
.ropdf a:visited{
    color: rgb(76,73,72);
    text-decoration: none;
}

.ropdf a:hover{
  color: rgb(255,233,174);
  text-decoration: none;
}
.ropdf2{
/*    display: flex;*/
    text-align: center;
}

.rozisan-text{
    margin-right: 90px;
    margin-bottom: 10px;
}
.zisan{
    margin-top: 50px;
}
.btnwrapp2{
/*    background: rgb(255,233,174);*/
    margin: 50px auto 0;
/*    width: 300px; */
/*    height: 40px;
    line-height: 50px;*/
    text-align: center;
}
.link-btn2{
    text-decoration: none;
    color: rgb(242,145,0);
}
/* 追記 */
.btnwrapp2 a{
    color: rgb(242,145,0);  /* 文字色 */
	background: rgb(255,233,174);  /* 背景色 */
	width: 300px; /* 横幅 */
    line-height: 50px; /* 高さ */
    text-align: center; /* 行揃え */
    display: block; /* ブロック扱い */
    margin:  0 auto;
    text-decoration: none;
}

.btnwrapp2 a:hover{
    color: rgb(255,233,174);
    background: rgb(242,145,0);
    text-decoration: none;
    width: 300px;
    height: 50px;
}


/*スマホ用*/
@media (max-width: 767px){
/* 全体ナビゲーション */ 
/* -横並び解除 */
.akeiyaku {display: block;
}
    
    .rokyoutuu{
        margin: 0 10px 30px ;
    }

/*----zukai画像入れ替え-----*/
    .home2{
        display: none;
    }
    
    .home3{
        display: block;
        width: 80%;
         margin:auto;
    }
.rohome{
    margin-left: 15px;
    margin-right: 15px;
    }
.ozisan{
    width: 90%;
    margin-left: 20px;
    padding-right: 10px;
    
}
.ropdf{
    margin-right: 20px;
}
.rokositu{
   margin-right: 20px;
   margin-bottom: 20px;
   margin-top: 20px;
}
.rokeyvisual{
    margin: 100px auto 0;
 }
    /*-- スクロール -------------------------------*/
    .rodown{
    width: 15px;
    height: 15px;
    margin: 0 10px 0 10px;
}
    .roinfoBar p{
        font-size: 3.5vw;
    }
    
    .roinfoItem{
        margin-bottom: 10px;
        margin-left: 10px;
    }
    
    .zukai {
        margin-top: 50px;
        margin-bottom: 50px;
        background-position: center;
    }

    .rozisan-text{
    margin: 0 auto;
    text-align: center;
    padding-left:0;
    padding-bottom: 30px;
}

}
