<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements &amp; buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding: 50px;
}

body, html {
  height: 100%;
  width: 100%;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

img {
  width: 100%;
  vertical-align: bottom;
}

img, picture {
  max-width: 100%;
  display: block;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.u-yellow {
  color: #f0ea30;
}

.u-green {
  color: #6FB14C;
}

.c-stop-head {
  position: relative;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: clamp(40px, 4.6875vw, 60px);
}
.c-stop-head__title {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  padding-top: 58px;
  padding-bottom: 60px;
}
.c-stop-head__sub-title {
  height: 3.2rem;
  margin-left: auto;
  margin-right: auto;
}
.c-stop-head__sub-title img {
  width: auto;
  height: 100%;
  margin: auto;
}
.c-stop-head__text {
  text-align: center;
  color: #FFFFFF;
  padding-top: clamp(30px, 3.90625vw, 50px);
  font-size: clamp(1.4rem, 1.5625vw, 2rem);
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: normal;
}
.c-stop-head__decoration {
  position: absolute;
  bottom: 0;
  left: 20px;
  margin: auto;
  max-width: clamp(116px, 15vw, 192px);
}
.c-stop-head__decoration--okayama {
  bottom: 18px;
  left: 0;
  max-width: clamp(116px, 21vw, 245px);
}
.c-stop-head__decoration--hiroshima {
  max-width: clamp(111px, 21vw, 153px);
  bottom: 20px;
}
.c-stop-head__link {
  display: block;
  position: absolute;
  right: 80px;
  bottom: 35px;
  margin: auto;
  max-width: clamp(116px, 8.359375vw, 107px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.c-head--sub, .c-head__inner {
  color: #FFFFFF;
  font-size: clamp(1.5rem, 2.8125vw, 3.6rem);
  font-weight: 500;
  letter-spacing: 0.036em;
  line-height: normal;
}

.c-head {
  max-width: 1000px;
  margin-left: auto;
  width: 100%;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
}
.c-head__inner {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  margin-top: -30px;
}

.c-head--main {
  background: #E8844C;
}

.c-head--pink {
  background: #D9A0BA;
}

.c-head--sub {
  background: #E8844C;
  padding: 10px 0;
  text-align: center;
  margin: clamp(30px, 3.125vw, 40px) 0;
}

.c-head--comment {
  position: relative;
}
.c-head--comment::before {
  content: "";
  position: absolute;
  top: -100%;
  right: 0;
  left: 0;
  margin: auto;
  max-width: clamp(170px, 28.125vw, 360px);
  width: 100%;
  height: 100%;
  background: url(../img/subtitle.png) center/contain no-repeat;
}

.c-head--blue {
  background: #87B9D6;
}

.c-head--yellow {
  background: #F4C734;
}

.c-head--green {
  background: #87CAAC;
}

.c-button--nav {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  border-radius: 5px;
  color: #E8844C !important;
  border: 2px solid transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  font-size: clamp(1.2rem, 1.171875vw, 1.5rem);
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.28;
}
.c-button--nav:hover {
  color: #FFFFFF !important;
  background: #E8844C;
  border: 2px solid #FFFFFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-button--nav:hover svg path {
  fill: #FFFFFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-button--nav:nth-child(2) {
  background: #9BCB6C;
  color: #FFFFFF !important;
}
.c-button--nav:nth-child(2):hover {
  color: #9BCB6C !important;
  background: #FFFFFF;
  border: 2px solid #9BCB6C;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-button--nav:nth-child(2):hover svg path {
  fill: #9BCB6C;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-button--nav:nth-child(3) {
  background: #65AADD;
  color: #FFFFFF !important;
}
.c-button--nav:nth-child(3):hover {
  color: #65AADD !important;
  background: #FFFFFF;
  border: 2px solid #65AADD;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-button--nav:nth-child(3):hover svg path {
  fill: #65AADD;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-button--nav span {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  text-align: center;
}
.c-button--nav svg {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: auto;
  margin: auto;
}
.c-button--nav svg path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-button--black, .c-button--black-l, .c-button--green, .c-button--orange {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 270px;
  padding: 12px 20px;
  border-radius: 999px;
  border: 2px solid #000;
  background-color: #FFFFFF;
  color: #1a1a1a;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0em;
  line-height: normal;
}
.c-button--black .arrow-circle, .c-button--black-l .arrow-circle, .c-button--green .arrow-circle, .c-button--orange .arrow-circle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32px;
  height: 32px;
  margin-left: 12px;
  background-color: #1a1a1a;
  border-radius: 50%;
}
.c-button--black .arrow, .c-button--black-l .arrow, .c-button--green .arrow, .c-button--orange .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 9px;
  height: 12px;
  -webkit-transform: translate(1px, 0);
          transform: translate(1px, 0);
}
.c-button--black {
  width: 270px;
  border: 2px solid #1a1a1a;
  background-color: #FFFFFF;
  color: #1a1a1a;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.c-button--black-l, .c-button--green, .c-button--orange {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.c-button--black-l {
  max-width: 400px;
  color: #1a1a1a !important;
  border: 2px solid #1a1a1a;
  padding: 15px 16px 15px 51px;
  background-color: #FFFFFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-button--black-l .arrow-circle {
  background-color: #1a1a1a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-button--orange {
  max-width: 470px;
  color: #E8844C !important;
  border: 2px solid #E8844C;
  padding: 15px 16px 15px 51px;
  background-color: #FFFFFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-button--orange .arrow-circle {
  background-color: #E8844C;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-button--orange:hover {
  background: #E8844C;
  color: #FFFFFF !important;
  border: 2px solid #FFFFFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-button--orange:hover .arrow-circle {
  background-color: #FFFFFF;
}
.c-button--orange:hover .arrow-circle svg path {
  fill: #E8844C;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-button--green {
  max-width: 550px;
  color: #9BCB6C !important;
  background-color: #FFFFFF;
  border: 2px solid #9BCB6C;
  padding: 15px 16px 15px 51px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-button--green .arrow-circle {
  background-color: #9BCB6C;
}
.c-button--green:hover {
  background: #9BCB6C;
  color: #FFFFFF !important;
  border: 2px solid #FFFFFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-button--green:hover .arrow-circle {
  background-color: #FFFFFF;
}
.c-button--green:hover .arrow-circle svg path {
  fill: #9BCB6C;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-button__text--center {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

.c-button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px 0 auto auto;
}
.c-button-group--mt0 {
  margin-top: 0;
}
.c-button-group a {
  color: #000;
}

.c-title {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #E8844C;
  color: #FFFFFF;
  white-space: nowrap;
  padding: 8px clamp(10px, 1.5625vw, 20px) 5px;
  margin-top: -30px;
  margin-left: -4px;
  font-size: clamp(1.6rem, 1.875vw, 2.4rem);
  font-weight: 700;
  letter-spacing: 0em;
  line-height: normal;
}
.c-title--blue {
  background-color: #87B9D6;
}
.c-title--yellow {
  background-color: #F4C734;
}
.c-title--green {
  background-color: #87CAAC;
}
.c-title rt {
  font-size: 10px;
  font-weight: 300;
  letter-spacing: -1px;
}

.rt-center rt {
  ruby-align: center;
}

.c-section {
  width: 100%;
  display: block;
  padding-right: 0;
  padding-left: 0;
  margin-top: 60px;
  border: 4px solid #E8844C;
  background: #F6F6F6;
}
.c-section--blue {
  border-color: #87B9D6;
}
.c-section--yellow {
  border-color: #F4C734;
}
.c-section--green {
  border-color: #87CAAC;
}
.c-section__inner {
  padding: 20px;
}

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1100px;
}
.l-inner--w1000 {
  max-width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
}

.pageTtl {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin: 0 auto 25px;
  max-width: 1236px;
}
.jtb-nav-breadcrumb li {
  font-size: 11.2px !important;
}

.p-top {
  padding-top: 40px;
  background: #E8844C;
}
.p-top__nav {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
}
.p-top__kv {
  position: relative;
  overflow: hidden;
}
.p-top__nav {
  margin-right: auto;
  position: sticky;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  z-index: 100;
  padding: 20px 20px 60px;
}
.p-top__nav a {
  width: 310px;
  height: 65px;
}
.p-top__main {
  padding-bottom: 42px;
}
.p-top__main__inner {
  position: relative;
}
.p-top__main__link {
  position: absolute;
  top: 15%;
  right: 6%;
  width: 107px;
}
.p-top__miryoku {
  background: #e1f3fc;
}
.p-top__miryoku__inner {
  padding-top: clamp(16px, 1.875vw, 24px);
  padding-bottom: clamp(18px, 1.40625vw, 18px);
}
.p-top__okayama-top {
  padding-bottom: 60px;
}
.p-top__okayama-top .p-top__gallery__item a::after {
  background: url(../img/okayama-item-bg.png) center/cover no-repeat;
}
.p-top__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
  padding-bottom: 60px;
}
.p-top__gallery__item {
  max-width: 294px;
  width: 100%;
}
.p-top__gallery__item a {
  cursor: pointer;
  display: block;
  position: relative;
  border-radius: 28px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-top__gallery__item a img {
  position: relative;
  z-index: 1;
}
.p-top__gallery__item a span, .p-top__gallery__item a::before {
  top: 0;
  left: 0;
  color: #FFFFFF;
  font-size: 2rem;
  z-index: 3;
  right: 0;
  margin: auto;
  bottom: 0;
}
.p-top__gallery__item a span {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-top__gallery__item a::before {
  content: "";
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 28px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-top__gallery__item a::after {
  content: "";
  position: absolute;
  top: 22px;
  right: 0;
  bottom: 0;
  left: 12px;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.p-top__hiroshima-top {
  background: #9BCB6C;
}
.p-top__hiroshima-top__inner {
  padding-bottom: 60px;
}
.p-top__hiroshima-top__title {
  max-width: clamp(116px, 13.4375vw, 172px);
  width: 100%;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 40px;
}
.p-top__hiroshima-top .p-top__gallery__item a::after {
  background: url(../img/hiroshima-item-bg.png) center/cover no-repeat;
}
.p-top__kurashiki {
  padding-bottom: 60px;
}
.p-top__hotel {
  background: #f1f0dd;
  padding-top: 82px;
}
.p-top__hotel__content {
  border-top: 4px solid #dad570;
  border-bottom: 4px solid #dad570;
  background: #fff;
}
.p-top__hotel__inner {
  margin-top: 54px;
  padding-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1000px;
}
.p-top__hotel__bottom {
  padding-top: clamp(60px, 5.625vw, 72px);
}
.p-top__hotel__button-area {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
}
.p-top__okayama {
  padding-top: 60px;
  padding-bottom: 60px;
}
.p-top__okayama__button-area {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.p-top__okayama__attention {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  font-weight: 300;
  color: #FFFFFF;
  letter-spacing: 0em;
  line-height: 1.5;
}
.p-top__onomichi {
  background-color: #9BCB6C;
  padding-bottom: 30px;
}
.p-top__onomichi__button-area {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.p-top__hiroshima {
  background-color: #9BCB6C;
  padding-bottom: 60px;
}
.p-top__miyajima {
  background-color: #9BCB6C;
  padding-top: 60px;
  padding-bottom: 60px;
}
.p-top__miyajima__button-area {
  padding-top: 20px;
  padding-bottom: 20px;
}
.p-top__miyajima__bottom {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.p-top__miyajima__notes {
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  font-weight: 300;
  color: #FFFFFF;
  letter-spacing: 0em;
  line-height: 1.5;
}
.p-top__hotel-bottom {
  padding-top: 72px;
  padding-bottom: 60px;
  background-color: #f1f0dd;
}
.p-top__qa {
  padding-top: 60px;
  padding-bottom: 60px;
}
.p-top__video {
  color: #FFFFFF;
  padding-top: clamp(60px, 7.8125vw, 100px);
  padding-bottom: clamp(60px, 7.8125vw, 100px);
}
.p-top__video__title {
  color: #E8844C;
  background: #FFFFFF;
  padding: 10px 30px;
  text-align: center;
  font-size: clamp(1.5rem, 1.875vw, 2.4rem);
  font-weight: 500;
  letter-spacing: 0em;
  line-height: normal;
}
.p-top__video__attention {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  font-weight: 300;
  letter-spacing: 0em;
  line-height: 24.5px;
}
.p-top__video__sub-title {
  text-align: center;
  margin: 30px auto;
  font-size: clamp(1.5rem, 1.5625vw, 2rem);
  font-weight: 300;
  letter-spacing: 0em;
  line-height: normal;
}
.p-top__video__text {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0em;
  line-height: normal;
}
.p-top__video iframe {
  width: 100%;
  max-height: 542px;
  aspect-ratio: 16/9;
  margin: 40px auto 80px;
}

.swiper img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper-slide {
  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;
  font-size: 24px;
  background: #ddd;
}

.swiper-pagination {
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: auto auto 17px;
}

.swiper-pagination span {
  width: 70px !important;
}
.swiper-pagination-bullet {
  height: 3px !important;
  border-radius: 3px !important;
  background: #c6c6c6 !important;
}

.swiper-pagination-bullet-active {
  background: #fff !important;
}

@media (min-width: 1024px) {
  .sp-only {
    display: none;
  }
}

@media (max-width: 1023px) {
  .pc-only {
    display: none;
  }
  .c-stop-head--okayama {
    margin-bottom: -15px;
  }
  .c-stop-head__title {
    padding-top: 50px;
  }
  .c-stop-head__sub-title {
    height: 2.2rem;
  }
  .c-stop-head__text {
    margin-bottom: 20px;
  }
  .c-stop-head__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-stop-head__decoration--okayama {
    max-width: 50%;
  }
  .c-stop-head__decoration {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  .c-stop-head__link {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  .c-button--nav {
    border-radius: 0;
    padding: 7px 0 26px;
    font-size: clamp(1.2rem, 1.171875vw, 1.5rem);
    text-align: center;
    -webkit-box-shadow: 0 0;
            box-shadow: 0 0;
  }
  .c-button--nav span {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    letter-spacing: 0.1em;
  }
  .c-button--nav svg {
    top: auto;
    right: 0;
    bottom: 10px;
    left: 0;
  }
  .c-button--black .arrow-circle, .c-button--black-l .arrow-circle, .c-button--green .arrow-circle, .c-button--orange .arrow-circle {
    width: 23px;
    height: 23px;
  }
  .c-button--black .arrow, .c-button--black-l .arrow, .c-button--green .arrow, .c-button--orange .arrow {
    width: 7px;
    height: 10px;
  }
  .c-button--black-l {
    padding: 12px 16px;
  }
  .c-button--orange {
    padding: 12px 16px;
  }
  .c-button--green {
    padding: 12px 16px;
  }
  .c-button__text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
  }
  .c-button-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 30px auto auto;
  }
  .c-title {
    padding-bottom: 1px;
  }
  .c-title rt {
    font-size: 9px;
  }
  .c-section {
    margin-top: 30px;
  }
  .p-top__logo {
    display: block;
    margin: 20px auto;
    width: clamp(270px, 46.875vw, 600px);
  }
  .p-top__nav {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 0;
    padding: 0;
  }
  .p-top__nav a {
    width: 100%;
    height: auto;
  }
  .p-top__main {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p-top__main__inner {
    padding-left: 0;
    padding-right: 0;
  }
  .p-top__miryoku__inner {
    padding-top: 60px;
  }
  .p-top__miryoku picture, .p-top__miryoku img {
    max-width: none;
  }
  .p-top__miryoku picture {
    width: 102%;
  }
  .p-top__okayama-top {
    padding-top: 10px;
  }
  .p-top__gallery__item {
    max-width: 100%;
  }
  .p-top__hiroshima-top {
    padding-top: 10px;
  }
  .p-top__hotel {
    padding-top: 80px;
  }
  .p-top__hotel__inner picture, .p-top__hotel__inner img {
    max-width: none;
  }
  .p-top__hotel__inner img.kurashiki-hotel {
    width: 103%;
  }
  .p-top__video__title {
    padding: 5px 7px;
  }
  .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto auto 10px;
  }
}

@media (hover: hover) {
  .c-stop-head__link:hover {
    opacity: 0.5;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .c-button--black:hover {
    opacity: 0.5;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .c-button--black-l:hover {
    opacity: 0.5;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .p-top__main__link:hover {
    opacity: 0.5;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

@media screen and (max-width: 960px) {
  .pageTtl {
    padding-top: 20px;
    padding-left: 3%;
  }
}

@media (max-width: 767px) {
  .p-top__main__link {
    top: 9.6%;
    right: 0;
    left: 0;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (hover: hover) and (pointer:fine) {
  .p-top__gallery__item a:hover span {
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .p-top__gallery__item a:hover::before {
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
/*# sourceMappingURL=style.css.map */</pre></body></html>