/* Theme Name: MagiczneRejsy 
 * Theme URI: https://pierwszastronamedalu.pl
 * Description: MagiczneRejsy theme
 * Author: Pierwszastronamedalu.pl
 * Author URI: https://pierwszastronamedalu.pl
 * Version: 1.0.1
 * Text Domain: magicznerejsy */
:root {
  --gold: #9c834b;
  --goldalt: #d0b473;
  --blue: #124273;
  --bluealt: #247dd6;
  --bluelight: #deecfa;
}

.bg-blue {
  background: var(--blue);
}

.bg-gradient--blue {
  background: linear-gradient(to right, var(--blue) 0%, #2063a5 100%);
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  vertical-align: baseline;
}

html, body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  min-height: 100%;
  width: 100%;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  display: block;
}

body {
  font-family: "Mulish";
  font-size: 16px;
  line-height: 1.4;
  color: #222;
  background: #fff;
}

a {
  color: var(--gold);
  text-decoration: none;
}

a:hover,
a:visited:hover {
  color: var(--blue);
  text-decoration: none;
}

a:visited {
  color: var(--blue);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Mulish";
  line-height: 110%;
  font-weight: 700;
  color: var(--blue);
}

h1 {
  font-size: 34px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 21px;
}

h5 {
  font-size: 18px;
}

select,
textarea,
input[type=text],
input[type=password],
input[type=number],
input[type=tel],
input[type=date],
input[type=email] {
  font-family: "Mulish";
  font-size: 15px;
  color: #000;
  font-weight: 400;
  height: 36px;
  line-height: 36px;
  width: calc(100% - 20px);
  margin: 0 0 10px 0;
  padding: 0 10px;
  background: rgb(255, 255, 255);
  border: 2px solid var(--blue);
  border-radius: 5px;
  text-align: left;
}

select:hover,
textarea:hover,
input[type=text]:hover,
input[type=password]:hover,
input[type=number]:hover,
input[type=tel]:hover,
input[type=date]:hover,
input[type=email]:hover {
  border: 2px solid #000;
  box-shadow: inset 0px 0px 3px 1px var(--blue);
}

textarea:focus,
input:focus {
  outline: none;
  border: 1px solid var(--gold);
}

textarea {
  height: 170px;
}

input[type=submit],
button,
.button,
a.button,
.woocommerce a.button {
  font-family: "Mulish";
  font-size: 16px;
  color: #fff;
  text-shadow: 1px 1px 1px var(--gold);
  font-weight: 600;
  padding: 8px 15px;
  line-height: 20px;
  background: var(--goldalt);
  border: none;
  border-radius: 3px;
  display: inline-block;
  width: auto;
  margin: 0px auto;
  text-align: center;
  cursor: pointer;
  border: 2px solid var(--goldalt);
  transition: all 0.2s linear;
}
input[type=submit] img,
button img,
.button img,
a.button img,
.woocommerce a.button img {
  display: inline-block;
  margin: 0 5px 0 0;
}

.button:hover,
button:hover,
a.button:hover,
a.button:visited:hover,
input[type=submit]:hover {
  color: #fff !important;
  background: var(--gold);
  border: 2px solid var(--gold);
  text-decoration: none;
}

a.button,
a.button:visited {
  display: inline-block;
  color: #fff !important;
}

label {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

.content {
  line-height: 1.5;
}
.content p {
  padding: 0 0 15px 0;
}
.content img {
  max-width: 100%;
  height: auto !important;
  margin: 0 0 5px 0;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  margin: 0 0 15px 0;
  font-weight: 800;
}
.content ul {
  margin: -15px 0 20px 20px;
  list-style-type: disc;
}
.content ul li {
  margin: 0 0 0px 0;
}
.content ol {
  margin: -15px 0 20px 20px;
  list-style-type: decimal;
}
.content ol li {
  margin: 0 0 0px 0;
}
.content table {
  width: 100%;
  margin: 0 auto 15px auto;
  border: 2px solid var(--blue) !important;
}
.content table thead,
.content table th,
.content table th td,
.content table thead td {
  background: var(--blue);
  color: #fff !important;
  padding: 2px;
  font-weight: 700;
}
.content table tr {
  border-bottom: 3px solid var(--blue) !important;
}
.content table td {
  padding: 5px;
  border: 1px solid var(--blue);
}
.content table td p {
  padding: 0 !important;
}
.content table tr.sea {
  background: var(--bluelight);
}
.content hr {
  width: 100%;
  height: 1px;
  border-bottom: 1px solid var(--blue);
  margin: 0 0 20px 0;
}
.content .aligncenter {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
}
.content .alignleft {
  display: block;
  float: left;
  margin-right: 10px;
}
.content .alignright {
  display: block;
  float: right;
  margin-left: 10px;
}
.content .gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 15px 0;
}
.content .gallery .gallery-item {
  box-sizing: border-box;
  flex: 0 1 calc(25% - 10px);
}
@media (max-width: 700px) {
  .content .gallery .gallery-item {
    flex: 0 1 calc(50% - 10px);
  }
}
.content .gallery .gallery-item a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.content .gallery .gallery-item a:before {
  display: block;
  content: "";
  background: rgba(18, 66, 115, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s linear;
  z-index: 4;
  opacity: 0;
  pointer-events: none;
}
.content .gallery .gallery-item a:after {
  display: block;
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  color: rgb(255, 255, 255);
  transition: all 0.2s linear;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
}
.content .gallery .gallery-item a img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease-in-out;
  margin: 0;
}
.content .gallery .gallery-item a:hover:before {
  opacity: 1;
}
.content .gallery .gallery-item a:hover:after {
  opacity: 1;
  top: 50%;
}
.content .gallery .gallery-item a:hover img {
  transform: scale(1.1);
}

.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
}
.container--narrow {
  max-width: 900px;
}

header .header--top {
  background: linear-gradient(to right, var(--goldalt) 0%, #7e6836 100%);
  padding: 8px 0;
  border-bottom: 1px solid var(--gold);
}
header .header--top .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: space-around;
}
@media (max-width: 700px) {
  header .header--top .container {
    flex-direction: column;
    align-items: center;
  }
  header .header--top .container .socials {
    display: none;
  }
  header .header--top .container li {
    display: block;
    text-align: center;
  }
}
header .header--top ul li {
  display: inline-block;
  font-size: 14px;
}
header .header--top ul li a {
  color: #fff;
}
header .header--top ul li a i {
  font-size: 16px;
  color: #fff;
}
header .header--top ul li a:hover {
  text-decoration: underline;
}
header .header--top .socials ul li {
  margin: 0 10px 0 0;
  text-shadow: 0px 0px 3px #000;
}
header .header--top .socials ul li a:hover i {
  color: var(--blue) !important;
  text-shadow: 0px 0px 0px #000;
}
header .header--top .quick ul li:first-child::before {
  content: "Rezerwacje / infolinia: ";
  display: inline-block;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  margin: 0 5px 0 0;
}
header .header--top .quick ul li {
  margin: 0 0 0 15px;
}
header .header--bottom {
  padding: 5px 0;
  background: #fff;
}
header .header--bottom .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: space-around;
  align-items: center;
  position: relative;
}
header .header--bottom .container:after {
  display: none;
}
header .header--bottom .logo a {
  display: block;
  font-size: 0;
}
header .header--bottom .logo img {
  max-width: 190px;
}
header .header--bottom .nav-trigger {
  display: none;
  height: 38px;
  line-height: 38px;
  width: 38px;
  text-align: center;
  background: var(--gold);
  border: 2px solid var(--gold);
  color: #fff;
  position: absolute;
  top: 30px;
  right: 20px;
  transform: translateY(-50%);
  z-index: 9;
  cursor: pointer;
}
header .header--bottom .nav-trigger:hover {
  background: var(--goldalt);
  color: #000;
}
@media (max-width: 900px) {
  header .header--bottom .nav-trigger {
    display: block;
  }
}
header .header--bottom .nav-trigger .close {
  display: none;
}
@media (max-width: 900px) {
  header .header--bottom nav {
    display: none;
  }
}
header .header--bottom nav div > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: space-around;
}
header .header--bottom nav div > ul > li {
  margin: 0 5px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
header .header--bottom nav div > ul > li:last-child {
  margin-right: 0;
}
header .header--bottom nav div > ul > li:last-child > a {
  padding-right: 0;
}
header .header--bottom nav div > ul > li > a {
  color: var(--blue);
  padding: 15px 20px;
  border-radius: 20px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
}
header .header--bottom nav div > ul > li > a:hover {
  color: var(--gold);
}
header .header--bottom nav div > ul > li.menu-item-has-children > a:after {
  display: block;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 4px;
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  border-radius: 50%;
  margin-top: -7px;
  font-size: 10px;
  color: var(--gold);
  transition: all 0.2s linear;
  z-index: 5;
  pointer-events: none;
}
header .header--bottom nav div > ul > li.menu-item-has-children > a:hover:after {
  color: #fff;
  background: var(--gold);
  opacity: 0.7;
}
header .header--bottom nav div > ul > li > ul {
  display: none;
  position: absolute;
  left: 20;
  top: 100%;
  margin-top: 5px;
  width: 250px;
  background: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  border: 1px solid var(--gold);
  overflow: hidden;
  z-index: 9;
}
header .header--bottom nav div > ul > li > ul li {
  display: block;
}
header .header--bottom nav div > ul > li > ul li a {
  display: block;
  padding: 9px 10px;
  color: #777;
  font-size: 16px;
  font-weight: 600;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
header .header--bottom nav div > ul > li > ul li a:hover {
  background: linear-gradient(to right, var(--goldalt) 0%, #7e6836 100%);
  color: #fff;
  border-top: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
}
header .header--bottom nav div > ul > li > ul li:first-child a {
  border-top: none !important;
}
header .header--bottom nav div > ul > li > ul li:first-last a {
  border-bottom: none !important;
}
header .header--bottom nav div > ul > li:hover ul {
  display: block;
}
header.header--mobile {
  background: #fff;
  display: none;
}
header.header--mobile nav {
  padding: 20px 20px 20px 20px;
  display: block;
}
header.header--mobile nav div > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: space-around;
  flex-direction: column;
}
header.header--mobile nav div > ul > li {
  margin: 0 0 10px 0;
  font-size: 18px;
  position: relative;
}
header.header--mobile nav div > ul > li > a {
  color: var(--blue);
  padding: 15px 20px;
  border-radius: 20px;
  text-transform: uppercase;
  font-weight: 700;
}
header.header--mobile nav div > ul > li > a:hover {
  color: var(--gold);
}
header.header--mobile nav div > ul > li > ul {
  display: none;
  padding: 5px 0 5px 25px;
}
header.header--mobile nav div > ul > li > ul li {
  display: block;
}
header.header--mobile nav div > ul > li > ul li a {
  display: block;
  padding: 0px 3px;
  color: #777;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 10px 0;
}
header.header--mobile nav div > ul > li > ul li a:hover {
  color: var(--gold);
  text-decoration: underline;
}

body.navexpanded .nav-trigger .open {
  display: none;
}
body.navexpanded .nav-trigger .close {
  display: inline !important;
}
body.navexpanded header.header--mobile {
  display: block;
}

section.page {
  padding: 30px 0 60px 0;
}
section.page .page-title {
  margin: 0 0 30px 0;
  font-size: 30px;
  font-weight: 700;
  color: var(--blue);
}

footer .footer--top {
  background: linear-gradient(to right, var(--blue) 0%, #2063a5 100%);
  padding: 60px 0 30px 0;
  border-top: 3px solid var(--blue);
  border-bottom: 3px solid var(--blue);
  font-size: 15px;
  color: #fff;
}
footer .footer--top a {
  color: #fff;
}
footer .footer--top a:hover {
  color: var(--goldalt);
}
footer .footer--top .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: space-around;
  --flex-gap: 20px;
  gap: 60px var(--flex-gap);
}
footer .footer--top .col {
  --flex-items: 4;
  flex: 0 1 calc(100% / var(--flex-items) - (var(--flex-items) - 1) / var(--flex-items) * var(--flex-gap));
}
@media (max-width: 1000px) {
  footer .footer--top .col {
    --flex-items: 2;
  }
}
@media (max-width: 600px) {
  footer .footer--top .col {
    --flex-items: 1;
  }
}
footer .footer--top h5 {
  color: var(--goldalt);
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  text-shadow: 1px 1px 2px #000;
  position: relative;
}
footer .footer--top h5:after {
  position: absolute;
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: #fff;
  left: 0;
  bottom: 0;
}
footer .footer--top ul {
  margin: 0 0 10px 0;
}
footer .footer--top ul li {
  display: block;
  margin: 0 0 10px 0;
}
footer .footer--top ul.styled {
  margin: 5px 0 15px 0;
}
footer .footer--top ul.styled a {
  display: block;
  color: var(--goldalt);
  font-size: 18px;
  font-weight: 500;
}
footer .footer--top ul.styled a i {
  color: #fff !important;
  font-size: 18px;
  background: var(--goldalt);
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  margin: 0 3px 0 0;
}
footer .footer--top ul.styled a:hover {
  color: var(--gold);
}
footer .footer--top ul.styled a:hover i {
  background: var(--gold);
  color: #fff !important;
}
footer .footer--top p {
  margin: 0 0 10px 0;
}
footer .footer--top hr {
  display: block;
  width: 100%;
  border-bottom: 1px solid #fff;
  height: 0;
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
}
footer .footer--top .socials {
  padding-top: 10px;
}
footer .footer--top .socials ul li {
  display: inline-block;
  margin: 0 15px 0 0;
}
footer .footer--top .socials ul li a {
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 20px;
  text-align: center;
  background: var(--goldalt);
  color: #fff;
  border-radius: 50%;
}
footer .footer--top .socials ul li a:hover {
  background: var(--gold);
}
footer .footer--bottom {
  padding: 10px 0;
  font-size: 12px;
}
footer .footer--bottom .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: space-around;
  align-items: center;
}

.lead {
  background: #212441;
  border-top: 3px solid var(--blue);
  border-bottom: 3px solid var(--blue);
  color: #fff;
  padding: 25px 0 10px 0;
}
.lead input {
  box-sizing: content-box !important;
}
.lead .page-title {
  font-size: 30px;
  color: #fff;
  font-weight: 800;
  text-shadow: 1px 1px 2px #000;
}
.lead .info {
  padding: 0px 0 0 0;
  font-size: 16px;
  font-weight: 300;
}
.lead .info span {
  font-weight: 700;
  color: var(--goldalt);
}
.lead .info--route {
  -moz-columns: 3;
       columns: 3;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
}
@media (max-width: 800px) {
  .lead .info--route {
    -moz-columns: 2;
         columns: 2;
  }
}
@media (max-width: 600px) {
  .lead .info--route {
    -moz-columns: 1;
         columns: 1;
  }
}
.lead a {
  color: var(--goldalt);
}
.lead a:hover {
  color: #fff;
}
.lead p {
  padding: 0 0 20px 0;
}
.lead hr {
  display: block;
  width: 100%;
  height: 1px;
  background: rgb(255, 255, 255);
  margin: 0 0 20px 0;
}

.searchbox form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: space-around;
  align-items: center;
  --flex-gap: 10px;
  gap: 10px var(--flex-gap);
}
.searchbox form > div {
  flex: 1 1 0;
}
@media (max-width: 1200px) {
  .searchbox form > div {
    --flex-items: 3;
    flex: 0 1 calc(100% / var(--flex-items) - (var(--flex-items) - 1) / var(--flex-items) * var(--flex-gap));
  }
}
@media (max-width: 700px) {
  .searchbox form > div {
    --flex-items: 2;
    flex: 0 1 calc(100% / var(--flex-items) - (var(--flex-items) - 1) / var(--flex-items) * var(--flex-gap));
  }
}
@media (max-width: 500px) {
  .searchbox form > div {
    --flex-items: 1;
    flex: 0 1 calc(100% / var(--flex-items) - (var(--flex-items) - 1) / var(--flex-items) * var(--flex-gap));
  }
}
@media (min-width: 500px) {
  .searchbox form > div:not(.go) {
    background: rgba(255, 255, 255, 0.2);
    padding: 10px 8px 5px 8px;
    border-radius: 10px;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.5);
    transition: all 0.2s linear;
  }
}
.searchbox form > div:not(.go):hover {
  background: rgba(255, 255, 255, 0.4);
}
.searchbox form > div:not(.go) label {
  font-size: 16px;
  display: block;
  margin: 0 0 6px 0;
  text-align: center;
  text-shadow: 1px 1px 3px #000;
  font-weight: 600;
}
.searchbox form .go {
  text-align: center;
}
.searchbox form .go label {
  display: block;
  font-weight: 500;
  font-size: 16px;
}
.searchbox form .go label:hover {
  color: var(--goldalt) !important;
}
.searchbox form .go label input {
  display: inline-block;
  width: auto;
}
.searchbox form .field {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: space-around;
  gap: 5px;
  flex-wrap: nowrap;
}
.searchbox form input, .searchbox form select {
  width: 100%;
  padding: 0 5px;
  text-align: center;
}
.searchbox form input option:not(.selected), .searchbox form select option:not(.selected) {
  text-align: left;
}
.searchbox form button {
  margin-top: 5px;
}

.armator-list--alt .armator__logo img {
  height: 50px !important;
}
.armator-list--alt .armator__logo a {
  display: inline-block;
}
.armator-list--alt .readmore {
  margin: 15px 0 0;
}
.armator-list .armator {
  margin: 0 0 40px 0;
  box-sizing: border-box;
}
.armator-list .armator .title {
  background: var(--blue);
  color: #fff;
  padding: 10px 15px;
  border-radius: 10px 10px 0 0;
  margin: 0;
}
.armator-list .armator .title a {
  color: #fff;
}
.armator-list .armator .info {
  padding: 15px 15px;
  border: 2px solid var(--blue);
  border-radius: 0 0 10px 10px;
}
.armator-list .armator .info .readmore {
  text-align: right;
}
.armator-list .armator .armator__logo img {
  height: 50px !important;
}
.armator-list .armator .armator__logo a {
  display: inline-block;
}
.armator-list .armator p {
  padding: 0 0 10px 0;
}

.tax-armator .armator__logo {
  margin: 0 0 30px 0;
}
.tax-armator .armator__logo img {
  height: 50px !important;
}

.ship-list--cols {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: space-around;
  flex-wrap: wrap;
  --flex-gap: 20px;
  gap: 60px var(--flex-gap);
}
.ship-list--cols .ship {
  --flex-items: 2;
  flex: 0 1 calc(100% / var(--flex-items) - (var(--flex-items) - 1) / var(--flex-items) * var(--flex-gap));
}
@media (max-width: 500px) {
  .ship-list--cols .ship {
    --flex-items: 1;
  }
}
.ship-list .ship {
  box-sizing: border-box;
  text-align: center;
}
.ship-list .ship .thumb {
  margin: 0 0 10px 0;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.ship-list .ship .thumb:before {
  display: block;
  content: "";
  background: rgba(18, 66, 115, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s linear;
  z-index: 4;
  opacity: 0;
  pointer-events: none;
}
.ship-list .ship .thumb:after {
  display: block;
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  color: rgb(255, 255, 255);
  transition: all 0.2s linear;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
}
.ship-list .ship .thumb img {
  min-width: 100%;
  width: 100%;
  max-width: 100%;
  transition: all 0.2s linear;
}
.ship-list .ship p {
  padding: 0 0 10px 0;
}
.ship-list .ship a {
  display: block;
}
.ship-list .ship a:hover .thumb img {
  transform: scale(1.1);
}
.ship-list .ship a:hover .thumb:before {
  opacity: 1;
}
.ship-list .ship a:hover .thumb:after {
  opacity: 1;
  top: 50%;
}
.ship-list .ship .readmore {
  margin-top: 10px;
}

.room-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: space-around;
  --flex-gap: 10px;
  gap: 30px var(--flex-gap);
}
.room-list .room {
  --flex-items: 2;
  flex: 0 1 calc(100% / var(--flex-items) - (var(--flex-items) - 1) / var(--flex-items) * var(--flex-gap));
  box-sizing: border-box;
}
@media (max-width: 600px) {
  .room-list .room {
    --flex-items: 1;
  }
}
.room-list .room h4 {
  background: var(--blue);
  color: #fff;
  padding: 8px 10px;
  border-radius: 10px 10px 0 0;
  text-align: center;
}
.room-list .room .thumb {
  border-left: 3px solid var(--blue);
  border-right: 3px solid var(--blue);
}
.room-list .room .thumb img {
  max-width: 100%;
}
.room-list .room .price {
  border-left: 3px solid var(--blue);
  border-right: 3px solid var(--blue);
  background: linear-gradient(to right, var(--goldalt) 0%, #7e6836 100%);
  padding: 8px 10px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  text-shadow: 0px 0px 5px #000;
}
.room-list .room .price span {
  font-weight: 700;
  font-size: 22px;
}
.room-list .room .info {
  padding: 10px 10px;
  background: #f8f8f8;
  border-radius: 0 0 10px 10px;
  border-right: 3px solid var(--blue);
  border-bottom: 3px solid var(--blue);
  border-left: 3px solid var(--blue);
  font-size: 15px;
  line-height: 20px;
  text-align: center;
}
.room-list .room .action {
  padding: 10px 0 0px 0;
}

.route .map {
  margin: 0 0 20px 0;
}
.route .map img {
  max-width: 100%;
}
.route table td:nth-child(1), .route table td:nth-child(3), .route table td:nth-child(4), .route table th:nth-child(1), .route table th:nth-child(3), .route table th:nth-child(4) {
  width: 1%;
  white-space: nowrap;
  text-align: center;
}
@media (max-width: 700px) {
  .route table td:nth-child(3), .route table td:nth-child(4), .route table th:nth-child(3), .route table th:nth-child(4) {
    max-width: 60px;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.route table td:nth-child(2), .route table th:nth-child(2) {
  width: auto;
  text-align: left;
}

.date-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: space-around;
  --flex-gap: 10px;
  gap: 10px var(--flex-gap);
}
.date-list__section {
  background: var(--goldalt);
  padding: 30px 0 !important;
}
.date-list__title {
  font-size: 22px;
  margin: 0 0 20px 0;
  color: var(--blue);
}
.date-list__title span {
  color: var(--bluealt);
}
.date-list:after {
  content: "";
  flex: auto;
}
.date-list .date {
  --flex-items: 4;
  flex: 0 1 calc(100% / var(--flex-items) - (var(--flex-items) - 1) / var(--flex-items) * var(--flex-gap));
}
@media (max-width: 500px) {
  .date-list .date {
    --flex-items: 3;
  }
}
.date-list .date a {
  display: block;
  border: 2px solid var(--gold);
  background: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 3px 3px;
  font-size: 15px;
  line-height: 17px;
  color: var(--gold);
}
.date-list .date a .date__top {
  border-bottom: 2px solid var(--blue);
}
.date-list .date a .price {
  white-space: nowrap;
}
.date-list .date a:hover {
  background: var(--blue);
  color: #fff;
  border: 2px solid var(--blue);
}
.date-list .date a:hover .date__top {
  border-bottom: 2px solid #fff;
}
.date-list .date.current a {
  background: linear-gradient(to right, var(--blue) 0%, #2063a5 100%);
  color: #fff !important;
  border: 2px solid #fff !important;
  cursor: default !important;
}
.date-list .date.current .date__top {
  border-bottom: 2px solid #fff;
}
.date-list .date.promo .price {
  color: #f00;
}

.operated {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: space-around;
  justify-content: flex-start;
  --flex-gap: 20px;
  gap: 40px var(--flex-gap);
}
.operated div {
  --flex-items: 2;
  flex: 0 1 calc(100% / var(--flex-items) - (var(--flex-items) - 1) / var(--flex-items) * var(--flex-gap));
}
@media (max-width: 800px) {
  .operated div {
    --flex-items: 1;
  }
}
.operated > div:first-child {
  margin: 0 0 40px 0;
}
.operated h3 {
  margin: 0 0 15px 0;
}

.deal-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: space-around;
  --flex-gap: 10px;
  gap: 40px var(--flex-gap);
}
.deal-list:after {
  content: "";
  flex: auto;
}
.deal-list__title {
  margin: 0 0 30px 0 !important;
}
.deal-list .deal {
  position: relative;
  --flex-items: 4;
  flex: 0 1 calc(100% / var(--flex-items) - (var(--flex-items) - 1) / var(--flex-items) * var(--flex-gap));
}
@media (max-width: 900px) {
  .deal-list .deal {
    --flex-items: 2;
  }
}
@media (max-width: 500px) {
  .deal-list .deal {
    --flex-items: 1;
  }
}
.deal-list .deal .thumb {
  overflow: hidden;
  position: relative;
}
.deal-list .deal .thumb:before {
  display: block;
  content: "";
  background: rgba(18, 66, 115, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s linear;
  z-index: 4;
  opacity: 0;
  pointer-events: none;
}
.deal-list .deal .thumb:after {
  display: block;
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  color: rgb(255, 255, 255);
  transition: all 0.2s linear;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
}
.deal-list .deal .thumb img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease-in-out;
  margin: 0;
}
.deal-list .deal .thumb:hover:before {
  opacity: 1;
}
.deal-list .deal .thumb:hover:after {
  opacity: 1;
  top: 50%;
}
.deal-list .deal .thumb:hover img {
  transform: scale(1.1);
}
.deal-list .deal .info {
  margin-top: -1px;
  background: var(--blue);
  font-size: 15px;
  color: #fff;
  padding: 10px 10px;
  border: 2px solid var(--blue);
}
.deal-list .deal .info strong {
  color: var(--goldalt);
}
.deal-list .deal .info a {
  color: #fff;
}
.deal-list .deal .info a:hover {
  color: var(--goldalt);
}
.deal-list .deal .price {
  background: var(--gold);
  border: 2px solid var(--gold);
  color: #fff;
  padding: 10px 10px;
  font-size: 17px;
}
.deal-list .deal .bot {
  background: #f8f8f8;
  color: #333;
  padding: 10px 10px;
  font-size: 16px;
}
.deal-list .deal .bot a {
  color: #333 !important;
}
.deal-list .deal .bot a:hover {
  color: var(--gold) !important;
}
.deal-list .deal .title {
  font-size: 17px;
  color: #fff;
  margin: 0 0 5px 0;
}
.deal-list .deal .title a {
  display: block;
  line-height: 20px;
  min-height: 40px;
  height: 40px;
  overflow: hidden;
}
.deal-list .deal > a {
  display: block;
  color: #fff;
  position: relative;
}
.deal-list .deal:hover .info {
  background: linear-gradient(to right, var(--blue) 0%, #2063a5 100%);
}
.deal-list .deal:hover .price {
  background: linear-gradient(to right, var(--goldalt) 0%, #7e6836 100%);
}
.deal-list .deal.promo .price {
  background: linear-gradient(to right, #fe0505 0%, var(--goldalt) 100%);
}
.deal-list .deal.promo:after {
  position: absolute;
  top: 10px;
  left: 10px;
  content: "PROMO";
  color: #fff;
  display: inline-block;
  background: #ff0000;
  padding: 2px 5px;
  font-size: 10px;
  border-radius: 5px;
  border: 2px solid #fff;
}
.deal-list .plflag {
  position: relative;
  width: 14px;
  height: 10px;
  background-color: #fff;
  margin: 0 5px 0 0;
  display: inline-block;
}
.deal-list .plflag:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: red;
}

.post-list, .route-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: space-around;
  --flex-gap: 10px;
  gap: 40px var(--flex-gap);
}
.post-list:after, .route-list:after {
  content: "";
  flex: auto;
}
.post-list .post, .post-list .route, .route-list .post, .route-list .route {
  --flex-items: 4;
  flex: 0 1 calc(100% / var(--flex-items) - (var(--flex-items) - 1) / var(--flex-items) * var(--flex-gap));
}
@media (max-width: 900px) {
  .post-list .post, .post-list .route, .route-list .post, .route-list .route {
    --flex-items: 2;
  }
}
@media (max-width: 600px) {
  .post-list .post, .post-list .route, .route-list .post, .route-list .route {
    --flex-items: 1;
  }
}
.post-list .post .thumb, .post-list .route .thumb, .route-list .post .thumb, .route-list .route .thumb {
  margin: 0 0 5px 0;
}
.post-list .post .thumb img, .post-list .route .thumb img, .route-list .post .thumb img, .route-list .route .thumb img {
  max-width: 100%;
}
.post-list .post .date, .post-list .route .date, .route-list .post .date, .route-list .route .date {
  font-size: 12px;
  color: var(--gold);
  font-weight: 700;
}
.post-list .post .title, .post-list .route .title, .route-list .post .title, .route-list .route .title {
  font-size: 17px;
  margin: 0 0 5px 0;
}
.post-list .post .title a, .post-list .route .title a, .route-list .post .title a, .route-list .route .title a {
  color: var(--blue);
}
.post-list .post .title a:hover, .post-list .route .title a:hover, .route-list .post .title a:hover, .route-list .route .title a:hover {
  color: var(--gold);
}
.post-list .post .excerpt p, .post-list .route .excerpt p, .route-list .post .excerpt p, .route-list .route .excerpt p {
  font-size: 14px;
}
.post-list__more, .route-list__more {
  padding: 40px 0 0 0;
  text-align: center;
}

.region-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: space-around;
  --flex-gap: 20px;
  gap: 40px var(--flex-gap);
}
.region-list__page {
  background: var(--bluelight);
  padding-top: 60px !important;
}
.region-list__title {
  margin: 0 0 30px 0 !important;
}
.region-list .region {
  --flex-items: 4;
  flex: 0 1 calc(100% / var(--flex-items) - (var(--flex-items) - 1) / var(--flex-items) * var(--flex-gap));
}
@media (max-width: 900px) {
  .region-list .region {
    --flex-items: 2;
  }
}
@media (max-width: 600px) {
  .region-list .region {
    --flex-items: 1;
  }
}
.region-list .region .thumb {
  margin: 0 0 5px 0;
}
.region-list .region .thumb img {
  max-width: 100%;
}
.region-list .region .title {
  font-size: 19px;
}

.contactus-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: space-around;
  --flex-gap: 10px;
  gap: 40px var(--flex-gap);
}
.contactus-list:after {
  content: "";
  flex: auto;
}
.contactus-list .contactus {
  text-align: center;
  --flex-items: 4;
  flex: 0 1 calc(100% / var(--flex-items) - (var(--flex-items) - 1) / var(--flex-items) * var(--flex-gap));
}
@media (max-width: 900px) {
  .contactus-list .contactus {
    --flex-items: 2;
  }
}
@media (max-width: 600px) {
  .contactus-list .contactus {
    --flex-items: 1;
  }
}
.contactus-list .contactus .ico {
  margin: 0 0 5px 0;
}
.contactus-list .contactus .ico i {
  font-size: 32px;
  margin: 0 0 5px 0;
  display: block;
  color: #fff !important;
  font-size: 24px;
  background: var(--goldalt);
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  margin: 0 3px 0 0;
}
.contactus-list .contactus .title {
  color: var(--blue);
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 5px 0;
}

.wp-pagenavi {
  margin: 40px 0 0 0;
  border-top: 2px solid var(--blue);
  padding: 40px 0 0 0;
  text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
  border-radius: 5px;
}
.wp-pagenavi .current {
  background: var(--gold);
  color: #fff;
}
.wp-pagenavi a:hover {
  background: var(--goldalt);
  color: #fff;
}

.cta {
  padding: 100px 0;
  position: relative;
  background: url("./images/bg-cta.webp") center center no-repeat;
  background-size: cover;
}
.cta:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, var(--blue) 0%, #2063a5 100%);
  z-index: 6;
  opacity: 0.7;
}
.cta:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 4;
  opacity: 0.4;
}
.cta > div {
  z-index: 7;
  position: relative;
}
.cta h2 {
  color: #fff;
  text-align: center;
  margin: 0 0 10px 0;
  text-shadow: 1px 1px 2px #000;
}
.cta h3 {
  color: var(--goldalt);
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  text-shadow: 1px 1px 2px #000;
}
.cta .cta-form {
  max-width: 500px;
  margin: 20px auto 0 auto;
  padding: 0px 20px 20px 20px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.35);
}
.cta .cta-form label {
  color: var(--goldalt) !important;
  font-size: 19px !important;
  margin: 0 0 5px 0 !important;
  font-weight: 600;
}
.cta .cta-form .wpforms-field-html {
  color: #fff;
}

.devinfo {
  color: #fff;
  font-weight: 500;
  text-align: center;
  background: #650000;
}