@charset "utf-8";
/* CSS Information============
	top
========================== */

/*スマートフォン 縦*/
@media screen and (min-width: 0px) {
  /* =======================
	お電話でのご予約
========================== */
  #lnk_ctc {
    padding-top: 60px;
    margin-top: -60px;
  }
  .tel_box {
    background-color: #f0f0f0;
    padding: 20px 0;
    text-align: center;
    margin: 0;
  }
  .tel_box dt {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .tel_box dd {
    font-size: 2.4rem;
  }
  .tel_box dd a {
    color: #ab8334;
  }
  .tel_box dd > a {
    font-size: 2.4rem;
    padding: 0.2em 0 0.2em 32px;
    background: url(/image/common/ic_tel.svg) no-repeat 0;
    background-size: 1.2em;
  }
  /* =======================
	フッターアコーディオンメニュー
========================== */
  .sp_footer_menu {
    background-color: #000;
    color: #fff;
  }
  #acMenu {
    width: 100%;
    margin: 0 auto;
    line-height: 1.5;
    border-bottom: 1px solid #eeeeee;
  }
  #acMenu dt {
    display: block;
    padding: 13px 0;
    text-align: center;
    cursor: pointer;
  }
  #acMenu dd {
    line-height: 2.3;
    display: none;
  }
  #acMenu dd li {
    background: url(/ebisu/img/common/footer_arrow_001.png) no-repeat 0 47%;
    padding-left: 15px;
    margin-left: 20px;
  }
  #acMenu dd li a .ex_link {
    width: 11px;
    vertical-align: baseline;
    margin-bottom: -1px;
    margin-left: 4px;
  }
  #acMenu dd li:nth-last-of-type(1) {
    margin-bottom: 10px;
  }
  #acMenu dd li a {
    display: block;
    color: #fff;
    line-height: 3;
  }
  /* =======================
	フッター
========================== */
  footer {
    text-align: center;
  }
  footer .info_dt {
    padding: 10px 10px 30px 10px;
    margin: 0 auto;
  }
  footer .hotel_info {
    color: #fff;
    background-color: #000;
  }
  footer .hotel_info .hotel_info_logo {
    width: 230px;
    display: inline-block;
  }
  footer .hotel_info a {
    color: #fff;
  }
  footer .hotel_info a :hover {
    opacity: 0.7;
    text-decoration: none;
  }
  footer .sns {
    padding-bottom: 30px;
    background: #000;
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  .sns a {
    display: block;
    width: 30%;
    max-width: 32px;
  }
  footer .sns a:hover img {
    opacity: 0.75;
  }
  footer .grouphotels {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    padding: 40px 0 10px;
  }
  footer .hotel_group {
    padding-top: 40px;
    border-top: #fff solid 1px;
  }
  footer .pr_bnr {
    width: 95%;
    margin: 20px auto;
    overflow: hidden;
  }
  footer .pr_bnr li {
    margin-bottom: 10px;
  }
  footer .pr_bnr li:last-child {
    margin-bottom: 0;
  }
  footer .lang {
    padding-bottom: 30px;
    background: #000;
  }
  footer .lang .hotel_list {
    width: 45%;
    border: #fff solid 1px;
    margin: 0 auto;
  }
  footer .lang .hotel_list li {
    margin: 0 auto;
  }
  footer .lang .hotel_list li a {
    padding: 15px 0;
    display: block;
    color: #fff;
  }
  footer .lang .hotel_list li a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  footer .lang .hotel_list li a:before {
    border: none;
  }
  footer .group_footer a:hover img {
    opacity: 0.7;
  }
  footer .recruit_img {
    margin: 0 auto 0;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    background: #000;
  }
  footer .recruit_img p {
    width: 100%;
    padding: 20px 0 0;
  }
  footer .recruit_img p:last-child {
    width: 100%;
    padding: 20px 0;
  }
  footer .recruit_img a:hover {
    opacity: 0.75;
    background-color: #fff;
  }
  footer .recruit_img img {
    width: 230px;
  }
}

/* タブレット */
@media screen and (min-width: 768px) {
  /* =======================
	　フッター
========================== */
  footer {
    text-align: center;
  }
  footer .pc_footer_menu a:link,
  footer .pc_footer_menu a:visited {
    color: #fff;
  }
  footer .lang a:link,
  footer .lang a:visited {
    color: #fff;
  }
  footer .pc_footer_menu {
    padding: 30px 0 0 0;
    background: #000;
  }
  footer .pc_footer_menu_dt {
    width: 90%;
    margin: 0 auto;
  }
  footer .pc_footer_menu ul {
    padding: 10px 0;
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .pc_footer_menu ul li {
    display: inline;
    padding: 0 15px;
    border-left: #828282 solid 1px;
    border-right: #828282 solid 1px;
    box-sizing: border-box;
    margin: 0 -1px 12px 0;
    line-height: 1.2;
  }
  footer .pc_footer_menu ul li a .ex_link {
    width: 12px;
    height: 12px;
    padding: 0 0 3px;
    margin-left: 4px;
  }
  footer .pc_footer_menu ul li:nth-child(5) {
    border-right: #828282 solid 1px;
  }
  footer .hotel_info {
    padding: 0;
  }
  footer .sns {
    padding-bottom: 40px;
  }
  footer .lang {
    padding-bottom: 40px;
  }
  footer .lang .hotel_list {
    width: 172px;
    margin: 0 auto;
  }
  footer .lang .hotel_list li {
    width: 72%;
  }
  footer .lang .hotel_list {
    width: 172px;
  }
  footer .pr_bnr {
    width: 94%;
    margin: 30px auto;
    overflow: hidden;
  }
  footer .pr_bnr ul {
    display: flex;
    justify-content: center;
  }
  footer .pr_bnr li {
    width: 49%;
    float: left;
    margin-right: 0.5%;
    margin-left: 0.5%;
    overflow: hidden;
  }
  footer .recruit_img {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    border-bottom: none;
    background: #000;
  }
  footer .recruit_img img {
    width: 230px;
  }
  footer .recruit_img p {
    margin: 10px 10px;
    width: 230px;
    padding: 0;
  }
  footer .recruit_img p:last-child {
    margin: 10px 10px;
    width: 230px;
    padding: 0;
  }
}
/*タブレット 横*/
@media screen and (min-width: 1024px) {
  footer .lang .hotel_list:nth-child(2) {
    margin: 0 auto;
  }
  .hotels_box {
    max-width: 1000px;
    margin: auto;
  }
  footer .hotels:nth-child(2) {
    padding-bottom: 10px;
  }
  footer .lang .hotel_list {
    width: 172px;
    margin: 0 auto 35px;
  }
  footer .lang .hotel_list li {
    width: 100%;
  }
  footer .lang {
    padding-bottom: 40px;
  }
  /* =======================
	　フッター
========================== */
  footer {
    text-align: center;
  }
  footer .pc_footer_menu {
    margin: 0 auto;
  }
  footer .footer_mh {
    margin: 0 auto;
  }
  footer .pc_footer_menu_dt {
    width: 1000px;
  }
  footer .pc_footer_menu ul {
    padding: 10px 0;
  }
  footer .pc_footer_menu ul li {
    line-height: 1.5;
  }
  footer .pc_footer_menu ul li:last-child {
    border-right: #828282 solid 1px;
  }
  footer .lang .hotel_list {
    width: 172px;
  }
  footer .lang .hotel_list li {
    width: 100%;
  }
  footer .lang .hotel_list:first-child {
    margin: 0 auto;
  }
  footer .pr_bnr {
    width: 1000px;
    margin: 30px auto;
  }
  footer .pr_bnr li {
    display: block;
    box-sizing: border-box;
    margin: 0;
    padding: 0.5%;
    width: 33.333%;
  }
  footer .pr_bnr li a:hover {
    opacity: 0.75;
  }
  footer .recruit_img {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
  }
  footer .recruit_img p {
    margin: 10px 10px;
    width: 230px;
    padding: 0;
  }
  footer .recruit_img p:last-child {
    margin: 10px 10px;
    width: 230px;
    padding: 0;
  }
}
