@charset "UTF-8";
/* ===================================================================
CSS information

file name  : common.css
author     : Abilive
style info : 共通
=================================================================== */
/* font-awesome */
/* -----------------------------------------------------------
	スライド　用
----------------------------------------------------------- */
/*Animate */
/* -----------------------------------------------------------
	ホテル リブランド用
----------------------------------------------------------- */
#header .con_header .box_header .box_top .box_left h1,
#fixheader .con_header .box_header .box_top .box_left h1 {
  display: block !important;
  font-size: 100%;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  #header .con_header .box_header .box_top .box_left h1,
  #fixheader .con_header .box_header .box_top .box_left h1 {
    font-size: 85%;
  }
}
@media only screen and (max-width: 640px) {
  #header .con_header .box_header .box_top .box_left h1,
  #fixheader .con_header .box_header .box_top .box_left h1 {
    font-size: 70%;
  }
}
@media only screen and (max-width: 640px) {
  #header .con_header .box_header .box_top .box_left h1,
  #fixheader .con_header .box_header .box_top .box_left h1 {
    font-weight: 400;
  }
}
