.subVisual {
  height: 600px;
  position: relative;
}
.subVisual > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.subVisual .txt {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
.subVisual .txt span {
  display: block;
  margin-bottom: 40px;
}
.subVisual .txt h2 {
  margin-bottom: 60px;
  font-size: 2.25rem;
}
.subVisual .txt p {
  font-size: 1.125rem;
}

.subTitle {
  padding: 100px 0;
  text-align: center;
}
.subTitle span {
  display: block;
  margin-bottom: 20px;
  font-size: 1.125rem;
}
.subTitle h2 {
  font-size: 2.25rem;
  font-weight: bold;
  margin-bottom: 40px;
}
.subTitle p {
  font-size: 1.125rem;
}

.costtable {
  width: 100%;
  margin-bottom: 6.5rem;
}
.costtable thead th {
  background-color: #31488d;
  color: #fff;
  font-size: 1.125rem;
  padding: 20px 10px;
  box-sizing: border-box;
  vertical-align: middle;
  width: 50%;
  border: 1.5px solid #fff;
}
.costtable thead th#special {
  background-color: #fff;
  border: 0;
  color: #666;
}
.costtable tbody tr th {
  padding: 2px 10px;
  line-height: 50px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  border-left: 0;
}
.costtable tbody tr th label {
  width: 100%;
  position: relative;
  text-align: center;
  display: block;
  cursor: pointer;
}
.costtable tbody tr th label:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.costtable tbody tr th label:after {
  content: "";
  display: none;
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  background-color: #31488d;
  position: absolute;
  left: 42px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .costtable tbody tr th label:before {
    content: "";
    left: 12px;
  }
  .costtable tbody tr th label:after {
    left: 10px;
  }
}
.costtable tbody tr th label.on:after {
  display: block;
}
.costtable tbody tr td {
  padding: 2px 10px;
  line-height: 50px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  border-right: 0;
}

button.orange {
  width: 80%;
  max-width: 400px;
  height: 60px;
  background-color: #ff6d26;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  margin: 0 auto;
  margin-bottom: 6rem;
}

.itemtab {
  width: 100%;
  display: flex;
  margin-bottom: 5rem;
}
.itemtab li {
  width: 50%;
}
.itemtab li a {
  border-bottom: 1px solid #ddd;
  font-size: 1.5rem;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #aaa;
}
.itemtab li a.on {
  border: 1px solid #ddd;
  border-bottom: 0;
  color: #232323;
}

.itemarea .item1 {
  display: flex;
  margin-bottom: 6rem;
}
.itemarea .item1 > div {
  width: 50%;
}
.itemarea .item1 > div.left {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.itemarea .item1 > div.left figure {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.itemarea .item1 > div.left figure:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.itemarea .item1 > div.left figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.itemarea .item1 > div.left figure {
  margin-bottom: 20px;
  overflow: hidden;
  max-width: 500px;
}
.itemarea .item1 > div.left figure img {
  -o-object-fit: contain;
     object-fit: contain;
  background: #f8f8f8;
}
.itemarea .item1 > div.left ul.cons {
  display: flex;
  width: 100%;
  max-width: 500px;
}
.itemarea .item1 > div.left ul.cons li {
  width: 50%;
  height: 80px;
}
.itemarea .item1 > div.left ul.cons li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
  color: #333;
}
.itemarea .item1 > div.left ul.cons li a img {
  margin-right: 20px;
}
.itemarea .item1 > div.left ul.cons2 {
  display: flex;
  width: 100%;
  max-width: 500px;
}
.itemarea .item1 > div.left ul.cons2 li {
  width: calc(33.333% - 6.666px);
  margin-right: 10px;
}
.itemarea .item1 > div.left ul.cons2 li:last-of-type {
  margin-right: 0;
}
.itemarea .item1 > div.right .top {
  display: flex;
  padding: 24px 15px;
  box-sizing: border-box;
  align-items: flex-end;
  border-bottom: 1px solid #ddd;
}
.itemarea .item1 > div.right .top span {
  padding-right: 10px;
}
.itemarea .item1 > div.right .top span b {
  padding-left: 5px;
  color: #ff1b1b;
  font-weight: bold;
  font-size: 1.875rem;
}
.itemarea .item1 > div.right .top h3 {
  font-size: 1.75rem;
}
.itemarea .item1 > div.right .mid {
  padding: 24px 15px;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
}
.itemarea .item1 > div.right .mid ul {
  display: flex;
}
.itemarea .item1 > div.right .mid ul li {
  margin-right: 3px;
  color: #428cb2;
}
.itemarea .item1 > div.right .mid ul li:last-of-type {
  margin-right: 0;
}
.itemarea .item1 > div.right .bot {
  padding: 24px 15px;
  box-sizing: border-box;
}
.itemarea .item1 > div.right .bot b {
  font-size: 1.5rem;
  font-weight: bold;
  display: block;
  margin-bottom: 28px;
}
.itemarea .item1 > div.right .bot .pwrap {
  height: 260px;
  overflow-y: auto;
}
.itemarea .item1 > div.right .bot .pwrap p {
  line-height: 28px;
  font-size: 0.875rem;
  color: #777;
}
.itemarea .item1 > div.right .bot2 {
  padding: 24px 15px;
  box-sizing: border-box;
}
.itemarea .item1 > div.right .bot2 .dfwrap-2 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.itemarea .item1 > div.right .bot2 .dfwrap-2 b {
  font-size: 1.5rem;
  font-weight: bold;
  display: block;
  margin-bottom: 28px;
}
.itemarea .item1 > div.right .bot2 .dfwrap-2 span {
  font-size: 0.875rem;
  display: block;
  margin-bottom: 20px;
  color: #aaa;
}
.itemarea .item1 > div.right .bot2 .pwrap {
  height: 260px;
  border-top: 1px solid #ddd;
  overflow-y: auto;
  padding-top: 24px;
  box-sizing: border-box;
}
.itemarea .item1 > div.right .bot2 .pwrap p {
  line-height: 28px;
  font-size: 0.875rem;
  color: #777;
}
.itemarea .item1.item2 > div.left figure {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.itemarea .item1.item2 > div.left figure:after {
  content: "";
  display: block;
  padding-bottom: 64%;
}
.itemarea .item1.item2 > div.left figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.reserve .reserve-tit {
  text-align: center;
  margin-bottom: 40px;
}
.reserve .reserve-tit h3 {
  font-size: 2.125rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.reserve .reserve-tit p {
  color: #888;
}
.reserve .reserve-cont {
  margin-bottom: 4rem;
}
.reserve .reserve-cont .rc-btn {
  background-color: #f8f8f8;
  display: flex;
  padding: 0 20px;
  padding-top: 20px;
}
.reserve .reserve-cont .rc-btn li {
  width: 14.2857142857%;
  text-align: center;
}
.reserve .reserve-cont .rc-btn li a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
  color: #aaa;
}
.reserve .reserve-cont .rc-btn li a.on {
  color: #ff6d26;
  border-bottom: 3px solid #ff6d26;
}
.reserve .reserve-cont .rc-target {
  padding: 60px 40px;
  box-sizing: border-box;
  background-color: #f8f8f8;
  width: 100%;
}
.reserve .reserve-cont .rc-target > li {
  display: none;
}
.reserve .reserve-cont .rc-target > li.on {
  display: block;
}
.reserve .reserve-cont .rc-target > li ul {
  display: flex;
}
.reserve .reserve-cont .rc-target > li ul li {
  width: 20%;
  margin-right: 20px;
}
.reserve .reserve-cont .rc-target > li ul li a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 1.125rem;
}
.reserve .reserve-cont .rc-target > li ul li a.on {
  background-color: #666;
  color: #fff;
}
.reserve .reserve-cont .rc-target > li ul li:last-of-type {
  margin-right: 0;
}

@media (max-width: 768px) {
  .itemtab {
    margin-bottom: 0rem;
  }
  .itemtab li a {
    font-size: 1.25rem;
    height: 54px;
  }
  .itemarea .item1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 3rem;
  }
  .itemarea .item1 > div {
    width: 100%;
  }
  .itemarea .item1 > div.left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .itemarea .item1 > div.left figure {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .itemarea .item1 > div.left figure:after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
  .itemarea .item1 > div.left figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
  }
  .itemarea .item1 > div.left figure {
    margin-bottom: 20px;
    overflow: hidden;
    max-width: 500px;
  }
  .itemarea .item1 > div.left ul.cons {
    display: flex;
    width: 100%;
    max-width: 500px;
  }
  .itemarea .item1 > div.left ul.cons li {
    width: 50%;
    height: 80px;
  }
  .itemarea .item1 > div.left ul.cons li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #f8f8f8;
    color: #333;
  }
  .itemarea .item1 > div.left ul.cons li a img {
    margin-right: 20px;
  }
  .itemarea .item1 > div.left ul.cons2 {
    display: flex;
    width: 100%;
    max-width: 500px;
  }
  .itemarea .item1 > div.left ul.cons2 li {
    width: calc(33.333% - 6.666px);
    margin-right: 10px;
  }
  .itemarea .item1 > div.left ul.cons2 li:last-of-type {
    margin-right: 0;
  }
  .itemarea .item1 > div.right .top {
    display: flex;
    padding: 24px 15px;
    box-sizing: border-box;
    align-items: flex-end;
    border-bottom: 1px solid #ddd;
  }
  .itemarea .item1 > div.right .top span {
    padding-right: 10px;
  }
  .itemarea .item1 > div.right .top span b {
    padding-left: 5px;
    color: #ff1b1b;
    font-weight: bold;
    font-size: 1.875rem;
  }
  .itemarea .item1 > div.right .top h3 {
    font-size: 1.75rem;
  }
  .itemarea .item1 > div.right .mid {
    padding: 24px 15px;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
  }
  .itemarea .item1 > div.right .mid ul {
    display: flex;
  }
  .itemarea .item1 > div.right .mid ul li {
    margin-right: 3px;
    color: #428cb2;
  }
  .itemarea .item1 > div.right .mid ul li:last-of-type {
    margin-right: 0;
  }
  .itemarea .item1 > div.right .bot {
    padding: 24px 15px;
    box-sizing: border-box;
  }
  .itemarea .item1 > div.right .bot b {
    font-size: 1.25rem;
    line-height: 28px;
    font-weight: bold;
    display: block;
    margin-bottom: 28px;
  }
  .itemarea .item1 > div.right .bot .pwrap {
    height: 260px;
    overflow-y: auto;
  }
  .itemarea .item1 > div.right .bot .pwrap p {
    line-height: 28px;
    font-size: 0.875rem;
    color: #777;
  }
  .itemarea .item1 > div.right .bot2 {
    padding: 24px 15px;
    box-sizing: border-box;
  }
  .itemarea .item1 > div.right .bot2 .dfwrap-2 {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .itemarea .item1 > div.right .bot2 .dfwrap-2 b {
    font-size: 1.25rem;
    line-height: 28px;
    font-weight: bold;
    display: block;
    margin-bottom: 28px;
  }
  .itemarea .item1 > div.right .bot2 .dfwrap-2 span {
    font-size: 0.875rem;
    display: block;
    margin-bottom: 20px;
    color: #aaa;
    white-space: nowrap;
  }
  .itemarea .item1 > div.right .bot2 .pwrap {
    height: 260px;
    border-top: 1px solid #ddd;
    overflow-y: auto;
    padding-top: 24px;
    box-sizing: border-box;
  }
  .itemarea .item1 > div.right .bot2 .pwrap p {
    line-height: 28px;
    font-size: 0.875rem;
    color: #777;
  }
  .itemarea .item1.item2 > div.left figure {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .itemarea .item1.item2 > div.left figure:after {
    content: "";
    display: block;
    padding-bottom: 64%;
  }
  .itemarea .item1.item2 > div.left figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
  }
  .reserve .reserve-tit {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .reserve .reserve-tit h3 {
    font-size: 1.5rem;
    margin-bottom: 12px;
  }
  .reserve .reserve-cont {
    margin-bottom: 2rem;
  }
  .reserve .reserve-cont .rc-btn {
    background-color: #f8f8f8;
    display: flex;
    padding: 0 10px;
    padding-top: 20px;
  }
  .reserve .reserve-cont .rc-btn li {
    width: 14.2857142857%;
    text-align: center;
  }
  .reserve .reserve-cont .rc-btn li a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
    color: #aaa;
  }
  .reserve .reserve-cont .rc-btn li a.on {
    color: #ff6d26;
    border-bottom: 3px solid #ff6d26;
  }
  .reserve .reserve-cont .rc-target {
    padding: 30px 20px;
    box-sizing: border-box;
    background-color: #f8f8f8;
    width: 100%;
  }
  .reserve .reserve-cont .rc-target > li {
    display: none;
  }
  .reserve .reserve-cont .rc-target > li.on {
    display: block;
  }
  .reserve .reserve-cont .rc-target > li ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .reserve .reserve-cont .rc-target > li ul li {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 4px;
  }
  .reserve .reserve-cont .rc-target > li ul li a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 1.125rem;
  }
  .reserve .reserve-cont .rc-target > li ul li a.on {
    background-color: #666;
    color: #fff;
  }
  .reserve .reserve-cont .rc-target > li ul li:last-of-type {
    margin-right: 0;
  }
}
.pager {
  margin-bottom: 6rem;
  display: flex;
  justify-content: center;
}
.pager ul {
  display: flex;
  align-items: center;
}
.pager ul li {
  margin-right: 5px;
  width: 24px;
  height: 24px;
}
.pager ul li.on a {
  color: #ff6d26;
}
.pager ul li.arrow {
  width: 24px;
  background: none !important;
}
.pager ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #232323;
}
.pager ul li:last-of-type {
  margin-right: 0;
}
.pager ul li .next1 {
  transform: rotateZ(180deg);
}

.review-cont {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.review-cont .rv-btnwrap {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 16px;
}
.review-cont .rv-btnwrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff6d26;
  color: #fff;
  font-size: 0.875rem;
  width: 110px;
  height: 30px;
}
.review-cont .rv-contents {
  width: 100%;
}
.review-cont .rv-contents dt {
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 20px;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.review-cont .rv-contents dt .top {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.review-cont .rv-contents dt .top b {
  font-weight: bold;
  margin-right: 20px;
}
.review-cont .rv-contents dt .top .st-point {
  margin-right: 6px;
}
.review-cont .rv-contents dt .top span {
  font-size: 0.75rem;
  color: #aaa;
}
.review-cont .rv-contents dt .content {
  line-height: 24px;
  font-size: 0.875rem;
}
.review-cont .rv-contents dt .content > span {
  color: #aaa;
  position: absolute;
  right: 20px;
  bottom: 0;
}
.review-cont .rv-contents dd {
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 20px;
  position: relative;
  margin-left: 40px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.review-cont .rv-contents dd:after {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  background: url("/img/lLL.png") no-repeat;
  position: absolute;
  top: 0;
  left: -20px;
}
.review-cont .rv-contents dd .top {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.review-cont .rv-contents dd .top b {
  font-weight: bold;
  margin-right: 20px;
  color: #ff6d26;
}
.review-cont .rv-contents dd .content {
  line-height: 24px;
  font-size: 0.875rem;
}
.review-cont .rv-contents dd .content > span {
  color: #aaa;
  position: absolute;
  right: 20px;
  bottom: 0;
}

.rvinput {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 20px;
  margin-bottom: 40px;
  display: none;
}
.rvinput > ul {
  width: 62px;
  padding-bottom: 20px;
  height: 10px;
  display: flex;
  background: url("/img/star0.png") no-repeat 0 0;
}
.rvinput > ul li {
  width: 20%;
  height: 10px;
}
.rvinput > ul li a {
  width: 100%;
  height: 100%;
  display: block;
}
.rvinput textarea {
  width: 100%;
  border: 0;
  border-top: 1px solid #ddd;
  resize: none;
  box-sizing: border-box;
  padding: 10px 20px;
}
.rvinput button {
  background-color: #ff6d26;
  width: 110px;
  height: 30px;
  color: #fff;
  font-size: 0.875rem;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
}

button {
  cursor: pointer;
}

ul.pro {
  display: flex;
  margin: 20px 0 0;
}
ul.pro li:first-of-type {
  margin-right: 5px;
}
ul.pro a {
  width: 50px;
  height: 30px;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f8f8f8;
  box-sizing: border-box;
  border: 1px solid #ddd;
}

@media (max-width: 768px) {
  .costtable tbody tr th label:after {
    left: 14px;
  }
}
.itemarea .item1 > div.right .bot .pwrap {
  height: auto;
  overflow-y: unset;
}/*# sourceMappingURL=sub.css.map */