/* CSS Document */
.ro1 {
  padding: 360px 0 120px 0;
  margin-top: -360px;
/*  background-image: url("image/common/scroll-arrow.png");*/
  background-position: top 60px right 8vw;
  background-repeat: no-repeat;
}
.ro1inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ro1txt h4 {
  font-size: 35px;
  display: flex;
  align-items: center; /* 垂直中心 */
}
/*.ro1txt h4:after {
  margin-left: 1em; 
  border-top: 1px solid;
  content: "";
  margin-left: 1em; 
  width: 4em; 
}*/
.ro1txt {
  font-size: 18px;
  color: #000;
  width: 30%;
    line-height: 2em;
}
.ro1imgbox {
width: 65%;
max-width:840px;
aspect-ratio: 84 / 61;
}
.ro2 {
  padding: 120px 0 60px 0;
}
.ro2txt {
  text-align: center;
  width: 39%;
}
.ro2h4 {
  font-size: 27px;
  font-weight: bold;
}
.ro2txt p {
  font-size: 27px;
  font-feature-settings: "palt";
}
.ro2a {
  padding-left: 58px;
  background-image: url("image/common/icon-arrow.png");
  background-position: left center;
  font-size: 20px;
  background-repeat: no-repeat;
  height: 38px;
  display: inline-block;
  font-weight: bold;
  color: #000;
}
.ro2inner {
  max-width: 1460px;
  width: 96%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 128px 80px;
}
.ro2inner:nth-child(odd) {
  flex-direction: row-reverse;
}
.ro2inner:nth-child(odd) {
  background-image: url("image/stay/ro-circle.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  /*padding: 128px -60px 128px 0;*/
}
.ro2inner:nth-child(even) {
  background-image: url("image/stay/ro-circle.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
}
.ro2imgbox {
  width: 59%;
}
.srlist {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 60px;
}
.srimg {
  width: 66%;
}
.srimg img {
  width: 100%;
  height: 480px;
  object-fit: cover;
}
.srtxt {
  padding: 2.7vw;
  background-color: rgba(255, 255, 255, 1.0);
  max-width: 600px;
  width: 34%;
  box-sizing: border-box;
  margin-left: -90px;
}
.srtxth3 {
  font-size: /*40px2.8vw*/ 35px;
  text-align: center;
  font-weight: normal;
}
.srtxtp {
  text-align: center;
  font-size: /*27px1.25vw*/20px ;
  line-height: 1.8em;
  font-feature-settings: "palt";
  line-break: strict;
}
.srtxta {
  font-size: 20px;
  text-align: center;
  display: flex;
  /*padding-left: 40px;*/
  height: 40px;
  color: #000;
  margin: auto;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.srtxta:hover {
  text-decoration: none;
  background-color: #eee;
}
.srtxta img {
  max-width: 37px;
  max-height: 37px;
  color: #000;
}
@media screen and (min-width: 750px) and (max-width: 1300px) {
  .ro2txt p {
    font-size: 2.0769vw;
  }
}



/*sp*/
@media (max-width: 750px) {
.ro1 {
    padding: 0;
    margin-top: -80px!important;
    background-image: none;
    background-position: top 60px right 8vw;
    background-repeat: no-repeat;
    padding-top: 100px;
}
    .ro1inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
        width: 64%;
        margin: auto;
        padding-bottom: 30px;
}
    .ro1inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column-reverse;
    }
    .ro1imgbox {
    width: 100%;
}
    .ro1txt {
    font-size: 18px;
    color: #000;
    width: 100%;
}
    /*.ro1txt h4:after {
    margin-left: 1em;
    border-top: 1px solid;
    content: "";
    margin-left: 0.5em;
    width: 3em;
}*/
.ro1txt h4 {
    font-size: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
    
.srlist {
    display: block;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 60px;
    width: 100%;
}
    .srimg {
    width: 100%;
}
    .srtxt {
    padding: 16px;
    background-color: rgba(255, 255, 255, 0.8);
    max-width: 600px;
    width: 100%;
    box-sizing: border-box;
    margin-left: 0;
}
.srimg img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
    .srtxtp {
    text-align: center;
    font-size: 16px;
    line-height: 2em;
    font-feature-settings: "palt";
    line-break: strict;
}
    .srtxth3 {
    font-size: 24px;
    text-align: center;
    font-weight: normal;
}
    .ro2 {
    padding: 60px 0 0 0;
}
    .br4h32{
        width: 96%;
    }

    
}

/*タブレット*/
@media only screen and (min-width: 750px) and (max-width: 1024px) {
    
    .heroimagebox img{
                    height: auto!important;
            aspect-ratio: 7 / 4!important;

  object-fit: cover;

    }
    .ro1{
         padding: 400px 0px 30px 0px;
    }
    
    .toptextbox h2{
        font-size: 26px;
    } 
    
.srtxt {
    padding: 20px;
    background-color: rgba(255, 255, 255, 1.0);
    max-width: 600px;
    width: 38%;
    box-sizing: border-box;
    margin-left: -90px;
}
    .srtxtp {
    text-align: center;
    font-size: /*27px*/ 16px;
    line-height: 2em;
    font-feature-settings: "palt";
    line-break: strict;
}
    
    .srimg img{
        height: 300px
    }    
    
    .ro2{
        padding: 60px 0 0px 0;
    }
    
    
    
    
    
    
    
    
    
    
           
}



















