@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : hotel_original.css
 author     : Ability Consultant
 style info : ホテル専用CSS（共通ファイル上書き＆追加用CSS）
=================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght,YOPQ@100..900,40..300&family=Noto+Sans+JP:wght@100..900&display=swap");
/* font-awesome */
/* -----------------------------------------------------------
	イン共通
----------------------------------------------------------- */
#header .logo {
  background: url(../../images_inn/header/logo.png) no-repeat 0 0;
}

#footer .box_footer .box_hotel {
  background: url(../../images_inn/footer/f_logo.png) no-repeat 0 0;
}

/* -----------------------------------------------------------
	共通
----------------------------------------------------------- */
#header #gnav {
  background-image: url(../images/header/gnav.png);
}

#faq #gnav li:nth-child(3) a span:after {
  opacity: 0;
}

#breakfast #gnav li:nth-child(3) a span:after,
#access #gnav li:nth-child(4) a span:after {
  opacity: 1;
}
