@charset "UTF-8";

body { 
    background-color: #7AD1D3;
    background-image: url("../img/bg/syokai/shibuyasaunas.png"); 
    background-size: 100% auto;
    background-repeat: no-repeat;
    font-family: sans-serif;
    margin: 0;
} 
.page{
    position: relative;
    max-width: 100%;
    width: 1440px;
    height: 1900px;
    margin: 0 auto;
  }
  
  .anchor{
    position: absolute;
    left: 157px;
    top: 1365px;
    width: 1125px;
    height: 502px;
    background: transparent;
  }
  
  .info{
    position: absolute;
    inset: 0;
  }
  
  .info_text{
    position: absolute;
    left: 570px;
    top: 38px;
    width: 560px;
  }
  
  .info_text dl{
    margin: 0;
  }
  
  .info_text dd{
    margin: 0 0 83px;
    font-size: 15px;
    line-height: 1.8;
    color: #313D6C;
    letter-spacing: 0.02em;
  }
  
  .info_text dd.price{
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.7;
  }
  
  .links{
    position: absolute;
    right: 60px;
    top: 80px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 130px;
  }
  
  .links a{
    font-size: 12px;
    font-weight: 600;
    color: rgba(49,61,108,0.75);
    text-decoration: none;
  }
  
  .links a:hover{
    text-decoration: underline;
  }
  
  .info_caution{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: 0;
    text-align: center;
    font-size: 11px;
    line-height: 1.7;
    color: rgba(255,255,255,0.95);
    letter-spacing: 0.02em;
  }


  .navi{
    width: 100%;
    margin:120px auto 0;
  }
  
  .fotter_navi{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 120px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 80px;
  }
  
  .fotter_navi a{
    display: inline-block;
    text-decoration: none;
  }
  
  .fotter_navi img{
    display: block;
    height: 55px;
    width: auto;
  }

  .fotter_navi .top img{
    height: 107px;
  }

  footer {
    width: 100%;
    margin:160px auto 58px;
    font-size: 13px;
    text-align: center;
    color: #fff;
}
  