@charset "UTF-8";
/* -----------------------------------------------------------
	スタイルガイド用記述
----------------------------------------------------------- */
/*
_mixins.scss

Styleguide 1.3.0
*/
.view_sp {
  display: none !important;
}
@media (max-width: 767px) {
  .view_sp {
    display: block !important;
  }
}

.view_tab {
  display: none !important;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .view_tab {
    display: block !important;
  }
}

.view_pc {
  display: none !important;
}
@media (min-width: 1025px) {
  .view_pc {
    display: block !important;
  }
}

.view_tab-down {
  display: none !important;
}

/* ===================================================================
CSS information

 file name  : sth.css
 author     : Ability Consultant
 style info : ホテルアソシア静岡
=================================================================== */
#stay_breakfast .box-01-list li {
  margin-left: 1% !important;
}
@media (min-width: 1025px) {
  #stay_breakfast .point03 .box-poi-text {
    width: 50.23438%;
  }
}
#stay_breakfast .point03 .box-poi-text .text {
  max-width: 600px;
}
@media (min-width: 1025px) {
  #stay_breakfast .point04 .box-poi-text {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
}
#stay_breakfast .point04 .box-poi-text .text {
  max-width: 600px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #stay_breakfast .point05 .box-poi-img img {
    width: 105%;
  }
}
#stay_breakfast .point05 .box-poi-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}
@media (min-width: 1025px) {
  #stay_breakfast .point05 .box-poi-text {
    width: 50.32552%;
  }
  #stay_breakfast .point05 .box-poi-text i {
    width: 18.66252%;
  }
  #stay_breakfast .point05 .box-poi-text .text {
    max-width: 600px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #stay_breakfast .point05 .box-poi-text i {
    width: 18.66252%;
  }
}
