@charset "UTF-8";
a.btn.room-search,
button.room-search {
  background-color: #006fbc;
}

body[data-brand='ambient'] a.btn.room-search,
body[data-brand='ambient'] button.room-search {
  background-color: #005a49;
}

body[data-brand='aiken'] a.btn.room-search,
body[data-brand='aiken'] button.room-search {
  background-color: #123c59;
}

body[data-brand='wans'] a.btn.room-search,
body[data-brand='wans'] button.room-search {
  background-color: #123c59;
}

body[data-brand='wanpara'] a.btn.room-search,
body[data-brand='wanpara'] button.room-search {
  background-color: #009b6b;
}

body[data-brand='others'] a.btn.room-search,
body[data-brand='others'] button.room-search {
  background-color: #000;
}

footer {
  background-color: #f4f4f4;
  color: #000;
}

footer a {
  color: #000;
}

footer
  section.footer-main
  .content-block.footer-hotel-links
  .link-items
  .link-item {
  color: #000;
}

footer section.footer-main .link-btns.sites a.btn {
  background-color: transparent;
  border: 1px solid #ccc;
}

footer section.footer-main .link-btns.sites a.btn::after {
  opacity: 1;
}

footer .link-item.single-link {
  border-bottom-color: #ccc;
}

footer .link-item.single-link::before {
  content: '';
  width: 20px;
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: -1px;
  left: 0;
}

@media (min-width: 769px) {
  footer
    section.footer-main
    .content-block.footer-hotel-links
    .col-title::after {
    border-color: #000;
  }
}

@media (min-width: 769px) {
  footer section.footer-end {
    border-top-color: #ccc;
  }
}

footer section .link-items.privacy .link-item {
  color: #000;
}

footer section.footer-end .copyright {
  color: #000;
}

@media (max-width: 768px) {
  footer section .link-items.global .link-item {
    border-bottom-color: #ccc;
  }
}

@media (max-width: 768px) {
  footer section .link-items .link-item {
  }
}

@media (max-width: 768px) {
  footer section.footer-main .content-block.footer-hotel-links {
    border-top-color: #ccc;
  }
}

@media (max-width: 768px) {
  footer section.footer-main .content-block.footer-hotel-links .block-col {
    border-bottom-color: #ccc;
  }
}

@media (max-width: 768px) {
  footer
    section.footer-main
    .content-block.footer-hotel-links
    .links-group:nth-child(n + 2) {
    border-top-color: #ccc;
  }
}

@media (max-width: 768px) {
  footer
    section.footer-main
    .content-block.footer-hotel-links
    .link-items
    .link-item {
    border-top-color: #ccc;
  }
}


@media (min-width: 769px) {
	.content-block .banner-items {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 30px;
	}
	.content-block .banner-items .banner-item,
	.content-block .banner-items.col-1 .banner-item,
	.content-block .banner-items.col-2 .banner-item,
	.content-block .banner-items.col-3 .banner-item {
		width: calc(33.333333333333336% - 20px);
  }
	.content-block .banner-items.col-2:not(.no-margin)>:not(:nth-child(2n-1)),
	.content-block .banner-items.col-3:not(.no-margin)>:not(:nth-child(3n-2)) {
		margin-left: 0;
	}
}


@media (max-width: 768px) {
  .banner-items-wrap,
  .banner-items-wrap .banner-items {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .content-block .banner-items .banner-item {
    margin-left: 10vw;
    margin-right: 10vw;
  }
  .content-block .banner-items .banner-item,
  .content-block .banner-items .banner-item figure.banner {
    width: 65vw;
  }
  .prev-arrow:after,
  .next-arrow:after {
    content: '';
    color: #000;
    font-size: 2rem;
    position: absolute;
    font-family: izumigo-icons !important;
    speak: none;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 50%;
    line-height: 1;
  }
  .prev-arrow,
  .next-arrow {
    color: transparent;
    position: absolute;
    top: 50%;
    margin-top: -1.8rem !important;
    z-index: 1;
  }
  .prev-arrow {
    left: 5vw;
  }
  .next-arrow {
    right: 5vw;
  }
  .prev-arrow:after {
    content: '\e901';
  }
  .next-arrow:after {
    content: '\e900';
  }
  .banner-items-wrap .slick-list {
    margin-top: 0 !important;
  }
  .banner-items-wrap .slick-dots {
    margin-top: 10px !important;
  }
  .banner-items-wrap .slick-dotted {
    margin-bottom: 10px !important;
  }
}

.section-search {
  background: #eff2f2;
  padding: 40px 20px;
  margin-bottom: 38px;
}

.search-form {
  max-width: 1180px;
  margin: auto;
  width: 100%;
}

@media (min-width: 769px) {
  .search-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.search-form .form-item {
  border-top: 1px dotted #707070;
  padding: 20px 0;
}

.search-form .form-item:last-of-type {
  border-bottom: 1px dotted #707070;
}

@media (min-width: 769px) {
  .search-form .form-item {
    padding: 30px 0 40px;
    width: calc(562 / 1180 * 100%);
  }
  .search-form .form-item:last-of-type {
    border-bottom: none;
  }
}

.search-form .form-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (min-width: 769px) {
  .search-form .form-column {
    flex-direction: row;
    gap: 0;
    justify-content: space-between;
  }
  .search-form .form-column-item {
    width: calc(253 / 562 * 100%);
  }
}

.search-form .form-label {
  font-size: 18px;
  display: block;
  line-height: 1;
  margin-bottom: 20px;
  display: flex;
  gap: 1em;
  align-items: center;
}

.search-form .form-error {
  font-size: 14px;
  color: #ff0000;
  display: none;
}

.search-form .form-item.is-error .form-error {
  display: block;
}

.search-form .form-sub-label {
  font-size: 15px;
  display: block;
  line-height: 1;
  margin-bottom: 10px;
}

@media (min-width: 769px) {
  .search-form .form-label {
    font-size: 20px;
  }

  .search-form .form-sub-label {
    font-size: 16px;
  }
}

.search-form .form-select {
  position: relative;
}

.search-form .form-select-value {
  background-color: #fff;
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  line-height: 1.24;
}

.search-form .form-select-value::after {
  font-family: 'izumigo-icons';
  content: '\e900';
  display: block;
  rotate: 90deg;
}

.search-form .form-hidden {
  opacity: 0.01;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.search-form .form-submit {
  background-color: #006fbc;
  border: none;
  color: #fff;
  font-size: 16px;
  margin: 35px 0 0;
  padding: 20px;
  position: relative;
  width: 100%;
  transition: opacity 0.3s;
}

.search-form .form-submit:hover {
  opacity: 0.8;
}

.search-form .form-submit::after {
  font-family: 'izumigo-icons';
  content: '\e900';
  display: block;
  width: 1em;
  position: absolute;
  right: 20px;
  top: 50%;
  translate: 0 -50%;
  transition: translate 0.3s;
}

.search-form .form-submit:hover::after {
  translate: 0.25em -50%;
}

@media (min-width: 769px) {
  .search-form .form-submit {
    margin-top: 20px;
    padding: 30px;
  }
  .search-form .form-submit::after {
    right: max(calc(75 / 1180 * 100%), 30px);
  }
}

.search-form .form-dialog {
  background: #fff;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 10px;
  width: 100%;
  position: absolute;
  left: 0;
  top: calc(100% + 5px);
  display: none;
  z-index: 10;
}

.search-form .form-select.is-show-dialog .form-dialog {
  display: block;
}

.search-form .form-dialog-item {
  padding: 5px 0;
  display: grid;
  grid-template-columns: 1fr 45%;
  gap: 1em;
  align-items: center;
}

.search-form .form-dialog-item:not(:first-child) {
  border-top: 1px solid #ccc;
}

.search-form .form-dialog-item-title {
  font-size: 14px;
  font-weight: bold;
}

.search-form .form-dialog-item-subtitle {
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
}

.search-form .form-dialog-item-body {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-form .form-dialog-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.search-form .form-dialog-button {
  border: 1px solid #333;
  border-radius: 50vw;
  height: 24px;
  width: 24px;
}

.search-form .form-dialog-button::after {
  color: #333;
  display: block;
  font-family: 'izumigo-icons';
  font-size: 16px;
}

.search-form .form-dialog-button._minus::after {
  content: '\e907';
}

.search-form .form-dialog-button._plus::after {
  content: '\e906';
}

.search-form .form-dialog-submit {
  background-color: #000;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  margin-top: 20px;
  padding: 10px;
  text-align: center;
  width: 100%;
}

.vacancy {
  max-width: 1180px;
  margin: auto;
}

.vacancy-header {
  font-size: 14px;
  padding: 0 20px;
  width: 100%;
}

@media (min-width: 769px) {
  .vacancy-header {
    background-color: #f4f4f4;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin-top: 4.1666666667vw;
    padding: 20px min(calc(30 / 1440 * 100vw), 30px);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.vacancy-header-list {
  display: none;
  gap: 9px;
}

@media (min-width: 769px) {
  .vacancy-header-list {
    display: flex;
  }
}

.vacancy-header-button {
  --animation-direction: 1;
  background-color: #fff;
  border: 1px solid #707070;
  line-height: 1;
  padding: 10px;
  display: flex;
  gap: 8px;
  align-items: center;
  white-space: nowrap;
}
.vacancy-header-button.disabled {
  background-color: #ccc;
}

.vacancy-header-button._prev,
.vacancy-header-button._prevPage {
  --animation-direction: -1;
  flex-direction: row-reverse;
}

.vacancy-header-button::after {
  font-family: 'izumigo-icons';
  font-size: 1em;
  content: '';
  display: block;
  height: 1em;
  transition: translate 0.3s;
}

.vacancy-header-button._prev::after,
.vacancy-header-button._next::after {
  content: '\e900';
}

.vacancy-header-button._prevPage::after,
.vacancy-header-button._nextPage::after {
  background: url('/img/icon_arrow_double.svg') no-repeat center center;
  background-size: auto 100%;
  width: 1.5em;
}

.vacancy-header-button._prev::after,
.vacancy-header-button._prevPage::after {
  rotate: 180deg;
}

.vacancy-header-button:hover::after {
  translate: calc(0.25em * var(--animation-direction));
}

.vacancy-table-wrapper {
  margin-top: 10.13vw;
  overflow: scroll;
  padding-bottom: 1.95px;
}

.vacancy-table {
  --cell-color-red: #fbf0ef;
  --cell-color-blue: #edf5fe;
  --font-color-red: #ff0000;

  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.vacancy-table th,
.vacancy-table td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  font-weight: 600;
  padding: 0.5em 1em;
}

.vacancy-table th._red,
.vacancy-table td._red {
  background-color: var(--cell-color-red);
}

.vacancy-table th._blue,
.vacancy-table td._blue {
  background-color: var(--cell-color-blue);
}

.vacancy-table th._circle,
.vacancy-table td._circle {
  color: var(--font-color-red);
}

.vacancy-table th {
  background-color: #f4f4f4;
  font-weight: normal;
  position: -webkit-sticky;
  position: sticky;
}

.vacancy-table td {
  text-align: center;
}

.vacancy-table th:first-child {
  text-align: left;
  left: 0;
}

.vacancy-table thead th {
  top: 0;
  z-index: 1;
}

.vacancy-table tbody th {
  box-sizing: border-box;
  min-width: 180px;
  left: 0;
}

.vacancy-table thead th:first-child::after,
.vacancy-table tbody th::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  border-right: 1px solid #ccc;
}

@media (min-width: 769px) {
  .vacancy-table-wrapper {
    margin-top: 0;
    overflow: unset;
  }

  .vacancy-table {
    width: 100%;
  }

  .vacancy-table th,
  .vacancy-table td {
    padding: 0.3em 0;
  }

  .vacancy-table th {
    position: static;
  }

  .vacancy-table thead th:first-child,
  .vacancy-table tbody th {
    border-right-width: 2px;
    min-width: unset;
    padding: 1em 1.3em;
  }

  .vacancy-table thead th:first-child::after,
  .vacancy-table tbody th::after {
    content: none;
  }

  .vacancy-table thead th:not(:first-child),
  .vacancy-table tbody td {
    display: none;
  }
  .vacancy-table._page1 thead th:nth-of-type(n + 0):nth-of-type(-n + 16),
  .vacancy-table._page1 tbody td:nth-of-type(n + 0):nth-of-type(-n + 15) {
    display: table-cell;
  }

  .vacancy-table._page2 thead th:nth-of-type(n + 17):nth-of-type(-n + 31),
  .vacancy-table._page2 tbody td:nth-of-type(n + 16):nth-of-type(-n + 30) {
    display: table-cell;
  }

  .vacancy-table._page3 thead th:nth-of-type(n + 32):nth-of-type(-n + 46),
  .vacancy-table._page3 tbody td:nth-of-type(n + 31):nth-of-type(-n + 45) {
    display: table-cell;
  }

  .vacancy-table._page4 thead th:nth-of-type(n + 47):nth-of-type(-n + 61),
  .vacancy-table._page4 tbody td:nth-of-type(n + 46):nth-of-type(-n + 60) {
    display: table-cell;
  }

  .vacancy-table._page5 thead th:nth-of-type(n + 62):nth-of-type(-n + 76),
  .vacancy-table._page5 tbody td:nth-of-type(n + 61):nth-of-type(-n + 75) {
    display: table-cell;
  }

  .vacancy-table._page6 thead th:nth-of-type(n + 77):nth-of-type(-n + 91),
  .vacancy-table._page6 tbody td:nth-of-type(n + 76):nth-of-type(-n + 90) {
    display: table-cell;
  }
}

.vacancy-notes {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 20px;
  padding: 0 10px;
}

@media (min-width: 769px) {
  .vacancy-notes {
    font-size: 16px;
    margin-top: 15px;
    padding: 0;
    text-align: right;
  }
}

@media (max-width: 768px) {
  .vacancy-table-wrapper {
    overflow-y: auto;
    height: 400px;
    -webkit-overflow-scrolling: touch;
  }

  .vacancy-table {
    border-collapse: collapse;
    border-spacing: 0;
  }

  .vacancy-table thead th:first-child {
    z-index: 2;
  }

  .vacancy-table thead th {
    position: sticky;
    top: 0;
    left: 0;
  }

  .vacancy-table thead th:first-child::before,
  .vacancy-table thead th::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    z-index: -1;
  }
}

.title-brand-banners {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 4.1666666667vw;
  gap: 20px 40px;
}

@media (min-width: 769px) {
  .title-brand-banners {
    flex-direction: row;
    margin-bottom: 60px;
  }
}

.title-banner {
  height: 80px;
}

.title-banner img {
  width: auto;
  height: 100%;
  object-fit: contain;
}

.btn02 {
	background-color: #006fbc;
	border: none;
	color: #fff;
	font-size: 16px;
	padding: 16px 20px;
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;	
	text-decoration: none;
	transition: opacity 0.3s;
  }
  
  .btn02:hover {
	opacity: 0.8;
  }
  
  .btn02::after {
	font-family: 'izumigo-icons';
	content: '\e900';
	display: block;
	width: 1em;
	position: absolute;
	right: 20px;
	top: 50%;
	translate: 0 -50%;
	transition: translate 0.3s;
  }
  
  .btn02:hover::after {
	translate: 0.25em -50%;
  }
  
  @media (min-width: 769px) {
	.btn02 {
	  padding: 18px 30px;
	}
	.btn02::after {
	  right: max(calc(75 / 1180 * 100%), 30px);
	}
  }

  .content-block.cols.align-center {
	align-items: center;
  }

  .content-block.cols.gap60 {
	gap: 60px;
  }

  @media (max-width: 768px) {
	.content-block.cols.gap60 {
		gap: 20px;
	  }
  }

  @media (min-width: 769px) {
  .block-col.w50 {
	width: 50%;
  }
  }


  .slick-slide img {
	width: 100%;
  }


  @media (min-width: 769px) {
	.content-block.campaign-items.slider-items .block-list .slick-list .slick-track{
		align-items: flex-start;
	}
	.content-block.campaign-items.slider-items .campaign-item.slider-item {
		transform: scale(0.6);
		width: 550px;
		transition: transform 0.3s;
		position: relative;
		left: 0;
		right: 0;
	  }

	  .content-block.campaign-items.slider-items .campaign-item.slider-item figure.banner {
		width: 550px;
	  }

	  .content-block.campaign-items.slider-items .campaign-item.slider-item .item-caption,
		.content-block.campaign-items.slider-items .campaign-item.slider-item[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] .item-caption{
			height: 0;
			}

			.content-block.campaign-items.slider-items .campaign-item.slider-item.slick-center .item-caption,
			.content-block.campaign-items.slider-items .campaign-item.slider-item[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] .item-caption {
				height: auto;
		}
		
		.content-block.campaign-items.slider-items .campaign-item.slider-item[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
		width: 550px;
		transform: scale(0.6);
	  }
	
		.content-block.campaign-items.slider-items .campaign-item.slider-item.slick-center,
		.content-block.campaign-items.slider-items .campaign-item.slider-item[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
		transform: scale(1);
	  }

	  .content-block.campaign-items.slider-items .campaign-item.slider-item .item-caption {
		font-size: 18px;
		text-align: center;
		display: block;
		width: 100%;
	  }

	  .content-block.news-items .block-list:not(.col-4) {
		flex-direction: column;
		gap: 12px;
	  }
	  .content-block.news-items .block-list:not(.col-4) .news-item {
		width: 100%;
		padding-bottom: 10px;
		border-bottom: 1px solid #333;
	  }
	  .content-block.news-items .block-list:not(.col-4) .news-item:not(:nth-child(4n-3)) {
		margin-left: 0;
	  }

	  .content-block.news-items .news-item:nth-child(n+5) {
        border-top: none
    }
	
	  .list-item.news-item .item-row .item-date {
		flex-grow: inherit;
		display: block;
		width: 95px;
		margin-right: 10px;
	  }
  }

  @media (min-width: 769px) and (min-width: 769px) and (min-width: 1440px) {
    .content-block .block-list:not(.no-margin):not(.col-4)>:nth-child(n+5) {
        margin-top: 0;
    }
	.content-block.news-items .block-list:not(.col-4) .news-item:nth-child(n+5) {
		padding-top: 0;
	}
  }
  @media (min-width: 769px) and (min-width: 769px) {
    .content-block .block-list:not(.no-margin):not(.col-4)>:nth-child(n+5) {
        margin-top: 0;
    }
}

  @media screen and (max-width: 768px) {
	.content-block.campaign-items.slider-items .campaign-item.slider-item {
		margin: 0 7px;
	  }

	  .content-block .block-list.sp-narrow>:nth-child(n+2) {
		margin-top: 0;
	  }
	  .content-block.news-items .block-list:not(.col-4) {
		gap: 8px;
	  }
	  .content-block.news-items .block-list:not(.col-4) .news-item {
		padding-bottom: 6px;
	  }
	  .content-block.news-items .block-list:not(.col-4) .news-item .item-col.content {
		display: block;
		width: 100%;
	  }
	  /* .list-item.news-item .item-row .item-date {
		flex-grow: inherit;
		display: block;
		width: 70px;
		margin-right: 5px;
	  } */
  }
