/* the-choya-ginza-bar CSS */
/* _setting CSS */
/* Desktops and laptops */
@media print, screen and (min-width: 751px) {
  html {
    background-color: #000;
  }

  .sec_title {
    text-align: center;
  }

  .reserve_btn {
    width: 412px;
    margin: 0 auto;
  }
  .reserve_btn a {
    width: 412px;
    background: linear-gradient(to right, #c69540, #f4e495, #c69540);
    display: block;
    text-align: center;
    padding: 13px 0;
    color: #000;
    font-size: 2.1rem;
    font-family: "Noto Serif JP", serif;
    text-decoration: none;
    transition: .3s;
  }
  .reserve_btn a:hover {
    opacity: .7;
  }
  .reserve_btn span {
    display: block;
    line-height: 1;
    padding-top: 7px;
    letter-spacing: .075em;
  }

  #top {
    width: 100%;
    position: relative;
    background: url("https://www.choya.co.jp/assets/images/the-choya-ginza-bar/top_bg_v2.jpg?id=20240717") center 0/100% no-repeat;
    padding-top: 465px;
    padding-top: 34.2%;
    z-index: 1;
    padding-bottom: 0;
    margin: 0 auto 170px;
  }
  #top .mtitle {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
  }
  #top .desc {
    font-family: "Noto Serif JP", serif;
    color: #fff;
  }
  #top .desc01 {
    text-align: center;
    margin-bottom: 30px;
  }
  #top .desc02 {
    font-size: 1.8rem;
    letter-spacing: .05em;
    font-style: italic;
    text-align: center;
    margin-bottom: 115px;
  }
  #top .desc03 {
    text-align: center;
    margin-bottom: 30px;
  }
  #top .desc04 {
    font-size: 1.8rem;
    line-height: 1.88;
    text-align: center;
    letter-spacing: .025em;
    margin-bottom: 50px;
  }
  #top .desc05 {
    font-size: 1.8rem;
    letter-spacing: .05em;
    margin-bottom: 23px;
    text-align: center;
  }
  #top .desc06 {
    font-size: 1.4rem;
    line-height: 1.71;
    letter-spacing: .05em;
    text-align: center;
  }
  #top .important_info {
    width: 1000px;
    background: rgba(255, 255, 255, 0.7);
    padding: 27px 20px 35px;
    padding: 50px 20px 60px;
    margin: 0 auto 40px;
  }
  #top .important_info p {
    font-family: "Noto Serif JP", serif;
    color: #000;
    line-height: 1.6;
    font-size: 2rem;
    text-align: center;
  }
  #top .important_info p.h {
    font-size: 3.2rem;
    margin-bottom: 5px;
  }
  #top .important_info .font_l {
    font-size: 2rem;
  }
  #top .important_info .font_ll {
    font-size: 3rem;
  }
  #top .important_info .red {
    display: block;
    margin: 5px 0;
    color: #bd0101;
  }
  #top .important_info .line {
    border-top: 1px solid #a1a1a1;
    padding-top: 18px;
    margin-top: 20px;
  }
  #top.no-important_info {
    padding-top: 94.58%;
  }

  #movie {
    margin-bottom: 170px;
  }
  #movie .movie_wrap {
    width: 800px;
    height: 450px;
    margin: 0 auto 180px;
  }

  #menu .sec_title {
    margin-bottom: 45px;
  }
  #menu .nav_list {
    display: flex;
    justify-content: center;
    margin-bottom: 110px;
  }
  #menu .nav_list .nav_item {
    margin-right: 35px;
  }
  #menu .nav_list .nav_item:last-child {
    margin-right: 0;
  }
  #menu .nav_list .nav_item a {
    position: relative;
    color: #fff;
    font-size: 1.4rem;
    font-family: "Noto Serif JP", serif;
    letter-spacing: .1em;
    padding-bottom: 15px;
  }
  #menu .nav_list .nav_item a:after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -12px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 18px;
    height: 12px;
    background: url("../images/the-choya-ginza-bar/nav_arrow_white.svg") center 0/100% no-repeat;
    transition: all linear 200ms;
  }
  #menu .nav_list .nav_item a:hover {
    text-decoration: none;
  }
  #menu .nav_list .nav_item a:hover:after {
    bottom: -22px;
  }
  #menu #menu1, #menu #menu2, #menu #menu3 {
    padding-top: 73px;
    margin-top: -73px;
  }
  #menu #menu1 .menu_wrap, #menu #menu2 .menu_wrap, #menu #menu3 .menu_wrap {
    padding-top: 93px;
    padding-bottom: 122px;
  }
  #menu #menu1 .menu_inner, #menu #menu2 .menu_inner, #menu #menu3 .menu_inner {
    width: 1000px;
    margin: 0 auto;
  }
  #menu #menu1 .detail, #menu #menu2 .detail, #menu #menu3 .detail {
    width: 420px;
    background: rgba(255, 255, 255, 0.7);
    padding: 41px 40px 46px;
  }
  #menu #menu1 .detail .menu_title, #menu #menu2 .detail .menu_title, #menu #menu3 .detail .menu_title {
    opacity: 0;
    font-size: 2.1rem;
    font-weight: bold;
    font-family: "Noto Serif JP", serif;
    line-height: 1.905;
    color: #000;
    letter-spacing: .15em;
    margin-bottom: 20px;
    transition: 500ms;
    transform: translate3d(0, 10px, 0);
  }
  #menu #menu1 .detail .desc, #menu #menu2 .detail .desc, #menu #menu3 .detail .desc {
    opacity: 0;
    font-family: "Noto Serif JP", serif;
    font-size: 1.6rem;
    letter-spacing: .03em;
    line-height: 1.875;
    color: #000;
    margin-bottom: 20px;
    transition: 500ms;
    transition-delay: 400ms;
    transform: translate3d(0, 10px, 0);
  }
  #menu #menu1 .detail .desc_eng, #menu #menu2 .detail .desc_eng, #menu #menu3 .detail .desc_eng {
    opacity: 0;
    color: #000;
    font-style: italic;
    font-family: "Noto Serif JP", serif;
    font-size: 1.6rem;
    line-height: 1.715;
    letter-spacing: .02em;
    margin-bottom: 30px;
    transition: 500ms;
    transition-delay: 800ms;
    transform: translate3d(0, 10px, 0);
  }
  #menu #menu1 .detail .menu_btn, #menu #menu2 .detail .menu_btn, #menu #menu3 .detail .menu_btn {
    opacity: 0;
    width: 200px;
    text-align: center;
    transition: 500ms;
    transition-delay: 1200ms;
    transform: translate3d(0, 10px, 0);
    text-align: left;
  }
  #menu #menu1 .detail .menu_btn a, #menu #menu2 .detail .menu_btn a, #menu #menu3 .detail .menu_btn a {
    position: relative;
    display: block;
    width: 100%;
    color: #fff;
    background-color: #000;
    font-size: 1.4rem;
    font-family: "Noto Serif JP", serif;
    transition: all linear 200ms;
    padding: 10px 15px;
  }
  #menu #menu1 .detail .menu_btn a:after, #menu #menu2 .detail .menu_btn a:after, #menu #menu3 .detail .menu_btn a:after {
    position: absolute;
    content: '';
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 11px;
    width: 7px;
    height: 11px;
    background: url("../images/the-choya-ginza-bar/menu_btn_arrow_white.svg") center 0/100% no-repeat;
  }
  #menu #menu1 .detail .menu_btn a:hover, #menu #menu2 .detail .menu_btn a:hover, #menu #menu3 .detail .menu_btn a:hover {
    background: linear-gradient(to right, #c69540, #f4e495, #c69540);
    text-decoration: none;
    color: #000;
  }
  #menu #menu1 .detail .menu_btn a:hover:after, #menu #menu2 .detail .menu_btn a:hover:after, #menu #menu3 .detail .menu_btn a:hover:after {
    background: url("../images/the-choya-ginza-bar/menu_btn_arrow_black.svg") center 0/cover no-repeat;
  }
  #menu #menu1 .detail .menu_btn span, #menu #menu2 .detail .menu_btn span, #menu #menu3 .detail .menu_btn span {
    display: block;
    font-size: 1.2rem;
    letter-spacing: .05em;
    padding-top: 5px;
  }
  #menu #menu1.show .detail .menu_title, #menu #menu2.show .detail .menu_title, #menu #menu3.show .detail .menu_title {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  #menu #menu1.show .detail .desc, #menu #menu2.show .detail .desc, #menu #menu3.show .detail .desc {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  #menu #menu1.show .detail .desc_eng, #menu #menu2.show .detail .desc_eng, #menu #menu3.show .detail .desc_eng {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  #menu #menu1.show .detail .menu_btn, #menu #menu2.show .detail .menu_btn, #menu #menu3.show .detail .menu_btn {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  #menu #menu1 .menu_wrap {
    background: url("../images/the-choya-ginza-bar/menu1_img1.jpg") center center/cover no-repeat;
  }
  #menu #menu1 .detail {
    margin-left: auto;
  }
  #menu #menu2 .menu_wrap {
    background: url("../images/the-choya-ginza-bar/menu2_img1.jpg") center center/cover no-repeat;
  }
  #menu #menu2 .detail {
    margin-right: auto;
  }
  #menu #menu3 .menu_wrap {
    background: url("../images/the-choya-ginza-bar/menu3_img1.jpg") center center/cover no-repeat;
  }
  #menu #menu3 .detail {
    margin-left: auto;
  }
  #menu #menu4 {
    padding-top: 73px;
    margin-top: -73px;
  }
  #menu #menu4 .menu_wrap {
    background: url("../images/the-choya-ginza-bar/menu4_img1.png") center center/cover no-repeat #2b2b2b;
    height: 642px;
  }
  #menu #menu4 .menu_inner {
    position: relative;
    width: 1000px;
    margin: 0 auto;
  }
  #menu #menu4 .detail {
    width: 400px;
    padding-top: 110px;
  }
  #menu #menu4 .detail .menu_title {
    opacity: 0;
    font-size: 2.1rem;
    font-weight: bold;
    font-family: "Noto Serif JP", serif;
    line-height: 1.905;
    color: #fff;
    letter-spacing: .15em;
    margin-bottom: 20px;
    transition: 500ms;
    transform: translate3d(0, 10px, 0);
  }
  #menu #menu4 .detail .desc {
    opacity: 0;
    font-family: "Noto Serif JP", serif;
    font-size: 1.6rem;
    letter-spacing: .03em;
    line-height: 1.875;
    color: #fff;
    margin-bottom: 20px;
    transition: 500ms;
    transition-delay: 400ms;
    transform: translate3d(0, 10px, 0);
  }
  #menu #menu4 .detail .desc_eng {
    opacity: 0;
    color: #fff;
    font-style: italic;
    font-family: "Noto Serif JP", serif;
    font-size: 1.4rem;
    line-height: 1.715;
    letter-spacing: .02em;
    margin-bottom: 30px;
    transition: 500ms;
    transition-delay: 800ms;
    transform: translate3d(0, 10px, 0);
  }
  #menu #menu4 .detail .menu_btn {
    opacity: 0;
    width: 200px;
    text-align: center;
    transition: 500ms;
    transition-delay: 1200ms;
    transform: translate3d(0, 10px, 0);
    text-align: left;
  }
  #menu #menu4 .detail .menu_btn a {
    position: relative;
    display: block;
    width: 100%;
    color: #fff;
    font-size: 1.4rem;
    font-family: "Noto Serif JP", serif;
    transition: all linear 200ms;
    padding: 10px 15px;
    border: 1px solid #fff;
  }
  #menu #menu4 .detail .menu_btn a:after {
    position: absolute;
    content: '';
    display: inline-block;
    position: absolute;
    top: 22px;
    right: 11px;
    width: 7px;
    height: 11px;
    background: url("../images/the-choya-ginza-bar/menu_btn_arrow_white.svg") center 0/100% no-repeat;
  }
  #menu #menu4 .detail .menu_btn a:hover {
    background: linear-gradient(to right, #c69540, #f4e495, #c69540);
    text-decoration: none;
    color: #000;
    border: none;
  }
  #menu #menu4 .detail .menu_btn a:hover:after {
    background: url("../images/the-choya-ginza-bar/menu_btn_arrow_black.svg") center 0/100% no-repeat;
  }
  #menu #menu4 .detail .menu_btn span {
    display: block;
    line-height: 1.3;
    letter-spacing: .05em;
    font-size: 1.2rem;
    padding-top: 5px;
  }
  #menu #menu4.show .detail .menu_title {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  #menu #menu4.show .detail .desc {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  #menu #menu4.show .detail .desc_eng {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  #menu #menu4.show .detail .menu_btn {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  #price {
    margin-top: 140px;
    margin-bottom: 175px;
  }
  #price .sec_title {
    margin-bottom: 50px;
  }
  #price .wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
  }
  #price .wrap .image {
    width: 300px;
    margin-right: 50px;
  }
  #price .wrap .image img {
    width: 100%;
  }
  #price .wrap .detail dl {
    margin-bottom: 13px;
  }
  #price .wrap .detail dl:last-of-type {
    margin-bottom: 25px;
  }
  #price .wrap .detail dl dt, #price .wrap .detail dl dd {
    display: inline-block;
    font-family: "Noto Serif JP", serif;
    font-size: 1.6rem;
    color: #fff;
    line-height: 1;
    letter-spacing: .025em;
  }
  #price .wrap .detail dl dt {
    width: 200px;
  }
  #price .wrap .detail .desc {
    font-family: "Noto Serif JP", serif;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.875;
    letter-spacing: .025em;
  }

  #access .sec_title {
    text-align: center;
    margin-bottom: 55px;
  }
  #access .common_inner {
    display: flex;
    justify-content: space-between;
  }
  #access .image {
    width: 450px;
    text-align: center;
    margin-bottom: 50px;
  }
  #access .image img {
    width: 100%;
  }
  #access .detail {
    width: 505px;
  }
  #access .detail .map {
    width: 100%;
    margin-bottom: 25px;
  }
  #access .detail .map img {
    width: 100%;
  }
  #access .table {
    margin-bottom: 50px;
  }
  #access .table tr {
    margin-bottom: 15px;
  }
  #access .table tr:last-child {
    margin-bottom: 0;
  }
  #access .table th {
    width: 90px;
  }
  #access .table td {
    width: calc(100% - 95px);
  }
  #access .table th, #access .table td {
    font-size: 1.6rem;
    font-family: "Noto Serif JP", serif;
    letter-spacing: .025em;
    color: #fff;
    text-align: left;
    vertical-align: top;
    line-height: 1.875;
  }
  #access .table_time td {
    letter-spacing: .005em;
  }
  #access .table tr th a, #access .table tr td a {
    color: #fff;
  }
 .space_top{
 padding-top:3rem;
}
}
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 750px) {
  html {
    background-color: #000;
  }

  .sec_title {
    width: 80%;
    text-align: center;
    margin: 0 auto;
  }

  .reserve_btn {
    width: 80%;
    margin: 0 auto;
  }
  .reserve_btn a {
    width: 100%;
    background: linear-gradient(to right, #c69540, #f4e495, #c69540);
    display: block;
    text-align: center;
    padding: 13px 0 14px;
    color: #000;
    font-size: 1.5rem;
    font-family: "Noto Serif JP", serif;
    text-decoration: none;
    transition: .3s;
  }
  .reserve_btn a:hover {
    opacity: .7;
  }
  .reserve_btn span {
    display: block;
    line-height: 1;
    letter-spacing: .075em;
    padding-top: 3px;
  }

  #top {
    position: relative;
    background: url("../images/the-choya-ginza-bar/sp_kv.png") center 0/100% no-repeat;
    z-index: 1;
    padding-top: 109.46%;
    margin: 0 auto 75px;
  }
  #top .mtitle {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
  }
  #top .desc {
    width: 80%;
    font-family: "Noto Serif JP", serif;
    color: #fff;
    margin: 0 auto;
  }
  #top .desc01 {
    text-align: center;
    margin-bottom: 30px;
  }
  #top .desc02 {
    font-size: 1.3rem;
    line-height: 1.538;
    letter-spacing: .05em;
    font-style: italic;
    text-align: center;
    margin-bottom: 40px;
  }
  #top .desc03 {
    text-align: center;
    margin-bottom: 30px;
  }
  #top .desc04 {
    font-size: 1.3rem;
    line-height: 1.923;
    text-align: center;
    letter-spacing: .025em;
    margin-bottom: 30px;
  }
  #top .desc05 {
    font-size: 1.3rem;
    font-style: italic;
    line-height: 1.538;
    letter-spacing: .025em;
    margin-bottom: 13px;
    text-align: center;
  }
  #top .desc06 {
    width: 83%;
    font-size: 1rem;
    font-style: italic;
    line-height: 1.5;
    letter-spacing: .05em;
    text-align: center;
  }
  #top .important_info {
    background: rgba(255, 255, 255, 0.8);
    padding: 4%;
    margin: 0 10% 27px;
  }
  #top .important_info p {
    font-family: "Noto Serif JP", serif;
    color: #000;
    line-height: 1.5;
    font-size: 1.5rem;
    text-align: center;
  }
  #top .important_info p.h {
    font-size: 2rem;
    margin-bottom: 8px;
  }
  #top .important_info .font_l {
    font-size: 1.5rem;
  }
  #top .important_info .font_ll {
    font-size: 1.8rem;
    padding: 5px 0;
  }
  #top .important_info .red {
    display: block;
    margin: 5px 0;
    color: #bd0101;
  }
  #top .important_info .line {
    border-top: 1px solid #a1a1a1;
    padding-top: 18px;
    margin-top: 20px;
  }

  #movie {
    margin-bottom: 75px;
  }
  #movie .movie_wrap {
    position: relative;
    width: 92%;
    height: 0;
    padding-top: 56.25%;
    margin: 0 auto 80px;
  }
  #movie .movie_wrap .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  #menu .sec_title {
    margin-bottom: 45px;
  }
  #menu .nav_list {
    width: 80%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-bottom: 80px;
  }
  #menu .nav_list .nav_item {
    width: 49.5%;
    text-align: center;
  }
  #menu .nav_list .nav_item:nth-child(1), #menu .nav_list .nav_item:nth-child(2) {
    margin-bottom: 25px;
  }
  #menu .nav_list .nav_item a {
    display: block;
    position: relative;
    color: #fff;
    font-size: 1rem;
    font-family: "Noto Serif JP", serif;
    letter-spacing: .025em;
    padding-bottom: 13px;
  }
  #menu .nav_list .nav_item a:after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 9px;
    height: 6px;
    background: url("../images/the-choya-ginza-bar/nav_arrow_white.svg") center 0/100% no-repeat;
    transition: all linear 200ms;
  }
  #menu .nav_list .nav_item a:hover {
    text-decoration: none;
  }
  #menu #menu1, #menu #menu2, #menu #menu3, #menu #menu4 {
    padding-top: 65px;
    margin-top: -65px;
    display: flex;
    flex-direction: column-reverse;
  }
  #menu #menu1 .detail, #menu #menu2 .detail, #menu #menu3 .detail, #menu #menu4 .detail {
    background-color: #fff;
    padding: 25px 0 45px;
  }
  #menu #menu1 .detail .menu_title, #menu #menu2 .detail .menu_title, #menu #menu3 .detail .menu_title, #menu #menu4 .detail .menu_title {
    opacity: 0;
    width: 80%;
    font-size: 1.6rem;
    font-weight: bold;
    font-family: "Noto Serif JP", serif;
    line-height: 1.875;
    color: #000;
    letter-spacing: .1em;
    margin: 0 auto 5px;
    transition: 500ms;
    transform: translate3d(0, 10px, 0);
  }
  #menu #menu1 .detail .desc, #menu #menu2 .detail .desc, #menu #menu3 .detail .desc, #menu #menu4 .detail .desc {
    opacity: 0;
    font-family: "Noto Serif JP", serif;
    font-size: 1.3rem;
    letter-spacing: .03em;
    line-height: 1.923;
    color: #000;
    margin: 0 auto 20px;
    transition: 500ms;
    transition-delay: 400ms;
    transform: translate3d(0, 10px, 0);
  }
  #menu #menu1 .detail .desc_eng, #menu #menu2 .detail .desc_eng, #menu #menu3 .detail .desc_eng, #menu #menu4 .detail .desc_eng {
    opacity: 0;
    color: #000;
    font-style: italic;
    font-family: "Noto Serif JP", serif;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: .05em;
    margin: 0 auto 30px;
    transition: 500ms;
    transition-delay: 800ms;
    transform: translate3d(0, 10px, 0);
  }
  #menu #menu1 .detail .menu_btn, #menu #menu2 .detail .menu_btn, #menu #menu3 .detail .menu_btn, #menu #menu4 .detail .menu_btn {
    opacity: 0;
    width: 240px;
    text-align: center;
    margin: 0 auto;
    transition: 500ms;
    transition-delay: 1200ms;
    transform: translate3d(0, 10px, 0);
  }
  #menu #menu1 .detail .menu_btn a, #menu #menu2 .detail .menu_btn a, #menu #menu3 .detail .menu_btn a, #menu #menu4 .detail .menu_btn a {
    position: relative;
    display: block;
    width: 100%;
    color: #fff;
    background-color: #000;
    font-size: 1.5rem;
    font-family: "Noto Serif JP", serif;
    transition: all linear 200ms;
    padding: 11px;
  }
  #menu #menu1 .detail .menu_btn a:after, #menu #menu2 .detail .menu_btn a:after, #menu #menu3 .detail .menu_btn a:after, #menu #menu4 .detail .menu_btn a:after {
    position: absolute;
    content: '';
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 10px;
    width: 7px;
    height: 10px;
    background: url("../images/the-choya-ginza-bar/menu_btn_arrow_white.svg") center 0/100% no-repeat;
  }
  #menu #menu1 .detail .menu_btn a:hover, #menu #menu2 .detail .menu_btn a:hover, #menu #menu3 .detail .menu_btn a:hover, #menu #menu4 .detail .menu_btn a:hover {
    text-decoration: none;
  }
  #menu #menu1 .detail .menu_btn span, #menu #menu2 .detail .menu_btn span, #menu #menu3 .detail .menu_btn span, #menu #menu4 .detail .menu_btn span {
    display: block;
    font-size: 1.2rem;
    line-height: 1;
    padding-top: 5px;
  }
  #menu #menu1.show .detail .menu_title, #menu #menu2.show .detail .menu_title, #menu #menu3.show .detail .menu_title, #menu #menu4.show .detail .menu_title {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  #menu #menu1.show .detail .desc, #menu #menu2.show .detail .desc, #menu #menu3.show .detail .desc, #menu #menu4.show .detail .desc {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  #menu #menu1.show .detail .desc_eng, #menu #menu2.show .detail .desc_eng, #menu #menu3.show .detail .desc_eng, #menu #menu4.show .detail .desc_eng {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  #menu #menu1.show .detail .menu_btn, #menu #menu2.show .detail .menu_btn, #menu #menu3.show .detail .menu_btn, #menu #menu4.show .detail .menu_btn {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  #menu #menu1 .detail .desc, #menu #menu2 .detail .desc, #menu #menu3 .detail .desc {
    width: 81%;
  }
  #menu #menu1 .detail .desc_eng, #menu #menu2 .detail .desc_eng, #menu #menu3 .detail .desc_eng {
    width: 81.5%;
  }
  #menu #menu4 .detail {
    background-color: #2b2b2b;
  }
  #menu #menu4 .detail .menu_title {
    color: #fff;
  }
  #menu #menu4 .detail .desc {
    width: 82%;
    color: #fff;
  }
  #menu #menu4 .detail .desc_eng {
    width: 80%;
    color: #fff;
  }
  #menu #menu4 .detail .menu_btn a {
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
  }
  #menu #menu4 .detail .menu_btn a:after {
    background: url("../images/the-choya-ginza-bar/menu_btn_arrow_white.svg") center 0/100% no-repeat;
  }

  #price {
    margin-top: 60px;
    margin-bottom: 75px;
  }
  #price .sec_title {
    margin-bottom: 30px;
  }
  #price .wrap {
    width: 80%;
    margin: 0 auto 35px;
  }
  #price .wrap .image {
    margin-bottom: 20px;
  }
  #price .wrap .detail dl {
    margin-bottom: 11px;
  }
  #price .wrap .detail dl:last-of-type {
    margin-bottom: 15px;
  }
  #price .wrap .detail dl dt, #price .wrap .detail dl dd {
    display: inline-block;
    font-family: "Noto Serif JP", serif;
    font-size: 1.3rem;
    color: #fff;
    line-height: 1;
    letter-spacing: .025em;
  }
  #price .wrap .detail dl dt {
    width: 72.3%;
  }
  #price .wrap .detail dl dd {
    width: calc(100% - 73.33%);
  }
  #price .wrap .detail .desc {
    font-family: "Noto Serif JP", serif;
    color: #fff;
    font-size: 1.1rem;
    line-height: 1.909;
    letter-spacing: .025em;
  }

  #access {
    margin-bottom: 110px;
  }
  #access .sec_title {
    text-align: center;
    margin-bottom: 30px;
  }
  #access .common_inner {
    width: 80.5%;
    padding: 0;
    margin: 0 auto;
  }
  #access .image {
    margin-bottom: 20px;
  }
  #access .detail .map {
    margin-bottom: 25px;
  }
  #access .table {
    margin-bottom: 50px;
  }
  #access .table tr {
    margin-bottom: 15px;
  }
  #access .table tr:last-child {
    margin-bottom: 0;
  }
  #access .table tr th {
    width: 20%;
  }
  #access .table tr td {
    width: calc(100% - 20%);
  }
  #access .table tr td span {
    letter-spacing: .01em;
  }
  #access .table tr th, #access .table tr td {
    font-size: 1.1rem;
    font-family: "Noto Serif JP", serif;
    letter-spacing: .025em;
    color: #fff;
    text-align: left;
    vertical-align: top;
    line-height: 1.909;
  }
  #access .table tr th a, #access .table tr td a {
    color: #fff;
  }
}
