@charset "utf-8";
/* CSS Information============
	footer
========================== */
/*スマートフォン*/
@media screen and (min-width: 0px) {
  /* =======================
	　　改行
========================== */
  .hanareya_br {
    display: none;
  }
  .sp_footer_menu {
    background-color: #000;
    font-size: 1.1rem;
    color: #fff;
  }
  #lnk_ctc {
    padding-top: 50px;
    margin-top: -50px;
  }
  .tel_box dd {
    width: 250px;
    font-size: 2.4rem;
    margin: 0 auto;
    padding: 0 0 0 20px;
    background: url(/img/common/tel_img_001.png) no-repeat 24px 6px;
    background-size: 7%;
  }
  #acMenu {
    width: 100%;
    margin: 0 auto;
    line-height: 1.5;
    border-bottom: 1px solid #eeeeee;
    font-size: 1.5rem;
  }
  #acMenu dt {
    display: block;
    padding: 13px 0;
    text-align: center;
    cursor: pointer;
  }
  #acMenu dd {
    line-height: 2.3;
    display: none;
  }
  #acMenu dd li {
    font-size: 1.5rem;
    background: url(/img/common/footer_arrow_001.png) no-repeat 0 18px;
    padding-left: 15px;
    margin-left: 20px;
  }
  #acMenu dd li:nth-last-of-type(1) {
    padding-bottom: 10px;
  }
  #acMenu dd li a {
    display: block;
    color: #fff;
    line-height: 3;
  }
  #acMenu dd li img {
    width: 12px;
    vertical-align: baseline;
    margin-bottom: -1px;
    margin-left: 3px;
  }
  footer {
    font-size: 1rem;
    text-align: center;
  }
  footer p,
  dl {
    line-height: 1.5;
  }
  footer .hotel_info {
    color: #fff;
    background: #000;
  }
  footer .info_dt {
    padding: 10px 0 20px 0;
    margin: 0 auto;
    border-top: 1px solid #eeeeee;
  }
  footer .hotel_info img {
    width: 160px;
  }
  footer .hotel_info a {
    color: #fff;
  }
  footer .sns {
    border: none;
    background: #000;
    padding-bottom: 20px;
  }
  footer .lang2 {
    text-align: center;
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    background: #000;
  }
  footer .lang2 li {
    width: 40%;
    flex-grow: 1;
    border: #ccc 1px solid;
    font-size: 1.2rem;
    text-align: center;
  }
  footer .lang2 li a,
  footer .lang2 li a:visited {
    color: #fff;
    text-decoration: none;
    padding: 15px 0;
    display: block;
  }
  footer .lang2 li a:hover {
    text-decoration: underline;
  }
  footer .footer_line {
    width: 100%;
    height: auto;
    border-top: 1px solid #fff;
    padding: 15px 0;
  }
  footer .grouphotels {
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    padding: 40px 0 10px;
  }
  footer .hotel_list {
    width: 95%;
    margin: 0 auto 20px;
  }
  footer .hotel_list h3 {
    font-weight: bold;
    font-size: 1.4rem;
    padding-bottom: 10px;
    margin: 0;
  }
  footer .hotel_list h3 a {
    color: #fff;
  }
  footer .hotel_list li {
    font-size: 1.2rem;
  }
  footer .hotel_list li:first-child {
    margin: 8px 0 0;
  }
  footer .hotel_list dt.area {
    font-weight: bold;
    font-size: 1.3rem;
    padding: 4px 10px;
    background: #3a3a3a;
  }
  footer .hotel_list li a {
    color: #fff;
    display: block;
    padding: 5px 0 0;
    position: relative;
  }
  footer .lang .hotel_list li a {
    padding: 5px 0;
  }
  footer .hotel_list li p {
    text-align: center;
    margin: auto;
    width: 58%;
  }
  footer .hotel_list li a:before {
    position: absolute;
    top: 45%;
    left: -5%;
    display: block;
    border-top: 3px solid transparent;
    border-left: 6px solid #fff;
    border-bottom: 3px solid transparent;
    content: "";
  }
  footer .lang {
    background: #000;
    padding: 10px 0 30px 0;
  }
  footer .lang .hotel_list {
    width: 45%;
    border: #fff solid 1px;
  }
  footer .lang .hotel_list li {
    padding: 10px 0;
    margin: 0 auto;
  }
  footer .lang .hotel_list li a:before {
    border: none;
  }
  footer .copyright {
    padding-bottom: 25px;
    font-size: 1rem;
  }
  .tab_br {
    display: none;
  }
  footer .pr_bnr {
    width: 95%;
    margin: 20px auto;
    overflow: hidden;
  }
  footer .boder {
    width: 100%;
    border-bottom: solid 1px #fff;
  }
  footer .copyright {
    padding: 20px 0 25px;
    font-size: 1rem;
  }
  footer .pr_bnr li {
    margin-bottom: 10px;
  }
  footer .pr_bnr li:last-child {
    margin-bottom: 0;
  }
  /* =======================
	　　右下↑
========================== */
  .pageTop {
    position: relative;
    height: 0;
    margin: 0 auto;
  }
  .pageTop a {
    position: fixed;
    bottom: 10px;
    right: 15px;
    display: block;
    width: 60px;
    height: 30px;
    margin-left: 950px;
    padding: 1em 0 1em 2px;
    background: rgba(142, 97, 39, 0.3);
    text-align: center;
    outline: none;
    text-decoration: none;
    z-index: 2;
    border-radius: 3px;
  }
  .pageTop a:before,
  .pageTop a:after {
    position: absolute;
    left: 50%;
    content: "";
    margin-left: -10px;
  }
  .pageTop a:after {
    top: 50%;
    left: 53%;
    margin-top: -5px;
    z-index: -1;
    width: 15px;
    height: 15px;
    background: transparent;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /* =======================
	　　右下↑
========================== */
  .pageTop a {
    bottom: 65px;
    width: 45px;
    height: 20px;
  }
  /*nav {
	height: 10vh; /* 環境にあわせる */
  /*	overflow-x: scroll;
*/
}
/*スマートフォン 横*/
@media screen and (min-width: 480px) {
}
/* タブレット */
@media screen and (min-width: 768px) {
  /* =======================
	　　改行
========================== */
  .hanareya_br {
    display: block;
  }
  footer {
    font-size: 1.3rem;
    text-align: center;
    padding-bottom: 0;
  }
  footer .pc_footer_menu a:link,
  footer .pc_footer_menu a:visited {
    color: #fff;
  }
  footer .lang a:link,
  footer .lang a:visited {
    color: #fff;
  }
  .tel_box {
    margin: 0 0 4%;
  }
  .tel_box dd {
    width: 250px;
  }
  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;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .pc_footer_menu ul li {
    font-size: 12px;
    line-height: 1.2;
    display: inline;
    padding: 0 15px;
    border-left: #828282 solid 1px;
    border-right: #828282 solid 1px;
    box-sizing: border-box;
    margin: 0 -1px 12px 0;
  }
  footer .pc_footer_menu ul li img {
    width: 11px;
    vertical-align: baseline;
    margin-bottom: -1px;
    margin-left: 3px;
  }
  footer .info_dt {
    width: 450px;
    margin: 0 auto;
    height: 125px;
    padding: 10px 0 20px 0;
    border-top: none;
  }
  footer .hotel_info a {
    display: block;
    float: left;
    padding: 0;
  }
  footer .hotel_info a img {
    width: 170px;
  }
  footer .hotel_info p {
    text-align: left;
    float: left;
    padding: 0 0 0 30px;
    margin: 35px 0 0 0;
    border-left: #828282 solid 1px;
  }
  footer .lang2 {
    max-width: 740px;
    margin: 0 auto;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  footer .lang2 li {
    font-size: 1.3rem;
  }
  .grouphotels {
    padding: 40px 0 10px;
  }
  footer .hotel_list {
    width: auto;
    margin: 0 20px 15px;
  }
  footer .hotel_list h3 {
    border-bottom: #adadad solid 1px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    padding-left: 0;
    text-align: left;
  }
  footer .hotel_list div {
    display: flex;
    justify-content: inherit;
    width: 93%;
    margin: 0 auto;
  }
  footer .hotel_list ul li {
    padding: 0px 3px;
    background: #000;
    text-align: left;
  }
  footer .hotel_list li {
    font-size: 1.2rem;
  }
  footer .hotel_list dl {
    padding: 0 6px 0 0;
  }
  footer .hotel_list dl:last-child {
    padding: 0;
  }
  footer .hotel_list dt.area {
    background: #000;
    padding: 0;
  }
  footer .hotel_list dt {
    text-align: left;
  }
  footer .hotel_list li a {
    padding: 3px 0 3px 5px;
  }
  footer .hotel_list li a:before {
    position: absolute;
    top: 35%;
    left: -3px;
  }
  footer .hotel_list li p {
    padding: 0;
    width: 100%;
    text-align: left;
  }
  footer .sns {
    padding-bottom: 30px;
    background: #000;
  }
  footer .lang .hotel_list {
    width: 172px;
    margin: 0 auto 35px;
  }
  footer .lang .hotel_list li {
    width: 72%;
  }
  footer .hotel_list {
    width: auto;
    margin: 0 20px 15px;
  }
  footer .hotels {
    display: flex;
    justify-content: left;
  }
  footer .copyright {
    padding-bottom: 20px;
  }
  .tab_br {
    display: block;
  }
  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;
  }
  /* =======================
	　　右下↑
========================== */
  .pageTop a {
    bottom: 10px;
    width: 60px;
    height: 30px;
  }
}

footer .copyright {
  padding-bottom: 20px;
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  footer .hotels {
    display: flex;
    justify-content: left;
  }
  footer .hotel_list li p {
    width: 100%;
    text-align: left;
  }
  footer .hotel_info a {
    padding: 0;
  }
}

/* タブレット（横）,PCページ */
@media screen and (min-width: 1024px) {
  /* =======================
	　　改行
========================== */
  .hanareya_br {
    display: none;
  }
  .tab_br {
    display: block;
  }

  footer .pc_footer_menu_dt {
    margin: 0 auto;
    width: 1000px;
  }
  footer .pc_footer_menu ul {
    padding: 10px 0;
  }
  footer .pc_footer_menu ul li {
    line-height: 1.5;
  }
  footer .info_dt {
    width: 450px;
    margin: 0 auto;
    height: 105px;
    padding: 10px 0 20px 0;
  }
  footer .hotel_info a {
    display: block;
    float: left;
    padding: 0;
  }
  footer .hotel_info a img {
    width: 170px;
  }
  footer .hotel_info p {
    text-align: left;
    float: left;
    padding: 0 0 0 30px;
    margin: 20px 0 0 0;
    border-left: #828282 solid 1px;
  }
  footer .sns {
    border: none;
    padding-bottom: 30px;
  }
  footer .lang2 li {
    /*    font-size: 1.4rem;*/
  }
  footer .hotel_list {
    width: 980px;
  }
  footer .hotels {
    max-width: 1105px;
    margin: auto;
    display: flex;
    justify-content: left;
  }
  footer .hotel_list {
    width: auto;
    margin: 0;
  }
  footer .lang .hotel_list:first-child {
    margin: 0 auto;
  }
  footer .hotel_list:first-child {
    margin: 0 60px 0 0;
  }
  footer .hotel_list div {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  footer .hotel_list h3 {
    border-bottom: #adadad solid 1px;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
  .hotels_box {
    margin: auto;
  }
  footer .hotels:first-child {
    padding-bottom: 10px;
  }
  footer .hotel_list:first-child {
    padding: 0 20px 15px;
    margin: 0;
  }
  footer .hotel_list dl {
    padding: 0 17px 0 0;
  }
  footer .hotel_list li {
    font-size: 1.3rem;
  }
  footer .hotel_list dt.area {
    font-size: 1.3rem;
  }
  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%;
  }
}
/* PC（大）ページ */
@media screen and (min-width: 1280px) {
  .tab_br {
    display: none;
  }
}
