/* ----- フェードインのcss ----- */

.scroll-fade {
  opacity: 0;
  transition: all 1.5s /*処理にかかる時間*/;
}

.scroll-up {
  opacity: 0;
  transform: translateY(50px) /*スクロールアップする距離*/;
  transition: all 0.7s /*処理にかかる時間*/;
}

.scroll-up.done,
.scroll-fade.done {
  opacity: 1;
  transform: translate(0, 0);
}

.load-fade {
  opacity: 0;
  transition: all 1.5s /*処理にかかる時間*/;
}

.load-up {
  opacity: 0;
  transform: translateY(100px) /*スクロールアップする距離*/;
  transition: all 1.5s /*処理にかかる時間*/;
}

.load-up.done,
.load-fade.done {
  opacity: 1;
  transform: translate(0, 0);
}

.nav_btn {
  display: none;
}

.hd_logo_wrap img {
  min-width: 200px;
}

.banner_wrap {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 20px;
  padding: 10px;
}
.btn_wrap p {
  width: 400px;
  text-align: center;
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: bold;
}
.akisitsu {
  background-color: #de8600;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 80px;
  /* border-radius: 16px; */
  cursor: pointer;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  border: 2px solid transparent;
  transition: background-color 0.3s, color 0.3s;
}

.akisitsu:hover {
  background-color: #fff;
  color: #de8600;
  border-color: #de8600;
}

.nairan {
  background-color: #233870;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 80px;
  /* border-radius: 16px; */
  cursor: pointer;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  border: 2px solid transparent;
  transition: background-color 0.3s, color 0.3s;
}

.nairan:hover {
  background-color: #fff;
  color: #233870;
  border-color: #233870;
}

@media screen and (max-width: 960px) {
    .akisitsu,
  .nairan {
    font-size: 18px;
    width: 250px;
    height: 54px;
    margin: 0 auto;
  }

  .akisitsu{
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
  }
  /* 20251121　FV改修 */

  .banner_wrap p {
    width: 300px;
    font-size: 14px;
  }
  .btn_wrap {
    text-align: center;
  }
}

/* =======================
　　　      SP
======================= */

@media screen and (max-width: 768px) {
  .inner_wrap {
    padding: 0 10px;
  }

  /* ----- @SP_header ----- */

  .lang_btn_wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-color: #000;
    height: 40px;
  }

  .lang_btn_wrap li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 30px;
    margin-right: 5px;
    font-size: 14px;
    /* font-weight: bold; */
    color: #fff;
    border: #fff 1px solid;
  }

  .sp_hd_wrap {
    width: 100%;
    height: 90px;
    padding: 0 10px;
    border-bottom: 1px solid #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 100;
  }

  .hd_logo_wrap {
    width: 155px;
    padding-top: 10px;
    padding-left: 10px;
  }

  .hd_nav {
    visibility: hidden;
    opacity: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    transition: all 0.5s;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 15px 15px 0px;
  }

  .hd_nav.fade {
    visibility: visible;
    opacity: 0.9;
    z-index: 3;
    overflow-y: scroll;
  }

  .hd_nav li {
    margin-top: 20px;
    margin-bottom: 7px;
  }

  .hd_nav li a {
    color: #fff;
  }

  .hd_nav li a span {
    font-size: 30px;
  }

  .hd_nav .logo_room{
    max-width: 170px;
    width: 100%;
  }

  .hd_nav .logo_top{
    max-width: 120px;
    width: 100%;
  }

  .hd_nav_sp {
    padding-left: 20px;
  }

  .hd_nav_sp li {
    margin-bottom: 0px;
    font-weight: bold;
    margin-top: 0px;
  }

  .hd_nav_sp_child {
    padding-left: 10px;
    margin-bottom: 5px;
  }

  .hd_nav_sp_child li {
    font-weight: normal;
    font-size: 14px;
    margin-top: 0px;
  }

  .hd_nav_sp_bottom {
    margin-top: 20px;
    padding-left: 0px;
  }

  .nav_btn {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    /* margin-right: 10px; */
    position: fixed;
    top: 30px;
    right: 13px;
    z-index: 100;
    align-items: center;
  }
  .nav_btn p {
    font-weight: bold;
    font-size: 0.6rem;
    letter-spacing: 0.05em;
  }

  .nav_btn span:first-child {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    border-radius: 2px;
    margin-bottom: 6px;
    background: #000;
  }

  .nav_btn span:nth-child(2) {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    border-radius: 2px;
    margin-bottom: 6px;
    background: #000;
  }

  .nav_btn span:last-child {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    border-radius: 2px;
    background: #000;
  }

  .nav_btn.close span:nth-child(2) {
    background: #fff;
    transform: translate(0%, 4px) rotate(45deg);
    transition: transform 0.5s;
  }

  /* .nav_btn.close span:nth-child(2) {
        background: #fff;
        opacity: 0;
        transition: opacity .5s;
    } */

  .nav_btn.close span:last-child {
    background: #fff;
    transform: translate(0%, -4px) rotate(-45deg);
    transition: transform 0.5s;
    width: 30px;
  }
  /* .nav_btn.close span:first-child {
        background: #fff;
        transform: translate(0%, 9px) rotate(45deg);
        transition: transform .5s;
    }

    .nav_btn.close span:nth-child(2) {
        background: #fff;
        opacity: 0;
        transition: opacity .5s;
    }

    .nav_btn.close span:last-child {
        background: #fff;
        transform: translate(0%, -7px) rotate(-45deg);
        transition: transform .5s;
        width: 30px;
    } */
  .banner_wrap {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }


  /* ----- @SP_footer ----- */

  footer {
    width: 100%;
    border-top: #000 1px solid;
    /* padding: 0 0 72px; */
  }

  .ft_flex {
    padding: 70px 0;
  }

  .ft_nav {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .ft_nav li {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .ft_nav li a {
    color: #000;
  }

  .ft_nav_child {
    margin-bottom: 5px;
  }

  .ft_nav_child li {
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .ft_nav_child li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .ft_nav_gchild li {
    font-size: 12.8px;
  }

  .ft_nav_small li {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 12.8px;
    text-align: center;
  }

  li.company a,
  li.receipt a {
    font-size: 0.8rem;
  }

  .ft_info {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
  }

  .ft_info .ft_logo_wrap {
    width: 200px;
  }

  .ft_adrss {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }

  .ft_info p a {
    color: #000;
    font-weight: bold;
  }

  .ft_adrss a {
    display: inline-block;
    width: 25px;
    height: 30px;
    background-size: contain;
    background-image: url(/common/img/top/ico_mappin.svg);
    margin-right: 15px;
  }

  .ft_adrss span {
    font-weight: bold;
    border-bottom: #000 1px solid;
  }

  .ft_tel_box {
    margin-top: 1rem;
    color: #000;
    font-weight: bold;
    text-align: center;
  }

  .ft_tel_box .label {
    text-align: center;
  }

  .ft_tel_box .tel {
    font-family: Arial, Baskerville, monospace;
    font-size: 1.75rem;
  }

  .ft_tel_box .tel .tel_icon {
    display: inline-block;
    width: 20px;
    height: 30px;
    background-size: contain;
    background-image: url(/common/img/top/ico_tel.svg);
    margin-right: 8px;
  }

  .ft_tel_box .support {
    font-size: 0.8rem;
  }

  .copy {
    width: 100%;
    height: 70px;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .copy p {
    color: #fff;
    font-size: 12px;
    letter-spacing: 2px;
  }

  .page_link {
    display: inline-block;
    width: 25px;
    height: 30px;
    background-size: contain;
    background-image: url(/common/img/top/ico_link.svg);
    margin-right: 15px;
    vertical-align: middle;
  }

  .reservation_banner {
    width: 200px;
    height: 78px;
    margin: 20px auto 0;
  }

  .reservation_banner_pc {
    display: none;
  }

  /* ----- @SP_fixbtn ----- */

  .fix_area {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99;
    background-color: #fff;
  }

  .fix_btn_wrap {
    display: flex;
    justify-content: space-between;
  }

  .fix_btn_wrap li {
    width: 50%;
  }

  .fix_btn_wrap li a {
    display: inline-block;
    width: 100%;
    height: 70px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* ----- @SP_下層のタイトル ----- */
}

/* =======================
　　　      PC
======================= */

@media screen and (min-width: 769px) {
  .inner_wrap {
    width: 90%;
    padding: 0 10px;
    margin: 0 auto;
  }

  /* ----- @PC_header ----- */

  header {
    width: 100%;
    /* height: 150px;
    border-bottom: #000 2px solid; */
        position: fixed;
        top: 0;
        left: 0;
        background-color: #fff;
        z-index: 100;
  }

  .lang_btn_wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-color: #000;
    height: 50px;
  }

  .lang_btn_wrap li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 30px;
    margin-right: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border: #fff 2px solid;
  }

  .hd_flex {
    width: 100%;
    height: 150px;
    border-bottom: #000 2px solid;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 100; */
  }

  .hd_logo_wrap {
    width: 320px;
    padding: 0 10px;
  }

  .hd_nav {
    display: flex;
    height: 100%;
    justify-content: flex-end;
  }

  .hd_nav li {
    width: 200px;
    height: 100%;
    border-left: 2px solid #000;
  }

  .hd_nav li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-weight: bold;
    color: #000;
  }

  .hd_nav li a span {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .hd_nav li a:hover {
    background-color: #000;
    color: #fff;
    transition: 0.5s;
  }

  .hd_nav_sp {
    display: none;
  }

/* ----- @PC_main_visual akasaka 20251126 */

.main_v {
  width: ;
}
  /* ----- @PC_footer ----- */

  footer {
    border-top: 2px solid #000;
    padding-top: 100px;
  }

  .ft_flex {
    width: 90%;
    margin: 0 auto 100px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 50px;
  }

  .ft_nav li {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .ft_nav li span {
    font-size: 1rem;
    margin-left: 10px;
  }

  .ft_nav li a {
    color: #000;
  }

  .ft_nav li a:hover {
    opacity: 0.6;
    transition: 0.5s;
  }

  .ft_nav_child {
    margin-bottom: 5px;
    margin-left: 20px;
  }

  .ft_nav_child li {
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .ft_nav_child li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .ft_nav_gchild li {
    font-size: 12.8px;
    margin-left: 20px;
  }

  li.company a,
  li.receipt a {
    font-size: 0.8rem;
  }

  .ft_nav_small {
    margin-top: 20px;
  }

  .ft_nav_small li {
    margin: 0;
    font-size: 12.8px;
  }

  .ft_info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex: 1;
  }

  .ft_info .ft_logo_wrap {
    width: 400px;
  }

  .ft_adrss {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }

  .ft_info p a {
    color: #000;
    font-weight: bold;
  }

  .ft_adrss a {
    display: inline-block;
    width: 25px;
    height: 30px;
    background-size: contain;
    background-image: url(/common/img/top/ico_mappin.svg);
    margin-right: 15px;
  }

  .ft_adrss a:hover {
    opacity: 0.6;
    transition: 0.5s;
  }

  .ft_adrss span {
    font-weight: bold;
    border-bottom: #000 2px solid;
  }

  .ft_tel_box {
    margin-top: 0.75rem;
    color: #000;
    font-weight: bold;
    text-align: center;
  }

  .ft_tel_box .label {
    text-align: center;
  }

  .ft_tel_box .tel {
    font-family: Arial, Baskerville, monospace;
    font-size: 1.75rem;
  }

  .ft_tel_box .tel .tel_icon {
    display: inline-block;
    width: 20px;
    height: 30px;
    background-size: contain;
    background-image: url(/common/img/top/ico_tel.svg);
    margin-right: 8px;
  }

  .ft_tel_box .support {
    font-size: 0.8rem;
  }

  .copy {
    width: 100%;
    height: 70px;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .copy p {
    color: #fff;
    letter-spacing: 2px;
  }

  .page_link {
    display: inline-block;
    width: 25px;
    height: 30px;
    background-size: contain;
    background-image: url(/common/img/top/ico_link.svg);
    margin-right: 15px;
    vertical-align: middle;
  }

  .reservation_banner {
    display: none;
    /* width: 200px;
    margin: auto; */
  }

  .reservation_banner_pc {
    width: 200px;
    margin-top: 20px;
  }

  /* ----- @PC_fixbtn ----- */

  .fix_area {
    position: fixed;
    right: 10px;
    bottom: 10px;
  }

  .fix_btn_wrap li {
    margin-bottom: 15px;
  }

  .fix_btn_wrap li a {
    display: inline-block;
    width: 50px;
    height: 200px;
    writing-mode: vertical-rl;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.3em;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .fix_btn_wrap li a:hover {
    transition: 0.5s;
  }

  /* ----- @PC_下層のタイトル ----- */
}

/* =======================
　　　      TB
======================= */
@media screen and (min-width: 768px) and (max-width: 1100px) {
  /* 20230623追加　タブレットでロゴの表示を調整 */
  .hd_logo_wrap {
    width: 20%;
  }

  .hd_logo_wrap img {
    width: 100%;
  }

  .hd_nav {
    width: 70%;
  }
  .mv_txt_wrap .mv_txt span {
    font-size: 22px;
  }
  /* 20230623追加　タブレットでロゴの表示を調整 */
}

.language-switcher {
  position: absolute;
  top: 160px;
  right: 20px;
  z-index: 1000;
}

.lang-dropdown {
  position: relative;
  display: inline-block;
}

.lang-dropbtn {
  padding: 2px 5px 2px 10px;
  background: #f5f5f5;
  border: 1px solid #ddd;
  cursor: pointer;
  min-width: 100px;
  text-align: left;
  position: relative;
  font-size: 14px;
}

.lang-dropbtn::after {
  content: "▼";
  font-size: 0.6em;
  margin-left: 5px;
}

.lang-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 100px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.lang-dropdown-content a {
  color: black;
  padding: 5px 10px;
  text-decoration: none;
  display: block;
  cursor: pointer;
}

.lang-dropdown-content a:hover {
  background-color: #f1f1f1;
}

.lang-dropdown:hover .lang-dropdown-content {
  display: block;
}

.lang-option.active {
  background: #333;
  color: white;
}


@media screen and (max-width: 769px) {
  .language-switcher {
    top: 30px;
    right: 50px;
  }

  .lang-dropbtn {
    padding: 3px 7px;
    min-width: 80px;
  }
}

/* 20251009追加　ボタンの色変更 */
.btn-orange {
  background-color: #de8600;
  border: #de8600 2px solid;
}

.btn-orange:hover {
  background-color: #fff;
  color: #de8600;
}

.btn-navy {
  background-color: #233870;
  border: #233870 2px solid;
}

.btn-navy:hover {
  background-color: #fff;
  color: #233870;
}

.fix_area .btn-orange {
  letter-spacing: 0.2em !important;
  line-height: 1.3;
  text-align: center;
}

@media screen and (max-width: 769px) {
  .btn-orange:hover {
    background-color: #de8600;
    color: #fff;
  }
  .btn-navy:hover {
    background-color: #233870;
    color: #fff;
  }
}
