@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
article h1, article h2, article h3, article h4, article h5, article p, article li, article span {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

article h1, article h2, article h3, article h4, article h5 {
  font-weight: 700;
}

article p, article li {
  font-weight: 400;
}

article i.fas {
  font-family: "Font Awesome 5 Free";
  vertical-align: baseline;
}

/* article #heading {
  display: none;
} */

.icon::before {
  content: "\e89e";
  display: inline-block;
  font-family: 'Material Icons';
  margin: 0 3px;
}

span.small {
  font-size: 0.75em;
}

@media screen and (max-width: 768px) {
  section section {
    overflow: hidden;
    padding: 0 12px;
  }
}

.main-title {
/*  margin-bottom: 10em; */
  padding: 0;
  background: #f7f7f7;
  max-width: 950px;
}

@media screen and (max-width: 950px) {
  .main-title {
    max-width: 96%;
  }
}

@media screen and (max-width: 768px) {
  .main-title {
    margin-bottom: 0em;
  }
}

.main-title .title-image {
  position: relative;
}

.main-title .title-image::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  background: linear-gradient(332deg, #0c6eb5 35%, #71b975);
  opacity: 0.6;
  z-index: 1;
  display: none;
}

.main-title .title-image img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .main-title .title-image img {
    width: 100%;
    height: auto;
  }
}

.main-title .title-image span {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 4em;
  color: #381a05;
  color: white;
  font-weight: bold;
  background: transparent;
  border: solid 1px white;
  padding: 0.1em 0;
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 0.1em;
  z-index: 2;
}

@media screen and (max-width: 430px) {
  .main-title .title-image span {
    font-size: 2.4em;
  }
}

.main-title .title-title {
  font-size: 2.4rem;
  font-weight: 400;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: 'Roboto', sans-serif;
}

.main-title .title-title .sub {
  font-size: 0.65em;
  vertical-align: baseline;
  margin: 0px 0px 0px 1em;
}

@media screen and (max-width: 768px) {
  .main-title .title-title {
    font-size: 1.6em;
  }
}

.main-title .title-text {
  font-size: 1em;
  line-height: 2;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 0 4em 4em;
}

@media screen and (max-width: 768px) {
  .main-title .title-text {
    font-size: .9em;
    line-height: 1.6;
    margin-top: 0;
    padding-right: 1.5em;
    padding-left: 1.5em;
    text-align: justify;
  }
}

.main-title .title-spec {
  font-size: 0.9em;
  font-weight: 100;
  line-height: 2;
  width: calc(100% - 8em);
  margin: 2em auto;
  padding: 1em;
  border: solid 1px #ccc;
}

@media screen and (max-width: 768px) {
  .main-title .title-spec {
    margin-left: 1.5em;
    margin-right: 1.5em;
    width: calc(100% - 3em);
    font-size: 0.7em;
  }
}

.items {
  margin: 6em 0;
}

.items.nagoya .content,
.items.ebisu .content {
  flex-wrap: wrap;
}

.items.nagoya .content .title-wrap,
.items.ebisu .content .title-wrap {
  width: 100%;
}

.items.nagoya .content .title-wrap .title,
.items.ebisu .content .title-wrap .title {
  font-size: 1.4em;
}

.items.nagoya .content .title-wrap .sumally,
.items.ebisu .content .title-wrap .sumally {
  font-size: 1em;
  margin-top: .5em;
}

.items.nagoya .content .info-wrap,
.items.ebisu .content .info-wrap {
  width: 100%;
  margin-top: 2em;
  margin-bottom: 2em;
}

.items.nagoya .content .info-wrap h4,
.items.ebisu .content .info-wrap h4 {
  font-size: 1.4em;
}

.items.nagoya .content .info-wrap table,
.items.ebisu .content .info-wrap table {
  border-bottom: 1px solid #dee2e6;
}

.items.nagoya .content .info-wrap th, .items.nagoya .content .info-wrap td,
.items.ebisu .content .info-wrap th, .items.ebisu .content .info-wrap td {
  font-size: 1em;
  vertical-align: middle;
}

.items.nagoya .content .info-wrap th,
.items.ebisu .content .info-wrap th {
  text-align: center;
  width: 30%;
}

.items.nagoya .content .info-wrap td .temporary-closed,
.items.ebisu .content .info-wrap td .temporary-closed {
  font-size: small;
  line-height: 2;
  text-decoration: underline;
  text-underline-offset: 0.3em;
}
.items.nagoya .content .info-wrap td .temporary-closed.holiday,
.items.ebisu .content .info-wrap td .temporary-closed.holiday {
  color: #dc3545;
  /* font-weight: bold; */
}

.items.nagoya .content .kansenboushi-wrap,
.items.ebisu .content .kansenboushi-wrap {
  border: 1px solid #9b3f3f;
  margin-bottom: 3em;
  padding: 1em;
}

.items.nagoya .content .kansenboushi-wrap h3,
.items.ebisu .content .kansenboushi-wrap h3 {
  font-size: 1.2em;
  margin-bottom: 1em;
  color: #9b3f3f;
}

.items.nagoya .content .kansenboushi-wrap p,
.items.ebisu .content .kansenboushi-wrap p {
  font-size: 1em;
  color: #9b3f3f;
}

.items.nagoya .content .item-wrap,
.items.ebisu .content .item-wrap {
  width: 100%;
  margin-top: 2em;
}

.items.nagoya .content .item-wrap h4,
.items.ebisu .content .item-wrap h4 {
  font-size: 1.4em;
}

.items.nagoya .content .item-wrap th, .items.nagoya .content .item-wrap td,
.items.ebisu .content .item-wrap th, .items.ebisu .content .item-wrap td {
  font-size: 1em;
}

.items.virtual p {
  font-size: 1em;
  margin-bottom: 2em;
}

.items.virtual a {
  display: block;
  text-align: center;
}

.items > img {
  display: block;
  margin-bottom: 2em;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.items .content {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .items .content {
    flex-wrap: wrap;
  }
}

.items .content .bukken {
  width: 57%;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .items .content .bukken {
    width: 100%;
    margin-bottom: 1em;
  }
}

.items .content .bukken h3 {
  font-size: .9rem;
  line-height: 2;
  margin-bottom: 1em;
  padding: .6em .4em;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.items .content .bukken p {
  font-size: .9rem;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .items .content .bukken p {
    font-size: .8em;
    text-align: justify;
  }
}

@media screen and (max-width: 768px) {
  .items .content .bukken .item-text {
    margin-bottom: 2em;
  }
}

.items .content .bukken .item-spec {
  margin-top: .5em;
  padding: 0.3em;
  background-color: #f3f3f3;
}

@media screen and (max-width: 768px) {
  .items .content .bukken .item-spec {
    padding: .5em;
  }
}

.items .content .bukken .item-spec .specs {
  display: block;
  font-size: .8rem;
  line-height: 1.8;
}

.items .content .buzai {
  width: 40%;
  padding: 1em;
  box-sizing: border-box;
  background-color: #efefef;
}

@media screen and (max-width: 768px) {
  .items .content .buzai {
    width: 100%;
    padding: .5em;
  }
}

.items .content .buzai p {
  margin-bottom: .8em;
  font-size: .9em;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .items .content .buzai p {
    font-size: .8em;
  }
}

.items .content .buzai ul {
  padding: .6em 1em;
  border: dotted 1px #aaa;
}

.items .content .buzai ul li {
  font-size: 1em;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .items .content .buzai ul li {
    line-height: 1.4;
  }
}

.items .content .buzai ul li + li {
  margin-top: .5em;
}

.items .content .btn {
  padding: .8em 0;
}

.items .vr-showroom {
  margin: 6em 0;
}

.items .vr-showroom a {
  display: block;
  position: relative;
  overflow: hidden;
}

.items .vr-showroom a::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: .3;
  z-index: 1;
  transition: all .8s;
}

.items .vr-showroom a span {
  display: block;
  position: absolute;
  width: 100%;
  height: 1em;
  line-height: 1;
  font-size: 1.4em;
  text-align: center;
  color: #fff;
  top: calc( 50% - 0.7em);
  left: 0;
  z-index: 2;
}

.items .vr-showroom a img {
  display: block;
  height: 400px;
  background-color: #ddd;
  transition: all .8s;
}

.items .vr-showroom a:hover::before {
  opacity: .8;
}

.items .vr-showroom a:hover img {
  transform: scale(1.25);
}

.items.nagoya .vr-showroom a,
.items.ebisu .vr-showroom a {
  pointer-events: none;
}

.items .map {
  position: relative;
  width: 100%;
  height: 400px;
  margin-top: 3em;
}

.items .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(1) opacity(0.8);
  transition: all 0.5s;
}

.items .map iframe:hover {
  filter: grayscale(0) opacity(1);
}

.sonota-title h2 {
  margin-top: 120px;
  margin-bottom: -70px;
  font-size: 1.2em;
  border-bottom: 1px solid #ddd;
}

.btn.reservation {
  padding: 1rem 0;
  width: 90%;
}

/*20240601追加*/

.main-title {
  background-color: #fff;
}
.main-title .title {
  margin: 2em 0 1em;
  line-height: 1.8;
  text-align: center;
  font-size: 2.4rem;
}
.main-title .title .sub-title {
  display: block;
  font-size: 1.6rem;
}
.main-title .title .sub-title.ruby {
  font-size: 1rem;
  line-height: 1;
}
.items {
  margin: 3em 0;
}
.items .content .left-col {
  width: 60%;
  box-sizing: border-box;
}
.items .content .right-col {
  width: 37%;
  box-sizing: border-box;
}
.items .content .bukken {
  width: 100%;
}
.items .content .bukken .item-title {
  font-size: 1.125em;
}
.items .content .bukken .item-text {
  font-size: 0.875em;
  margin-bottom: 1rem;
}
.items .content .bukken .item-spec {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}
.items .content .bukken .item-spec th {
  min-width: 6em;
  padding: 0;
  text-align: left;
}
.items .content .bukken .item-spec td {
  padding: 1em 0 1em 1.5em;
}
.items .content .bukken .item-spec td span {
  display: block;
  font-size: 95%;
  margin-top: 0.6em;
}
.items .content .bukken .item-spec td span.holiday {
  color: #dc3545;
  text-decoration: underline;
}
.items .content .bukken .item-spec th,
.items .content .bukken .item-spec td {
  margin: 0;
  border-collapse: collapse;
  border-top: solid 1px #dee2e6;
  font-size: 0.875em;
  vertical-align: middle;
}
.items .content .bukken .item-spec tr:last-child th,
.items .content .bukken .item-spec tr:last-child td {
  border-bottom: solid 1px #dee2e6;
}
.items .content .bukken .item-spec .meyasu th,
.items .content .bukken .item-spec .meyasu td {
    font-size: 100%;
}

.items .content .buzai {
  width: 100%;
  padding: 0;
  background-color: #fff;
}
.items .content .buzai-wrap {
  background-color: #efefef;
  margin-bottom: 2em;
}
.items .content .buzai-wrap .buzai-title {
  font-size: 1rem;
  color: #fff;
  background-color: #333;
  margin: 0;
  padding: 0.6rem 1rem;
}
.items .content .buzai-wrap .buzai-list {
  margin: 0 0 0.5rem;
  padding: 1rem 1rem 0;
  border: none;
}
.items .content .buzai-wrap .buzai-list li {
  font-size: 0.875rem;
  line-height: 2;
}
.items .content .buzai-wrap .buzai-note {
  font-size: 0.875rem;
  padding: 0 1rem 1rem;
}
.items .content .calendar-wrap {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1em;
  row-gap: 1em;
}
.items .content .calendar-wrap .calendar-title {
  width: 100%;
  font-size: 1rem;
  color: #fff;
  background-color: #333;
  margin: 0;
  padding: 0.6rem 1rem;
}
.items .content .calendar-container .calendar-title {
  width: 100%;
  font-size: 1rem;
  color: #fff;
  background-color: #333;
  margin: 0;
  padding: 0.6rem 1rem;
}
.items .content .calendar-container .calendar-note {
  display: none;
}
.items .content .calendar-wrap .calendar {
  width: 100%;
  padding: 0 1em;
}
.items .content .calendar-wrap .calendar .calendar-header {
  text-align: center;
  margin: 1em 0 0.3em;
}
.items .content .calendar-wrap .calendar table {
  border-collapse: collapse;
  width: 100%;
}
.items .content .calendar-wrap .calendar table th,
.items .content .calendar-wrap .calendar table td {
  border: 1px solid #666;
  padding: 0.6em 0;
  text-align: center;
}
.items .content .calendar-wrap .calendar table th {
    background-color: #f2f2f2;
}
.items .content .calendar-wrap .calendar table .holiday-cell {
    background-color: pink;
}
@media screen and ( max-width:600px ){
  .items .content .calendar-container .calendar-note {
    display: block;
    margin: 0.5em 0 0;
  }
}

.items .content .reserv-btn {
  display: block;
  width: 100%;
  margin: 5em 0 0;
}
.items .content .reserv-btn .reservation {
  display: block;
  width: 100%;
}

.items.maps {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2em;
}
.items.maps .video {
  width: calc(55% - 1em);
}
.items.maps .map {
  width: calc(45% - 1em);
}

.col-main .sonota-title h2 {
  margin: 5em;
  font-size: 2em;
  border-bottom: 1px solid #ddd;
}


.carousel-wrap {
  margin-top: 2em;
}
.carousel-wrap p {
  font-size: 12px;
  margin-bottom: 0.5em;
}

.carousel-wrap .carousel {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  height: auto;
  margin: 0 0 2em;
  padding: 0 0 1em;
  column-gap: 1em;
  overflow-x: scroll;
  scrollbar-width: thin;
}
.carousel-wrap .carousel a {
  display: block;
  max-width: 150px;
  min-width: 150px;
  width: 150px;
  height: auto;
}
.carousel-wrap .carousel a img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.items .map iframe {
  filter: saturate(1);
}

@media screen and ( max-width:768px ){
  .carousel-wrap .carousel a {
    max-width: 120px;
    min-width: 120px;
    width: 120px;
  }
}

@media screen and ( max-width:600px ){
  .main-title .title {
    margin: 2em 0 1.5em;
    font-size: 1.8rem;
  }
  .main-title .title .sub-title {
    font-size: 1.2rem;
  }
  .main-title .title .sub-title.ruby {
    font-size: 0.8rem;
  }

  .carousel-wrap {
    margin-top: 1em;
  }
  .carousel-wrap p {
      font-size: 10px;
  }
  .carousel-wrap .carousel {
    margin-bottom: 1em;
  }
  .carousel-wrap .carousel a {
    max-width: 90px;
    min-width: 90px;
    width: 90px;
  }
  .items .content .left-col{
    width: 100%;
    margin-bottom: 3em;
  }
  .items .content .right-col{
    width: 100%;
  }
  .items .content .buzai-wrap {
    margin-bottom: 3em;
  }
  .items .content .calendar-wrap .calendar {
    width: calc(50% - 0.5em);
    padding: 0;
  }
  .items .content .calendar-wrap .calendar table th,
  .items .content .calendar-wrap .calendar table td {
    padding: 10px 0;
  }
  .items.maps {
    flex-direction: column-reverse;
  }
  .items.maps .video {
    width: 100%;
  }
  .items.maps .map {
    width: 100%;
  }

}
@media screen and ( max-width:375px ){
  .items .content .calendar-wrap .calendar {
    width: 100%;
  }
}

.anniversary {
  background-color: #ffede1;
  border: dotted 2px #be4b2e;
  margin: 3em auto 2em; }
.anniversary p {
  font-size: 100%;
  font-weight: bold;
  line-height: 2;
  color: #8f351e; }
.anniversary p a {
  display: block;
  color: #8f351e;
  text-decoration: underline;
  font-weight: bold; }
@media screen and (max-width:576px){
  .anniversary {
    margin: 2em auto 3em; }
  .anniversary p {
    font-size: 92.5%;
    line-height: 1.8; }
}


a.main_banner {
  transition: all 0.3s;
}
a.main_banner:hover {
  filter: brightness(0.9);
}


/* ========================================
   アンカーリンク切り替え機能
======================================== */

/* 東京ショールーム：オープン前の日付をグレー表示 */
.pre-opening-cell {
	background-color: #e0e0e0 !important;
	color: #999 !important;
	opacity: 0.6;
}

/*position: sticky;を効かせるため*/
#main-container, article .main-one-col {
  overflow: visible !important;
}

.select-tab .tab-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 3em 0;
    column-gap: 1em;
    position: sticky;
    top: 130px;
    z-index: 999;
    background-color: #fff;
    display: flex;
    justify-content: center;
    gap: 1em;
    padding: 20px 0;
}

/* タブリンク */
.tab-link {
	display: inline-block;
	padding: 0.5em 2em;
	text-decoration: none;
	color: #333;
	font-weight: bold;
	transition: all 0.3s ease;
	cursor: pointer;
	font-family: 'noto-sans-jp';
	border: solid 1px #333;
	border-radius: 4px;
}

.tab-link:hover {
	background-color: #f5f5f5;
}
a:hover {
	color: #333;
	text-decoration: none;
}

.tab-link.active {
	color: #fff;
	border-bottom-color: #fff;
	background-color: #333;
}

/* スクロール位置の調整（追従ナビゲーション分のオフセット） */
.tab-content {
	scroll-margin-top: 200px;
}
.tab-content + .tab-content {
    border-top: 1px solid #aaa;
    margin-top: 10rem;
}

/* レスポンシブ対応（スマホ） */
@media screen and (max-width:768px){
  #main-container>.main-one-col {
      padding: 0.625em;
  }
  #main-container>.main-one-col .sec-wrap h2 {
      font-size: 1.4em;
  }
  .select-tab .tab-wrap {
      column-gap: 0.5em;
      margin: 1.5em 0 3em;
  }    
}
@media (max-width: 576px) {
  .select-tab .tab-wrap {
      column-gap: 8px;
  }
}


/* ========================================
新規オープン告知バッジ
======================================== */
.container.main-title .newopen {
  display: inline-block;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
  background: linear-gradient(135deg, #00b4d8 0%, #0077b6 100%);
  box-shadow: 0 4px 15px rgba(0, 180, 216, 0.4);
}
.container.main-title .newopen:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 180, 216, 0.5);
}



@media screen and (max-width:768px){
    footer .page-top-btn {
        display: none;
    }
    .select-tab .tab-wrap {
        top: unset;
        position: fixed;
        left: 0;
        bottom: 0px;
        margin: 0;
        padding: 0 0 0 0;
        width: 100%;
        z-index: 999;
        display: flex;
        justify-content: flex-start;
        gap: 0;
        border-top: solid 1px #aaaaaa;
    }
    .tab-link {
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 0.85rem;
        font-weight: normal;
        padding: 1.2em 0;
        border: none;
        border-radius: 0;
        flex-grow: 1;
        text-align:center
    }
    .tab-link + .tab-link {
        border-left: solid 1px #aaaaaa;
    }
    .tab-link.active {
        background-color: #42957d;
    }
    .tab-content {
    	scroll-margin-top: 80px;
    }
    .tab-content + .tab-content {
        margin-top: 5rem;
    }
    .tab-content#nagoya {
        margin-top: 45px;
    }
    .container.main-title .newopen {
        font-size: 0.75rem;
    }
}


