@charset "UTF-8";

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  line-height: 1.6;
  font-size: 62.5%;
  color: #161b33;
  min-width: 970px;
}

@media (max-width: 767px) {
  html {
    font-size: calc(45% + 0.5vw);
    min-width: 0;
  }
}

body {
  font-size: 1.3rem;
  min-width: 970px;
}

@media (max-width: 767px) {
  body {
    /* font-size: 3.125vw; */
    min-width: 0;
  }
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  transition: all 0.3s;
  /* opacity: 0.6; */
}

/* border-box */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.btn1:after {
  line-height: 40px !important;
}

@media only screen and (max-width: 738px) {
  .btn1:after {
    line-height: 40px !important;
  }
}

#page {
  position: relative;
}

#overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0b0e1e;
  opacity: 0.5;
  z-index: 2;
}

.l_inner {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0px auto 20px;
  padding: 20px;
  background-color: #e5ecec;
}

@media (max-width: 767px) {
  .l_inner {
    width: 100%;
    margin-top: 10px;
  }
}


#w_gallery_list {
  /* margin-top: 60px; */
  /* padding-top: 60px; */
  position: relative;
  top: 130px;
}


.l_pageContent {
  background-color: #ecebf6;
}

.l_pageBlock {
  width: 1060px;
  margin: 0 auto;
  padding: 50px;
  background-color: #fff;
}

@media (max-width: 767px) {
  .l_pageBlock {
    width: 100%;
    padding: 20px 10px 60px 10px;
  }
}

.bx-wrapper {
  margin-bottom: 0;
}

.bx-wrapper .bx-pager {
  padding: 0;
  bottom: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #fff;
  border-radius: 10px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #a196a5;
}

.flexslider {
  background-color: #fff !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}

@media (max-width: 767px) {
  .flexslider {
    margin-bottom: 20px;
  }
}

.flexslider .slides>li {
  height: 360px !important;
  text-align: center;
  overflow: hidden;
}

@media (max-width: 767px) {
  .flexslider .slides>li {
    height: 240px !important;
  }
}

.flexslider .slides>li a {
  display: block;
  position: relative;
  height: 100%;
}

.flexslider .slides>li img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  height: 100%;
  max-width: initial !important;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -50px 0 0 !important;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  /* text-shadow: 1px 1px 0 rgba(255,255,255,0.3); */
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  background-color: #fff;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 20px !important;
  padding: 10px;
  line-height: 1;
  display: inline-block;
  content: '\f001';
}

.flex-direction-nav .flex-prev {
  left: 0 !important;
}

.flex-direction-nav .flex-next {
  right: 0 !important;
}

.select {
  width: 67px;
  height: 30px;
  padding: 0 20px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 28px;
  border: 1px solid #cbc6cf;
  border-radius: 5px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/bg_select.png) no-repeat;
  background-position: calc(100% + 1px) -1px;
}

.select::-ms-expand {
  display: none;
}

.select02 {
  width: 130px;
  height: 30px;
  padding: 0 20px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 28px;
  border: 1px solid #cbc6cf;
  border-radius: 5px;
  background: url(../images/bg_select02.png) no-repeat;
  background-position: calc(100% - 8px) 50%;
  background-size: 10px auto;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select02::-ms-expand {
  display: none;
}

@media (max-width: 767px) {
  .select02 {
    font-size: 1.6rem;
  }
}

input[type=radio],
input[type=checkbox] {
  display: none;
}

.radio,
.checkbox {
  position: relative;
  display: inline-block;
  padding: 0 0 0 20px;
  vertical-align: middle;
  cursor: pointer;
}

.radio::before {
  position: absolute;
  top: 50%;
  left: 0px;
  display: block;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background-color: #fff;
  border: 1px solid #cbc6cf;
  border-radius: 50%;
  content: '';
}

.radio::after {
  position: absolute;
  top: 50%;
  left: 5px;
  display: block;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  content: '';
  opacity: 0;
}

input[type="radio"]:checked+.radio::before {
  border: 1px solid #479ffb;
  background-color: #479ffb;
}

input[type="radio"]:checked+.radio::after {
  opacity: 1;
}

.checkbox::before {
  position: absolute;
  top: 50%;
  left: 0px;
  display: block;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background-color: #fff;
  border: 1px solid #cbc6cf;
  border-radius: 3px;
  content: '';
}

.checkbox::after {
  position: absolute;
  top: 50%;
  left: 5px;
  display: block;
  margin-top: -5px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #479ffb;
  border-bottom: 3px solid #479ffb;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

input[type=checkbox]:checked+.checkbox::after {
  opacity: 1;
}

.checkbox02 {
  display: inline-block;
  width: 135px;
  padding: 3px;
  font-size: 1.4rem;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #cbc6cf;
  border-radius: 5px;
  cursor: pointer;
}

.checkbox02:hover,
input[type=checkbox]:checked+.checkbox02 {
  color: #fff;
  background-color: #161b33;
  border-color: #161b33;
}

@media (max-width: 767px) {
  .checkbox02:hover {
    color: inherit;
    background-color: #fff;
    border-color: #cbc6cf;
  }
}

.textbox {
  height: 30px;
  padding: 0 20px;
  font-size: 1.4rem;
  line-height: 28px;
  border: 1px solid #cbc6cf;
  border-radius: 5px;
  outline: none;
}

.textarea {
  padding: 5px 20px;
  font-size: 14px;
  border: 1px solid #cbc6cf;
  border-radius: 5px;
  outline: none;
}

.wp_content p {
  margin-bottom: 1.5em;
}

.wp_content .alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.wp_content .alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.wp_content .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp_content ul,
.wp_content ol {
  margin: 0 0 1.5em;
  padding: 0;
}

.wp_content ul {
  list-style: disc;
  list-style-position: inside;
}

.wp_content ol {
  list-style: decimal;
  list-style-position: inside;
}

.wp_content li>ul,
.wp_content li>ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

.btn_more a {
  display: inline-block;
  width: 110px;
  height: 25px;
  font-size: 1.0rem;
  text-align: center;
  line-height: 21px;
  border: 1px solid #0d0d1d;
}

.btn_more a::before {
  display: inline-block;
  width: 6px;
  height: 12px;
  margin: 0 8px 0 0;
  vertical-align: middle;
  background: url(../images/icon_arrow_01.png) no-repeat;
  content: '';
}

.pagerList {
  margin: 30px 0 0 0;
  text-align: center;
  letter-spacing: -1em;
}

.pagerList span,
.pagerList a {
  display: inline-block;
  margin: 0 4px;
  padding: 3px 10px;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: normal;
  border: 1px solid #000;
}

.pagerList .current {
  color: #fff;
  background-color: #063979;
}

.pagerList .prev {
  margin-right: 10px;
  font-family: "Sawarabi Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.pagerList .prev::before {
  display: inline-block;
  width: 6px;
  height: 12px;
  margin: 0 10px 3px 0;
  background: url(../images/icon_arrow_01.png) no-repeat left center;
  vertical-align: middle;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  content: '';
}

.pagerList .next {
  margin-left: 10px;
  font-family: "Sawarabi Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.pagerList .next::after {
  display: inline-block;
  width: 6px;
  height: 12px;
  margin: 0 0 3px 10px;
  background: url(../images/icon_arrow_01.png) no-repeat left center;
  vertical-align: middle;
  content: '';
}

.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 720px;
  margin: 0 0 0 0;
  padding: 50px 25px 45px 25px;
  text-align: center;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9999;
}

.modal__message {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 25px;
  text-align: left;
}

.modal__message::before {
  display: inline-block;
  width: 76px;
  height: 76px;
  margin: 0 10px 0 0;
  vertical-align: middle;
  background: url(../images/logo_caution02.png) no-repeat left center/100% auto;
  content: '';
}

.modal__buttons {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}

.modal__button {
  margin: 0 5px;
}

.modal__button a {
  display: block;
}

.modal__button-yes a {
  background-color: #161b33;
}

.modal__button-no a {
  background-color: #a69cac;
}

.modal .emergency-message {
  margin-top: 35px;
  padding: 22px 0 0 0;
  border-top: 2px solid #cbc6cf;
}

.modal .emergency-message .title {
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

.modal .emergency-message .text {
  margin-bottom: 25px;
  padding: 0 52px;
  text-align: left;
}

.modal .emergency-message .flex {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 0 45px;
}

.modal .emergency-message .flex dl {
  width: calc(100% - 230px);
  text-align: left;
}

.modal .emergency-message .flex dl dd {
  margin-bottom: 0.3em;
  padding-left: 1.5em;
  text-indent: -1em;
}

.modal .emergency-message .flex img {
  width: 175px;
  height: auto;
}

@media (max-width: 767px) {
  .modal {
    top: 50%;
    left: 50%;
    width: 90%;
    max-height: 80%;
    margin: 0;
    padding: 3.125vw;
    overflow-y: scroll;
  }

  .modal__message {
    margin-bottom: 15px;
  }

  .modal__message::before {
    width: 38px;
    height: 38px;
  }

  .modal__button {
    width: 47%;
    margin: 0 1%;
  }

  .modal__button a {
    width: 100% !important;
    margin: 0 !important;
  }

  .modal .emergency-message {
    margin-top: 1em;
    padding: 1em 0 1em 0;
  }

  .modal .emergency-message .title {
    font-size: calc(24 / 750 * 100vw);
    margin-bottom: 1em;
  }

  .modal .emergency-message .text {
    margin-bottom: 1em;
    padding: 0 3.125vw;
    font-size: calc(20 / 750 * 100vw);
  }

  .modal .emergency-message .flex {
    display: block;
    padding: 0 3.125vw;
    font-size: calc(20 / 750 * 100vw);
    text-align: center;
  }

  .modal .emergency-message .flex dl {
    width: 100%;
  }

  .modal .emergency-message .flex img {
    margin-top: 1em;
    width: 40%;
    height: auto;
  }
}

.modal__button a {
  width: 150px;
  height: 40px;
  font-size: 1.6rem;
  color: #fff;
  line-height: 40px;
  border: none;
  outline: none;
  cursor: pointer;
}

.modal__button a::before {
  display: inline-block;
  width: 6px;
  height: 12px;
  margin-right: 5px;
  background: url(../images/icon_arrow_02.png) no-repeat left center;
  content: '';
}

.modal__button a:hover {
  transition: all 0.3s;
  opacity: 0.6;
}

.pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: none;
  z-index: 99;
}

@media (max-width: 767px) {
  .pagetop {
    display: none !important;
    right: 10px;
    width: 50px;
  }
}

.footer {
  border-top: 1px solid #dbd8de;
}

.footer__inner {
  width: 950px;
  margin: 0 auto;
}

.footer__navi {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 15px 0;
  font-size: 1.0rem;
  border-bottom: 1px solid #e7e7e8;
}

.footer__navi li {
  padding: 0 15px;
  line-height: 1;
  border-right: 1px solid #333;
}

.footer__navi li:first-child {
  border-left: 1px solid #333;
}

.footer__box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 20px 0;
}

.footer__author {
  font-size: 1.8rem;
  text-align: left;
}

.footer__copyright {
  color: #888;
  font-size: .9rem;
}

.footer__caution {
  padding: 5px 0 5px 50px;
  font-size: 1.0rem;
  background: url(../images/logo_caution.png) no-repeat left center;
}

@media (max-width: 767px) {
  .footer__inner {
    width: auto;
  }

  .footer__navi {
    flex-wrap: wrap;
    padding: 0;
    font-size: 3.125vw;
    border-bottom: 1px solid #e7e7e8;
  }

  .footer__navi li {
    width: 50%;
    padding: 0;
    text-align: center;
    border-right: 1px solid #e7e7e8;
  }

  .footer__navi li a {
    display: block;
    padding: 15px 0;
  }

  .footer__navi li:first-child {
    border-left: none;
  }

  .footer__navi li:nth-child(2n) {
    border-right: none;
  }

  .footer__navi li:nth-child(n + 3) {
    border-top: 1px solid #e7e7e8;
  }

  .footer__box {
    display: block;
    padding: 0;
  }

  .footer__siteInfo {
    padding: 15px 0;
  }

  .footer__author {
    font-size: 4.6875vw;
    text-align: center;
  }

  .footer__copyright {
    font-size: 2.1875vw;
    text-align: center;
  }

  .footer__caution {
    padding: 15px 3.125vw;
    font-size: 2.1875vw;
    background-color: #fafafa;
    background-image: none;
    border-top: 1px solid #e7e7e8;
    text-align: center;
  }

  .footer__caution>p::before {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: middle;
    background: url(../images/logo_caution.png) no-repeat left center/cover;
    content: '';
  }
}

/* Pages */
.index {
  text-align: center;
}

.indexSlider__list li {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 500px;
  background: center / cover no-repeat;
}

.indexSlider__list a {
  display: block;
  height: 100%;
}

.indexSlider__list img {
  display: none;
}

@media (max-width: 767px) {
  .indexSlider__list li {
    height: auto;
    background: none;
  }

  .indexSlider__list img {
    display: block;
  }
}

.indexHotelList__content {
  padding: 12px 0;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.indexHotelList__content p {
  position: relative;
  width: 127px;
  margin: 8px 0 0 10px;
  color: #161b33;
  font-size: 1.3rem;
  line-height: 1.1;
}

.indexHotelList__content p:nth-child(7n + 1) {
  margin-left: 0;
}

.indexHotelList__content p:nth-child(-n + 7) {
  margin-top: 0;
}

.indexHotelList__content a {
  display: block;
  font-weight: bold;
}

.indexHotelList__content a:hover {
  opacity: 1;
}

.indexHotelList__content span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.indexHotelList__content img {
  width: 100%;
}

.indexHotelList__content img:hover {
  transition: all 0.3s;
  opacity: 0.2;
}

@media (max-width: 767px) {
  .indexHotelList__title {
    position: relative;
    padding: 10px 0;
    color: #fff;
    font-size: 5.3125vw;
    text-align: center;
    background-color: #161b33;
  }

  .indexHotelList__title i {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 42px;
    height: 100%;
    background-color: #4652a1;
  }

  .indexHotelList__title i::before {
    position: absolute;
    top: calc(50% - 1px);
    right: 15px;
    width: 12px;
    height: 2px;
    background-color: #fff;
    content: '';
    z-index: 2;
  }

  .indexHotelList__title i::after {
    position: absolute;
    top: calc(50% - 6px);
    right: 20px;
    width: 2px;
    height: 12px;
    background-color: #fff;
    content: '';
    z-index: 2;
  }

  .indexHotelList__title.is-open i::after {
    display: none;
  }

  .indexHotelList__content {
    padding: 10px 3.125vw;
  }

  .indexHotelList__content p {
    width: 48%;
    margin: 10px 0 0 4%;
    color: #161b33;
    font-size: 3.125vw;
  }

  .indexHotelList__content p:nth-child(7n + 1) {
    margin-left: 4%;
  }

  .indexHotelList__content p:nth-child(-n + 7) {
    margin-top: 10px;
  }

  .indexHotelList__content p:nth-child(2n + 1) {
    margin-left: 0;
  }

  .indexHotelList__content p:nth-child(-n + 2) {
    margin-top: 0;
  }
}

.indexSearch {
  padding: 43px 0 60px 0;
  background: url(../images/bg_search.jpg) no-repeat center top/cover;
}

.indexSearch__title {
  margin: 0 0 25px 0;
  font-size: 2.6rem;
}

.indexSearch__box {
  margin-bottom: 40px;
  padding: 25px 30px;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.8);
}

.indexSearch__box_flex {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.indexSearch__box_title {
  margin: 0 0 10px 0;
  color: #4652a1;
  font-size: 1.6rem;
  font-weight: bold;
}

.indexSearch__box_title::before {
  content: '◇';
  font-size: 1.4rem;
}

.indexSearch__box_title span {
  display: inline-block;
  padding-left: 15px;
  color: #161b33;
  font-size: 1.3rem;
  font-weight: normal;
}

.indexSearch__box_subtitle {
  color: #4652a1;
  font-size: 1.4rem;
}

.indexSearch__item {
  position: relative;
  padding: 0 1em;
}

.indexSearch__area {
  margin-bottom: 20px;
}

.indexSearch__system {
  margin: 0 0 20px 0;
}

.indexSearch__system .indexSearch__item {
  margin-left: -3px;
}

.indexSearch__system span {
  padding: 0 0 0 3px;
}

.indexSearch__system label {
  font-size: 1.3rem;
}

.indexSearch__service span {
  display: inline-block;
  margin-bottom: 5px;
}

.indexSearch__service span label {
  font-size: 1.3rem;
}

.indexSearch__price {
  display: -webkit-flex;
  display: flex;
}

.indexSearch__price_rest,
.indexSearch__price_stay {
  width: 50%;
}

.indexSearch__amenities {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 0 -3px;
}

.indexSearch__multibox {
  display: none;
  position: relative;
  height: 36px;
  padding: 0 40px 0 10px;
  font-size: 1.4rem;
  text-align: left;
  line-height: 34px;
  background-color: #fff;
  border: 1px solid #cbc6cf;
  border-radius: 5px;
  cursor: pointer;
}

.indexSearch__multibox::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 34px;
  background-color: #cbc6cf;
  border-radius: 0 5px 5px 0;
  content: '';
}

.indexSearch__multibox span {
  position: relative;
  display: block;
}

.indexSearch__multibox span::before {
  position: absolute;
  top: calc(50% - 1px);
  right: -27px;
  width: 12px;
  height: 2px;
  background-color: #fff;
  content: '';
  z-index: 2;
}

.indexSearch__multibox span::after {
  position: absolute;
  top: calc(50% - 6px);
  right: -22px;
  width: 2px;
  height: 12px;
  background-color: #fff;
  content: '';
  z-index: 2;
}

.indexSearch__multibox.is-open span::after {
  display: none;
}

.indexSearch__multiboxItem {
  padding: 10px 17px 20px 17px;

  background-color: #fff;
  border: 1px solid #cbc6cf;
  border-radius: 0 0 5px 5px;
  z-index: 5;
}

.indexSearch__multiboxItem span {
  display: inline-block;
  padding: 0 0 5px 3px;
}

.indexSearch__multiboxItem span:nth-child(5n + 1) {
  margin-left: 0;
}

.indexSearch__multiboxItem span label {
  width: 163px;
  font-size: 1.2rem;
}

.indexSearch__etc {
  margin-top: 10px;
  padding: 0 10px;
  font-size: 1.2rem;
  /*word-break: keep-all;*/
}

.indexSearch__button {
  width: 305px;
  height: 40px;
  font-size: 1.6rem;
  background-color: #fff;
  border: none;
  cursor: pointer;
  outline: none;
}

.indexSearch__button::before {
  display: inline-block;
  width: 6px;
  height: 12px;
  margin: 0 10px 3px 0;
  background: url(../images/icon_arrow_01.png) no-repeat left center;
  vertical-align: middle;
  content: '';
}

.indexSearch__button:hover {
  color: #fff;
  background-color: #161b33;
}

.indexSearch__button:hover::before {
  background-image: url(../images/icon_arrow_02.png);
}

@media (max-width: 767px) {
  .indexSearch {
    padding: 20px 3.125vw;
  }

  .indexSearch__title {
    font-size: 5.625vw;
    margin: 0 0 15px 0;
  }

  .indexSearch__box {
    margin-bottom: 20px;
    padding: 15px 3.125vw;
  }

  .indexSearch__box_flex {
    display: block;
  }

  .indexSearch__box_title {
    margin: 0 0 10px 0;
    font-size: 3.75vw;
  }

  .indexSearch__box_title::before {
    font-size: 3.4375vw;
  }

  .indexSearch__box_title span {
    font-size: 3.125vw;
  }

  .indexSearch__box_subtitle {
    font-size: 3.4375vw;
  }

  .indexSearch__item {
    padding: 0;
  }

  .indexSearch__area .indexSearch__itemList {
    display: -webkit-flex;
    display: flex;
  }

  .indexSearch__area span {
    width: 32%;
    margin: 0 0 0 2%;
    letter-spacing: -1em;
  }

  .indexSearch__area span:first-of-type {
    margin: 0;
  }

  .indexSearch__area label {
    width: 100%;
    font-size: 3.125vw;
    letter-spacing: normal;
  }

  .indexSearch__system {
    margin: 15px 0 0 0;
    padding: 15px 0;
    border-top: 1px dotted #cbc6cf;
    border-bottom: 1px dotted #cbc6cf;
  }

  .indexSearch__system .indexSearch__item {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-left: -2%;
  }

  .indexSearch__system span {
    width: 49%;
    padding: 5px 0 0 2%;
    letter-spacing: -1em;
  }

  .indexSearch__system span:nth-child(-n + 2) {
    margin-top: 0;
  }

  .indexSearch__system label {
    width: 100%;
    font-size: 3.125vw;
    letter-spacing: normal;
  }

  .indexSearch__service {
    padding: 15px 0;
    border-bottom: 1px dotted #cbc6cf;
  }

  .indexSearch__service .indexSearch__item {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }

  .indexSearch__service span {
    width: 49%;
    margin: 5px 0 0 2%;
    letter-spacing: -1em;
  }

  .indexSearch__service span:nth-child(2n+1) {
    margin-left: 0;
  }

  .indexSearch__service span:nth-child(-n + 2) {
    margin-top: 0;
  }

  .indexSearch__service span label {
    width: 100%;
    font-size: 3.125vw;
    letter-spacing: normal;
  }

  .indexSearch__price {
    display: block;
  }

  .indexSearch__price_rest,
  .indexSearch__price_stay {
    width: 100%;
  }

  .indexSearch__price_rest {
    margin-bottom: 5px;
  }

  .indexSearch__multibox {
    font-size: 3.125vw;
  }

  .indexSearch__multiboxItem {
    left: 0;
    width: 100%;
    padding: 10px 2.34375vw;
  }

  .indexSearch__multiboxItem span {
    width: 49%;
    padding: 0 0 5px 2%;
  }

  .indexSearch__multiboxItem span label {
    width: 100%;
    font-size: spfs(16);
  }

  .indexSearch__etc {
    font-size: 2.8125vw;
  }
}

.indexBanner {
  padding: 35px 0;
}

.indexBanner__list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
}

.indexBanner__list li {
  margin: 10px 0 0 10px;
}

.indexBanner__list li:nth-child(-n + 3) {
  margin-top: 0;
}

.indexBanner__list li:nth-child(3n + 1) {
  margin-left: 0;
}

@media (max-width: 767px) {
  .indexBanner {
    padding: 15px 3.125vw;
  }

  .indexBanner__list li {
    width: 49%;
    margin: 10px 0 0 2%;
  }

  .indexBanner__list li:nth-child(-n + 2) {
    margin-top: 0;
  }

  .indexBanner__list li:nth-child(3n + 1) {
    margin-left: 2%;
  }

  .indexBanner__list li:nth-child(2n + 1) {
    margin-left: 0;
  }

  .indexBanner__list li:nth-child(3) {
    margin-top: 10px;
  }
}

.indexNews {
  padding: 40px 0 60px 0;
  background-color: #f2f0f3;
  border-top: 1px solid #dbd8de;
}

.indexNews__title {
  margin: 0 0 30px 0;
  font-size: 2.8rem;
}

.indexNews__title span {
  font-size: 2.2rem;
}

.indexNews__box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.indexNews__left {
  width: 455px;
}

.indexNews__right {
  width: 455px;
  height: 412px;
}

.indexNews__list {
  height: 370px;
  background-color: #fff;
  overflow-y: scroll;
  border-bottom: 1px solid #f2f0f3;
}

.indexNews__listItem {
  border-top: 1px solid #f2f0f3;
  text-align: left;
}

.indexNews__listItem:first-child {
  border-top: none;
}

.indexNews__listItem a {
  display: block;
  padding: 20px;
}

.indexNews__listItem_author {
  font-size: 1.1rem;
}

.indexNews__listItem_text {
  font-size: 1.3rem;
}

.indexNews__listItem_date {
  display: inline-block;
  margin-right: 15px;
}

.indexNews__link {
  margin: 13px 0 0 0;
  text-align: center;
}

.indexNews__link a {
  width: 160px;
  height: 30px;
  font-size: 1.2rem;
  line-height: 26px;
}

.indexNews__link a::before {
  margin: 0px 20px 0 0;
}

@media (max-width: 767px) {
  .indexNews {
    padding: 20px 3.125vw;
  }

  .indexNews__title {
    margin: 0 0 15px 0;
    font-size: 5.625vw;
  }

  .indexNews__title span {
    font-size: 4.6875vw;
  }

  .indexNews__box {
    display: block;
  }

  .indexNews__left {
    width: 100%;
    padding: 0 3.125vw 20px 3.125vw;
    border-bottom: 1px solid #dbd8de;
  }

  .indexNews__right {
    width: 100%;
    height: auto;
    padding: 20px 3.125vw 0 3.125vw;
  }

  .indexNews__list {
    height: 400px;
  }

  .indexNews__listItem a {
    display: block;
    padding: 10px;
  }

  .indexNews__listItem_author {
    font-size: 2.8125vw;
  }

  .indexNews__listItem_text {
    font-size: 3.4375vw;
  }

  .indexNews__listItem_date {
    margin-right: 1em;
  }

  .indexNews__link {
    margin: 20px 0 0 0;
  }

  .indexNews__link a {
    width: 80%;
    font-size: 3.75vw;
  }

  .indexNews__link a::before {
    margin-right: 1em;
  }
}

.newsArchive {
  padding: 30px 0 40px 0;
}

.newsArchive__title {
  margin: 0 0 40px 0;
  font-size: 2.8rem;
  text-align: center;
}

@media (max-width: 767px) {
  .newsArchive {
    padding: 20px 3.125vw;
  }

  .newsArchive__title {
    margin: 0 0 20px 0;
    font-size: 5.625vw;
  }
}

.newsSingle {
  padding: 30px 0 40px 0;
}

.newsSingle__inner {
  padding: 40px 45px;
  background-color: #fff;
}

.newsSingle__title {
  margin: 0 0 20px 0;
  font-size: 2.0rem;
}

.newsSingle__author {
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #DBD8DE;
}

@media (max-width: 767px) {
  .newsSingle {
    padding: 20px 3.125vw;
  }

  .newsSingle__inner {
    padding: 20px 3.125vw;
  }

  .newsSingle__title {
    margin: 0 0 10px 0;
    font-size: 4.0625vw;
  }

  .newsSingle__author {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}

.hotelTitle {
  position: relative;
  height: 160px;
  color: #fff;
  background-color: #01377b;
  background-position: center;
  background-size: cover;
}

.hotelTitle::before {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% - 340px);
  height: 100%;
  background-color: #01377b;
  opacity: 0.8;
  content: '';
}

.hotelTitle::after {
  position: absolute;
  top: 0;
  left: calc(50% - 340px);
  border-right: 30px solid transparent;
  border-left: 30px solid #01377b;
  border-bottom: 160px solid #01377b;
  opacity: 0.8;
  content: '';
}

.hotelTitle__inner {
  position: relative;
  height: 100%;
}

.hotelTitle__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 3.2rem;
}

.hotelTitle__logo {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 80px;
}

.hotelTitle-main {
  height: 280px;
}

.hotelTitle-main::before,
.hotelTitle-main::after {
  display: none;
}

.hotelTitle-main .hotelTitle__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

.hotelTitle-color_blue {
  background-color: #01377b;
}

.hotelTitle-color_blue::before {
  background-color: #01377b;
}

.hotelTitle-color_blue::after {
  border-left: 30px solid #01377b;
  border-bottom: 160px solid #01377b;
}

.hotelTitle-color_brown {
  background-color: #3d2e18;
}

.hotelTitle-color_brown::before {
  background-color: #3d2e18;
}

.hotelTitle-color_brown::after {
  border-left: 30px solid #3d2e18;
  border-bottom: 160px solid #3d2e18;
}

.hotelTitle-color_pink {
  background-color: #bb3b5f;
}

.hotelTitle-color_pink::before {
  background-color: #bb3b5f;
}

.hotelTitle-color_pink::after {
  border-left: 30px solid #bb3b5f;
  border-bottom: 160px solid #bb3b5f;
}

.hotelTitle-color_gray {
  background-color: #28282b;
}

.hotelTitle-color_gray::before {
  background-color: #28282b;
}

.hotelTitle-color_gray::after {
  border-left: 30px solid #28282b;
  border-bottom: 160px solid #28282b;
}

.hotelTitle-color_red {
  background-color: #85100f;
}

.hotelTitle-color_red::before {
  background-color: #85100f;
}

.hotelTitle-color_red::after {
  border-left: 30px solid #85100f;
  border-bottom: 160px solid #85100f;
}

@media (max-width: 767px) {
  .hotelTitle {
    height: 25vw;
  }

  .hotelTitle::before {
    width: 18.75vw;
  }

  .hotelTitle::after {
    left: 18.59375vw;
    border-right: 4.6875vw solid transparent;
    border-left-width: 4.6875vw;
    border-bottom-width: 25vw;
  }

  .hotelTitle__text {
    font-size: 5vw;
  }

  .hotelTitle__logo {
    display: none;
  }

  .hotelTitle-main {
    height: 43.75vw;
  }

  .hotelTitle-main .hotelTitle__logo {
    display: block;
  }
}

.room__content {
  padding: 30px 0 40px 0;
  background-color: #e5ecec;
}

@media (max-width: 767px) {
  .room__content {
    padding: 20px 3.125vw;
  }
}

.room__gradeList {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  font-size: 16px;
}

.room__gradeList li {
  flex: 1;
  text-align: center;
  background-color: #fff;
  box-shadow: 1px 1px 1px 1px #000;
}

.room__gradeList li.is_current a,
.room__gradeList li a:hover {
  color: #fff;
  background-color: #240000;
}

.room__gradeList li+li {
  margin-left: 0;
}

.room__gradeList a {
  display: block;
  padding: 12px 0;
}

.room__gradeList-color_blue {
  border-bottom: 1px solid #016c6e;
}

.room__gradeList-color_blue li.is_current a,
.room__gradeList-color_blue li a:hover {
  color: #fff;
  background-color: #016c6e;
}

.room__gradeList-color_brown {
  border-bottom: 1px solid #3d2e18;
}

.room__gradeList-color_brown li.is_current a,
.room__gradeList-color_brown li a:hover {
  color: #fff;
  background-color: #3d2e18;
}

.room__gradeList-color_pink {
  border-bottom: 1px solid #bb3b5f;
}

.room__gradeList-color_pink li.is_current a,
.room__gradeList-color_pink li a:hover {
  color: #fff;
  background-color: #bb3b5f;
}

.room__gradeList-color_gray {
  border-bottom: 1px solid #28282b;
}

.room__gradeList-color_gray li.is_current a,
.room__gradeList-color_gray li a:hover {
  color: #fff;
  background-color: #28282b;
}

.room__gradeList-color_red {
  border-bottom: 1px solid #85100f;
}

.room__gradeList-color_red li.is_current a,
.room__gradeList-color_red li a:hover {
  color: #fff;
  background-color: #85100f;
}

@media (max-width: 767px) {
  .room__gradeList {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .room__gradeList li {
    flex: none;
    width: 25%;
    margin: 2px 0 0 2px;
  }

  .room__gradeList li+li {
    /* margin-left: 4px; */
  }

  .room__gradeList li:nth-child(-n + 6) {
    margin-top: 4px;
    /* margin-left: 0; */
    box-shadow: 2px 2px 3px -3px #492a18;
  }

  .room__gradeList li:nth-child(3n + 1) {
    margin-left: 0;
  }

  .room__gradeList a {
    padding: 10px 0;
    font-size: 14px;
  }
}

.room__numList {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 20px 0;
  font-size: 16px;
}

.room__numList li {
  margin-bottom: 10px;
}

.room__numList li span {
  position: relative;
  display: block;
  width: 85px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background-color: #fff;
  border: 1px solid #fff;
  cursor: pointer;
}

.room__numList li.is_current span,
.room__numList li span:hover {
  background-color: rgb(120 3 3 / 10%);
  border: 1px solid #860000;
}

.room__numList li.is_current span::before,
.room__numList li span:hover::before {
  position: absolute;
  bottom: -11px;
  left: 50%;
  display: block;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top: 5px solid #860000;
  content: '';
}

.room__numList li.is_current span::after,
.room__numList li span:hover::after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  display: block;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top: 5px solid rgb(120 3 3 / 10%);
  content: '';
}

.room__numList li+li {
  margin-left: 5px;
}

.room__numList-color_blue li.is_current span,
.room__numList-color_blue li span:hover {
  background-color: rgb(1 108 110);
  border: 1px solid #016c6e;
  color: #fff;
}

.room__numList-color_blue li.is_current span::before,
.room__numList-color_blue li span:hover::before {
  border-top: 5px solid #016c6e;
}

.room__numList-color_blue li.is_current span::after,
.room__numList-color_blue li span:hover::after {
  border-top: 5px solid rgb(1 108 110);
}

.room__numList-color_brown li.is_current span,
.room__numList-color_brown li span:hover {
  background-color: #faf7f3;
  border: 1px solid #3d2e18;
}

.room__numList-color_brown li.is_current span::before,
.room__numList-color_brown li span:hover::before {
  border-top: 5px solid #3d2e18;
}

.room__numList-color_brown li.is_current span::after,
.room__numList-color_brown li span:hover::after {
  border-top: 5px solid #faf7f3;
}

.room__numList-color_pink li.is_current span,
.room__numList-color_pink li span:hover {
  background-color: #fdeff2;
  border: 1px solid #bb3b5f;
}

.room__numList-color_pink li.is_current span::before,
.room__numList-color_pink li span:hover::before {
  border-top: 5px solid #bb3b5f;
}

.room__numList-color_pink li.is_current span::after,
.room__numList-color_pink li span:hover::after {
  border-top: 5px solid #fdeff2;
}

.room__numList-color_gray li.is_current span,
.room__numList-color_gray li span:hover {
  background-color: #f2f2f2;
  border: 1px solid #28282b;
}

.room__numList-color_gray li.is_current span::before,
.room__numList-color_gray li span:hover::before {
  border-top: 5px solid #28282b;
}

.room__numList-color_gray li.is_current span::after,
.room__numList-color_gray li span:hover::after {
  border-top: 5px solid #f2f2f2;
}

.room__numList-color_red li.is_current span,
.room__numList-color_red li span:hover {
  background-color: #fdf2f0;
  border: 1px solid #85100f;
}

.room__numList-color_red li.is_current span::before,
.room__numList-color_red li span:hover::before {
  border-top: 5px solid #85100f;
}

.room__numList-color_red li.is_current span::after,
.room__numList-color_red li span:hover::after {
  border-top: 5px solid #fdf2f0;
}

@media (max-width: 767px) {
  .room__numList {
    flex-wrap: wrap;
    padding: 10px 3.125vw;
    background-color: #fff;
  }

  .room__numList li {
    width: calc(20% - 2px);
    margin: 2px 0 0 2px;
  }

  .room__numList li.is_current span::before,
  .room__numList li.is_current span::after,
  .room__numList li span:hover::before,
  .room__numList li span:hover::after {
    display: none;
  }

  .room__numList li+li {
    margin-left: 2px;
  }

  .room__numList li:nth-child(-n + 5) {
    margin-top: 0;
  }

  .room__numList li:nth-child(5n + 1) {
    margin-left: 0;
  }

  .room__numList li span {
    width: 100%;
    height: 10.9375vw;
    line-height: 10.9375vw;
    border-color: #e6e6e6;
    font-size: 14px;
  }
}

.roomContent {
  position: relative;
  padding: 25px 40px 40px 40px;
  background-color: #fff;
}

@media (max-width: 767px) {
  .roomContent {
    padding: 10px 3.125vw 20px 3.125vw;
  }
}

.roomDetail__editLink {
  position: absolute;
  top: 40px;
  right: 40px;
}

.roomDetail_title {
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 2.6rem;
  text-align: center;
  background: url(../images/img_border.png) no-repeat center bottom;
  font-family: "Poiret One", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1rem;
}

.roomDetail_caption {
  margin-bottom: 35px;
  text-align: center;
}

.roomDetail__gallery {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin: 0 0 20px 0;
  gap: 10px;
}

.roomDetail__galleryMain {
  width: 700px;
  overflow: hidden;
}

.roomDetail__galleryMain li {
  display: none;
}

.roomDetail__galleryMain .bx-wrapper li {
  display: block !important;
}

.roomDetail__galleryPager {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  width: 380px;
  gap: 10px;
  justify-content: space-between;
}

.roomDetail__galleryPager li {
  width: calc(50% - 5px);
  height: auto;
  overflow: hidden;
}

.roomDetail__galleryPager li:first-child {
  /* margin-top: 0; */
}

.roomDetail__galleryPager li:nth-child(2n + 1) {
  /* margin-left: 0; */
}

.roomDetail__galleryPager li:nth-child(-n + 2) {
  /* margin-top: 0; */
}

.roomDetail__gallery .bx-controls-direction a.bx-prev {
  background: url(../images/btn_slider_prev.png) no-repeat;
  width: 36px;
  height: 36px;
  margin: 0;
  top: calc(50% - 18px);
  left: 12px;
}

.roomDetail__gallery .bx-controls-direction a.bx-next {
  background: url(../images/btn_slider_next.png) no-repeat;
  width: 36px;
  height: 36px;
  margin: 0;
  top: calc(50% - 18px);
  right: 12px;
}

.roomDetail__amenities {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 40px 0;
  padding: 0 50px;
}

.roomDetail__amenities li {
  margin: 8px 4px 0 4px;
  padding: 2px 5px;
  font-size: 1.1rem;
  border: 1px solid #afc3b0;
  border-radius: 5px;
  background-color: #e6f3e7;
}

@media (max-width: 767px) {
  .roomDetail__editLink {
    position: absolute;
    top: 20px;
    right: 3.125vw;
  }

  .roomDetail_title {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 5.3125vw;
    background-size: 100% auto;
  }

  .roomDetail_caption {
    font-size: 3.125vw;
    margin-bottom: 10px;
  }

  .roomDetail__gallery {
    display: block;
    margin: 0 0 20px 0;
  }

  .roomDetail__galleryMain {
    width: 100%;
    margin: 0 0 15px 0;
  }

  .roomDetail__galleryPager {
    width: 100%;
    gap: 9px;
  }

  .roomDetail__galleryPager li {
    width: calc(33% - 6px);
    height: auto;
    margin: 1.5625vw 0 0 1.5625vw;
  }

  .roomDetail__galleryPager li:nth-child(2n + 1) {
    margin-left: 1.5625vw;
  }

  .roomDetail__galleryPager li:nth-child(-n + 2) {
    margin-top: 1.5625vw;
  }

  .roomDetail__galleryPager li:nth-child(3n + 1) {
    margin-left: 0;
  }

  .roomDetail__galleryPager li:nth-child(-n + 3) {
    margin: 0;
  }

  .roomDetail__gallery .bx-controls-direction a.bx-prev {
    width: 5.625vw;
    height: 5.625vw;
    margin: 0;
    top: calc(50% - vw(18));
    left: 2.1875vw;
    background-size: 100% auto;
  }

  .roomDetail__gallery .bx-controls-direction a.bx-next {
    width: 5.625vw;
    height: 5.625vw;
    margin: 0;
    top: calc(50% - vw(18));
    right: 2.1875vw;
    background-size: 100% auto;
  }

  .roomDetail__amenities {
    margin: 0 0 30px 0;
    padding: 0;
  }

  .roomDetail__amenities li {
    margin: 4px 2px 0 2px;
    padding: 2px 5px;
    font-size: spfs(18);
    border-radius: 3px;
  }
}

#roomPrice_title {
  margin: 0 0 20px 0;
  font-size: 2.2rem;
  text-align: center;
}

/* #roomPrice table th {
  border-left: 1px solid #fff;
  font-weight: normal !important;
  text-align: center;
  background-color: #dbd8de !important;
}
#roomPrice table td {
  width: 25%;
  border: 1px solid #dbd8de;
  text-align: center;
  vertical-align: middle !important;
}
#roomPrice table .js_bg-even td {
  background-color: #f4f3f5;
}
@media (max-width: 767px) {
  #roomPrice_title {
    margin: 0 0 10px 0;
    font-size: 5.625vw;
  }
  #roomPrice table th,
  #roomPrice table td {
    font-size: 2.5vw;
  }
  #roomPrice_note {
    font-size: 2.5vw;
  }

 */

.kihon {
  width: 100%;
  margin-bottom: 20px;
}

.kihon p {
  font-size: 16px;
  text-align:
    left;
  line-height: 2;
}

.kihon ul {
  /* border: solid 2px #ffb03f; */
  padding: 0;
  /* position: absolute; */
  text-align: left;
  display:
    flex;
  flex-wrap: wrap;
  width: 100%;
  font-size: 14px;
}

.kihon ul li {
  line-height: 1.8;
  padding: 0.1em 1em;
  list-style-type: none !important;
  /*ポチ消す*/
  border: 1px solid #a6a6a6;
  background: #e0f1f1;
  margin: 0.2em;
  border-radius: 0.3em;
}

.kihon ul li:before {
  /* font-family: "Font Awesome 6 pro"; */
  /* content: "\e23b"; */
  position: absolute;
  left: 1.5em;
  /*左端からのアイコンまで*/
  color: #666666;
  /*アイコン色*/
}


.price_area {
  display: flex
}

#roomPrice {
  margin-top: 50px;
}

.roomPrice_title {
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  padding: 10px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}


.boxPrice {
  padding: 10px;
  width: 50%;
}

.boxPrice p {
  font-size: 16px;
  padding-bottom: 10px
}

.tdm_price {
  font-size: 23px;
  font-weight: 600;
  color: #e20000;
}

.tdv_price {
  font-size: 23px;
  font-weight: 600;
  color: #333;
}

.price_catch {
  font-size: 20px;
  font-weight: 600;
}

.price_catch span {
  display: block;
  font-size: 15px;
}

.price_type {
  font-size: 20px;
  font-weight: 600;
}

.price_type span {
  display: block;
  font-size: 15px;
}


@media screen and (max-width: 767px) {
  .price_area {
    flex-direction: column;
  }
}







/*基本テーブルデザイン 実績紹介*/
#roomPrice .price_table {
  border-collapse: collapse;
  border-top: #D8D8D8 1px solid;
  border-left: #D8D8D8 1px solid;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: left;
}

#roomPrice .price_table-is-800 {
  width: 100%;
}

#roomPrice .price_table th {
  /* width: 0; */
  padding: 20px;
  background-color: #EFEFEF;
  border-bottom: #D8D8D8 1px solid;
  border-right: #D8D8D8 1px solid;
  font-size: 18px;
  font-weight:
    normal;
  vertical-align:
    middle;
  box-sizing:
    border-box;
}

#roomPrice .price_table tr:nth-child(even) th {
  background-color: #F7F7F7
}

#roomPrice .price_table td {
  border-bottom: #D8D8D8 1px solid;
  border-right: #D8D8D8 1px solid;
  padding: 10px 10px;
  line-height: 1.75;
  vertical-align:
    middle;
  box-sizing:
    border-box;
  text-align: center;
}

#roomPrice .price_table a {
  color: #325A8D;
}

#roomPrice .price_table__price {
  width: 220px;
  color: #B02427;
  font-size: 13px;
}

#roomPrice .price_table span {
  font-size: 11px;
  line-height: 1;
}

#roomPrice .price_table a {
  color: #325A8D;
}



.w01 {
  width: 10em;
}

.w02 {
  width: 5em;
}

.w03 {
  width: 6em;
}

.w04 {
  width: 5em
}

.w05 {
  width: 2em
}

.w06 {
  width: 2em
}

.w07 {
  width: 2em
}

.w08 {
  width: 15em;
}


@media screen and (max-width: 570px) {
  .boxPrice {
    padding: 10px;
    width: 100%;
  }

  #roomPrice .price_table {
    border-collapse: collapse;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: left;
  }

  #roomPrice .price_table th {
    /* display: block; */
    /* width:100%; */
    /* padding: 10px; */
    /* background-color: #EFEFEF; */
    /* border: #D8D8D8 1px solid; */
    /* font-size:12px; */
    /* font-weight:
        normal; */
    /* vertical-align:
        middle; */
    /* box-sizing:
        border-box; */
  }

  #roomPrice .price_table tr:nth-child(even) th {
    background-color: #F7F7F7
  }

  #roomPrice .price_table td {
    /* display: block; */
    /* width:100%; */
    /* border-bottom: #D8D8D8 1px solid; */
    /* border-right: #D8D8D8 1px solid; */
    /* border-left: #D8D8D8 1px solid; */
    /* padding: 10px; */
    /* font-size:12px; */
    /* line-height:1.75; */
    /* min-height:42px; */
    /* vertical-align:
        middle; */
    /* box-sizing:
        border-box; */
  }

  #roomPrice .price_table tr td:last-child {
    margin-bottom: 10px;
  }

  #roomPrice .price_table a {
    color: #325A8D;
  }


  #roomPrice .price_table__price {
    color: #B02427;
    font-size: 12px;
  }

  #roomPrice .price_table span {
    display: block;
    font-size: 10px;
  }



  table {
    border-collapse: collapse;
    width: 100%;
    /* overflow-x: scroll; */
    /* white-space: nowrap; */
    -webkit-overflow-scrolling: touch;
    /* display: block; */
  }
}

.roomList {
  display: flex;
}

.roomClm {
  padding: 5px;
  width: 50%;
}

.roomClm p {
  font-weight: 600;
}

.roomClm_sp {
  display: flex;
  width: 100%;
}

.large {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 768px) {
  .roomList {
    display: block;
  }

  .large {
    display: none;
  }

  .sp {
    display: block;
  }
}

.linkArea p i {
  color: #fff;
}

#header .navArea ul.navi a.p_room:before {
  background: #ddd;
}

#header .navArea ul.navi a.p_room:hover:before {
  background: transparent;
}

.modal-002__content table,
td,
th {
  border: 1px solid #161b334a;
  border-collapse: collapse;
  /* width: 100%; */
  text-align: left;
  vertical-align: middle;
  background: #e5ecec;
}

.modal-002__content table td.en {
  color: #a60808;
  /* border: solid 1px #fff; */
  background: #fff;
  /* width: 20%; */
  font-size: 1.5em;
  font-weight: 600;
}

.modal-002__content table th.en {
  /* width: 20%; */
}

.modal-002__content td,
th {
  padding: 12px 10px;
  /* width: 40%; */
  /* height: 25px; */
  /* width: 35%; */
  font-size: 1.5rem;
}

.modal-002__content td:first-child,
.modal-002__content th:first-child {
  /* width: 20%; */
}

.modal-002__content td.w_23 {
  width: 23%;
}

.modal-002__content th {
  background: #016c6e;
  color: #fff;
  font-size: 15px;
}

.modal-002__content table {
  margin: 20px 0;
  width: 100%;
}

#w_photography_type .planBox .modal-002__content p {
  font-size: 1.2rem;
  margin-top: 10px
}

#w_photography_type .planBox .modal-002__content p.title {
  font-size: 1.4rem;
  font-weight: 600;
}

.boxInfo {
  margin-bottom: 20px;
}

.modal-002__content h4 {
  font-size: 2.0rem;
  padding: 20px 0;
  margin: auto;
  text-align: center;
  font-weight: 600;
}

.modal-002__content h5 {
  text-align: center;
  font-size: 1.7rem;
}

#scrollUp a {
  background: #153e40;
}


.modal-002__content table th:nth-child(1),
.modal-002__content table td:nth-child(1) {
    width: 20%;
  }

.modal-002__content table th:nth-child(2),
.modal-002__content table td:nth-child(2) {
    width: auto;
  }

.modal-002__content table th:nth-child(3),
.modal-002__content table td:nth-child(3) {
    width: 100px;
  }

.modal-002__content table th:nth-child(4),
.modal-002__content table td:nth-child(4) {
    width: 100px;
  }

.modal-002__content table th:nth-child(5),
.modal-002__content table td:nth-child(5) {
    width: 100px;
  }



@media (max-width: 768px) {

  .modal-002__content td,
  th {
    font-size: 14px;
    text-align: center;
  }

  .modal-002__content th {
  font-size: 13px;
  writing-mode: vertical-rl;
  letter-spacing: 0.8rem;
  text-align: center;
}

.modal-002__content table th:nth-child(1),
.modal-002__content table td:nth-child(1) {
    width: 20%;
  }

.modal-002__content table th:nth-child(2),
.modal-002__content table td:nth-child(2) {
    width: 30%;
  }

.modal-002__content table th:nth-child(3),
.modal-002__content table td:nth-child(3) {
    /* width: 100px; */
  }

.modal-002__content table th:nth-child(4),
.modal-002__content table td:nth-child(4) {
    /* width: 100px; */
  }

.modal-002__content table th:nth-child(5),
.modal-002__content table td:nth-child(5) {
    /* width: 100px; */
  }
}