
:root{
    --brown:#F5F2EB;
    --dbrown:#745844;
  }
  .f_bold{
    font-weight: bold;
  }
  .f_brown{
    color:var(--brown);
  }
  .f_dbrown{
    color:var(--dbrown);
  }
  .bg_brown{
    background:var(--brown);
  }
  .bg_dbrown{
    background:var(--dbrown);
  }
  .t_center{
    text-align: center;
  }
  section.bg_brown{
  
  }
  .bg_brown_img{
    /* background:var(--brown);
    background-image:url(/common/img/facilities/yaotome/bg_sec.png);
    background-size: cover;*/
  } 
  main{
    font-family: "Noto Serif JP";
    font-size: 20px;
  }
  main p{
    margin-block-start: 0em;
      margin-block-end: 0em;
  }
  
  main #sakado_wrap{
    line-height: 1.6;
    overflow-x: hidden;
  }
  #sakado_wrap .sec_inner{
    max-width:1240px;
    margin: auto;
    font-size: 20px;
  }
  .mimamorisys_wrap img {
    height: auto;
  }
  .fl{
      flex-wrap: nowrap;
  }
  #page_title{
    display: none;
  }
  .yoa_sec{
    padding:160px 0 100px;
  }
  .yao_sec_ttl{
    width:fit-content;
    margin:auto;
    margin-bottom:50px;
    font-size: 40px;
    color: var(--dbrown);border-bottom: solid 1px var(--dbrown);
    font-weight: bold;
  }
  .yao_sec_ttl_02{
    font-size: 26px;
    margin-bottom:35px;
    padding-left:15px;
    position: relative;
    &:before{
      position: absolute;
      content:"";
      top:3px;
      left:0;
      background:var(--dbrown); 
      height: 100%;
      width:8px;
    }
  }
  .ttl_belt{
    color:#fff;
    font-size: 28px;
    padding:10px 5px;
    padding-right:40px;
    max-width: fit-content;
    margin-bottom:40px;
    background: linear-gradient(270deg, rgba(116, 88, 68, 0.00) 0%, rgba(116, 88, 68, 0.60) 12%, rgba(116, 88, 68, 0.90) 100%);
  }
  .ico_point{
    position: relative;
  }
  .ico_point::before{
    content:"";
    position: absolute;
      top: -55px;
      left: -90px;
    width: 120px;
    height: 70px;
  }
  .ul_asta{
    font-size: 10px;
    color: #000;
    font-weight: 300;
    line-height: 150%;
    & li{
      padding-left:15px;
      &:before{
        content:"※";
        top:0px;
        bottom:auto;
        right: auto;
      }
    }
  }
  .txt_asta{
    position: relative;
    font-size: 12px;
    padding-left:15px;
    &:before{
      content:'※';
      position: absolute;
      left:0;
      top:0;
    }
  }
  .sec_bg_ttl{
    background: url(/common/img/facilities/asahikawa/bg_nav.png);
    background-size:cover;
    padding:65px 0 65px;
    margin-bottom:130px;
    & h2{
      line-height: 1;
      color:#fff;
      font-size: 36px;
      text-align: left;
      line-height: 140%;
    }
    & span{
      font-size: 60px;
    }
  }
  
  @media (max-width: 1024px){
    #sakado_wrap .sec_inner{
      font-size: 16px;
    }
    .yoa_sec{
     padding:90px 0 60px;
    }
    .sec_inner{
      padding:0 20px;
    }
    .yao_sec_ttl{
      margin-bottom:30px;
      font-size: 21px;
      border-bottom: solid 2px var(--dbrown);
      width:100%;
      text-align: center;
    }
    .ico_point::before {
      top: -38px;
      left: 0px;
      width: 67px;
      height: 40px;
    }
    .yao_sec_ttl_02{
      font-size: 19px;
      margin-bottom:15px;
      padding-left:15px;
      &:before {
        top: 0;
        bottom: 0;
        left: 0;
        height: 75%;
        min-height: 35px;
        margin: auto;
        width:5px;
      }
    }
    .ttl_belt {
      color: #fff;
      padding: 5px 5px;
      padding-right:10px;
      font-size: 20px;
      margin-bottom:20px;
    }
    .sec_bg_ttl{
      background: url(/common/img/facilities/asahikawa/bg_nav_sp.png);
      background-size:cover;
      margin-bottom:0px;
    }
    .sec_bg_ttl {
      padding:30px 0;
      & h2 {
          font-size: 20px;
        & span {
            font-size: 37px;
        }
      }
    }
    
  }
  @media (min-width: 1025px) and (max-width: 1349px) {
  
  }
  
  
  
  /* ttl_asahikawa */
  #ttl_sakado{
   max-width: 1240px;
   width:100%;
   margin: auto;
   margin-bottom:50px;
   img{
    width:100%;
   }
  }
  
  @media (max-width: 1024px){
    #ttl_sakado{
      margin-bottom:20px;
    }
  }
  /* ttl_asahikawa end */
  
  
  /* saka_nav */
  .saka_nav{
    margin-bottom:70px;
  }
  
  .saka_nav .fl{
    gap:30px;
    justify-content: center;
  }
  .saka_nav a{
    box-shadow: 3px 3px 10px 0px rgba(200, 196, 188, 0.40);
    display: block;
    background: var(--brown);
    max-width: 605px;
    width:100%;
    text-align: center;
    color:var(--dbrown);
    font-size: 24px;
    border-radius: 20px;
    font-weight: bold;
    padding:25px 0 50px;
    position: relative;
    &:after{
      position: absolute;
      content:"";
      bottom:25px;
      right:0;
      left:0;
      margin: auto;
      width: 10px;
      height: 10px;
      border: 2px solid;
      border-color:  transparent transparent var(--dbrown) var(--dbrown);
      transform: rotate(-45deg);
    }
  }
  @media (max-width: 1024px){
    .saka_nav {
      margin-bottom: 40px;
    }
    .saka_nav .fl{
      gap:20px;
      display: grid;
      grid-template-columns: 1fr;
      a {
        border-radius: 10px;
        padding: 15px 0 35px;
        font-size: 16px;
        margin: auto;
        & span {
          font-family: 'Helvetica Neue', sans-serif;
          font-size: 12px;
        }
        & img{
           max-width: 35px;
        }
        &:after {
          bottom: 12px;
          width: 6px;
          height: 6px;
          border: 1px solid;
          border-color: transparent transparent var(--dbrown) var(--dbrown);
        }
      }
      a:first-of-type p{
        padding-top:11px;
      }
    }
  }
  /* yao_nav end */
  
  /* p1 */
  
  #p_first{
    padding-top:0px;
  }
  #p_first .sec_bg_ttl{
    background: url(/common/img/facilities/sakado/bg_p1.png);
    background-size:cover;
  }
  #p_first .ico_point::before{
    background: url(/common/img/facilities/sakado/ico_point.svg);
    background-size:cover;
  }
  #p1{
    padding-bottom:90px;
    .fl{
      gap:20px;
      justify-content: center;
    }
  }
  #p1 dl{
    max-width: 395px;
    width: 100%;
    dt{
      line-height: 140%;
      font-weight: bold;
      border-radius: 10px 10px 0 0;
      background:var(--brown);
      color: var(--dbrown);
      font-size: 24px;
      text-align: center;
      height: 78px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    dd{
      font-size: 20px;
    }
    ul{
      margin-top:15px;
    }
  }
  @media (max-width: 1024px){
    #p1{
      padding-top:70px;
      padding-bottom:70px;
    }
    #p_first .sec_bg_ttl{
      background: url(/common/img/facilities/sakado/bg_p1_sp.png);
      background-size:cover;
      background-position: center;
    }  
    #p1 {
      .fl {
          flex-direction: column;
          gap:30px;
          align-items: center;
      }
      dl{
        dt{
          font-size: 18px;
          height: 52px;
        }
        dd{
          font-size: 16px;
        }
      } 
    }
  }
  /* p1 end */
  
  
  /* p2 */
  #p2{
    padding-bottom:90px;
    background-image: url(/common/img/facilities/yaotome/bg_sec.png);
      background-size: cover;
  }
  .ico_point::before{
    background: url(/common/img/facilities/sakado/ico_point.svg);
    background-size:cover;
  }
  .codi_wrap{  
    margin-bottom:60px;
    .fl{
      justify-content: space-between;
    }
    & p{
      max-width: 700px;
    }
    & img{
      max-width: 480px;
    }
    .txt_intro p{
      margin-bottom:20px;
    }
    .txt_asta{
      line-height: 180%;
    }
  }
  .voiceta_wrap{
    p{
      margin-bottom:30px;
    }
    img{
      max-width:735px;
      display: block;
      margin: auto;
    }
  }
  
  @media (max-width: 1024px){
    .codi_wrap{  
      margin-bottom:60px;
      .fl{
        flex-direction: column;
      }
    }
    #p2{
      padding-top:80px;
    }
    #p2 h3 {
      font-size: 19px;
      margin-bottom:20px;
    }
    #p2 .ico_point::before {
      left:10%;
    }
    #p2 .txt_intro {
      margin-bottom: 20px;
    }
    .voiceta_wrap {
      p {
        margin-bottom: 10px;
      }
    }
  }
  /* p2 end */
  
  
  /* p3 */
  #p3{
    padding-top:150px;
    padding-bottom:40px;
  }
  
  
  .plusone_box{  
    margin-bottom:80px;
    .fl{
      justify-content: space-between;
      flex-direction: row-reverse;
    }
    & .box_txt{
      max-width: 700px;
      line-height: 180%;
    }
    & img{
      max-width: 480px;
    }
    .txt_intro p{
      margin-bottom:20px;
    }
    .txt_asta{
      line-height: 180%;
    }
  }
  .sanpo_box{
    margin-bottom:80px;
    h4{
      margin-bottom:20px;
    }
    .txt_intro{
      margin-bottom:30px;
    }
    h5{
        margin: auto;
        margin-bottom:60px;
        max-width: 565px;
        text-align: center;
    }
  }
  .sanpo_point{
    gap:25px;
    justify-content: center;
    margin-bottom:40px;
    > div{
      position: relative;
      display: block;
      background: var(--brown);
      max-width: 395px;
      width: 100%;
      text-align: center;
      font-size: 22px;
      border-radius: 20px;
      padding: 35px 15px;
      position: relative;
      img{
        position: absolute;
        top:-30px;
        left:20px;
        max-width: 35px;
        height:50px;
      }
    }
  }
  
  .pepper_box{
    margin-bottom:70px;
    .txt_intro > p{
      margin-bottom:20px;
    }
    .txt_intro{
      margin-bottom:50px;
    }
  }
  
  .animal_box{
    margin-bottom:70px;
    .txt_intro > p{
      margin-bottom:20px;
    }
  }
  .iframe_box{
    max-width: 800px;
    margin: auto;
  
  }
  
  .eve_box{
    margin-bottom:60px;
    .fl{
      gap:25px;
      justify-content: center;
    }
    
    dl{
    max-width: 395px;
    width: 100%;
      dt{
        line-height: 140%;
        font-weight: bold;
        border-radius: 10px 10px 0 0;
        background:var(--brown);
        color: var(--dbrown);
        font-size: 24px;
        text-align: center;
        height: 78px;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      ul{
        margin-top:15px;
      }
    }
  }
  
  .high_servie{
    > p{
      margin-bottom:20px;
    }
    > ul{
      margin-bottom:50px;
    }
  }
  .his_wrap{
    border-radius: 20px;
    border:solid 2px var(--dbrown);
    padding:40px 30px 25px;
    gap:20px;
    margin-bottom:80px;
    & > div.fl{
      justify-content: space-between;
      margin-bottom:30px;
    }
    & h4{
      max-width: 560px;
      margin: auto;
      margin-bottom:40px;
    }
    .txt_asta{
      text-align: right;
      width: fit-content;
      margin-right: 0;
      margin-left: auto;
    }
  }
  .his_box{
    max-width: 575px;
    gap:10px;
    font-size: 20px;
    & dl{
      max-width:325px;
    }
    & dt{
      font-weight: bold;
      font-size: 22px;
    }
    & .his_img,img{
      max-width: 240px;
      width:100%;
    }
  }
  
  .safe_box{  
    margin-bottom:60px;
    .fl{
      justify-content: space-between;
      flex-direction: row;
    }
    & .box_txt{
      max-width: 700px;
      line-height: 180%;
    }
    & img{
      max-width: 480px;
    }
    .txt_intro p{
      margin-bottom:20px;
    }
    .txt_asta{
      line-height: 180%;
    }
  }
  
  .aroma_box{  
    margin-bottom:60px;
    .fl{
      justify-content: space-between;
      flex-direction: row-reverse;
    }
    & .box_txt{
      max-width: 700px;
      line-height: 180%;
    }
    & img{
      max-width: 480px;
    }
    .txt_intro p{
      margin-bottom:20px;
    }
    .txt_asta{
      line-height: 180%;
    }
  }
  
  
  @media (max-width: 1024px){
    #p3{
      padding-top: 100px;
      padding-bottom: 20px;
    }
    .p3_box .fl{
      align-items: center;
    }
    .plusone_box {
      margin-bottom: 50px;
    }
    .plusone_box {
      .fl {
        flex-direction: column;
        gap:15px;
      }
    }
    .sanpo_box{
      margin-bottom:50px;
      h4{
        margin-bottom:15px;
      }
      h5 {
        margin: auto;
        margin-bottom: 20px;
      }
    }
    .sanpo_point {
      gap: 40px;
      margin-bottom: 40px;
      flex-direction: column;
      align-items: center;
      > div {
        font-size: 16px;
        padding: 20px 15px;
            img {
          top: -16px;
          height: 30px;
        }
      }
    }
    .pepper_box {
      .txt_intro {
          margin-bottom: 30px;
      }
    }
    .eve_box {
      .fl {
          flex-direction: column;
          gap:30px;
      }
      dl{
        dt{
          font-size: 18px;
          height: 52px;
        }
        dd{
          font-size: 16px;
        }
      } 
    }
  
    .his_wrap {
      padding: 20px 15px 25px;
      gap: 20px;
      margin-bottom: 40px;
      align-items: anchor-center;
      & h4 {
        margin-bottom:15px;
      }
      & > div.fl {
          justify-content: space-between;
          flex-direction: column;
          gap:15px;
          align-items: center;
      }
      .txt_asta{
        text-align: left;
        margin-left: 0;
      }
    }
    .his_wrap:last-of-type{
      margin-bottom:0;
    }
    .his_box {
      & .his_img, img {
        max-width: 100px;
        min-width: 100px;
        height: 100%;
      }
      & dt {
          font-size: 18px;
      }
      & dd {
          font-size: 16px;
      }
    }
    .high_servie {
      padding-bottom:60px;
    }
    .iframe_box iframe{
      width:100%;
      height: 200px;
    }
    .safe_box {
      .fl {
        gap:20px;
        flex-direction: column;
      }
    }
    .aroma_box {
      .fl {
        gap:20px;
        flex-direction: column;
      }
    }
  }
  
  /* p3 end*/
  
  /* p4 */
  #p4{
    background-image: url(/common/img/facilities/yaotome/bg_sec.png);
      background-size: cover;
  }
  #p4 .sec_inner{
    max-width: 1300px;
  }
  #p4 h2{
    margin-bottom:40px;
  }
  #p4 {
    & h2{
      margin-bottom:50px;
    }
    .txt_intro{
      text-align: center;
      color: #EA5514;
      font-size: 38px;
      margin-bottom:10px;
      font-weight: bold;
      font-family: Zen Maru Gothic;
    }
  }
  @media (max-width: 1024px){
    #p4 {
      h2{
        font-size: 24px;
      }
      & .fl {
        flex-direction: column;
        & p{
          margin-bottom:15px;
        }
      }
      
    }
    #p4 > div > .txt_intro {
      margin-bottom: 10px;
      font-size: 21px;
    }
  }
  /* p4 end */
  
  /* p5 */
  #p_second .sec_bg_ttl{
    background: url(/common/img/facilities/sakado/bg_second.png);
    background-size: cover;
  }
  #p5{
    padding-bottom:90px;
   & .txt_intro{
    font-size: 20px;
    line-height: 160%;
    margin-bottom:50px;
   }
  }
  
  #p5 h2{
    margin-bottom: 40px;
  }
  .dialo_wrap{
    margin-bottom:70px;
    & h4{
      font-size: 24px;
      text-align: center;
      margin-bottom:5px;
    } 
    .img_voiceta{
      max-width: 240px;
      display: block;
      margin: auto;
      margin-bottom:10px;
    }
    & > .txt_asta{
        text-align: center;
        display: block;
        width: fit-content;
        margin: auto;
        margin-bottom: 70px;
        position: relative;
        &:after{
          position: absolute;
          content:"";
          right:0;
          left:0;
          bottom:-45px;
          margin: auto;
          width: 0;
          height: 0;
          border-left: 20px solid transparent;
          border-right: 20px solid transparent;
          border-top: 20px solid var(--dbrown);
        }
    }
  }
  .dialo_wrap:last-of-type{
    margin-bottom:0;
  }
  .dialo_desc{
    border:solid 3px var(--dbrown);
    border-radius: 10px;
    padding:30px 40px;
    & h4{
      margin-bottom:30px;
    }
    & .dialo_desc_box {
      justify-content: space-between;
      gap:20px;
      margin-bottom:40px;
    }
  
    & dl{
      border:solid 1px var(--dbrown);
      max-width:370px;
      width:100%;
      border-radius: 10px;
      background: rgba(255, 255, 255, 0.60);
      padding:10px 10px 15px;
      background: #FAF9F5;
    }
    & dt{
      text-align: center;
      font-size: 22px;
      color: var(--dbrown);
      padding-bottom:10px;
      margin-bottom:10px;
      border-bottom: solid 1px var(--dbrown);
      font-weight: bold;
    }
    & dd li{
      padding-left:25px;
      position: relative;
      &:before{
        position: absolute;
        content:"・";
        top:2px;
        left:2px;
        color:var(--dbrown);
      }
    }
    .dialo_desc_box_02{
      gap:30px;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      & p{
        font-size: 20px;
        font-weight: bold;
        margin-bottom:10px;
      }
      & >div{
        max-width:800px;
        width:100%;
      }
      & img{
        width:100%;
      }
    }
  }
  .voic_asta{
    font-size: 12px;
    display: block;
    text-align: right;
  }
  
  @media (max-width: 1024px){
    #p5{
      padding-bottom: 70px;
    }
    #p_second .sec_bg_ttl {
      background: url(/common/img/facilities/sakado/bg_second_sp.png);
      background-size: cover;
      background-position: center;
      margin-bottom:80px;
    }
    #p5 .bg_brown_img{
      padding-top:110px;
      padding-bottom: 40px;
    }
    #p5 {
      & h2 {
        margin-bottom: 20px;
      }
      & .txt_intro {
          font-size: 16px;
          line-height: 160%;
          margin-bottom: 40px;
      }
      & .p5_01 img{
        max-width: 100%;
      }
    }
    .dialo_wrap {
      margin-bottom:60px;
      img.img_voiceta {
          max-width: 180px;
          margin-bottom: 0px;
      }
      & h4 {
          font-size: 18px;
          margin-bottom:10px;
          line-height: 140%;;
      }
      & > .txt_asta {
        margin-bottom: 60px;
          &:after {
            position: absolute;
            content: "";
            right: 0;
            left: 0;
            bottom: -40px;
            margin: auto;
            width: 0;
            height: 0;
            border-left: 17px solid transparent;
            border-right: 17px solid transparent;
            border-top: 17px solid var(--dbrown);
          }
      }
    }
    .dialo_desc {
      padding:15px 15px;
      & .dialo_desc_box {
          margin-bottom: 30px;
          flex-direction: column;
        align-items: center;
      }
      & dt {
        font-size: 16px;
      }
      & dd li {
          padding-left: 20px;
      }
      .dialo_desc_box_02 {
        flex-direction: column;
      }
      & .dialo_desc_box_02 {
        & p {
          font-size: 14px;
        }
      }
    }
    .voic_asta{
      font-size: 12px;
      display: block;
      text-align: left;
    }
  }
  /* p5 end */
  
  
  
  /* p6 */
  #p6{
    background-image: url(/common/img/facilities/yaotome/bg_sec.png);
      background-size: cover;
    padding-bottom:80px;
  }
  #p6 h2{
    margin-bottom:50px;
  }
  #p6 > div > .txt_intro{
    margin-bottom:50px;
  }
  .smh_box{
    margin-bottom:80px;
    p{
      font-size: 20px;
      line-height: 180%;
    }
    img{
      max-width: 480px;
      display: block;
      margin: auto;
      margin-bottom:30px;
    }
  }
  
  
  /* room */
  #room{
    & > p{
      font-size: 20px;
      margin-bottom:50px;
      line-height: 180%;
    }
  }
  .p2_room .txt_intro{
    margin-bottom:70px;
  }
  .room_wrap{
    position: relative;
  }
  .room_ttl{
    position: absolute;
    top:0;
    left:0;
    & h4{
      width: fit-content;
      position:relative;
    }
    & h4:after{
     content:""; 
     position: absolute;
     margin:auto;
     top:0;
     bottom:0;
     right:-20px;
     width: 0;
      height: 0;
      border-left: 12px solid var(--dbrown);
      border-top: 8px solid transparent;
      border-bottom: 8px solid transparent;
    }
  }
  .room_img{
      max-width: 715px;
      margin: auto;
      display: block;
    position: relative;
  }
  .room_pin{
    width: 80px;
    position: absolute;
    cursor: pointer;
  }
  .room_pin:hover{
    animation: poyoyon .5s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
  }
  @keyframes poyoyon {
    0% {
      transform: translateY(-5px);
    }
    50% {
      transform: translateY(0);
    }
    65% {
      transform: translateY(-0px);
    }
    100% {
      transform: translateY(0);
    }
    20%,100% {
      opacity: 1;
    }
  }
  .room_pop{
    border:solid 2px #13257D;
    padding:20px 30px;
    background: #fff;
    position: absolute;
    border-radius: 10px;
    display: none;
  }
  .room_pop.on {
    display: block;
    z-index: 50;
  }
  .room_pop .ttl{
    color:#13257D;
    font-weight: bold;
    margin-bottom:10px;
    font-size: 24px;
  }
  .room_pop .desc{
    font-size: 18px;
    margin-bottom:10px;
  }
  .room_pop .list{
    font-size: 16px;
    margin-bottom:10px;
  }
  .room_pop .link{
    width: fit-content;
    text-align: right;
    text-decoration: underline;
    color: #13257D;
    position: relative;
    display: block;
    margin-top:20px;
    padding-right: 20px;
    margin-right: 0;
    margin-left: auto;
  }
  .room_pop .link::after{
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-top-color: transparent;
    border-right: solid 2px #122A88;
    border-bottom: solid 2px #122A88;
    border-left-color: transparent;
    transform: rotate(-45deg) skew(5deg, 5deg);
    position: absolute;
    right: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .pin_01{
    top: 32px;
    left: 219px;
  }
  .pop_01{
    top: 96px;
    left: -203px;
  }
  .pin_02{
    top: 52px;
    left: 370px;
  }
  .pop_02{
    top: 44px;
    right: -210px;
  }
  .pin_03{
    top: 468px;
    left: 156px;
  }
  .pop_03{
    bottom: -70px;
    left: -302px;
  }
  .pin_04{
    top: 325px;
    right: 37px;
  }
  .pop_04{
    right: -260px;
    bottom: 230px;
  }
  .pop_close{
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 25px;
  }
  .pop_close::after{
    background: #122A88;
    width:50px;
    height: 50px;
    border-radius: 50px;
    position: absolute;
    content:"";
    top:0;
    bottom:0;
    right: 0;
    left: 0;
    margin: auto;
  }
  .pop_close::before{
    position: absolute;
    content: "×";
    top: -25px;
    bottom: 0;
    right: 0px;
    left: 10px;
    margin: auto;
    color: #fff;
    z-index: 20;
    font-size: 30px;
  }
  @media (max-width: 1024px){
    #p6{
      padding-bottom: 50px;
    }
    #p6 h2 {
      margin-bottom: 15px;
    }
    #p6 > div > .txt_intro {
      margin-bottom: 30px;
    }
    .smh_box {
      margin-bottom: 50px;
      display: flex;
      flex-direction: column-reverse;
      gap:20px;
      p{
        font-size: 16px;
      }
    }
    #room {
      & > p {
          font-size: 16px;
          margin-bottom:30px;
      }
    }
    .room_ttl {
      position: relative;
      margin-bottom:20px;
      & h4{
        margin-bottom:10px;
      }
      & h4:after {
          transform: rotate(90deg);
      }
    }
  
    .room_pin {
      width: 50px;
    }
    .pin_01 {
      top: 2%;
      left: 29%;
    }
    .pin_02 {
      top: 4%;
      left: 50%;
    }
    .pin_03 {
      top: 57%;
      left: 20%;
    }
    .pin_04 {
      top: 39%;
      right: 4%;
    }
    .pop_01,
    .pop_02,
    .pop_03,
    .pop_04 {
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      height: fit-content;
    }
    .pop_close {
      cursor: pointer;
      position: absolute;
      top: -17px;
      right: -17px;
      display: block;
      width: 35px;
      height: 35px;
    }
    .pop_close::after {
      background: transparent;
      width: 35px;
      height: 35px;
    }
    .pop_close::before {
      top: 0;
      bottom: 0;
      right: 0px;
      left: -2px;
      margin: auto;
      color: #fff;
      z-index: 20;
      font-size: 34px;
      font-weight: 500;
      font-family: auto;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      content: "";
      background: url(/common/img/mimamorisystem/ico_close2.png);
      background-size: cover;
      overflow: visible;
      background-repeat: no-repeat;
    }
  
    .room_pop .ttl {
      font-size: 20px;
    }
    .room_pop .desc {
      font-size: 14px;
      margin-bottom: 10px;
    }
    .room_pop .link{
      font-size: 12px;
    }
    
  }
  @media (max-width: 1025px) and (min-width: 430px) {
    #room .room_img {
      max-width: 350px;
    }
  }
  
  /* p6 end */
  
  
  
  #footer {
    margin-top:0;
  }
  @media (max-width: 1024px){
  
  }
  