@charset "utf-8";


@media screen and (max-width: 768px) {
  table.table_basic, table.table_basic tbody, table.table_basic thead, table.table_basic tr, table.table_basic td, table.table_basic th, table.table02, table.table02 tbody, table.table02 thead, table.table02 tr, table.table02 td, table.table02 th, .onlytableparts {
    display: block;
  }
}

.tab00s {
  padding-bottom: 40px;
  margin: 30px auto 0 auto;
  max-width: 1180px;
}



.tab_item:hover {
  opacity: 0.75;
}

input[name="tab_item"] {
  display: none;
}

.tab_content {
  display: none;
  padding: 40px 0 0 0;
  clear: both;
  overflow: hidden;
}

#n_100:checked~#n_100_content, #n_200:checked~#n_200_content, #n_300:checked~#n_300_content, #n_400:checked~#n_400_content, #n_500:checked~#n_500_content, #n_600:checked~#n_600_content, #n_700:checked~#n_700_content, #n_800:checked~#n_800_content, #n_900:checked~#n_900_content, #n_1000:checked~#n_1000_content, #n_1100:checked~#n_1100_content, #n_1200:checked~#n_1200_content {
  display: block;
}

.tab00s input:checked+.tab_item {
  color: #fff;
  position: relative;
  background: #af8222;
}

.tab00s input:checked+.tab_item:before {
  position: absolute;
  bottom: -10px;
  left: 48.5%;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #af8222 transparent transparent transparent;
}
.t_ind {
  text-indent: -1em;
  margin-left: 50px;
}
.note00 {
  color: #bd0000;
  font-weight: 900;
  margin: 0 0 10px 0;
  font-size: 1.5rem;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .tab_content {
    display: none;
    padding: 20px 10px 0;
    clear: both;
    overflow: hidden;
  }
  .tab00s {
    padding-bottom: 20px;
    margin: 0 auto;
  }
  .t_ind {
  text-indent: -1em;
  margin-left: 5px;
}
.note00 {
  color: #bd0000;
  font-weight: 900;
  margin: 0 0 10px 0;
  font-size: 1.2rem;
  line-height: 1.6;
}
}

.tab_item {
  width: calc(100%/7);
  font-size: 1.4rem;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #c9bc9c;
  background-color: #c9bc9c;
  text-align: center;
  border-right: 1px solid #efefef;
  color: #ffffff;
  display: block;
  float: left;
  text-align: center;
  font-weight: 900;
  transition: all 0.2s ease;
}
.tab_item small {
display: block;
padding: 2px 0;
  font-size: 1.4rem;
  margin-bottom: 15px;
  font-weight: normal;
}
.tab_item small.wf {
background-color: #998244;
}
.tab_item small.ef {
background-color: #a7ab3c;
}
.tab_item small.ewf {
background-color: #b18e70;
}
@media screen and (max-width: 768px) {
  .tab_item {
    width: calc(100%/2);
    font-size: 1.2rem;
    border-bottom: 1px solid #efefef;
  }
    }


.room_ttl{
font-size: 2.6rem;
margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}
.flexbox {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 960px;
    margin: 0 auto;
}
.flexbox.secbox {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    width: 960px;
    margin: 0 auto;
}
.servicebox00 {
    width: calc(100% / 4);
    margin: 10px 5px;
    border: 1px solid #0f3675;
    padding: 20px 5px;
    line-height: 1.5;
    font-size: 1.5rem;
    font-weight: 900;
}
.servicebox00 .spectit {
    text-align: center;
    font-weight: 900;
    margin-bottom: 10px;
    font-size: 1.6rem;
}
.servicebox00 .specdet {
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.8;
    font-weight: normal;
}
.room_ttl small {
    display: block;
}
.col789_wide {
    width: 1005px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.flexbox00 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;  /* ← 左寄せ */
  gap: 16px 20px;               /* 行間16px・列間24px */
}
.flexbox00:not(:has(> :nth-child(4))) {
  justify-content: center;
}


.flexbox00 .room_box.w_room00{
width: 230px;
    border: 1px solid #0f3675;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
    line-height: 1.5;
    font-size: 1.6rem;
    font-weight: 900;
}
.room_01left {
    padding-left: 390px;
}
.spec_room{
   display: ;
}
@media screen and (max-width: 768px) {
.flexbox {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width:  98%;
    margin: 0 auto;
}
.flexbox.secbox {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    width:  98%;
    margin: 0 auto;
}
.servicebox00 {
    width:  98%;
    margin: 10px 5px;
    border: 1px solid #0f3675;
    padding: 20px 5px;
    line-height: 1.5;
    font-size: 1.5rem;
    font-weight: 900;
}
.col789_wide {
    width: 98%;
    margin: 0 auto;
    padding-bottom: 40px;
}

.flexbox00 {
 display: -webkit-flex;
    display: flex;
        -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexbox00 .room_box.w_room00{
width: 100%;
    border: 1px solid #0f3675;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
    line-height: 1.5;
    font-size: 1.6rem;
    font-weight: 900;
}
.room_01left {
    padding-left: 0px;
}
.room_ttl {
        font-size: 2.0rem;
        font-weight: 900;
        margin-top: 20px;
        margin-bottom: 5px;
        text-align: center;
    }
        .room_box {
        width: 100%;
        border: 1px solid #0f3675;
        margin: 0 auto 20px auto;
        padding: 0 0 0 0;
        line-height: 1.5;
        font-size: 1.6rem;
        font-weight: 900;
    }
}

.tab_item {
        position: relative;
        display: inline-block; /* 中央位置の基準にする */
    }
.tab_item span.new {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%) rotate(-3deg); /* ← 角度はお好みで -3deg ～ -10deg */
  transform-origin: 50% 100%;               /* 下中央を基点に回転 */
  display: block;
  color: #fff;
  font-weight: 900;
  background-color:#a70000;
  padding: 1px 0;
  text-align: center;
  width: 7em;
  font-size: 1.2rem;
    }
@media screen and (max-width: 768px) {
.tab_item {
        position: relative;
        display: inline-block; /* 中央位置の基準にする */
    }
.tab_item span.new {
        position: absolute;
        display: block;
        color: #fff;
        font-weight: 900;
        top: -12px;
        left: 50%;
  transform: translateX(-50%) rotate(-3deg); /* ← 角度はお好みで -3deg ～ -10deg */
  transform-origin: 50% 100%;               /* 下中央を基点に回転 */
        background-color:#a70000 ;
        padding: 1px 0;
        text-align: center;
        width: 7em;
        font-size: 1.1rem;
    } 
}