<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ----------------------------------------------------------------------
 * RESET
 * ---------------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
input,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
:before,
:after {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  vertical-align: bottom;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
  background: white;
}

*::-ms-backdrop,
html {
  overflow-x: hidden;
}

.g-body {
  color: #888;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  /*font-feature-settings: 'palt';*/
  line-height: 1.35;
  letter-spacing: 0.1em;
  width: 100%;
  margin: 0;
  padding: 0;
  background: white;
  position: relative;
  cursor: default;
}

input,
textarea,
select,
option {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  margin: 0;
  padding: 0;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

input[type="radio"] {
  display: none;
}
input[type="radio"]:checked + label {
  background: #ff0000;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

a,
a:visited,
a:before,
a:after,
a img,
input[type="image"],
input[type="submit"] {
  color: #888;
  text-decoration: none;
  transition: 0.3s;
  backface-visibility: hidden;
}

a:visited:hover,
a:hover,
a:hover img,
input[type="image"]:hover {
  opacity: 0.8;
}

a.is-hover-none:visited:hover,
a.is-hover-none:hover,
a.is-hover-none:hover img,
input[type="image"].is-hover-none:hover {
  opacity: 1;
}

a:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  backface-visibility: hidden;
}

*::-ms-backdrop,
img {
  width: 100%;
}

button {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

::selection {
  color: #fff;
  background: rgba(29, 32, 136, 1);
}

::-moz-selection {
  color: #fff;
  background: rgba(29, 32, 136, 1);
}

::-webkit-scrollbar {
  width: 9px;
  background: #9899c6;
}

::-webkit-scrollbar-thumb {
  background-color: #1d2088;
}

/* ----------------------------------------------------------------------
 * GLOBAL - UTILITY
 * ---------------------------------------------------------------------- */
.u-inner {
  margin: 0 6.5%;
  position: relative;
}

.u-show-mobile {
  display: none !important;
}

.u-hide-mobile {
  display: inline-block !important;
}

.u-cover {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
  /*backdrop-filter: blur(2px) contrast(100%);*/
}

.u-font-bold {
  font-weight: 700 !important;
}

.u-font-serif {
  font-family: "Sawarabi Mincho", serif;
}

.u-font-advent {
  font-family: "Advent Pro";
}

.u-contents {
  padding: 4.25% 0 2.5%;
}

.u-contents__inner {
  padding: 6.45% 6.45% 0;
  background: #fff;
}

.u-align-right {
  text-align: right !important;
}

.u-align-center {
  text-align: center !important;
}

.u-align-left {
  text-align: left !important;
}

.u-float-right {
  float: right !important;
}

.u-float-left {
  float: left !important;
}

.u-color-black {
  color: black;
}

.u-color-red {
  color: #e00000;
}

/* ------------------------------------------------------------------------------------------------
 * Parts Template
 * ------------------------------------------------------------------------------------------------ */
.u-page-title {
  margin: 0;
  padding: 50% 0 0;
  position: relative;
}

.u-page-title__title {
  color: #fff;
  width: 24.25%;
  padding: 24.25% 0 0;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.u-page-title__icon {
  width: 100%;
  display: block;
  position: absolute;
  top: 15%;
  left: 0;
}

.u-page-title__icon img {
  width: 35%;
}

.u-page-title__name {
  line-height: 1;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 15%;
  left: 0;
}

.u-page-title__name:before {
  content: attr(data-en) "";
  font-family: "Advent Pro";
  font-size: calc(0.0390625vw * 80);
  letter-spacing: 0.15em;
  padding: 0 0 0.35em 0.35em;
  display: block;
}

.u-page-title__image {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.u-page-title__image img {
  width: 100%;
  max-width: none;
}

.u-page-title__line {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.u-page-title__line:nth-of-type(1) {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  top: -2%;
  left: -2%;
}

.u-page-title__line:nth-of-type(2) {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  top: 2%;
  left: 2%;
}

.u-page-title__line:nth-of-type(3) {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  top: 4%;
  left: 4%;
}

.u-next-contents {
  margin-top: 10%;
  padding: 22.2% 0 0;
  background: #fff;
  position: relative;
}

.u-next-contents .u-page-title__title {
  color: #fff;
  width: 33.5%;
  padding: 12.15% 0 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.u-next-contents .u-page-title__name {
  font-weight: 400;
  bottom: 27.5%;
}

.u-next-contents .u-page-title__name-en {
  line-height: 1;
  letter-spacing: 0.2em;
  width: 100%;
  align-items: center;
  position: absolute;
  top: 30%;
  left: 0;
}

.u-next-contents .u-page-title__name-en span:nth-child(1) {
  width: 9.75%;
  display: inline-block;
}

.u-next-contents .u-page-title__name-en span:nth-child(2) {
  padding-left: 0.5em;
}

.u-next-contents figure {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.u-next-contents .u-page-title__line {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.u-next-contents .u-page-title__line:nth-of-type(1) {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  top: -4%;
  left: -2%;
}

.u-next-contents .u-page-title__line:nth-of-type(2) {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  top: 2%;
  left: 2%;
}

.u-next-contents .u-page-title__line:nth-of-type(3) {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  top: 4.75%;
  left: 3%;
}

.u-page-menu {
  margin: -6.25% 0 0;
  position: relative;
  z-index: 10;
}

.u-page-menu ul li {
  width: 12.5%;
  margin: 0 1.75%;
}

.u-page-menu ul li a {
  color: #888;
  padding: 100% 0 0;
  background: #fff;
  display: block;
  border-radius: 50%;
  position: relative;
  box-shadow: 20px 20px 20px 0 rgba(0, 0, 0, 0.05);
}

.u-page-menu ul li span {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.u-page-menu__icon {
  margin: 0 0 9.25%;
  display: block;
}

.u-page-menu__icon img {
  width: 30%;
}

.u-page-menu__name {
  display: block;
}

.u-corner-menu {
  position: absolute;
  top: 1vw;
  right: 0;
}

.u-corner-menu .slick-track {
  display: flex;
  justify-content: flex-end;
}

.u-corner-menu .slick-slide {
  width: auto !important;
  float: none !important;
  cursor: pointer;
}

.u-corner-menu em {
  color: #fff;
  font-size: calc(0.0390625vw * 30);
  line-height: 1;
  white-space: nowrap;
  margin: 0 0 0.5em;
  padding: 0.25em 1em;
  display: block;
}

.u-corner-menu em,
.u-corner-menu .slick-slide em {
  border-left: 1px solid #fff;
}

.u-corner-menu .is-border-none {
  border: 0 !important;
}

.u-corner-menu em a {
  color: #fff;
}

.no-touch .u-corner-menu .u-hover-line:after {
  background: #fff;
}

.u-title-hi {
  color: #fff;
  letter-spacing: 0.25em;
  align-items: center;
  margin: 0 0 3.75%;
  padding: 0 0 0 0.25em;
}

.u-title-hi__icon {
  width: 5%;
  padding: 5% 0 0;
  display: block;
  position: relative;
}

.u-title-hi__icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.u-title-hi__name {
  padding: 0 0 0 0.55em;
}

.u-title-mid {
}

.u-title-low {
}

/* Template text */
.u-text {
  font-size: calc(0.0390625vw * 28);
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 2.85%;
}

.u-text .u-note {
  /*color: #bbb;*/
  font-size: 0.9vw;
  line-height: 1.75;
  display: block;
}

.u-note__asterisk {
  position: absolute;
  top: 0;
  left: 0;
}

/* Template Table */
.u-table-corner {
}

.u-table-corner__title {
  color: #333;
  text-align: left;
  padding: 0 0 5px;
  display: block;
  border-bottom: 1px solid #000;
}

.u-table-corner table {
  width: 100%;
  border: 1px solid #c1c7c7;
  border-radius: 0.25em;
}

.u-table-corner th {
  color: #333;
  font-weight: 400;
  text-align: left;
  vertical-align: top;
  width: 25%;
  padding: 1.15em 0.5em 1.15em 1.15em;
  border-top: 1px dashed #c1c7c7;
  background: #f0f0f0;
}

.u-table-corner tr:nth-of-type(1) th,
.u-table-corner tr:nth-of-type(1) td {
  border: 0;
}

.u-table-corner .isHead th {
  padding-left: 0;
  border-top: 0;
}

.u-table-corner td {
  vertical-align: middle;
  padding: 1.15em 0 1.15em 0.5em;
  border-top: 1px dashed #c1c7c7;
}

/* Template link */
.u-icon-arrow:before {
  content: "";
  width: 1.8vw;
  padding: 1.8vw 0 0;
  vertical-align: -0.475em;
  margin: 0 0.5em 0 0;
  background: #f5f5f5 url("/hotel/fukuoka/_assets/img/common/arrow-01-gray.png")
    no-repeat center center / 20% auto;
  border-radius: 50%;
  display: inline-block;
  position: relative;
}

.u-badge-free {
  color: #fff;
  width: calc(0.0390625vw * 120);
  padding-top: calc(0.0390625vw * 120);
  display: block;
  border-radius: 50%;
  background: #f4a63c;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(25%, -25%);
}

.u-badge-free em {
  font-size: calc(0.0390625vw * 24);
  white-space: nowrap;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.u-flex {
  display: flex;
}

.u-flex-wrap {
  flex-wrap: wrap;
}

.u-flex-reverse {
  flex-direction: row-reverse;
}

.u-flex-center {
  justify-content: center;
}

/* 凹むボタン */
.u-layer-button a {
  border: 1px solid #888;
  display: block;
}

.u-layer-button a em {
  letter-spacing: 0.35em;
  margin: -1px;
  padding: 0.85em 0;
  display: block;
  border: 1px solid #888;
  background: #fff;
  position: relative;
  transform: translate(-0.225em, -0.225em);
  transition: 0.4s;
}

.u-layer-button a:hover em {
  color: #fff;
  background: #888;
  transform: translate(0, 0);
}

.u-hover-line {
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.no-touch .u-hover-line:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: -4px;
  left: 0;
  transition: 0.5s;
  opacity: 0;
}

.no-touch .u-hover-line:hover,
.no-touch .u-hover-line:hover * {
  text-decoration: none;
  opacity: 1;
}

.no-touch .u-hover-line:hover:after {
  opacity: 1;
}

.no-touch .u-hover-line.is-out:after {
  opacity: 1;
}

.no-touch .u-hover-line.is-out:hover:after {
  opacity: 0;
}

/* Template Fontsize */
.u-fontsize10 {
  font-size: calc(0.0390625vw * 10);
}
.u-fontsize11 {
  font-size: calc(0.0390625vw * 11);
}
.u-fontsize12 {
  font-size: calc(0.0390625vw * 12);
}
.u-fontsize13 {
  font-size: calc(0.0390625vw * 13);
}
.u-fontsize14 {
  font-size: calc(0.0390625vw * 14);
}
.u-fontsize15 {
  font-size: calc(0.0390625vw * 15);
}
.u-fontsize16 {
  font-size: calc(0.0390625vw * 16);
}
.u-fontsize17 {
  font-size: calc(0.0390625vw * 17);
}
.u-fontsize18 {
  font-size: calc(0.0390625vw * 18);
}
.u-fontsize19 {
  font-size: calc(0.0390625vw * 19);
}
.u-fontsize20 {
  font-size: calc(0.0390625vw * 20);
}
.u-fontsize21 {
  font-size: calc(0.0390625vw * 21);
}
.u-fontsize22 {
  font-size: calc(0.0390625vw * 22);
}
.u-fontsize23 {
  font-size: calc(0.0390625vw * 23);
}
.u-fontsize24 {
  font-size: calc(0.0390625vw * 24);
}
.u-fontsize25 {
  font-size: calc(0.0390625vw * 25);
}
.u-fontsize26 {
  font-size: calc(0.0390625vw * 26);
}
.u-fontsize27 {
  font-size: calc(0.0390625vw * 27);
}
.u-fontsize28 {
  font-size: calc(0.0390625vw * 28);
}
.u-fontsize29 {
  font-size: calc(0.0390625vw * 29);
}
.u-fontsize30 {
  font-size: calc(0.0390625vw * 30);
}
.u-fontsize31 {
  font-size: calc(0.0390625vw * 31);
}
.u-fontsize32 {
  font-size: calc(0.0390625vw * 32);
}
.u-fontsize33 {
  font-size: calc(0.0390625vw * 33);
}
.u-fontsize34 {
  font-size: calc(0.0390625vw * 34);
}
.u-fontsize35 {
  font-size: calc(0.0390625vw * 35);
}
.u-fontsize36 {
  font-size: calc(0.0390625vw * 36);
}
.u-fontsize37 {
  font-size: calc(0.0390625vw * 37);
}
.u-fontsize38 {
  font-size: calc(0.0390625vw * 38);
}
.u-fontsize39 {
  font-size: calc(0.0390625vw * 39);
}
.u-fontsize40 {
  font-size: calc(0.0390625vw * 40);
}
.u-fontsize41 {
  font-size: calc(0.0390625vw * 41);
}
.u-fontsize42 {
  font-size: calc(0.0390625vw * 42);
}
.u-fontsize43 {
  font-size: calc(0.0390625vw * 43);
}
.u-fontsize44 {
  font-size: calc(0.0390625vw * 44);
}
.u-fontsize45 {
  font-size: calc(0.0390625vw * 45);
}
.u-fontsize46 {
  font-size: calc(0.0390625vw * 46);
}
.u-fontsize47 {
  font-size: calc(0.0390625vw * 47);
}
.u-fontsize48 {
  font-size: calc(0.0390625vw * 48);
}
.u-fontsize49 {
  font-size: calc(0.0390625vw * 49);
}
.u-fontsize50 {
  font-size: calc(0.0390625vw * 50);
}
.u-fontsize50 {
  font-size: calc(0.0390625vw * 50);
}
.u-fontsize51 {
  font-size: calc(0.0390625vw * 51);
}
.u-fontsize52 {
  font-size: calc(0.0390625vw * 52);
}
.u-fontsize53 {
  font-size: calc(0.0390625vw * 53);
}
.u-fontsize54 {
  font-size: calc(0.0390625vw * 54);
}
.u-fontsize55 {
  font-size: calc(0.0390625vw * 55);
}
.u-fontsize56 {
  font-size: calc(0.0390625vw * 56);
}
.u-fontsize57 {
  font-size: calc(0.0390625vw * 57);
}
.u-fontsize58 {
  font-size: calc(0.0390625vw * 58);
}
.u-fontsize59 {
  font-size: calc(0.0390625vw * 59);
}
.u-fontsize60 {
  font-size: calc(0.0390625vw * 60);
}

/* ----------------------------------------------------------------------
 * LAYOUT
 * ---------------------------------------------------------------------- */
.g-wrapper {
  height: 100vh;
}

.g-container {
  width: calc(100% - 18%);
  margin: 0 0 0 18%;
  background-repeat: repeat;
  background-position: left top;
  background-size: 400px auto;
  position: relative;
  z-index: 0;
}

.g-main-visual {
  padding: 100px 0;
}

.g-modal {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}

/* ------------------------------------------------------------------------------------------------
 * "SLICK" BUGFIX
 * ------------------------------------------------------------------------------------------------ */
.js-slide {
  opacity: 0;
  transition: 0.3s;
}
.js-slide.slick-initialized {
  opacity: 1;
}

/* ------------------------------------------------------------------------------------------------
 * Breadcrumb
 * ------------------------------------------------------------------------------------------------ */
.g-breadcrumb {
}

/* ------------------------------------------------------------------------------------------------
 * HEADER
 * ------------------------------------------------------------------------------------------------ */
.g-header {
  width: 18%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.g-header .u-inner {
  max-width: 180px;
  margin: 0 auto;
}

.g-header__logo {
  padding: 40px 0 30px;
}

.g-header__logo a {
  display: block;
}

.g-header__logo img {
  width: 75px;
}

.g-header__logo strong {
  color: #1d2087;
  font-size: 2rem;
  line-height: 1.45;
  letter-spacing: 0.15em;
  padding: 12.5px 0 0;
  display: block;
}

.g-header__following {
  width: 3.67%;
  position: fixed;
  top: 3.9%;
  right: 0;
}

.g-header__following a {
  color: #fff;
  display: block;
  margin-right: -20%;
  transform-origin: right center;
}

.no-touch .g-header__following a:hover {
  transform: translateX(-15%);
}

.g-header__following .is-reserve a {
  padding: 60% 0;
  background: url("/hotel/fukuoka/_assets/img/common/bg-blue-dark-01.png")
    repeat center / 100% auto;
}

.g-header__following .is-reserve a em {
  font-size: 1.15vw;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 0 0 0 22.5%;
  display: inline-block;
}

*::-ms-backdrop,
.g-header__following .is-reserve a em {
  margin: 0 0 0 1%;
}

.g-header__following .is-access a {
  padding: 100% 0 0;
  background: url("/hotel/fukuoka/_assets/img/common/bg-orange-dark-01.png")
    center / 150% auto;
  position: relative;
}

.g-header__following .is-access em {
  max-width: 50.5%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-70%, -50%);
}

/* ------------------------------------------------------------------------------------------------
 * GLOBAL NAVI
 * ------------------------------------------------------------------------------------------------ */
.g-header .g-nav__menu li {
  width: calc(100% / 2);
  position: relative;
}

*::-ms-backdrop,
.g-header .g-nav__menu li {
  width: calc(100% / 2.01);
}

.g-header .g-nav__menu li a {
  color: #fff;
  font-weight: 700;
  padding: 100% 0 0;
  background-size: 150% auto;
  display: block;
  position: relative;
}

.g-header .g-nav__menu li.g-nav__room a {
  background-image: url("/hotel/fukuoka/_assets/img/common/bg-red-01.png");
}

.g-header .g-nav__menu li.g-nav__service a {
  background-image: url("/hotel/fukuoka/_assets/img/common/bg-orange-01.png");
}

.g-header .g-nav__menu li.g-nav__breakfast a {
  background-image: url("/hotel/fukuoka/_assets/img/common/bg-yellow-01.png");
}

.g-header .g-nav__menu li.g-nav__sightseen a {
  background-image: url("/hotel/fukuoka/_assets/img/common/bg-green-01.png");
}

.g-header .g-nav__menu li.g-nav__photo a {
  background-image: url("/hotel/fukuoka/_assets/img/common/bg-blue-01.png");
}

.g-header .g-nav__menu li.g-nav__faq a {
  background-image: url("/hotel/fukuoka/_assets/img/common/bg-purple-02.png");
}

.g-header .g-nav__menu li a span {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.g-header .g-nav__menu li a img {
  max-width: 37.75%;
  margin: 22% 0 12%;
}

.g-header .g-nav__menu li.g-nav__photo a img,
.g-header .g-nav__menu li.g-nav__faq a img {
  margin: 22% 0 5%;
}

.g-header .g-nav__menu li a em {
  font-size: 1.1rem;
  letter-spacing: 0.25em;
  display: block;
  transform-origin: top center;
}

.g-nav__sports {
  padding: 3% 0 0;
}

.g-nav__sports a {
  color: #fff;
  font-size: 0.825vw;
  padding: 5% 0;
  display: block;
  background: url("/hotel/fukuoka/_assets/img/common/navi-bg-gray.png")
    no-repeat center / 150% auto;
}

.g-nav__member {
  padding: 7.5%;
}

.g-nav__member ul li a {
  color: #888;
  font-size: 1.2rem;
  padding: 5% 0;
  display: block;
  position: relative;
}

.g-nav__member ul li:not(:first-child) {
  border-top: 1px solid #e5e5e5;
}

.g-nav__lang {
  margin: 2.5% 7.5%;
  position: relative;
}

.g-nav__lang a {
  color: #fff;
}

.g-nav__lang a em {
  font-size: 1rem;
  background: #888;
}

.g-nav__lang-list {
  width: 100%;
  display: block;
  border-bottom: 1px solid #888;
  position: absolute;
  top: 32px;
  left: 0;
}

.g-nav__lang-list {
  display: none;
}

.g-nav__lang-list li {
  border-right: 1px solid #888;
  border-top: 1px solid #888;
  border-left: 1px solid #888;
  &amp;:last-child {
    border-bottom: 1px solid #888;
  }
}

.g-nav__lang-list li a {
  color: #888;
  font-size: 1.1rem;
  padding: 0.9em 0;
  border: 0;
  background: #fff;
  display: block;
}

.g-nav__lang-list li a:hover {
  background: #eef2f3;
  opacity: 1;
}

.g-nav__lang:hover + .g-nav__lang-list {
  opacity: 1;
  visibility: visible;
}

.g-nav__submenu {
  position: absolute;
  bottom: 5.65em;
  right: 0;
  transform: translate(100%, 100%);
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  z-index: -1;
}

.no-touch .is-submenu-trigger:hover .g-nav__submenu {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}

.g-header .g-nav__menu .g-nav__submenu {
  width: 150px;
  padding: 1px;
  background-image: url(/hotel/fukuoka/_assets/img/common/bg-orange-01.png);
}

.g-header .g-nav__menu .g-nav__submenu dt {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.75em 0;
}

.g-header .g-nav__menu .g-nav__submenu dd {
  padding: 1px 0 0;
}

.g-header .g-nav__menu .g-nav__submenu dd a {
  color: #888;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0;
  padding: 0.75em 0 !important;
  background-color: #fff;
  background-image: none !important;
}

.g-reserve__terms {
  width: 22.75%;
  padding: 22.75% 0 0;
  background: url("/hotel/fukuoka/_assets/img/common/bg-blue-dark-01.png")
    repeat;
  position: relative;
}

.g-reserve__terms a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.g-reserve__terms a em {
  width: 60%;
  padding: 60% 0 0;
  display: block;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 11.25%;
  left: 50%;
  transform: translateX(-50%);
}

.g-reserve__terms a em:after {
  content: "最安値保証";
  color: #12146d;
  font-size: calc(0.0390625vw * 32);
  font-weight: 700;
  text-align: center;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 27.5%;
  left: 0;
}

.g-reserve__terms a em img {
  width: 34%;
  position: absolute;
  top: 20%;
  left: calc(50% - 17%);
}

.g-reserve__terms a span {
  color: #fff;
  font-size: calc(0.0390625vw * 24);
  white-space: nowrap;
  padding: 0 1em 0 0;
  display: inline-block;
  background: url("/hotel/fukuoka/_assets/img/common/arrow-01-white.png")
    no-repeat right center / auto 75%;
  position: absolute;
  bottom: 10.25%;
  left: 50%;
  transform: translateX(-50%);
}

.g-reserve-input {
  width: calc(100% - 22.75%);
  /*padding: 4.25% 5.15% 0 5.15%;*/
  padding: 4.25% 5.15% 2.8% 5.15%;
  background: #eff2f3;
}

.g-reserve-input__inner {
  width: 100%;
  margin: 0 0 2.85%;
}

.g-reserve-input__inner .is-hide {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1;
}

.g-reserve-input h5 {
  color: #888;
  white-space: nowrap;
  letter-spacing: 0;
  margin: 0 0 1em;
  display: block;
}

.g-reserve-input select {
  color: #888;
  font-size: calc(0.0390625vw * 26);
  width: 100%;
  padding: 0.75em 1.25em;
  border: 0;
  background: #fff;
  display: inline-block;
  border-radius: 0.2em;
  cursor: pointer;
}

.g-reserve-input__inner1 {
  width: calc(33.5% + 0.75em);
  padding: 0 0 0 0;
}

.g-reserve-input__inner1 select {
  letter-spacing: 0.15em;
  width: 100%;
  box-sizing: border-box;
}

.g-reserve-input__inner2 {
  width: 29%;
  padding: 0 0 0 1em;
}

.g-reserve-input__inner2 select[name="dt_yyyymm"] {
  width: 60%;
}

.g-reserve-input__inner2 select[name="dt_dd"] {
  width: 40%;
  margin-left: -0.75em;
}

.g-reserve-input__inner3 {
  width: 12.5%;
  padding: 0 0 0 1em;
}

.g-reserve-input__inner4 {
  width: 12.5%;
  padding: 0 0 0 1em;
}

.g-reserve-input__inner5 {
  width: 12.5%;
  padding: 0 0 0 1em;
}

.g-reserve-input__plan-menu {
  width: 65%;
  align-items: center;
}

.g-reserve-input__plan-menu li {
  width: 50%;
}

.g-reserve-input__plan-menu li:not(:first-child) {
  border-left: 1px solid #888;
}

.g-reserve-input__plan-menu a {
  color: #000147;
  font-size: calc(0.0390625vw * 28);
  font-weight: 700;
  align-items: center;
}

.g-reserve-input__plan-menu a img {
  width: 1.75em;
  margin: 0 0.75em 0 0;
}

.g-reserve-input .u-layer-button {
  width: 35%;
}

.g-reserve-input .u-layer-button div {
  border: 1px solid #000147;
  display: block;
}

.g-reserve-input .u-layer-button div button {
  color: #fff;
  font-size: calc(0.0390625vw * 30);
  letter-spacing: 0.35em;
  width: calc(100% + 2px);
  margin: -1px;
  padding: 0.85em 0;
  display: block;
  border: 1px solid #000147;
  background: url("/hotel/fukuoka/_assets/img/common/bg-blue-dark-01.png")
    repeat center;
  position: relative;
  transform: translate(-2px, -2px);
  transition: 0.4s;
  cursor: pointer;
}

.g-reserve-input .u-layer-button div:hover button {
  color: #fff;
  transform: translate(0, 0);
}

.g-googlemap {
  padding: 37.25% 0 0;
  background: #ddd;
  position: relative;
}

/* ------------------------------------------------------------------------------------------------
 * FOOTER
 * ------------------------------------------------------------------------------------------------ */
.g-footer__fukuoka {
  padding: 4.25% 0 4%;
  background: #fff;
}

.g-footer__fukuoka a {
  color: #1d2088;
}

.g-footer__fukuoka .title {
  color: #888;
  margin: 0 0 1.25%;
  justify-content: center;
}

.g-footer__fukuoka .title &gt; em {
  font-size: 1.45vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0 0.75em 0 0;
}

.g-footer__fukuoka .u-layer-button {
  transform: translateY(0.15em);
}

.g-footer__fukuoka .u-layer-button a {
  color: #666;
  transform: translateY(25%);
}

.g-footer__fukuoka .u-layer-button a em {
  font-size: 10px;
  padding: 0.45em 1em 0.35em 1.25em;
  display: block;
  margin-top: -0.5em;
  letter-spacing: 2px;
}

.g-footer__fukuoka .text {
  line-height: 1.75;
  letter-spacing: 0.15em;
  font-size: 0.8em;
}

.g-footer__fukuoka .text a {
  line-height: 1;
  vertical-align: 0;
}

.g-footer__fukuoka .text .is-link-google {
  color: #888;
  font-size: calc(0.0390625vw * 24);
  letter-spacing: 0.05em;
  text-decoration: underline;
}

.g-footer__fukuoka .text .is-link-google:hover {
  text-decoration: none;
}

/*
.g-footer__fukuoka .text a:after {
	background: #888;
}
*/

.g-footer__fukuoka-menu {
  padding: 2.5% 0 0;
  justify-content: center;
}

.g-footer__fukuoka-menu li {
  letter-spacing: 0.15em;
  margin: 0 1.5%;
  display: block;
}

.g-footer__fukuoka-menu .u-hover-line:after {
  background: #1d2088;
}

.g-footer__vessel {
  padding: 3% 0;
  background: #1d2088
    url("/hotel/fukuoka/_assets/img/common/bg-blue-dark-01.png") center / 20%
    auto;
}

.g-footer__vessel-menu {
  padding: 0 0 1.5%;
  justify-content: center;
}

.g-footer__vessel-menu li {
  margin: 0 0.95%;
}

.g-footer__vessel-menu li a {
  color: #fff;
  letter-spacing: 0.15em;
}

.g-footer__vessel-menu .u-hover-line:after {
  background: #fff;
}

.g-footer__copyright {
  color: #696a86;
  letter-spacing: 0.05em;
  display: block;
}

.g-pagetop {
  right: calc(50% - 510px);
}

.g-pagetop a {
  width: 60px;
  height: 60px;
  display: block;
}

.g-pagetop a:hover {
  opacity: 0.6;
}

/* target-pattern｜家族・ビジネス・女性... */
.is-target-pattern .u-page-title {
  padding: 0;
}

.is-target-pattern .u-page-menu {
  margin: 0;
}

.is-target-pattern .u-page-menu ul li {
  width: calc(100% / 3);
  margin: 0;
  position: relative;
}

.is-target-pattern .u-page-menu ul li:not(:first-child):before {
  content: "";
  width: 1px;
  height: 87%;
  display: block;
  background: #dadada;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 10;
}

.is-target-pattern .u-page-menu ul li a {
  padding: 31.95% 0 0;
  border-radius: 0;
}

.is-target-pattern .u-page-title__target-pattern figure {
  width: calc(100% - 35.5%);
}

.is-target-pattern .u-page-title__target-pattern figure img {
  width: 100%;
}

.is-target-pattern .u-page-title__target-pattern-title {
  width: 35.5%;
  position: relative;
}

.is-target-pattern .u-page-title__target-pattern-title &gt; div {
  width: 75.85%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.is-target-pattern .u-page-title__target-pattern-title .u-text {
  color: #fff;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  padding: 2em 0 0;
}

.is-target-pattern .u-page-menu__icon {
  margin: 0 0 2.85%;
}

.is-target-pattern .u-page-menu__icon img {
  width: 6%;
}

.c-target-title {
  margin: 0 0 3.75%;
}

.c-target-title i {
  width: 6.75%;
  margin: 0 auto 1.65%;
  padding: 6.75% 0 0;
  background: #000;
  border-radius: 50%;
  display: block;
  position: relative;
}

.c-target-title i img {
  width: 40%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.c-target-title em {
  color: #000;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 0 0 2.25%;
  display: block;
  background-repeat: no-repeat;
  background-size: 30% auto;
  background-position: center bottom;
}

.c-target-point {
  padding: 6.45%;
  background: #fff;
}

.c-target-point &gt; div {
  align-items: center;
}

.c-target-point &gt; div:not(:first-of-type) {
  margin: 4.3% 0 0;
  padding: 4.3% 0 0;
  border-top: 1px solid #f5f5f5;
}

.c-target-point div figure {
  width: 64%;
}

.c-target-point .c-target-point__detail {
  width: calc(100% - 64%);
  padding: 0 0 0 4%;
}

.c-target-point .u-flex-reverse .c-target-point__detail {
  padding: 0 4% 0 0;
}

.c-target-point .c-target-point__detail h3 span {
  width: 33%;
  padding: 0 0 1.5%;
  border-bottom: 2px solid #000;
  display: inline-block;
}

.c-target-point .c-target-point__detail h3 em {
  color: #222;
  padding: 5.8% 0 2.4%;
  display: block;
}

.c-target-point .c-target-point__detail .u-text {
  color: #222;
  line-height: 1.75;
}

.c-target-point .c-service-list__banner {
  padding-top: 3%;
}

.g-relation-button {
  line-height: 1;
  padding: 3% 6.45% 3.225%;
}

.g-relation-button .u-layer-button a {
  background: rgba(255, 255, 255, 0);
  border-top: 0;
  border-left: 0;
}

.g-relation-button .u-layer-button a em {
  padding: 5.25% 0;
  background: rgba(255, 255, 255, 0);
}

.g-relation-button .u-layer-button a:hover em {
  background: #888;
}

.g-relation-button .u-layer-button a em span {
  vertical-align: -0.45em;
  width: 4%;
  padding: 4% 0 0;
  display: inline-block;
  position: relative;
}

.g-relation-button .u-layer-button a em img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.g-relation-button .u-layer-button a em img.is-off {
  opacity: 1;
}

.g-relation-button .u-layer-button a em img.is-on {
  opacity: 0;
}

.g-relation-button .u-layer-button a:hover em img.is-off {
  opacity: 0;
}

.g-relation-button .u-layer-button a:hover em img.is-on {
  opacity: 1;
}

.g-relation-button .u-layer-button a em b {
  color: #888;
  vertical-align: 0;
  display: inline-block;
  padding: 0 0 0 0.25em;
  transition: 0.4s;
}

.g-relation-button .u-layer-button a:hover em b {
  color: #fff;
}

.g-relation-button .u-layer-button a em strong {
  color: #888;
  letter-spacing: 0.15em;
  vertical-align: 0.45em;
  display: inline-block;
  padding: 0 0 0 2em;
  transition: 0.4s;
}

.g-relation-button .u-layer-button a:hover em strong {
  color: #fff;
}

.c-target-support {
  background: #fff;
}

.c-target-support__main {
  padding: 0 0 3.25%;
}

.c-target-support__main img {
  width: 100%;
}

.c-target-support__main h3 {
  color: #000;
  letter-spacing: 0.15em;
  padding: 6.45% 0 1.45%;
}

.c-target-support__main .u-text {
  color: #000;
}

.c-target-support__list {
  margin: 0 6.45%;
  padding: 6.45% 0 0;
  border-top: 1px solid #e4e4e4;
}

.c-target-support__list:first-of-type {
  border-top: none;
  padding-bottom: 6.45%;
}

.c-target-support__list h3 {
  line-height: 1;
  margin: 0 0 4.25%;
}

.c-target-support__list h3 span {
  padding: 0 0 0.25em;
  display: inline-block;
  border-bottom: 2px solid #000;
  position: relative;
}

.c-target-support__list h3 span:before,
.c-target-support__list h3 span:after {
  content: "";
  width: 1.25em;
  padding: 1.25em 0 0;
  display: block;
  background: url("/hotel/fukuoka/_assets/img/common/title-01.png") no-repeat
    center / 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-160%, 10%);
}

.c-target-support__list h3 span:after {
  left: auto;
  right: 0;
  transform: translate(160%, 10%) scaleX(-1);
}

.c-target-support__list h3 em {
  letter-spacing: 0.15em;
  padding: 0.5em 0 0;
  display: block;
}

.c-target-support__list ul {
  margin: 0 -0.75%;
}

.c-target-support__list li {
  text-align: center;
  width: calc(100% / 4);
  padding: 0 0.75% 1.5%;
}

.c-target-support__list li figure {
  margin: 0 0 5%;
}

.c-target-support__list li .u-text {
  color: #222;
  line-height: 1.5;
}

.c-target-support__list li .u-note {
  color: #bbb;
  display: block;
}

.c-target-support__list li .u-note2 {
  margin-top: 2px;
  color: #000;
  text-align: left;
  line-height: 1.5;
  display: block;
  margin-top: 5px;
}

.c-target-support__other {
  margin: 4.45% -7.45% 0;
  padding: 5.125% 7.45%;
  background: #f5f5f5;
}

.c-target-support__other h4 {
  color: #888;
  line-height: 1.8;
  margin: 0 0 4.125%;
}

.c-target-support__other ul li {
  width: calc(100% / 2);
}

.c-target-support__other ul li .u-text {
  display: block;
}

.c-target-support__other ul li em {
  font-weight: 700;
}

.c-target-support__other ul li span {
  line-height: 2 !important;
}

.c-target-support__other ul li .u-icon-arrow:before {
  background-color: #fff;
}

.c-target-relation {
  padding: 6.45% 5%;
  background: #fff;
}

.c-target-relation__list-item {
  color: #222;
  padding: 0 5%;
}

.c-target-relation__list-item figure {
  margin: 0 0 3.75%;
}

.c-target-relation__list-item em {
  font-weight: 700;
  line-height: 1.75;
  margin: 0 0 3.75%;
  display: block;
}

.c-target-relation__list-item span {
  line-height: 1.75;
}

.c-target-relation__list-item .u-layer-button {
  padding: 7.5% 0 0;
}

.c-target-relation__list-item .u-layer-button a em {
  color: #fff;
  background: #888;
}

.c-target-relation .slick-next,
.c-target-relation .slick-prev {
  width: 3.25%;
  height: auto;
  padding: 3.25% 0 0;
  border: 1px solid #888;
  border-radius: 50%;
  background: url("/hotel/fukuoka/_assets/img/common/arrow-01-gray.png")
    no-repeat center / 20% auto !important;
  box-sizing: border-box;
  left: -7.25%;
  right: auto;
  z-index: 10;
  transform: translate(0, -50%) scaleX(-1);
  transition: 0.2s;
}

.c-target-relation .slick-prev {
  left: auto;
  right: -7.25%;
  transform: translate(0, -50%);
}

.c-target-relation .slick-next:hover,
.c-target-relation .slick-prev:hover {
  background-color: #888 !important;
  background-image: url("/hotel/fukuoka/_assets/img/common/arrow-01-white.png") !important;
}

.c-target-relation .slick-next:before,
.c-target-relation .slick-prev:before {
  display: none;
}

.g-target-banner {
  padding-bottom: 6%;
}

.g-target-banner.u-inner &gt; div {
  margin: 0 6%;
}

.g-target-banner .u-layer-button {
  padding: 0 1%;
}

.g-target-banner .u-layer-button a {
  background: transparent;
}

.g-target-banner .u-layer-button.is-family a {
  border-color: #ed8b14;
}

.g-target-banner .u-layer-button.is-business a {
  border-color: #298027;
}

.g-target-banner .u-layer-button.is-woman a {
  border-color: #ff7a7a;
}

.g-target-banner .u-layer-button a em {
  padding: 0;
  border: 0;
}

.g-target-banner .u-layer-button a:hover em {
  transform: translate(0);
}

.g-modal_button:before,
.g-modal_button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 50%;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.8s cubic-bezier(0.75, 0, 0.35, 1);
  transition: all 0.8s cubic-bezier(0.75, 0, 0.35, 1);
}
.g-modal_button:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.g-modal_button:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.g-modal_inner.u-inner {
  color: #000;
  max-width: 1000px;
  margin: 0 auto;
}

.g-modal_button {
  position: absolute;
  top: 0;
  right: 0;
  background: #020202;
  width: 54px;
  height: 54px;
  cursor: pointer;
  transition: 1s;
  z-index: 3;
}

/* ▼ 空室検索モーダル */
.g-reservation {
  background: #fff;
  display: block;
  padding: 70px 0 90px;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
  z-index: -1;
}

.is-modal_active {
  height: 100vh;
  overflow: hidden;
  z-index: -1;
}

.is-modal_active .g-reservation {
  visibility: visible;
  opacity: 1;
  z-index: 1000;
  overflow-y: scroll;
  overflow-x: hidden;
}

@media screen and (min-width: 1px) and (max-width: 1181px) {
  .g-reservation {
    padding: 60px 0 0;
  }
}
.g-reservation_title {
  display: block;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 1181px) {
  .g-reservation_title {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.g-reservation_form {
  display: block;
  /*margin: 60px 0 0;*/
  padding: 40px 60px 30px;
  border: solid 1px #dadada;
}
@media screen and (min-width: 1px) and (max-width: 1181px) {
  .g-reservation_form {
    margin-top: 30px;
    padding: 0;
    border: none;
  }
}
.g-reservation_form-block {
  display: block;
  margin: 20px -12.5px 0;
}
@media screen and (min-width: 1px) and (max-width: 1181px) {
  .g-reservation_form-block {
    margin: 10px 0 0;
  }
}
.g-reservation_form-block:first-child,
.g-reservation_form-block--type_first {
  margin-top: 0;
}
.g-reservation_form-cells {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.g-reservation_form-cell {
  display: table-cell;
  vertical-align: middle;
  padding: 0 12.5px;
}
@media screen and (min-width: 1px) and (max-width: 1181px) {
  .g-reservation_form-cell {
    display: block;
    margin-top: 10px;
    padding: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 1181px) {
  .g-reservation_form-cell:first-child {
    margin-top: 0;
  }
}
.g-reservation_form-cell--size_submit {
  width: 300px;
}
@media screen and (min-width: 1px) and (max-width: 1181px) {
  .g-reservation_form-cell--size_submit {
    width: 100%;
  }
}
.g-reservation_form-column {
  display: block;
  margin: -2.5px;
}
@media screen and (min-width: 1px) and (max-width: 1181px) {
  .g-reservation_form-column {
    margin: 0 -5px;
  }
}
.g-reservation_form-grids {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.g-reservation_form-grid {
  display: table-cell;
  vertical-align: middle;
  padding: 2.5px;
}
@media screen and (min-width: 1px) and (max-width: 1181px) {
  .g-reservation_form-grid {
    padding: 0 5px;
  }
}
.g-reservation_form-grid--size_head {
  width: 80px;
}
@media screen and (min-width: 1px) and (max-width: 1181px) {
  .g-reservation_form-grid--size_head {
    display: none;
  }
}
.g-reservation_form-head {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 1.4;
}
.g-reservation_form-text {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 1.4;
  padding: 1em 0 0;
}
.g-reservation_form-text a {
  position: relative;
  color: rgba(2, 2, 2, 0.8);
  text-decoration: none;
}
.g-reservation_form-text a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.1em;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(2, 2, 2, 0.8);
}
.g-reservation_form-text a:hover {
  opacity: 0.5;
}
.g-reservation_form-text a:hover:after {
  opacity: 0;
}
.g-reservation_form-label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0 0 0 20px;
  cursor: pointer;
}
@media screen and (min-width: 1px) and (max-width: 1181px) {
  .g-reservation_form-label {
    display: block;
    margin: 10px 0 0;
  }
}
.g-reservation_form-label:first-child {
  margin-left: 0;
}
.g-reservation_form-label_text {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 1.4;
}
.g-reservation_form-select {
  display: block;

  position: relative;
  cursor: pointer;
}
.g-reservation_form-select:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 6px;
  background: url("/hotel/fukuoka/_assets/img/common/arrow-01-gray.png")
    no-repeat center / cover;
  background-size: 100% auto;
  transform: rotate(90deg);
}
.g-reservation_form-check {
  padding: 0 0 0 27px;
}
.g-reservation_form-check_icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: #f5f5f5;
  line-height: 0;
  border-radius: 20px;
}
.g-reservation_form-check_icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  background: #020202;
  border-radius: 10px;
  opacity: 0;
  -webkit-transition: all 1.2s cubic-bezier(0.75, 0, 0.35, 1);
  transition: all 1.2s cubic-bezier(0.75, 0, 0.35, 1);
}
.g-reservation_form-check input[type="radio"] {
  visibility: hidden;
  position: absolute;
}
.g-reservation_form-check
  input[type="radio"]:checked
  + .g-reservation_form-check_icon:before {
  opacity: 1;
}
.g-reservation_form-date {
  display: table;
  table-layout: fixed;
  width: 100%;
  letter-spacing: -0.5em;
}
.g-reservation_form-date &gt; div {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 40%;
  letter-spacing: 0;
  cursor: pointer;
}
@media screen and (min-width: 1px) and (max-width: 1181px) {
  .g-reservation_form-date &gt; div {
    width: 32%;
  }
}
.g-reservation_form-date &gt; div:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 6px;
  background: url("/hotel/fukuoka/_assets/img/common/arrow-01-gray.png")
    no-repeat center / cover;
  background-size: 100% auto;
  transform: rotate(90deg);
}
.g-reservation_form-date &gt; div.dt_yyyymm {
  width: 60%;
  padding-right: 5px;
}
@media screen and (min-width: 1px) and (max-width: 1181px) {
  .g-reservation_form-date &gt; div.dt_yyyymm {
    width: 68%;
    padding-right: 10px;
  }
}
.g-reservation_form-date &gt; div.dt_yyyymm:after {
  right: 20px;
}
.g-reservation_form input[type="radio"],
.g-reservation_form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.g-reservation_form select {
  display: block;
  position: relative;
  width: 100%;
  height: 50px;
  padding: 0.3em 15px 0.1em;
  background: #f5f5f5;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 1.4;
  border-radius: 4px;
  cursor: pointer;
}
.g-reservation_form button {
  display: block;
  width: 100%;
  height: 55px;
  background: #020202;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  transition: 0.2s;
  cursor: pointer;
}
@media screen and (min-width: 1px) and (max-width: 1181px) {
  .g-reservation_form button {
    width: 100%;
  }
}
.g-reservation_form button:hover {
  background-color: #888;
}
.g-reservation_form button span {
  display: table;
  width: 100%;
  height: 100%;
}
.g-reservation_form button span b {
  display: table-cell;
  vertical-align: middle;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 1.4;
}
.g-reservation_bottom {
  overflow: hidden;
  display: block;
  margin: 50px 0 0;
}
@media screen and (min-width: 1px) and (max-width: 1181px) {
  .g-reservation_bottom {
    margin: 30px -15px 0;
    padding: 30px 15px;
    background: #f5f5f5;
  }
}
.g-reservation_bottom-cells {
  display: table;
  width: 100%;
  letter-spacing: -0.5em;
}
.g-reservation_bottom-cell {
  /*display: table-cell;*/
  vertical-align: top;
  /*padding: 0 0 0 40px;*/
  letter-spacing: 0;
  /*border-left: solid 1px #dadada;*/
}

.g-reservation_bottom-cell .c-roomplan__button .u-layer-button {
  width: 50%;
  margin: 0 1.5%;
}

.g-reservation_bottom-cell .c-roomplan__button .u-layer-button a em,
.g-modalArea_bottom-cell .c-roomplan__button .u-layer-button a em {
  background: #888;
  color: #fff;
  padding: 20px 0;
  font-size: 1.3rem;
}

@media screen and (min-width: 1px) and (max-width: 1181px) {
  .g-reservation_bottom-cell {
    display: block;
    padding-left: 0;
    border-left: none;
  }
  .g-reservation_bottom-cell .c-roomplan__button .u-layer-button a em,
  .g-modalArea_bottom-cell .c-roomplan__button .u-layer-button a em {
    padding: 10px 0;
  }
}

.g-reservation_bottom-cell:first-child {
  border-left: none;
  /*padding-right: 40px;*/
  padding-left: 0;
}
.g-reservation_bottom-title {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 2;
}
.g-reservation_bottom-text {
  display: block;
  /*margin: 10px 0 0;*/
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 2;
}
.g-reservation_bottom-text a {
  position: relative;
  padding: 0 0 0 15px;
  background: url("/hotel/fukuoka/_assets/img/common/arrow-01-gray.png")
    no-repeat center left / 6px auto;
  background-size: 5px auto;
  color: rgba(2, 2, 2, 0.8);
  text-decoration: none;
}
.g-reservation_bottom-text a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.1em;
  left: 15px;
  right: 0;
  height: 1px;
  background: rgba(2, 2, 2, 0.8);
}
.g-reservation_bottom-text a:hover {
  opacity: 0.5;
}
.g-reservation_bottom-text a:hover:after {
  opacity: 0;
}
.g-reservation_bottom-link {
  display: block;
}
.g-reservation_button {
  display: block;
  margin: 10px 0 20px;
}
.g-reservation_button-items {
  display: block;
  margin: -5px;
  letter-spacing: -0.5em;
}
.g-reservation_button-item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 5px;
  letter-spacing: 0;
}
.g-reservation_button-item a {
  color: #000;
  text-decoration: none;
}

.g-reservation_button-item a:hover {
  opacity: 1;
}

.g-reservation_button-box {
  overflow: hidden;
  display: table;
  position: relative;
  width: 100%;
  height: 45px;
  background: #fff;
  text-align: center;
  border: solid 1px #dadada;
}
.g-reservation_button-box:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  width: 0%;
  background: #888;
  z-index: 1;
}
.g-reservation_button-box:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 5px;
  background: url("/hotel/fukuoka/_assets/img/common/arrow-01-gray.png")
    no-repeat center / cover;
  background-size: 100% auto;
  z-index: 2;
}
.g-reservation_button-box:hover {
  color: #fff;
}
.g-reservation_button-box:hover:before {
  right: auto;
  left: 0;
  width: 100%;
}
.g-reservation_button-box:hover:after {
  background-image: url(../../img/common/arrow_2_right_white.png);
}
.g-reservation_button-name {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 1.4;
  z-index: 3;
}
.g-reservation_plan {
  display: block;
  margin: 15px 0 0;
  padding: 15px 30px;
  background: #f5f5f5;
}
@media screen and (min-width: 1px) and (max-width: 1181px) {
  .g-reservation_plan {
    margin-top: 10px;
    padding: 0;
  }
}
.g-reservation_plan-cells {
  display: table;
  width: 100%;
}
.g-reservation_plan-title,
.g-reservation_plan-select,
.g-reservation_plan-button {
  display: table-cell;
  vertical-align: middle;
}
.g-reservation_plan-title {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 1.4;
  text-align: right;
  width: 100%;
  padding: 1.35em 30px 0 0;
  display: block;
}
.g-reservation_plan-button {
  width: 275px;
}
.g-reservation_plan-button a {
  text-decoration: none;
}
.g-reservation_plan-button_box {
  display: table;
  width: 100%;
  height: 55px;
  background: #020202;
  color: #fff !important;
  text-align: center;
  border-radius: 4px;
}
.g-reservation_plan-button_box:hover {
  background-color: #888;
  color: #fff !important;
}
.g-reservation_plan-button_name {
  display: table-cell;
  vertical-align: middle;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 1.4;
}
.g-reservation_plan-select_wrap {
  display: block;
  position: relative;
  background: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 1.4;
  border: solid 1px #dadada;
  border-radius: 4px;
  cursor: pointer;
}
.g-reservation_plan-select_wrap:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 10px;
  background: url("/hotel/fukuoka/_assets/img/common/arrow-01-gray.png")
    no-repeat center / cover;
  background-size: 100% auto;
  transform: rotate(90deg);
}
.g-reservation_plan-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 15px 30px;
  background-color: #fff;
  border-radius: 4px;
  cursor: pointer;
}
.g-reservation_mypage {
  display: none;
  position: absolute;
  top: 15px;
  left: 20px;
}
@media screen and (min-width: 1px) and (max-width: 1181px) {
  .g-reservation_mypage {
    display: block;
  }
}
.g-reservation_mypage-items {
  display: block;
  letter-spacing: -0.5em;
}
.g-reservation_mypage-item {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  letter-spacing: 0;
  padding: 0 15px;
  border-left: solid 1px #020202;
}
.g-reservation_mypage-item:first-child {
  padding-left: 0;
  border-left: 0;
}
.g-reservation_mypage-box {
  display: block;
}
.g-reservation_mypage-name {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 1.4;
}

@media screen and (min-width: 1px) and (max-width: 462px) {
  .g-reservation {
    padding: 30px 0 0;
  }
  .g-reservation_form {
    margin-top: 0;
  }
  .g-reservation_bottom-cell .c-roomplan__button .u-layer-button {
    width: 100%;
  }
  .g-reservation_bottom-cell .c-roomplan__button .u-layer-button:first-child {
    margin-bottom: 10px;
  }
  .g-reservation_bottom-cell .u-flex {
    display: block;
  }
  .g-reservation_button-item {
    width: 100%;
  }
}
/* ▲ 空室検索モーダル */

/*トリップアドバイザー パワーバナー*/
.c-mv_trip {
  position: absolute;
  z-index: 999;
  bottom: 20px;
  left: 20px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.1);
  padding: 3px 10px;
  box-sizing: border-box;
  width: 303px;
  border: 2px solid #f2b203;
}
.c-mv_trip-in {
  padding: 10px 0;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-mv_trip a {
  text-decoration: none;
}

.c-mv_trip-img {
  width: 37%;
  text-align: center;
}
.c-mv_trip-img img {
  max-width: 100px;
}
.c-mv_trip-txts {
  width: 59%;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: #222;
}

.c-mv_trip-txt1 {
  font-size: 10px;
  letter-spacing: 0em;
  font-weight: bold;
}
.c-mv_trip-txt2 {
  font-weight: bold;
  margin: 3px auto 0;
  font-size: 15px;
  color: #000000;
  border-bottom: 1px solid #f2b203;
  display: inline-block;
  padding-bottom: 3px;
}
.c-mv_trip-txt2 span {
  font-size: 29px;
  font-weight: bold;
  line-height: 28px;
  margin: 0 3px;
  color: #f2b203;
}
.c-mv_trip-txt3 {
  font-size: 13px;
  color: #f2b203;
  border-bottom: 1px solid #f2b203;
  line-height: 1.8;
  padding: 4px 4px 2px;
  display: inline-block;
}

@media screen and (max-width: 1015px) {
  .c-mv_trip {
    bottom: inherit;
    left: inherit;
    right: inherit;
    position: relative;
    box-shadow: none;
    margin: 15px auto 20px;
    width: 84%;
  }
  .c-mv_trip-in {
    padding: 5px 0;
  }
  .c-mv_trip-img img {
    max-width: 80px;
  }
  .c-mv_trip-txt2 {
    font-size: 14px;
    margin: 5px auto 0px;
  }
  .c-mv_trip-txt2 span {
    font-size: 26px;
    line-height: 23px;
  }
}
/*トリップアドバイザー パワーバナー*/

/* ▼ benefits_content*/
.benefits_content ol {
  counter-reset: benefits_point;
  padding-top: 15px;
}

.benefits_content li {
  margin-right: 20px;
  color: #000147;
  counter-increment: benefits_point;
}

.benefits-point-box:before {
  content: counter(benefits_point) ". ";
  color: #ff6c00;
  font-size: 1.7rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}

/* ▼ 2021/7/1 追加 */
.g-reserve-input {
  padding: 8.4% 5.15% 2.8% 8.15%;
}

.g-reserve-input__plan-menu {
  width: 80%;
}

.g-reserve-input__plan-menu a {
  font-size: calc(0.0390625vw * 30);
}

.benefits_content ol {
  margin-left: 2%;
}

/* 2022/7/12追加 */
* {
  box-sizing: border-box;
  /*font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;*/
}

/*tabの形状*/
.tab {
  display: flex;
  flex-wrap: wrap;
}

.tab li {
  width: 50%;
}

.tab li a {
  display: block;
  background: #868686;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  padding: 24px 0;
}

.tab li a span {
  position: relative;
}

.tab li a .tab-text__traffic {
  margin-left: 22px;
}

.tab li a .tab-text__traffic::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 21px;
  background: url(https://www.vessel-hotel.jp/common/img/icon_traffic-white.svg)
    no-repeat;
  background-size: contain;
  position: absolute;
  left: -27px;
  top: -2px;
}

.tab li a .tab-text__hotel {
  margin-left: 22px;
}

.tab li a .tab-text__hotel::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(https://www.vessel-hotel.jp/common/img/icon_hotel-white.svg)
    no-repeat;
  background-size: contain;
  position: absolute;
  left: -25px;
}
@media screen and (max-width: 768px) {
  .tab li a {
    padding: 18.5px 0;
    font-size: 13px;
  }

  .tab li a .tab-text__traffic {
    margin-left: 18px;
  }

  .tab li a .tab-text__traffic::before {
    width: 17px;
    height: 18px;
    left: -27px;
    top: -2px;
  }

  .tab li a .tab-text__hotel {
    margin-left: 17px;
  }

  .tab li a .tab-text__hotel::before {
    width: 15px;
    height: 16px;
    left: -21px;
    top: -1px;
  }
}

/*liにactiveクラスがついた時の形状*/
.tab li.active a {
  background: #efefef;
  color: #000000;
}

.tab li.active a .tab-text__traffic::before {
  background: url(https://www.vessel-hotel.jp/common/img/icon_traffic.svg)
    no-repeat;
  background-size: contain;
}

.tab li.active a .tab-text__hotel::before {
  background: url(https://www.vessel-hotel.jp/common/img/icon_hotel.svg)
    no-repeat;
  background-size: contain;
}

/*エリアの表示非表示と形状*/
.area {
  display: none; /*はじめは非表示*/
  opacity: 0; /*透過0*/
  background: #fff;
}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
  display: block; /*表示*/
  -webkit-animation-name: displayAnime;
  animation-name: displayAnime; /*ふわっと表示させるためのアニメーション*/
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#vacancy {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: #fff;
  padding-top: 93px;
  z-index: 102;
  overflow-y: scroll;
  /* display: none; */
}
@media screen and (max-width: 768px) {
  #vacancy {
    /*padding-top: 35px;*/
    overflow-y: scroll;
  }
}

ul {
  list-style-type: none;
}

.c-search__title {
  text-align: center;
  font-size: 34px;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .c-search__title {
    font-size: 26px;
  }
}
.c-search__vacancy {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5%;
}
.c-search__vacancyInner {
  width: 100%;
  max-width: 1090px;
  letter-spacing: 0.1em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
}
.c-search__main {
  margin-top: 55px;
  width: 100%;
  border: 2px solid #868686;
  background: #efefef;
}
@media screen and (max-width: 768px) {
  .c-search__main {
    margin-top: 24px;
  }
}

.c-search__accordion {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1090px;
  margin: 18px auto 0;
  cursor: pointer;
  border: 2px solid #c4002b;
  border-radius: 2px;
  font-size: 16px;
  letter-spacing: 0;
  width: 90%;
  + .c-form__bottomNav {
    margin-top: 18px;
  }
  @media screen and (max-width: 768px) {
    font-size: 13px;
  }
}
.c-search__accordion__header {
  color: #c4002b;
  font-weight: bold;
  width: 100%;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  @media screen and (max-width: 768px) {
    padding: 10px 14px;
  }
}
.c-search__accordion__icon {
  color: #fff;
  width: 24px;
  height: 24px;
  display: inline-flex;
  background-color: #c4002b;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  position: relative;
  &amp;::before,
  &amp;::after {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 12px;
    height: 1px;
  }
  &amp;::before {
    transform: rotate(90deg);
  }
}
.c-search__accordion.is-accordion_open .c-search__accordion__icon::before {
  transform: rotate(0deg);
}
.c-search__accordion__content {
  display: none;
  line-height: calc(48 / 28);
  text-align: left;
  padding: 0px 30px 20px;
  color: #020202;
  @media screen and (max-width: 768px) {
    padding: 0px 18px 20px;
  }
  a {
    text-decoration: underline;
  }
}

.c-form__wrapper {
  width: 100%;
  max-width: 945px;
  margin: 0 auto;
}
.c-form__validation {
  display: none;
  width: 100%;
  border-radius: 5px;
  padding: 16.5px 25px;
  border: 2px solid #d34b49;
  background: #fceced;
  margin-bottom: 29px;
}
@media screen and (max-width: 768px) {
  .c-form__validation {
    padding: 10px 15px 10px 15px;
  }
}
.c-form__validationText {
  font-size: 14px;
  font-weight: bold;
  color: #d34b49;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-form__validationText {
    font-size: 13px;
  }
}
.c-form__validationText:nth-child(2) {
  margin-top: 8.5px;
}
.c-form__validationText::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url(../../img/modal/icon_caution.png) no-repeat;
  background-size: contain;
  position: relative;
  top: -1px;
  margin-right: 6px;
}
.c-form__common {
  display: flex;
}
@media screen and (max-width: 768px) {
  .c-form__common {
    flex-wrap: wrap;
  }
}
.c-form__common:nth-child(2) {
  margin-top: 17.15px;
}
@media screen and (max-width: 768px) {
  .c-form__common:nth-child(2) {
    margin-top: 14.2px;
  }
}
.c-form__item {
  width: 40%;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.c-form__title {
  font-size: 13px;
  margin-bottom: 11.85px;
}
.c-form__checkin {
  width: 100%;
  max-width: 380px;
}
@media screen and (max-width: 768px) {
  .c-form__checkin {
    max-width: 100%;
    margin-bottom: 14.2px;
  }
}
.c-form__checkin input {
  border-radius: 5px;
  height: 48px;
  border: 0;
}
@media screen and (max-width: 768px) {
  .c-form__checkin input {
    height: 45px;
  }
}
.c-form__checkin2 {
  width: 100%;
  max-width: 285px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .c-form__checkin2 {
    max-width: 100%;
    margin-bottom: 14.2px;
    margin-top: 14.2px;
  }
}
.c-form__checkin2 input {
  border-radius: 5px;
  height: 48px;
  border: 0;
}
@media screen and (max-width: 768px) {
  .c-form__checkin2 input {
    height: 45px;
  }
}
.c-form__select1 {
  width: 100%;
  max-width: 272px;
  margin-left: 10.5px;
}
@media screen and (max-width: 768px) {
  .c-form__select1 {
    margin: 0;
    max-width: calc(50% - 5px);
  }
}
.c-form__select1 select {
  width: 100%;
  border: none;
  height: 48px;
  padding-left: 20.4px;
  border-radius: 5px;
  border: 0;
}
@media screen and (max-width: 768px) {
  .c-form__select1 select {
    height: 45px;
  }
}
.c-form__select2 {
  width: 100%;
  max-width: 200px;
}
.c-form__select2:nth-child(n + 2) {
  margin-left: 10.5px;
}
@media screen and (max-width: 768px) {
  .c-form__select2 {
    margin: 0;
    max-width: calc(50% - 5px);
  }
  .c-form__select2:nth-child(n + 2) {
    margin-left: 0;
  }
}
.c-form__select2 select {
  width: 100%;
  border: none;
  height: 48px;
  padding-left: 20.4px;
  border-radius: 5px;
  border: 0;
}
@media screen and (max-width: 768px) {
  .c-form__select2 select {
    height: 45px;
  }
}
.c-form__select3 {
  width: 100%;
  max-width: 120px;
}
.c-form__select3:nth-child(n + 2) {
  margin-left: 10.5px;
}
@media screen and (max-width: 768px) {
  .c-form__select3 {
    margin: 0;
    max-width: calc(50% - 5px);
  }
  .c-form__select3:nth-child(n + 2) {
    margin-left: 0;
  }
  .c-form__select3:nth-child(n + 3) {
    margin-top: 14.2px;
  }
}
.c-form__select3 select {
  width: 100%;
  border: none;
  height: 48px;
  padding-left: 20.4px;
  border-radius: 5px;
  border: 0;
}
@media screen and (max-width: 768px) {
  .c-form__select3 select {
    height: 45px;
  }
}
.c-form__select4 {
  width: 100%;
  max-width: 320px;
}
.c-form__select4:nth-child(n + 2) {
  margin-left: 10.5px;
}
@media screen and (max-width: 768px) {
  .c-form__select4 {
    margin: 0;
    max-width: 100%;
  }
  .c-form__select4:nth-child(n + 2) {
    margin-left: 0;
    margin-top: 14.2px;
  }
}
.c-form__select4 select {
  width: 100%;
  border: none;
  height: 48px;
  padding-left: 20.4px;
  border-radius: 5px;
  border: 0;
}
@media screen and (max-width: 768px) {
  .c-form__select4 select {
    height: 45px;
  }
}
.c-form__inputWrapper {
  position: relative;
}
.c-form__inputWrapper::after {
  content: "";
  pointer-events: none;
  display: inline-block;
  background: url(../../img/modal/icon_calender.png) no-repeat;
  background-size: contain;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.c-form__selctWrapper {
  position: relative;
}
.c-form__selctWrapper::after {
  content: "";
  pointer-events: none;
  display: inline-block;
  background: url(../../img/modal/icon_triangle.png) no-repeat;
  background-size: contain;
  width: 10px;
  height: 5px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.c-form__submit {
  width: 100%;
  max-width: 270px;
  height: 48px;
  align-self: flex-end;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-form__submit {
    margin-left: auto;
    margin-top: 25.5px;
    max-width: 100%;
  }
}
.c-form__bottomNav {
  width: 100%;
  max-width: 1090px;
  margin: 35px auto 0;
  display: flex;
}
@media screen and (max-width: 768px) {
  .c-form__bottomNav {
    flex-wrap: wrap;
  }
}
.c-form__bottomNavFirst {
  width: 100%;
  max-width: 320px;
  background-color: #868686;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .c-form__bottomNavFirst {
    max-width: 100%;
    height: 80px;
  }
}
.c-form__bottomNavItem {
  width: 100%;
  max-width: 190px;
  border: 1px solid #888888;
  border-right: none;
  height: 120px;
}
@media screen and (max-width: 768px) {
  .c-form__bottomNavItem {
    max-width: 33.333%;
    height: 80px;
    padding-bottom: 18.3px;
    border-top: none;
  }
}
@media screen and (max-width: 768px) {
  .c-form__bottomNavItem:nth-child(2) {
    border-left: none;
  }
}
.c-form__bottomNavItem:nth-child(4) {
  border-right: 1px solid #888888;
}
@media screen and (max-width: 768px) {
  .c-form__bottomNavItem:nth-child(4) {
    padding-bottom: 8.3px;
    border-right: none;
  }
}
.c-form__bottomNavItem:last-child {
  border-right: 1px solid #888888;
  margin-left: 11px;
}
@media screen and (max-width: 768px) {
  .c-form__bottomNavItem:last-child {
    margin-left: 0;
    max-width: 100%;
    border-top: none;
    padding-bottom: 0;
    height: 48.5px;
    border-left: none;
    border-right: none;
    border-bottom: none;
  }
}
@media screen and (max-width: 768px) {
  .c-form__bottomNavItem:last-child a {
    align-items: center;
  }
}
.c-form__bottomNavItem a {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
  font-size: 13px;
  color: #000000;
  justify-content: center;
  align-items: flex-end;
  transition: background 0.3s;
}
.c-form__bottomNavItem a span {
  padding-bottom: 34px;
}
@media screen and (max-width: 768px) {
  .c-form__bottomNavItem a span {
    padding-bottom: 0;
  }
}
.c-form__bottomHead {
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 1.55;
  font-family: "Noto Serif JP", serif;
  margin-top: 17px;
}
@media screen and (max-width: 768px) {
  .c-form__bottomHead {
    margin-top: 13.2px;
  }
}
.c-form__bottomLink {
  display: flex;
  justify-content: center;
  height: auto !important;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  margin-top: 5px;
  padding-left: 5px;
  position: relative;
}
.c-form__bottomLink span {
  transition: opacity 0.3s;
}
.c-form__bottomLink span:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .c-form__bottomLink {
    margin-top: 7px;
  }
}
.c-form__bottomLink::before {
  content: "";
  display: inline-block;
  background: url(../../img/modal/icon_question.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: relative;
  left: -7px;
  bottom: 3px;
}
.c-form__subWrapper {
  padding: 50px 0 35px;
  background: #efefef;
}
@media screen and (max-width: 768px) {
  .c-form__subWrapper {
    padding: 28.5px 0 27.7px;
  }
}
.c-form__travelItems {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 768px) {
  .c-form__travelItems {
    flex-direction: column;
  }
}
.c-form__travelItem {
  width: 100%;
  padding-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 1060px) {
  .c-form__travelItem {
    padding: 0 25px;
  }
}
.c-form__travelItem:first-child {
  border-right: 1px solid #888888;
}
@media screen and (max-width: 768px) {
  .c-form__travelItem:first-child {
    border-right: none;
    padding-bottom: 26px;
    border-bottom: 1px solid #868686;
  }
}
.c-form__travelItem:last-child {
  position: relative;
  transform: translateX(50px);
}
@media screen and (max-width: 1060px) {
  .c-form__travelItem:last-child {
    transform: none;
  }
}
@media screen and (max-width: 768px) {
  .c-form__travelItem:last-child {
    padding-bottom: 0;
    margin-top: 22.5px;
  }
}
.c-form__travelTitle {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 22.3px;
  position: relative;
}
.c-form__travelButton {
  width: 100%;
  max-width: 420px;
  height: 54px;
}
.c-form__travelButton a {
  display: inline-block;
  background-color: #000000;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  font-size: 13px;
  color: #fff;
  text-align: center;
  line-height: 54px;
  text-decoration: none;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-form__travelCaptionInner {
    padding: 0 40px;
  }
}
.c-form__travelCaption {
  display: block;
  font-size: 13px;
  text-align: right;
  padding-right: 36.5px;
  margin-top: 30px;
  line-height: 1.61;
}
@media screen and (max-width: 768px) {
  .c-form__travelCaption {
    padding-right: 0;
    text-align: left;
    padding-left: -1em;
    text-indent: -1em;
  }
}
.c-form__close {
  width: 61px;
  height: 61px;
  background: #efefef;
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .c-form__close {
    width: 54px;
    height: 54px;
    top: 54px;
  }
}
.c-form__closeWrapper {
  width: 100%;
  height: 100%;
}
.c-form__closeWrapper::before {
  content: "";
  display: inline-block;
  background: url(../../img/modal/icon_close.png) no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.icon_member::before {
  content: "";
  display: inline-block;
  width: 18.865px;
  height: 20px;
  background: url(../../img/modal/icon_member.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .icon_member::before {
    top: 20%;
  }
}

.icon_login::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(../../img/modal/icon_login.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 24%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .icon_login::before {
    top: 20%;
  }
}

.icon_reservation::before {
  content: "";
  display: inline-block;
  width: 23.385px;
  height: 19.405px;
  background: url(../../img/modal/icon_reservation.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 27%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .icon_reservation::before {
    top: 20%;
  }
}

@media screen and (max-width: 768px) {
  .icon_company {
    display: flex;
    line-height: 2em;
  }
}

.icon_company::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  background: url(../../img/modal/icon_company.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .icon_company::before {
    position: relative;
    top: 1px;
    left: 0;
  }
}

.form-area {
  background: #efefef;
  padding: 30px 3% 50px;
}
@media screen and (max-width: 768px) {
  .form-area {
    padding: 22.2px 25px 25px;
  }
}

select {
  -webkit-appearance: none; /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
  appearance: none; /* 標準のスタイルを無効にする */
  position: relative;
}

input[type="text"] {
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  padding-left: 20.4px;
}

.airplane {
  position: relative;
}
.airplane::before {
  content: "";
  display: inline-block;
  width: 23.73px;
  height: 23.73px;
  background: url(../../img/modal/icon_airplane.png) no-repeat;
  background-size: contain;
  margin-right: 15px;
  position: relative;
  top: 5px;
}

.train {
  position: relative;
}
.train::before {
  content: "";
  display: inline-block;
  width: 23.73px;
  height: 23.73px;
  background: url(../../img/modal/icon_train.png) no-repeat;
  background-size: contain;
  margin-right: 15px;
  position: relative;
  top: 5px;
}
.rentalCar {
  position: relative;
}

.rentalCar::before {
  content: "";
  display: inline-block;
  width: 23.73px;
  height: 23.73px;
  background: url(https://www.vessel-hotel.jp/common/img/icon_car.svg) no-repeat;
  background-size: contain;
  margin-right: 15px;
  position: relative;
  top: 5px;
}

@media screen and (max-width: 768px) {
  .u-mgt__right10 {
    margin-right: 10px;
  }
  .u-mgt__top10 {
    margin-top: 14.2px;
  }
}
.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.submit_btn {
  height: 100%;
  border: none;
  background: #000000;
  border-radius: 5px;
  position: relative;
  z-index: 10;
  outline: none;
  /*アニメーションの指定*/
  transition: ease 0.1s;
  overflow: hidden;
}
.submit_btn span {
  color: #fff;
  position: relative;
  border-radius: 5px;
  z-index: 6;
}
.submit_btn::before {
  content: "";
  display: inline-block;
  background: #dd9738;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  border-radius: 5px;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.submit_btn:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.commonItem::after {
  content: "";
  display: inline-block;
  background: #f8f8f8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
  z-index: -1;
}

.commonItem:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

@media screen and (max-width: 768px) {
  .ml-auto {
    margin-left: auto !important;
  }
}

@media screen and (max-width: 768px) {
  .portal-form.c-form__common {
    margin-top: 0 !important;
  }
}

.c-hotel__link {
  width: 100%;
  max-width: 420px;
  height: 54px;
  border-radius: 5px;
  border: none;
  position: relative;
}
.c-hotel__link::after {
  content: "";
  pointer-events: none;
  display: inline-block;
  background: url(../../img/modal/icon_triangle.png) no-repeat;
  background-size: contain;
  width: 10px;
  height: 5px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.c-hotel__link select {
  border: none;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  padding-left: 29.5px;
}

input,
select {
  background-color: #fff;
}

.c-form__bottomLink {
  color: #fff !important;
}

@media screen and (max-width: 768px) {
  #vacancy select {
    font-size: 13px;
    color: #000;
  }

  #checkin_date {
    font-size: 13px;
  }
}

/* 2022/7/12追加ここまで */

/* 2023/7/26 追記 */

/* 空室検索バナー */
.c-vacantBanner {
  background-color: #eff2f3;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 102;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 70px;
  border-radius: 2.5px;
  cursor: pointer;
}
.c-vacantBanner:hover {
}
.c-vacantBanner__text {
  color: #666666;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-bottom: double 3px #666666;
  padding-bottom: 5px;
}
.c-vacantBanner__date {
  background-color: #ffffff;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-left: 16px;
  height: 40px;
  width: 175px;
  border: 1px solid #dfdfdf;
  border-right: none;
  border-radius: 2.5px 0 0 2.5px;
  display: flex;
  align-items: center;
  padding-left: 40px;
  position: relative;
}
.c-vacantBanner__date::before {
  content: "";
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.001' height='13' viewBox='0 0 13.001 13'%3E%3Cpath id='シェイプ_1' data-name='シェイプ 1' d='M994.027,753A1.028,1.028,0,0,1,993,751.973v-9.579a1.027,1.027,0,0,1,1.027-1.026h2.395v-1.027a.342.342,0,0,1,.684,0v2.738a.342.342,0,1,1-.684,0v-1.027h-2.395a.342.342,0,0,0-.342.342v2.737h9.237a.342.342,0,0,1,0,.684h-9.237v6.158a.342.342,0,0,0,.342.342h10.947a.343.343,0,0,0,.343-.342v-9.579a.343.343,0,0,0-.343-.342h-.684a.342.342,0,0,1,0-.684h.684a1.027,1.027,0,0,1,1.027,1.026v9.579a1.028,1.028,0,0,1-1.027,1.027Zm7.868-9.921v-1.027h-3.079a.342.342,0,1,1,0-.684h3.079v-1.027a.342.342,0,0,1,.685,0v2.738a.342.342,0,0,1-.685,0Z' transform='translate(-993 -740)' fill='%23888'/%3E%3C/svg%3E%0A");
  height: 14px;
  width: 13px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
.c-vacantBanner__btn {
  background-color: #888888;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  height: 40px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #dfdfdf;
  border-radius: 0 2.5px 2.5px 0;
}
@media screen and (max-width: 1024px) {
  .c-vacantBanner {
    display: none;
  }
}

/* バナー */
.c-pickUp {
  position: relative;
  /* bottom: 50px;
	height: 163px; */
  /* background-color: #F7F7F7; */
  width: 100%;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  /* margin-top: 27px; */
  z-index: 3;
}
.c-pickUp::before {
  position: absolute;
  content: "";
  background-color: #fff;
  top: 0;
  left: 0;
  /* transform: translateX(-50%); */
  width: 100%;
  height: 113%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c-pickUp__top {
    position: relative;
    height: 80%;
  }
}
@media screen and (min-width: 768px) {
  .c-pickUp {
    background-color: #fff;
    position: relative;
    width: 100%;
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
    /* bottom: 55px; */
    flex-direction: row;
    align-items: center;
    height: 130px;
    padding-top: 0px;
    padding-right: 50px;
    /* margin-top: 26px; */
  }
  .c-pickUp::before {
    content: none;
  }
}
.c-pickUp__textArea {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 46px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  z-index: 1;
}

.c-pickUp__textArea__title::before {
  content: "";
  background-color: #000000;
  height: 1px;
  width: 60px;
  position: absolute;
  top: 38%;
  left: -80px;
}
@media screen and (min-width: 768px) {
  .c-pickUp__textArea {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 58px;
    row-gap: 5px;
    flex-shrink: 0;
  }
}
.c-pickUp__textArea__title {
  position: relative;
}
.c-pickUp__textArea__title img {
  width: 123px;
}
@media screen and (min-width: 768px) {
  .c-pickUp__textArea__title::before {
    content: none;
  }
  .c-pickUp__textArea__title img {
    width: 123px;
  }
}
.c-pickUp__textArea__title__sub {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .c-pickUp__textArea__title__sub {
    font-size: 14px;
  }
}
.c-pickUp__imageList {
  margin-top: 17px;
  overflow: hidden;
  z-index: 1;
}
.c-pickUp__imageList .slick-slide {
  margin-left: 8px;
  margin-right: 8px;
}
@media screen and (min-width: 768px) {
  .c-pickUp__imageList {
    display: flex;
    flex-direction: row;
    margin-top: 0;
    margin-left: 38px;
    padding-top: 0;
    -moz-column-gap: 20px;
    column-gap: 20px;
    width: 100%;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .c-pickUp__image {
    width: 220px;
    aspect-ratio: 243 / 75;
    /* border: 0.5px solid #F2F3F4; */
  }
}

@media screen and (min-width: 768px) {
  .g-headerNav3_item--type_search {
    display: none;
  }
}
/* sp pc 非表示 */
@media screen and (min-width: 1023px) {
  .u-show_media {
    display: none !important;
  }
}
@media print {
  .u-show_media {
    display: none !important;
  }
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u-hide_media {
    display: none !important;
  }
}

@media print {
  .u-print_hide {
    display: none !important;
  }
}
/* .c-mv_trip */
.c-mv_trip {
  position: static;
}
/* header */
@media screen and (max-width: 768px) {
  #vacancy {
    padding-top: 35px;
    z-index: 999;
  }
  .c-form__close {
    top: 0;
  }
}

/* アクセス */
@media screen and (max-width: 767px) {
  .l-nav__access {
    display: none;
  }
}
.l-nav__access {
  margin: 2.5% 7.5% 3.5%;
  position: relative;
  cursor: pointer;
}
.l-nav__access a {
  border: 1px solid #ff8f2e;
  display: block;
}
.l-nav__access a:hover span {
  transform: translate(0, 0);
}
.l-nav__access span {
  font-size: 1rem;
  background: url("/hotel/fukuoka/_assets/img/common/bg-orange-03.png") center /
    150% auto;
  letter-spacing: 0.35em;
  margin: -1px;
  padding: 0.85em 0;
  display: block;
  border: 1px solid #ff8f2e;
  position: relative;
  transform: translate(-0.225em, -0.225em);
  transition: 0.4s;
  color: #fff;
}

/* 2023/7/26 追記ここまで */

/* 2025/6/2追加ここから */

/* スペシャルオファー */
.Top_banner_04 {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 183px;
  margin-left: auto;
  margin-right: 0;
}
.Top_banner_04 .Top_banner--img.-sp {
  z-index: 11;
  position: relative;
}
.Top_banner_04 .Top_banner--img.-pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .Top_banner_04 {
    margin-right: auto;
    margin-left: 0;
    right: 10px;
    top: 114px;
    bottom: auto;
    max-width: 400px;
  }
  .Top_banner_04 .Top_banner--img.-sp {
    display: none;
  }
  .Top_banner_04 .Top_banner--img.-pc {
    display: inline-block;
  }
}
/* pick up
-------------------------------------*/
.slick-slide {
  height: auto !important;
}
.c-link {
  font-family: "Advent Pro";
  color: #888888;
  font-weight: 600;
  font-size: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #888;
}

.c-pickUp__link {
  z-index: 1;
  position: absolute;
  right: 28px;
  bottom: -36px;
}
@media screen and (min-width: 1024px) {
  .c-pickUp__link {
    right: 60px;
    bottom: -17px;
  }

  .prev-arrow,
  .next-arrow {
    display: block;
    width: 24px;
    height: 24px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    transition: all 0.3s ease;
    cursor: pointer;
    position: absolute;
    z-index: 2 !important;
    top: 50%;
    transform: translateY(-50%);
  }

  .prev-arrow {
    left: 0 !important;
  }
  .next-arrow {
    right: 0 !important;
    transform: rotate(180deg) translateY(50%);
  }

  .prev-arrow::before,
  .next-arrow::before {
    content: "";
    background: url(../../img/common/arrow_black.svg) no-repeat;
    position: absolute;
    height: 6px;
    width: 4px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-position: center;
    background-size: contain;
  }
}
/* グロナビ
-------------------------------------*/
.g-header .g-nav__menu li.g-nav__event a {
  background-image: url("../../img/common/bg-pink-03.png");
}
.g-header .g-nav__menu li.g-nav__event img {
  margin: 15px 0 6px;
}
.g-header .g-nav__menu li.g-nav__news a {
  background-image: url("../../img/common/bg-green-04.png");
}

.g-header .g-nav__menu li.g-nav__news img {
  margin: 21px 0 11px;
}

/* ニュース
-------------------------------------*/
.p-homeNews {
  margin-top: 53px;
  padding: 30px 0 35px;
  background: #1d2088 url(/hotel/fukuoka/_assets/img/common/bg-blue-dark-01.png)
    center / 20% auto;
}
@media screen and (min-width: 1024px) {
  .p-homeNews {
    padding-top: 43px;
    padding-bottom: 74px;
    padding-left: 60px;
    margin-top: 43px;
  }
}
.p-homeNews__titleDeco {
  background: #ffffff;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .p-homeNews__titleDeco {
    width: 142px;
    height: 142px;
    align-items: baseline;
  }
  .p-homeNews__titleDeco svg {
    width: 31.85px;
    height: 24.76px;
    margin-top: 42px;
  }
}

.p-homeNews__title {
  font-size: 24px;
  font-weight: 700;
  color: #fafaff;
  letter-spacing: 0.02em;
  padding-left: 13px;
  white-space: nowrap;
}
.p-homeNews__title h2 {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .p-homeNews__title {
    font-weight: 700;
    color: #12146d;
    letter-spacing: 0.02em;
    padding-left: 0;
    white-space: nowrap;
    position: absolute;
    top: 82px;
    left: 50%;
    transform: translateX(-50%);
  }
  .p-homeNews__title h2 {
    font-size: 18px;
    font-weight: 700;
  }
}
.p-homeNews__inner {
  width: calc(300 / 375 * 100%);
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-homeNews__inner {
    width: calc(929 / 1050 * 100%);
    max-width: 929px;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-homeNews__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    gap: 50px;
    justify-content: unset;
  }
}
@media screen and (min-width: 1366px) {
  .p-homeNews__inner {
    margin: 0 auto;
  }
}
.p-homeNews__heading {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 1024px) {
  .p-homeNews__heading {
    position: relative;
  }
}
.p-homeNews__list {
  margin-top: 17px;
  margin-bottom: 4px;
}
@media screen and (min-width: 1024px) {
  .p-homeNews__list {
    position: relative;
    margin: 0;
    width: 78%;
  }
}
.p-homeNews__item {
  background-image: linear-gradient(to right, #ffff 2px, transparent 2px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media screen and (min-width: 1024px) {
  .p-homeNews__item {
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    background-position: 0 0;
  }
}
.p-homeNews__item:last-child {
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  background-position: 0 0;
}
.p-homeNews__item:first-child .p-homeNews__itemLink {
  padding-top: 10px;
}
.p-homeNews__itemLink {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 16px 0;
}
@media screen and (min-width: 1024px) {
  .p-homeNews__itemLink {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 13px 0 15px;
  }
}
.p-homeNews__date {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.08em;
  margin-bottom: 15px;
}
@media screen and (min-width: 1024px) {
  .p-homeNews__date {
    font-size: 15px;
    margin-bottom: 0;
    margin-right: 25px;
  }
}
.p-homeNews .c-btn__link {
  right: 20px;
  bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .p-homeNews .c-btn__link {
    right: 52px;
    bottom: 28px;
  }
}
.p-homeNews__text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  max-width: 100%;
  box-sizing: border-box;
  width: 100%;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .p-homeNews__text {
    font-size: 15px;
  }
}
.p-homeNews__link {
  color: #fff;
  border-bottom: 1px solid #fff;
  text-align: end;
  margin-left: auto;
  width: fit-content;
  display: block;
}
.p-homeNews__link:visited {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .p-homeNews__link {
    position: absolute;
    right: 0;
    bottom: -32px;
  }
}

/* ベッセルクラブ
-------------------------------------*/
.p-homeClub {
  background: url(../../img/home/bg_club_sp.png) center center / cover no-repeat;
  position: relative;
  padding-top: 28px;
  padding-bottom: 29px;
  overflow-x: hidden;
  overflow-y: clip;
}
@media screen and (min-width: 1024px) {
  .p-homeClub {
    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 36px;
    background: url(../../img/home/bg_club_pc.png) center center / cover
      no-repeat;
  }
}
.p-homeClub__inner {
  width: calc(350 / 375 * 100%);
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-homeClub__inner {
    width: calc(934 / 1138 * 100%);
    display: flex;
    align-items: center;
    gap: 58px;
  }
}
.p-homeClub__heading {
  text-align: center;
  margin-bottom: 20px;
}
.p-homeClub__title {
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.p-homeClub__title .-en {
  font-size: 28px;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .p-homeClub__title .-en {
    font-size: 40px;
    font-weight: 500;
  }
}
.p-homeClub__title .-ja {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .p-homeClub__title .-ja {
    font-size: 20px;
    font-weight: 500;
    margin-top: 13px;
  }
}
.p-homeClub__btnNew {
  font-size: 14px;
  font-weight: 700;
  padding: 9px 20px;
  background: #fff;
  color: #777777;
  border-radius: 100px;
  display: block;
  width: fit-content;
  margin: 10px auto 0;
}
@media screen and (min-width: 1024px) {
  .p-homeClub__btnNew {
    font-size: 16px;
    padding: 12px 20px;
    margin: 14px auto 0;
  }
}
.p-homeClub__Cont {
  background: #fff;
  border-radius: 5px;
  padding: 20px 0 27px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-homeClub__Cont {
    padding: 20px 0 12px;
    border-radius: 10px;
  }
}
.p-homeClub__Cont::after {
  content: "";
  background: url(../../img/home/line_club.svg) 0% 0% / contain no-repeat;
  width: 560px;
  height: 9px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 71px;
}
.p-homeClub__ContTitle {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-homeClub__ContTitle {
    font-size: 24px;
  }
}
.p-homeClub__ContTitle .-num {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .p-homeClub__ContTitle .-num {
    font-size: 36px;
  }
}
.p-homeClub__ContTitle .-en {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

.p-homeClub__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .p-homeClub__list {
    margin-top: 36px;
  }
}
.p-homeClub__item {
  background: #f7f7f7;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  display: block;
  position: relative;
  padding-top: 32px;
}
@media screen and (min-width: 1024px) {
  .p-homeClub__item {
    width: 120px;
    height: 120px;
    padding-top: 60px;
  }
}
.p-homeClub__item .-num {
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  .p-homeClub__item .-num {
    top: 11px;
  }
}
.p-homeClub__item:first-child svg {
  width: 12.36px;
  height: 22.74px;
}

.p-homeClub__item:nth-of-type(2) svg {
  width: 24.12px;
  height: 23.6px;
}
.p-homeClub__item:nth-of-type(3) svg {
  width: 22.96px;
  height: 23.68px;
}
@media screen and (min-width: 1024px) {
  .p-homeClub__item:first-child svg {
    width: 17.75px;
    height: 32.65px;
  }

  .p-homeClub__item:nth-of-type(2) svg {
    width: 33.77px;
    height: 33.04px;
  }
  .p-homeClub__item:nth-of-type(3) svg {
    width: 32.14px;
    height: 33.15px;
  }
}
.p-homeClub__item:nth-of-type(3) .-text {
  width: 155%;
  transform: translateX(-17%);
}
.p-homeClub__item .-text {
  color: #4c4942;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-homeClub__item .-text {
    font-size: 14px;
  }
}
.p-homeClub__btn {
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  display: block;
  margin-left: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 93px;
  height: 98px;
  z-index: 1;
}
.p-homeClub__btn:after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -43px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 67px solid transparent;
  border-left: 67px solid transparent;
  border-bottom: 67px solid #4c4942;
  border-top: 0;
  transform: rotate(135deg);
  z-index: -1;
}
.p-homeClub__btn span {
  position: absolute;
  bottom: 10px;
  right: 0;
  color: #fff;
}
.p-homeClub__btn::before {
  content: "";
  background: url(../../img/common/arrow_white.svg) no-repeat;
  position: absolute;
  height: 4.91px;
  width: 16.37px;
  bottom: 28px;
  right: 10px;
  background-position: center;
  background-size: contain;
}
/* TOPページのみヘッダー */
@media screen and (max-width: 1023px) {
  .g-header-nav_sp_warpper {
    height: 56px;
  }
  .g-header__following .list_item .list_item_name {
    left: auto;
    bottom: auto;
  }
  .g-header__following .list_item .g-headerTrigger_text {
    font-size: 1rem;
  }
  .g-header__following .list_item p {
    font-size: 1.2rem;
  }
  .g-header__following .is-access {
    width: calc((100% - 175px) / 2);
    font-size: 12px;
  }
  .g-header__following .is-accessa {
    padding-top: 15px;
    height: 30px;
    display: block;
  }
  .g-header__following .is_search a {
    padding-top: 15px;
    height: 30px;
    display: block;
  }
  .g-header__following .is-access .list_item_name::before {
    content: "";
    background: url(../../img/common/icon_pin-02.png) no-repeat;
    position: absolute;
    height: 15px;
    width: 10px;
    left: 50%;
    transform: translateX(-50%);
    top: -15px;
    background-size: contain;
  }
  .g-header__following .is_search .list_item_name::before {
    content: "";
    background: url(../../img/common/icon_search.png) no-repeat;
    position: absolute;
    height: 12px;
    width: 12px;
    left: 50%;
    transform: translateX(-50%);
    top: -17px;
    background-size: cover;
  }
  .g-header__following .is-club {
    background: #fb8815;
    width: 100%;
    max-width: 105px;
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle;
  }
  .g-header__following .is-club .c-mv_aside-box {
    background: #fb8815;
    border: 1px solid #fb8815;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .g-header__following .is-club p {
    line-height: 21px;
    position: relative;
    padding: 0;
    font-size: 12px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
      "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    margin-top: -13px;
  }
  .g-header__following .is-club p:after {
    content: "";
    border-top: 1px dotted #fff;
    position: absolute;
    height: 1px;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-size: cover;
  }
  .g-header__following .is-club p svg {
    transform: translateY(4px);
  }
  .g-header__following .is-club .list_item_name .-number {
    font-size: 11px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium",
      "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    padding-left: 3px;
  }
  .g-header__following .is-club.list_item_name .-md {
    font-size: 8px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium",
      "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  }
  .g-header__following .is_search .list_item_name {
    padding: 0;
  }
  .g-header__following .is_search .list_item_name .g-header-sideNav-name {
    font-size: 15px;
  }
  .g-header__following .is_search .list_item_name::before {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
  .g-header__following .is_search a {
    padding-top: 10px;
  }
  .g-header__following .is-access .list_item_name {
    padding: 0;
  }
  .g-header__following .is-access .list_item_name .u-font_Slab {
    font-size: 15px;
  }
  .g-header__following .is_access a {
    padding-top: 10px;
  }
  .g-header__following .is-access .list_item_name::before {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
  .g-header__following .is_search {
    width: calc((100% - 105px) / 2);
  }
  .g-header__following .is-access {
    width: calc((100% - 105px) / 2);
  }
}

/* 2025/6/2追加ここまで */
</pre></body></html>