﻿#pageTitle.hotel {
  background-size: cover;
  width: 100%;
  text-align: center;
  background-image: url(../images/titleBg.jpg);
}
@media screen and (max-width: 600px) {
  #pageTitle img {
    width: 100%;
    height: auto;
  }
}
#meritWrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#merit {
  display: flex;
  background: #cd0012;
  padding: 1px 15px 15px;
}
#merit .meritBox {
  width: calc((100% - 45px) / 4);
  background: #cccccc;
  margin-top: 15px;
  margin-left: 15px;
  border-radius: 12px;
  overflow: hidden;
}
#merit .meritBox:nth-child(4n + 1) {
  margin-left: 0;
}
#merit .meritBox img {
  width: 100%;
}
@media screen and (max-width: 600px) {
  #merit {
    display: inherit;
  }
  #merit .meritBox {
    width: auto;
    margin-left: 0;
  }
}
#tabBox {
  position: relative;
}
#tab {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#tab .note {
  text-align: center;
  margin: 0 0 8px;
}
#tab ul {
  display: flex;
  line-height: 1;
}
#tab li {
  width: calc((100% - 10px) / 3);
  margin-left: 5px;
  position: relative;
  color: #777777;
}
#tab li:nth-child(1) {
  margin-left: 0;
}
#tab li > span {
  display: block;
  text-align: center;
  padding: 5px 0 5px;
  background: #e5e5e6;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  cursor: pointer;
  font-size: 0.7rem;
}
#tab li > span:hover {
  background: #fff;
}
#tab li > span em {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #333333;
}
#tab li > span .inch {
  display: block;
  position: relative;
  text-align: center;
  margin: 0 10px;
  padding: 6px 0 6px;
  border-bottom: 1px dashed #888;
}
#tab li > span .type {
  display: flex;
  margin-top: 4px;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  color: #dc0012;
  padding: 0 5px;
}
#tab li.sl > span {
  background: #dc0012;
  padding: 5px 0 10px;
}
#tab li.sl .inch {
  border-color: #fff;
}
#tab li.sl * {
  color: #ffffff !important;
}
#tab li.sl::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #dc0012 transparent transparent;
  position: absolute;
  z-index: 1;
  left: calc(50% - 8px);
  bottom: -15px;
}
#tabContents {
  background: #fff;
  border-top: 7px solid #dc0012;
  padding: 25px 0;
  position: relative;
  z-index: 1;
}
#tabContents > .inner {
  width: 1000px;
  margin: 0 auto;
}
#tabContents .ft {
  text-align: right;
  margin: 8px -0.5em 0 0;
}
@media screen and (max-width: 600px) {
  #tabBox #tab {
    width: auto;
    margin: 0 5px;
  }
  #tab li > span em {
    display: block;
    text-align: center;
  }
  #tab li > span .type {
    height: 4em;
  }
  #tabContents > .inner {
    width: auto;
    margin: 0 10px;
  }
}
#tabContents .hd01 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  text-align: center;
  margin: 0 0 10px;
}
#tabContents .hd01 span {
  display: inline-block;
  border-bottom: 7px solid #fffd00;
}
#tabContents .hd02 {
  text-align: center;
  margin: 0 0 5px;
}
.sheetsFtNote li {
  padding-left: 20px;
  position: relative;
  margin-top: 4px;
}
.sheetsFtNote li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}
.tableType02 {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  background: #eaf6fd;
  font-size: 0.875rem;
}
.tableType02 th,
.tableType02 td {
  padding: 8px;
  line-height: 1.3;
}
.tableType02 tbody th,
.tableType02 tbody td {
  border: 1px solid #222222;
  padding: 8px;
}
.tableType02 thead tr {
  border: 1px solid #222222;
}
.tableType02 thead th:not(:nth-child(1)) {
  border-left: 1px solid #ffffff;
}
.tableType02 thead th {
  background: #232d83;
  color: #ffffff;
  text-align: center;
  width: 25%;
  font-family: "Roboto Condensed", "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.2em;
}
.tableType02 tbody th {
  background: #54c3f1;
  width: 25%;
}
.tableType02.tableType02-2sizes tbody td {
  width: 37.5%;
}
.tableType02 tbody td {
  text-align: center;
}
.tableType02 tbody td.summerBg {
  color: #00a1e9;
  font-family: "Noto Sans JP", sans-serif;
}
.tableType02 tbody td.winterBg {
  color: #f39700;
  font-family: "Noto Sans JP", sans-serif;
}
.tableType02 tbody th {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.tableType02 .price {
  color: #dc0012;
  font-size: 1.2em;
  font-weight: bold;
}
.tableType02 .price em {
  font-family: "Roboto", sans-serif;
  font-size: 1.6em;
  font-weight: 700;
}
.tableType02 .price2 {
  font-weight: bold;
}
.tableType02 .price2 em {
  font-size: 1.2em;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.tableType02 img {
  height: auto;
  width: 96%;
  max-width: 180px;
}
@media screen and (max-width: 600px) {
  .tableType02 {
    font-size: 0.8rem;
  }
}
#noteBoxesWrapper {
  padding: 25px 0;
  background: #efefef;
  border-bottom: 10px solid #ffffff;
}
#noteBoxesWrapper > .inner {
  display: flex;
  align-items: center;
  width: 1000px;
  margin: 0 auto;
}
#noteBoxesWrapper .noteBoxesHd {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2;
  width: 25%;
  text-align: center;
  font-size: 1rem;
}
#noteBoxesWrapper .noteBoxes {
  border-left: 1px solid #a9a9aa;
  padding-left: 25px;
}
#noteBoxesWrapper .noteBoxes li {
  position: relative;
  padding-left: 16px;
  line-height: 1.4;
  margin-top: 10px;
  font-size: 0.875rem;
}
#noteBoxesWrapper .noteBoxes li:nth-child(1) {
  margin-top: 0;
}
#noteBoxesWrapper .noteBoxes li:before {
  position: absolute;
  left: 0;
  top: 3px;
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  background: #a9a9aa;
  border-radius: 100%;
}
#noteBoxesWrapper .noteBoxes li.important {
  font-size: 1.1rem;
}
@media screen and (max-width: 600px) {
  #noteBoxesWrapper > .inner {
    display: inherit;
    width: auto;
    margin: 0 20px;
  }
  #noteBoxesWrapper .noteBoxesHd {
    margin-bottom: 12px;
    width: auto;
  }
  #noteBoxesWrapper .noteBoxes {
    border-top: 1px solid #a9a9aa;
    border-left: none;
    padding-top: 12px;
    padding-left: 0;
  }
}
#merit2 {
  font-size: 1rem;
  line-height: 1.4;
}
#merit2 .subSection {
  padding: 30px 0 0;
}
#merit2 .meritBox {
  background: #cccccc;
  margin-top: 10px;
}
#merit2 .meritBox:nth-child(2n + 1) {
  margin-left: 0;
}
#merit2 img {
  width: 100%;
}
@media screen and (max-width: 600px) {
  #merit2 {
    display: inherit;
  }
  #merit2 .meritBox {
    width: auto;
    margin-left: 0;
  }
}
#merit2 .hd01 {
  background: #232d83;
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
  font-size: 1.25rem;
  padding: 15px;
  line-height: 1.2;
  margin: 0 0 10px;
}
#merit2 .hd02 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.35rem;
  padding: 5px 0 10px;
}
#merit2 .target {
  border: 3px solid #f39700;
  border-radius: 6px;
  background: #f39700;
  color: #ffffff;
  text-align: center;
  padding: 20px;
}
#merit2 .target ul {
  display: flex;
}
#merit2 .target li {
  width: calc((100% - 45px) / 4);
  margin-left: 15px;
}
#merit2 .target li:nth-child(1) {
  margin-left: 0;
}
#merit2 .target li .img {
  display: block;
  background: #cccccc;
  border: 3px solid #dc0012;
}
#merit2 .target li .img img {
  width: 100%;
  height: auto;
}
#merit2 .target li .text {
  display: block;
  padding: 5px 5px 0;
  line-height: 1.1;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 600px) {
  #merit2 .target ul {
    display: inherit;
  }
  #merit2 .target li,
  #merit2 .target li:nth-child(1) {
    width: auto;
    margin-left: 0;
    margin-top: 15px;
  }
}
#seasonPack > .inner {
  margin: 20px 0 0;
}
#seasonPack .top {
  text-align: center;
  border-radius: 6px;
  padding: 30px 0;
  background: #ffffff;
}
#seasonPack .top img {
  max-width: 640px;
  width: 90%;
  margin: 0 auto;
}
#seasonPack .top .note {
  background: #232d83;
  color: #ffffff;
  padding: 20px 30px;
  margin: 30px 0 -30px;
  font-size: 1rem;
}
#seasonPack .top .note li {
  padding-left: 1.1em;
  position: relative;
  text-align: left;
}
#seasonPack .top .note li::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #fff;
  opacity: 0.7;
  position: absolute;
  top: 8px;
  left: 0;
}
#seasonPack .top .note a {
  color: #fffd00;
}
#seasonPack .btm ul {
  display: flex;
}
#seasonPack .btm li {
  background: #ffffff;
  width: calc((100% - 22px) / 3);
  margin-left: 10px;
  margin-top: 10px;
  border: 8px solid #dc0012;
  border-radius: 6px;
  position: relative;
}
#seasonPack .btm li:nth-child(3n + 1) {
  margin-left: 0;
}
#seasonPack .btm .hd {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  background: #dc0012;
  color: #ffffff;
  font-size: 1.2rem;
  padding: 8px 0 13px;
  line-height: 1;
}
#seasonPack .btm .capt {
  line-height: 1.4;
  padding: 15px;
}
#seasonPack .btm li > .img {
  width: 100%;
  padding: 64% 0 0;
  position: relative;
  overflow: hidden;
}
#seasonPack .btm li > .img img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
#seasonPack .btm li .balloon {
  position: absolute;
  top: 60px;
  width: 30%;
  min-width: 95px;
}
#seasonPack .btm li:nth-child(1) .balloon {
  right: 25px;
}
#seasonPack .btm li:nth-child(2) .balloon {
  right: 25px;
}
#seasonPack .btm li:nth-child(3) .balloon {
  left: 25px;
}
#seasonPack .btm li:nth-child(4) .balloon {
  left: 25px;
}
@media screen and (max-width: 600px) {
  #seasonPack .btm ul {
    display: inherit;
  }
  #seasonPack .btm li,
  #seasonPack .btm li:nth-child(2n + 1) {
    width: 100%;
    margin-left: 0;
  }
}
#seasonPack .ft {
  padding: 20px 20px 0;
  font-size: 0.875rem;
}
#campaign {
  padding: 60px 0;
}
#campaign > .inner {
  display: flex;
}
#campaign > .inner p {
  width: 50%;
}
#campaign > .inner p img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 600px) {
  #campaign > .inner {
    display: inherit;
    margin: 0 -10px;
  }
  #campaign > .inner p {
    width: 100%;
  }
}
#noteBoxesWrapper2 {
  padding: 25px 0;
  background: #dc0012;
}
#noteBoxesWrapper2 > .inner {
  width: 1000px;
  margin: 0 auto;
}
#noteBoxesWrapper2 .noteBoxesHd {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2;
  text-align: center;
  font-size: 1rem;
  padding: 0 0 20px;
  color: #ffffff;
}
#noteBoxesWrapper2 .noteBoxesHd span {
  display: block;
  font-size: 1.35rem;
}
#noteBoxesWrapper2 .noteBoxes ul {
  display: flex;
}
#noteBoxesWrapper2 .noteBoxes li {
  position: relative;
  line-height: 1.4;
  font-size: 0.875rem;
  width: calc((100% - 60px) / 3);
  margin-left: 30px;
  text-align: center;
}
#noteBoxesWrapper2 .noteBoxes li:nth-child(1) {
  margin-top: 0;
  margin-left: 0;
}
#noteBoxesWrapper2 .noteBoxes li span {
  display: block;
}
#noteBoxesWrapper2 .noteBoxes li .img {
  background: #cccccc;
}
#noteBoxesWrapper2 .noteBoxes li .img img {
  width: 100%;
  height: auto;
}
#noteBoxesWrapper2 .noteBoxes li .text {
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
  padding: 10px 0 0;
}
#noteBoxesWrapper2 .noteBoxes li .text i {
  font-size: 0.7rem;
  line-height: 1.2;
}
@media screen and (max-width: 600px) {
  #noteBoxesWrapper2 > .inner {
    display: inherit;
    width: auto;
    margin: 0 20px;
  }
  #noteBoxesWrapper2 .noteBoxesHd {
    margin-bottom: 12px;
    width: auto;
  }
  #noteBoxesWrapper2 .noteBoxes ul {
    display: inherit;
  }
  #noteBoxesWrapper2 .noteBoxes li,
  #noteBoxesWrapper2 .noteBoxes li:nth-child(1) {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
.lnv {
  background: #ffffff;
  padding: 12px 0 0;
}
.lnv ul {
  width: 1000px;
  margin: 0 auto;
  display: flex;
}
.lnv li a,
.lnv li span {
  display: block;
}
.lnv .li01 {
  background: #f9efe3;
  flex: 1;
}
.lnv .li01 a {
  padding: 10px;
  height: 100%;
  color: #333333;
  text-decoration: none;
}
.lnv .li01 span {
  border: 1px solid #aaaaaa;
  text-align: center;
  height: calc(100% + 8px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.25rem;
  position: relative;
}
.lnv .li01 span::after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background: #f9efe3;
  border-right: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  bottom: 0;
  left: 50%;
  transform: translateY(30%) rotate(45deg);
  transform-origin: 0 0;
}
.lnv .li02 {
  margin-left: 8px;
  padding-bottom: 8px;
}
#isesakiBnr {
  display: none;
}
@media screen and (max-width: 600px) {
  .lnv {
    display: none;
  }
  #isesakiBnr {
    border: 1px solid #cccccc;
    margin: 2px 10px 0;
    display: block;
    padding: 10px 10px;
    background: #ffffff;
  }
  #isesakiBnr img {
    width: 100%;
  }
}

.tab-nav {
  background-color: #fff;
  padding: 20px 10px;
}

.tab-nav ul {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  display: flex;
}

.tab-nav ul li {
  width: calc(100% / 2);
  text-align: center;
  border-top: 2px solid rgba(51, 51, 51, 0.5);
  border-bottom: 2px solid rgba(51, 51, 51, 0.5);
  border-right: 1px solid rgba(51, 51, 51, 0.5);
  border-left: 1px solid rgba(51, 51, 51, 0.5);
  box-sizing: border-box;
  font-size: 17px;
  font-weight: 700;
}

.tab-nav ul li:first-child {
  border-left: 2px solid rgba(51, 51, 51, 0.5);
}
.tab-nav ul li:last-child {
  border-right: 2px solid rgba(51, 51, 51, 0.5);
}

.tab-nav ul li a,
.tab-nav ul li span {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding: 25px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tab-nav ul li a {
  color: #333;
  transition: 0.3s;
}

.tab-nav ul li a:hover {
  transition: 0.3s;
  background-color: #333;
  color: #fff;
}

.tab-nav .active {
  background-color: #333;
  color: #fff;
}

.tab-nav_sp-br {
  display: none;
}

.hotel_rsv_btn {
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.hotel_rsv_btn a {
  display: inline-block;
  transition: 0.3s;
  background-color: #dc0002;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  border-radius: 22px;
  padding: 15px 20px;
  width: 100%;
  text-decoration: none;
  max-width: 422px;
}

.hotel_rsv_btn a:hover {
  transition: 0.3s;
  background-color: #df817e;
}

@media screen and (max-width: 600px) {
  .tab-nav ul li {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
  }
  .tab-nav ul li a,
  .tab-nav ul li span {
    padding: 12px 5px;
  }
  .tab-nav_sp-br {
    display: block;
  }
  .hotel_rsv_btn {
    margin-top: 20px;
  }
}

.s-pac-price .hd01 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  text-align: center;
  margin: 0 0 10px;
}
.s-pac-price .hd01 span {
  display: inline-block;
  border-bottom: 7px solid #fffd00;
}
.s-pac-price .hd02 {
  text-align: center;
  margin: 0 0 20px;
}

.hotel-bg_white {
    background-color: #fff;
}

.tableType02 tbody th {

}

.s-pac-price {
    padding-bottom: 40px;
}

.s-pac-price .tableType02 th {
    font-size: 17px;
}

@media screen and (max-width: 600px) {
    .s-pac-price .tableType02 th {
        font-size: 16px;
    }
}

.rsvContent {
    padding-top: 30px;
    padding-bottom: 40px;
}

.rsvContentHd-text span {
    color: #cd0012;
    font-weight: 600;
    text-align: center;
    padding-right: 20px;
    padding-left: 20px;
    position: relative;

}

.rsvContentHd-text span:before,
.rsvContentHd-text span:after {
    content: "";
    width: 11px;
    height: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url("/lineup/service/hotel/images/rsv-deco.png") no-repeat ;
}

.rsvContentHd-text span:before {
    left: 0;
}

.rsvContentHd-text span:after {
    right: 0;
    transform: scale(-1, 1);
}

.rsvContentHd-text {
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
}

.rsvContentHd {
    font-size: 38px;
    font-weight: 800;
    color: #cd0012;
    text-align: center;
    margin-bottom: 40px;
}

.rsvContent__flow {
    display: flex;
    justify-content: space-between;
}

.rsvContent__flow-box {
    max-width: 283px;
    position: relative;
}

.rsvContent__flow-box:after {
  content: "";
  width: 10px;
  height: 17px;
  position: absolute;
  background-image: url("/lineup/service/hotel/images/arrow.svg");
  background-repeat: no-repeat;
  top: 230px;
  right: -35px;
}

.rsvContent__flow-box:last-child:after {
  display: none;
}

@media screen and (max-width: 600px) {
    .rsvContent__flow-box {
        max-width: 240px;
        padding-right: 20px;
        padding-left: 20px;
    }
    .rsvContent__flow-box:after {
      right: -10px;
    }

}

.rsvContent__flow-wrap {
    margin-right: -10px;
}

.rsvContent__flow-wrapbox {
    margin-right: -10px;
}

.rsvContent__flow-box-ttl {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}

.rsvContent__flow-box-img.imgType01 {
    max-width: 220px;
    width: 100%;
    margin: 0 auto 30px;
    box-shadow: 11px 15px 20px rgba(0, 0, 0, 0.08),
    0 0 10px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
}

.rsvContent__flow-box-img.imgType02 {
  min-height: 283px;
  width: 100%;
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rsvContent__flow-box-img img {
    width: 100%;
    height: auto;
}

.rsvContent__flow-box ul {
  max-width: 260px;
  width: 100%;
  margin: 0 auto 30px;
}

.rsvContent__flow-box ul li {
    line-height: 1.4;
    padding-left: 18px;
    margin-top: 7px;
    position: relative;
}

.rsvContent__flow-box ul li:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #a9a9aa;
  border-radius: 50%;
  top: 3px;
  left: 0;
}

.rsvContent__flow-box .red {
  color: #cd0012;
}

.rsvContent__flow-box-img_plus {
  position: absolute;
  max-width: calc(193vw * 100 / 1920);
  width: 100%;
  top: 180px;
  left: 0px;
}

@media screen and (max-width: 600px) {
  .rsvContent__flow-box-img.imgType01 {
    max-width: 170px;
  }
  .rsvContent__flow-box-img_plus {
    max-width: calc(130vw * 100 / 1920);
    top: 150px;
  }
  .rsvContent__flow-box-img.imgType02 {
    min-height: 355px;
  }
}

.yellow {
  color: #fffd00;
}

.shopListHandling td.deal--off {
	background: #f5f5f5;
}
#shopListHandlingSection.hotel .shopListHandling .data,
#shopListHandlingSection.alignment .shopListHandling .data {
	width: 150px!important;
}
.shopListHandling .cond {
	width: 100%;
	font-size: 11px;
}
.shopListHandling-note {
	margin-top: 12px;
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 1.4;
}
@media screen and (min-width: 601px) {
	.sp-only {
		display: none;
	}
}
@media screen and (max-width: 600px) {
	.shopListHandling .cond {
		display: none;
	}
}

.ec23_taiya_hotel_page #section02 #ec23_taiyahotel_wapper{
  display: flex;
}

.ec23_taiya_hotel_page #section02 #ec23_taiyahotel_wapper .ns23_top_h4_title02{
  display: none;
}

.ec23_taiya_hotel_page #section02 .sectionType02{
  padding-bottom: 0;
}

/* 202411追記 */
.valor_Web_banner_img a img{
  transition: transform 0.3s ease-in-out;
}
.valor_Web_banner_img a:hover img {
  transform: scale(1.02); 
}
@media screen and (max-width: 600px) {
	.inner.rsvContent .valor_Web_banner_img img{
		width: 100%;
	}
  .inner.rsvContent.valor_Web_banner{
		padding-top: 0;
    padding-bottom: 0;
	}
}