@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Zen+Kaku+Gothic+New:wght@500;700&display=swap");
html {
  font-size: 16px;
}

/*! sanitize.css v4.1.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

template,
[hidden] {
  display: none;
}

/* Elements of HTML (https://www.w3.org/TR/html5/semantics.html)
   ========================================================================== */
*,
::before,
::after {
  background-repeat: no-repeat; /* 1 */
  box-sizing: inherit; /* 2 */
}

::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

html {
  box-sizing: border-box; /* 1 */
  cursor: default; /* 2 */
  font-family: sans-serif; /* 3 */
  line-height: 1.5; /* 3 */
  -ms-text-size-adjust: 100%; /* 4 */
  -webkit-text-size-adjust: 100%; /* 5 */
}

/* Sections (https://www.w3.org/TR/html5/sections.html)
   ========================================================================== */
html, body {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content (https://www.w3.org/TR/html5/grouping-content.html)
   ========================================================================== */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

nav ol,
nav ul {
  list-style: none;
}

/* Text-level semantics
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted; /* 1 */
  text-decoration: none; /* 2 */
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ffff00;
  color: #000000;
}

progress {
  vertical-align: baseline;
}

small {
  font-size: 83.3333%;
}

sub,
sup {
  font-size: 83.3333%; /* 1 */
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

::-moz-selection {
  background-color: #b3d4fc; /* 1 */
  color: #000000; /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* 1 */
  color: #000000; /* 1 */
  text-shadow: none;
}

/* Embedded content (https://www.w3.org/TR/html5/embedded-content-0.html)
   ========================================================================== */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  border: 0;
  border-style: none;
  max-width: 100%;
}

svg {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

/* Links (https://www.w3.org/TR/html5/links.html#links)
   ========================================================================== */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

a:hover {
  outline-width: 0;
}

/* Tabular data (https://www.w3.org/TR/html5/tabular-data.html)
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* transform-style:  (https://www.w3.org/TR/html5/forms.html)
   ========================================================================== */
button,
input,
select,
textarea {
  background-color: transparent; /* 1 */
  border-style: none; /* 1 */
  color: inherit; /* 1 */
  font-size: 1em; /* 1 */
  margin: 0; /* 3 */
  -webkit-appearance: none;
}

button,
input { /* 1 */
  overflow: visible;
}

button,
select { /* 1 */
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 2 */
  white-space: normal; /* 1 */
}

textarea {
  overflow: auto; /* 1 */
  resize: vertical; /* 2 */
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

::-webkit-search-cancel-button,
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* WAI-ARIA (https://www.w3.org/TR/html5/dom.html#wai-aria)
   ========================================================================== */
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

/* User interaction (https://www.w3.org/TR/html5/editing.html)
   ========================================================================== */
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] { /* 1 */
  touch-action: manipulation;
}

[hidden][aria-hidden=false] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}

/* ==========================================================================
   Paragraphs
   ========================================================================== */
p {
  margin: 0 0 1.5em 0;
}

/* ==========================================================================
   Lists
   ========================================================================== */
ul {
  margin: 0;
  padding: 0;
}

ol {
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "fontello";
  src: url("https://hotelfiomare.jp/wpcms/wp-content/themes/hotelfiomare/font/fontello.eot?32662471");
  src: url("https://hotelfiomare.jp/wpcms/wp-content/themes/hotelfiomare/font/fontello.eot?32662471#iefix") format("embedded-opentype"), url("https://hotelfiomare.jp/wpcms/wp-content/themes/hotelfiomare/font/fontello.woff2?32662471") format("woff2"), url("https://hotelfiomare.jp/wpcms/wp-content/themes/hotelfiomare/font/fontello.woff?32662471") format("woff"), url("https://hotelfiomare.jp/wpcms/wp-content/themes/hotelfiomare/font/fontello.ttf?32662471") format("truetype"), url("https://hotelfiomare.jp/wpcms/wp-content/themes/hotelfiomare/font/fontello.svg?32662471#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('https://hotelfiomare.jp/wpcms/wp-content/themes/hotelfiomare/font/fontello.svg?32662471#fontello') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-calendar:before {
  content: "\e800";
} /* '' */
.icon-search:before {
  content: "\e801";
} /* '' */
.icon-right-dir:before {
  content: "\e802";
} /* '' */
.icon-left-open:before {
  content: "\e803";
} /* '' */
.icon-left-dir:before {
  content: "\e804";
} /* '' */
.icon-right-open:before {
  content: "\e805";
} /* '' */
.icon-up-open:before {
  content: "\e806";
} /* '' */
.icon-up-dir:before {
  content: "\e807";
} /* '' */
.icon-down-dir:before {
  content: "\e808";
} /* '' */
.icon-down-open:before {
  content: "\e809";
} /* '' */
.icon-location:before {
  content: "\e80a";
} /* '' */
.icon-phone:before {
  content: "\e80b";
} /* '' */
.icon-twitter:before {
  content: "\f099";
} /* '' */
.icon-mail-alt:before {
  content: "\f0e0";
} /* '' */
.icon-sitemap:before {
  content: "\f0e8";
} /* '' */
.icon-angle-left:before {
  content: "\f104";
} /* '' */
.icon-angle-right:before {
  content: "\f105";
} /* '' */
.icon-angle-up:before {
  content: "\f106";
} /* '' */
.icon-angle-down:before {
  content: "\f107";
} /* '' */
.icon-mobile:before {
  content: "\f10b";
} /* '' */
.icon-instagram:before {
  content: "\f16d";
} /* '' */
.icon-google:before {
  content: "\f1a0";
} /* '' */
.icon-newspaper:before {
  content: "\f1ea";
} /* '' */
.icon-calendar-check-o:before {
  content: "\f274";
} /* '' */
.icon-facebook-squared:before {
  content: "\f308";
} /* '' */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff slick-image-url("https://hotelfiomare.jp/wpcms/wp-content/themes/hotelfiomare/img/ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "fontello";
  font-size: 20px;
  line-height: 1;
  color: black;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev:before {
  content: "\e803";
}

.slick-next:before {
  content: "\e805";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
  width: 20px;
  height: 20px;
  font-family: "fontello";
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* ========================================================================== */
/* 全体の設定
/* ========================================================================== */
html, body {
  margin: 0;
  padding: 0;
}

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

img {
  border: none;
}

body {
  background-color: #fff;
  color: #222;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.045em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  opacity: 0;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
  outline: none;
}

a {
  color: #115363;
  text-decoration: none;
  transition: all 0.25s ease;
}
@media screen and (max-width:767px) {
  #wrap {
    width: 100%;
    position: relative;
    padding-top: 60px;
  }
}
@media screen and (min-width:768px) and (max-width:959px) {
  #wrap {
    width: 100%;
    position: relative;
    padding-top: 60px;
  }
}
@media screen and (min-width:960px) {
  #wrap {
    min-width: 960px;
    position: relative;
  }
}
/* ========================================================================== */
/* ヘッダー
/* ========================================================================== */
#g-header {
  z-index: 9999;
  width: 100%;
}
#g-header .g-header_inner {
  margin: 0 auto;
}
#g-header #g-nav ul {
  margin: 0;
  padding: 0;
}
#g-header #g-nav li {
  list-style-type: none;
}

@media screen and (min-width:960px) {
  #g-header {
    background-color: #fff;
    width: 100%;
  }
  .g-header_inner {
    width: 960px;
    margin: 0 auto;
    position: relative;
    height: 140px;
  }
  .nav-wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 44px;
  }
  #site-title {
    margin: 0;
    width: 154px;
    height: 78px;
  }
  #site-title a {
    display: block;
  }
  #site-title img.logo-fixed {
    display: none;
  }
  .description {
    color: #777;
    font-size: 13px;
    font-size: 0.8125rem;
    position: absolute;
    top: 10px;
    left: 0;
  }
  #g-nav {
    width: 780px;
  }
  #g-nav ul {
    width: 100%;
    display: flex;
    align-items: center;
  }
  #g-nav li {
    flex: 1;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.08em;
  }
  #g-nav li.has-sub {
    position: relative;
  }
  #g-nav li a {
    color: #002026;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 10px 0;
  }
  #g-nav li a:hover {
    opacity: 1;
    color: #00AFD0;
  }
  #g-nav li.current a {
    color: #00AFD0;
  }
  #g-nav li:hover .g-nav_sub {
    display: block;
  }
  #g-nav li.contact, #g-nav li.map {
    display: none;
  }
  #g-nav li .sub-menu {
    position: absolute;
    top: 44px;
    right: 0;
    display: none;
    z-index: 9997;
  }
  #g-nav li .sub-menu li {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-align: left;
    padding: 0;
    width: 135px;
  }
  #g-nav li .sub-menu li:not(:last-of-type) {
    border-bottom: 1px solid #fff;
  }
  #g-nav li .sub-menu li a {
    background-color: #00AFD0 !important;
    color: #fff;
    padding: 8px 10px;
  }
  #g-nav li.has-sub:hover .sub-menu {
    display: flex;
    flex-direction: column;
  }
  #g-nav .nav-btn_reserve {
    width: 158px;
  }
  #g-nav .nav-btn_reserve a {
    background-color: #115363;
    border-radius: 4px;
    color: #fff;
    font-size: 13px;
    font-size: 0.8125rem;
    width: 158px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #g-nav .nav-btn_reserve a:hover {
    background: #04758B;
    color: #fff;
    opacity: 1;
  }
  #g-nav .nav-btn_reserve a:before {
    content: "\e800";
    font-family: "fontello";
    padding-right: 10px;
  }
  #g-nav .nav-btn_reserve:hover {
    opacity: 0.8;
    transition: all 0.25s ease-out 0s;
  }
  #g-nav li.nav-btn_tel {
    display: none;
  }
  .sub-nav {
    position: absolute;
    top: 12px;
    right: 0;
    display: flex;
    align-items: center;
  }
  .sub-nav li {
    border-left: none;
    font-size: 13px;
    font-size: 0.8125rem;
    list-style-type: none;
    margin-right: 10px;
  }
  .sub-nav li:before {
    color: #a35c45;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .sub-nav li:not(:last-child):after {
    content: "";
    display: inline-block;
    background: #DDDEDB;
    width: 1px;
    height: 10px;
    margin-left: 10px;
  }
  .sub-nav li.tel__inner {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .sub-nav a {
    color: #333;
  }
  .sub-nav .tel:before {
    content: "\f10b";
    color: #115363;
    font-family: "fontello";
    padding-right: 7px;
  }
  #g-header,
  #g-header * {
    transition: all 0.5s ease;
  }
  #g-header.fixed {
    zoom: 1;
    position: fixed;
    height: 100px;
  }
  #g-header.fixed .g-header_inner {
    background-color: #fff;
    position: relative;
    height: 90px;
  }
  #g-header.fixed .nav-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 38px;
  }
  #g-header.fixed #site-title {
    width: 180px;
    height: 54px;
  }
  #g-header.fixed #site-title a {
    line-height: 1;
  }
  #g-header.fixed #site-title img.logo-fixed {
    display: block;
    width: 180px;
  }
  #g-header.fixed #site-title img.logo-top {
    display: none;
  }
  #g-header.fixed .description {
    top: 8px;
  }
  #g-header.fixed #g-nav {
    width: 760px;
    display: flex;
    align-items: center;
  }
  #g-header.fixed #g-nav li {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 5px 0;
    position: relative;
  }
  #g-header.fixed #g-nav li a {
    height: 100%;
  }
  #g-header.fixed #g-nav li .sub-menu {
    position: absolute;
    top: 50px;
    right: 0;
    display: none;
  }
  #g-header.fixed #g-nav li .sub-menu li {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-align: left;
    padding: 0;
    width: 150px;
  }
  #g-header.fixed #g-nav li .sub-menu li:not(:last-of-type) {
    border-bottom: 1px solid #fff;
  }
  #g-header.fixed #g-nav li .sub-menu li a {
    background-color: #00AFD0 !important;
    color: #fff;
    padding: 8px 10px;
  }
  #g-header.fixed #g-nav li.has-sub:hover .sub-menu {
    display: flex;
    flex-direction: column;
  }
  #g-header.fixed #g-nav li.nav-btn_reserve {
    padding: 0;
  }
  #g-header.fixed #g-nav li.nav-btn_reserve a {
    color: #fff;
    font-size: 13px;
    font-size: 0.8125rem;
    height: 34px;
  }
  .menu-icon-container {
    display: none;
  }
}
@media screen and (max-width:959px) {
  #site-title {
    margin: 0;
  }
  #site-title img {
    width: 100%;
    height: auto;
  }
  #site-title img.logo-top {
    display: none;
  }
  #site-title img.logo-fixed {
    display: block;
  }
  .nav-wrap {
    display: flex;
    align-items: center;
    height: 60px;
  }
  .menu-icon {
    display: block;
    float: left;
    cursor: pointer;
    transition: all 0.2s ease-in;
    z-index: 9999;
    width: 30px;
    height: 28px;
  }
  .menu-icon span {
    display: block;
    width: 30px;
    height: 3px;
    background: #00AFD0;
    margin-bottom: 6px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
  }
  .menu-icon span .bar1 {
    margin-top: 2px;
  }
  .menu-icon span .bar2 {
    margin-bottom: 4px;
  }
  .menu-icon span .bar3 {
    margin-top: 0px;
  }
  .menu-icon.active .bar1 {
    background: #00AFD0;
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
  }
  .menu-icon.active .bar2 {
    opacity: 0;
  }
  .menu-icon.active .bar3 {
    background: #00AFD0;
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }
  .sp-nav {
    display: none;
    position: fixed;
    top: 60px;
    width: 100%;
    height: 0;
  }
  #g-nav {
    border-top: 1px solid #DDDEDB;
  }
  #g-nav li {
    background-color: #fff;
    border-bottom: 1px solid #DDDEDB;
    font-size: 16px;
    font-size: 1rem;
    width: 100%;
    position: relative;
    font-weight: 600;
  }
  #g-nav li a {
    color: #115363;
    display: block;
    padding: 12px 15px;
  }
  #g-nav li a:after {
    content: "\f105";
    color: #115363;
    font-family: "fontello";
    position: absolute;
    right: 15px;
    top: 12px;
    bottom: 0;
  }
  #g-nav li.has-sub .sub-menu {
    display: none;
  }
  #g-nav li.has-sub .sub-menu li {
    font-size: 14px;
    font-size: 0.875rem;
    border-bottom: none;
  }
  #g-nav li.has-sub .sub-menu li a {
    padding-left: 36px;
  }
  #g-nav li a.menu-open:after {
    content: "\f107";
  }
  #g-nav .g-nav_sub {
    margin-left: 32px;
    display: none;
  }
  #g-nav .g-nav_sub li {
    font-size: 14px;
    font-size: 0.875rem;
    border-bottom: none;
  }
  #g-nav .g-nav_sub li a {
    padding: 12px;
  }
  #g-nav .g-nav_sub li:not(:last-child) {
    border-bottom: 1px solid #DDDEDB;
  }
  #g-nav .nav-btn_reserve a,
  #g-nav .nav-btn_tel a {
    background-color: #115363;
    color: #fff;
    font-weight: 500;
    height: 50px;
    display: flex;
    align-items: center;
  }
  #g-nav .nav-btn_reserve {
    border-bottom: 1px solid #DDDEDB;
  }
  #g-nav .nav-btn_reserve a:before {
    font-family: "fontello";
    content: "\e800";
    padding-right: 15px;
  }
  #g-nav .nav-btn_reserve a:after {
    content: "\f105";
    color: #fff;
  }
  #g-nav .nav-btn_tel a:before {
    font-family: "fontello";
    content: "\f10b";
    padding-right: 17px;
    padding-left: 4px;
    font-size: 22px;
    font-size: 1.375rem;
  }
  #g-nav .nav-btn_tel a:after {
    content: "";
  }
  #g-nav .nav-btn_fb {
    display: none;
  }
  .sub-nav {
    background-color: #fff;
    width: 100%;
    display: flex;
  }
  .sub-nav li {
    font-size: 13px;
    font-size: 0.8125rem;
    flex: 1;
    list-style-type: none;
    text-align: center;
  }
  .sub-nav li:first-child {
    border-right: 1px solid #DDDEDB;
  }
  .sub-nav li a {
    background-color: #444;
    color: #fff;
    display: block;
    padding: 12px 15px;
  }
  .sub-nav li.tel {
    display: none;
  }
}
@media screen and (min-width:768px) and (max-width:959px) {
  #g-header {
    position: fixed;
    border-bottom: 1px solid #DDDEDB;
    height: 60px;
    top: 0;
  }
  #g-header,
  .g-header_inner {
    background-color: #fff;
    width: 100%;
  }
  .sp-nav {
    display: none;
  }
  #site-title {
    margin: 15px;
    width: 172px;
  }
  .description {
    display: none;
  }
  .g-tlanstate {
    float: right;
    margin: 15px 80px 0 0;
    width: 130px;
  }
  #g-nav {
    top: 60px;
  }
  .menu-icon-container {
    position: fixed;
    top: 20px;
    right: 15px;
    z-index: 9999;
  }
}
@media screen and (max-width:767px) {
  #g-header {
    position: fixed;
    border-bottom: 1px solid #DDDEDB;
    height: 60px;
    top: 0;
  }
  #g-header,
  .g-header_inner {
    background-color: #fff;
    width: 100%;
  }
  .sp-nav {
    display: none;
  }
  #site-title {
    margin-left: 15px;
    width: 152px;
  }
  #site-title img {
    width: 100%;
    height: auto;
  }
  .description {
    display: none;
  }
  .g-tlanstate {
    position: absolute;
    right: 52px;
    top: 14px;
  }
  #g-nav {
    top: 50px;
  }
  .menu-icon-container {
    position: fixed;
    top: 20px;
    right: 15px;
    z-index: 9999;
  }
}
/* ========================================================================== */
/* 空室検索
/* ========================================================================== */
.plan-search-banner {
  background: url(https://hotelfiomare.jp/wpcms/wp-content/themes/hotelfiomare/img/plan-search-bg.jpg);
  color: #115363;
}
.plan-search-banner select {
  background: url(https://hotelfiomare.jp/wpcms/wp-content/themes/hotelfiomare/img/select-arrow.svg) #fff no-repeat right 8px center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
}
.plan-search-banner select::-ms-expand {
  display: none;
}
.plan-search-banner input[type=text] {
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
}
.plan-search-banner .text--ci {
  display: flex;
  align-items: center;
}
.plan-search-banner input[type=checkbox] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  background: transparent;
  opacity: 1;
  vertical-align: middle;
  border: 1px solid #115363;
  margin-right: 5px;
}
.plan-search-banner input[type=checkbox]:checked {
  position: relative;
  opacity: 1;
}
.plan-search-banner input[type=checkbox]:checked:before {
  content: "";
  background: url(https://hotelfiomare.jp/wpcms/wp-content/themes/hotelfiomare/img/icon-check.svg);
  position: absolute;
  top: -2px;
  left: 0;
  width: 16px;
  height: 12px;
}
.plan-search-banner .plan-search__item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.plan-search-banner .plan-search__item .cs-title {
  width: 100%;
}
.plan-search-banner .directin-sp-form .directin-sp-form-input label .directin-sp-form-checkbox-label {
  color: #115363;
}
.plan-search-banner .directin-sp-form .directin-sp-form-submit-button button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 4px;
  border: 0;
  background-color: #00AFD0;
  letter-spacing: 0.12em;
  text-align: center;
  padding: 0 !important;
  display: block;
}
.plan-search-banner .directin-sp-form .directin-sp-form-submit-button button:hover {
  background-color: #04c4d9;
}
.plan-search-banner .plan-search__item .btn-plan {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 4px;
  border: 0;
  background-color: #00AFD0;
  color: #fff;
  cursor: pointer;
  font-family: "fontello";
  display: block;
  height: 100%;
  transition: 0.25s ease-out 0s;
}
.plan-search-banner .plan-search__submit .btn-plan a {
  color: #115363;
  background-color: #fff;
  border-radius: 4px;
  display: block;
  text-align: center;
  font-weight: 500;
}
.plan-search-banner .plan-search__submit .btn-plan a:after {
  font-family: "fontello";
  content: "\e800";
  padding-left: 8px;
}
.plan-search-banner .plan-search__submit .btn-plan a:hover {
  background-color: #fff;
  color: #00afd0;
  opacity: 1;
}
.plan-search-banner .cs-change li {
  list-style-type: none;
}
.plan-search-banner .cs-change li:before {
  font-family: "fontello";
  color: #115363;
  content: "\e805";
}
.plan-search-banner .directin-sp-form .directin-sp-form-input label .directin-sp-form-label {
  color: #115363;
}
.plan-search-banner .directin-sp-form .directin-sp-form-input label input[type=text],
.plan-search-banner .directin-sp-form .directin-sp-form-input label select {
  border: none !important;
}

@media screen and (max-width:767px) {
  .plan-search-banner {
    padding: 15px;
  }
  .plan-search-banner .plan-search_inner {
    margin: 0 auto;
  }
  .plan-search-banner input[type=text] {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 7px;
    width: calc(100% - 91px);
    margin-right: 10px;
  }
  .plan-search-banner .directin-sp-form {
    padding: 0 !important;
  }
  .plan-search-banner .directin-sp-form > div {
    margin: 8px 0;
    width: 100%;
  }
  .plan-search-banner .directin-sp-form .directin-sp-form-guest-selector,
  .plan-search-banner .directin-sp-form .directin-sp-form-room-selector {
    flex: 1;
  }
  .plan-search-banner .directin-sp-form .directin-sp-form-guest-selector label,
  .plan-search-banner .directin-sp-form .directin-sp-form-room-selector label {
    width: 100%;
  }
  .plan-search-banner .directin-sp-form .directin-sp-form-guest-selector .directin-sp-form-label,
  .plan-search-banner .directin-sp-form .directin-sp-form-room-selector .directin-sp-form-label {
    width: 56px;
  }
  .plan-search-banner .directin-sp-form .directin-sp-form-guest-selector select,
  .plan-search-banner .directin-sp-form .directin-sp-form-room-selector select {
    width: calc(100% - 56px) !important;
  }
  .plan-search-banner .directin-sp-form .directin-sp-form-input label {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .plan-search-banner .directin-sp-form .directin-sp-form-input .directin-sp-form-label {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-right: 12px;
  }
  .plan-search-banner .directin-sp-form .directin-sp-form-date-input-group {
    font-size: 14px !important;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    width: 100%;
  }
  .plan-search-banner .directin-sp-form .directin-sp-form-date-input-group .directin-sp-form-date-input {
    width: 100%;
    margin-bottom: 12px;
  }
  .plan-search-banner .directin-sp-form .directin-sp-form-date-input-group .directin-sp-form-date-input .flatpickr-input {
    width: calc(100% - 56px) !important;
    margin-right: 0;
  }
  .plan-search-banner .directin-sp-form .directin-sp-form-date-input-group .directin-sp-form-date-input input[type=text] {
    padding-left: 38px;
    background-image: url(data:image/svg+xml;base64,PCEtLT94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPy0tPg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE4LjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KDQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9Il94MzJfIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJ3aWR0aDogMjU2cHg7IGhlaWdodDogMjU2cHg7IG9wYWNpdHk6IDE7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiM0QjRCNEI7fQ0KPC9zdHlsZT4NCjxnPg0KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xNDkuMTkzLDEwMy41MjVjMTUuOTk0LDAsMjguOTY0LTEyLjk3LDI4Ljk2NC0yOC45NzNWMjguOTY0QzE3OC4xNTcsMTIuOTcsMTY1LjE4NywwLDE0OS4xOTMsMA0KCQlDMTMzLjE5LDAsMTIwLjIyLDEyLjk3LDEyMC4yMiwyOC45NjR2NDUuNTg5QzEyMC4yMiw5MC41NTUsMTMzLjE5LDEwMy41MjUsMTQ5LjE5MywxMDMuNTI1eiIgc3R5bGU9ImZpbGw6IHJnYig3NSwgNzUsIDc1KTsiPjwvcGF0aD4NCgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzYyLjgxNSwxMDMuNTI1YzE1Ljk5NSwwLDI4Ljk2NC0xMi45NywyOC45NjQtMjguOTczVjI4Ljk2NEMzOTEuNzgsMTIuOTcsMzc4LjgxLDAsMzYyLjgxNSwwDQoJCWMtMTYuMDAyLDAtMjguOTcyLDEyLjk3LTI4Ljk3MiwyOC45NjR2NDUuNTg5QzMzMy44NDMsOTAuNTU1LDM0Ni44MTMsMTAzLjUyNSwzNjIuODE1LDEwMy41MjV6IiBzdHlsZT0iZmlsbDogcmdiKDc1LCA3NSwgNzUpOyI+PC9wYXRoPg0KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00MzUuMTY0LDQxLjI4N2gtMTcuOTI1djMzLjI2NWMwLDMwLjAxNy0yNC40MTUsNTQuNDMyLTU0LjQyMyw1NC40MzJjLTMwLjAxNywwLTU0LjQzMS0yNC40MTUtNTQuNDMxLTU0LjQzMg0KCQlWNDEuMjg3SDIwMy42MTV2MzMuMjY1YzAsMzAuMDE3LTI0LjQxNCw1NC40MzItNTQuNDIyLDU0LjQzMmMtMzAuMDE2LDAtNTQuNDMyLTI0LjQxNS01NC40MzItNTQuNDMyVjQxLjI4N0g3Ni44MzYNCgkJYy0zOC41MjgsMC02OS43NjMsMzEuMjM0LTY5Ljc2Myw2OS43NjN2MzMxLjE4N0M3LjA3Myw0ODAuNzY1LDM4LjMwOSw1MTIsNzYuODM2LDUxMmgzNTguMzI4DQoJCWMzOC41MjgsMCw2OS43NjMtMzEuMjM1LDY5Ljc2My02OS43NjNWMTExLjA1QzUwNC45MjcsNzIuNTIyLDQ3My42OTEsNDEuMjg3LDQzNS4xNjQsNDEuMjg3eiBNNDUwLjAyMyw0MjkuOTg4DQoJCWMwLDE3LjgyNi0xNC41MDMsMzIuMzI5LTMyLjMyOSwzMi4zMjlIOTQuMzA2Yy0xNy44MjYsMC0zMi4zMjktMTQuNTAzLTMyLjMyOS0zMi4zMjlWMTcwLjg3NmgzODguMDQ3VjQyOS45ODh6IiBzdHlsZT0iZmlsbDogcmdiKDc1LCA3NSwgNzUpOyI+PC9wYXRoPg0KCTxyZWN0IHg9IjE5MC43MjkiIHk9IjM3MS43NjkiIGNsYXNzPSJzdDAiIHdpZHRoPSI1MS4xOTEiIGhlaWdodD0iNTEuMTkyIiBzdHlsZT0iZmlsbDogcmdiKDc1LCA3NSwgNzUpOyI+PC9yZWN0Pg0KCTxyZWN0IHg9IjE5MC43MjkiIHk9IjI5Mi40MTkiIGNsYXNzPSJzdDAiIHdpZHRoPSI1MS4xOTEiIGhlaWdodD0iNTEuMTkiIHN0eWxlPSJmaWxsOiByZ2IoNzUsIDc1LCA3NSk7Ij48L3JlY3Q+DQoJPHJlY3QgeD0iMTExLjM4NiIgeT0iMzcxLjc2OSIgY2xhc3M9InN0MCIgd2lkdGg9IjUxLjE5IiBoZWlnaHQ9IjUxLjE5MiIgc3R5bGU9ImZpbGw6IHJnYig3NSwgNzUsIDc1KTsiPjwvcmVjdD4NCgk8cmVjdCB4PSIxMTEuMzg2IiB5PSIyOTIuNDE5IiBjbGFzcz0ic3QwIiB3aWR0aD0iNTEuMTkiIGhlaWdodD0iNTEuMTkiIHN0eWxlPSJmaWxsOiByZ2IoNzUsIDc1LCA3NSk7Ij48L3JlY3Q+DQoJPHJlY3QgeD0iMzQ5LjQyMyIgeT0iMjEzLjA2NyIgY2xhc3M9InN0MCIgd2lkdGg9IjUxLjE5IiBoZWlnaHQ9IjUxLjE5MSIgc3R5bGU9ImZpbGw6IHJnYig3NSwgNzUsIDc1KTsiPjwvcmVjdD4NCgk8cmVjdCB4PSIyNzAuMDgiIHk9IjIxMy4wNjciIGNsYXNzPSJzdDAiIHdpZHRoPSI1MS4xOTkiIGhlaWdodD0iNTEuMTkxIiBzdHlsZT0iZmlsbDogcmdiKDc1LCA3NSwgNzUpOyI+PC9yZWN0Pg0KCTxyZWN0IHg9IjI3MC4wOCIgeT0iMjkyLjQxOSIgY2xhc3M9InN0MCIgd2lkdGg9IjUxLjE5OSIgaGVpZ2h0PSI1MS4xOSIgc3R5bGU9ImZpbGw6IHJnYig3NSwgNzUsIDc1KTsiPjwvcmVjdD4NCgk8cmVjdCB4PSIzNDkuNDIzIiB5PSIzNzEuNzY5IiBjbGFzcz0ic3QwIiB3aWR0aD0iNTEuMTkiIGhlaWdodD0iNTEuMTkyIiBzdHlsZT0iZmlsbDogcmdiKDc1LCA3NSwgNzUpOyI+PC9yZWN0Pg0KCTxyZWN0IHg9IjM0OS40MjMiIHk9IjI5Mi40MTkiIGNsYXNzPSJzdDAiIHdpZHRoPSI1MS4xOSIgaGVpZ2h0PSI1MS4xOSIgc3R5bGU9ImZpbGw6IHJnYig3NSwgNzUsIDc1KTsiPjwvcmVjdD4NCgk8cmVjdCB4PSIyNzAuMDgiIHk9IjM3MS43NjkiIGNsYXNzPSJzdDAiIHdpZHRoPSI1MS4xOTkiIGhlaWdodD0iNTEuMTkyIiBzdHlsZT0iZmlsbDogcmdiKDc1LCA3NSwgNzUpOyI+PC9yZWN0Pg0KCTxyZWN0IHg9IjE5MC43MjkiIHk9IjIxMy4wNjciIGNsYXNzPSJzdDAiIHdpZHRoPSI1MS4xOTEiIGhlaWdodD0iNTEuMTkxIiBzdHlsZT0iZmlsbDogcmdiKDc1LCA3NSwgNzUpOyI+PC9yZWN0Pg0KCTxyZWN0IHg9IjExMS4zODYiIHk9IjIxMy4wNjciIGNsYXNzPSJzdDAiIHdpZHRoPSI1MS4xOSIgaGVpZ2h0PSI1MS4xOTEiIHN0eWxlPSJmaWxsOiByZ2IoNzUsIDc1LCA3NSk7Ij48L3JlY3Q+DQo8L2c+DQo8L3N2Zz4NCg==);
    background-size: 22px 22px;
    background-repeat: no-repeat;
    background-position: left 8px center;
    padding-left: 12px;
  }
  .plan-search-banner .directin-sp-form .directin-sp-form-date-input-group .directin-sp-form-nodate-checkbox {
    margin-bottom: 12px;
    padding-bottom: 0;
    width: 80px;
  }
  .plan-search-banner .directin-sp-form .directin-sp-form-date-input-group .directin-sp-form-nodate-checkbox .directin-sp-form-checkbox-label {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .plan-search-banner .directin-sp-form .directin-sp-form-input label input[type=text],
  .plan-search-banner .directin-sp-form .directin-sp-form-input label select {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 9px 22px 9px 12px;
  }
  .plan-search-banner input.flatpickr-input {
    padding-left: 40px !important;
  }
  .plan-search-banner input[type=text] {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .plan-search-banner select {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-right: 10px;
    padding: 9px 26px 9px 14px;
  }
  .plan-search-banner .directin-sp-form .directin-sp-form-submit-button {
    width: 100%;
    height: 64px;
  }
  .plan-search-banner .directin-sp-form .directin-sp-form-submit-button button {
    font-size: 15px;
    font-size: 0.9375rem;
    height: 44px;
  }
  .plan-search-banner .plan-search__submit {
    width: 100%;
  }
  .plan-search-banner .plan-search__submit .btn-plan {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .plan-search-banner .plan-search__submit .btn-plan a {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 8px 0;
  }
  .plan-search-banner .plan-search__submit .btn-plan a:hover {
    opacity: 1;
  }
  .plan-search-banner .plan-search__submit .cs-change li {
    font-size: 12px;
    font-size: 0.75rem;
    text-align: center;
  }
  .plan-search-banner .plan-search__submit .cs-change li:before {
    padding-right: 5px;
  }
}
@media screen and (min-width:768px) and (max-width:959px) {
  .plan-search-banner {
    padding: 24px 30px;
  }
  .plan-search-banner .plan-search_inner {
    margin: 0 auto;
  }
  .plan-search-banner input[type=text] {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 8px;
    width: 84px;
    margin-right: 10px;
  }
  .plan-search-banner select {
    font-size: 14px;
    font-size: 0.875rem;
    margin-right: 10px;
    padding: 8px 24px 8px 12px;
  }
  .plan-search-banner .plan-search__formwrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .plan-search-banner .directin-sp-form {
    margin-bottom: 24px;
    padding: 0 !important;
  }
  .plan-search-banner .directin-sp-form > div {
    margin: 0 8px;
  }
  .plan-search-banner .directin-sp-form .directin-sp-form-input label .directin-sp-form-label {
    font-size: 15px !important;
    padding-bottom: 0.5em;
    display: inline-block;
  }
  .plan-search-banner .directin-sp-form .directin-sp-form-input label input[type=text],
  .plan-search-banner .directin-sp-form .directin-sp-form-input label select {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 9px 22px 9px 12px;
  }
  .plan-search-banner input.flatpickr-input {
    padding-left: 40px !important;
  }
  .plan-search-banner input[type=text] {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .plan-search-banner select {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-right: 10px;
    padding: 9px 26px 9px 14px;
  }
  .plan-search-banner .directin-sp-form .directin-sp-form-submit-button button {
    font-size: 15px;
    font-size: 0.9375rem;
    width: 96px;
    height: 64px;
  }
  .plan-search-banner .text--ci {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .plan-search-banner .text {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .plan-search-banner .plan-search__submit {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .plan-search-banner .plan-search__submit .btn-plan {
    width: 25%;
    margin: 0 24px 0 0;
  }
  .plan-search-banner .plan-search__submit .btn-plan a {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 8px 0;
  }
  .plan-search-banner .plan-search__submit .btn-plan a:hover {
    opacity: 1;
  }
  .plan-search-banner .plan-search__submit .cs-change li {
    font-size: 12px;
    font-size: 0.75rem;
    display: inline;
  }
  .plan-search-banner .plan-search__submit .cs-change li:before {
    padding-right: 5px;
  }
}
@media screen and (min-width:960px) {
  .plan-search-banner {
    padding: 10px 0;
  }
  .plan-search-banner .plan-search_inner {
    width: 960px;
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    margin: 0 auto;
  }
  .plan-search-banner .directin-sp-form {
    padding: 0;
  }
  .plan-search-banner .directin-sp-form > div {
    margin-top: 0;
  }
  .plan-search-banner .directin-sp-form .directin-sp-form-input label .directin-sp-form-label {
    font-size: 15px !important;
    padding-bottom: 0.5em;
    display: inline-block;
  }
  .plan-search-banner .directin-sp-form .directin-sp-form-input label input[type=text],
  .plan-search-banner .directin-sp-form .directin-sp-form-input label select {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 9px 22px 9px 12px;
  }
  .plan-search-banner input.flatpickr-input {
    padding-left: 40px !important;
  }
  .plan-search-banner input[type=text] {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .plan-search-banner select {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-right: 10px;
    padding: 9px 26px 9px 14px;
  }
  .plan-search-banner .directin-sp-form .directin-sp-form-submit-button button {
    font-size: 15px;
    font-size: 0.9375rem;
    width: 96px;
    height: 64px;
  }
  .plan-search-banner .plan-search__submit {
    width: 214px;
    padding-left: 22px;
  }
  .plan-search-banner .plan-search__submit .btn-plan {
    width: 100%;
    margin-bottom: 8px;
  }
  .plan-search-banner .plan-search__submit .btn-plan a {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 8px 0;
  }
  .plan-search-banner .plan-search__submit .btn-plan a:hover {
    opacity: 1;
  }
  .plan-search-banner .plan-search__submit .cs-change li {
    font-size: 13px;
    font-size: 0.8125rem;
    display: inline;
  }
  .plan-search-banner .plan-search__submit .cs-change li:before {
    padding-right: 5px;
  }
}
/* ========================================================================== */
/* コンテンツ
/* ========================================================================== */
@media screen and (max-width:959px) {
  #content {
    width: 100%;
  }
}
@media screen and (min-width:960px) {
  #content {
    margin: 0 auto;
  }
}
/* ========================================================================== */
/* パンくずリスト
/* ========================================================================== */
#topicpath li {
  list-style-type: none;
}
#topicpath a {
  color: #333;
  text-decoration: none;
}

@media screen and (max-width:959px) {
  #topicpath {
    margin: 0 auto 20px auto;
    padding: 10px;
    display: flex;
    width: 100%;
  }
  #topicpath ol {
    float: right;
  }
  #topicpath li {
    list-style-type: none;
    font-size: 12px;
    font-size: 0.75rem;
    float: left;
  }
  #topicpath li:not(:last-child):after {
    content: " > ";
    padding: 0 5px;
  }
  #topicpath li:last-child {
    max-width: 10em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media screen and (min-width:960px) {
  #topicpath {
    width: 960px;
    margin: 0 auto 40px auto;
    padding: 22px 0;
    display: flex;
  }
  #topicpath ol {
    float: right;
  }
  #topicpath li {
    list-style-type: none;
    font-size: 13px;
    font-size: 0.8125rem;
    float: left;
  }
  #topicpath li:not(:last-child):after {
    content: " > ";
    padding: 0 5px;
  }
  #topicpath li:last-child {
    max-width: 50em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
/* ========================================================================== */
/* フッターバナーエリア
/* ========================================================================== */
.footer-bnr {
  border-top: 1px solid #EDEDED;
  background-color: #fff;
}
.footer-bnr li {
  list-style-type: none;
  float: left;
}
.footer-bnr li img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: auto;
}

.slick-arrow {
  z-index: 7777;
}

.slick-prev:before,
.slick-next:before {
  color: #bbb;
}

@media screen and (max-width:767px) {
  .footer-bnr {
    padding: 30px 0;
    width: 100%;
  }
  .footer-bnr .bnrlist {
    padding: 0 30px;
  }
  .footer-bnr .slick-slide {
    margin: 0 20px;
  }
  .footer-bnr .slick-prev {
    left: 15px;
  }
  .footer-bnr .slick-next {
    right: 15px;
  }
}
@media screen and (min-width:768px) and (max-width:959px) {
  .footer-bnr {
    padding: 40px 0;
    width: 100%;
  }
  .footer-bnr .bnrlist {
    padding: 0 30px;
  }
  .footer-bnr .slick-slide {
    margin: 0 20px;
  }
  .footer-bnr .slick-prev {
    left: 15px;
  }
  .footer-bnr .slick-next {
    right: 15px;
  }
}
@media screen and (min-width:960px) {
  .footer-bnr {
    padding: 40px 0;
    width: 100%;
  }
  .footer-bnr .bnrlist {
    width: 960px;
    margin: 0 auto;
  }
  .footer-bnr .slick-slide {
    margin: 0 30px;
  }
  .footer-bnr .slick-prev {
    left: 0;
  }
  .footer-bnr .slick-next {
    right: 0;
  }
}
/* ========================================================================== */
/* フッターマップ
/* ========================================================================== */
#footer-map {
  position: relative;
  padding-bottom: 30%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
#footer-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ========================================================================== */
/* フッター
/* ========================================================================== */
#g-footer {
  color: #fff;
}
#g-footer a {
  color: #fff;
}

.f-address .f-address_adress {
  line-height: 1.714;
  letter-spacing: 0.04em;
}

.copyright {
  padding-left: 15px;
  padding-right: 15px;
}

.f-link_list li a {
  color: #fff;
}

.f-address_social li {
  list-style-type: none;
  display: inline;
}
.f-address_social i:before {
  margin-left: 0;
  margin-right: 0;
}

#pageTop {
  background-color: #00AFD0;
  z-index: 10;
  width: 40px;
  height: 40px;
}
#pageTop a {
  color: #fff;
  display: block;
  text-align: center;
}

@media screen and (max-width:959px) {
  #g-footer {
    background: linear-gradient(#57c2d6 0%, #4cadcc 100%);
    position: relative;
  }
  .g-footer__inner {
    padding: 40px 15px;
    margin: 0 auto;
    width: 100%;
  }
  .g-footer__col:first-child {
    margin-bottom: 40px;
  }
  .f-address_title {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .f-address_adress {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .f-address_social {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .copyright {
    font-size: 11px;
    font-size: 0.6875rem;
    text-align: center;
    margin: 0;
  }
  .f-link {
    border-top: 1px solid #69BFD4;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
  }
  .f-link_list {
    flex: 1;
  }
  .f-link_list li {
    list-style-type: none;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.75;
    margin-bottom: 1em;
    flex-basis: 50%;
  }
  #pageTopSp {
    background-color: #4CADCC;
    margin: 0 auto;
    padding: 20px 0 40px 0;
  }
  #pageTopSp a {
    color: #fff;
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 46px;
    display: block;
    width: 46px;
    height: 46px;
    margin: 0 auto;
  }
  #pageTop {
    display: none !important;
  }
}
@media screen and (min-width:960px) {
  #g-footer {
    background: linear-gradient(#57c2d6 0%, #4cadcc 100%);
  }
  .g-footer__inner {
    padding: 50px 0 0 0;
    width: 960px;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
  }
  .g-footer__col {
    margin: 0 auto;
  }
  .g-footer__col:nth-child(1) {
    border-right: 1px solid #69BFD4;
    width: 438px;
  }
  .g-footer__col:nth-child(2) {
    padding-left: 70px;
    width: 522px;
  }
  .f-address_title {
    margin-bottom: 24px;
  }
  .f-address_adress {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .copyright {
    font-size: 12px;
    font-size: 0.75rem;
    margin-top: 40px;
    width: 960px;
    text-align: left;
    padding: 30px 0;
    margin: 0 auto;
  }
  .f-link {
    display: flex;
    justify-content: space-between;
  }
  .f-link_list {
    flex: 1;
  }
  .f-link_list li {
    list-style-type: none;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.5;
    margin-bottom: 1em;
  }
  #pageTop a {
    background-color: #57C2D6;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 36px;
    width: 40px;
    height: 40px;
  }
  #pageTopSp {
    display: none;
  }
}
.inview {
  opacity: 0;
  -webkit-transform: translateY(24px);
          transform: translateY(24px);
  -webkit-filter: brightness(2);
          filter: brightness(2);
  transition: 1s opacity, 1s -webkit-transform, 1s -webkit-filter;
  transition: 1s opacity, 1s transform, 1s filter;
  transition: 1s opacity, 1s transform, 1s filter, 1s -webkit-transform, 1s -webkit-filter;
}

.inview.inview-on {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-filter: brightness(1);
          filter: brightness(1);
}

/* ========================================================================== */
/* 各ページ共通
/* ========================================================================== */
.btn {
  display: inline-block;
}
.btn a {
  background-color: #595958;
  background-image: url(https://hotelfiomare.jp/wpcms/wp-content/themes/hotelfiomare/img/btn-arrow-w.svg);
  background-position: right 24px center;
  border-radius: 4px;
  color: #fff;
  display: block;
  text-decoration: none !important;
  padding: 12px 20px;
  text-align: center;
  transition: all 0.25s ease-out 0s;
}
.btn a:hover {
  background-position: right 16px center;
  background-color: #707070;
  opacity: 1;
}

.btn-reserve a {
  background-color: #00AFD0;
  color: #fff;
  display: block;
  transition: background-color 0.25s ease-out 0s;
  padding: 8px 32px;
  text-decoration: none !important;
}
.btn-reserve a:after {
  content: "\e800";
  font-family: "fontello";
  padding-left: 10px;
}

.content-footer {
  border-radius: 4px;
  background-image: url(https://hotelfiomare.jp/wpcms/wp-content/themes/hotelfiomare/img/plan-search-bg.jpg);
  color: #115363;
}

.content-footer_name .num {
  font-weight: 700;
  letter-spacing: 0.08em;
}
.content-footer_name .num:before {
  font-family: "fontello";
  content: "\f10b";
  padding-right: 8px;
}

.content-footer_mail a,
.content-footer_btn a {
  border-radius: 4px;
  font-weight: 700;
  display: inline-block;
  text-decoration: none !important;
}
.content-footer_mail a:hover,
.content-footer_btn a:hover {
  opacity: 1;
  text-decoration: none;
}

.content-footer_mail a {
  background-color: #00afd0;
  color: #fff;
}
.content-footer_mail a:hover {
  background-color: #82c9d9;
}
.content-footer_mail a:before {
  font-family: "fontello";
  content: "\f0e0";
  padding-right: 10px;
}

.content-footer_btn a {
  background-color: #115363;
  color: #fff;
}
.content-footer_btn a:hover {
  background-color: #04758B;
}
.content-footer_btn a:before {
  font-family: "fontello";
  content: "\e800";
  padding-right: 10px;
}

.content-footer_contact .tel, .content-footer_contact .time {
  font-weight: 500;
}

@media screen and (max-width:767px) {
  .content-footer {
    margin: 56px 15px;
    padding: 16px;
  }
  .content-footer_name {
    font-size: 14px;
    font-size: 0.875rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    text-align: center;
    line-height: 1.5;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .content-footer_name .tel span {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .content-footer_name .time {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .content-footer_mail,
  .content-footer_btn {
    width: 100%;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .content-footer_mail a,
  .content-footer_btn a {
    padding: 10px 20px;
    width: 100%;
  }
  .content-footer_mail {
    margin-bottom: 15px;
  }
}
@media screen and (min-width:768px) and (max-width:959px) {
  .content-footer {
    margin: 64px 15px;
    padding: 0 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
  }
  .content-footer_name {
    font-size: 14px;
    font-size: 0.875rem;
    text-align: right;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    text-align: center;
    line-height: 1.5;
    padding-right: 15px;
    margin-right: 15px;
    width: 200px;
  }
  .content-footer_name .tel span {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .content-footer_name .time {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .content-footer_mail,
  .content-footer_btn {
    font-size: 14px;
    font-size: 0.875rem;
    width: calc((100% - 240px) / 2);
  }
  .content-footer_mail a,
  .content-footer_btn a {
    padding: 10px 20px;
    width: 100%;
  }
}
@media screen and (min-width:960px) {
  .content-footer {
    margin: 80px auto;
    width: 960px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
  }
  .content-footer_name {
    font-size: 14px;
    font-size: 0.875rem;
    text-align: right;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    width: 280px;
    text-align: center;
    line-height: 1.4;
  }
  .content-footer_name .tel span {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .content-footer_name .time {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .content-footer_mail {
    width: 300px;
  }
  .content-footer_btn {
    width: 300px;
  }
  .content-footer_mail,
  .content-footer_btn {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .content-footer_mail a,
  .content-footer_btn a {
    padding: 10px 20px;
    width: 100%;
  }
}
/* ========================================================================== */
/* ページ内コンテンツ
/* ========================================================================== */
/* ページヘッダー
========================================================================== */
.page-header {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.page-title {
  color: #fff;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.08em;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}
.page-title span {
  font-family: "Montserrat", sans-serif;
  display: block;
  letter-spacing: 0.02em;
}

.page-room .page-header {
  background-image: url(https://hotelfiomare.jp/wpcms/wp-content/themes/hotelfiomare/img/pagetitle-room.jpg);
}

.page-sightseeing .page-header {
  background-image: url(https://hotelfiomare.jp/wpcms/wp-content/themes/hotelfiomare/img/pagetitle-sightseeing.jpg);
}

.page-facility .page-header {
  background-image: url(https://hotelfiomare.jp/wpcms/wp-content/themes/hotelfiomare/img/pagetitle-facility.jpg);
}

.page-access .page-header {
  background-image: url(https://hotelfiomare.jp/wpcms/wp-content/themes/hotelfiomare/img/pagetitle-access.jpg);
}

.page-news .page-header,
.single-post .page-header,
.category .page-header,
.archive .page-header {
  background-image: url(https://hotelfiomare.jp/wpcms/wp-content/themes/hotelfiomare/img/pagetitle-news.jpg);
}

.page-contact .page-header {
  background-image: url(https://hotelfiomare.jp/wpcms/wp-content/themes/hotelfiomare/img/pagetitle-contact.jpg);
}

.page-site-map .page-header,
.page-privacy .page-header {
  background-image: url(https://hotelfiomare.jp/wpcms/wp-content/themes/hotelfiomare/img/pagetitle-map.jpg);
}

.page-sample-page .page-header {
  background-image: url(https://hotelfiomare.jp/wpcms/wp-content/themes/hotelfiomare/img/pagetitle-sample.jpg);
}

@media screen and (max-width:767px) {
  .page-header {
    height: 180px;
  }
  .page-title {
    font-weight: normal;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .page-title span {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media screen and (min-width:768px) and (max-width:959px) {
  .page-header {
    height: 200px;
  }
  .page-title {
    font-weight: normal;
    font-size: 24px;
    font-size: 1.5rem;
  }
  .page-title span {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media screen and (min-width:960px) {
  .page-header {
    height: 220px;
  }
  .page-title {
    font-weight: normal;
    font-size: 28px;
    font-size: 1.75rem;
  }
  .page-title span {
    font-size: 16px;
    font-size: 1rem;
  }
}
/* セクションのタイトル
========================================================================== */
#content h2,
#content .sectiontitle {
  background-image: none !important;
  position: relative;
  text-align: center;
  padding-bottom: 0 !important;
}
#content h2 span,
#content .sectiontitle span {
  display: block;
}

.sectiontitle__main {
  color: #272924;
  font-weight: 700;
}

.sectiontitle__sub {
  font-family: "Montserrat", sans-serif;
  color: #00AFD0;
  font-weight: 500;
}

@media screen and (max-width:767px) {
  #content h2,
  #content .sectiontitle {
    margin: 0 15px 32px 15px;
  }
  #content h2 .sectiontitle__main,
  #content .sectiontitle .sectiontitle__main {
    font-size: 24px;
    font-size: 1.5rem;
  }
  #content h2 .sectiontitle__sub,
  #content .sectiontitle .sectiontitle__sub {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media screen and (min-width:768px) and (max-width:959px) {
  #content h2,
  #content .sectiontitle {
    margin: 0 15px 48px 15px;
  }
  #content h2 .sectiontitle__main,
  #content .sectiontitle .sectiontitle__main {
    font-size: 28px;
    font-size: 1.75rem;
  }
  #content h2 .sectiontitle__sub,
  #content .sectiontitle .sectiontitle__sub {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (min-width:960px) {
  #content h2, #content .sectiontitle {
    margin: 0 auto 56px auto;
    max-width: 960px;
  }
  #content h2 br, #content .sectiontitle br {
    display: none;
  }
  #content h2 .sectiontitle__main, #content .sectiontitle .sectiontitle__main {
    font-size: 32px;
    font-size: 2rem;
  }
  #content h2 .sectiontitle__sub, #content .sectiontitle .sectiontitle__sub {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
/* リンクテキスト
========================================================================== */
a {
  color: #115363;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
  transition: 0.25s ease-in-out;
}

/* カラムレイアウト
========================================================================== */
.col3 .plantitle {
  line-height: 1.25;
  margin-bottom: 15px;
}

@media screen and (max-width:767px) {
  .col3 {
    margin: 0 auto 40px auto;
    width: 100%;
  }
  .col3 .box img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .col3 .box:not(:last-child) {
    margin-bottom: 15px;
  }
  .col3 .box:last-child img {
    margin-bottom: 0;
  }
}
@media screen and (min-width:768px) and (max-width:959px) {
  .col3 {
    display: flex;
    justify-content: flex-start;
    margin: 0 auto 40px auto;
    flex-wrap: wrap;
  }
  .col3 .box {
    flex: 1;
    margin: 0 0 15px 0;
  }
  .col3 .box img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
  .col3 .box:not(:nth-child(3n)) {
    margin-right: 15px;
  }
}
@media screen and (min-width:960px) {
  .col3 {
    display: flex;
    justify-content: flex-start;
    width: 960px;
    margin: 0 auto 50px auto;
    flex-wrap: wrap;
  }
  .col3 .box {
    width: 300px;
    margin: 0 0 15px 0;
  }
  .col3 .box img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
  .col3 .box:not(:nth-child(3n)) {
    margin-right: 30px;
  }
}
@media screen and (max-width:767px) {
  .col2 {
    margin: 0 auto 40px auto;
  }
  .col2 .box img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .col2 .box:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media screen and (min-width:768px) and (max-width:959px) {
  .col2 {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 50px auto;
  }
  .col2 .box {
    flex: 1;
  }
  .col2 .box:nth-child(2) {
    margin-left: 30px;
  }
  .col2 .box img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
  .col2:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (min-width:960px) {
  .col2 {
    display: flex;
    justify-content: space-between;
    width: 960px;
    margin: 0 auto 60px auto;
    flex-wrap: wrap;
  }
  .col2 .box {
    width: 460px;
  }
  .col2 .box img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
  .col2 .box:not(:nth-child(2n)) {
    margin-right: 40px;
  }
}
/* 余白
========================================================================== */
@media screen and (max-width:767px) {
  .post-content .mt-large {
    margin-top: 40px !important;
  }
  .post-content .mb-large {
    margin-bottom: 40px !important;
  }
  .post-content .mt-medium {
    margin-top: 32px !important;
  }
  .post-content .mb-medium {
    margin-bottom: 32px !important;
  }
  .post-content .mt-small {
    margin-top: 24px !important;
  }
  .post-content .mb-small {
    margin-bottom: 24px !important;
  }
}
@media screen and (min-width:768px) and (max-width:959px) {
  .post-content .mt-large {
    margin-top: 56px !important;
  }
  .post-content .mb-large {
    margin-bottom: 56px !important;
  }
  .post-content .mt-medium {
    margin-top: 48px !important;
  }
  .post-content .mb-medium {
    margin-bottom: 48px !important;
  }
  .post-content .mt-small {
    margin-top: 36px !important;
  }
  .post-content .mb-small {
    margin-bottom: 36px !important;
  }
}
@media screen and (min-width:960px) {
  .post-content .mt-large {
    margin-top: 64px !important;
  }
  .post-content .mb-large {
    margin-bottom: 64px !important;
  }
  .post-content .mt-medium {
    margin-top: 56px !important;
  }
  .post-content .mb-medium {
    margin-bottom: 56px !important;
  }
  .post-content .mt-small {
    margin-top: 40px !important;
  }
  .post-content .mb-small {
    margin-bottom: 40px !important;
  }
}
/* HTML要素のスタイル
========================================================================== */
.post-content {
  line-height: 2.133;
}
.post-content a {
  text-decoration: underline;
}
.post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  text-align: center;
}
.post-content h2, .post-content .hl2 {
  color: #272924;
  font-weight: 700;
  line-height: 1.54;
}
.post-content h3, .post-content .hl3 {
  background-image: url(https://hotelfiomare.jp/wpcms/wp-content/themes/hotelfiomare/img/h3-bg.jpg);
  background-position: center bottom;
  background-size: 128px 4px;
  color: #272924;
  line-height: 1.727;
  letter-spacing: 0.05em;
}
.post-content h4, .post-content .hl4 {
  color: #222;
  line-height: 1.65;
}
.post-content h5, .post-content .hl5 {
  color: #115363;
  line-height: 1.65;
}
.post-content h6, .post-content .hl6 {
  color: #121212;
}
.post-content ul, .post-content ol {
  margin: 0 0 1.5em 1.5em;
}
.post-content ul {
  padding: 0;
}
.post-content ul li {
  line-height: 1.65;
}
.post-content ol {
  padding: 0;
}
.post-content ol li {
  line-height: 1.65;
  list-style-type: decimal;
}
.post-content ol li ul {
  margin: 5px 0 5px 20px;
}
.post-content ol li ul li {
  list-style-type: circle;
  padding-left: 0;
  margin-bottom: 4px;
}
.post-content ol li ol {
  margin: 5px 0 5px 0;
}
.post-content ol li ol li {
  list-style-type: decimal;
  margin-bottom: 4px;
}
.post-content dl dt {
  font-weight: 700;
}
.post-content table {
  border-top: 1px solid #DDDEDB;
  border-collapse: collapse;
  margin: 2.4em auto;
  width: 100%;
}
.post-content table th, .post-content table td {
  border-bottom: 1px solid #DDDEDB;
  line-height: 1.65;
  padding: 15px 20px;
  vertical-align: top;
}
.post-content table th {
  background: url(https://hotelfiomare.jp/wpcms/wp-content/themes/hotelfiomare/img/bgdark.jpg) #F9F9F9;
  text-align: left;
  font-weight: 400;
}
.post-content table th.right {
  text-align: right;
}
.post-content table td.center,
.post-content table th.center {
  text-align: center;
}
.post-content .unit1, .post-content .unit2 {
  border-radius: 4px;
}
.post-content .unit1 *:last-child, .post-content .unit2 *:last-child {
  margin-bottom: 0;
}
.post-content .unit1 {
  border: 2px solid #00AFD0;
}
.post-content .unit2 {
  background-color: #F8F8F8;
}
.post-content img {
  max-width: 100%;
  height: auto;
}
.post-content .wp-caption {
  background-color: #F8F8F8;
  padding: 10px;
  text-align: center;
  margin-bottom: 20px;
  max-width: 100%;
}
.post-content .wp-caption .wp-caption-text {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
}
.post-content .text-left {
  text-align: left;
}
.post-content .text-right {
  text-align: right;
}
.post-content .text-center {
  text-align: center;
}
.post-content .text-large {
  font-size: 120% !important;
}
.post-content .text-small {
  font-size: 86% !important;
}
.post-content .text-bold, .post-content .text-strong {
  font-weight: 700;
}
.post-content .text-notice {
  font-size: 92%;
  margin-left: 0;
  list-style-type: none !important;
  list-style-position: outside;
  position: relative;
  padding-left: 1.5em;
}
.post-content .text-notice:before {
  content: "※";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.post-content .text-red {
  color: #b60d21 !important;
}
.post-content .text-green {
  color: #115363 !important;
}
.post-content .text-blue {
  color: #00afd0 !important;
}
.post-content .text-underline {
  text-decoration: underline;
}
.post-content .has-text-align-center {
  text-align: center;
}
.post-content .has-text-align-right {
  text-align: right;
}
.post-content .has-text-align-left {
  text-align: left;
}
.post-content .wp-block-image img {
  display: block;
}
.post-content .aligncenter img {
  margin-left: auto;
  margin-right: auto;
}
.post-content .alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
.post-content .alignright {
  float: right;
  margin: 0 0 1em 1em;
}
.post-content .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.post-content hr {
  border: none;
  border-top: 2px solid #DDDEDB;
  text-align: center;
}
.post-content hr:after {
  content: "§";
  display: inline-block;
  position: relative;
  top: -20px;
  padding: 0 10px;
  color: #DDDEDB;
  font-size: 18px;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.post-content blockquote, .post-content q {
  background-color: #F8F8F8;
  border-radius: 4px;
  padding: 1.5em;
  margin: 1.5em 0;
}
.post-content blockquote cite, .post-content q cite {
  display: inline-block;
  width: 100%;
  text-align: right;
}
.post-content blockquote *:last-child, .post-content q *:last-child {
  margin-bottom: 0;
}

.box h2, .box h3, .box h4, .box h5, .box h6 {
  text-align: left;
}
.box p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width:767px) {
  .post-content {
    margin: 0 auto;
  }
  .post-content .section {
    margin: 0 auto 40px auto;
    padding: 0 15px;
  }
  .post-content h2, .post-content .hl2 {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0 0 32px 0;
  }
  .post-content h3, .post-content .hl3 {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0 0 24px 0;
    padding-bottom: 10px;
  }
  .post-content h4, .post-content .hl4 {
    font-size: 16px;
    font-size: 1rem;
    margin: 0 0 24px 0;
  }
  .post-content h5, .post-content .hl5 {
    font-size: 15px;
    font-size: 0.9375rem;
    margin: 0 0 16px 0;
    font-weight: 500;
  }
  .post-content h6, .post-content .hl6 {
    font-size: 15px;
    font-size: 0.9375rem;
    margin: 0 0 16px 0;
  }
  .post-content p {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-bottom: 1.5em;
  }
  .post-content p.notice {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .post-content ul li, .post-content ol li {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-bottom: 0.5em;
  }
  .post-content dl dt, .post-content dl dd {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .post-content dl dt {
    margin-bottom: 5px;
  }
  .post-content dl dt:not(:first-child) {
    margin-top: 15px;
  }
  .post-content dl dd {
    margin-left: 1em;
  }
  .post-content table {
    width: 100%;
  }
  .post-content table th, .post-content table td {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.65;
    display: block;
    padding: 4px 8px;
  }
  .post-content table th {
    border-bottom: none;
  }
  .post-content .unit1, .post-content .unit2 {
    padding: 16px;
    margin: 0 0 30px 0;
  }
  .post-content hr {
    margin: 40px 15px;
  }
}
@media screen and (min-width:768px) and (max-width:959px) {
  .post-content {
    margin: 0 auto;
  }
  .post-content .section {
    margin: 0 auto 60px auto;
    padding: 0 15px;
  }
  .post-content h2, .post-content .hl2 {
    font-size: 28px;
    font-size: 1.75rem;
    margin: 0 0 56px 0;
  }
  .post-content h3, .post-content .hl3 {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0 0 48px 0;
    padding-bottom: 15px;
  }
  .post-content h4, .post-content .hl4 {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0 0 24px 0;
  }
  .post-content h5, .post-content .hl5 {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0 0 16px 0;
  }
  .post-content h6, .post-content .hl6 {
    font-size: 15px;
    font-size: 0.9375rem;
    margin: 0 0 16px 0;
  }
  .post-content p {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.65;
    margin-bottom: 1.5em;
  }
  .post-content ul, .post-content ol {
    margin-left: 20px;
  }
  .post-content ul li, .post-content ol li {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 7px;
  }
  .post-content dl dt, .post-content dl dd {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .post-content dl dt {
    margin-bottom: 5px;
  }
  .post-content dl dt:not(:first-child) {
    margin-top: 15px;
  }
  .post-content dl dd {
    margin-left: 30px;
  }
  .post-content table {
    width: 100%;
  }
  .post-content table th, .post-content table td {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 5px 10px;
  }
  .post-content table th.w20, .post-content table td.w20 {
    width: 20%;
  }
  .post-content table th.w25, .post-content table td.w25 {
    width: 25%;
  }
  .post-content table th.w30, .post-content table td.w30 {
    width: 30%;
  }
  .post-content table th.w35, .post-content table td.w35 {
    width: 35%;
  }
  .post-content table th.w40, .post-content table td.w40 {
    width: 40%;
  }
  .post-content table th.w45, .post-content table td.w45 {
    width: 45%;
  }
  .post-content table th.w50, .post-content table td.w50 {
    width: 50%;
  }
  .post-content table th.w55, .post-content table td.w55 {
    width: 55%;
  }
  .post-content table th.w60, .post-content table td.w60 {
    width: 60%;
  }
  .post-content table th.w65, .post-content table td.w65 {
    width: 65%;
  }
  .post-content table th.w70, .post-content table td.w70 {
    width: 70%;
  }
  .post-content table th.w75, .post-content table td.w75 {
    width: 75%;
  }
  .post-content table th.w80, .post-content table td.w80 {
    width: 80%;
  }
  .post-content .unit1, .post-content .unit2 {
    padding: 24px;
    margin: 0 0 30px 0;
  }
  .post-content hr {
    margin: 60px 24px;
  }
}
@media screen and (min-width:960px) {
  .post-content {
    margin: 0 auto;
  }
  .post-content .section {
    margin: 0 auto 80px auto;
    width: 960px;
  }
  .post-content .section.sub {
    width: 800px;
  }
  .post-content h2, .post-content .hl2 {
    font-size: 32px;
    font-size: 2rem;
    margin: 0 auto 56px auto;
    max-width: 960px;
  }
  .post-content h3, .post-content .hl3 {
    font-size: 28px;
    font-size: 1.75rem;
    margin: 0 auto 48px auto;
    padding-bottom: 24px;
    max-width: 960px;
  }
  .post-content h4, .post-content .hl4 {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0 0 24px 0;
  }
  .post-content h5, .post-content .hl5 {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0 0 16px 0;
  }
  .post-content h6, .post-content .hl6 {
    font-size: 16px;
    font-size: 1rem;
    margin: 0 0 16px 0;
  }
  .post-content p {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 1.5em;
  }
  .post-content .lt {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .post-content ul li, .post-content ol li {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 7px;
  }
  .post-content dl dt, .post-content dl dd {
    font-size: 16px;
    font-size: 1rem;
  }
  .post-content dl dt {
    margin-bottom: 5px;
  }
  .post-content dl dt:not(:first-child) {
    margin-top: 20px;
  }
  .post-content dl dd {
    margin-left: 2em;
  }
  .post-content table {
    width: 100%;
  }
  .post-content table th, .post-content table td {
    font-size: 16px;
    font-size: 1rem;
    padding: 10px 20px;
  }
  .post-content table th.w20, .post-content table td.w20 {
    width: 20%;
  }
  .post-content table th.w25, .post-content table td.w25 {
    width: 25%;
  }
  .post-content table th.w30, .post-content table td.w30 {
    width: 30%;
  }
  .post-content table th.w35, .post-content table td.w35 {
    width: 35%;
  }
  .post-content table th.w40, .post-content table td.w40 {
    width: 40%;
  }
  .post-content table th.w45, .post-content table td.w45 {
    width: 45%;
  }
  .post-content table th.w50, .post-content table td.w50 {
    width: 50%;
  }
  .post-content table th.w55, .post-content table td.w55 {
    width: 55%;
  }
  .post-content table th.w60, .post-content table td.w60 {
    width: 60%;
  }
  .post-content table th.w65, .post-content table td.w65 {
    width: 65%;
  }
  .post-content table th.w70, .post-content table td.w70 {
    width: 70%;
  }
  .post-content table th.w75, .post-content table td.w75 {
    width: 75%;
  }
  .post-content table th.w80, .post-content table td.w80 {
    width: 80%;
  }
  .post-content .unit1, .post-content .unit2 {
    padding: 24px;
    margin: 0 0 30px 0;
  }
  .post-content hr {
    max-width: 960px;
    margin: 60px auto;
  }
  .post-content.sub {
    width: 800px;
    margin: 0 auto;
  }
  .col2, .col3 {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .col2 p:last-child, .col3 p:last-child {
    margin-bottom: 0;
  }
}
/* Pagenavi
========================================================================== */
.wp-pagenavi {
  text-align: center;
}
.wp-pagenavi span, .wp-pagenavi a {
  font-family: "Montserrat", sans-serif;
  margin: 0 5px;
  padding: 5px;
}
.wp-pagenavi a {
  color: #115363;
}
.wp-pagenavi .current {
  color: #00AFD0;
  border-bottom: 1px solid #115363;
}

@media screen and (max-width:767px) {
  .wp-pagenavi {
    margin: 60px 15px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (min-width:768px) and (max-width:959px) {
  .wp-pagenavi {
    font-size: 15px;
    font-size: 0.9375rem;
    margin: 70px 15px;
  }
}
@media screen and (min-width:960px) {
  .wp-pagenavi {
    width: 960px;
    font-size: 15px;
    font-size: 0.9375rem;
    margin: 80px auto;
  }
}
/* Contnav
========================================================================== */
.post-content .contnav li {
  list-style-type: none;
}
.post-content .contnav a {
  border: 1px solid #115363;
  color: #115363;
  border-radius: 4px;
  text-decoration: none;
  display: block;
}
.post-content .contnav a:hover {
  color: #fff;
  background-color: #115363;
}

@media screen and (max-width:959px) {
  .post-content .contnav {
    margin: 40px auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .post-content .contnav li {
    text-align: center;
    font-size: 13px;
    font-size: 0.8125rem;
    flex: 1;
    margin-bottom: 15px;
  }
  .post-content .contnav li:not(:last-child) {
    margin-right: 15px;
  }
  .post-content .contnav li a {
    padding: 4px 0;
  }
}
@media screen and (min-width:960px) {
  .post-content .contnav {
    width: 960px;
    margin: 60px auto;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .post-content .contnav li {
    text-align: center;
    font-size: 15px;
    font-size: 0.9375rem;
    flex: 1;
    margin-bottom: 15px;
  }
  .post-content .contnav li:not(:last-child) {
    margin-right: 15px;
  }
  .post-content .contnav li a {
    padding: 4px 0;
  }
}
/* Other
========================================================================== */
.mt0 {
  margin-top: 0 !important;
}

@media screen and (max-width:959px) {
  .show-pc {
    display: none;
  }
}
@media screen and (min-width:960px) {
  .show-sp {
    display: none;
  }
}
/* ========================================================================== */
/* トップページ
/* ========================================================================== */
/*メイン動画
========================================================================== */
#mv {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1.77/1;
}

.main-movie {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.main-movie__bg, .main-movie__front {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.main-movie__bg iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*メインビジュアル
========================================================================== */
#main-visual {
  width: 100%;
  height: auto;
  position: relative;
}
#main-visual #slider {
  margin-bottom: 0;
}
#main-visual .slide {
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
#main-visual .slide.s01 {
  background-image: url(https://hotelfiomare.jp/wpcms/wp-content/themes/hotelfiomare/img/mv01.jpg);
}
#main-visual .slide.s02 {
  background-image: url(https://hotelfiomare.jp/wpcms/wp-content/themes/hotelfiomare/img/mv02.jpg);
}
#main-visual .slide.s03 {
  background-image: url(https://hotelfiomare.jp/wpcms/wp-content/themes/hotelfiomare/img/mv03.jpg);
}
#main-visual .slide.s04 {
  background-image: url(https://hotelfiomare.jp/wpcms/wp-content/themes/hotelfiomare/img/mv04.jpg);
}
#main-visual .slide.s05 {
  background-image: url(https://hotelfiomare.jp/wpcms/wp-content/themes/hotelfiomare/img/mv05.jpg);
}
#main-visual .slide.s06 {
  background-image: url(https://hotelfiomare.jp/wpcms/wp-content/themes/hotelfiomare/img/mv06.jpg);
}
#main-visual .copy {
  color: #115363;
  position: absolute;
  display: block;
  overflow: hidden;
}
#main-visual .slide_txt {
  font-weight: bold;
  display: block;
  position: relative;
}
#main-visual .slide_txt__line1, #main-visual .slide_txt__line2 {
  display: inline-block;
  position: relative;
  padding: 0.25em 0.5em 0 0.5em;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
}
#main-visual .slide_txt__line1:after, #main-visual .slide_txt__line2:after {
  background: #fff;
  content: "";
  left: 0;
  top: 0;
  display: inline-block;
  position: absolute;
  height: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  z-index: 0;
}
#main-visual .slide_txt__line1 .text-inner, #main-visual .slide_txt__line2 .text-inner {
  display: inline-block;
  overflow: hidden;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  position: relative;
  z-index: 1;
  line-height: 1.8;
  padding-right: 0.25em;
}
#main-visual .slick-active .slide_txt__line1 .text-inner {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  transition: -webkit-clip-path 0.75s cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition: clip-path 0.75s cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition: clip-path 0.75s cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s, -webkit-clip-path 0.75s cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
}
#main-visual .slick-active .slide_txt__line1:after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  width: 100%;
  transition: -webkit-transform 1s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: transform 1s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: transform 1s cubic-bezier(0.55, 0.05, 0.22, 0.99), -webkit-transform 1s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
#main-visual .slick-active .slide_txt__line2 .text-inner {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  transition: -webkit-clip-path 0.75s cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition: clip-path 0.75s cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition: clip-path 0.75s cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s, -webkit-clip-path 0.75s cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
}
#main-visual .slick-active .slide_txt__line2:after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  width: 100%;
  transition: -webkit-transform 1s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: transform 1s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: transform 1s cubic-bezier(0.55, 0.05, 0.22, 0.99), -webkit-transform 1s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
#main-visual .slick-dots li button:before {
  color: #fff;
  opacity: 1;
}
#main-visual .slick-dots li.slick-active button:before {
  color: #fff;
}

@media screen and (max-width:767px) {
  #main-visual {
    width: 100%;
    z-index: 9997;
  }
  #main-visual .slide {
    height: 280px;
  }
  #main-visual .copy {
    top: 24px;
    left: 24px;
    font-size: 18px;
    font-size: 1.125rem;
    width: 360px;
  }
  #main-visual .slick-dots {
    bottom: 10px;
  }
}
@media screen and (min-width:768px) and (max-width:959px) {
  #main-visual {
    width: 100%;
  }
  #main-visual .slide {
    height: 400px;
  }
  #main-visual .copy {
    top: 40px;
    left: 40px;
    font-size: 24px;
    font-size: 1.5rem;
    width: 420px;
  }
  #main-visual .slick-dots {
    bottom: 15px;
  }
}
@media screen and (min-width:960px) {
  #main-visual .slide {
    height: calc(100vh - 250px);
  }
  #main-visual .copy {
    top: 40px;
    left: 40px;
    font-size: 28px;
    font-size: 1.75rem;
    width: 480px;
  }
  #main-visual .slick-dots {
    bottom: 15px;
  }
}
/*臨時お知らせ
========================================================================== */
.top-info {
  background: url(https://hotelfiomare.jp/wpcms/wp-content/themes/hotelfiomare/img/bgdark.jpg) #F9F9F9;
}
.top-info .wp-block-group {
  border: 2px solid #E5934A;
  padding: 1.5em;
}
.top-info .wp-block-group *:last-child {
  margin-bottom: 0;
}
.top-info h2 {
  margin-bottom: 1.75em;
}
.top-info h3 {
  background-image: none;
  padding-bottom: 0;
}
.top-info h3, .top-info h4 {
  margin-bottom: 1em;
}
.top-info h5, .top-info h6 {
  margin-bottom: 1em;
}
.top-info .has-small-font-size {
  font-size: 0.8125em;
}
.top-info .has-normal-font-size,
.top-info .has-regular-font-size {
  font-size: 1em;
}
.top-info .has-medium-font-size {
  font-size: 1.25em;
}
.top-info .has-large-font-size {
  font-size: 2.25em;
}
.top-info .has-larger-font-size {
  font-size: 2.625em;
}

@media screen and (max-width:959px) {
  .top-info {
    padding: 48px 15px;
  }
  .top-info .post-content {
    margin: 0 auto;
  }
  .top-info .wp-block-group {
    margin: 16px 0;
  }
}
@media screen and (min-width:960px) {
  .top-info {
    padding: 60px 0;
  }
  .top-info .post-content {
    width: 960px;
    margin: 0 auto;
  }
  .top-info .wp-block-group {
    margin: 24px 0;
  }
}
/*特別枠
========================================================================== */
.top-notice {
  background: url(https://hotelfiomare.jp/wpcms/wp-content/themes/hotelfiomare/img/bgdark.jpg) #F9F9F9;
  letter-spacing: 0.05em;
}
.top-notice__hl {
  background: #B18969;
  color: #fff;
  font-weight: 400;
  text-align: center;
  line-height: 1;
}
.top-notice__title {
  color: #4E575B;
  font-weight: 500;
  transition: all 0.25s ease-in-out;
}
@media screen and (max-width:959px) {
  .top-notice {
    margin: 40px 15px;
  }
  .top-notice a {
    display: flex;
    align-items: center;
    padding: 10px 20px;
  }
  .top-notice__hl {
    font-size: 11px;
    font-size: 0.6875rem;
    margin-right: 16px;
    min-width: 78px;
    padding: 0.25em 1em;
  }
  .top-notice__title {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media screen and (min-width:960px) {
  .top-notice {
    width: 960px;
    margin: 56px auto;
  }
  .top-notice a {
    display: flex;
    align-items: center;
    padding: 20px 30px;
  }
  .top-notice__hl {
    font-size: 14px;
    font-size: 0.875rem;
    margin-right: 36px;
    padding: 0.25em 1.5em;
  }
  .top-notice__title {
    font-size: 16px;
    font-size: 1rem;
  }
}
/*全国旅行支援
========================================================================== */
.top-staynavi a {
  display: block;
}
.top-staynavi img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width:959px) {
  .top-staynavi {
    padding: 40px 15px;
  }
}
@media screen and (min-width:960px) {
  .top-staynavi {
    padding: 56px 0;
  }
}
/*お知らせ（新フォーマット）
========================================================================== */
.top-update {
  background: #fff;
}
.top-update .more-news {
  text-align: center;
}
.top-update .more-news .btn {
  margin: 0 auto;
}
.top-update .more-news i {
  font-size: 24px;
  font-size: 1.5rem;
}

.list-update__item {
  letter-spacing: 0.05em;
  border-bottom: 1px solid #DDDEDB;
}
.list-update__item:first-of-type {
  border-top: 1px solid #DDDEDB;
}
.list-update__item a {
  color: inherit;
}
.list-update__date {
  color: #666;
}
.list-update__cat {
  display: flex;
}
.list-update__cat a {
  background-color: #595958;
  display: inline-block;
  color: #fff;
  padding: 0 5px;
  line-height: 1.5;
}
.list-update__cat a[href*="/category/info/"] {
  background-color: #115363;
}
.list-update__cat a[href*="/category/important/"] {
  background-color: #b60d21;
}
.list-update__title {
  transition: all 0.25s ease-in-out;
}
.list-update__title a {
  display: block;
  width: 100%;
}
.list-update__title a:hover {
  color: #115363;
}

@media screen and (max-width:767px) {
  .top-update {
    padding: 48px 15px;
  }
  .top-update .more-news .btn {
    width: 260px;
    height: 36px;
  }
  .top-update .more-news .btn a {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .list-update {
    margin: 0 auto 40px auto;
  }
  .list-update__item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .list-update__item:first-of-type {
    padding-top: 16px;
  }
  .list-update__date {
    width: 86px;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .list-update__cat {
    font-size: 12px;
    font-size: 0.75rem;
    min-width: 140px;
    max-width: 240px;
  }
  .list-update__cat a:not(:last-child) {
    margin-right: 6px;
  }
  .list-update__title {
    font-size: 14px;
    font-size: 0.875rem;
    width: 100%;
    padding-top: 12px;
  }
}
@media screen and (min-width:768px) and (max-width:959px) {
  .top-update {
    padding: 64px 15px;
  }
  .top-update .more-news .btn {
    width: 280px;
    height: 44px;
  }
  .top-update .more-news .btn a {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .list-update {
    margin: 0 auto 40px auto;
  }
  .list-update__item {
    display: flex;
    align-items: center;
    padding-bottom: 18px;
    margin-bottom: 18px;
  }
  .list-update__item:first-of-type {
    padding-top: 18px;
  }
  .list-update__date {
    width: 94px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .list-update__cat {
    font-size: 13px;
    font-size: 0.8125rem;
    min-width: 140px;
    max-width: 240px;
  }
  .list-update__cat a:not(:last-child) {
    margin-right: 6px;
  }
  .list-update__title {
    font-size: 15px;
    font-size: 0.9375rem;
    width: calc(100% - 334px);
  }
}
@media screen and (min-width:960px) {
  .top-update {
    padding: 80px 0;
  }
  .top-update .more-news .btn {
    font-size: 16px;
    font-size: 1rem;
    width: 260px;
    height: 48px;
  }
  .list-update {
    width: 960px;
    margin: 0 auto 56px auto;
  }
  .list-update__item {
    border-bottom: 1px solid #DDDEDB;
    display: flex;
    align-items: center;
    padding-bottom: 18px;
    margin-bottom: 18px;
  }
  .list-update__item:first-of-type {
    border-top: 1px solid #DDDEDB;
    padding-top: 18px;
  }
  .list-update__date {
    width: 94px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .list-update__cat {
    font-size: 13px;
    font-size: 0.8125rem;
    min-width: 140px;
    max-width: 240px;
  }
  .list-update__cat a:not(:last-child) {
    margin-right: 6px;
  }
  .list-update__title {
    font-size: 15px;
    font-size: 0.9375rem;
    max-width: 726px;
  }
}
/*おすすめプラン
========================================================================== */
@-webkit-keyframes animate-circle-icon-left {
  0% {
    -webkit-transform: translateX(0, 0, 0);
    transform: translateX(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  51% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes animate-circle-icon-left {
  0% {
    -webkit-transform: translateX(0, 0, 0);
    transform: translateX(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  51% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.top-plan {
  background: url(https://hotelfiomare.jp/wpcms/wp-content/themes/hotelfiomare/img/bgdark.jpg) #F9F9F9;
}
.top-plan .top-plan_box {
  background-color: #fff;
  box-shadow: 0px 0px 4px rgba(190, 190, 190, 0.2);
  position: relative;
}
.top-plan .top-plan_box .thum {
  overflow: hidden;
  position: relative;
  margin: 0;
}
.top-plan .top-plan_box .thum a {
  display: block;
  line-height: 0;
  position: relative;
  overflow: hidden;
}
.top-plan .top-plan_box .thum a img {
  transition: all 0.3s;
}
.top-plan .top-plan_box .thum a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.top-plan .top-plan_box .plantitle {
  margin: 0 0 20px 0;
  line-height: 1.625;
  text-align: justify;
  letter-spacing: 0.025em;
}
.top-plan .top-plan_box .plantitle a {
  color: #115363;
}
.top-plan .top-plan_box .plantitle a:hover {
  opacity: 0.8;
}
.top-plan .top-plan_box p {
  line-height: 1.857;
  text-align: justify;
}
.top-plan .plan-more {
  font-size: 14px;
  font-size: 0.875rem;
  width: 196px;
  height: 38px;
  position: absolute;
  right: 15px;
  bottom: 15px;
  display: flex;
  justify-content: flex-end;
}
.top-plan .plan-more a {
  color: #115363;
  letter-spacing: 0.05em;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  margin-right: 0;
}
.top-plan .plan-more a .circle-button {
  border: 1px solid #115363;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  overflow: hidden;
  width: 28px;
  height: 28px;
  margin-left: 16px;
}
.top-plan .plan-more a .circle-button svg {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  position: absolute;
}
.top-plan .plan-more a .circle-button path {
  transition: all 0.25s ease-in-out;
}
.top-plan .plan-more a:hover {
  opacity: 1;
}
.top-plan .plan-more a:hover .circle-button {
  background: #115363;
}
.top-plan .plan-more a:hover .circle-button svg {
  -webkit-animation: animate-circle-icon-left 0.75s ease-out 0s forwards;
          animation: animate-circle-icon-left 0.75s ease-out 0s forwards;
}
.top-plan .plan-more a:hover .circle-button path {
  fill: #fff;
}
.top-plan .plan-list .btn-reserve {
  margin-left: auto;
  margin-right: auto;
}
.top-plan .plan-list .btn-reserve i {
  margin-right: 8px;
}
.top-plan .plan-list .btn-reserve a {
  background: #115363;
  border-radius: 4px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
}
.top-plan .plan-list .btn-reserve a:hover {
  background: #04758B;
  opacity: 1;
}

@media screen and (max-width:767px) {
  .top-plan {
    padding: 48px 15px;
  }
  .top-plan .top-plan_box .thum {
    overflow: hidden;
    position: relative;
    margin: 0;
  }
  .top-plan .top-plan_box .thum p {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .top-plan .plantitle {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .top-plan .plan-detail {
    padding: 15px 15px 45px 15px;
  }
  .top-plan .plan-list {
    margin: 36px auto 0 auto;
  }
  .top-plan .plan-list .btn-reserve {
    width: 280px;
    height: 40px;
  }
  .top-plan .plan-list a {
    border-radius: 28px;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (min-width:768px) and (max-width:959px) {
  .top-plan {
    padding: 64px 15px;
  }
  .top-plan .plantitle {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .top-plan .plan-detail {
    padding: 15px 15px 60px 15px;
  }
  .top-plan .plan-text {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .top-plan .plan-list {
    margin: 48px auto 0 auto;
  }
  .top-plan .plan-list .btn-reserve {
    width: 300px;
    height: 40px;
  }
  .top-plan .plan-list a {
    border-radius: 24px;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (min-width:960px) {
  .top-plan {
    padding: 80px 0;
  }
  .top-plan .top-plan_box .thum {
    width: 300px;
    height: 225px;
  }
  .top-plan .plantitle {
    font-size: 16px;
    font-size: 1rem;
  }
  .top-plan .plan-detail {
    padding: 15px 15px 60px 15px;
    height: calc(100% - 200px);
    display: flex;
    flex-direction: column;
  }
  .top-plan .plan-list {
    margin: 56px auto 0 auto;
  }
  .top-plan .plan-list .btn-reserve {
    width: 340px;
    height: 48px;
  }
  .top-plan .plan-list a {
    border-radius: 28px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
/*おすすめポイント
========================================================================== */
.top-recommend {
  width: 100%;
  margin: 0 auto;
}
.top-recommend .top-recommend-box {
  background: url(https://hotelfiomare.jp/wpcms/wp-content/themes/hotelfiomare/img/top-recommend-bg.jpg);
}
.top-recommend .top-rcm_photo {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.top-recommend .top-rcm_photo:after {
  background: url(https://hotelfiomare.jp/wpcms/wp-content/themes/hotelfiomare/img/top-rcm_photo-bg.png);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.top-recommend .top-rcm_detail h3 {
  background-image: url(https://hotelfiomare.jp/wpcms/wp-content/themes/hotelfiomare/img/h3-bg.jpg);
  background-position: left bottom;
  background-size: 128px 4px;
  color: #272924;
  font-weight: 700;
  line-height: 1.727;
  letter-spacing: 0.05em;
}
.top-recommend .top-rcm_detail .top-rcm_detail__text {
  margin-bottom: 0;
  line-height: 2.133;
  text-align: justify;
}
.top-recommend .top-recommend__more {
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
}
.top-recommend .top-recommend__more a {
  color: #115363;
  letter-spacing: 0.05em;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.top-recommend .top-recommend__more a .circle-button {
  border: 1px solid #115363;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  overflow: hidden;
  width: 28px;
  height: 28px;
  margin-left: 16px;
}
.top-recommend .top-recommend__more a .circle-button svg {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  position: absolute;
}
.top-recommend .top-recommend__more a .circle-button path {
  transition: all 0.25s ease-in-out;
}
.top-recommend .top-recommend__more a:hover {
  opacity: 1;
}
.top-recommend .top-recommend__more a:hover .circle-button {
  background: #115363;
}
.top-recommend .top-recommend__more a:hover .circle-button svg {
  -webkit-animation: animate-circle-icon-left 0.75s ease-out 0s forwards;
          animation: animate-circle-icon-left 0.75s ease-out 0s forwards;
}
.top-recommend .top-recommend__more a:hover .circle-button path {
  fill: #fff;
}

@media screen and (max-width:767px) {
  .top-recommend {
    padding: 48px 0;
  }
  .top-rcm_photo {
    width: 100%;
    height: 220px;
  }
  .top-rcm_photo:after {
    bottom: -10px;
  }
  .top-rcm_detail {
    padding: 48px 15px;
  }
  .top-rcm_detail h3 {
    font-size: 18px;
    font-size: 1.125rem;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .top-rcm_detail p {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .top-rcm_detail .top-recommend__more a {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media screen and (min-width:768px) and (max-width:959px) {
  .top-recommend {
    padding: 64px 0;
  }
  .top-recommend-box:not(:last-of-type) {
    margin-bottom: 56px;
  }
  .top-rcm_photo {
    width: 100%;
    height: 360px;
  }
  .top-rcm_photo:after {
    bottom: -10px;
  }
  .top-rcm_detail {
    padding: 40px 15px;
  }
  .top-rcm_detail h3 {
    font-size: 22px;
    font-size: 1.375rem;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .top-rcm_detail p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .top-rcm_detail .top-recommend__more {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (min-width:960px) {
  .top-recommend {
    padding: 80px 0;
    width: 960px;
  }
  .top-recommend-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 960px;
  }
  .top-recommend-box:not(:last-of-type) {
    margin-bottom: 64px;
  }
  .top-recommend-box:nth-child(odd) {
    flex-direction: row;
  }
  .top-recommend-box:nth-child(odd) .top-rcm_photo {
    margin-left: -40px;
  }
  .top-recommend-box:nth-child(odd) .top-rcm_detail {
    margin-right: 40px;
  }
  .top-recommend-box:nth-child(even) {
    flex-direction: row-reverse;
  }
  .top-recommend-box:nth-child(even) .top-rcm_photo {
    margin-right: -40px;
  }
  .top-recommend-box:nth-child(even) .top-rcm_detail {
    margin-left: 40px;
  }
  .top-rcm_photo {
    width: 543px;
    height: 384px;
  }
  .top-rcm_detail {
    width: 378px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .top-rcm_detail h3 {
    font-size: 22px;
    font-size: 1.375rem;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .top-rcm_detail .top-rcm_detail__text {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .top-rcm_detail .top-recommend__more {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
/* ========================================================================== */
/* お知らせ
/* ========================================================================== */
/* 一覧
========================================================================== */
.single-article {
  border-top: 1px dashed #DDDEDB;
  display: flex;
}
.single-article a {
  color: #a35c45;
}
.single-article .thum {
  float: left;
  overflow: hidden;
  position: relative;
  width: 100px;
  height: 100px;
}
.single-article .thum img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.single-article .meta .date, .single-article .meta .cat {
  display: inline-block;
}
.single-article .meta .date {
  color: #666;
  margin-right: 15px;
}
.single-article .posttitle {
  font-weight: normal;
  line-height: 1.4;
}

.post-nav {
  border-top: 1px solid #DDDEDB;
}
.post-nav .postnav-title {
  background-color: transparent;
  font-weight: 500;
}
.post-nav a {
  color: #333;
}
.post-nav ul {
  margin: 0;
}
.post-nav ul li {
  font-size: 14px;
  font-size: 0.875rem;
  list-style-type: none;
}
.post-nav ul li:before {
  font-family: "fontello";
  content: "\f105";
  padding-right: 8px;
}
.post-nav ul ul {
  margin: 5px 20px;
}
.post-nav ul ul li {
  margin-bottom: 5px;
}
.post-nav .archive-dropdown {
  background: url(https://hotelfiomare.jp/wpcms/wp-content/themes/hotelfiomare/img/dir-down.svg) #fff no-repeat right 6px center;
  background-size: 8px 11px;
  border: 1px solid #DDDEDB;
  width: 100%;
  font-family: inherit;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media screen and (max-width:767px) {
  .post-list {
    margin: 0 auto 60px auto;
    padding: 0 15px;
  }
  .post-list .thum {
    margin-right: 20px;
  }
  .post-list .date {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-bottom: 15px;
  }
  .post-list .cat {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .post-list .posttitle {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .single-article {
    padding: 10px 0;
  }
  .single-article .detail {
    width: calc(100% - 120px);
  }
  .post-nav {
    margin: 0 15px 30px 15px;
    padding: 30px 0 0 0;
  }
  .post-nav .menu:first-child {
    margin-bottom: 50px;
  }
  .post-nav .postnav-title {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 30px;
    text-align: left;
  }
  .post-nav li {
    margin-bottom: 10px;
  }
  .post-nav .archive-dropdown {
    padding: 9px 26px 9px 14px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (min-width:768px) and (max-width:959px) {
  .post-list {
    margin: 0 auto 60px auto;
    padding: 0 15px;
  }
  .post-list .thum {
    margin-right: 30px;
  }
  .post-list .date {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 15px;
  }
  .post-list .cat {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .post-list .posttitle {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .single-article {
    padding: 20px 0;
  }
  .single-article .detail {
    width: calc(100% - 130px);
  }
  .post-nav {
    margin: 0 auto 30px auto;
    padding: 30px 15px 0 15px;
  }
  .post-nav .menu:first-child {
    margin-bottom: 50px;
  }
  .post-nav .postnav-title {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 30px;
    text-align: left;
  }
  .post-nav li {
    margin-bottom: 10px;
  }
  .post-nav .archive-dropdown {
    padding: 9px 26px 9px 14px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media screen and (min-width:960px) {
  .post-list {
    width: 960px;
    margin: 0 auto 60px auto;
  }
  .post-list .thum {
    margin-right: 30px;
  }
  .post-list .detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .post-list .date {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 15px;
  }
  .post-list .cat {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .post-list .posttitle {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .single-article {
    padding: 20px 0;
  }
  .single-article .detail {
    width: 830px;
  }
  .post-nav {
    width: 960px;
    margin: 0 auto 40px auto;
    padding-top: 40px;
    display: flex;
  }
  .post-nav .menu {
    flex: 1;
  }
  .post-nav .postnav-title {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 30px;
    text-align: left;
  }
  .post-nav li {
    margin-bottom: 10px;
  }
  .post-nav .archive-dropdown {
    padding: 9px 26px 9px 14px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
/* 個別
========================================================================== */
.post-title {
  border-bottom: 1px solid #ddd;
}
.post-title .title {
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  text-align: left;
}
.post-title .meta {
  color: #666;
}
.post-title .cat {
  background-color: #aaa;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 0 5px;
  margin-left: 10px;
  text-decoration: none;
}

.postlink {
  clear: both;
}
.postlink ul {
  display: flex;
}
.postlink li {
  flex: 1;
  list-style-type: none;
  margin: 0;
}
.postlink a {
  color: #333;
}
.postlink .next {
  text-align: right;
}
.postlink .next a:after {
  content: "\f105";
  font-family: "fontello";
  padding-left: 8px;
}
.postlink .prev a:before {
  content: "\f104";
  font-family: "fontello";
  padding-right: 8px;
}
.postlink .list {
  text-align: center;
}

@media screen and (max-width:767px) {
  .post-body {
    padding: 0 15px;
  }
  .post-title {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .post-title .title {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .post-title .title span {
    padding: 0;
  }
  .post-title .meta {
    color: #666;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .postlink {
    margin: 60px auto 30px auto;
    padding: 0 15px;
  }
  .postlink li {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .postlink a {
    padding: 5px;
  }
}
@media screen and (min-width:768px) and (max-width:959px) {
  .post-body {
    padding: 0 15px;
  }
  .post-title {
    margin-bottom: 30px;
    padding-bottom: 15px;
  }
  .post-title .title {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .post-title .title span {
    padding: 0;
  }
  .post-title .meta {
    color: #666;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .postlink {
    margin: 60px auto 30px auto;
    padding: 0 15px;
  }
  .postlink li {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .postlink a {
    padding: 5px;
  }
}
@media screen and (min-width:960px) {
  .post-body {
    width: 960px;
    margin: 0 auto;
  }
  .post-title {
    margin-bottom: 40px;
    padding-bottom: 15px;
  }
  .post-title .title {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .post-title .title span {
    padding: 0;
  }
  .post-title .meta {
    color: #666;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .postlink {
    margin: 80px auto 40px auto;
    width: 960px;
  }
  .postlink li {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
/* ========================================================================== */
/* 客室モジュール
/* ========================================================================== */
/* 特長
========================================================================== */
.room-feature {
  background-color: #F8F8F8;
  width: 100%;
}

.room-feature_box {
  display: flex;
}
.room-feature_box .pic {
  position: relative;
}
.room-feature_box .pic .point {
  background-color: #115363;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  display: flex;
  font-family: "Montserrat", sans-serif;
  flex-direction: column;
  justify-content: center;
  line-height: 1.1;
  text-align: center;
}
.room-feature_box .pic .point span {
  display: block;
  font-weight: 700;
}
.room-feature_box .pic img {
  width: 100%;
  height: auto;
}
.room-feature_box .text h4 {
  text-align: left;
  margin-bottom: 15px;
}
.room-feature_box .text p {
  margin-bottom: 0;
  line-height: 1.75;
  text-align: justify;
}

@media screen and (max-width:767px) {
  .room-feature {
    width: 100%;
    margin: 60px 0;
    padding: 40px 15px 40px 20px;
  }
  .room-feature .point {
    top: -12px;
    left: -12px;
  }
  .room-feature_box {
    display: flex;
    justify-content: space-between;
  }
  .room-feature_box:not(:last-child) {
    margin-bottom: 40px;
  }
  .room-feature_box .pic {
    width: 92px;
  }
  .room-feature_box .pic .point {
    font-size: 11px;
    font-size: 0.6875rem;
    width: 48px;
    height: 48px;
  }
  .room-feature_box .pic .point span {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .room-feature_box .text {
    padding-left: 10px;
    width: calc(100% - 102px);
  }
  .room-feature_box h4 {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 40px;
  }
  .room-feature_box p {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media screen and (min-width:768px) and (max-width:959px) {
  .room-feature {
    width: 100%;
    margin: 60px 0;
    padding: 40px 15px 40px 40px;
  }
  .room-feature .point {
    top: -25px;
    left: -25px;
  }
  .room-feature_box {
    display: flex;
    justify-content: space-between;
  }
  .room-feature_box:not(:last-child) {
    margin-bottom: 40px;
  }
  .room-feature_box .pic {
    width: 240px;
  }
  .room-feature_box .pic .point {
    font-size: 12px;
    font-size: 0.75rem;
    width: 60px;
    height: 60px;
  }
  .room-feature_box .pic .point span {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .room-feature_box .text {
    padding-left: 20px;
    width: calc(100% - 260px);
  }
  .room-feature_box h4 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .room-feature_box p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media screen and (min-width:960px) {
  .room-feature {
    width: 100%;
    margin: 60px 0;
    padding: 40px 0;
  }
  .room-feature .point {
    top: -30px;
    left: -30px;
  }
  .room-feature_inner {
    width: 960px;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
  }
  .room-feature_box {
    display: flex;
    justify-content: space-between;
  }
  .room-feature_box .pic {
    width: 180px;
  }
  .room-feature_box .pic .point {
    font-size: 12px;
    font-size: 0.75rem;
    width: 60px;
    height: 60px;
  }
  .room-feature_box .pic .point span {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .room-feature_box .text {
    padding-left: 20px;
    width: 260px;
  }
  .room-feature_box h4 {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .room-feature_box p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .room-feature_box:nth-child(odd) {
    margin-right: 40px;
  }
}
/* 客室タイプ
========================================================================== */
.post-content .room-detail h4 {
  text-align: left;
}
.post-content .room-detail .notice {
  font-size: 86%;
}

.post-content table.room-spec {
  width: 100%;
}
.post-content table.room-spec th, .post-content table.room-spec td {
  font-size: 13px;
  font-size: 0.8125rem;
}
.post-content table.room-spec th {
  padding-right: 15px;
}
.post-content table.room-spec td {
  padding-left: 15px;
}

.sp-thumbnail {
  margin-top: 0 !important;
}

.post-content .itemlist {
  margin-left: 0;
}
.post-content .itemlist li {
  list-style-type: none;
  display: inline-block;
  margin-bottom: 0;
}
.post-content .itemlist li:before {
  content: "・";
  margin-right: 0.25em;
}

@media screen and (max-width:959px) {
  .col-roomtype {
    flex-direction: column;
  }
  .col-roomtype .room-detail h4 {
    text-align: center;
  }
  .roomtype-box {
    margin: 0 auto 40px auto;
    max-width: 430px;
  }
  .room-slide {
    width: 100%;
    margin: 0 auto 30px auto;
  }
  .room-slide img {
    width: 100%;
    height: auto;
  }
  .post-content .room-spec {
    margin-bottom: 20px;
    width: 100%;
  }
  .post-content .room-spec th, .post-content .room-spec td {
    font-size: 13px;
    font-size: 0.8125rem;
    width: 100%;
    display: block;
  }
  .room-rsv-btn {
    text-align: center;
    margin: 0 auto 30px auto;
  }
}
@media screen and (max-width:767px) {
  table.amenity li {
    width: 48%;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  table.room-spec th {
    width: 40%;
  }
  .itemlist {
    margin-bottom: 0 !important;
  }
  .itemlist li {
    width: 50%;
  }
}
@media screen and (min-width:768px) and (max-width:959px) {
  table.amenity th {
    width: 200px;
  }
  table.amenity li {
    width: 30%;
  }
  table.room-spec th {
    width: 40%;
  }
  .itemlist {
    margin-bottom: 0 !important;
  }
  .itemlist li:not(:last-child) {
    margin-right: 1em;
  }
}
@media screen and (min-width:960px) {
  .roomtype-box {
    display: flex;
    width: 960px;
    justify-content: space-between;
    margin: 0 0 56px 0;
  }
  .room-slide {
    width: 460px;
    margin-bottom: 10px;
  }
  .room-detail {
    width: 460px;
  }
  .room-detail h4 {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .room-detail p {
    min-height: 6em;
  }
  .room-spec {
    margin-bottom: 20px;
  }
  .room-spec th {
    width: 25%;
  }
  .room-spec th, .room-spec td {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .room-rsv-btn {
    margin-bottom: 15px;
  }
  table.amenity td, table.amenity th {
    padding: 20px 10px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  table.amenity th {
    width: 25%;
    text-align: right;
  }
  table.amenity td {
    width: 75%;
  }
  .itemlist {
    margin-bottom: 0 !important;
  }
  .itemlist li:not(:last-child) {
    margin-right: 1em;
  }
}
.hotel-info a {
  border-radius: 4px;
  background: #00afd0;
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.hotel-info a img {
  margin-right: 1em;
}
.hotel-info a:hover {
  opacity: 0.8;
}

@media screen and (max-width:959px) {
  .hotel-info {
    margin: 48px auto;
  }
  .hotel-info a {
    line-height: 1.5;
    padding: 16px 0;
  }
}
@media screen and (min-width:960px) {
  .hotel-info {
    width: 600px;
    margin: 56px auto;
  }
  .hotel-info a {
    height: 56px;
  }
}
/* ========================================================================== */
/* 施設案内
/* ========================================================================== */
.post-content table.facility-detail {
  width: 100%;
}
.post-content table.facility-detail th, .post-content table.facility-detail td {
  color: #444;
}
.post-content table.facility-detail th {
  background-color: transparent;
  background-image: none;
}

@media screen and (max-width:959px) {
  .post-content table.facility-detail {
    margin-top: 36px;
  }
  .post-content table.facility-detail th, .post-content table.facility-detail td {
    font-size: 13px;
    font-size: 0.8125rem;
    padding-left: 0;
    padding-right: 0;
  }
  .post-content table.facility-detail th {
    padding-top: 8px;
    font-weight: 700;
  }
  .post-content table.facility-detail td {
    padding-bottom: 8px;
  }
  .spc-hl {
    width: 94px;
    display: inline-block;
  }
  .box-profile {
    display: block;
    padding-left: 1.5em;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.75;
    margin-top: 0.5em;
  }
}
@media screen and (min-width:960px) {
  .post-content table.facility-detail {
    margin-top: 48px;
  }
  .post-content table.facility-detail th, .post-content table.facility-detail td {
    font-size: 14px;
    font-size: 0.875rem;
    padding-left: 0;
    padding-right: 0;
  }
  .post-content .box-profile {
    display: block;
    padding-left: 1.5em;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.75;
    margin-top: 0.5em;
  }
  .post-content .spc-hl {
    width: 110px;
    display: inline-block;
  }
}
/* ========================================================================== */
/* アクセス
/* ========================================================================== */
#gmap {
  position: relative;
  padding-bottom: 40%;
  height: 0;
  overflow: hidden;
}
#gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.access-box h4 {
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0 0 20px 0;
  line-height: 1.3;
}
.access-box h4 .sub {
  font-size: 15px;
  font-size: 0.9375rem;
}
.access-box h4 span {
  border: none;
  padding: 0;
}

.access-box .map-address {
  margin-bottom: 0;
  width: 100%;
}
.access-box .map-address th {
  background-color: transparent;
}

table.direction ul {
  margin: 0;
}
table.direction li {
  list-style-type: none;
  text-indent: -1em;
  margin-left: 1em;
}
table.direction .loc {
  color: #fff;
  background-color: #00AFD0;
  display: block;
  margin-bottom: 6px;
  padding: 2px;
}

@media screen and (max-width:767px) {
  #gmap {
    height: 400px;
    margin: 0 auto 10px auto;
  }
  .access-box {
    padding: 0 15px;
  }
  .access-box .box:first-of-type {
    margin-bottom: 16px;
  }
  .access-box .box img {
    width: 100%;
    height: auto;
  }
  .access-box h4 {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 8px;
  }
  .access-box h4 .sub {
    font-weight: 500;
    display: inline-block;
    padding-top: 12px;
    line-height: 1.75;
  }
  .access-box .map-address {
    margin-bottom: 36px;
  }
  .access-box .map-address th, .access-box .map-address td {
    border-bottom: 1px solid #DDDEDB;
    font-size: 13px;
    font-size: 0.8125rem;
    vertical-align: top;
    padding-left: 0;
  }
  table.direction {
    width: 100%;
  }
  table.direction th, table.direction td {
    padding-left: 0;
    padding-right: 0;
  }
  table.direction th {
    background-color: transparent;
    border-bottom: none;
    font-weight: 500;
  }
  table.direction .loc {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .parking-photo {
    margin-bottom: 24px;
  }
  .parking-photo__item:first-child {
    margin-bottom: 10px;
  }
  .parking-info {
    border-bottom: 1px solid #DDDEDB;
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
  .parking-info dd {
    margin-left: 0 !important;
  }
}
@media screen and (min-width:768px) and (max-width:959px) {
  #gmap {
    height: 400px;
    margin: 0 auto 20px auto;
  }
  .access-box {
    display: flex;
    padding: 0 15px;
    margin-bottom: 36px;
  }
  .access-box .box {
    flex: 1;
  }
  .access-box .box img {
    width: 100%;
    height: auto;
  }
  .access-box .box:first-child {
    margin-right: 20px;
  }
  .access-box h4 {
    font-weight: 700;
  }
  .access-box h4 .sub {
    font-weight: 500;
    display: inline-block;
    padding-top: 12px;
    line-height: 1.65;
  }
  .access-box .map-address th, .access-box .map-address td {
    border-bottom: 1px solid #DDDEDB;
    font-size: 13px;
    font-size: 0.8125rem;
    vertical-align: top;
  }
  table.direction {
    width: 100%;
  }
  table.direction th {
    width: 25%;
    text-align: right;
  }
  table.direction td {
    vertical-align: middle;
  }
  table.direction .loc {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .parking-photo {
    display: flex;
    justify-content: space-between;
    margin-bottom: 36px;
  }
  .parking-photo__item {
    flex: 1;
  }
  .parking-photo__item:first-child {
    margin-right: 40px;
  }
  .parking-info {
    border-bottom: 1px solid #DDDEDB;
    display: flex;
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
  .parking-info dt {
    width: 120px;
  }
  .parking-info dd {
    width: calc(100% - 120px);
    margin-left: 0;
  }
}
@media screen and (min-width:960px) {
  #gmap {
    width: 960px;
    height: 400px;
    margin: 0 auto 30px auto;
  }
  .access-box {
    display: flex;
    width: 960px;
    margin: 0 auto 60px auto;
    justify-content: space-between;
  }
  .access-box .box:first-child {
    width: 350px;
  }
  .access-box .box:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 570px;
  }
  .access-box .map-address th, .access-box .map-address td {
    border-bottom: 1px solid #DDDEDB;
    font-size: 13px;
    font-size: 0.8125rem;
    vertical-align: top;
  }
  table.direction {
    width: 100%;
  }
  table.direction th {
    width: 25%;
    text-align: right;
    vertical-align: middle;
  }
  table.direction td {
    vertical-align: middle;
  }
  table.direction .loc {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .parking-photo {
    display: flex;
    justify-content: space-between;
    margin-bottom: 36px;
  }
  .parking-photo__item {
    width: 434px;
  }
  .parking-info {
    border-bottom: 1px solid #DDDEDB;
    display: flex;
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
  .parking-info dt {
    width: 120px;
  }
  .parking-info dd {
    width: calc(100% - 120px);
    margin-left: 0;
  }
}
/* ========================================================================== */
/* お問い合わせ
/* ========================================================================== */
#mailform th {
  background-image: none;
  background-color: transparent;
  vertical-align: top;
}
#mailform .rq {
  background-color: #b60d21;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 0 1px;
  width: 3em;
  text-align: center;
}
#mailform textarea,
#mailform input[type=text],
#mailform input[type=email],
#mailform input[type=tel] {
  background-color: transparent;
  border: 1px solid #bbb;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.65;
  padding: 4px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
}
#mailform textarea {
  width: 540px;
}
#mailform input[type=text],
#mailform input[type=email],
#mailform input[type=tel] {
  width: 320px;
}
#mailform input[type=checkbox] {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  border: 1px solid #000;
  border-radius: 0;
  background: transparent;
  margin-right: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}
#mailform input[type=checkbox]:before {
  background-color: #000;
  border-radius: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 11px;
  height: 11px;
  opacity: 0;
}
#mailform input[type=checkbox]:checked {
  opacity: 1;
  position: relative;
}
#mailform input[type=checkbox]:checked:before {
  background: url(https://hotelfiomare.jp/wpcms/wp-content/themes/hotelfiomare/img/icon-check.svg);
  border-radius: 0;
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  width: 16px;
  height: 12px;
  opacity: 1;
}
#mailform .support {
  color: #444;
  display: inline-block;
  line-height: 1.4;
  padding: 8px 0 0 0;
}

.wpcf7-list-item {
  display: flex;
  align-items: center;
}

.btn-send {
  position: relative;
  text-align: center;
  padding-left: 15px;
  margin-bottom: 50px;
}
.btn-send input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: inherit;
  font-weight: 500;
  letter-spacing: 0.05em;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 10px 30px;
  margin: 0 auto;
}
.btn-send input:hover {
  opacity: 0.8;
}
.btn-send .wpcf7c-btn-confirm {
  border: none;
  background-color: #00AFD0;
}
.btn-send .wpcf7c-btn-back {
  border: none;
  background-color: #444;
}
.btn-send .wpcf7-submit {
  border: none;
  background-color: #115363;
}
.btn-send input.wpcf7c-btn-reset,
.btn-send input.wpcf7c-btn-back {
  margin-right: 15px;
}
.btn-send input.wpcf7c-btn-reset,
.btn-send input.wpcf7c-btn-back {
  background-color: #707070;
}

@media screen and (max-width:767px) {
  .section.center {
    text-align: left;
  }
  .wpcf7-form {
    padding: 0 15px;
  }
  #mailform {
    padding: 0 15px;
    margin: 0 auto 40px auto;
    width: 100%;
  }
  #mailform th, #mailform td {
    display: block;
    padding: 14px 0;
  }
  #mailform th {
    border-bottom: none;
    padding-bottom: 0;
  }
  #mailform textarea,
  #mailform input[type=text],
  #mailform input[type=email],
  #mailform input[type=tel] {
    width: 100%;
  }
  #mailform .rq {
    margin-left: 10px;
  }
  .support {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  input.wpcf7-submit,
  input.wpcf7c-btn-reset,
  input.wpcf7c-btn-back {
    height: 40px;
    border-radius: 20px;
  }
}
@media screen and (min-width:768px) and (max-width:959px) {
  .wpcf7-form {
    padding: 0 15px;
  }
  #mailform {
    margin: 0 auto 40px auto;
    width: 100%;
  }
  #mailform th, #mailform td {
    padding: 14px 0;
    display: block;
  }
  #mailform th {
    border-bottom: none;
    padding-bottom: 0;
  }
  #mailform .rq {
    margin-left: 15px;
  }
  .support {
    font-size: 14px;
    font-size: 0.875rem;
  }
  input.wpcf7-submit,
  input.wpcf7c-btn-reset,
  input.wpcf7c-btn-back {
    height: 44px;
    border-radius: 22px;
  }
}
@media screen and (min-width:960px) {
  #mailform {
    width: 780px;
    margin: 0 auto 40px auto;
  }
  #mailform th, #mailform td {
    padding: 14px 0;
  }
  #mailform th {
    width: 200px;
  }
  #mailform td {
    padding-left: 20px;
  }
  #mailform .rq {
    float: right;
    margin-top: 3px;
  }
  .support {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .btn-send {
    margin-bottom: 60px;
  }
  input.wpcf7-submit,
  input.wpcf7c-btn-reset,
  input.wpcf7c-btn-back {
    height: 44px;
    border-radius: 4px;
  }
}
/* ========================================================================== */
/* サイトマップ
/* ========================================================================== */
.page-site-map dl.sitemap {
  margin: 0 0 0 10px;
  padding: 0;
}
.page-site-map dl.sitemap dt {
  color: #444;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
}
.page-site-map dl.sitemap dd {
  margin-bottom: 20px;
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 0;
  margin-left: 20px;
}
.page-site-map dl.sitemap dd ul {
  margin-left: 0;
}
.page-site-map .sitemap-list li {
  font-size: 14px;
  font-size: 0.875rem;
  list-style-type: none;
  background: url(https://hotelfiomare.jp/wpcms/wp-content/themes/hotelfiomare/img/sitemap-middle.png) no-repeat 0 50%;
  padding: 2px 0 2px 32px;
  margin: 0;
  line-height: 1.75;
}
.page-site-map .sitemap-list li.first-child {
  background: url(https://hotelfiomare.jp/wpcms/wp-content/themes/hotelfiomare/img/sitemap-top.png) no-repeat 0 50%;
}
.page-site-map .sitemap-list li:last-child {
  background: url(https://hotelfiomare.jp/wpcms/wp-content/themes/hotelfiomare/img/sitemap-bottom.png) no-repeat 0 50%;
}

/* ========================================================================== */
/* プライバシーポリシー
/* ========================================================================== */
dl.privacy-list {
  margin: 2em 0;
}
dl.privacy-list dt {
  font-weight: 500;
}
dl.privacy-list dd:not(:last-child) {
  margin-bottom: 2em;
}
dl.privacy-list ul {
  margin: 0.5em 0 0 1.5em;
}
dl.privacy-list li {
  margin-bottom: 0;
}

/* ========================================================================== */
/* 404ページ
/* ========================================================================== */
.exlink {
  border-top: 1px solid #DDDEDB;
  border-bottom: 1px solid #DDDEDB;
}
.exlink li {
  list-style-type: none;
}
.exlink li a {
  text-decoration: none;
}
.exlink li a:before {
  font-family: "fontello";
  content: "\f105";
  padding-right: 8px;
}

@media screen and (max-width:959px) {
  .error404 .post-content {
    padding: 40px 0 80px 0;
  }
  .error404 .exlink {
    margin: 60px auto 0 auto;
    padding: 20px 0;
  }
  .error404 .exlink li {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (min-width:960px) {
  .error404 #cotent {
    border-top: 1px solid #DDDEDB;
  }
  .error404 .post-content {
    padding: 100px 0 200px 0;
  }
  .error404 .post-content p {
    text-align: center;
  }
  .error404 .exlink {
    margin: 100px auto 0 auto;
    width: 960px;
    padding: 20px 0;
  }
  .error404 .exlink ul {
    display: flex;
  }
  .error404 .exlink li {
    font-size: 16px;
    font-size: 1rem;
    flex: 1;
    text-align: center;
  }
}