@charset "utf-8";
@media screen and (min-width: 0px) {
  /* =======================
		clearfix
========================== */
  .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .clearfix {
    min-height: 1px;
  }
  * html .clearfix {
    height: 1px;
  }
  /* =======================
		header
========================== */
  #header {
    padding: 5px 5px 5px 10px;
    background-color: #fff;
  }
  #header .right {
    padding: 2px;
  }
  /* =======================
		flipsnap
========================== */
  #header .viewport {
    width: 320px;
    overflow: hidden;
    margin: 0 auto;
  }
  #header .flipsnap {
    width: 960px; /* 320px(item width) * 3(item count) */
  }
  #header .item {
    float: left;
    width: 310px;
    font-size: 50px;
    text-align: center;
    background: #efefef;
    color: #666;
    cursor: pointer;
  }
  /* =======================
		main
========================== */
  .concept_con {
    text-align: center;
  }
  .concept_con li {
    margin-top: 84px;
    margin-bottom: 114px;
    position: relative;
  }
  .concept_con li:last-child {
    margin-bottom: 0;
  }
  .list_dit .poi {
    width: 73px;
    margin: auto;
    position: absolute;
    top: -64px;
    left: 50%;
    transform: translateX(-50%);
  }
  .concept_list .img_box {
    z-index: -1;
    width: 100%;
    height: 260px;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
  }
  .concept_list .img_box img {
    max-width: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .list_dit .tit {
    position: absolute;
    top: 130px;
    left: 50%;
    text-align: left;
    transform: translate(-50%, -50%);
    width: 95%;
    margin: auto;
    text-align: center;
    font-size: 26px;
  }
  .list_dit .txt {
    margin: 30px 15px 0;
  }
  .left_bottom_bnr {
    position: absolute;
    bottom: 20px;
    left: 3%;
    z-index: 2;
    width: 96%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 1%;
  }
  .left_bottom_bnr p img {
    width: 70%;
  }
  .main_txt {
    position: absolute;
    z-index: 4;
    top: 52.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 300;
    font-style: normal;
    color: #fff;
    font-feature-settings: "palt";
    letter-spacing: 2px;
    line-height: 2;
    text-align: center;
    text-shadow: 0px 0px 6px rgba(36, 36, 34, 1);
    width: 100%;
    font-size: clamp(20px, 7.4vw, 28px);
  }
  .main_txt.open {
    top: 50%;
  }
  .main_txt.ebisu {
    top: 50%;
    font-size: clamp(15px, 3.4vw, 28px);
    line-height: 1.8;
    letter-spacing: 1px;
  }
  .copy_txt_1 {
    line-height: 1.4;
    font-size: clamp(20px, 7.4vw, 28px);
    letter-spacing: -0.5px;
  }
  .copy_txt_1.open {
    line-height: 1.2;
    font-weight: 400;
    font-size: clamp(20px, 13.2vw, 38px);
    letter-spacing: -0.1px;
  }
  /* =======================
		#extension
========================== */
  #extension {
    line-height: 1.6;
    padding: 0 0 0 10px;
    margin: 10px 0 35px 0;
  }
  #extension a {
    display: block;
    color: #ab8334;
    font-size: 120%;
  }
  .spr_accordionCL {
    margin-bottom: 20px;
  }
  #main .niji_text {
    text-align: center;
  }
  #main .niji_text a {
    text-decoration: underline;
  }

  /* =======================
		slide
========================== */
  .slide .item img {
    display: block;
    width: 100%;
    height: auto;
  }

  #main .twobnr .bus_l {
    float: left;
    width: 48%;
  }
  #main .twobnr .ski_r {
    float: right;
    width: 48%;
  }
  .cate_btn_l {
    float: left;
    width: 28%;
    margin-right: 2%;
    margin-left: 3%;
  }
  .cate_btn_r {
    float: right;
    width: 28%;
    margin-right: 3%;
  }
  .enjoy_box li {
    position: relative;
    margin: 10px 0 0 0;
  }
  .enjoy_box li:first-child {
    margin: 0 0 0 0;
  }
  .enjoy_box li a p {
    position: absolute;
    font-size: 120%;
    color: #fff;
    line-height: 1.4;
    display: block;
    width: 100%;
    bottom: 20px;
    left: 20px;
  }
  .enjoy_box li a p span {
    font-size: 150%;
  }

  .sub_container {
    margin: 20px 15px 20px 15px;
  }
  /* ========================
	.sub_container.other
========================== */
  .sub_container.other {
    margin: 20px 15px 20px 15px;
  }
  .sub_container.other dl {
    border: 1px #999 solid;
  }
  .sub_container.other dt {
    text-align: center;
    padding: 14px;
    cursor: pointer;
  }
  .sub_container.other dt p {
    position: relative;
  }
  .sub_container.other dt p::before {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0px;
    border-top: 1px solid #fff;
    transition: transform 0.3s ease-in-out;
    width: 12px;
    top: 50%;
    transform: translate(-50%) rotate(90deg);
  }
  .sub_container.other dt p::after {
    content: "";
    display: inline-block;
    position: absolute;
    right: -2px;
    border-top: 1px solid #fff;
    transition: transform 0.3s ease-in-out;
    width: 14px;
    top: 50%;
    transform: translateX(-50%);
  }
  .sub_container.other dt.active {
    padding-bottom: 14px;
  }
  .sub_container.other dt.active p::before {
    transform: translate(-50%) rotate(180deg);
  }
  .sub_container.other dt.active p::after {
    opacity: 0;
  }
  .sub_container.other dd p {
    padding: 10px;
    text-align: left;
  }
  .sub_container.other dd p:last-child {
    margin-bottom: 0;
  }
  .sub_container.other p span {
    color: #cc3333;
  }
  .sub_container.other p strong {
    font-weight: bold;
  }
  .sub_container.other dd {
    border-top: 1px #999 solid;
    display: none;
    margin: 0 3%;
    padding: 14px 0;
  }
  .sub_container.other dt {
    text-decoration: underline;
  }
  .sub_container.other dt:hover {
    text-decoration: none;
  }
  .sub_container.other .obj_inner_txt a {
    text-decoration: underline;
  }
  @media (any-hover: hover) {
    .sub_container.other .obj_inner_txt a:hover {
      text-decoration: none;
      opacity: 1;
    }
  }
  .modal-open {
    cursor: pointer;
    cursor: hand;
  }
  .popup {
    border: 1px solid #cccccc;
    text-align: center;
    padding: 10px;
    margin: 30px auto 30px;
    width: 86%;
  }
  .popup a {
    text-decoration: underline;
  }
  .text1 {
    font-size: 1rem;
  }
  .ct_01 ul.plan_box a {
    padding: 20px 0 0 0;
    margin: 0 15px;
  }
  .ct_01 ul.plan_box .border_a {
    border-top: 1px solid #303030;
  }
  .ct_01 ul.plan_box li:first-child {
    padding: 0;
  }
  .ct_01 ul.plan_box li img {
    float: left;
    width: 32%;
    /* margin: 0 3% 0 0; */
  }
  .ct_01 ul.plan_box li p {
    font-size: 14px;

    float: right;
    width: 65%;
    color: #ffffff;
    margin-bottom: 20px;
  }

  .ct_01 ul.plan_box li p.sale {
    font-size: 13px;
    border-radius: 3px;
    width: 48%;
    float: left;
    background: #91000e;
    padding: 4px 8px;
    color: #ffffff;
    margin: 0 0 5px 12px;
  }

  .ct_01 ul.plan_box li p.price {
    float: right;
    width: 65%;
    text-align: right;
    color: #ffffff;
    display: block;
  }

  .ct_01 ul.plan_box li p.price span {
    font-size: 11px;
    color: #ffffff;
  }

  .ct_01 ul.plan_box li p.price span.del {
    color: #f00;
    text-decoration: line-through;
  }

  .ct_01 ul.plan_box li p.price span.del span {
    font-size: 11px;
    color: #ffffff;
  }

  .pln_img {
    width: 100%;
  }
  .info_img {
    width: 100%;
  }
  .pln_txt {
    position: absolute;
    left: 33%;
    width: 50%;
    top: 0;
  }
  .pick_ttl {
    position: absolute;
    left: 33%;
    width: 50%;
    top: 0;
    font-weight: bold;
  }
  .pick_txt {
    position: absolute;
    left: 33%;
    width: 50%;
    top: 20px;
  }
  .info_day {
    position: absolute;
    left: 33%;
    width: 50%;
    top: 0;
    color: #781b1b;
  }
  .info_txt {
    position: absolute;
    left: 33%;
    width: 50%;
    top: 20px;
    text-decoration: underline;
  }
  .pln_01 {
    padding-bottom: 20px;
    border-bottom: 1px solid #cfcfcf;
    position: relative;
    margin-bottom: 20px;
  }
  .pln_02 {
    margin-top: 20px;
    position: relative;
    margin-bottom: 30px;
  }
  .pln_03 {
    padding-bottom: 20px;
    border-bottom: 1px solid #cfcfcf;
    position: relative;
  }
  .info_01 {
    padding-bottom: 20px;
    border-bottom: 1px solid #cfcfcf;
    position: relative;
  }
  .info_02 {
    margin-top: 20px;
    position: relative;
    margin-bottom: 30px;
  }

  .reco_left {
    margin-right: 7%;
    margin-left: 6%;
  }
  .reco_right {
    margin-right: 7%;
  }
  .pln_band {
    font-size: 14px;
    text-align: right;
    margin-right: 15px;
  }
  .pln_band a {
    color: #b39d59;
  }

  .bass_box li {
    position: relative;
    margin: 0 0 10px 0;
  }
  .bass_box li a p {
    position: absolute;
    top: 28%;
    font-size: 120%;
    color: #fff;
    text-align: center;
    line-height: 1.6;
    display: block;
    width: 100%;
  }
  .bass_box li a p span {
    font-size: 140%;
  }
  .niji_img {
    margin: 0 10px;
  }

  .info_band {
    font-size: 115%;
    font-weight: bold;
    color: #fff;
    background: #402617;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 5px;
  }
  .sp_news {
    margin: 0 15px 80px 15px;
    font-size: 14px;
  }

  .christmas a img {
    width: 93%;
    margin: -30px auto 30px;
    display: flex;
  }

  .ct_02 {
    margin-bottom: 30px;
  }

  .copy {
    color: #fff;
    font-size: 20px;
    line-height: 1.5em;
    text-align: center;
    margin: 0 15px 20px 15px;
  }

  .ct_03 {
    margin: 0 15px;
  }
  .ct_03 table td.none {
    border-left: none;
  }

  .ct_01 {
    margin-bottom: 40px;
  }

  .ct_03 table {
    width: 100%;
    border-top: #c2c2c2 solid 1px;
    border-right: #c2c2c2 solid 1px;
    margin-bottom: 40px;
  }
  .ct_03 table th,
  .ct_03 table td {
    border-bottom: #c2c2c2 solid 1px;
    border-left: #c2c2c2 solid 1px;
    font-size: 14px;
  }
  .ct_03 table tr th {
    width: 25%;
    padding: 10px 0;
    text-align: center;
    background-color: #202020;
  }
  .ct_03 table tr td {
    padding: 10px;
    width: 70%;
  }

  .ct_03 p {
    /* padding: 20px 0; */
    font-size: 14px;
  }

  .caution {
    padding: 0;
    font-size: 14px;
    text-indent: -1em;
    padding-left: 1em;
    display: block;
  }
  .ct_03 p.last_caution {
    padding-top: 20px;
    font-size: 14px;
  }
  /* h2 {
	margin-top: -80px;
	padding-top: 80px;
}*/
  .new_pict {
    background-color: #91000e;
    padding: 3px 6px;
    display: block;
    margin-bottom: -20px;
    width: fit-content;
  }
  #new {
    margin-top: -100px;
    padding-top: 100px;
  }
  .pln_bandd {
    text-align: center;
    margin: 10px 15px 20px 15px;
  }
  body .pln_bandd a {
    display: block;
    padding: 9px 0;
    color: #b39d59;
    border: #b39d59 solid 1px;
  }
  .new_course {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border-top: 1px solid #303030;
  }
  .sptab_gcs {
    border: 1px solid #ffffff;
    padding: 6px 0px 6px 0;
    font-size: 25px;
    margin: 20px 40px 10px;
    box-sizing: border-box;
  }
  .sptab_gcs span {
    font-size: 14px;
    margin-right: 10px;
  }
  #concept,
  #access,
  #caution {
    margin-top: -80px;
    padding-top: 80px;
  }
  .sub_btn a,
  .sub_btn p {
    background-color: #b39d59;
    padding: 10px 0;
    margin: 10px 0;
    text-align: center;
    width: 100%;
  }
  .modal-open:hover {
    opacity: 0.75;
  }
  /*モーダル本体の指定 + モーダル外側の背景の指定*/
  .modal-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 60%);
    padding: 130px 20px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    box-sizing: border-box;
  }
  /*モーダル本体の擬似要素の指定*/
  .modal-container:before {
    content: "";
    vertical-align: middle;
    height: 100%;
    cursor: pointer;
  }
  /*モーダル本体に「active」クラス付与した時のスタイル*/
  .modal-container.active {
    opacity: 1;
    visibility: visible;
    z-index: 99;
  }
  /*モーダル枠の指定*/
  .modal-body {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 1100px;
    width: 100%;
  }
  /*モーダルを閉じるボタンの指定*/
  .modal-close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -40px;
    right: 0;
    width: 40px;
    height: 40px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
  }
  /*モーダル内のコンテンツの指定*/
  .modal-content {
    background: #fff;
    text-align: left;
  }
  .seat_box {
    background-color: #202020;
  }
  #seat_body {
    width: auto;
    padding: 20px;
  }
  #seat_body h2 {
    padding-bottom: 20px;
    font-size: 25px;
    margin: 0;
    text-align: left;
  }
  .nun_pict {
    float: left;
    margin-right: 5px;
  }
  .floor_img {
    float: left;
    margin-right: 10px;
    width: 48%;
  }
  .floor_img:nth-child(1),
  .floor_img:nth-child(2) {
    margin-bottom: 20px;
  }
  .floor_img:nth-child(2n) {
    margin-right: 0;
  }
  .ct_04 {
    margin: 0 15px 40px 15px;
  }
  .sns_icon {
    margin-top: 20px;
  }
}
@media screen and (min-width: 744px) {
  .reserve_btn p {
    width: 68.6%;
    margin: 0 auto;
  }
  .item {
    max-width: 100%;
    min-width: 100vh;
    overflow: hidden;
  }
  /* .img01 {
    transform: translate(-6%, 0%);
  }
  .img02 {
    transform: translate(-17%, 0%);
  }
  .img03 {
    transform: translate(-15%, 0%);
  } */
  .slide .item img.shinjuku {
    transform: translate(-5%, 0);
  }
  .main_txt {
    position: absolute;
    z-index: 4;
    top: 52.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 300;
    font-style: normal;
    color: #fff;
    font-feature-settings: "palt";
    letter-spacing: 4px;
    line-height: 2;
    text-align: center;
    text-shadow: 0px 0px 6px rgba(36, 36, 34, 1);
    width: 100%;
    font-size: clamp(2rem, 2.4vw, 2.8rem);
  }
  .main_txt.open {
    top: 50%;
  }
  .main_txt.ebisu {
    top: 50%;
    font-size: clamp(1.5rem, 2.4vw, 2.8rem);
    line-height: 2;
  }
  .copy_txt_1 {
    font-size: clamp(2.7rem, 4.7vw, 5.4rem);
    line-height: 1.2;
  }
  .copy_txt_1.open {
    font-weight: 400;
    letter-spacing: 0;
    font-size: clamp(2.7rem, 4.7vw, 5.4rem);
  }
  .copy_txt_1.ebisu {
    line-height: 1.4;
  }
  .left_bottom_bnr p img {
    width: auto;
    height: 85px;
  }
  .t_left {
    text-align: left;
    width: auto;
  }
  .topics {
    width: 95%;
    margin: 0 auto;
  }
  .sub_container {
    margin: 20px auto;
  }
  .sub_container.other {
    margin: 20px auto;
  }
  .popup {
    width: auto;
  }
  .reserve_btn.other {
    width: 68.6%;
    margin: 10px auto 20px;
  }
  .c_box {
    width: 95%;
    margin: 0 auto;
  }
  .sptab_gcs {
    margin: 20px auto 10px;
    width: 68.6%;
  }
  .pln_band {
    width: 95%;
    margin: auto;
    font-size: 15px;
  }
  .copy {
    font-size: 25px;
    letter-spacing: -0.02em;
    margin-bottom: 60px;
  }
  /* =======================
		plan_box
========================== */
  #h2_ttl {
    width: 95%;
    margin: 0 auto;
  }
  .plan_box {
    display: flex;
    justify-content: center;
  }
  .ct_01 ul.plan_box a {
    width: 250px;
    margin: 0 15px 0 0;
    padding: 0;
  }
  .ct_01 ul.plan_box a:nth-child(4) {
    margin: 0;
  }
  .ct_01 ul.plan_box .border_a {
    border-top: none;
    margin: 0 15px 0 0;
  }
  .ct_01 ul.plan_box li img {
    float: none;
    width: 100%;
  }
  .ct_01 ul.plan_box li p {
    float: none;
    width: auto;
  }
  .ct_01 ul.plan_box li p.price {
    float: none;
    width: auto;
  }
  .link_box {
    display: flex;
    width: 68.6%;
    margin: 0 auto 20px;
  }
  .link_box .reserve_btn,
  .link_box .pln_bandd {
    width: 50%;
    margin: 0 auto;
  }
  .link_box .reserve_btn.open {
    width: 100%;
  }
  .link_box .reserve_btn {
    margin-right: 10px;
  }
  .link_box .reserve_btn.open {
    margin: auto;
  }
  #concept,
  #access,
  #caution {
    margin-top: -55px;
    padding-top: 55px;
  }
  .plan_box li:not(:has(.new_pict)) > p:first-of-type {
    margin-top: 6px;
  }
  /* =======================
		concept_con
========================== */
  .concept_con li {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 70px;
    margin-top: unset;
  }
  .concept_con li:last-child {
    margin-bottom: 50px;
  }
  .concept_con li:nth-child(even) {
    flex-direction: row-reverse;
  }
  .concept_list .img_box {
    width: 60%;
    height: auto;
  }
  .concept_list .img_box img {
    width: 100%;
  }
  .concept_con li .list_dit {
    width: 40%;
    text-align: left;
    margin: 0 auto;
    padding: 0 4%;
    box-sizing: border-box;
  }
  .list_dit .poi {
    width: auto;
    text-align: center;
    margin-bottom: 20px;
    position: static;
    transform: unset;
  }
  .concept_con li .poi img {
    width: 25%;
  }
  .list_dit .tit {
    position: static;
    font-size: 23px;
    line-height: 1.3;
    transform: none;
    letter-spacing: 0;
    text-align: left;
    width: 100%;
  }
  .list_dit .txt {
    margin: 20px 0 0;
  }
  /* =======================
		access
========================== */
  .access_box {
    display: flex;
    justify-content: space-between;
  }
  .l_box {
    width: 55%;
  }
  .l_box.open {
    width: 100%;
  }
  .ct_03 table tr th {
    width: 15%;
  }
  .ct_03 table tr td {
    width: 78%;
  }
  .r_box {
    width: 42%;
  }
  .ct_04 {
    margin: 0;
  }
  .modal-body {
    width: 90%;
  }
  .modal-close {
    top: -40px;
    right: -40px;
  }
  #seat_body {
    width: auto;
    padding: 40px;
  }
  #seat_body h2 {
    padding-bottom: 25px;
    font-size: 30px;
  }
  .seat_01 {
    margin-bottom: 10px;
  }
  .floor_img {
    margin-right: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .item {
    min-width: 170vh;
  }
  #g_waku {
    width: 980px;
  }
  .topics {
    width: 980px;
    margin: 80px auto 0;
  }
  .c_box {
    width: 980px;
  }
  .pln_band {
    width: 980px;
  }
  #h2_ttl {
    width: 980px;
  }
  .reserve_btn {
    width: 980px;
    margin: auto;
  }
  .ct_03 {
    width: 980px;
    margin: 0 auto;
  }
  .list_dit .tit {
    font-size: 30px;
  }
  .left_bottom_bnr p img {
    height: 100px;
  }
}
@media screen and (min-width: 1025px) {
  .item {
    min-width: 246vh;
  }
  .concept_con li .poi img {
    width: auto;
  }
}
@media screen and (min-width: 1200px) {
  .list_dit .tit {
    font-size: 40px;
  }
  .modal-body {
    width: auto;
  }
  #seat_body {
    width: auto;
    padding: 40px;
  }
  .seat_detail {
    display: flex;
  }
  .seat {
    display: inline-block;
  }
  .seat_01 {
    margin-bottom: 0px;
  }
  .seat_01 ul {
    display: flex;
    margin-right: 20px;
  }
  .floor_img {
    margin-right: 10px;
  }
  .seat_01 .floor_img {
    width: 318px;
    margin-bottom: 0;
  }
  .seat_02 {
    width: 350px;
  }
  .seat > .seat_02 {
    width: 100%;
  }
  .seat > .seat_02 ul {
    display: flex;
  }
  .seat_02 .floor_img {
    width: 170px;
  }
  .seat > .seat_02 .floor_img {
    width: 300px;
    margin-right: 20px;
  }
  .seat > .seat_02 .floor_img:last-child {
    margin-right: 0;
  }
  .left_bottom_bnr {
    bottom: 40px;
  }
  .left_bottom_bnr p img {
    height: 150px;
  }
}
@media screen and (min-width: 1920px) {
  .concept_con li .list_dit {
    padding: 0 9%;
  }
  .modal-container {
    top: 20px;
  }
}
