@charset "utf-8";


/*　ヘッダー　*/

header {
    width:100%;
    height: 100px;
    padding: 20px 0;
    color: var(--Color2);
    background: rgba(0, 0, 0, .7);
    position: fixed;
    top: -140px;
    transition: top .5s;
    z-index: 9999;
}
#HamburgerMenu {
    width: 100%;
    height: 100px;
    position: fixed;
    top: -140px;
    right: 0;
    z-index: 9999;
}
#Sub_page header,
#Sub_page #HamburgerMenu {
    top: 0;
}
#HotelAsylTokyoKamata {
    width: 126px;
    height: 100%;
    margin-left: 20px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
}
#HotelAsylTokyoKamata a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
}
header nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
header nav ul li {
    font-family: var(--fontCiz);
    display: inline-block;
    letter-spacing: .2em;
    padding-right:10px;
    color: var(--Color2);
}
header nav ul li:after {
    content: "／";
    padding-left: 10px;
}
header nav ul li:last-child {
    padding-right:0;
}
header nav ul li:last-child:after {
    content: none;
}
header .header_right {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    font-family: var(--fontSans);
    font-weight: 300;
}
.contact {
    width: 160px;
    height: 25px;
    margin-top: 20px;
    padding: 4px;
    border: 1px solid var(--Color2);
    margin-bottom: 20px;
}
.contact a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.language {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--Color2);
}
.lang {
    position: relative;
}
.lang a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    align-items: center;
}
.lang > a:after {
    content: "\02228";
    transform: scale(1, 0.6);
}
.lang-list {
    display: none;
    visibility: hidden;
}
.lang:hover > ul {
    display: block;
    visibility: visible;
}
.lang-list {
    position: absolute;
    top: 26px;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .8);
}
.lang-list-item {
    padding: .3vw 1vw;
}
.lang-list-item:first-child {
    padding-top: .6vw;
}
.lang-list-item:last-child {
    padding-bottom: .6vw;
}
.reservation {
    width: 140px;
    height: 140px;
    background: rgba(181, 150, 49, .8);
}
.reservation a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
#HamburgerMenu {
    display: none;
}
#js-header.is-show,
#HamburgerMenu.is-show {
  top: 0;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* --------------------- */
/* 1300 */
/* --------------------- */
@media screen and (max-width: 1300px) {

header,
#HamburgerMenu {
    height: 7.8125vw;/*100px*/
    padding: 1.5625vw 0 ;/*20px*/
    top: -10.9375vw;/*-140px*/
}
#HotelAsylTokyoKamata {
    width: 9.84375vw; /*126px*/
    margin-left: 1.5625vw ;/*20px*/
}
header nav {
    left: 50%;
}
header nav ul li {
    padding-right:0.7812vw; /*10px*/
}
header nav ul li:after {
    padding-left: 0.7812vw; /*10px*/
}
header .header_right {
    gap: 1.5625vw;/*20px*/
}
.contact {
    width: 12.5vw; /*160px*/
    height: 1.9531vw; /*25px*/
    margin-top: 1.5625vw ;/*20px*/
    padding: 0.3125vw; /*4px*/
    margin-bottom: 1.5625vw ;/*20px*/
}
.language {
    margin-bottom: 0.7812vw; /*10px*/
}
.lang-list {
    position: absolute;
    top: 2.0312vw; /*26px*/
}
.reservation {
    width: 10.9375vw; /*140px*/
    height: 10.9375vw; /*140px*/
}

}

/* --------------------- */
/* 1000 */
/* --------------------- */
@media screen and (max-width: 1000px) {

header,
#HamburgerMenu {
    height: 8vw;
    padding: 0;
    top: -8vw;
}
#HamburgerMenu {
    display: block;
    background: none;
}
header .header_right,
header nav {
    display: none;
}
.language {
    position: static;
    margin-bottom: none;
    border-bottom: none;
}
.lang {
    position: relative;
    width: 100%;
}
.lang p{
    position: relative;
    margin-top: 6vw;
}
#g-nav ul.lang-list {
    display: block;
    visibility: visible;
    background: none;
    position: relative;
}
#HotelAsylTokyoKamata {
    width: 8vw;
    margin-left: 2vw;
}
header nav {
    left: 40%;
}
header nav ul li {
    padding-right:1vw;
}
header nav ul li:after {
    padding-left: 1vw;
}
header .header_right {
    gap: 2vw;
}
.contact {
    width: 16vw;
    height: 2.5vw;
    margin-top: 2vw;
    padding: 0;
    margin-bottom: 2vw;
}
.reservation {
    width: 14vw;
    height: 14vw;
}
.language {
    display: flex;
    width: 80%;
    text-align: center;
    margin: auto;
}

}

/* --------------------- */
/* SP */
/* --------------------- */
@media screen and (max-width: 767px) {

header,
#HamburgerMenu {
    height: 12vw;
    top: -12vw;
}
#HotelAsylTokyoKamata {
    width: 12vw;
}
#g-nav ul.lang-list {
    display: flex;
    flex-wrap: wrap;
}
#g-nav ul.lang-list li {
    line-height: 1;
    padding: 2.5vw 3vw;
}
h2 span.h2_en:before,
h2 span.h2_en:after {
    margin: 0 .4em;
    width: 3vw;
}
.visually-hidden_sp {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}


}

/*　パンくずリスト　*/
#CrumbList {
    height: 40px;
    padding-left: 1vw;
    line-height: 40px;
    font-family: var(--fontJp);
}
#CrumbList a {
    text-decoration: underline;
}

/* --------------------- */
/* SP */
/* --------------------- */
@media screen and (max-width: 767px) {

#CrumbList {
    display: none;
}

}


h1 {
    text-align: center;
    line-height: 1.125;
    letter-spacing: .1em;
}

/*　h2見出し　*/

h2 {
    text-align: center;
    line-height: 1.125;
    letter-spacing: .1em;
}
h2 span.h2_en {
    font-family: var(--fontCiz);
}
h2 span.h2_en:before,
h2 span.h2_en:after {
    content: url(../images/common/h2_mark.svg);
    display: inline-block;
    width: .7em;
    margin: 0 1em;
}
h2 span.h2_en:before {
    margin-left: 0;
}
h2 span.h2_en:after {
    margin-right: 0;
}
h2 span.h2_jp {
    font-size: 60%;
}

/*　h2見出し2　*/

h2 span.h2_jp_2 {
    font-size: 3.375rem;
}
h2 span.h2_en_2 {
    font-family: var(--fontCiz);
    font-size: 1.5rem;
}
h2 span.h2_jp_2:before,
h2 span.h2_jp_2:after {
    content: url(../images/common/h2_mark.svg);
    display: inline-block;
    width: .5em;
    margin: 0 1em;
}
h2 span.h2_jp_2:before {
    margin-left: 0;
}
h2 span.h2_jp_2:after {
    margin-right: 0;
}

/* --------------------- */
/* 1000 */
/* --------------------- */
@media screen and (max-width: 1000px) {

h2 span.h2_jp_2 {
    font-size: 5.4vw;
}
h2 span.h2_en_2 {
    font-size: 2.4vw;
}

}
/*　フッター　*/

footer {
    width: 100%;
    height: 740px;
    background-image: url(../images/common/footer_back.jpg);
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    color: var(--Color2);
}
#F_wrap {
    width: 90%;
    max-width: 1280px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-60%);
    display: flex;
    justify-content: space-between;
}
.footer_left {
    width: 264px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.f_logo {
    width: 220px;
}
address p.address {
    width: 260px;
    text-align:justify;
    margin: 0 auto 1vw;
}
address p.hotel_name {
    width: 264px;
    text-align-last: justify;
    margin: 1vw auto;
}
.action_btn div {
    text-align: center;
    line-height: 30px;
    width: 264px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--Color2);
    margin-bottom: 20px;
}
.action_btn div a {
    width: 100%;
    height: 100%;
}
.footer_right {
    width: 510px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.footer_right ul {
    height: calc(61px * 7);
    border-left: 1px solid var(--Color2);
    padding-left: 1em;
}
.footer_right ul li {
    font-family: var(--fontCiz);
    height: 61px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    letter-spacing: .2em;
}
footer small {
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--Color8);
    color: var(--Color2);
    position: absolute;
    bottom: 0;
    letter-spacing: .25em;
}

/* --------------------- */
/* 1300 */
/* --------------------- */
@media screen and (max-width: 1300px) {

#F_wrap {
    width: 90%;
    position: absolute;
    top: 14vwpx;
}
.footer_right {
    width: 36vw;
}

}

/* --------------------- */
/* 1000 */
/* --------------------- */
@media screen and (max-width: 1000px) {

footer {
    height: auto;
    background-size: cover;
}
#F_wrap,
.footer_left {
    width: 90%;
    height: auto;
    display: block;
    position: static;
    margin: auto;
    top: 0;
    left: 0;
    transform: translatex(0);
}
.f_logo {
    width: 20vw;
    height: auto;
    margin: auto;
    padding-top: 10vw;
}
address {
    height: auto;
    margin-top: 2vw;
}
address p.address {
    width: clamp(14.188rem, 7.981rem + 12.93vw, 16.063rem);
}
.action_btn {
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.action_btn div {
    margin: 4vw auto 0;
    width: 30vw;
    height: 5vw;
    margin-bottom: 2vw;
    line-height: 5vw;
}
.footer_right {
    margin: 4vw auto;
    width: 60%;
    justify-content: space-between;
    gap: 4vw;
}
.footer_right ul {
    height: calc(4.6vw * 7);
}
.footer_right ul li {
    height: 4.6vw;
}
footer small {
    height: 6vw;
    position: static;
}

}

/* --------------------- */
/* SP */
/* --------------------- */
@media screen and (max-width: 767px) {

.action_btn div {
    margin: 4vw auto 0;
    width: 34vw;
    height: 8vw;
    margin-bottom: 2vw;
    line-height: 8vw;
}
.footer_right {
    margin: 4vw auto;
    width: 100%;
    display: block;
}
.footer_right ul {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
    justify-content: space-between;
    border-left: none;
    margin-bottom: 4vw;
}
.footer_right ul li {
    width: 48%;
    height: 8vw;
    margin-bottom: 3vw;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 8vw;
}
.footer_right ul li.last_item {
    width: 100%;
}
address p.address {
    width: 63.2vw
}
footer small {
    height: 8vw;
    position: static;
    letter-spacing: 0;
}

}

/*　外国語対応　*/


html.translated-ltr .language {
    display: none;
}

html.translated-ltr .footer_right ul li {
    text-align: left;
}
html.translated-ltr .notrancelate {
    display: none;
}

/* --------------------- */
/* SP */
/* --------------------- */
@media screen and (max-width: 767px) {

html.translated-ltr .action_btn.text_s div a {
    font-size: 10px;
}
html.translated-ltr .footer_right ul {
    padding-left: 0;
}
html.translated-ltr .footer_right ul li {
    text-align: center;
    font-size: 10px;
    line-height: 1.25;
}

}