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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5em;
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

ol,
ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-spacing: 0;
  border-collapse: collapse;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

caption,
table th,
table td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q::before,
q::after,
blockquote::before,
blockquote::after {
  content: none;
}

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

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a img {
  border: none;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  word-break: normal;
  vertical-align: middle;
  white-space: normal;
  -webkit-appearance: none;
}

button {
  color: inherit;
}

textarea {
  overflow: auto;
  line-height: 1.5;
  white-space: pre-line;
  resize: none;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

@media print {
  html,
  body {
    width: 1600px;
    margin: 0;
  }
  body {
    -webkit-print-color-adjust: exact;
  }
  body .header-common {
    position: absolute !important;
  }
  body .navigation-common-fixed {
    position: absolute !important;
  }
  @page {
    margin: 0;
    size: 11in 14.028in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
html {
  opacity: 0.01;
  line-height: 1;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
html.is-visible {
  opacity: 1;
}
@media print, (min-width: 768px) {
  html {
    min-width: 1280px;
    overflow: auto scroll;
    font-size: 625%;
  }
  html.is-frozen-os {
    overflow: hidden scroll;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    min-height: 100vh;
    font-size: 25.641025641vw;
  }
  html::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
  html.is-frozen-os {
    overflow: hidden;
  }
}

body {
  color: #333;
  font-family: "Noto Serif JP", serif !important;
  font-weight: 500;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
html.is-frozen-windows body {
  position: fixed;
  width: 100%;
}
@media print, (min-width: 768px) {
  body {
    font-size: 0.18rem;
    line-height: 2.1111111111;
  }
}
@media only screen and (max-width: 767.98px) {
  body {
    font-size: 0.17rem;
    line-height: 2;
  }
}

.container {
  overflow: hidden;
}

img,
svg {
  image-rendering: smooth;
  shape-rendering: geometricprecision;
}

.hidden {
  display: none;
}

.trans {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
}
.trans:hover {
  opacity: 0.8;
}

.load {
  opacity: 0.001;
}
html.is-visible .load {
  opacity: 1;
}

.image-common {
  display: block;
  width: 100%;
}

.object-common {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media print, (min-width: 768px) {
  .container {
    min-width: 1280px;
  }
}
@media only screen and (max-width: 767.98px) {
  .container {
    min-width: 320px;
  }
}

@media print, (min-width: 768px) {
  .wrapper {
    width: calc(100% - 60px);
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .wrapper {
    padding-right: 0.3rem;
    padding-left: 0.3rem;
  }
}

@media print, (min-width: 768px) {
  .sm {
    display: none !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .md {
    display: none !important;
  }
}

.first-view {
  -webkit-transition: opacity 0.26s;
  transition: opacity 0.26s;
  opacity: 0.01;
}
.wf-active .first-view {
  opacity: 1;
}

.text-style-purple {
  color: #941e57;
}

.text-style-golden {
  color: #a0801d;
}

.loading-wrapper {
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/background_modal_02.jpg") no-repeat 0 0/cover;
  text-align: center;
}
.loading-wrapper .loading-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.loading-wrapper .loading-image {
  -webkit-animation: showLogo 5s linear alternate;
  animation: showLogo 5s linear alternate;
}

body.is-top .container {
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 1;
}
body.is-top.is-loaded .container {
  opacity: 1;
}

.grecaptcha-badge {
  z-index: 10;
  display: none !important;
}
@media print, (min-width: 768px) {
  .grecaptcha-badge {
    top: 100px !important;
    bottom: unset !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .grecaptcha-badge {
    bottom: 22vw !important;
  }
}

.header-common .header-logo {
  position: relative;
}
.header-common .logo-image {
  display: inline-block;
}
@media print, (min-width: 768px) {
  .header-common {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    min-width: 1280px;
    height: 90px;
    padding-left: 48px;
    background: url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/bg_common_01.jpg") repeat 0 0/50px 50px;
  }
  .header-common .header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header-common .header-logo {
    top: 6px;
    margin-right: 10px;
  }
  .header-common .logo-image {
    width: 214px;
  }
  .header-common .header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media print, (min-width: 768px) and (max-width: 1609.98px) {
  .header-common {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-common {
    position: relative;
    z-index: 1000;
  }
  .header-common .header-wrapper {
    position: relative;
    padding: 0.06rem 0.18rem 0;
    background: url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/bg_common_01.jpg") repeat 0 0/0.5rem 0.5rem;
  }
  .header-common .header-logo {
    top: 0.08rem;
  }
  .header-common .logo-image {
    width: 1.95rem;
  }
}

@media print, (min-width: 768px) {
  body.has-menu .header-navigation {
    background: url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/bg_common_04.jpg") repeat 0 0/50px 50px;
  }
  body.has-menu .header-menu {
    display: none;
  }
  body.has-menu .language-wrapper {
    top: 0;
    margin-right: 48px;
  }
  body.has-menu .list-header-social.is-menu {
    width: auto;
    margin-top: 13px;
    margin-right: 0.48rem;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }
  .is-tablet body.has-menu .list-header-social.is-menu {
    margin-right: 0.25rem;
  }
  body.has-menu .list-header-social:not(.is-menu) {
    width: 0;
    margin-right: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  body.has-menu .button-menu {
    background: unset;
  }
}

.header-menu {
  position: relative;
}
.header-menu .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-menu .menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
.header-menu .menu-logo {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media print, (min-width: 768px) {
  .header-menu {
    top: 5px;
  }
  .header-menu .menu-item {
    height: 43.34px;
    margin-right: 48px;
    font-size: 0.2rem;
  }
  .header-menu .menu-link:hover .menu-text::after,
  .header-menu .menu-link.is-active .menu-text::after {
    background-color: #333;
  }
  .header-menu .menu-logo {
    top: -4px;
    margin-right: 11px;
  }
  .header-menu .menu-link {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .header-menu .menu-text {
    position: relative;
    padding-bottom: 20px;
  }
  .is-tablet .header-menu .menu-text {
    padding-bottom: 28px;
  }
  .header-menu .menu-text::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 2px;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    background-color: transparent;
  }
}
@media print, (min-width: 1366px) and (max-width: 1609.98px) {
  .header-menu .menu-item {
    margin-right: 25px;
  }
}
@media print, (min-width: 768px) and (max-width: 1365.98px) {
  .header-menu {
    padding-left: 20px;
  }
  .header-menu .menu-item {
    margin-right: 29px;
    font-size: 0.16rem;
  }
  .header-menu .menu-logo {
    top: -2px;
    margin-right: 5px;
  }
  .header-menu .menu-text {
    padding-bottom: 28px;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-menu {
    margin-top: 0.2rem;
  }
  .header-menu .menu-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header-menu .menu-item {
    margin-right: 0.4rem;
    font-size: 0.18rem;
  }
  .header-menu .menu-item .menu-logo {
    display: inline-block;
  }
  .header-menu .menu-item .menu-logo img {
    width: 100%;
  }
  .header-menu .menu-item:first-child .menu-logo {
    width: 0.34rem;
  }
  .header-menu .menu-item:nth-child(2) .menu-logo {
    width: 0.22rem;
  }
  .header-menu .menu-item:nth-child(3) {
    margin-right: 0;
  }
  .header-menu .menu-item:nth-child(3) .menu-logo {
    width: 0.38rem;
  }
  .header-menu .menu-logo {
    top: -0.04rem;
    margin-right: 0.12rem;
  }
  .header-menu .menu-link.is-active .menu-text {
    position: relative;
    padding-bottom: 0.1rem;
  }
  .header-menu .menu-link.is-active .menu-text::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0.02rem;
    background-color: #333;
  }
}

.list-header-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-header-social .social-link {
  display: block;
}
.list-header-social.is-menu {
  position: relative;
  z-index: 1000;
  width: 0;
  margin-right: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.list-header-social.is-menu .social-item {
  margin-right: 0.32rem;
}
.list-header-social.is-menu .social-item:last-child {
  margin-right: 0;
}
.list-header-social.is-menu .social-link {
  width: inherit;
  height: inherit;
}
@media print, (min-width: 768px) {
  .list-header-social {
    margin-right: 56px;
    -webkit-transition: width 0.3s ease-out, margin-right 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: width 0.3s ease-out, margin-right 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out, width 0.3s ease-out, margin-right 0.3s ease-out;
    transition: transform 0.3s ease-out, width 0.3s ease-out, margin-right 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }
  .list-header-social .social-link {
    width: 29px;
    height: 29px;
  }
  .list-header-social .social-link img {
    vertical-align: inherit;
  }
}
@media print, (min-width: 768px) and (max-width: 1609.98px) {
  .list-header-social {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-header-social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0.4rem 0 0.34rem;
  }
  .list-header-social .social-item {
    margin-right: 0.64rem;
  }
  .list-header-social .social-item:last-child {
    margin-right: 0;
  }
  .list-header-social .social-link {
    width: 0.4rem;
  }
  .list-header-social .social-link img {
    width: 100%;
  }
}

.language-wrapper {
  position: relative;
  z-index: 1000;
  text-align: center;
}
.language-wrapper .language-heading {
  position: relative;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  cursor: pointer;
}
.is-tablet .language-wrapper .language-heading {
  opacity: 1;
}
.language-wrapper .language-heading::before, .language-wrapper .language-heading::after {
  content: "";
  position: absolute;
}
.language-wrapper .language-heading::before {
  top: 50%;
  left: 0;
  width: 0.2rem;
  height: 0.2rem;
  background: url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/icn_language.svg") no-repeat center/auto 100%;
}
.language-wrapper .language-heading::after {
  top: 50%;
  right: 0;
  width: 0.11rem;
  height: 0.07rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  background: url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/icn_arrow_01.svg") no-repeat center/auto 100%;
}
.language-wrapper .language-list {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  margin: 0;
  padding: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
  background: url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/bg_common_04.jpg") repeat 0 0/0.5rem 0.5rem;
  font-family: "Playfair Display", serif;
  font-size: 0.17rem;
  font-weight: 400;
  list-style: none;
  pointer-events: none;
}
.language-wrapper.is-active .language-list {
  opacity: 1;
  pointer-events: auto;
}
.language-wrapper.is-active .language-heading::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.language-wrapper .language-item {
  border-bottom: 1px solid #ccc;
}
.language-wrapper .language-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 0.45rem;
  padding: 0.02rem 0.3rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  letter-spacing: 0.05em;
  text-decoration: none;
}
.language-wrapper .language-link:hover {
  background-color: #ddd;
}
@media print, (min-width: 768px) {
  .language-wrapper {
    margin-right: 40px;
  }
  .language-wrapper .language-heading {
    padding: 0 26px 0 30px;
    border-bottom: 1px solid #333;
  }
  .language-wrapper .language-heading::before {
    margin-top: -9px;
  }
  .language-wrapper .language-heading::after {
    right: 3px;
    margin-top: -2px;
  }
}
@media print, (min-width: 768px) and (max-width: 1365.98px) {
  .language-wrapper {
    margin-right: 20px;
  }
  .language-wrapper .language-heading {
    font-size: 0.16rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .language-wrapper {
    width: 3.1rem;
    margin: 0.35rem auto 0;
  }
  .language-wrapper .language-list {
    -webkit-box-shadow: 0.02rem 0.02rem 0.05rem rgba(0, 0, 0, 0.1);
    box-shadow: 0.02rem 0.02rem 0.05rem rgba(0, 0, 0, 0.1);
  }
  .language-wrapper .language-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 0.54rem;
    margin: 0 auto;
    padding: 0 0.59rem;
    border: 1px solid #333;
    font-size: 0.18rem;
  }
  .language-wrapper .language-heading::before {
    left: 0.23rem;
    margin-top: -0.1rem;
  }
  .language-wrapper .language-heading::after {
    right: 0.21rem;
    margin-top: -0.04rem;
  }
}

.list-button-reserve {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1000;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-button-reserve .button-reserve-item {
  position: relative;
  z-index: 1;
  width: 1.5rem;
  height: 0.9rem;
}
.list-button-reserve .button-reserve-item::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.list-button-reserve .button-reserve-item.is-plan {
  background-color: #941e57;
}
.list-button-reserve .button-reserve-item.is-plan::before {
  background-color: #ad1f64;
}
.list-button-reserve .button-reserve-item.is-room {
  background-color: #612f54;
}
.list-button-reserve .button-reserve-item.is-room::before {
  background-color: #7a2f66;
}
.list-button-reserve .button-reserve-item:hover::before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.list-button-reserve .button-reserve-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0.05rem;
  color: #fff;
  font-size: 0.17rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
}
@media print, (min-width: 768px) {
  .list-button-reserve .button-reserve-item {
    width: 150px;
    height: 90px;
  }
  .list-button-reserve .button-reserve-link {
    font-size: 0.17rem;
    letter-spacing: 0.08em;
    line-height: 1.5;
  }
}
@media print, (min-width: 768px) and (max-width: 1609.98px) {
  .list-button-reserve .button-reserve-item {
    width: 110px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-button-reserve {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0.16rem;
  }
  .list-button-reserve .button-reserve-item {
    width: 1.55rem;
    height: 0.59rem;
  }
  .list-button-reserve .button-reserve-link {
    font-size: 0.16rem;
    letter-spacing: 0.05em;
  }
}

.button-menu {
  position: relative;
  z-index: 1000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/bg_common_02.jpg") repeat 0 0/90px 90px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  cursor: pointer;
  pointer-events: auto;
}
.button-menu::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #fff;
}
.button-menu:hover::before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.button-menu span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.button-menu .text-menu {
  position: absolute;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  letter-spacing: 0.05em;
}
.button-menu .text-menu.is-close {
  opacity: 0;
}
.button-menu.is-active span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.button-menu.is-active span:nth-child(2) {
  opacity: 0;
}
.button-menu.is-active span:nth-child(3) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.button-menu.is-active .text-menu.is-close {
  opacity: 1;
}
.button-menu.is-active .text-menu.is-open {
  opacity: 0;
}
@media print, (min-width: 768px) {
  .button-menu {
    width: 90px;
    height: 90px;
    font-size: 0.16rem;
  }
  .button-menu span {
    width: 40px;
    margin-left: -20px;
    border-bottom: 1px solid #333;
  }
  .button-menu span:nth-child(1) {
    margin-top: -22px;
  }
  .button-menu span:nth-child(2) {
    margin-top: -12px;
  }
  .button-menu span:nth-child(3) {
    margin-top: -3px;
  }
  .button-menu.is-active span {
    margin-top: -12px;
  }
  .button-menu .text-menu {
    bottom: 6px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 0.72rem;
    height: 0.72rem;
    font-size: 0.15rem;
  }
  .button-menu span {
    width: 0.36rem;
    margin-left: -0.17rem;
    border-bottom: 0.01rem solid #333;
    font-size: 0.15rem;
  }
  .button-menu span:nth-child(1) {
    margin-top: -0.19rem;
  }
  .button-menu span:nth-child(2) {
    margin-top: -0.11rem;
  }
  .button-menu span:nth-child(3) {
    margin-top: -0.03rem;
  }
  .button-menu.is-active span {
    margin-top: -0.11515rem;
  }
  .button-menu .text-menu {
    bottom: 0.05rem;
  }
}

.header-navigation {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
}
@media print, (min-width: 768px) {
  .header-navigation {
    min-width: 1280px;
  }
  .header-navigation .navigation-inner {
    min-height: 100%;
  }
  .header-navigation .navigation-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .header-navigation .navigation-left {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    width: 37.5%;
    height: 100vh;
  }
  .header-navigation .navigation-logo {
    position: absolute;
    top: 33px;
    left: 48px;
  }
  .header-navigation .navigation-image {
    height: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-navigation {
    min-height: 100dvh;
    overflow: auto;
  }
  .header-navigation .navigation-left {
    height: 0.72rem;
    padding: 0.14rem 0.9rem 0 0.18rem;
    background: url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/bg_common_01.jpg") repeat 0 0/0.5rem 0.5rem;
  }
  .header-navigation .navigation-logo {
    display: inline-block;
    width: 1.95rem;
  }
}

.navigation-controller {
  position: relative;
}
.navigation-controller::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.navigation-controller .controller-wrapper {
  height: 100vh;
  overflow: hidden scroll;
}
@media print, (min-width: 768px) {
  .navigation-controller {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 134px;
  }
  .navigation-controller::after {
    right: 0;
    bottom: 134px;
    width: 697px;
    height: 583px;
    background: url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/navigation_decor.png") no-repeat 0 0/auto 100%;
  }
  .navigation-controller .controller-wrapper {
    padding: 0 20px 220px 144px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background: url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/bg_common_03.jpg") repeat 0 0/auto 100%;
  }
  .navigation-controller .controller-wrapper::-webkit-scrollbar {
    display: none;
  }
}
@media print, (min-width: 768px) and (max-width: 1689.98px) {
  .navigation-controller .controller-wrapper {
    padding-left: 40px;
  }
}
@media print, (min-width: 768px) and (max-width: 1529.98px) {
  .navigation-controller .controller-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .navigation-controller::after {
    top: 50%;
    right: 0;
    width: 2.31rem;
    height: 1.93rem;
    margin-top: 0.23rem;
    background: url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/sp/navigation_decor.svg") no-repeat 0 0/auto 100%;
  }
  .navigation-controller .controller-wrapper {
    padding: 0.32rem 0.3rem 1rem;
    background: url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/bg_common_04.jpg") repeat 0 0/0.5rem 0.5rem;
  }
  .is-ios .navigation-controller .controller-wrapper {
    padding-bottom: 2rem;
  }
}

.navigation-menu {
  position: relative;
  z-index: 2;
  color: #000;
  letter-spacing: 0.05em;
}
.navigation-menu .navigation-list,
.navigation-menu .sub-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navigation-menu .navigation-item:last-child {
  margin-bottom: 0;
}
.navigation-menu .navigation-item-title {
  position: relative;
  font-weight: 600;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-decoration: none;
}
.navigation-menu .navigation-item-title:hover {
  color: #941e57;
}
.navigation-menu .navigation-item-title::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.16rem;
  height: 1px;
  background-color: #333;
}
.navigation-menu .navigation-item-title .title-highlight {
  color: #941e57;
}
.navigation-menu .sub-list {
  font-size: 0.16rem;
  font-weight: 400;
  line-height: 2.25;
}
.navigation-menu .sub-link {
  text-decoration: none;
  position: relative;
}
.navigation-menu .sub-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #333;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.navigation-menu .sub-link.has-modal {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.navigation-menu .sub-link.has-modal::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.23rem;
  height: 0.23rem;
  background: url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/icn_plus.svg") no-repeat center/auto 100%;
}
@media print, (min-width: 768px) {
  .navigation-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 42px;
  }
  .navigation-menu .navigation-list:first-child {
    width: 241px;
    margin-right: 86px;
  }
  .navigation-menu .navigation-list:nth-child(2) {
    width: 265px;
    margin-top: 67px;
    margin-right: 66px;
  }
  .is-mac .navigation-menu .navigation-list:nth-child(2), .is-firefox .navigation-menu .navigation-list:nth-child(2) {
    width: 265px;
  }
  .navigation-menu .navigation-list:nth-child(3) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 63px;
  }
  .navigation-menu .navigation-list:nth-child(3) .sub-item {
    line-height: 3;
  }
  .navigation-menu .navigation-item {
    margin-bottom: 20px;
  }
  .navigation-menu .navigation-item.is-top .navigation-item-title {
    font-size: 0.2rem;
  }
  .navigation-menu .navigation-item-label {
    margin-bottom: 5px;
  }
  .navigation-menu .navigation-item-title {
    margin-left: 26px;
  }
  .navigation-menu .navigation-item-title::before {
    left: -26px;
    margin-top: 2px;
  }
  .navigation-menu .navigation-item-title .title-highlight {
    font-size: 0.24rem;
  }
  .navigation-menu .navigation-item-title.is-large {
    font-size: 0.21rem;
  }
  .navigation-menu .sub-link {
    padding-left: 25px;
  }
  .navigation-menu .sub-link:hover::before {
    width: 16px;
  }
  .is-tablet .navigation-menu .sub-link {
    font-size: 0.15rem;
  }
  .navigation-menu .sub-link.has-modal {
    padding-right: 30px;
  }
  .navigation-menu .sub-link.has-modal::after {
    margin-top: -12px;
  }
}
@media print, (min-width: 768px) and (max-width: 1529.98px) {
  .navigation-menu .navigation-list:first-child {
    margin-right: 30px;
  }
  .navigation-menu .navigation-list:nth-child(2) {
    margin-right: 0;
    width: 262px;
  }
}
@media only screen and (max-width: 767.98px) {
  .navigation-menu {
    margin: 0 0.1rem 0.27rem;
  }
  .navigation-menu .navigation-list:nth-child(3) {
    margin-top: 0.2rem;
    margin-top: 0;
  }
  .navigation-menu .navigation-list:nth-child(3) .navigation-item {
    padding: 0;
    border: 0;
  }
  .navigation-menu .navigation-list:nth-child(3) .sub-list {
    margin-top: 0.2rem;
    line-height: 3;
  }
  .navigation-menu .navigation-item.is-top .navigation-item-label {
    padding: 0.11rem 0;
  }
  .navigation-menu .navigation-item-label {
    position: relative;
    padding: 0.15rem 0;
    padding-right: 0.4rem;
    border-bottom: 1px solid #ddd;
  }
  .navigation-menu .navigation-item-title {
    margin-left: 0.26rem;
    font-size: 0.18rem;
  }
  .navigation-menu .navigation-item-title::before {
    left: -0.26rem;
  }
  .navigation-menu .sub-list.has-sub {
    display: none;
    padding: 0.14rem 0 0.08rem;
    border-bottom: 1px solid #ddd;
  }
  .navigation-menu .sub-list.has-sub .sub-item {
    margin-bottom: 0.05rem;
    line-height: 2.25;
  }
  .navigation-menu .sub-link {
    padding: 0 0.26rem;
  }
  .navigation-menu .sub-link:hover::before {
    width: 0.16rem;
  }
  .navigation-menu .sub-link.has-modal {
    padding-right: 0.3rem;
  }
  .navigation-menu .sub-link.has-modal::after {
    margin-top: -0.12rem;
  }
  .navigation-menu .button-dropdown {
    position: absolute;
    top: 50%;
    right: 0.06rem;
    width: 0.24rem;
    height: 0.24rem;
    margin-top: -1px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid #333;
    border-radius: 1rem;
    cursor: pointer;
  }
  .navigation-menu .button-dropdown::after, .navigation-menu .button-dropdown::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.09rem;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    border-bottom: 1px solid #333;
  }
  .navigation-menu .button-dropdown::before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .navigation-menu .button-dropdown.is-active::before {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -ms-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
}

@media print, (min-width: 768px) {
  .navigation-reservation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 2;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 767.98px) {
  .navigation-reservation {
    position: relative;
    z-index: 1;
  }
}

.reservation-recommended .recommended-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #941e57;
  -webkit-box-shadow: 0 0 0.06rem rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 0.06rem rgba(0, 0, 0, 0.12);
  color: #fff;
  font-size: 0.2rem;
  letter-spacing: 0.05em;
  cursor: pointer;
}
.reservation-recommended .recommended-button::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #ad1f64;
}
.reservation-recommended .recommended-button:hover::before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.reservation-recommended .recommended-button .button-wrapper {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
}
.reservation-recommended .recommended-button .button-wrapper::before, .reservation-recommended .recommended-button .button-wrapper::after {
  content: "";
  position: absolute;
}
.reservation-recommended .recommended-button .button-wrapper::before {
  top: 50%;
  left: 0;
  width: 0.39rem;
  height: 0.34rem;
  background: url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/icn_reservation.png") no-repeat center/auto 100%;
}
.reservation-recommended .recommended-button .button-wrapper::after {
  top: 50%;
  right: 0;
  width: 0.23rem;
  height: 0.23rem;
  background: url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/icn_plus.svg") no-repeat center/auto 100%;
  -webkit-filter: invert(1);
  filter: invert(1);
}
.reservation-recommended .recommended-link {
  position: relative;
  color: #000;
  font-size: 0.16rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.reservation-recommended .recommended-link:hover {
  color: #941e57;
}
.reservation-recommended .recommended-link::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.2rem;
  height: 1px;
  background-color: #333;
}
@media print, (min-width: 768px) {
  .reservation-recommended {
    width: 305px;
    margin-right: 64px;
  }
  .reservation-recommended .recommended-button {
    width: 305px;
    min-height: 83px;
    margin-bottom: 16px;
    padding: 10px 15px 10px 24px;
  }
  .reservation-recommended .recommended-button .button-wrapper {
    padding: 0 50px;
  }
  .reservation-recommended .recommended-button .button-wrapper::before {
    margin-top: -19px;
  }
  .reservation-recommended .recommended-button .button-wrapper::after {
    margin-top: -12px;
  }
  .reservation-recommended .recommended-link {
    margin-left: 30px;
  }
  .reservation-recommended .recommended-link::before {
    left: -30px;
  }
}
@media print, (min-width: 768px) and (max-width: 1529.98px) {
  .reservation-recommended {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .reservation-recommended .recommended-button {
    width: 3.1rem;
    min-height: 0.72rem;
    margin: 0 auto 0.17rem;
    padding: 0.05rem 0.17rem 0.05rem 0.21rem;
  }
  .reservation-recommended .recommended-button .button-wrapper {
    padding: 0 0.3rem;
  }
  .reservation-recommended .recommended-button .button-wrapper::before {
    margin-top: -0.19rem;
  }
  .reservation-recommended .recommended-button .button-wrapper::after {
    margin-top: -0.12rem;
  }
  .reservation-recommended .recommended-link {
    margin-left: 0.4rem;
  }
  .reservation-recommended .recommended-link::before {
    left: -0.3rem;
  }
}

.reservation-contact .contact-title {
  letter-spacing: 0.05em;
}
.reservation-contact .contact-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.4;
}
.reservation-contact .contact-phone {
  color: #941e57;
  letter-spacing: 0.12em;
}
.reservation-contact .contact-time {
  -ms-flex-item-align: end;
  align-self: flex-end;
  letter-spacing: 0.05em;
}
.reservation-contact .contact-notes {
  color: #000;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media print, (min-width: 768px) {
  .reservation-contact {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: -6px;
  }
  .reservation-contact .contact-title {
    margin-bottom: -7px;
  }
  .reservation-contact .contact-detail {
    margin-bottom: 9px;
  }
  .reservation-contact .contact-phone {
    margin-right: 12px;
    font-size: 0.38rem;
    pointer-events: none;
  }
  .reservation-contact .contact-time {
    margin-bottom: 9px;
    font-size: 0.16rem;
  }
  .is-mac .reservation-contact .contact-time {
    margin-bottom: 6px;
  }
  .reservation-contact .contact-notes {
    font-size: 0.13rem;
    line-height: 1.8;
  }
}
@media print, (min-width: 768px) and (max-width: 1529.98px) {
  .reservation-contact .contact-phone {
    font-size: 0.3rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .reservation-contact .contact-title {
    font-size: 0.18rem;
    text-align: center;
  }
  .reservation-contact .contact-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0.15rem;
    line-height: 1.2;
    text-align: center;
  }
  .reservation-contact .contact-phone {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 0.12rem;
    font-size: 0.32rem;
  }
  .reservation-contact .contact-time {
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 0.16rem;
  }
  .reservation-contact .contact-notes {
    padding: 0 0.1rem;
    font-size: 0.13rem;
    line-height: 1.8;
  }
}

.footer-common {
  position: relative;
  z-index: 2;
}

.footer-main {
  position: relative;
  background: url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/footer_bg.jpg") no-repeat 0 0/cover;
}
.footer-main::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
@media print, (min-width: 768px) {
  .footer-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 166px 0 118px;
  }
  .footer-main::after {
    width: 823px;
    height: 248px;
    background: url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/footer_decor.svg") no-repeat 0 0/auto 100%;
  }
  .footer-main .footer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 60px);
    max-width: 1445px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-main {
    padding: 0.96rem 0 0.36rem;
  }
  .footer-main::after {
    width: 3.72rem;
    height: 1.12rem;
    background: url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/sp/footer_decor.svg") no-repeat 0 0/auto 100%;
  }
  .footer-main .footer-wrapper {
    padding: 0 0.3rem;
  }
}

.footer-left .footer-logo {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.footer-left .footer-address {
  letter-spacing: 0.05em;
}
.footer-left .footer-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.05em;
}
.footer-left .footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-left .social-item:last-child {
  margin-right: 0;
}
.footer-left .social-link {
  display: block;
}
.footer-left .button-common-primary {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media print, (min-width: 768px) {
  .footer-left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 20px;
    padding-left: 2px;
  }
  .footer-left .footer-logo {
    width: 272px;
    margin-bottom: 18px;
  }
  .footer-left .footer-address {
    margin-bottom: 3px;
    line-height: 1.7777777778;
  }
  .footer-left .footer-contact {
    margin: -3px 0 23px 6px;
    line-height: 1.7777777778;
  }
  .footer-left .footer-phone {
    margin-right: 13px;
  }
  .footer-left .footer-social {
    margin-bottom: 121px;
  }
  .footer-left .social-item {
    margin-right: 40px;
  }
  .footer-left .button-common-primary {
    width: 409px;
    min-height: 69px;
    font-size: 0.18rem;
  }
  .footer-left .button-common-primary::after {
    width: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-left {
    margin-bottom: 0.32rem;
    text-align: center;
  }
  .footer-left .footer-logo {
    position: relative;
    left: -0.1rem;
    width: 2.4rem;
    margin-bottom: 0.09rem;
  }
  .footer-left .footer-address {
    font-size: 0.15rem;
    line-height: 2.1333333333;
  }
  .footer-left .footer-contact {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0.26rem;
    padding: 0 0.1rem;
    font-size: 0.15rem;
    line-height: 2.1333333333;
  }
  .footer-left .footer-phone {
    margin-right: 0.1rem;
  }
  .footer-left .footer-social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0.4rem;
  }
  .footer-left .social-item {
    width: 0.4rem;
    margin-right: 0.64rem;
  }
  .footer-left .social-item img {
    width: 100%;
  }
  .footer-left .button-common-primary {
    width: 100%;
    min-height: 0.61rem;
    font-size: 0.16rem;
  }
  .footer-left .button-common-primary::after {
    width: 0.2rem;
  }
}

.footer-right .footer-link {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-right .footer-link-detail {
  display: block;
}
@media print, (min-width: 768px) {
  .footer-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 855px;
    padding-top: 96px;
  }
  .footer-right .footer-navigation {
    margin-bottom: 40px;
  }
  .footer-right .navigation-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    margin-bottom: 7px;
    padding: 0;
    font-size: 0.16rem;
    letter-spacing: 0.1em;
    list-style: none;
  }
  .footer-right .navigation-item {
    position: relative;
    margin-right: 53px;
  }
  .footer-right .navigation-item::after {
    content: "／";
    position: absolute;
    top: 0;
    right: -35px;
    font-size: 0.16rem;
    letter-spacing: 0.1em;
  }
  .footer-right .navigation-item:last-child {
    margin-right: 0;
  }
  .footer-right .navigation-item:last-child::after {
    display: none;
  }
  .footer-right .footer-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 852px;
  }
  .footer-right .footer-link-item {
    width: 55.517%;
    height: 156px;
    margin-right: 24px;
  }
  .footer-right .footer-link-item:nth-child(even) {
    margin-right: 0;
  }
  .footer-right .footer-link-item.has-link {
    width: 41.667%;
  }
  .footer-right .footer-link-item.has-link .footer-link-detail img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
  }
  .footer-right .footer-link-detail {
    height: 156px;
  }
  .footer-right .footer-link-detail img {
    height: inherit;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-right .footer-link-item {
    margin-bottom: 0.16rem;
  }
  .footer-right .footer-link-item:last-child {
    margin-bottom: 0;
  }
}

.footer-related {
  background-color: #333;
}
.footer-related .related-link {
  display: block;
}
@media print, (min-width: 768px) {
  .footer-related {
    padding: 29px 0;
  }
  .footer-related .related-container {
    max-width: 1140px;
    margin: 0 auto;
  }
  .footer-related .related-link {
    height: 70px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-related {
    padding: 0.23rem 0.3rem;
  }
  .footer-related .related-item {
    height: 0.53rem;
  }
  .footer-related .related-link {
    height: 100%;
  }
}

.footer-copyright {
  background-color: #941e57;
  color: #fff;
  letter-spacing: 0.05em;
}
@media print, (min-width: 768px) {
  .footer-copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 80px;
    padding: 0 40px;
    font-size: 0.16rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-copyright {
    min-height: 1.42rem;
    padding: 0.17rem 0.3rem;
    font-size: 0.14rem;
    text-align: center;
  }
}

.navigation-common-fixed {
  z-index: 999;
}
.navigation-common-fixed .fixed-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media print, (min-width: 768px) {
  .navigation-common-fixed {
    position: fixed;
    right: 15px;
    bottom: 40px;
    -webkit-transition: visibility 0.4s ease-out, opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
    transition: visibility 0.4s ease-out, opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
    transition: visibility 0.4s ease-out, transform 0.4s ease-out, opacity 0.4s ease-out;
    transition: visibility 0.4s ease-out, transform 0.4s ease-out, opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
    opacity: 1;
    visibility: visible;
  }
  .navigation-common-fixed.is-hidden {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
  }
  .navigation-common-fixed.is-scale .fixed-item.is-plan {
    width: 120px;
    height: 120px;
  }
  .navigation-common-fixed .fixed-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .navigation-common-fixed .fixed-item {
    position: relative;
    margin-bottom: 16px;
    overflow: hidden;
    border-radius: 100px;
    cursor: pointer;
  }
  .navigation-common-fixed .fixed-item:last-child {
    margin-bottom: 0;
  }
  .navigation-common-fixed .fixed-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 100%;
  }
  .navigation-common-fixed .fixed-item.is-plan {
    width: 151px;
    height: 151px;
    -webkit-transition: width 0.3s ease, height 0.3s ease, -webkit-transform 0.3s ease;
    transition: width 0.3s ease, height 0.3s ease, -webkit-transform 0.3s ease;
    transition: width 0.3s ease, height 0.3s ease, transform 0.3s ease;
    transition: width 0.3s ease, height 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .navigation-common-fixed .fixed-item.is-plan::before {
    background-color: #ad1f64;
  }
  .navigation-common-fixed .fixed-item.is-check::before {
    background-color: #7a2f66;
  }
  .navigation-common-fixed .fixed-item:hover::before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .navigation-common-fixed .fixed-link {
    display: block;
  }
  .navigation-common-fixed .fixed-link img {
    mix-blend-mode: lighten;
  }
}
@media only screen and (max-width: 767.98px) {
  .navigation-common-fixed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 0.78rem;
    padding: 0.05rem;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    background: url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/sp/bg_block_fixed.jpg") no-repeat 0 0/cover;
    text-align: center;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  .navigation-common-fixed.is-fixed {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .navigation-common-fixed .fixed-item {
    height: 0.68rem;
    margin-right: 0.04rem;
    border-radius: 0.06rem;
    color: #fff;
    font-size: 0.16rem;
    letter-spacing: 0.05em;
    line-height: 1.4375;
  }
  .navigation-common-fixed .fixed-item:last-child {
    margin-right: 0;
  }
  .navigation-common-fixed .fixed-item.is-plan {
    width: 1.45rem;
    background-color: #941e57;
  }
  .navigation-common-fixed .fixed-item.is-room {
    width: 1.46rem;
    background-color: #612f54;
  }
  .navigation-common-fixed .fixed-item.is-ask {
    width: 0.8rem;
    background-color: #333;
  }
  .navigation-common-fixed .fixed-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    padding: 0.05rem;
  }
}

.frame-common-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
}
.frame-common-popup .frame-toggle {
  display: block;
  position: absolute;
  z-index: 10;
  cursor: pointer;
}
.frame-common-popup .frame-toggle::before {
  content: "";
  display: block;
  width: 100%;
}
.frame-common-popup .frame-viewport {
  position: relative;
  z-index: 0;
}
.frame-common-popup .frame-heading img {
  display: block;
  width: auto;
  height: 100%;
}
.frame-common-popup .frame-heading .heading-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  font-weight: 500;
  text-align: center;
}
.frame-common-popup .frame-heading .title-icon {
  display: block;
}
.frame-common-popup .frame-heading .title-note {
  position: relative;
}
.frame-common-popup .frame-heading .title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.frame-common-popup .frame-heading .title-inner {
  position: relative;
}
.frame-common-popup .frame-heading .title-highlight {
  color: #941e57;
}
.frame-common-popup .frame-heading .title-stamp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 99999px;
  background-color: #a0801d;
  color: #fff;
  text-align: center;
}
.frame-common-popup .frame-heading .stamp-wrapper {
  display: block;
  position: relative;
  top: -0.01rem;
}
@media print, (min-width: 768px) {
  .frame-common-popup {
    padding-top: 14px;
  }
  .frame-common-popup .frame-toggle {
    top: 19px;
    right: 19px;
    width: 52px;
    height: 54px;
  }
  .frame-common-popup .frame-toggle::before {
    width: 52px;
    height: 54px;
    background: url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/button_close_01.svg") no-repeat 0 0/auto 100%;
  }
  .frame-common-popup .frame-heading {
    padding: 0 140px;
  }
  .frame-common-popup .frame-heading .heading-title {
    font-size: 0.34rem;
    letter-spacing: 0.12em;
    line-height: 1.5294117647;
  }
  .frame-common-popup .frame-heading .title-icon {
    height: 40px;
    margin: 33px 0 16px;
  }
  .frame-common-popup .frame-heading .title-note {
    font-size: 0.24rem;
  }
  .frame-common-popup .frame-heading .title-stamp {
    width: 102px;
    min-height: 102px;
    margin: 0 -145px 0 42px;
    padding: 5px;
    font-size: 0.18rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
  .frame-common-popup .frame-heading .wrapper {
    max-width: 1560px;
  }
}
@media only screen and (max-width: 767.98px) {
  .frame-common-popup {
    padding-top: 0.5rem;
  }
  .frame-common-popup .frame-toggle {
    top: 0.12rem;
    right: 0.12rem;
    width: 0.49rem;
    height: 0.46rem;
    position: fixed;
  }
  .frame-common-popup .frame-toggle::before {
    width: 0.49rem;
    height: 0.46rem;
    background: url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/sp/button_close_01.svg") no-repeat 0 0/auto 100%;
  }
  .frame-common-popup .frame-heading .heading-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.26rem;
    line-height: 1.4285714286;
  }
  .frame-common-popup .frame-heading .title-icon {
    height: 0.5rem;
    margin-bottom: 0.1rem;
  }
  .frame-common-popup .frame-heading .title-note {
    font-size: 0.2rem;
  }
  .frame-common-popup .frame-heading .title-stamp {
    width: 1.36rem;
    min-height: 0.31rem;
    margin: 0.06rem 0 0.01rem;
    padding: 0.05rem 0.05rem 0.03rem 5px;
    font-size: 0.18rem;
    line-height: 1.2;
    border-radius: 1rem;
    text-align: center;
  }
  .frame-common-popup .frame-wrapper {
    padding: 0.3rem 0 1rem;
  }
}

.frame-common-popup.is-calendar {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/background_modal_01.jpg") 50% 0%/100% auto repeat;
}
.frame-common-popup.is-calendar .frame-wrapper .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.frame-common-popup.is-calendar .frame-heading .heading-title {
  color: #222;
}
@media print, (min-width: 768px) {
  .frame-common-popup.is-calendar {
    padding-top: 50px;
  }
  .frame-common-popup.is-calendar .frame-wrapper {
    padding: 41px 0 88px;
  }
  .frame-common-popup.is-calendar .frame-wrapper .wrapper {
    max-width: 1560px;
  }
  .frame-common-popup.is-calendar .frame-information {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 32.0512820513%;
    margin-right: 5.8333333333%;
  }
  .frame-common-popup.is-calendar .frame-inner {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-top: -25px;
  }
  .frame-common-popup.is-calendar .table-common-calendar {
    padding-top: 45px;
  }
}
@media print, (min-width: 768px) and (max-width: 1429.98px) {
  .frame-common-popup.is-calendar .frame-wrapper .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    max-width: 969px;
  }
  .frame-common-popup.is-calendar .frame-information {
    width: auto;
    margin: 50px 0 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .frame-common-popup.is-calendar .frame-wrapper .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .frame-common-popup.is-calendar .frame-information {
    margin-top: 0.2rem;
  }
}

.frame-common-popup.is-availability {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/background_modal_02.jpg") 50% 0%/100% auto repeat;
}
.frame-common-popup.is-availability .points-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.frame-common-popup.is-availability .points-title .title-decoration,
.frame-common-popup.is-availability .points-title .title-wrapper {
  position: relative;
}
.frame-common-popup.is-availability .points-title .title-decoration {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #c9a021;
}
@media print, (min-width: 768px) {
  .frame-common-popup.is-availability {
    padding-top: 44px;
  }
  .frame-common-popup.is-availability .frame-wrapper {
    padding-bottom: 140px;
  }
  .frame-common-popup.is-availability .frame-points {
    padding: 36px 0 48px;
    background: url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/decoration_availability_02.png") 0% 0%/518px auto no-repeat, url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/decoration_availability_03.png") right bottom -29px/443px auto no-repeat, url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/background_availability_01.jpg") 50% 0%/100% auto repeat;
  }
  .frame-common-popup.is-availability .frame-points .wrapper {
    max-width: 1144px;
  }
  .frame-common-popup.is-availability .points-title {
    margin-bottom: 20px;
    font-size: 0.22rem;
    letter-spacing: 0.12em;
  }
  .frame-common-popup.is-availability .points-title .title-decoration {
    font-size: 0.15rem;
    letter-spacing: 0.2em;
  }
  .frame-common-popup.is-availability .points-title .title-wrapper {
    margin: 0 21px;
  }
}
@media only screen and (max-width: 767.98px) {
  .frame-common-popup.is-availability .frame-points {
    padding: 0.6rem 0;
    background: url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/background_availability_01.jpg") 50% 0%/100% auto repeat;
  }
  .frame-common-popup.is-availability .points-title {
    margin-bottom: 0.15rem;
    font-size: 0.2rem;
  }
  .frame-common-popup.is-availability .points-title .title-decoration {
    font-size: 0.14rem;
  }
  .frame-common-popup.is-availability .points-title .title-wrapper {
    top: -1px;
    margin: 0 0.15rem;
  }
}

.frame-common-popup.is-recommended {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/background_modal_03.jpg") 50% 0%/100% auto repeat;
}
.frame-common-popup.is-recommended .frame-inner {
  display: none;
}
.frame-common-popup.is-recommended .frame-inner.is-tabs-active {
  display: block;
}
.frame-common-popup.is-recommended .frame-controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media print, (min-width: 768px) {
  .frame-common-popup.is-recommended {
    background: url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/decoration_availability_04.png") 0% 0%/616px auto no-repeat, url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/decoration_availability_05.png") right bottom -94px/563px auto no-repeat, url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/background_modal_03.jpg") 50% 0%/100% auto repeat;
    padding-top: 68px;
  }
  .frame-common-popup.is-recommended .frame-heading .title-icon {
    height: 60px;
    margin: 6px 0 7px;
  }
  .frame-common-popup.is-recommended .frame-wrapper {
    padding: 38px 0 128px;
  }
  .frame-common-popup.is-recommended .frame-wrapper .wrapper {
    max-width: 1642px;
  }
  .frame-common-popup.is-recommended .frame-controller {
    margin-top: 48px;
  }
  .frame-common-popup.is-recommended .tablist-common-primary {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .frame-common-popup.is-recommended .frame-controller {
    margin-top: 0.5rem;
  }
  .frame-common-popup.is-recommended .tablist-common-primary {
    margin-bottom: 0.3rem;
  }
}

.frame-common-popup.is-room {
  background: url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/background_modal_04.jpg") 50% 0%/100% auto repeat;
}
@media print, (min-width: 768px) {
  .frame-common-popup.is-room .frame-heading .title-icon {
    height: 60px;
    margin: 61px 0 5px;
  }
  .frame-common-popup.is-room .frame-wrapper {
    padding: 60px 0 357px;
    padding-bottom: 60px;
  }
  .frame-common-popup.is-room .frame-wrapper .wrapper {
    max-width: 1755px;
  }
}

.modal-common {
  display: block !important;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0 !important;
  pointer-events: none;
}
.modal-common .modal-viewport {
  height: 100%;
  overflow: hidden scroll;
}
.modal-common .modal-viewport::-webkit-scrollbar {
  width: 0;
  opacity: 0;
}
.modal-common .modal-wrapper {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  background-color: #fff;
}
.modal-common .modal-wrapper > * {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.modal-common .modal-wrapper.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 100%;
  opacity: 1;
}
@media print, (min-width: 768px) {
  .modal-common {
    min-width: 1280px;
  }
}

.modal-common.is-ready {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.modal-common.is-active {
  opacity: 1 !important;
  pointer-events: auto;
}

.anchor-common-primary .anchor-wrapper {
  margin: 0;
  padding: 0;
  letter-spacing: 0.05em;
  list-style: none;
}
.anchor-common-primary .item-link {
  position: relative;
  padding-right: 0.3rem;
  padding-bottom: 0.12rem;
  font-size: 0.18rem;
  text-decoration: none;
}
.anchor-common-primary .item-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.13rem;
  height: 0.08rem;
  margin-top: -0.08rem;
  background: url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/icn_arrow_04.svg") no-repeat center/auto 100%;
}
.anchor-common-primary .item-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #707070;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  z-index: 1;
}
.anchor-common-primary .item-link:hover::before {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
@media print, (min-width: 768px) {
  .anchor-common-primary .anchor-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .anchor-common-primary .anchor-item {
    margin: 0 26px 20px;
  }
}
@media print, (min-width: 768px) and (max-width: 1359.98px) {
  .anchor-common-primary .anchor-item {
    margin: 0 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .anchor-common-primary .anchor-wrapper {
    text-align: center;
  }
  .anchor-common-primary .anchor-item {
    margin-bottom: 0.2rem;
  }
  .anchor-common-primary .anchor-item:last-child {
    margin-bottom: 0;
  }
  .anchor-common-primary .item-link {
    font-size: 0.16rem;
  }
}

.anchor-common-secondary {
  position: relative;
  z-index: 2;
}
.anchor-common-secondary .anchor-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.anchor-common-secondary .anchor-item {
  position: relative;
  color: #fff;
  letter-spacing: 0.05em;
}
.anchor-common-secondary .anchor-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  pointer-events: none;
}
.anchor-common-secondary .anchor-item.is-plan {
  background-color: #941e57;
}
.anchor-common-secondary .anchor-item.is-plan::before {
  background-color: #ad1f64;
}
.anchor-common-secondary .anchor-item.is-room {
  background-color: #612f54;
}
.anchor-common-secondary .anchor-item.is-room::before {
  background-color: #7a2f66;
}
.anchor-common-secondary .anchor-item:hover::before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.anchor-common-secondary .anchor-item .link-wrapper {
  position: relative;
  z-index: 1;
}
.anchor-common-secondary .anchor-item.is-active .item-link .link-wrapper {
  position: relative;
}
.anchor-common-secondary .anchor-item.is-active .item-link .link-wrapper::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.13rem;
  height: 0.07rem;
  background: url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/icn_arrow_05.svg") no-repeat center/auto 100%;
}
.anchor-common-secondary .item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 0.05rem 0.2rem;
  text-decoration: none;
}
@media print, (min-width: 768px) {
  .anchor-common-secondary {
    margin-top: -38px;
  }
  .anchor-common-secondary .anchor-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .anchor-common-secondary .anchor-item {
    width: 50%;
    font-size: 0.17rem;
  }
  .anchor-common-secondary .anchor-item.is-active {
    font-size: 0.24rem;
  }
  .anchor-common-secondary .anchor-item.is-active .item-link {
    min-height: 98px;
  }
  .anchor-common-secondary .anchor-item.is-active .item-link .link-wrapper {
    padding: 0 31px;
  }
  .anchor-common-secondary .anchor-item.is-active .text-large {
    font-size: 0.24rem;
  }
  .anchor-common-secondary .anchor-item.is-active .text-small {
    font-size: 0.19rem;
  }
  .anchor-common-secondary .item-link {
    min-height: 78px;
    padding: 5px 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .anchor-common-secondary {
    position: relative;
    padding-top: 0.6rem;
    background: url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/bg_common_02.jpg") repeat 0 0/0.9rem 0.9rem;
  }
  .anchor-common-secondary .anchor-item {
    font-size: 0.15rem;
  }
  .anchor-common-secondary .anchor-item.is-active {
    font-size: 0.24rem;
  }
  .anchor-common-secondary .anchor-item.is-active .item-link {
    min-height: 0.6rem;
  }
  .anchor-common-secondary .anchor-item.is-active .item-link .link-wrapper {
    padding: 0 0.3rem;
  }
  .anchor-common-secondary .anchor-item.is-active .text-large {
    font-size: 0.2rem;
  }
  .anchor-common-secondary .anchor-item.is-active .text-small {
    font-size: 0.17rem;
  }
  .anchor-common-secondary .item-link {
    min-height: 0.5rem;
    padding: 0.05rem 0.2rem;
  }
}

.anchor-common-tertiary .anchor-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.anchor-common-tertiary .item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0 0.03rem 0.1rem rgba(0, 0, 0, 0.16);
  box-shadow: 0 0.03rem 0.1rem rgba(0, 0, 0, 0.16);
  text-align: center;
}
.anchor-common-tertiary .item-link::before {
  content: "";
  position: absolute;
  background: url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/decor_anchor.png") no-repeat 0 0/auto 100%;
}
.anchor-common-tertiary span {
  display: block;
  letter-spacing: 0.08em;
}
@media print, (min-width: 768px) {
  .anchor-common-tertiary .anchor-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
  .anchor-common-tertiary .anchor-item {
    width: 33.3333333333%;
    margin-bottom: 30px;
    padding: 0 15px;
  }
  .anchor-common-tertiary .item-link {
    min-height: 90px;
    padding: 2px 70px;
    line-height: 1.7;
  }
  .anchor-common-tertiary .item-link::before {
    top: -25px;
    left: -16px;
    width: 102px;
    height: 90px;
  }
  .anchor-common-tertiary .text-small {
    position: relative;
    top: 2px;
    font-size: 0.17rem;
  }
  .anchor-common-tertiary .text-large {
    font-size: 0.22rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .anchor-common-tertiary .anchor-item {
    margin-bottom: 0.3rem;
  }
  .anchor-common-tertiary .anchor-item:last-child {
    margin-bottom: 0;
  }
  .anchor-common-tertiary .item-link {
    min-height: 0.8rem;
    padding: 0.02rem 0.38rem;
    line-height: 1.7;
  }
  .anchor-common-tertiary .item-link::before {
    top: -0.2rem;
    left: -0.18rem;
    width: 0.62rem;
    height: 0.6rem;
  }
  .anchor-common-tertiary .text-small {
    font-size: 0.15rem;
  }
  .anchor-common-tertiary .text-large {
    font-size: 0.18rem;
  }
}
@media print, (min-width: 768px) and (max-width: 1499.98px) {
  .anchor-common-tertiary .text-small {
    font-size: 0.15rem;
  }
  .anchor-common-tertiary .text-large {
    font-size: 0.2rem;
  }
  .anchor-common-tertiary .item-link {
    padding-right: 50px;
    padding-left: 50px;
  }
  .anchor-common-tertiary .item-link::before {
    top: -35px;
    left: -35px;
  }
}

.anchor-common-quaternary {
  padding-left: 0;
  list-style: none;
}
.anchor-common-quaternary .item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0.24rem 0.4rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 1px solid #e3e3e3;
  background: url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/bg_common_02.jpg") repeat 0 0/0.9rem 0.9rem;
  -webkit-box-shadow: 0 0 0.04rem rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 0.04rem rgba(0, 0, 0, 0.12);
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.anchor-common-quaternary .item-wrapper::after {
  content: "";
  visibility: unset;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0.01rem;
  height: 0.16rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 1;
  background-color: #333;
}
.anchor-common-quaternary .item-wrapper::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #fff;
}
.anchor-common-quaternary .item-wrapper:hover::after {
  visibility: hidden;
  opacity: 0;
}
.anchor-common-quaternary .item-wrapper:hover::before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.anchor-common-quaternary .item-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 0.15rem;
  padding: 0.03rem 0.05rem 0.02rem;
  border: 0.01rem solid #941e57;
  background-color: #fff;
  letter-spacing: 0.05em;
  line-height: 2;
}
.anchor-common-quaternary .item-text {
  margin-bottom: 0.07rem;
  line-height: 1.5;
}
.anchor-common-quaternary .item-title {
  margin-bottom: 0;
  color: #941e57;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.anchor-common-quaternary .item-image {
  display: block;
  width: 0.42rem;
  margin: 0 auto 0.08rem;
}
@media print, (min-width: 768px) {
  .anchor-common-quaternary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px 30px;
  }
  .anchor-common-quaternary .list-item {
    width: 25%;
    margin-bottom: 30px;
    padding: 0 10px;
  }
  .anchor-common-quaternary .item-wrapper {
    min-height: 214px;
  }
  .anchor-common-quaternary .item-button {
    min-width: 126px;
    min-height: 37px;
    font-size: 0.16rem;
  }
  .anchor-common-quaternary .item-title {
    font-size: 0.24rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .anchor-common-quaternary {
    margin-bottom: -0.3rem;
  }
  .anchor-common-quaternary .list-item {
    width: 100%;
    max-width: 3.05rem;
    margin: 0 auto 0.3rem;
    padding: 0 0.1rem;
  }
  .anchor-common-quaternary .item-wrapper {
    min-height: 1.8rem;
  }
  .anchor-common-quaternary .item-button {
    min-width: 1rem;
    min-height: 0.35rem;
    font-size: 0.14rem;
  }
  .anchor-common-quaternary .item-text {
    font-size: 0.15rem;
  }
  .anchor-common-quaternary .item-title {
    font-size: 0.2rem;
  }
}

.anchor-common-quaternary.is-access .item-title {
  color: #333;
  font-size: 0.18rem;
}
@media print, (min-width: 768px) {
  .anchor-common-quaternary.is-access {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .anchor-common-quaternary.is-access .list-item {
    max-width: 325px;
  }
  .anchor-common-quaternary.is-access .item-wrapper {
    min-height: 117px;
    padding: 6px 40px 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  .anchor-common-quaternary.is-access {
    margin-bottom: 0.6rem;
  }
  .anchor-common-quaternary.is-access .item-wrapper {
    min-height: 1.17rem;
    padding: 0.06rem 0.2rem 0.18rem;
  }
}

.button-common-skip {
  position: absolute;
  z-index: 999;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
  clip-path: inset(50%);
}

.button-common-skip:focus {
  display: block;
  z-index: 100;
  top: 5px;
  left: 5px;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  clip: auto;
  background-color: #eee;
  color: #444;
  font-size: 1em;
  line-height: normal;
  text-decoration: none;
  clip-path: none;
}

.button-common-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 1px solid transparent;
  background: url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/bg_common_02.jpg") repeat 0 0/0.9rem 0.9rem;
  letter-spacing: 0.05em;
  text-decoration: none;
  cursor: pointer;
}
.button-common-primary .button-wrapper {
  position: relative;
  z-index: 1;
}
.button-common-primary::after {
  content: "";
  visibility: unset;
  position: absolute;
  top: 50%;
  right: 0;
  height: 1px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 1;
  background-color: #333;
}
.button-common-primary::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #fff;
}
.button-common-primary:hover::after {
  visibility: hidden;
  opacity: 0;
}
.button-common-primary:hover::before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.button-common-primary.is-style-golden {
  background: #a0801d;
  color: #fff;
}
.button-common-primary.is-style-golden::after {
  background-color: #fff;
}
.button-common-primary.is-style-golden::before {
  background-color: #8f6e0b;
}
.button-common-primary.is-style-purple {
  background: #514668;
  color: #fff !important;
}
.button-common-primary.is-style-purple::after {
  background-color: #fff;
}
.button-common-primary.is-style-purple::before {
  background-color: #4d3f6b;
}
.button-common-primary.is-style-wine {
  background: #941e57;
  color: #fff !important;
}
.button-common-primary.is-style-wine::after {
  background-color: #fff;
}
.button-common-primary.is-style-wine::before {
  background-color: #ad1f64;
}
.button-common-primary.has-shadow {
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: 0 0 0.04rem rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 0.04rem rgba(0, 0, 0, 0.12);
}
.button-common-primary.is-style-external {
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: 0 0 0.04rem rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 0.04rem rgba(0, 0, 0, 0.12);
}
.button-common-primary.is-style-external:hover::after {
  visibility: visible;
  opacity: 1;
}
.button-common-primary.is-style-external::after {
  visibility: unset;
  z-index: 2;
  right: 0.19rem;
  width: 0.22rem;
  height: 0.22rem;
  background: url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/icn_external_01.svg") center/auto no-repeat;
}
.button-common-primary.is-style-golden-external {
  background: #a0801d;
  color: #fff;
}
.button-common-primary.is-style-golden-external:hover::after {
  visibility: visible;
  opacity: 1;
}
.button-common-primary.is-style-golden-external::after {
  visibility: unset;
  z-index: 2;
  right: 0.19rem;
  width: 0.22rem;
  height: 0.22rem;
  background: url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/icn_external_02.svg") center/auto no-repeat;
}
.button-common-primary.is-style-golden-external::before {
  background-color: #8f6e0b;
}
.button-common-primary.is-style-back {
  background: #333;
  color: #fff;
}
.button-common-primary.is-style-back::before {
  background-color: #000;
}
.button-common-primary.is-style-back::after {
  display: none;
}
@media print, (min-width: 768px) {
  .button-common-primary {
    width: 258px;
    min-height: 57px;
    padding: 9px 37px;
    font-size: 0.17rem;
  }
  .button-common-primary::after {
    width: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-primary {
    width: 2.6rem;
    min-height: 0.57rem;
    padding: 0.05rem 0.3rem;
    font-size: 0.16rem;
    line-height: 1.6;
  }
  .button-common-primary::after {
    width: 0.16rem;
  }
}

.button-common-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 1px solid transparent;
  background: url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/bg_common_02.jpg") repeat 0 0/0.9rem 0.9rem;
  -webkit-box-shadow: 0 0 0.04rem rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 0.04rem rgba(0, 0, 0, 0.12);
  letter-spacing: 0.05em;
  text-decoration: none;
  cursor: pointer;
}
.button-common-more::after {
  content: "";
  visibility: visible;
  position: absolute;
  top: 50%;
  width: 0.23rem;
  height: 0.23rem;
  margin-top: -0.1rem;
  background: url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/icn_plus.svg") no-repeat center/auto 100%;
}
.button-common-more::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #fff;
}
.button-common-more:hover::before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.button-common-more.is-style-golden {
  background: #a0801d;
  color: #fff;
}
.button-common-more.is-style-golden::after {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.button-common-more.is-style-golden::before {
  background-color: #8f6e0b;
}
.button-common-more.has-shadow {
  border: 1px solid #e3e3e3;
}
@media print, (min-width: 768px) {
  .button-common-more {
    width: 260px;
    min-height: 57px;
    padding: 9px 37px;
    font-size: 0.17rem;
  }
  .button-common-more::after {
    right: 12px;
    margin-top: -11px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-more {
    width: 2.6rem;
    min-height: 0.57rem;
    padding: 0.05rem 0.4rem 0.05rem 0.27rem;
    font-size: 0.16rem;
    line-height: 1.5;
  }
  .button-common-more::after {
    right: 0.12rem;
    margin-top: -0.12rem;
  }
}

.button-more-room .controller-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.button-more-room .modal-thumbnail {
  position: relative;
}
.button-more-room .thumbnail-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #a0801d;
  color: #fff;
  letter-spacing: 0.05em;
  text-align: center;
}
@media print, (min-width: 768px) {
  .button-more-room .controller-modal {
    width: 592px;
    margin: 0 auto;
  }
  .button-more-room .modal-thumbnail {
    width: 144px;
    height: 96px;
  }
  .button-more-room .thumbnail-text {
    top: -36px;
    left: -49px;
    width: 90px;
    height: 90px;
    padding: 5px 5px 12px;
    border-radius: 100px;
    font-size: 0.16rem;
    line-height: 1.5;
  }
  .button-more-room .button-common-more {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 448px;
    height: 96px;
    padding-right: 60px;
    padding-left: 35px;
    font-size: 0.2rem;
  }
  .button-more-room .button-common-more::after {
    right: 23px;
    margin-top: -11px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-more-room .modal-thumbnail {
    width: 1.2rem;
    height: 0.8rem;
  }
  .button-more-room .thumbnail-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: -0.23rem;
    left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1.12rem;
    height: 0.28rem;
    padding: 0.05rem;
    border-radius: 0 0.08rem 0 0;
    font-size: 0.14rem;
  }
  .button-more-room .button-common-more {
    width: 2.1rem;
    height: 0.8rem;
    padding: 0.17rem 0.55rem 0.17rem 0.27rem;
    font-size: 0.17rem;
    line-height: 1.5;
  }
  .button-more-room .button-common-more::after {
    right: 0.19rem;
    margin-top: -0.11rem;
  }
}

.button-common-secondary {
  position: relative;
  padding-right: 0.27rem;
  padding-bottom: 0.12rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: 0.05em;
  line-height: 2;
  text-decoration: none;
}
.button-common-secondary::after {
  content: "";
  position: absolute;
  top: 0.12rem;
  right: 0;
  width: 0.13rem;
  height: 0.08rem;
  background: url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/icon_select_01.svg") no-repeat center 100%/auto 100%;
}
.button-common-secondary::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #707070;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  z-index: 1;
}
.button-common-secondary:hover::before {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
.button-common-secondary.is-reverse {
  padding-right: 0.32rem;
  padding-bottom: 0.06rem;
}
.button-common-secondary.is-reverse::after {
  top: 0.15rem;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.button-common-secondary.is-link::after {
  top: 0.1rem;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.controller-common-detail .controller-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.controller-common-detail .controller-item:last-child {
  margin-bottom: 0;
}
@media print, (min-width: 768px) {
  .controller-common-detail .controller-item {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  .controller-common-detail .controller-item {
    margin-bottom: 0.16rem;
  }
}

.form-common-availability .form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-common-availability .form-wrapper dt > label {
  display: block;
  position: relative;
}
.form-common-availability .form-wrapper input[type=date],
.form-common-availability .form-wrapper select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #333;
  background: url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/icon_select_01.svg") 100% 50%/auto auto no-repeat;
  color: #333;
  cursor: pointer;
}
.form-common-availability .form-wrapper input[type=date] + span,
.form-common-availability .form-wrapper select + span {
  position: relative;
  top: -1px;
}
.form-common-availability .form-wrapper input[type=date]::-webkit-inner-spin-button, .form-common-availability .form-wrapper input[type=date]::-webkit-calendar-picker-indicator, .form-common-availability .form-wrapper input[type=date]::-moz-calendar-picker-indicator {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  opacity: 0;
  background: none;
}
.form-common-availability .form-wrapper input[type=date]:disabled {
  background-image: none;
}
.form-common-availability .form-wrapper label:has(input[type=checkbox]) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.form-common-availability .form-wrapper label:has(input[type=checkbox]) input {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.form-common-availability .form-wrapper label:has(input[type=checkbox])::before, .form-common-availability .form-wrapper label:has(input[type=checkbox])::after {
  content: "";
  position: absolute;
  top: 0.03rem;
  left: 0;
  width: 0.18rem;
  height: 0.18rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border: 1px solid #333;
}
.form-common-availability .form-wrapper label:has(input[type=checkbox])::before {
  background-color: #fff;
}
.form-common-availability .form-wrapper label:has(input[type=checkbox])::after {
  -webkit-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
  opacity: 0;
  background-color: #333;
}
.form-common-availability .form-wrapper label:has(input[type=checkbox]:checked)::after {
  opacity: 1;
}
.form-common-availability .form-wrapper button {
  position: relative;
  z-index: 1;
  padding: 0.1rem 0.15rem;
  background-color: #941e57;
  color: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.form-common-availability .form-wrapper button::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #ad1f64;
}
.form-common-availability .form-wrapper button:hover::before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.form-common-availability .contact-wrapper,
.form-common-availability .contact-label,
.form-common-availability .contact-phone,
.form-common-availability .contact-note {
  position: relative;
}
.form-common-availability .contact-wrapper {
  display: block;
  text-align: center;
}
.form-common-availability .contact-phone {
  color: #941e57;
}
.form-common-availability .select-common-availability {
  width: 100%;
}
@media print, (min-width: 768px) {
  .form-common-availability {
    padding: 52px 0 60px;
  }
  .form-common-availability .wrapper {
    max-width: 1140px;
  }
  .form-common-availability .form-wrapper > div {
    width: 100%;
  }
  .form-common-availability .form-wrapper form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    gap: 40px;
  }
  .form-common-availability .form-wrapper .date_489ban dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
  }
  .form-common-availability .form-wrapper .date_489ban input[type=date] {
    width: 300px;
    padding-right: 0;
    background: none;
  }
  .form-common-availability .form-wrapper .inbox_489ban {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
  }
  .form-common-availability .form-wrapper .inbox_489ban dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
  }
  .form-common-availability .form-wrapper .inbox_489ban .stay_489ban select {
    width: 122px;
  }
  .form-common-availability .form-wrapper .inbox_489ban .room_489ban select,
  .form-common-availability .form-wrapper .inbox_489ban .person_489ban select {
    width: 81px;
  }
  .form-common-availability .form-wrapper dt > label {
    margin-bottom: -1px;
    font-size: 0.17rem;
    letter-spacing: 0.05em;
  }
  .form-common-availability .form-wrapper input[type=date],
  .form-common-availability .form-wrapper select {
    height: 70px;
    padding: 12px 30px 14px 14px;
    background-position: calc(100% - 12px) 50%;
    background-size: 13px auto;
    font-size: 0.28rem;
    letter-spacing: 0.12em;
    line-height: 1.3333333333;
  }
  .form-common-availability .form-wrapper label:has(input[type=checkbox]) {
    padding: 0 0 2px 30px;
    font-size: 0.18rem;
    letter-spacing: 0.05em;
    line-height: 1.2222222222;
  }
  .form-common-availability .form-wrapper button {
    width: 200px;
    min-height: 86px;
    margin-top: 18px;
    font-size: 0.22rem;
    letter-spacing: 0.05em;
  }
  .form-common-availability .form-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 41px;
  }
  .form-common-availability .contact-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-common-availability .contact-label {
    font-size: 0.18rem;
    letter-spacing: 0.05em;
    line-height: 1.2222222222;
  }
  .form-common-availability .contact-phone {
    top: -2px;
    margin: 0 12px 0 16px;
    font-size: 0.32rem;
    letter-spacing: 0.12em;
    line-height: 1.25;
    pointer-events: none;
  }
  .form-common-availability .contact-note {
    font-size: 0.17rem;
    letter-spacing: 0.05em;
    line-height: 1.2941176471;
  }
  .form-common-availability .button-common-primary {
    width: 34.7368421053%;
    margin-right: 50px;
  }
  .form-common-availability .button-common-primary::after {
    width: 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  .form-common-availability {
    padding-bottom: 0.6rem;
  }
  .form-common-availability .form-wrapper > div {
    width: 100%;
  }
  .form-common-availability .form-wrapper form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    gap: 0.2rem;
  }
  .form-common-availability .form-wrapper .date_489ban {
    width: 100%;
  }
  .form-common-availability .form-wrapper .date_489ban dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.1rem;
  }
  .form-common-availability .form-wrapper .date_489ban input[type=date] {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    border-radius: 0;
  }
  .form-common-availability .form-wrapper .inbox_489ban {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.15rem;
  }
  .form-common-availability .form-wrapper .inbox_489ban dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.1rem;
  }
  .form-common-availability .form-wrapper .inbox_489ban .stay_489ban,
  .form-common-availability .form-wrapper .inbox_489ban .room_489ban,
  .form-common-availability .form-wrapper .inbox_489ban .person_489ban {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
  }
  .form-common-availability .form-wrapper .inbox_489ban .stay_489ban select,
  .form-common-availability .form-wrapper .inbox_489ban .room_489ban select,
  .form-common-availability .form-wrapper .inbox_489ban .person_489ban select {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
  }
  .form-common-availability .form-wrapper .inbox_489ban:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(66.6666666667% - 0.1rem);
  }
  .form-common-availability .form-wrapper dt > label {
    margin-bottom: 0.1rem;
    font-size: 0.16rem;
    line-height: 1.5;
  }
  .form-common-availability .form-wrapper input[type=date],
  .form-common-availability .form-wrapper select {
    height: 0.6rem;
    padding: 0.09rem 0.25rem 0.11rem 0.1rem;
    background-position: calc(100% - 0.1rem) 50%;
    background-size: 0.1rem auto;
    font-size: 0.2rem;
    line-height: 1.5;
  }
  .form-common-availability .form-wrapper label:has(input[type=checkbox]) {
    padding: 0 0 0 0.25rem;
    font-size: 0.16rem;
    line-height: 1.5;
  }
  .form-common-availability .form-wrapper button {
    width: 100%;
    min-height: 0.6rem;
    margin-top: 0.1rem;
    font-size: 0.16rem;
    line-height: 1.5;
  }
  .form-common-availability .form-contact {
    margin-top: 0.3rem;
  }
  .form-common-availability .contact-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .form-common-availability .contact-label {
    font-size: 0.16rem;
    line-height: 1.5;
  }
  .form-common-availability .contact-phone {
    margin: 0.05rem 0;
    font-size: 0.3rem;
    line-height: 1.3333333333;
  }
  .form-common-availability .contact-note {
    font-size: 0.14rem;
    line-height: 1.7;
  }
  .form-common-availability .button-common-primary {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 0.2rem;
    font-size: 0.14rem;
  }
}

.form-common .form-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
}
.form-common .form-head label {
  pointer-events: none;
}
.form-common .text-required {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 0.1rem;
  padding: 0.01rem 0.04rem 0.02rem;
  background-color: #941e57;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}
.form-common .input-common input {
  padding: 0.08rem 0.2rem 0.1rem;
}
.form-common .input-common .input-element input {
  font-size: 0.18rem;
}
.form-common input[type=checkbox]:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-common .select-common select,
.form-common .select-common input,
.form-common .select-common textarea,
.form-common .input-common select,
.form-common .input-common input,
.form-common .input-common textarea,
.form-common .textarea-common select,
.form-common .textarea-common input,
.form-common .textarea-common textarea {
  width: 100%;
  border-radius: 0;
  background-color: #fff;
  font-size: 0.16rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.form-common .select-common select::-webkit-input-placeholder, .form-common .select-common input::-webkit-input-placeholder, .form-common .input-common select::-webkit-input-placeholder, .form-common .input-common input::-webkit-input-placeholder, .form-common .textarea-common select::-webkit-input-placeholder, .form-common .textarea-common input::-webkit-input-placeholder {
  opacity: 1;
  color: #333;
}
.form-common .select-common select::-moz-placeholder, .form-common .select-common input::-moz-placeholder, .form-common .input-common select::-moz-placeholder, .form-common .input-common input::-moz-placeholder, .form-common .textarea-common select::-moz-placeholder, .form-common .textarea-common input::-moz-placeholder {
  opacity: 1;
  color: #333;
}
.form-common .select-common select:-ms-input-placeholder, .form-common .select-common input:-ms-input-placeholder, .form-common .input-common select:-ms-input-placeholder, .form-common .input-common input:-ms-input-placeholder, .form-common .textarea-common select:-ms-input-placeholder, .form-common .textarea-common input:-ms-input-placeholder {
  opacity: 1;
  color: #333;
}
.form-common .select-common select::-ms-input-placeholder, .form-common .select-common input::-ms-input-placeholder, .form-common .input-common select::-ms-input-placeholder, .form-common .input-common input::-ms-input-placeholder, .form-common .textarea-common select::-ms-input-placeholder, .form-common .textarea-common input::-ms-input-placeholder {
  opacity: 1;
  color: #333;
}
.form-common .select-common select::placeholder,
.form-common .select-common input::placeholder,
.form-common .input-common select::placeholder,
.form-common .input-common input::placeholder,
.form-common .textarea-common select::placeholder,
.form-common .textarea-common input::placeholder {
  opacity: 1;
  color: #333;
}
.form-common .select-common select::-ms-input-placeholder,
.form-common .select-common input::-ms-input-placeholder,
.form-common .input-common select::-ms-input-placeholder,
.form-common .input-common input::-ms-input-placeholder,
.form-common .textarea-common select::-ms-input-placeholder,
.form-common .textarea-common input::-ms-input-placeholder {
  color: #333;
}
.form-common .input-common.is-address .input-element {
  width: 2.5rem;
}
.is-confirm .form-common .textarea-common {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.is-confirm .form-common .textarea-common .wpcf7-form-control-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
}
.form-common .textarea-common textarea {
  padding: 0.08rem 0.2rem 0.1rem;
}
.form-common .select-common select {
  position: relative;
  padding: 0 0.4rem 0 0.2rem;
  background: #fff url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/icn_arrow_04.svg") calc(100% - 0.19rem) 50%/0.13rem 0.08rem no-repeat;
  color: #333;
  font-weight: 500;
}
.form-common .select-common select option {
  color: #333;
}
.form-common .select-common select:first-child {
  color: #333;
}
.form-common .select-common option,
.form-common .select-common select {
  cursor: pointer;
}
.form-common .wpcf7-form-control-wrap {
  position: relative;
}
.is-confirm .form-common .wpcf7-form-control-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 0.08rem 0.2rem 0.1rem;
  background-color: #fff;
  font-size: 0.16rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.form-common .wpcf7-list-item {
  margin-bottom: 0.16rem;
}
.form-common .wpcf7-list-item input {
  display: none;
}
.form-common .form-confirm {
  margin-top: 0.61rem;
  margin-bottom: 0.19rem;
}
.form-common .form-agree .agree-policy {
  display: inline-block;
  color: #0b62e5;
  text-decoration: none;
  position: relative;
}
.form-common .form-agree .agree-policy::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.08rem;
  width: 100%;
  height: 1px;
  background-color: #0b62e5;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  z-index: 1;
}
.form-common .form-agree .agree-policy:hover::before {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
.is-confirm .form-common .form-agree .wpcf7-form-control-wrap {
  height: unset;
  min-height: unset;
  padding: 0;
  background-color: transparent;
}
.form-common .form-agree .wpcf7-form-control-wrap input:checked + .wpcf7-list-item-label::before {
  background: #fff url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/icon_tick.svg") center center/0.17rem 0.15rem no-repeat;
}
.form-common .form-agree .wpcf7-list-item {
  display: block;
  margin-left: 0;
  margin-bottom: 0;
}
.form-common .form-agree .wpcf7-list-item-label {
  position: relative;
  color: #333;
  font-weight: 500;
  letter-spacing: 0.05em;
  cursor: pointer;
}
.form-common .form-agree .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0.22rem;
  background: #fff no-repeat center center/90% auto;
}
.form-common .radio-common .wpcf7-list-item-label::before, .form-common .radio-common .wpcf7-list-item-label::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  border-radius: 50%;
}
.form-common .radio-common .wpcf7-list-item-label::before {
  top: 0.09rem;
  left: 0;
  width: 0.2rem;
  height: 0.2rem;
  border: 1px solid #3f3c3c;
}
.form-common .radio-common .wpcf7-list-item-label::after {
  top: 0.13rem;
  left: 0.04rem;
  width: 0.12rem;
  height: 0.12rem;
  opacity: 0;
  background-color: #333;
}
.form-common .radio-common input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.form-common .checkbox-common .wpcf7-list-item-label::before, .form-common .checkbox-common .wpcf7-list-item-label::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  background-color: #fff;
}
.form-common .checkbox-common .wpcf7-list-item-label::before {
  top: 0.07rem;
  left: 0;
  width: 0.24rem;
  height: 0.24rem;
}
.form-common .checkbox-common .wpcf7-form-control-wrap input:checked + .wpcf7-list-item-label::before {
  background: #fff url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/icon_tick.svg") center center/0.17rem 0.14rem no-repeat;
}
.form-common .checkbox-common .wpcf7-list-item,
.form-common .radio-common .wpcf7-list-item {
  display: block;
  margin-left: 0;
}
.form-common .checkbox-common input,
.form-common .radio-common input {
  display: none;
}
.form-common .checkbox-common .wpcf7-list-item-label,
.form-common .radio-common .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  padding-left: 0.33rem;
  cursor: pointer;
}
.form-common .form-row {
  border-bottom: 1px solid #aaa;
}
.form-common .form-row.is-agree .form-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.is-confirm .form-common .form-row.is-agree .form-content {
  pointer-events: none;
}
.form-common .form-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.form-common .form-back .wpcf7-previous,
.form-common .form-back .wpcf7-submit,
.form-common .form-submit .wpcf7-previous,
.form-common .form-submit .wpcf7-submit {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.form-common .form-back .button-common-primary,
.form-common .form-submit .button-common-primary {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.form-common .form-back {
  position: relative;
}
.form-common .form-back .wpcf7-previous:hover ~ .button-common-primary::before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.form-common .form-submit {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
.is-confirm .form-common .form-submit {
  margin-right: unset;
  margin-left: unset;
}
.form-common .form-submit .wpcf7-previous:disabled,
.form-common .form-submit .wpcf7-submit:disabled {
  pointer-events: none;
}
.form-common .form-submit .wpcf7-previous:disabled ~ .button-common-primary,
.form-common .form-submit .wpcf7-submit:disabled ~ .button-common-primary {
  opacity: 0.7;
  pointer-events: none;
}
.form-common .form-submit .wpcf7-previous:hover ~ .button-common-primary::after,
.form-common .form-submit .wpcf7-submit:hover ~ .button-common-primary::after {
  visibility: hidden;
  opacity: 0;
}
.form-common .form-submit .wpcf7-previous:hover ~ .button-common-primary::before,
.form-common .form-submit .wpcf7-submit:hover ~ .button-common-primary::before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.form-common .wpcf7-spinner {
  position: absolute;
  top: -0.26rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0;
}
@media print, (min-width: 768px) {
  .is-confirm .form-common .wpcf7-form-control-wrap {
    min-height: 65px;
  }
  .form-common .select-common select,
  .form-common .select-common input,
  .form-common .input-common select,
  .form-common .input-common input,
  .form-common .textarea-common select,
  .form-common .textarea-common input {
    height: 65px;
  }
  .is-confirm .form-common .select-common,
  .is-confirm .form-common .input-common {
    min-height: 65px;
  }
  .is-confirm .form-common .textarea-common {
    min-height: 300px;
  }
  .form-common .textarea-common textarea {
    min-height: 300px;
  }
  .form-common .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
  }
  .form-common .form-row.is-agree .form-head {
    padding-top: 0;
  }
  .form-common .form-row.is-agree .text-required {
    top: 6px;
  }
  .form-common .form-row .form-head {
    font-size: 0.2rem;
  }
  .form-common .form-row .text-required {
    min-width: 60px;
    min-height: 31px;
    font-size: 0.16rem;
  }
  .form-common .form-head {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 115px;
    padding-top: 13px;
    padding-left: 20px;
  }
  .form-common .form-head.is-message, .form-common .form-head.is-address {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0;
  }
  .form-common .form-head.is-message .text-required, .form-common .form-head.is-address .text-required {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .form-common .form-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 69.3548387097%;
  }
  .form-common .form-content.is-address .select-common {
    max-width: 250px;
  }
  .form-common .form-content.is-address > .input-common {
    margin-top: 15px;
  }
  .form-common .input-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .form-common .input-wrapper > .input-common, .form-common .input-wrapper > .select-common {
    width: 250px;
  }
  .form-common .input-wrapper > .select-common {
    margin-left: 15px;
  }
  .form-common .text-required {
    position: absolute;
    right: 40px;
    top: 16px;
  }
  .form-common .form-agree .wpcf7-list-item-label {
    padding: 10px 0 10px 57px;
    font-size: 0.2rem;
  }
  .form-common .form-agree .wpcf7-list-item-label::before {
    top: 15px;
    width: 20px;
    height: 20px;
  }
  .form-common .form-button {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 640px;
    margin: 59px auto 0;
  }
  .form-common .form-back,
  .form-common .form-submit {
    width: 300px;
  }
  .form-common .form-back .button-common-primary,
  .form-common .form-submit .button-common-primary {
    width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .is-confirm .form-common .wpcf7-form-control-wrap {
    padding: 0.07rem 0.14rem;
    min-height: 0.45rem;
  }
  .form-common .select-common select,
  .form-common .select-common input,
  .form-common .input-common select,
  .form-common .input-common input,
  .form-common .textarea-common select,
  .form-common .textarea-common input {
    height: 0.45rem;
  }
  .is-confirm .form-common .textarea-common {
    min-height: 2rem;
  }
  .form-common .textarea-common textarea {
    min-height: 2rem;
  }
  .form-common .text-required {
    position: relative;
  }
  .form-common .form-head {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.1rem;
  }
  .form-common .form-content.is-address .input-element {
    margin-bottom: 0.1rem;
  }
  .form-common .form-content.is-address > .input-common {
    margin-top: 0.1rem;
  }
  .form-common .form-row {
    padding: 0.1rem 0.1rem 0.18rem;
  }
  .form-common .form-row .form-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form-common .form-row .form-head {
    font-size: 0.17rem;
  }
  .form-common .form-row .text-required {
    min-width: 0.44rem;
    min-height: 0.22rem;
    font-size: 0.12rem;
  }
  .form-common .form-agree .agree-policy::before {
    bottom: 0.05rem;
  }
  .form-common .form-agree .wpcf7-list-item-label {
    display: inline-block;
    padding: 0 0 0.07rem 0.31rem;
    font-size: 0.16rem;
    line-height: 2;
  }
  .form-common .form-agree .wpcf7-list-item-label::before {
    top: 0.06rem;
    left: 0;
    width: 0.22rem;
    height: 0.22rem;
  }
  .form-common .form-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0.3rem;
  }
  .form-common .form-back,
  .form-common .form-submit {
    width: 2.5rem;
  }
  .form-common .form-back .button-common-primary,
  .form-common .form-submit .button-common-primary {
    width: 100%;
  }
  .form-common .form-back {
    margin-bottom: 0.2rem;
  }
}

.section-common-keyvisual {
  position: relative;
}
.section-common-keyvisual::before, .section-common-keyvisual::after {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.section-common-keyvisual::before {
  left: 0;
  background: url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/keyvisual_decor_01.png") no-repeat center center/cover;
}
.section-common-keyvisual::after {
  right: 0;
  bottom: 0;
  background: url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/keyvisual_decor_02.png") no-repeat center center/cover;
}
.section-common-keyvisual .keyvisual-image {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 100vh;
}
.section-common-keyvisual .keyvisual-image::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
.section-common-keyvisual .keyvisual-title {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.15em;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}
.section-common-keyvisual .keyvisual-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/keyvisual_logo_onsen.svg") no-repeat center 100%/auto 100%;
}
.section-common-keyvisual .keyvisual-title.has-logo::after {
  content: "";
  position: absolute;
  background: url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/keyvisual_title_onsen.png") no-repeat 0 0/auto 100%;
}
.section-common-keyvisual .keyvisual-title.has-logo span {
  position: relative;
}
.section-common-keyvisual .keyvisual-title.has-logo span::before, .section-common-keyvisual .keyvisual-title.has-logo span::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 0.56rem;
  height: 0.07rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/icn_brackets.png") no-repeat 0 0/auto 100%;
}
.section-common-keyvisual .keyvisual-title.has-logo span::before {
  top: 0;
}
.section-common-keyvisual .keyvisual-title.has-logo span::after {
  bottom: 0;
  -webkit-transform: translateX(-50%) rotate(-180deg);
  -ms-transform: translateX(-50%) rotate(-180deg);
  transform: translateX(-50%) rotate(-180deg);
}
.section-common-keyvisual .keyvisual-title span {
  display: block;
}
.section-common-keyvisual .keyvisual-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.section-common-keyvisual .keyvisual-logo {
  position: absolute;
  z-index: 2;
}
@media print, (min-width: 768px) {
  .section-common-keyvisual.is-sub-keyvisual {
    margin-bottom: -120px;
  }
  .section-common-keyvisual.is-sub-keyvisual::after {
    bottom: 120px;
  }
  .section-common-keyvisual.is-sub-keyvisual .navigation-common {
    top: -160px;
  }
  .section-common-keyvisual.is-sub-keyvisual .keyvisual-title {
    position: relative;
    top: -40px;
  }
  .section-common-keyvisual::before {
    top: 90px;
    width: 518px;
    height: 156px;
  }
  .section-common-keyvisual::after {
    width: 563px;
    height: 203px;
  }
  .section-common-keyvisual .keyvisual-slider {
    min-width: 1280px;
  }
  .section-common-keyvisual .keyvisual-image {
    top: 90px;
  }
  .section-common-keyvisual .keyvisual-title {
    padding-top: 90px;
    font-size: 0.48rem;
    line-height: 1.45;
  }
  .section-common-keyvisual .keyvisual-title::before {
    width: 67px;
    height: 55px;
  }
  .section-common-keyvisual .keyvisual-title.has-logo span {
    padding: 20px 0;
  }
  .section-common-keyvisual .keyvisual-title.has-logo::after {
    top: -11px;
    right: -196px;
    width: 119px;
    height: 216px;
  }
  .section-common-keyvisual .keyvisual-logo {
    top: 155px;
    right: 40px;
    width: 100px;
  }
}
@media (min-height: 720px) and (max-height: 1080px) {
  .section-common-keyvisual .keyvisual-logo {
    top: 120px;
    width: 80px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-keyvisual {
    position: relative;
    height: 6rem !important;
  }
  .section-common-keyvisual::before {
    top: 0;
    width: 2.59rem;
    height: 0.78rem;
  }
  .section-common-keyvisual::after {
    right: -0.45rem;
    width: 1.8rem;
    height: 0.8rem;
  }
  .section-common-keyvisual .keyvisual-title {
    margin-bottom: 0.15rem;
    padding-top: 0.7rem;
    font-size: 0.32rem;
    line-height: 1.3;
  }
  .section-common-keyvisual .keyvisual-title::before {
    width: 0.45rem;
    height: 0.35rem;
  }
  .section-common-keyvisual .keyvisual-title.has-logo span {
    padding: 0.1rem 0;
  }
  .section-common-keyvisual .keyvisual-title.has-logo::after {
    top: -0.3rem;
    right: -1.1rem;
    width: 0.7rem;
    height: 1.3rem;
  }
  .section-common-keyvisual .keyvisual-logo {
    top: 0.1rem;
    right: 0.1rem;
    width: 0.4rem;
  }
}

.section-common-keyvisual.has-slider::before {
  z-index: 2;
}
.section-common-keyvisual.has-slider .keyvisual-slider {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.section-common-keyvisual.has-slider .keyvisual-image {
  position: relative;
  width: 100%;
  height: 100vh;
}
.section-common-keyvisual.has-slider .keyvisual-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.12em;
}
.section-common-keyvisual.has-slider .keyvisual-title .title-english {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  letter-spacing: 0.15em;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
}
.section-common-keyvisual.has-slider .slider-common-pagination {
  position: absolute;
  z-index: 1;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.section-common-keyvisual.has-slider .slider-common-pagination .swiper-pagination {
  padding: 0;
  text-align: center;
}
@media print, (min-width: 768px) {
  .section-common-keyvisual.has-slider .keyvisual-title {
    top: 20px;
    font-size: 0.8rem;
  }
  .section-common-keyvisual.has-slider .keyvisual-title .title-english {
    margin-top: 38px;
    font-size: 0.2rem;
  }
  .section-common-keyvisual.has-slider .slider-common-pagination .swiper-pagination {
    bottom: -260px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-keyvisual.has-slider .keyvisual-title {
    margin-bottom: 0.3rem;
    padding-top: 0.6rem;
    font-size: 0.45rem;
  }
  .section-common-keyvisual.has-slider .keyvisual-title .title-english {
    margin-top: 0.25rem;
    font-size: 0.18rem;
  }
  .section-common-keyvisual.has-slider .slider-common-pagination .swiper-pagination {
    bottom: -1.35rem;
  }
}

.section-common-keyvisual.is-room.has-slider .keyvisual-title::before {
  display: block !important;
  background: url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/keyvisual_logo_room.svg") no-repeat center 100%/auto 100%;
}
@media print, (min-width: 768px) {
  .section-common-keyvisual.is-room.has-slider {
    height: 100vh;
  }
  .section-common-keyvisual.is-room.has-slider .keyvisual-title::before {
    width: 43px;
  }
}

.section-common-keyvisual.is-room:not(.has-slider) .keyvisual-title {
  margin-bottom: 0;
  text-align: left;
}
.section-common-keyvisual.is-room:not(.has-slider) .keyvisual-title::before {
  display: none;
}
.section-common-keyvisual.is-room:not(.has-slider) .keyvisual-title .title-large {
  position: relative;
  margin-right: 0.12rem;
  line-height: 1.4;
}
.section-common-keyvisual.is-room:not(.has-slider) .keyvisual-title .title-large::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/keyvisual_logo_room.svg") no-repeat center 100%/auto 100%;
}
@media print, (min-width: 768px) {
  .section-common-keyvisual.is-room:not(.has-slider) {
    margin-bottom: -90px;
  }
  .section-common-keyvisual.is-room:not(.has-slider)::after {
    bottom: 90px;
  }
  .section-common-keyvisual.is-room:not(.has-slider) .keyvisual-title {
    padding-top: 0;
  }
  .section-common-keyvisual.is-room:not(.has-slider) .keyvisual-title .title-large {
    padding-top: 88px;
  }
  .section-common-keyvisual.is-room:not(.has-slider) .keyvisual-title .title-large::before {
    width: 44px;
    height: 55px;
  }
  .section-common-keyvisual.is-room:not(.has-slider) .keyvisual-title .title-small {
    padding-top: 11px;
    font-size: 0.23rem;
    line-height: 1.2173913043;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-keyvisual.is-room:not(.has-slider) .keyvisual-title {
    padding-top: 0;
    line-height: 2;
  }
  .section-common-keyvisual.is-room:not(.has-slider) .keyvisual-title .title-large {
    padding-top: 0.7rem;
  }
  .section-common-keyvisual.is-room:not(.has-slider) .keyvisual-title .title-large::before {
    width: 0.35rem;
    height: 0.45rem;
  }
  .section-common-keyvisual.is-room:not(.has-slider) .keyvisual-title .title-small {
    font-size: 0.2rem;
  }
}

.section-common-keyvisual.is-reserve .keyvisual-title::before {
  background: url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/keyvisual_logo_reserve.svg") no-repeat center 100%/auto 100%;
}
@media print, (min-width: 768px) {
  .section-common-keyvisual.is-reserve {
    height: 100vh;
  }
  .section-common-keyvisual.is-reserve .keyvisual-title::before {
    width: 57px;
    height: 48px;
  }
}

.section-common-keyvisual.is-meal .keyvisual-title::before {
  background: url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/keyvisual_logo_meal.svg") no-repeat center 100%/auto 100%;
}
@media print, (min-width: 768px) {
  .section-common-keyvisual.is-meal {
    height: 100vh;
  }
  .section-common-keyvisual.is-meal .keyvisual-title::before {
    width: 72px;
    height: 39px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-keyvisual.is-meal .keyvisual-title::before {
    width: 0.6rem;
  }
}

.section-common-keyvisual.is-facilities .keyvisual-title::before {
  background: url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/keyvisual_logo_facilities.svg") no-repeat center 100%/auto 100%;
}
.section-common-keyvisual.is-facilities .is-small {
  position: relative;
  letter-spacing: 0.12em;
}
.section-common-keyvisual.is-facilities.is-custom .keyvisual-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-writing-mode: unset;
  -ms-writing-mode: unset;
  writing-mode: unset;
}
.section-common-keyvisual.is-facilities.is-custom .keyvisual-title::before {
  display: none;
}
.section-common-keyvisual.is-facilities.is-custom .title-english {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 5px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  letter-spacing: 0.15em;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
}
.section-common-keyvisual.is-facilities.is-custom .title-wrapper {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}
@media print, (min-width: 768px) {
  .section-common-keyvisual.is-facilities .keyvisual-title::before {
    width: 63px;
    height: 56px;
  }
  .section-common-keyvisual.is-facilities .keyvisual-title .is-small {
    top: 30px;
    font-size: 0.32rem;
  }
  .section-common-keyvisual.is-facilities.is-custom .keyvisual-title {
    padding-top: 20px;
  }
  .section-common-keyvisual.is-facilities.is-custom .title-english {
    font-size: 0.28rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-keyvisual.is-facilities .keyvisual-title {
    padding-top: 0.4rem;
  }
  .section-common-keyvisual.is-facilities .keyvisual-title .is-small {
    top: 17px;
    padding-left: 5px;
    font-size: 0.24rem;
  }
  .section-common-keyvisual.is-facilities.is-custom .title-english {
    font-size: 0.2rem;
  }
}

.section-common-keyvisual.is-about .keyvisual-title::before {
  display: none;
}

.section-common-keyvisual.is-access .keyvisual-title::before {
  background: url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/keyvisual_logo_access.svg") no-repeat center 100%/auto 100%;
}
@media print, (min-width: 768px) {
  .section-common-keyvisual.is-access .keyvisual-title::before {
    width: 60px;
    height: 56px;
  }
}

.list-common-availability {
  text-align: center;
}
.list-common-availability .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-common-availability .list-item:nth-child(1) .item-wrapper {
  background-image: url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/background_availability_02.png");
}
.list-common-availability .list-item:nth-child(2) .item-wrapper {
  background-image: url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/background_availability_03.png");
}
.list-common-availability .list-item:nth-child(3) .item-wrapper {
  background-image: url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/background_availability_04.png");
}
.list-common-availability .item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff 50% 0%/100% auto repeat-y;
}
.list-common-availability .item-wrapper::before {
  content: "";
  position: absolute;
  top: 0.2rem;
  right: -0.14rem;
  width: 0.83rem;
  height: 0.55rem;
  background: url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/decoration_availability_01.png") 50% 50%/100% auto no-repeat;
}
.list-common-availability .item-number,
.list-common-availability .item-title {
  display: block;
  position: relative;
  margin: 0;
}
.list-common-availability .item-number {
  background: -webkit-gradient(linear, left top, right top, from(#a0801d), to(#a0801d)) 50% 100%/0.24rem 1px no-repeat;
  background: linear-gradient(to right, #a0801d, #a0801d) 50% 100%/0.24rem 1px no-repeat;
  color: #a0801d;
  font-weight: 400;
}
.list-common-availability .item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media print, (min-width: 768px) {
  .list-common-availability .list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -16px;
  }
  .list-common-availability .list-item {
    width: 33.3333333333%;
    padding: 16px;
  }
  .list-common-availability .item-wrapper {
    height: 100%;
    padding: 30px 30px 34px;
  }
  .list-common-availability .item-number {
    margin-bottom: 13px;
    padding-bottom: 7px;
    font-size: 0.18rem;
    letter-spacing: 0.05em;
    line-height: 1.6666666667;
  }
  .list-common-availability .item-title {
    font-size: 0.19rem;
    letter-spacing: 0.05em;
    line-height: 1.6842105263;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-common-availability .list-wrapper {
    margin-bottom: -0.2rem;
  }
  .list-common-availability .list-item {
    padding-bottom: 0.2rem;
  }
  .list-common-availability .item-wrapper {
    min-height: 1.92rem;
    padding: 0.3rem 0.2rem;
  }
  .list-common-availability .item-number {
    margin-bottom: 0.15rem;
    padding-bottom: 0.1rem;
    font-size: 0.16rem;
    line-height: 1.5;
  }
  .list-common-availability .item-title {
    font-size: 0.18rem;
    line-height: 1.6666666667;
  }
}

.list-common-type .type-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-common-type .type-title {
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
.list-common-type .type-title .title-small {
  display: block;
  color: #941e57;
  letter-spacing: 0.05em;
}
.list-common-type .type-title .title-large {
  display: block;
  letter-spacing: 0.08em;
}
.list-common-type .type-image {
  position: relative;
}
.list-common-type .image-text {
  position: absolute;
  z-index: 2;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  letter-spacing: 0.15em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.list-common-type .image-item {
  position: relative;
  padding-top: 66.7073170732%;
}
.list-common-type .image-item img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.list-common-type .type-text {
  letter-spacing: 0.05em;
}
.list-common-type .type-text p:last-child {
  margin-bottom: 0;
}
@media print, (min-width: 768px) {
  .list-common-type .type-wrapper {
    width: calc(100% - 60px);
    max-width: 1680px;
    margin: 0 auto;
  }
  .list-common-type .type-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
  }
  .list-common-type .type-item {
    width: 50%;
    padding: 0 20px;
  }
  .list-common-type .type-title {
    margin-bottom: 25px;
  }
  .list-common-type .type-title .title-small {
    font-size: 0.24rem;
  }
  .list-common-type .type-title .title-large {
    margin-top: 10px;
    font-size: 0.48rem;
  }
  .list-common-type .type-title .title-large .is-small {
    font-size: 0.42rem;
  }
  .list-common-type .type-image {
    margin-bottom: 32px;
  }
  .list-common-type .image-text {
    top: 40px;
    left: 32px;
    font-size: 0.2rem;
  }
  .list-common-type .type-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .list-common-type .type-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 33px 20px 20px 40px;
    font-size: 0.17rem;
    line-height: 2.1176470588;
  }
  .list-common-type .controller-common-detail {
    width: 260px;
  }
  .list-common-type .controller-common-detail .controller-item {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-common-type {
    padding: 0 0.3rem;
  }
  .list-common-type .type-item {
    margin-bottom: 0.6rem;
  }
  .list-common-type .type-item:last-child {
    margin-bottom: 0;
  }
  .list-common-type .type-title {
    margin-bottom: 0.25rem;
  }
  .list-common-type .type-title .title-small {
    font-size: 0.2rem;
    line-height: 1.6;
  }
  .list-common-type .type-title .title-large {
    margin-top: 0.05rem;
    font-size: 0.25rem;
  }
  .list-common-type .type-title .title-large .is-small {
    font-size: 0.22rem;
  }
  .list-common-type .type-image {
    margin-bottom: 0.3rem;
  }
  .list-common-type .image-text {
    top: 0.15rem;
    left: 0.1rem;
  }
  .list-common-type .type-text {
    margin-bottom: 0.2rem;
  }
  .list-common-type .controller-common-detail .button-common-primary {
    margin: 0 auto;
  }
}

.list-common-information {
  margin: 0;
  padding: 0;
  letter-spacing: 0.05em;
  list-style: none;
}
.list-common-information .information-item:last-child {
  margin-bottom: 0;
}
.list-common-information .information-text p:last-child {
  margin-bottom: 0;
}
@media print, (min-width: 768px) {
  .list-common-information .information-item {
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-common-information .information-item {
    margin-bottom: 0.2rem;
  }
}

.post-content {
  overflow-wrap: break-word;
  border-bottom: 1px solid #ccc;
}
.post-content.post-cuisine-menu {
  padding-bottom: 0;
  border-bottom: 0;
}
.post-content.post-cuisine-menu .menu-list {
  padding: 0;
  list-style: none;
}
.post-content p {
  margin-bottom: 1.5em;
  letter-spacing: 0.05em;
}
.post-content p:last-child {
  margin-bottom: 0;
}
.post-content img {
  margin-bottom: 1em;
}
.post-content img:last-child {
  margin-bottom: 0;
}
.post-content blockquote {
  background: #f8f8f8;
  margin-bottom: 1.5em;
  padding: 1.5em 2em;
  position: relative;
}
.post-content blockquote:before, .post-content blockquote:after {
  position: absolute;
  font-size: 2em;
  line-height: 1;
}
.post-content blockquote:before {
  content: "“";
  top: 0.3em;
  left: 0.3em;
}
.post-content blockquote:after {
  content: "„";
  right: 0.3em;
  bottom: 0.4em;
}
.post-content ul,
.post-content ol {
  margin-bottom: 1.5em;
  padding-left: 40px;
}
.post-content ul:last-child,
.post-content ol:last-child {
  margin-bottom: 0;
}
.post-content ol {
  list-style: decimal;
}
.post-content ul {
  list-style: disc;
}
.post-content h2 {
  margin-bottom: 0.2em;
  font-size: 1.4em;
  font-weight: bold;
}
.post-content h3 {
  margin-bottom: 0.2em;
  font-size: 1.2em;
  font-weight: bold;
}
.post-content h4,
.post-content h5,
.post-content h6 {
  margin-bottom: 0.2em;
  font-size: 1em;
  font-weight: bold;
}
.post-content b,
.post-content strong {
  font-weight: bold;
}
.post-content strong {
  display: inline-block;
  margin-bottom: 0em;
  font-size: 0.2rem;
  letter-spacing: 0.05em;
}
.post-content i,
.post-content em {
  font-style: italic;
}
.post-content a {
  color: inherit;
  text-decoration: none;
  position: relative;
  padding-bottom: 0.03rem;
}
.post-content a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #333;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  z-index: 1;
}
.post-content a:hover::before {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
.post-content table {
  border-width: 1px;
}
.post-content tbody,
.post-content thead,
.post-content tr,
.post-content th,
.post-content td {
  border-color: inherit;
}
.post-content th,
.post-content td {
  padding: 5px;
  border-width: 1px;
  border-style: solid;
}
.post-content figure,
.post-content picture {
  max-width: 100%;
  margin-bottom: 1em;
}
.post-content figure:last-child,
.post-content picture:last-child {
  margin-bottom: 0;
}
.post-content .alignleft,
.post-content .alignright,
.post-content .aligncenter {
  display: block;
}
.post-content .aligncenter,
.post-content .alignright {
  margin-left: auto;
}
.post-content .alignleft,
.post-content .aligncenter {
  margin-right: auto;
}
.post-content .alignright {
  margin-right: 0;
}
.post-content .alignleft {
  margin-left: 0;
}
@media print, (min-width: 768px) {
  .post-content {
    padding-bottom: 54px;
  }
  .post-content.post-cuisine-menu .menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 44px 0 0;
    gap: 40px;
  }
  .post-content.post-cuisine-menu .menu-list li {
    width: 50%;
    max-width: 360px;
  }
}
@media only screen and (max-width: 767.98px) {
  .post-content {
    padding-bottom: 0.3rem;
  }
  .post-content.post-cuisine-menu .menu-list {
    margin: 0.3rem 0 -0.3rem;
  }
  .post-content.post-cuisine-menu .menu-list li {
    width: 80%;
    margin: 0 auto 0.3rem;
  }
}

.post-common-calendar .post-content {
  border-bottom: 0;
}
.post-common-calendar .post-content a {
  color: #941e57;
}
.post-common-calendar .post-content a::before {
  background-color: #941e57;
}
.post-common-calendar .post-content p .highlight {
  font-weight: 700;
  color: #f00;
}
.post-common-calendar .post-content h2.wp-block-heading {
  display: block;
  margin: 0;
  font-weight: 500;
}
.post-common-calendar .post-content .wp-custom-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #941e57;
  color: #941e57;
  text-align: center;
}
@media print, (min-width: 768px) {
  .post-common-calendar .post-content {
    font-size: 0.18rem;
    letter-spacing: 0.05em;
    line-height: 2.1111111111;
  }
  .post-common-calendar .post-content p {
    margin-bottom: 6px;
  }
  .post-common-calendar .post-content p + p {
    margin-top: 10px;
  }
  .post-common-calendar .post-content p + h2.wp-block-heading {
    margin-top: 30px;
  }
  .post-common-calendar .post-content p.has-small-font-size {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 0.16rem !important;
    letter-spacing: 0.05em;
    line-height: 1.875;
  }
  .post-common-calendar .post-content h2.wp-block-heading {
    font-size: 0.18rem;
    letter-spacing: 0.05em;
    line-height: 2.1111111111;
  }
  .post-common-calendar .post-content .wp-custom-label {
    min-height: 61px;
    margin-top: 14px;
    margin-bottom: 10px;
    padding: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .post-common-calendar .post-content {
    font-size: 0.16rem;
    line-height: 1.5;
  }
  .post-common-calendar .post-content p {
    margin-bottom: 0.05rem;
  }
  .post-common-calendar .post-content p + p {
    margin-top: 10px;
  }
  .post-common-calendar .post-content p + h2.wp-block-heading {
    margin-top: 0.2rem;
  }
  .post-common-calendar .post-content p.has-small-font-size {
    margin-top: 0;
    margin-bottom: 0.1rem;
    font-size: 0.14rem !important;
    line-height: 1.7;
  }
  .post-common-calendar .post-content h2.wp-block-heading {
    font-size: 0.16rem;
    line-height: 1.5;
  }
  .post-common-calendar .post-content .wp-custom-label {
    margin-top: 0.1rem;
    margin-bottom: 0.15rem;
    padding: 0.1rem 0.2rem;
  }
}

.post-faq {
  border: 0;
  letter-spacing: 0.05em;
}
.post-faq > div {
  margin-bottom: 0;
}
.post-faq strong {
  margin-bottom: 0;
}
.post-faq table {
  margin: 0.14rem 0;
}
.post-faq table th,
.post-faq table td {
  padding: 0.2rem;
  border: 1px solid #aaa;
  line-height: 0.26rem;
  text-align: center;
}
.post-faq table th {
  background: #ccc;
  font-size: 0.16rem;
}
.post-faq table th:nth-child(1) {
  width: 1.62rem;
}
.post-faq table th:nth-child(2) {
  width: 2.34rem;
}
.post-faq table th:nth-child(3) {
  width: 1.95rem;
}
.post-faq table th:nth-child(4) {
  width: 2.06rem;
}
.post-faq table td {
  background: #fff;
  font-size: 0.14rem;
}
@media print, (min-width: 768px) {
  .post-faq strong {
    line-height: 1.8823529412;
  }
  .post-faq table {
    width: 798px;
  }
}
@media only screen and (max-width: 767.98px) {
  .post-faq strong {
    line-height: 0.34rem;
  }
  .post-faq table {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    white-space: nowrap;
  }
}

.table-common-calendar {
  position: relative;
}
.table-common-calendar .table-heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.table-common-calendar .table-wrapper {
  position: relative;
  z-index: 0;
}
.table-common-calendar .table-inner {
  width: 100%;
  margin: 0;
  table-layout: fixed;
}
.table-common-calendar .heading-note,
.table-common-calendar .heading-month {
  position: relative;
  color: #222;
}
.table-common-calendar .heading-month {
  text-align: center;
  position: relative;
}
.table-common-calendar .head-cell,
.table-common-calendar .body-cell {
  border: 1px solid #ddd;
}
.table-common-calendar .head-cell {
  height: 0.5rem;
  padding: 0.05rem;
  background-color: #444;
  color: #fff;
  font-size: 0.16rem;
  font-weight: 500;
  text-align: center;
}
.table-common-calendar .head-cell:nth-child(1) {
  background-color: #941e57;
}
.table-common-calendar .head-cell:nth-child(7) {
  background-color: #365d87;
}
.table-common-calendar .body-cell {
  height: 1.06rem;
  padding: 0.1rem;
  background-color: #fff;
  position: relative;
}
.table-common-calendar .body-cell.is-disabled {
  background-color: #f0f0f0;
}
.table-common-calendar .body-cell.is-today {
  background-color: #f8efd9;
}
.table-common-calendar .body-cell.is-closing {
  background-color: #f7e8ef;
}
.table-common-calendar .head-label,
.table-common-calendar .body-date {
  display: block;
  position: relative;
}
.table-common-calendar .body-date,
.table-common-calendar .body-paragraph {
  font-size: 0.14rem;
  line-height: 1.7;
}
.table-common-calendar .body-date {
  color: #222;
  font-weight: 500;
  position: absolute;
  top: 0.03rem;
  left: 0.1rem;
}
.table-common-calendar .body-paragraph,
.table-common-calendar .body-notice {
  font-family: "Yu Gothic", yugothic, sans-serif;
  font-weight: 700;
}
.table-common-calendar .body-paragraph {
  margin-top: 0.04rem;
  text-align: center;
}
.table-common-calendar .body-paragraph p {
  margin: 0;
}
.table-common-calendar .body-paragraph .paragraph-highlight {
  position: relative;
}
.table-common-calendar .body-paragraph .paragraph-highlight.is-female {
  color: #c86796;
}
.table-common-calendar .body-paragraph .paragraph-highlight.is-male {
  color: #497eab;
}
.table-common-calendar .body-notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.08rem;
  padding: 0.02rem 0.03rem 1px 0.25rem;
  border-radius: 0.15rem;
  background: url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/icon_notice_01.svg") calc(0% + 0.11rem) 50%/0.1rem auto no-repeat;
  background-color: #c86796;
  color: #fff;
  font-size: 0.12rem;
  line-height: 1.75;
}
.is-mac .table-common-calendar .body-notice {
  padding-top: 3px;
  font-size: 0.1rem;
}
.table-common-calendar .notice-wrapper {
  display: block;
  position: relative;
}
.table-common-calendar .scroll-hint-icon-wrap {
  z-index: 1;
}
@media print, (min-width: 768px) {
  .table-common-calendar .table-heading {
    margin-bottom: 23px;
  }
  .table-common-calendar .heading-note {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    font-size: 0.21rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
  }
  .table-common-calendar .heading-month {
    margin: 0 10px;
    line-height: 1.5555555556;
    left: 7px;
  }
  .table-common-calendar .month-number {
    font-size: 0.36rem;
  }
  .table-common-calendar .month-label {
    font-size: 0.24rem;
    position: relative;
    right: 5px;
  }
  .table-common-calendar .swiper-slide {
    width: 100% !important;
    max-width: 960px;
  }
}
@media print, (min-width: 1430px) and (max-width: 1579.98px) {
  .table-common-calendar .body-notice {
    font-size: 0.1rem;
  }
}
@media print, (min-width: 1430px) and (max-width: 1699.98px) {
  .table-common-calendar .body-cell {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .table-common-calendar .table-viewport {
    overflow: auto hidden;
  }
  .table-common-calendar .table-wrapper {
    width: 7.7rem;
  }
  .table-common-calendar .table-heading {
    margin-bottom: 0.4rem;
  }
  .table-common-calendar .heading-note {
    display: block;
    margin-bottom: 0.05rem;
    font-size: 0.18rem;
    line-height: 1.3333333333;
    text-align: center;
  }
  .table-common-calendar .heading-month {
    display: block;
    line-height: 1.3333333333;
  }
  .table-common-calendar .month-number {
    font-size: 0.3rem;
  }
  .table-common-calendar .month-label {
    font-size: 0.2rem;
  }
  .table-common-calendar .body-cell {
    padding: 0.2rem 0.05rem;
  }
  .table-common-calendar .body-notice {
    padding-right: 0.15rem;
    line-height: 1.4;
    border-radius: 1rem;
  }
}

.table-controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  left: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}
.table-controller .controller-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.table-controller .controller-arrow {
  position: absolute;
  top: 50%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 100%;
  -webkit-box-shadow: 0 0 0.06rem rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 0.06rem rgba(0, 0, 0, 0.12);
  cursor: pointer;
}
.table-controller .controller-arrow::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/icn_arrow_slider.svg") no-repeat center/auto 100%;
  position: absolute;
}
.table-controller .controller-arrow.is-prev {
  right: auto;
  left: 0;
}
.table-controller .controller-arrow.is-next {
  right: 0;
  left: auto;
}
.table-controller .controller-arrow.is-next::after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.table-controller .swiper-button-next.swiper-button-disabled,
.table-controller .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35 !important;
  pointer-events: none !important;
  -webkit-transition: unset !important;
  transition: unset !important;
}
@media print, (min-width: 768px) {
  .table-controller {
    min-height: 64px;
    min-width: 276px;
    top: 73px;
  }
  .table-controller .controller-wrapper {
    padding: 0 138px;
  }
  .table-controller .controller-arrow {
    width: 64px;
    height: 64px;
  }
  .is-tablet .table-controller .controller-arrow:hover {
    opacity: 1;
  }
}
@media only screen and (max-width: 767.98px) {
  .table-controller {
    min-height: 0.6rem;
    top: 0.25rem;
  }
  .table-controller .controller-wrapper {
    min-width: 2.5rem;
    padding: 0 0.7rem;
  }
  .table-controller .controller-arrow {
    width: 0.5rem;
    height: 0.5rem;
  }
  .table-controller .controller-arrow:hover {
    opacity: 1;
  }
}

.tablist-common-primary {
  border-bottom: 1px solid #941e57;
  text-align: center;
}
.tablist-common-primary .tablist-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  overflow: auto hidden;
  list-style: none;
}
.tablist-common-primary .tablist-entry {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.tablist-common-primary .entry-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  border-left: 1px solid #333;
  background: url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/pattern_tablist_01.jpg") 0% 0%/auto auto repeat;
  cursor: pointer;
}
.tablist-common-primary .entry-wrapper::before, .tablist-common-primary .entry-wrapper::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
.tablist-common-primary .entry-wrapper::before {
  z-index: 0;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
  background-color: #941e57;
}
.tablist-common-primary .entry-wrapper::after {
  z-index: 1;
  top: 0.01rem;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  background-color: #333;
  -webkit-mask: url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/icon_select_01.svg") 50% 50%/100% auto no-repeat;
}
.tablist-common-primary .entry-wrapper:hover,
.tablist-common-primary .entry-wrapper.is-tabs-active {
  border-color: #941e57;
  color: #fff;
}
.tablist-common-primary .entry-wrapper:hover::before,
.tablist-common-primary .entry-wrapper.is-tabs-active::before {
  opacity: 1;
}
.tablist-common-primary .entry-wrapper:hover::after,
.tablist-common-primary .entry-wrapper.is-tabs-active::after {
  background-color: transparent;
}
.tablist-common-primary .entry-wrapper.is-tabs-active {
  pointer-events: none;
}
.tablist-common-primary .entry-label {
  display: block;
  position: relative;
  z-index: 2;
}
@media print, (min-width: 768px) {
  .tablist-common-primary {
    font-size: 0.18rem;
    letter-spacing: 0.05em;
    line-height: 2;
  }
  .tablist-common-primary .tablist-wrapper {
    gap: 16px;
  }
  .tablist-common-primary .entry-wrapper {
    width: 280px;
    min-height: 59px;
    padding: 10px 40px;
  }
  .tablist-common-primary .entry-wrapper::after {
    right: 22px;
    width: 13px;
  }
}
@media only screen and (max-width: 767.98px) {
  .tablist-common-primary {
    margin: 0 -0.3rem;
    font-size: 0.14rem;
    line-height: 1.7;
  }
  .tablist-common-primary .tablist-wrapper {
    gap: 0.05rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .tablist-common-primary .tablist-wrapper:has(> .tablist-entry:only-child),
  .tablist-common-primary .tablist-wrapper:has(> .tablist-entry:nth-child(2):last-child) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .tablist-common-primary .tablist-entry {
    width: calc(50% - 0.025rem - 0.3rem);
  }
  .tablist-common-primary .entry-wrapper {
    min-height: 0.49rem;
    padding: 0.05rem 0.25rem;
  }
  .tablist-common-primary .entry-wrapper::after {
    right: 0.15rem;
    width: 0.1rem;
  }
}

.title-common-primary {
  font-weight: 500;
  letter-spacing: 0.12em;
  text-align: center;
}
.title-common-primary .title-wrapper {
  display: block;
  letter-spacing: 0.12em;
}
.title-common-primary .title-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.5rem;
  margin-right: auto;
  margin-left: auto;
}
.title-common-primary .title-icon img {
  display: block;
}
.title-common-primary .title-additional {
  display: block;
  color: #941e57;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  letter-spacing: 0.15em;
}
.title-common-primary .title-underline {
  display: inline-block;
  position: relative;
}
.title-common-primary .title-underline::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: 1px solid #a0801d;
  border-bottom: 1px solid #a0801d;
}
.title-common-primary .title-small {
  letter-spacing: 0.12em;
}
@media print, (min-width: 768px) {
  .title-common-primary .title-wrapper {
    font-size: 0.34rem;
    line-height: 1.6470588235;
  }
  .title-common-primary .title-icon {
    margin-bottom: 22px;
  }
  .title-common-primary .title-additional {
    margin-top: 13px;
    font-size: 0.2rem;
  }
  .title-common-primary .title-underline {
    margin-right: -8px;
    padding: 0 8px 7px;
  }
  .title-common-primary .title-underline::after {
    height: 7px;
  }
  .title-common-primary .title-small {
    font-size: 0.28rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-primary .title-wrapper {
    font-size: 0.22rem;
    line-height: 1.6363636364;
  }
  .title-common-primary .title-icon {
    margin-bottom: 0.16rem;
  }
  .title-common-primary .title-icon img {
    width: 100%;
  }
  .title-common-primary .title-additional {
    margin-top: 0.06rem;
    font-size: 0.16rem;
  }
  .title-common-primary .title-underline {
    margin-right: -0.06rem;
    padding: 0 0.06rem 0.03rem;
  }
  .title-common-primary .title-underline::after {
    height: 0.05rem;
  }
  .title-common-primary .title-small {
    font-size: 0.18rem;
  }
}

.title-common-secondary {
  position: relative;
}
.title-common-secondary .title-additional {
  position: absolute;
  left: 0;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  color: #941e57;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  letter-spacing: 0.15em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.title-common-secondary .title-wrapper {
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.title-common-secondary .title-wrapper .title-strong {
  color: #941e57;
}
@media print, (min-width: 768px) {
  .title-common-secondary .title-additional {
    top: 4px;
    font-size: 0.2rem;
  }
  .title-common-secondary .title-wrapper {
    padding-left: 128px;
    font-size: 0.28rem;
    line-height: 1.7857142857;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-secondary .title-additional {
    top: 0.02rem;
    left: -0.06rem;
    font-size: 0.18rem;
  }
  .title-common-secondary .title-wrapper {
    padding-left: 0.48rem;
    font-size: 0.2rem;
    line-height: 1.7;
  }
}

.title-common-contents {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-align: center;
}
@media print, (min-width: 768px) {
  .title-common-contents {
    margin-bottom: 25px;
    font-size: 0.21rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-contents {
    margin-bottom: 0.2rem;
    font-size: 0.18rem;
  }
}

.title-common-quaternary .title-english {
  color: #941e57;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  letter-spacing: 0.15em;
}
.title-common-quaternary .title-japanese {
  display: inline-block;
  font-weight: 500;
}
@media print, (min-width: 768px) {
  .title-common-quaternary {
    margin-bottom: 0;
  }
  .title-common-quaternary .title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 150px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
  }
  .title-common-quaternary .title-english {
    font-size: 0.2rem;
  }
  .title-common-quaternary .title-japanese {
    padding-top: 6px;
    font-size: 0.28rem;
    letter-spacing: 0.3em;
    line-height: 1.2857142857;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-quaternary {
    text-align: center;
  }
  .title-common-quaternary .title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .title-common-quaternary .title-english {
    font-size: 0.18rem;
  }
  .title-common-quaternary .title-japanese {
    font-size: 0.24rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
}

.banner-common {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
}
.banner-common .banner-logo {
  position: relative;
  z-index: 2;
}
.banner-common.no-has-logo {
  position: relative;
  z-index: 2;
  background: unset;
}
@media print, (min-width: 768px) {
  .banner-common {
    height: 680px;
  }
  .banner-common .banner-logo {
    width: 475px;
    height: 411px;
    margin-left: 42px;
  }
  .banner-common.no-has-logo {
    height: 540px;
  }
}
@media only screen and (max-width: 767.98px) {
  .banner-common {
    height: 6.4rem;
    padding: 0.6rem 0;
  }
  .banner-common .banner-logo {
    left: -0.07rem;
    width: 3.26rem;
    margin: 0 auto;
  }
  .banner-common.no-has-logo {
    height: 4.8rem;
  }
}

.banner-common-campaign .wrapper {
  background: url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/campaign_bg.jpg") repeat-y 0 0/auto 4rem;
}
.banner-common-campaign .content-title {
  color: #000;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.banner-common-campaign .content-detail {
  color: #000;
  letter-spacing: 0.1em;
}
.banner-common-campaign .content-detail p:last-child {
  margin-bottom: 0;
}
@media print, (min-width: 768px) {
  .banner-common-campaign {
    padding: 120px 0;
  }
  .banner-common-campaign .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .banner-common-campaign .banner-thumbnail {
    width: 600px;
    height: 400px;
    margin-right: 120px;
  }
  .banner-common-campaign .banner-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 78px 0;
  }
  .banner-common-campaign .content-title {
    margin-bottom: 4px;
    font-size: 0.28rem;
  }
  .banner-common-campaign .content-detail {
    margin-bottom: 12px;
    font-size: 0.2rem;
  }
  .banner-common-campaign .tag-common-list {
    margin-bottom: 46px;
  }
  .banner-common-campaign .button-common-primary {
    width: 342px;
    min-height: 57px;
  }
}
@media only screen and (max-width: 767.98px) {
  .banner-common-campaign {
    padding: 0.6rem 0;
  }
  .banner-common-campaign .banner-thumbnail {
    width: 100%;
    height: 2.2rem;
    margin-bottom: 0.35rem;
  }
  .banner-common-campaign .banner-content {
    padding-bottom: 0.5rem;
  }
  .banner-common-campaign .content-title {
    margin-bottom: 0;
    font-size: 0.23rem;
  }
  .banner-common-campaign .content-detail {
    margin-bottom: 0.2rem;
  }
  .banner-common-campaign .tag-common-list {
    margin-bottom: 0.28rem;
  }
  .banner-common-campaign .button-common-primary {
    width: 100%;
  }
}

.banner-common-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
}
.banner-common-link::after {
  z-index: 2;
  top: 50%;
  right: 0;
  width: 0.32rem;
  height: 1px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
}
.banner-common-link::before, .banner-common-link::after {
  content: "";
  position: absolute;
}
.banner-common-link:hover .banner-image::before {
  background: rgba(0, 0, 0, 0.7) !important;
}
.banner-common-link .banner-image {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.banner-common-link .banner-image::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: rgba(0, 0, 0, 0.4);
}
.banner-common-link .banner-image::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.52rem;
  background: url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/banner_onsen_decor.png") no-repeat 0 0/auto 100%;
}
.banner-common-link .banner-label {
  position: absolute;
  z-index: 2;
  top: 50%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.7;
  font-family: "Playfair Display", serif;
  letter-spacing: 0.15em;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}
.banner-common-link .banner-title {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
@media print, (min-width: 768px) {
  .banner-common-link {
    width: 960px;
    min-height: 296px;
    margin: 0 auto 64px;
    padding: 50px 70px;
  }
  .banner-common-link .banner-title {
    font-size: 0.28rem;
  }
  .banner-common-link .banner-label {
    left: 7px;
  }
}
@media only screen and (max-width: 767.98px) {
  .banner-common-link {
    width: 100%;
    min-height: 2rem;
    margin-bottom: 0.4rem;
    padding: 0.5rem;
  }
  .banner-common-link .banner-title {
    font-size: 0.22rem;
    line-height: 1.6;
  }
  .banner-common-link .banner-label {
    left: 0.03rem;
  }
}

.navigation-common {
  position: relative;
  z-index: 3;
}
.navigation-common .sitemap-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/navigation_bg.png") repeat-y 0 0/auto 0.78rem;
}
.navigation-common .sitemap-link {
  display: block;
  position: relative;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  color: #fff;
  letter-spacing: 0.05em;
  text-decoration: none;
}
.navigation-common .sitemap-link:hover, .navigation-common .sitemap-link.is-active {
  background: rgba(132, 70, 116, 0.5);
}
@media print, (min-width: 768px) {
  .navigation-common {
    top: -39px;
  }
  .navigation-common .sitemap-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 168px 0 203px;
  }
  .is-firefox .navigation-common .sitemap-list {
    padding-left: 200px;
  }
  .navigation-common .sitemap-link {
    padding: 21px 32px;
    font-size: 0.17rem;
  }
  .navigation-common .sitemap-link::after {
    content: "";
    display: inline-block;
    width: 0.16rem;
    height: 1px;
    margin-bottom: 5px;
    margin-left: 16px;
    background-color: #fff;
  }
  .navigation-common.is-facilities .sitemap-list {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media print, (min-width: 768px) and (max-width: 1515.98px) {
  .navigation-common .sitemap-list {
    padding: 0;
  }
}
@media screen and (orientation: portrait) {
  .is-tablet .navigation-common {
    left: -5px;
  }
}
@media only screen and (max-width: 767.98px) {
  .navigation-common {
    position: relative;
    top: -0.25rem;
  }
  .navigation-common .sitemap-content .sitemap-item {
    border-bottom: 1px solid #fff;
  }
  .navigation-common .sitemap-content .sitemap-item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
  }
  .navigation-common .sitemap-link {
    padding: 0.1rem 0.32rem;
    font-size: 0.16rem;
    text-align: center;
  }
  .navigation-common .sitemap-wrapper {
    position: relative;
    min-height: 0.5rem;
    padding: 0.08rem 0.32rem 0.1rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
  }
  .navigation-common .sitemap-wrapper.is-active {
    background-color: rgba(132, 70, 116, 0.5);
  }
  .navigation-common .sitemap-wrapper .sitemap-link {
    display: inline-block;
    margin-right: 0.3rem;
    padding: 0;
  }
  .navigation-common .sitemap-wrapper .sitemap-link::before {
    content: "";
    position: absolute;
    top: 0.13rem;
    right: -0.3rem;
    width: 0.13rem;
    height: 0.08rem;
    background: url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/icn_arrow_01.svg") no-repeat center center/cover;
    pointer-events: none;
    -webkit-filter: invert(1);
    filter: invert(1);
  }
  .navigation-common .sitemap-wrapper .sitemap-link:hover {
    background: none;
  }
  .navigation-common .sitemap-content {
    display: none;
  }
  .navigation-common .sitemap-dropdown {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

.navigation-common-related .navigation-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navigation-common-related .banner-common-link {
  width: 100%;
  margin-bottom: 0;
}
@media print, (min-width: 768px) {
  .navigation-common-related .navigation-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .navigation-common-related .navigation-child {
    width: 50%;
  }
}

.block-common-navigation {
  position: relative;
}
@media only screen and (max-width: 767.98px) {
  .block-common-navigation {
    z-index: 999;
    padding-top: 0.6rem;
    background: url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/bg_common_02.jpg") repeat 0 0/0.9rem 0.9rem;
  }
}

.tag-common-list {
  margin: 0 -0.04rem;
  padding-left: 0;
  list-style-type: none;
}
.tag-common-list .tag-item {
  display: inline-block;
  padding: 0 0.04rem;
}

.tag-common-primary {
  display: inline-block;
  padding: 4px 18px 5px;
  border: 1px solid #941e57;
  border-radius: 2px;
  color: #941e57;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media print, (min-width: 768px) {
  .tag-common-primary {
    font-size: 0.16rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .tag-common-primary {
    font-size: 0.14rem;
  }
}

.paragraph-common-detail {
  letter-spacing: 0.05em;
  text-align: center;
}
.paragraph-common-detail .paragraph-underline {
  display: inline-block;
  position: relative;
  margin-right: 0.1rem;
  padding-bottom: 0.02rem;
}
.paragraph-common-detail .paragraph-underline::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.05rem;
  border-top: 1px solid #a0801d;
  border-bottom: 1px solid #a0801d;
}
@media only screen and (max-width: 767.98px) {
  .paragraph-common-detail {
    line-height: 1.9428571429;
  }
}

.wow {
  visibility: hidden;
}

@media print {
  .wow {
    visibility: visible !important;
  }
}
.animated {
  transition: opacity 1.2s cubic-bezier(0.23, 1, 0.32, 1), transform 1.2s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1.2s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-up {
  -webkit-animation-name: fade-in-up;
  animation-name: fade-in-up;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}

@-webkit-keyframes showLogo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes showLogo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes yurayura {
  0% {
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
  }
  25% {
    -webkit-transform: skew(0deg, 8deg);
    transform: skew(0deg, 8deg);
  }
  50% {
    -webkit-transform: skew(6deg, 10deg);
    transform: skew(6deg, 10deg);
  }
  75% {
    -webkit-transform: skew(6deg, 2deg);
    transform: skew(6deg, 2deg);
  }
  100% {
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
  }
}
@keyframes yurayura {
  0% {
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
  }
  25% {
    -webkit-transform: skew(0deg, 8deg);
    transform: skew(0deg, 8deg);
  }
  50% {
    -webkit-transform: skew(6deg, 10deg);
    transform: skew(6deg, 10deg);
  }
  75% {
    -webkit-transform: skew(6deg, 2deg);
    transform: skew(6deg, 2deg);
  }
  100% {
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
  }
}
.story-common-label {
  border: 1px solid #707070;
  letter-spacing: 0.05em;
}
@media print, (min-width: 768px) {
  .story-common-label {
    width: 514px;
    padding: 16px 30px;
    font-size: 0.21rem;
    line-height: 1.6;
    text-align: center;
  }
}
@media only screen and (max-width: 767.98px) {
  .story-common-label {
    width: 3.3rem;
    padding: 0.11rem 0.24rem 0.13rem;
    line-height: 1.7058823529;
  }
}

.section-common-recommended .recommended-controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slider-common-secondary .navigation-wrapper {
  position: absolute;
}
.slider-common-secondary .navigation-wrapper .swiper-button-next,
.slider-common-secondary .navigation-wrapper .swiper-button-prev {
  overflow: hidden;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 0.06rem rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 0.06rem rgba(0, 0, 0, 0.12);
}
.slider-common-secondary .navigation-wrapper .swiper-button-next::after,
.slider-common-secondary .navigation-wrapper .swiper-button-prev::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/icn_arrow_slider.svg") no-repeat center/auto 100%;
}
.slider-common-secondary .navigation-wrapper .swiper-button-next::after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.slider-common-secondary .navigation-wrapper .swiper-pagination-fraction {
  color: #333;
  font-size: 0.18rem;
  letter-spacing: 0.05em;
}
.slider-common-secondary .slide-text {
  position: relative;
  letter-spacing: 0.05em;
}
.slider-common-secondary .slide-text::before {
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
  background-color: #333;
}
.slider-common-secondary .slide-image {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.slider-common-secondary .slide-image img {
  position: absolute;
  top: 0;
  left: 0;
}
@media print, (min-width: 768px) {
  .slider-common-secondary {
    padding-bottom: 120px;
  }
  .slider-common-secondary .navigation-wrapper {
    right: calc(50% + 3px);
    bottom: 69px;
  }
  .slider-common-secondary .swiper-pagination {
    bottom: 41px;
    left: 121px;
  }
  .slider-common-secondary .swiper-button-next {
    left: 177px;
  }
  .slider-common-secondary .swiper-button-next,
  .slider-common-secondary .swiper-button-prev {
    width: 64px;
    height: 64px;
  }
  .slider-common-secondary .swiper-slide {
    width: 30%;
  }
  .slider-common-secondary .slide-image {
    margin-bottom: 25px;
  }
  .slider-common-secondary .slide-text {
    padding-left: 45px;
    font-size: 0.17rem;
    line-height: 1.5058823529;
  }
  .slider-common-secondary .slide-text::before {
    top: 12px;
    width: 32px;
  }
}
@media only screen and (max-width: 767.98px) {
  .slider-common-secondary .navigation-wrapper {
    right: 2.23rem;
  }
  .slider-common-secondary .swiper-button-next,
  .slider-common-secondary .swiper-button-prev {
    top: 50%;
    bottom: unset;
    width: 0.48rem;
    height: 0.48rem;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .slider-common-secondary .swiper-button-next {
    left: 1.45rem;
  }
  .slider-common-secondary .swiper-pagination {
    top: 50%;
    right: -0.57rem;
    bottom: unset;
    left: unset;
    height: 100%;
    margin-top: 0.07rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0.18rem;
  }
  .slider-common-secondary .slide-controller {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 0.48rem;
    margin-top: 0.29rem;
  }
  .slider-common-secondary .slide-image {
    margin-bottom: 0.15rem;
  }
  .slider-common-secondary .slide-text {
    padding-left: 0.3rem;
    font-size: 0.15rem;
    line-height: 1.7066666667;
  }
  .slider-common-secondary .slide-text::before {
    top: 0.13rem;
    width: 0.2rem;
  }
  .slider-common-secondary .swiper-slide {
    width: 2.8rem !important;
  }
}

.slider-common-pagination .swiper-pagination {
  bottom: 0;
  text-align: left;
}
.slider-common-pagination .swiper-pagination-bullet {
  width: 0.08rem !important;
  height: 0.08rem !important;
  opacity: 1;
  background-color: #bbb;
}
.slider-common-pagination .swiper-pagination-bullet-active {
  background-color: #c6b64e;
}
.slider-common-pagination .swiper-pagination-bullet {
  margin: 0 0.08rem !important;
}
@media print, (min-width: 768px) {
  .slider-common-pagination .swiper-pagination {
    padding-left: 112px;
  }
}
@media only screen and (max-width: 767.98px) {
  .slider-common-pagination .swiper-pagination {
    padding-right: 0.22rem;
    text-align: right;
  }
}

.slider-common-room {
  position: relative;
}
.slider-common-room .slide-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.slider-common-room .category-common-primary {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  max-width: 100%;
}
.slider-common-room .slide-thumbnail {
  position: relative;
  z-index: 0;
  padding-top: 66.6666666667%;
}
.slider-common-room .slide-thumbnail .object-common {
  position: absolute;
  top: 0;
  left: 0;
}
.slider-common-room .slide-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/background_room_01.jpg") 0% 0%/auto auto repeat;
  text-align: center;
}
.slider-common-room .content-title {
  display: block;
  margin: 0;
}
.slider-common-room .content-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}
.slider-common-room .detail-wrapper {
  display: block;
  position: relative;
}
.slider-common-room .slide-controller {
  position: relative;
  background: url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/background_room_01.jpg") 0% 0%/auto auto repeat;
}
.slider-common-room .slide-controller::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ece7dc;
  pointer-events: none;
  mix-blend-mode: multiply;
}
.slider-common-room .slide-controller .controller-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 1;
}
.slider-common-room .slide-controller .controller-item {
  position: relative;
}
.slider-common-room .slide-controller .controller-item:nth-child(1) .button-common-primary {
  border: 0.01rem solid #888;
}
.slider-common-room .button-common-primary {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  color: #222;
  text-align: center;
}
@media print, (min-width: 768px) {
  .slider-common-room .slider-viewport {
    width: calc(100% + 25px) !important;
    margin: -12.5px;
  }
  .slider-common-room .slider-slide {
    padding: 12.5px;
  }
  .slider-common-room .category-common-primary {
    min-width: 140px;
    min-height: 38px;
    padding: 7px 18px;
    font-size: 0.14rem;
    line-height: 1.7;
  }
  .slider-common-room .slide-content {
    padding: 19px 20px 20px;
  }
  .slider-common-room .content-title {
    margin-bottom: 12px;
    font-size: 0.18rem;
    letter-spacing: 0.05em;
    line-height: 1.6666666667;
  }
  .slider-common-room .content-detail {
    padding: 3px 25px;
    font-size: 0.15rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
  }
  .slider-common-room .slide-controller {
    padding: 15px 20px;
  }
  .slider-common-room .slide-controller .controller-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .slider-common-room .slide-controller .controller-item {
    width: 50%;
  }
  .slider-common-room .button-common-primary {
    min-height: 52px;
    padding: 7px 32px 7px 37px;
    font-size: 0.16rem;
    letter-spacing: 0.05em;
  }
  .slider-common-room .button-common-primary::after {
    width: 14px;
  }
}
@media print, (min-width: 768px) and (max-width: 1419.98px) {
  .slider-common-room .button-common-primary {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  .slider-common-room .slider-viewport {
    width: calc(100% + 0.2rem) !important;
    margin: -0.1rem;
  }
  .slider-common-room .slider-slide {
    padding: 0.1rem;
  }
  .slider-common-room .slide-content {
    padding: 0.15rem;
  }
  .slider-common-room .content-title {
    margin-bottom: 0.1rem;
    font-size: 0.16rem;
    line-height: 1.5;
  }
  .slider-common-room .content-detail {
    padding: 0.03rem 0.15rem;
    font-size: 0.14rem;
    line-height: 1.7;
  }
  .slider-common-room .slide-controller {
    padding: 0.15rem;
  }
}

.slider-common-recommended {
  position: relative;
  text-align: center;
}
.slider-common-recommended .slide-thumbnail {
  position: relative;
  padding-top: 75%;
  aspect-ratio: 4/3;
}
.slider-common-recommended .slide-thumbnail .object-common {
  position: absolute;
  top: 0;
  left: 0;
}
.slider-common-recommended .content-title,
.slider-common-recommended .content-price {
  display: block;
  position: relative;
}
.slider-common-recommended .price-label,
.slider-common-recommended .price-number,
.slider-common-recommended .price-unit {
  position: relative;
}
.slider-common-recommended .price-number,
.slider-common-recommended .price-unit {
  color: #941e57;
}
@media print, (min-width: 768px) {
  .slider-common-recommended {
    padding: 0 39px;
  }
  .slider-common-recommended .slider-wrapper {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    width: calc(100% + 56px) !important;
    margin: -28px -30px !important;
    justify-content: center;
  }
  .slider-common-recommended .slider-slide {
    width: 33.3333333333% !important;
    padding: 28px 30px;
  }
  .slider-common-recommended .slide-thumbnail {
    margin-bottom: 21px;
  }
  .slider-common-recommended .content-title {
    margin-bottom: 11px;
    font-size: 0.2rem;
    letter-spacing: 0.05em;
    line-height: 1.9;
  }
  .slider-common-recommended .content-price {
    line-height: 1.4285714286;
  }
  .slider-common-recommended .price-label {
    margin: 0 19px 0 7px;
    font-size: 0.18rem;
    letter-spacing: 0.05em;
  }
  .slider-common-recommended .price-number {
    font-size: 0.28rem;
    letter-spacing: 0.05em;
  }
  .slider-common-recommended .price-unit {
    font-size: 0.19rem;
    letter-spacing: 0.05em;
  }
}
@media only screen and (max-width: 767.98px) {
  .slider-common-recommended .slider-viewport {
    width: calc(100% + 0.2rem) !important;
    margin: -0.1rem;
  }
  .slider-common-recommended .slider-slide {
    padding: 0.1rem;
  }
  .slider-common-recommended .slide-thumbnail {
    margin-bottom: 0.2rem;
  }
  .slider-common-recommended .content-title {
    margin-bottom: 0.1rem;
    font-size: 0.16rem;
    line-height: 1.5;
  }
  .slider-common-recommended .content-price {
    line-height: 1.5;
  }
  .slider-common-recommended .price-label {
    margin-right: 0.1rem;
    font-size: 0.16rem;
  }
  .slider-common-recommended .price-number {
    font-size: 0.2rem;
  }
  .slider-common-recommended .price-unit {
    font-size: 0.14rem;
  }
}

.slider-controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slider-controller .controller-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slider-controller .controller-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 0.18rem;
  letter-spacing: 0.05em;
}
.slider-controller .controller-arrow {
  position: absolute;
  top: 50%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 100%;
  -webkit-box-shadow: 0 0 0.06rem rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 0.06rem rgba(0, 0, 0, 0.12);
}
.slider-controller .controller-arrow::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("https://izanro.co.jp/_cms_/wp-content/themes/izanro/assets/img/common/icn_arrow_slider.svg") no-repeat center/auto 100%;
}
.slider-controller .controller-arrow.swiper-button-prev {
  right: auto;
  left: 0;
}
.slider-controller .controller-arrow.swiper-button-next {
  right: 0;
  left: auto;
}
.slider-controller .controller-arrow.swiper-button-next::after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
@media print, (min-width: 768px) {
  .slider-controller {
    min-height: 64px;
    margin-top: 45px;
  }
  .slider-controller .controller-wrapper {
    padding: 0 96px;
  }
  .slider-controller .controller-pagination {
    font-size: 0.18rem;
    letter-spacing: 0.2em;
  }
  .slider-controller .controller-arrow {
    width: 64px;
    height: 64px;
  }
}
@media only screen and (max-width: 767.98px) {
  .slider-controller {
    min-height: 0.6rem;
    margin-top: 0.3rem;
  }
  .slider-controller .controller-wrapper {
    min-width: 1.8rem;
    padding: 0 0.7rem;
  }
  .slider-controller .controller-pagination {
    font-size: 0.16rem;
  }
  .slider-controller .controller-arrow {
    width: 0.5rem;
    height: 0.5rem;
  }
}

.category-common-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.1;
  text-align: center;
}
.category-common-primary .category-wrapper {
  display: block;
  position: relative;
}
@media print, (min-width: 768px) {
  .category-common-primary {
    min-width: 160px;
    min-height: 38px;
    padding: 2px 22px;
    font-size: 0.15rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .category-common-primary {
    min-width: 1.4rem;
    min-height: 0.3rem;
    padding: 0.05rem 0.15rem;
    font-size: 0.14rem;
    line-height: 1.7;
  }
}

.category-common-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 0.47rem;
  padding: 0.05rem 0.09rem;
  border: 1px solid #941e57;
  background-color: #fff;
  color: #941e57;
  font-size: 0.13rem;
  line-height: 1.3;
}
.category-common-secondary .category-wrapper {
  position: relative;
}
/*# sourceMappingURL=common.css.map */

/* とっとり雪みちNaviを設置 */
/*---------------------- */
.header-common .header-right {
  position: relative;
}
.header-common .header-right .bnr_yukinavi {
  position: absolute;
  right: 90px;
  bottom: -56px;
}
.header-common .header-right .bnr_yukinavi a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;

  background-color: #3277a3;
  color: #fff;
  width: 300px;
  text-align: center;
  font-size: 0.15rem;
  line-height: 57px;
  text-decoration: none;
}
.header-common .header-right .bnr_yukinavi a img {
  height: 26px;
}
@media print, (min-width: 768px) and (max-width: 1609.98px) {
  .header-common .header-right .bnr_yukinavi a {
    width: 220px;
  }
}

@media print, (min-width: 768px) {
  .sp_yukinavi {
    display: none;
  }
}
.sp_yukinavi a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0 auto;

  background-color: #3277a3;
  color: #fff;
  width: 75%;
  text-align: center;
  font-size: 0.15rem;
  line-height: 57px;
  text-decoration: none;
}
.sp_yukinavi a img {
  height: 26px;
}
/*---------------------- */
