
h2 {
  color: var(--text-color4);
}

h3 {
  color: var(--text-color4);
}

h4.p-onsen-concept__h {
  writing-mode: vertical-rl;
  text-align: center;
  margin: auto;
  letter-spacing: 1.1rem;
  font-size: 2.6rem;
  font-weight: 500;
}

.tab_menu {
  display: flex;
  margin: 20px auto;
  justify-content: flex-start;
  max-width: 960px;
  flex-wrap: wrap;
}

.tab_clm {
  padding: 10px;
  border: 1px solid #ddd;
  text-align: center;
  width: 140px;
  margin: 10px auto;
}

.tab_clm:hover {
  background: #ddd;
}

.tab_clm p {
  margin: 0;
  font-size: 1.2rem;
}

.tab_menu a {
  text-decoration: none;
}

#roten, #arasaki, #choukai {
  padding-bottom: 50px;
}


.c-table-1 {
  max-width: 960px;
  margin: auto;
  border: 1px solid #a8a8a8;
}

.p-cuisine-space__h.is-syunkiraku {
  color: #424242;
  font-size: 3.0rem;
  font-weight: 500;
  margin-bottom: 0;
  line-height: normal;
}

.c-slide02-main p {
  text-align: center;
  margin-bottom: 20px;
}

.row.px-md-2 p {
  font-size: 1.2rem;
}

.mb_clm {
  max-width: 80%;
  margin: auto;
}

.row.px-md-2 img {
  width: 100%;
}

.sp_flex {
  display: flex;
  margin: 0;
  justify-content: space-evenly;
}


.p-facilities-space__thumb img {
  width: calc(100% - 8px);
  height: auto
}

.p-facilities-space__thumb p {
  /* font-size: 1.1rem; */
}

#lounge, #banquet, #playland, #game, #comic, #information {
  padding-bottom: 50px;
}

.col-md-6.px-md-2 {
  text-align: center;
}

.c-heading-8:after {
  content: none;
}

.c-heading-8 span {
  /* letter-spacing: normal; */
  /* font-size: 1.5em; */
}

.c-table-1__heading {
  padding: 9px 10px;
}

.c-table-1__description {
  padding: 12px 7px;
  background: #c4d2dd61;
}

.p-facilities-other-box__main {
  width: calc(100% - 320px);
}

@media screen and (max-width: 1130px) {
  .sp_flex {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
  }

  .tab_menu {
      /* max-width: 500px; */
  }
}

@media screen and (max-width: 768px) {
  .sp_flex {
      display: flex;
      flex-direction: row;
      justify-content: space-evenly;
  }

  .tab_menu {
      /* display:block; */
      /* max-width: 260px; */
  }

  .l-page {
      padding-top: 0;
  }

  .mb_clm {
      max-width: 100%;
  }

  .row.px-md-2.single {
      display: block;
  }

  .col-6 {
      max-width: 100%; 
  }

  .row.px-md-2 p {
      text-align: center;
  }

  .u-fz--2 {
      text-align: center;
  }

  .c-heading-8:after {
      background: none;
  }

  .p-facilities-other-box__main {
      width: 100%;
  }

  .p-facilities-other-box__img {
      width: 100%;
  }
}


.inner {
  max-width: 1100px;
  margin: 0 auto;
}

#information .flexBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96%;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 50px;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 15px -5px #777777;
  box-shadow: 0px 0px 15px -5px #777777;
  border-radius: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  #information .flexBox {
    display: block;
    margin-top: 40px;
  }
}

#information .imgBox {
  width: 30%;
  padding-right: 20px;
}

@media only screen and (max-width: 768px) {
  #information .imgBox {
    width: 100%;
    padding-right: 0;
  }
}

#information .textBox {
  padding-right: 20px;
  width: 40%;
}

#information .textBox h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 1rem;
}

#information .textBox p {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 10px;
  text-align: justify;
}
#information .textBox p.address{
  background-color: #e9e9e9;
  padding: 1rem;
}


@media only screen and (max-width: 768px) {
  #information .textBox {
    padding-right: 0;
    width: 100%;
    margin-top: 20px;
  }
}

#information .mapBox iframe {
  width: 100%;
  height: 200px;
}

@media only screen and (max-width: 768px) {
  #information .mapBox {
    margin-top: 20px;
  }
  #information .mapBox iframe {
    width: 100%;
    height: 200px;
  }
}

#information .linkBox {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.linkBtn{
  width: 50%;
}

#information .linkBox .btn02 {
  display: inline-block;
  font-size: 12px;
  background-color: #407ec6;
  padding: 6px 20px;
  text-align: center;
  width: 100px;
  color: #fff;
  width: 100%;
}

#information .linkBox .linkBtn:first-child {
  padding-right: 10px;
}

.btn02 {
  position: relative;
  display: inline-block;
  background-color: #333;
  color: #fff;
  /* padding: 100rem 200rem ; */
  text-decoration: none;
  outline: none;
  overflow: hidden;
}

.btn02::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.4)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
}

.btn02:hover::before {
  -webkit-animation: shine 0.7s;
          animation: shine 0.7s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

/* views */
.spView,
.spViewInb,
.tbView {
  display: none !important;
}
@media only screen and (max-width:991px) {
  .tbView {
    display: block !important;
  }
}
@media only screen and (max-width:768px) {
  .spView {
    display: block !important;
  }
  .spViewInb {
    display: inline-block !important;
  }
  .pcView {
    display: none !important;
  }
}

.cap {
    font-size: 12px!important;
}

.address{
    /* font-size: 12px!important; */
    /* line-height: 135%!important; */
    margin: 0;
    letter-spacing: 0.08em;
}

.text-center-md {
    text-align: left;
}

@media screen and (min-width: 768px) {
    .text-center-md {
        text-align: center;
        padding-block: var(--size-lg);
    }

    .c-line-title {
        display: block;
    }

    .c-heading-1__caption {
        display: block;
    }
}

.c-heading-1 {
    text-align: center;
}

.c-line-title {
    padding-top: 30px;
    display: block;
}

.c-heading-1__caption {
    display: block;
}

.c-article {
    padding: 20px;
}

.c-article p {
    line-height: 2;
}

/* カテゴリーボタン */
.category-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0;
    margin-bottom: 30px;
    position: relative;
}

.category-btn {
    padding: 12px 28px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #e98943;
    border: 2px solid #ffffff;
    border-right: none;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}


.category-btn:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 0;
}

.category-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.category-btn:last-child {
    border-right: 2px solid #ffffff;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 0;
}

.category-btn:hover {
    background-color: #8f2d06;
}

.category-btn.active {
    background-color: #fff;
    color: #3f3f3f;
    border-color: #e98943;
    z-index: 1;
    border-bottom: 2px solid #fff;
    margin-bottom: -2px;
}

.category-btn.active:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 0;
}

.category-btn.active:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.category-btn.active:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 0;
}

.category-btn.active:hover {
    background-color: #fff;
}

.tab-text {
    font-size: 17px;
    display: inline-block;
}

.category-btn.active .tab-text {
    color: #161616;
}

/* 改行の制御：パソコンでは非表示 */
.tab-break {
    display: none;
}

@media screen and (max-width: 768px) {
    .category-buttons {
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 0;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE and Edge */
        /* margin: 0 auto; */
        /* text-align: center; */
        justify-content: center;
        padding-top: 5px;
    }

    .category-buttons::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Opera */
    }

    .category-btn {
        padding: 10px 16px;
        font-size: 12px;
        /* border-right: 2px solid #ffffff; */
        border-radius: 0;
        white-space: normal;
        flex-shrink: 0;
        min-width: auto;
        line-height: 1.3;
    }

    .category-btn:first-child {
        border-top-left-radius: 8px;
        border-bottom-left-radius: 0;
    }

    .category-btn:last-child {
        border-top-right-radius: 8px;
        border-bottom-right-radius: 0;
        /* border-right: 2px solid #000; */
    }

    .category-btn.active {
        border-bottom: 2px solid #fff;
        margin-bottom: -2px;
    }

    .tab-text {
        font-size: 13px;
    }

    /* スマホでは改行を表示 */
    .tab-break {
        display: inline;
    }

    /* c-heading-1__captionのスマホ用スタイル */
    .c-heading-1__caption {
        font-size: 14px;
    }

    /* c-articleの中のpタグのフォントサイズ */
    .c-article p {
        font-size: 16px;
    }

    /* スマホの時は改行を無くす */
    .c-article p br {
        display: none;
    }

    /* categoryTitleのフォントサイズ */
    .categoryTitle {
        font-size: 20px;
    }

    /* categoryLeadのフォントサイズ */
    .categoryLead {
        font-size: 16px;
    }

    /* categoryHeadのpadding-top */
    .categoryHead {
        padding: 0 15px;
    }
}

/* categoryTitleのアイコン */
.category-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 8px;
    vertical-align: middle;
    object-fit: contain;
    margin-bottom: 10px;
}

/* categoryLeadのline-height */
.categoryLead {
    line-height: 1.5;
}

/* カテゴリーセクション */
.category-section {
    animation: fadeIn 0.5s ease-in;
    display: none;
}

/* activeクラスが付いている場合は表示（JavaScriptのインラインスタイルが優先される） */
.category-section.active {
    display: block;
}

/* categoryHeadのパソコン用スタイル */
@media screen and (min-width: 769px) {
    .categoryHead {
        margin-top: 50px;
        
    }

    /* アクティブな最初のcategoryHeadはmargin-top: 0 */
    .category-section.active .categoryHead.first-active {
        margin-top: 0;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}