@charset "UTF-8";
button, [type="button"], [type="reset"], [type="submit"], [role="button"] {
cursor: pointer;
appearance:none !important;
-webkit-appearance: none !important;
}


/*
  # Global
---------------------------------------------- */
/**
 * Default box-sizing
 */
*,
::before,
::after {
  box-sizing: inherit;
}

/**
 * Resetting margins, paddings, and borders
 */
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,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}

/**
 * Resetting HTML5 Elements for older browsers
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

/*
  # Document & Sections
---------------------------------------------- */
html {
  box-sizing: border-box;
  min-height: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-rendering: optimizeLegibility;
  -webkit-overflow-scrolling: touch;
  font-feature-settings: "palt";
}

/*
  # Grouping content
---------------------------------------------- */
blockquote,
q {
  quotes: none;
}

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

hr {
  overflow: visible;
}

ol,
ul {
  list-style: none;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

/*
  # Text-level semantics
---------------------------------------------- */
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  text-decoration: underline;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 0.8em;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
  # Embedded content
---------------------------------------------- */
audio,
canvas,
progress,
video {
  display: inline-block;
}

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

img,
video {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

iframe {
  max-width: 100%;
}

svg:not([fill]) {
  fill: currentColor;
}

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

/*
  # Tabular data
---------------------------------------------- */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

/*
  # Forms
---------------------------------------------- */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
}

button,
select {
  text-transform: none;
}

button,
input {
  overflow: visible;
}

button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
  -webkit-appearance: button;
}

button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

legend {
  display: table;
  max-width: 100%;
  color: inherit;
  white-space: normal;
}

optgroup {
  font-weight: bold;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/*
  # Interactive & Misc
---------------------------------------------- */
summary {
  display: list-item;
}

template,
[hidden] {
  display: none;
}

/*
  # Accessibility
---------------------------------------------- */
[disabled],
[aria-disabled="true"] {
  cursor: not-allowed;
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-hidden="false"][hidden] {
  display: initial;
}

[aria-hidden="false"][hidden]:not(:focus) {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

:focus:not(:focus-visible),
::before:focus:not(:focus-visible),
::after:focus:not(:focus-visible) {
  outline: none;
}

/**
 * Prettier ignore
 */
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    transition: none !important;
    -webkit-animation: none !important;
            animation: none !important;
    scroll-behavior: auto !important;
  }
}

/***********************************
  Base
************************************/
body {
  /* color: #898989; */
  font-family: YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans','メイリオ', Meiryo,sans-serif;
	letter-spacing: 0.1em;
}

a {
  text-decoration: none;
  color: #000000;
}

/**************************\
  Basic Modal Styles
\**************************/
.modal {
  font-family: -apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.modal__container {
  background-color: #fff;
  padding: 30px;
  max-width: 1200px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
  margin-right: 0;
  margin-left: auto;
}

.modal__header .modal__close:before {
  content: "\2715";
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.modal__btn {
  font-size: .875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: .25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearancoe: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: transform .25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************\
  Demo Animation Style
\**************************/
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

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

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}

@-webkit-keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

@media screen and (max-width: 796px) {
  .modal__container {
    padding: 1rem;
    width: 95%;
  }
  .modal__container iframe {
    height: 56.25vw;
  }
}

/***********************************
  Header
************************************/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  color: #fff;
}

.button-hamburger {
  display: none;
}

.is-scrolled .header-inner, .is-scrolled .header-reserve a {
  color: #000;
}
transition-timing-function
.is-scrolled .header-reserve a {
  border-color: #000;
}

.is-scrolled .header-tel::before {
  background: url(../img/common/icon_tel_black.svg) no-repeat center/contain;
}

.is-scrolled .header-logo a {
  display: none;
}

.is-scrolled .button-hamburger {
  display: block;
}

.header-ondarkbg .header-inner, .header-ondarkbg .header-reserve a {
  color: #fff;
}

.header-ondarkbg .header-reserve a {
  border-color: #fff;
}

.header-ondarkbg .header-tel::before {
  background: url(../img/common/icon_tel.svg) no-repeat center/contain;
}

.header-ondarkbg .button-hamburger {
  background: url(../img/common/btn_menu_white.svg) no-repeat center/contain;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  padding: 20px 30px;
}

.haeder-right {
  display: flex;
  align-items: center;
}

.header-tel {
  font-size: 18px;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Noto Serif JP", sans-serif;
  letter-spacing: 0.1em;
  display: inline-flex;
  align-items: center;
  margin-right: 40px;
}

.header-tel a {
  color: inherit;
}

.header-tel::before {
  content: '';
  display: inline-flex;
  width: 22px;
  height: 18px;
  background: url(../img/common/icon_tel.svg) no-repeat center/contain;
  margin-right: 8px;
}

.header-reserve a {
  display: block;
  border: 1px solid #fff;
  text-align: center;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Noto Serif JP", sans-serif;
  color: #fff;
  letter-spacing: 0.075em;
  padding: 10px 20px;
  transition-property: color, background;
  transition-duration: .5s;
  transition-timing-function: ease;
}

.header-reserve a:hover {
  background: #fff;
  color: #000;
}

.globalnav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #0d1a38;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all .4s;
}

.globalnav-inner {
  width: 716px;
}

.globalnav-flex {
  margin-top: 60px;
  justify-content: space-between;
}

.globalnav-list li {
  align-items: center;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Noto Serif JP", sans-serif;
  margin-right: 30px;
  margin-bottom: 30px;
}

.globalnav-list li::before {
  content: '';
  display: inline-flex;
  width: 18px;
  height: 18px;
  background: url(../img/common/icon_footernav.png) no-repeat center/contain;
  margin-right: 8px;
	padding: 3px 0;
}

.globalnav-list a {
  color: #fff;
}

.globalnav-sublist li {
  display: inline-block;
  margin-right: 20px;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Noto Serif JP", sans-serif;
}

.globalnav-sublist a {
  color: #fff;
}

.sns-list {
  margin-top: 50px;
}

.sns-list li {
  display: inline-block;
  margin-right: 20px;
}

.globalnav-address {
  font-style: normal;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Noto Serif JP", sans-serif;
  font-size: 14px;
  margin-bottom: 45px;
}
.globalnav-address p a{
	color: #FFFFFF;
}

.globalnav-address p + p {
  margin-top: 1em;
  line-height: 2;
}

.globalnav-reserve {
  width: 450px;
  margin-bottom: 50px;
}

.globalnav-reserve a {
  display: block;
  border: 1px solid #8d919d;
  color: #8d919d;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Noto Serif JP", sans-serif;
  letter-spacing: 0.075em;
  padding: 1rem 20px;
  position: relative;
  transition: transform .4s, color .4s;
}

.globalnav-reserve a::after {
  content: '→';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  transition: all .4s;
}

.globalnav-reserve a:hover {
  border-color: #fff;
  color: #fff;
}

.globalnav-reserve a:hover::after {
  transform: translateY(-50%) translateX(10px);
}

.globalnav-termlist li + * {
  margin-top: 20px;
}

.globalnav-termlist a {
  color: #8d919d;
  font-size: 13px;
}

/* Button */
.button-hamburger {
  z-index: 1;
  width: 48px;
  height: 48px;
  margin: auto 0;
  background: url(../img/common/btn_menu.svg) no-repeat center/contain;
  border: 0;
  outline: 0;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  /* IE非対応 */
  position: fixed;
  z-index: 100;
}

.is-open .globalnav {
  opacity: 1;
  visibility: visible;
}

.is-open .button-hamburger {
  background: url(../img/common/btn_close.svg) no-repeat center/contain;
}

@media screen and (max-width: 1040px) {
  .header-inner {
    padding: 10px 1rem;
  }
  .header-logo {
    width: 60px;
  }
  .header-reserve a {
    padding: 3px 10px;
    font-size: 12px;
    white-space: nowrap;
  }
  .header-tel {
    font-size: 12px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 900px) {
  .globalnav {
    display: block;
    padding-top: 100px;
    overflow: auto;
    padding-bottom: 100px;
  }
  .globalnav-inner {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .global-flex_right {
    margin-top: 70px;
  }
}

@media screen and (max-width: 414px) {
  .button-hamburger {
    width: 30px;
    height: 30px;
  }
  .global-flex_right {
    width: 100%;
  }
  .globalnav-reserve {
    max-width: 100%;
  }
  .globalnav-logo {
    width: 80px;
  }
}

/***********************************
  Footer
************************************/
.pagetop {
  border: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 5;
  width: 80px;
  cursor: pointer;
  display: none;
}

.footer {
  background: #0e1a38;
  color: #fff;
  padding: 50px 0 80px;
  position: relative;
}

.footer::before {
  content: '';
  display: block;
  width: 100%;
  height: 37px;
  background: url(../img/common/footer_bg.png) repeat-x bottom center/auto 100%;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
}

.footer-left {
  text-align: left;
  width: 30%;
}
.footer-nav{
	   width: 50%;
  margin-top: 70px;
}
.footer-left img{
	width: 130px;
	margin: auto;
}
.footer-address {
  font-size: 12px;
  color: #8d919d;
  margin-top: 20px;
	 letter-spacing: 0;
}
.footer-address a{color: #8d919d;}
.footer-inner {
  justify-content: space-between;
}

.footer-nav_list {

}

.footer-nav_list li {
  display: inline-flex;
  align-items: center;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Noto Serif JP", sans-serif;
  margin-right: 30px;
  margin-bottom: 15px;
}

.footer-nav_list li::before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background: url(../img/common/icon_footernav.png) no-repeat center/contain;
  margin-right: 8px;
}

.footer-nav_list a {
  color: #fff;
  transition-property: opacity;
  transition-duration: .5s;
  transition-timing-function: ease;
	letter-spacing: 0.1em;
	font-size: 16px;
}

.footer-nav_list a:hover {
  opacity: 0.7;
}

.footer-subnav_list {
  margin-top: 20px;
}

.footer-subnav_list li {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Noto Serif JP", sans-serif;
  display: inline-flex;
  font-size: 30px;
  margin-right: 1rem;
}

.footer-subnav_list a {
  color: #8d919d;
  transition-property: color;
  transition-duration: .5s;
  transition-timing-function: ease;
}

.footer-subnav_list a:hover {
  color: #fff;
}

.footer-bottomnav_list {
  margin-top: 140px;
  text-align: center;
	 letter-spacing: 0;
	line-height: 2;
}

.footer-bottomnav_list li {
  display: inline-block;
  color: #8d919d;
  font-size: 14px;
}

.footer-bottomnav_list li:not(:last-child):after {
  content: '|';
  margin-right: 5px;
  margin-left: 5px;
}

.footer-bottomnav_list a {
  color: inherit;
  transition-property: color;
  transition-duration: .5s;
  transition-timing-function: ease;
}

.footer-bottomnav_list a:hover {
  color: #fff;
}

.footer-sns_list {
  text-align: right;
}

.footer-sns_list li {
  display: inline-block;
  margin-left: 20px;
}

.footer-sns_list li a {
  transition: all .5s;
}

.footer-sns_list li a:hover {
  opacity: 0.6;
}

.footer-copyright {
  color: #8d919d;
  text-align: center;
  font-size: 12px;
  margin-top: 20px;
}

@media screen and (max-width: 900px) {
.pagetop {
  bottom: 1.5rem;
  right: 1rem;
  width: 70px;
}
.footer::before {
  background-size: 200% auto;
}
  .footer {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .footer-inner {
    flex-direction: column;
  }
  .footer-left {
    margin-right: auto;
    margin-left: auto;
	  text-align: center;
	  width: 100%;
  }
.footer-nav {
    width: 100%;
    text-align: center;
	  margin-top: 30px;
}

  .footer-nav_list li {
    display: block;
    margin-right: 0;
  }
  .footer-nav_list li::before {
	display: inline-flex;
	  padding: 4px 0;
  }
  .footer-address {
    margin-top: 40px;

  }
  .footer-subnav_list {
    text-align: center;
	  margin-top: 30px;
  }
  .footer-subnav_list a {
    color: #fff;
  }
  .footer-sns_list {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid hsla(0,0%,100%,.2);
    text-align: center;
  }
  .footer-bottomnav_list {
    margin-top: 40px;
  }
.footer-bottomnav_list li {
  font-size: 12px;
}
}
@media screen and (max-width: 640px) {
.footer-left img {
  width: 100px;
}
}
@media screen and (max-width: 414px) {
  .footer-bottomnav_list {
    font-size: 12px;
  }
}

/***********************************
  Common parts
************************************/
.elipse-1line {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media screen and (min-width: 1001px) {
  .sp_only {
    display: none !important;
  }
}

@media screen and (max-width: 1000px) {
  .pc_only {
    display: none !important;
  }
}

.inner {
  width: 1000px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.inner02 {
 width: 2000px;
 max-width: 100%;
 margin: 0 auto;
 padding: 24px;
}
.inner03 {
  width: 1350px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 5%;
}

.inner.narrow {
  width: 930px;
}

.c-grid {
  display: flex;
  flex-wrap: wrap;
}

.ff-sanserif {
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN', 'Noto Serif JP',sans-serif;
}

.sec-title {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Noto Serif JP", sans-serif;
}

.sec-title_en img {
  height: 30px;
  width: auto;
}

.sec-title_ja {
  letter-spacing: 0.2em;
  display: block;
  margin-top: 25px;
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
}

.message-title {
  font-size: 24px;
  letter-spacing: 0.1em;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Noto Serif JP", sans-serif;
  font-weight: 500;
}

.text_vertical {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  line-height: 1.9;
}

.text_shadow {
  text-shadow: 2px 2px 3px rgba(4, 0, 0, 0.75);
}

.text_center {
  text-align: center;
}

.screen-reader-text {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

.linkbtn a {
  display: block;
  border: 1px solid #000;
  text-align: center;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Noto Serif JP", sans-serif;
  letter-spacing: 0.1em;
  border-radius: 10px;
}

.linkbtn-border a {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
}

.linkbtn-border a::after {
  content: '';
  display: block;
  align-items: center;
  width: 40px;
  height: 1px;
  background: #000;
  margin-left: 1rem;
  transition: width .5s;
}

.linkbtn-border a:hover::after {
  width: 60px;
}

.square-link a {
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
  border: 1px solid rgba(35, 24, 21, 0.5);
  padding: 15px;
  position: relative;
	font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Noto Serif JP", sans-serif;
	font-size: 12px;
}

.square-link a::after {
  content: '';
  display: block;
  position: absolute;
  width: 40px;
  border-top: 1px solid rgba(35, 24, 21, 0.5);
  height: 1px;
  top: 50%;
  left: calc(100% - 20px);
  transition: width .5s;
}

.square-link a:hover::after {
  width: 60px;
}

.square-link.normal-width {
  margin-top: 60px;
  max-width: 230px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1000px) {
  .inner {
    width: 85%;
  }
  .inner.narrow {
    max-width: 90%;
  }
  .text_vertical.sp_normal {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
  }
}

@media screen and (max-width: 796px) {
  body {
    font-size: 14px;
  }
.message-title {
  font-size: 20px;

}
}


.linkbtn a {
  display: block;
  border: 1px solid #000;
  text-align: center;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Noto Serif JP", sans-serif;
  letter-spacing: 0.1em;
  border-radius: 10px;
}

.linkbtn-border2 a {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
}

.linkbtn-border2 a::after {
  content: '';
  display: block;
  align-items: center;
  width: 40px;
  height: 1px;
  background: #000;
  margin-left: 1rem;
  transition: width .5s;
}

.linkbtn-border2 a:hover::after {
  width: 60px;
}


/***********************************
  TOP
************************************/
.start {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0a122b;
  display: flex;
  align-items: center;
  justify-content: centers;
}

.start .logo {
  display: none;
  width: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.top-sec {
  padding: 150px 0;
}
.top-sec02{
	padding: 50px;
}
.top-sec03{
	padding: 150px 0 170px;
}
}
.top-sec04{
	padding: 0;
}
/* MV */
.top-mv {
  position: relative;
  height: 100vh;
  width: 100%;
}

.top-mv_slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.slider_wrapper {
  height: 100%;
}

.slide_item {
  width: calc(100% + 100px);
  height: 100%;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  transition-property: opacity;
  transition-duration: 3.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  opacity: 0;
  z-index: 0;
}

.slide_item.is-active {
  opacity: 1;
  z-index: 1;
  -webkit-animation: slidemove 22s linear infinite;
          animation: slidemove 22s linear infinite;
}

@-webkit-keyframes slidemove {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100px);
  }
}

@keyframes slidemove {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100px);
  }
}


.slide_item.bg01 {
  background: url(../img/top/mv_slider01.jpg) no-repeat center/cover;
}

.slide_item.bg02 {
  background: url(../img/top/mv_slider02.jpg) no-repeat center/cover;
}

.slide_item.bg03 {
  background: url(../img/top/mv_slider03.jpg) no-repeat center/cover;
}

.slide_item.bg04 {
  background: url(../img/top/mv_slider04.jpg) no-repeat center/cover;
}
.slide_item.bg05 {
  background: url(../img/top/mv_slider05.jpg) no-repeat center/cover;
}

.mv-news {
  position: absolute;
  width: 500px;
  max-width: 100%;
  background: #f5fcff;
  border-radius: 100rem;
  padding: 14px 20px;
  font-size: 15px;
  bottom: 70px;
  left: 0;
  z-index: 3;
}

.mv-news::after {
  content: '>';
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

.mv-news .news-item {
  display: flex;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s;
}

.mv-news .news-item.is-active {
  opacity: 1;
  position: static;
  visibility: visible;
}

.mv-news .date {
  color: #1460ad;
  width: 105px;
}

.mv-news .title {
  width: calc(100% - 105px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.top-mv .inner {
  position: relative;
  display: block;
  width: 80%;
  z-index: 3;
}

.top-mv_copy {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  width: 390px;
}

.mv-movie {
  position: absolute;
  bottom: 35px;
  right: 0;
  width: 250px;
  z-index: 3;
}

.mv-movie button {
  display: block;
  background: none;
  border: none;
}

.mv-movie button::before {
  content: '';
  display: block;
  position: absolute;
  width: 43px;
  height: 43px;
  background: url(../img/top/btn_play.svg) no-repeat center/contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform .4s;
}

.mv-movie button::after {
  content: 'PLAY MOVIE';
  font-size: 10px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: calc(50% + 40px);
  left: 50%;
  transform: translate(-50%, -50%);
}

.mv-movie button:hover::before {
  transform: translate(-50%, -50%) scale(1.2);
}

/* about */
.top-about {
  padding: 100px 0;
}

.top-about .inner {
  width: 1200px;
}

.top-about_inner {
  flex-direction: row-reverse;
  justify-content: space-between;
}

.top-about_copy {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Noto Serif JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 24px;
  line-height: 2.1;
}

.top-about_textarea .text_vertical {
  font-size: 15px;
  max-height: 300px;
  margin-top: 70px;
}

.top-about_map {
  width: 50%;
  max-width: 535px;
  position: relative;
}

.top-about_map svg {
  max-width: 100%;
  height: auto;
}

.top-about_map .blinkdot {
  -webkit-animation: blinkanimation 1s infinite linear;
          animation: blinkanimation 1s infinite linear;
}

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

@keyframes blinkanimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* tour */
.top-tour {
  background: url(../img/top/tour_bg.jpg) no-repeat center/cover;
  height: 80vh;
}

.top-tour .linkbtn {
  text-align: center;
  width: 220px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 40px;
}

.top-tour .linkbtn a {
  border-color: #fff;
  font-size: 15px;
  padding: 10px 0;
  color: #fff;
  position: relative;
  transition-property: background, border-color;
  transition-duration: 1s;
  transition-timing-function: ease;
}

.top-tour .linkbtn a::after {
  content: '→';
  display: inline-flex;
  align-self: center;
  margin-left: 20px;
  font-size: 1.33333em;
  font-weight: bold;
  line-height: 1;
  transition-property: transform;
  transition-duration: 1s;
  transition-timing-function: ease;
}

.top-tour .linkbtn a:hover {
  border-color: #0d1a38;
  background: #0d1a38;
}

.top-tour .linkbtn a:hover::after {
  transform: translateX(10px);
}

.top-tour_logo {
  text-align: center;
}

.top-tour_logo img {
  margin-right: auto;
  margin-left: auto;
}

.top-tour_title {
  text-align: center;
  color: #fff;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Noto Serif JP", sans-serif;
  margin-top: 45px;
  font-weight: 100;
}

.top-tour_title_01 {
  display: block;
  letter-spacing: 0.2em;
  font-size: 22px;
}

.top-tour_title_02 {
  font-size: 34px;
  letter-spacing: 0.2em;
  margin-top: 10px;
  display: block;
  font-weight: 100;
}

/* stay */
.top-stay {
  background: #0d1a38;
  color: #fff;
  overflow: hidden;
}

.top-stay .inner {
  width: 80%;
}

.top-stay .sec-title {
  position: relative;
  display: inline-block;
}

.top-stay .sec-title .accent {
  position: absolute;
  width: 90px;
  left: calc(100% + 50px);
  top: -40px;
}

.top-stay .text_vertical {
  height: 250px;
  font-size: 14px;
  margin-top: 60px;
}

.top-stay_inner {
  flex-wrap: nowrap;
}

.top-stay_textarea {
  width: 250px;flex-shrink: 0;
}

.top-stay_slideitem {
  width: 500px;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.top-stay_slideitem::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  transition: transform .6s;
}

.top-stay_slideitem.bg01::after {
  background: url(../img/top/stay_slide01.png) no-repeat center/cover;
}

.top-stay_slideitem.bg02::after {
  background: url(../img/top/stay_slide02.png) no-repeat center/cover;
}

.top-stay_slideitem.bg03::after {
  background: url(../img/top/stay_slide03.png) no-repeat center/cover;
}

.top-stay_slideitem.bg04::after {
  background: url(../img/top/stay_slide04.png) no-repeat center/cover;
}

.top-stay_slideitem.bg05::after {
  background: url(../img/top/stay_slide05.png) no-repeat center/cover;
}

.top-stay_slideitem a::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.top-stay_slideitem:hover::after {
  transform: scale(1.1);
}

.slideitem_inner {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

.slideitem_inner .num {
  font-size: 18px;
}

.slideitem_inner .subtitle {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 30px;
}

.slideitem_inner a {
  color: inherit;
  font-size: 14px;
}

.top-stay_slider {
  margin-right: calc(50% - 50vw);
  margin-left: 100px;
  padding-bottom: 120px;
}

.stayslider_controls {
  margin-top: 40px;
  position: relative;
}

._slide_progressbar {
  background: rgba(248, 248, 242, 0.3);
  width: calc(100% - 450px) !important;
  max-width: 500px !important;
  height: 1px !important;
  position: relative;
  z-index: 2;
}

.swiper-pagination-progressbar-fill {
  background: #1460ad !important;
  height: 1px !important;
}

._slide_navi {
  width: 180px;
  height: 80px;
  position: absolute;
  right: calc(-50% + 50vw);
  top: calc(50% - 40px);
}

._slide_navi > * {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

._slide_navi_prev {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px #F8F8F2 solid;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.3;
  pointer-events: none;
  outline: none;
}

._slide_navi_next {
  width: 80px;
  height: 80px;
  position: absolute;
  right: 0;
  top: 0;
  border: 1px #F8F8F2 solid;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
}

._slide_navi ._cursor {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 1s ease;
}

._slide_navi ._slide_navi_prev:hover ._cursor {
  transform: translate(-100%, -50%);
  -webkit-animation: slide_navi_prev_hover 1s forwards;
          animation: slide_navi_prev_hover 1s forwards;
}

._slide_navi ._slide_navi_next:hover ._cursor {
  transform: translate(0%, -50%);
  -webkit-animation: slide_navi_next_hover 1s forwards;
          animation: slide_navi_next_hover 1s forwards;
}

@-webkit-keyframes slide_navi_prev_hover {
  0% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  50% {
    transform: translate(-100%, -50%);
    opacity: 0;
  }
  51% {
    transform: translate(0%, -50%);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}

@keyframes slide_navi_prev_hover {
  0% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  50% {
    transform: translate(-100%, -50%);
    opacity: 0;
  }
  51% {
    transform: translate(0%, -50%);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}

@-webkit-keyframes slide_navi_next_hover {
  0% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  50% {
    transform: translate(0%, -50%);
    opacity: 0;
  }
  51% {
    transform: translate(-100%, -50%);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}

@keyframes slide_navi_next_hover {
  0% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  50% {
    transform: translate(0%, -50%);
    opacity: 0;
  }
  51% {
    transform: translate(-100%, -50%);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}

._slide_navi ._cursor path {
  transition: stroke 1s ease;
}

._slide_navi div:hover ._cursor path {
  stroke: #1460ad !important;
}

._slide_navi ._circle {
  position: absolute;
  left: -2px;
  top: -2px;
  transition: transform 1.5s ease;
}

._slide_navi circle {
  fill: transparent;
  stroke: #1460ad !important;
  stroke-width: 2;
  stroke-dasharray: 0 377;
  -webkit-animation: slideCircleR 1s forwards;
          animation: slideCircleR 1s forwards;
}

._slide_navi div:hover ._circle {
  transform: rotate(360deg);
}

._slide_navi div:hover circle {
  -webkit-animation: slideCircle 1.5s forwards;
          animation: slideCircle 1.5s forwards;
}

.all_title_head {
  color: #1460ad !important;
}

.all_title {
  color: #fff !important;
}

@-webkit-keyframes slideCircle {
  0% {
    stroke-dasharray: 0 377;
  }
  99.9%, to {
    stroke-dasharray: 377 377;
  }
}

@keyframes slideCircle {
  0% {
    stroke-dasharray: 0 377;
  }
  99.9%, to {
    stroke-dasharray: 377 377;
  }
}

@-webkit-keyframes slideCircleR {
  0% {
    stroke-dasharray: 377 377;
  }
  99.9%, to {
    stroke-dasharray: 0 377;
  }
}

@keyframes slideCircleR {
  0% {
    stroke-dasharray: 377 377;
  }
  99.9%, to {
    stroke-dasharray: 0 377;
  }
}

/* spa */
.top-spa {
  overflow: hidden;
}

.top-spa .inner {
  width: 1200px;
}

.top-spa_titlewrap {
  display: flex;
  width: 50%;
  margin-left: auto;
  margin-right: 0;
  white-space: nowrap;
}

.top-spa_titlewrap .text {
  font-size: 14px;
  margin: 20px 40px;
  line-height: 2;
}

.top-spa_images {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  display: flex;
  margin-top: 100px;
  justify-content: space-between;
  align-items: flex-start;
}

.top-spa_img {
  position: relative;
}

.top-spa_img .caption {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin:0 auto;
	transform: translateY(-50%);
  text-align: center;
}

.top-spa_img .caption img {
  height: 40px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  display: block;
}

.top-spa_img .caption span {
  display: block;
  font-weight: 300;
  color: #fff;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Noto Serif JP", sans-serif;
  font-size: 20px;
  margin-top: 10px;
  letter-spacing: 0.2em;
}

.top-spa_img.img01 {
  top: -220px;
  width: 45.66667vw;
  left: -3.33333vw;
}

.top-spa_img.img01 img {
  width: 100%;
}

.top-spa_img.img02 {
  width: 50%;
}

.top-spa_img.img02 img {
  width: 100%;
}

/* food */
.top-food {
  overflow: hidden;
}

.top-food .inner {
  position: relative;
  width: 80%;
}

.top-food .inner::before {
  content: '';
  width: 100px;
  height: 110px;
  display: block;
  position: absolute;
  background: url(../img/top/food_accentimg02.svg) no-repeat center/contain;
  bottom: -20px;
  right: -15px;
}

.top-food_inner {
  display: flex;
  position: relative;
}

.top-food_inner .top-food_img {
  margin-right: calc(50% - 50vw);
}

.top-food_textarea {
  padding-right: 100px;
  position: relative;flex-shrink: 0;
width: 340px;}

.top-food_textarea .text_vertical {
  max-height: 270px;
  margin-top: 40px;
  margin-bottom: 115px;
	font-size: 14px;
text-align: justify;
}

.top-food_textarea::before {
  content: '';
  width: 68px;
  height: 68px;
  display: block;
  position: absolute;
  background: url(../img/top/food_accentimg01.svg) no-repeat center/contain;
  top: -100px;
  left: 150px;
}

.top-food_floatimg {
  position: absolute;
  width: 300px;
  top: calc(100% - 100px);
  left: calc(50% + 110px);
}

.top-food_img02 {
  margin-top: 80px;
  width: 390px;
}

/* activity */
.top-activity {
  background: url(../img//top/activity_bg.jpg) no-repeat center/cover;
  color: #fff;
}

.top-activity .sec-accent, .top-activity .sec-title {
  text-align: center;
}

.top-activity .sec-title {
  margin-top: 35px;
  margin-bottom: 35px;
}

.top-activity_item {
  width: 50%;
  max-width: 395px;
  margin-right: auto;
  margin-left: auto;
}

.top-activity_item .image {
  width: 395px;
  height: 395px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 1;
}

.top-activity_item .image img {
  transition: transform .5s;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.top-activity_item .image a {
  display: block;
  height: 100%;
  width: 100%;
}

.top-activity_item .image a:hover img {
  transform: scale(1.1);
}

.top-activity_item .textarea {
  margin-top: 50px;
}

.top-activity_item .subtitle {
  font-size: 20px;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 30px;
  font-weight: normal;
}

.top-activity_item .text {
  font-size: 14px;
  line-height: 2;
  max-width: 340px;
  margin-right: auto;
  margin-left: auto;
}

/* area */
.top-area_inner {
  justify-content: space-between;
}

.top-area_img {
  margin-left: calc(50% - 50vw);
  width: 53vw;
}

.top-area_textarea {
  width: 380px;
  padding-left: 75px;
  position: relative;
	text-align: justify;
}

.top-area_textarea .text {
  max-height: 270px;
  margin-top: 40px;
  margin-bottom: 115px;
	font-size: 14px;
text-align: justify;
}

.top-stay_textarea .sec-title_en img {
    max-width: none;
}

/* event */
.top-event {
overflow: hidden;
}
.top-event .inner {
  position: relative;
  width: 80%;
}

.top-event_inner {
  display: flex;
  position: relative;
}

.top-event_inner .top-event_img {
  margin-right: calc(50% - 50vw);
	width: 53vw;
}


.top-event_textarea{
  padding-right: 100px;
  position: relative;flex-shrink: 0;
width: 340px;
}

.top-event_textarea .text {
 max-height: 0px;
  margin-top: 40px;
  margin-bottom: 115px;
	font-size: 14px;
text-align: justify;
}


.top-event_textarea::before {
  content: '';
  width: 68px;
  height: 68px;
  display: block;
  position: absolute;
  background: url(../img/top/event_icon.svg) no-repeat center/contain;
  top: 0px;
  left: 150px;
}

.top-event_textarea .sec-title_en img {
    max-width: none;
}




/***********************************
 anniv
************************************/

.top-anniv_inner {
  justify-content: space-between;
}

.top-anniv_img {
  margin-left: calc(50% - 50vw);
  width: 53vw;
}

.top-anniv_textarea{
  width: 380px;
  padding-left: 75px;
  position: relative;
	text-align: justify;
}

.top-anniv_textarea .text {
  margin-top: 35px;
  margin-bottom: 35px;
  line-height: 2;
  font-size: 14px;
}

.top-anniv_textarea::before {
  content: '';
  width: 120px;
  height: 68px;
  display: block;
  position: absolute;
  background: url(../img/top/anniv_accentimg01.svg) no-repeat center/contain;
  bottom: 0px;
  left: 300px;
}
@media screen and (max-width: 1000px) {
.top-anniv_textarea{
  width: 100%;
  padding: 0 0 50px;
}
.top-anniv_textarea::before {
  right: 30px;
	bottom: 10px;
	left: auto;
}	
	
	
}

/* news */
.top-news {
  padding-top: 0;
  padding-bottom: 200px;
}

.top-news01 {
  padding-top: 50px;
  padding-bottom: 100px;
}

.top-news .sec-title {
  position: relative;
}

.top-news .sec-title::before {
  content: '';
  width: 60px;
  height: 80px;
  display: block;
  position: absolute;
  background: url(../img/top/news_accentimg01.svg) no-repeat center/contain;
  top: 0;
  bottom: 0;
  right: calc(50% + 150px);
}

.top-news_list {
  margin-top: 50px;
  margin-right: -20px;
}

.top-news_buttons {
  display: flex;
  justify-content: flex-end;
}

.top-news_buttons > * {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  width: 24px;
  margin-left: 5px;
  outline: none;
}

.top-news_card {
  width: calc(25% - 20px);
  margin-right: 20px;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Noto Serif JP", sans-serif;
  font-size: 12px;
}

.top-news_card .thumbnail {
  position: relative;
  overflow: hidden;
}

.top-news_card .thumbnail a {
  display: block;
  padding-top: 49.1453%;
}

.top-news_card .thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform .5s;
}

.top-news_card .thumbnail:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}

.top-news_card .info {
  margin-top: 10px;
}

.top-news_card .title {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
  margin-top: 4px;
}

@media screen and (min-width: 797px) {
  .top-news_buttons {
    display: none;
  }
.top-activity_item .subtitle {
  margin-bottom: 20px;
}
}

@media screen and (max-width: 1000px) {
  .top-sec {
    padding: 60px 0;
  }
.top-sec02 {
  padding: 50px 0 0;
}
.top-sec03 {
  padding: 100px 0 ;
}
.top-sec04 {
  padding: 20px 0 ;
}
  .top-mv {
    height: auto;
  }
  .top-mv_copy {
    max-width: 75%;
  }
  .top-mv_slider {
    height: 100vh;
  }
  .mv-movie {
    position: static;
    width: 90%;
    margin: 40px auto;
  }
  .mv-movie button,
  .mv-movie img {
    width: 100%;
  }
  .mv-news {
    bottom: calc(100% + 80px);
    right: 0;
    margin: 0 auto;
  }
  .top-about {
    padding: 0 0 60px;
  }
  .top-about_inner {
    flex-direction: column;
  }
  .top-about .inner {
    width: 85%;
  }
  .top-about_map {
    margin-right: auto;
    margin-left: auto;
    width: 90%;
    margin-top: 60px;
  }
.top-stay .inner {
  width: 85%;
}
  .top-stay_inner {
    display: block;
  }
  .top-stay_textarea {
    width: auto;
  }
  .top-stay .text_vertical {
    height: auto;
    margin-bottom: 60px;
  }
  .top-stay_slider {
    margin-left: 0;
  }
  .stayslider_controls {
    margin-top: 100px;
  }
  ._slide_progressbar {
    display: none;
  }
  ._slide_navi {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .top-spa .inner,#area .inner {
    width: 85%;
  }
  .top-spa_titlewrap {
    width: 100%;
    flex-direction: column;
    white-space: initial;
  }
  .top-spa_titlewrap .text {
  margin: 20px 0 0;
  }
.top-spa_img .caption span {
  font-size: 18px;
}
  .top-spa_img.img01 {
    top: 0;
    width: 100%;
    left: 0;
  }
  .top-spa_img.img01 img {
    width: 100%;
  }
  .top-spa_img.img02 {
    width: 100%;
  }
  .top-spa_images {
    margin-top: 60px;
    display: block;
  }
  .top-food_inner {
    display: block;
  }
  .top-food_textarea {
    padding-right: 0;
  width: 100%;}
  .top-food_textarea .text_vertical {
    margin-bottom: 60px;
  }
  .top-food_textarea .linkbtn-border {
    text-align: right;
  }
  .top-food_inner .top-food_img {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-top: 60px;
  }
  .top-food_floatimg {
    left: auto;
    right: 0;
    z-index: 2;
  }
  .top-food_img02 {
    margin-top: 240px;
  }
  .top-food_textarea::before {
    right: 0;
    left: auto;
    top: 0;
  }
  .top-activity_inner {
    display: block;
    margin-top: 40px;
  }
  .top-activity_item {
    width: 100%;
  }
  .top-activity_item + * {
    margin-top: 60px;
  }
  .top-area_inner {
    flex-direction: column-reverse;
  }
  .top-area_textarea {
    width: 100%;
    padding-left: 0;
    margin-bottom: 60px;
  }
  .top-area_textarea .linkbtn-border {
    text-align: right;
  }
  .top-area_img {
    width: 100vw;
  }
  .top-area_textarea::before {
    bottom: auto;
    top: 0;
    right: 0;
    left: auto;
  }
  .top-news {
    padding-top: 0;
    padding-bottom: 130px;
  }
  .top-news_list {
    margin-right: 0;
  }
  .top-news_card {
    width: calc(50% - 20px);
  }
  .top-news .sec-title::before {
    right: auto;
    left: calc(50% + 120px);
  }
}

@media screen and (max-width: 796px) {
  .top-about_copy {
    font-size: 21px;
  }
  .top-about_textarea .text_vertical {
    font-size: 14px;
    margin-top: 40px;
	  text-align: justify;
  }
  .top-stay_slider {
    padding-bottom: 40px;
  }
.slideitem_inner .subtitle {
  font-size: 24px;
}
.top-tour_title_01 {
  font-size: 18px;
}
.top-tour_title_02 {
  font-size: 26px;
	margin-top: 0px;
}
.top-food_floatimg {
  left: 60%;
  right: auto;
  bottom: -130px;
  top: auto;
}
  .top-stay_slideitem {
    width: 300px;
    height: 300px;
  }
  .top-activity_item .image {
    max-width: 100%;
  }
  .top-activity_item + * {
    margin-top: 60px;
  }
  .top-activity_item .textarea {
    margin-top: 30px;
  }
.top-activity_item .subtitle {
  margin-bottom: 10px;
}
  .top-activity_item .image a:hover img {
    transform: scale(1);
  }

  .top-food_floatimg {
   width: 40%;
  }
  .top-food_img02 {
    width: 50%;
    margin-top: 20.66667vw;
  }
  .top-news_list .c-grid {
    flex-wrap: nowrap;
  }
.top-tour_title {
  margin-top: 25px;
}
.top-tour_logo img {
  width: 80px;
}
.top-stay .sec-title .accent {
  top: -20px;
}
}

@media screen and (max-width: 500px) {
  .top-about_map {
    width: 100%;
  }
  .top-news .sec-title::before {
    left: 0;
    width: 40px;
  }
  .top-activity_item .image {
    width: 300px;
    height: 300px;
  }
.top-food .inner::before {
  width: 80px;
  height: 90px;
  bottom: -60px;
  right: 0px;
}
.top-area_textarea::before {
  width: 80px;
}
}

/***********************************
  Page common
************************************/
.page-mv {
  height: 656px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.page-mv_bg {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page-mv_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-mv_bg::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #8d919d;
  mix-blend-mode: multiply;
}

@-webkit-keyframes bg-smaller {
  0% {
  }
}

@keyframes bg-smaller {
  0% {
  }
}

.page-mv_title {
  text-align: center;
  position: relative;
  color: #fff;
  z-index: 1;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Noto Serif JP", sans-serif;
}

.page-mv_title_ja {
  font-size: 38px;
  letter-spacing: 0.1em;
  font-weight: 300;
}

.page-mv_title_en {
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: 300;
  display: block;
}

.page-firstmessage {
  padding: 100px 0;
  text-align: center;
}

.page-firstmessage .message-title {
  margin-bottom: 60px;
}

.page-firstmessage .message-text {
  font-size: 15px;
  line-height: 2;
}

.page-contents {
  padding: 100px 0;
}
.page-contents02{
	padding: 0 0 100px;
}
@media screen and (max-width: 796px) {
.page-firstmessage {
  padding: 55px 0;
  text-align: center;
}
.page-firstmessage .message-title {
  margin-bottom: 40px;
}
  .page-mv_title_ja {
    font-size: 24px;
  }
  .page-mv_title_en {
    font-size: 14px;
  }
.page-contents {
  padding: 55px 0 100px;
}

.page-firstmessage .message-text {
  font-size: 14px;
}
}

@media screen and (max-width: 640px) {
.page-mv {
  height: 456px;
}
}
/***********************************
  STAY
************************************/
.stay-plan {
  padding-bottom: 200px;
  overflow: hidden;
}

.stay-plan_title {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Noto Serif JP", sans-serif;
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.inner02 .stay-plan_inner .stay-plan_title,.information-other .stay-plan_title{
	

	 display: block;
}
.stay-plan_title_en {
  display: block;
}

.stay-plan_title_en img {
  height: 12px;
}

.stay-plan_title .title-icon {
  width: 55px;
  margin-left: 10px;
}

.stay-plan_slider {
  overflow: visible;
}

.stay-plan_slider .swiper-wrapper {
  overflow: visible;
}

.stay-plan_slider .control-buttons {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 1;
  top: 50%;
  left: 0;
  right: 0;
  padding-left: 20px;
  padding-right: 20px;
  transform: translateY(-50%);
}

.stay-plan_slider .control-buttons > * {
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  cursor: pointer;
}

.stay-plan_slider .control-buttons > p {
  display: none;
}

.stay-plan_inner {
  justify-content: space-between;
  margin-top: 100px;
}

.stay-plan_inner .right {
  width: calc(50% - 45px);
}

.stay-plan_inner .left {
  width: calc(50% - 45px);
}

.stay-plan .inner {
  width: 930px;
}

.stay-plan .square-link {
  max-width: 282px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px;
}

.stay-plan .square-link a {
  font-size: 12px;
}

.stay-plan .message {
  font-size: 14px;
  line-height: 1.85;
}

.stay-plan .infolist {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
}

.stay-plan .infolist dt {
  width: 75px;
}

.stay-plan .infolist dd {
  width: calc(100% - 75px);
  margin-bottom: 10px;
}

.stay-plan .infolist dd.long {
  width: 100%;
}

@media screen and (max-width: 1040px) {
  .page-firstmessage {
    padding-right: 5%;
    padding-left: 5%;
  }
  .stay-plan_inner {
    padding-right: 5%;
    padding-left: 5%;
    margin-top: 50px;
  }
}

@media screen and (max-width: 1000px) {
  .stay-plan_inner {
    flex-direction: column;
  }
  .stay-plan_inner .left {
    width: 100%;
  }
  .stay-plan_inner .right {
    width: 100%;
    margin-top: 40px;
  }
  .stay-plan_slider .control-buttons > * {
    width: 40px;
    height: 40px;
  }
  .stay-plan_slider .control-buttons > * svg {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 1000px) {
.stay-message .message-text{
	text-align: justify;
	}
.stay-plan {
  padding-bottom: 100px;
}
}
@media screen and (max-width: 440px) {
.stay-plan_title {
  font-size: 20px;
}
}



/***********************************
  ACTIVITY
************************************/
.activity-message {
  padding: 120px 0 90px;
}

.activity-list {
  padding: 110px 0;
}

.activity-list_other {
  margin-top: 110px;
}

.activity-list_item.featured {
  width: 100%;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  justify-content: space-between;
}

.activity-list_item.featured .meta {
  width: 30.6%;
}

.activity-list_item.featured .thumbnail {
  width: 64.2%;
}

.activity-list_item.featured + * {
  margin-top: 60px;
}

@media screen and (min-width: 1001px) {
  .activity-list_item.featured:nth-child(even) {
    flex-direction: row-reverse;
  }
}

.activity-list_item .thumbnail a {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 49.4382%;
}

.activity-list_item .thumbnail a::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  opacity: 0;
  transition: opacity 1s;
}

.activity-list_item .thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 1s;
}

.activity-list_item .thumbnail:hover a::before {
  opacity: 1;
}

.activity-list_item .thumbnail:hover img {
  transform: translate(-50%, -50%) scale(1.08);
}

.activity-list_item .meta h3 {
  font-size: 24px;
  letter-spacing: 0.1em;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Noto Serif JP", sans-serif;
  font-weight: 500;
  margin-bottom: 30px;
}

.activity-list_item .meta .time {
  display: flex;
  color: #05477b;
  margin-bottom: 30px;
}

.activity-list_item .meta .time dt {
width: 100px;
	font-weight: bold;
}
.activity-list_item .meta .time dd {
}
.activity-list_item .meta .excerpt {
  margin-bottom: 30px;
	text-align: justify;
	line-height: 1.8;
}

.activity-list_other .inner {
  width: 1120px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.activity-list_other .activity-list_item {
  width: calc(50% - 40px);
  margin-bottom: 60px;
}

.activity-list_other .activity-list_item .thumbnail {
  margin-bottom: 30px;
}

.activity-list_other .activity-list_item .meta {
  text-align: center;
}

.activity-list_other .activity-list_item .time {
  justify-content: center;
	text-align: left;
}

.activity-single .page-mv {
  text-align: center;
  flex-direction: column;
}

.activity-single .page-mv_title_ja {
  font-size: 30px;
  font-weight: 600;
}

.activity-signle_contents {
  padding: 120px 0;
}

.activity-signle_contents .detail-info {
  margin-top: 100px;
  margin-bottom: 40px;
  font-size: 15px;
}

.activity-signle_contents .detail-info .item {
  display: flex;
  padding: 20px 0;
  border-top: 1px solid  #231815;
}

.activity-signle_contents .detail-info .item:last-child {
  border-bottom: 1px solid #231815;
}

.activity-signle_contents .detail-info dt {
  width: 200px;
  font-weight: bold;
}

.activity-signle_contents .detail-info dd {
  width: calc(100% - 200px);
}

.activity-signle_contents .tofaq {
  text-align: center;
}

.activity-signle_message {
  background: #0d1a38;
  color: #fff;
  padding: 50px 0;
}

.activity-signle_message .inner {
  display: flex;
  width: 760px;
}

.activity-signle_message .inner h3 {
  margin-bottom: 40px;
  font-weight: 500;
}

.activity-signle_message .image {
  width: 185px;
  flex-shrink: 0;
  margin-right: 40px;
  text-align: center;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Noto Serif JP", sans-serif;
}

.activity-signle_message .image img {
  margin-bottom: 10px;
}

.activity-signle_message .textarea p {
  line-height: 2;
}

.single-time {
  width: 90%;
  max-width: 430px;
  margin-top: 50px;
  position: relative;
  z-index: 1;
  border: 1px solid #fff;
  font-size: 15px;
}

.single-time dt {
  background: #fff;
  text-align: center;
  padding: 0 10px;
	color: #000;
}

.single-time dd {
  color: #fff;
  text-align: center;
  padding: 8px 10px;
line-height: 1.6;
}

.activity-signle_list .message-title {
  text-align: center;
  margin-bottom: 40px;
}

.activity-signle_list .message-title span {
  display: block;
}

.activity-signle_list .activity-list_other {
  margin-top: 0;
}

@media screen and (max-width: 1000px) {
  .activity-list {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .activity-list_item.featured {
    flex-direction: column-reverse;
    padding: 0;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .activity-list_item.featured .thumbnail {
    width: 100%;
   margin-bottom: 10px;
  }
  .activity-list_item.featured .meta {
    width: 100%;
  }
  .activity-list_item.featured .meta h3 {
    text-align: center;
  }
  .activity-list_item.featured .time {
    justify-content: center;
	  font-size: 13px;
letter-spacing: 0;
	  margin-bottom: 20px;
  }
  .activity-list_other {
    margin-top: 60px;
  }
  .activity-list_other .inner {
    width: 90%;
  }
  .activity-signle_contents .detail-info .item {
    display: block;
    padding: 0;
  }
  .activity-signle_contents .detail-info .item dt {
    width: 100%;
    background: #f5f5f5;
    padding: 10px 1rem;
  }
  .activity-signle_contents .detail-info .item dd {
    width: 100%;
    padding: 10px 1rem 30px;
  }
  .activity-single .activity-list_other .inner {
    display: block;
  }
  .activity-single .activity-list_other .activity-list_item {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
  .activity-single .activity-list_other .activity-list_item .thumbnail {
    width: 125px;
    height: 125px;
    overflow: hidden;
    margin-right: 30px;
    margin-bottom: 0;
    flex-shrink: 0;
  }
  .activity-single .activity-list_other .activity-list_item .thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .activity-single .activity-list_other .activity-list_item .meta {
    text-align: left;
  }
  .activity-single .activity-list_other .activity-list_item .time {
    justify-content: flex-start;
    font-size: 14px;
  }
  .activity-single .activity-list_item .meta h3 {
    font-size: 18px;
    margin-bottom: 0px;
  }
.activity-list_item.featured .meta h3 {
  font-size: 20px;
  margin-bottom: 20px;
	margin-bottom: 0px;
}
.activity-list_item .meta .time dt {
	margin-right: 10px;
width: auto;
}
.activity-list_item .meta .time dd {
width: auto;
}

}

@media screen and (max-width: 796px) {
.activity-list_item .meta h3 {
  font-size: 20px;
	line-height: 1.8;
	margin-bottom: 0px;
}
.activity-list_other .activity-list_item .thumbnail {
  margin-bottom: 15px;
}
  .activity-list_other .inner {
    flex-direction: column;
  }
  .activity-list_other .activity-list_item {
    width: 100%;
    margin-bottom: 30px;
  }
  .activity-signle_message .inner {
    flex-direction: column;
    align-items: center;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .activity-signle_message .inner h3 {
    text-align: center;
  }
  .activity-signle_message .image {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .activity-single .activity-list_other .activity-list_item {
    align-items: flex-start;
  }
  .activity-single .activity-list_other .activity-list_item .thumbnail {
    width: 100px;
    height: 100px;
    margin-right: 20px;
  }
  .activity-single .activity-list_item .meta h3 {
    font-size: 16px;
  }
  .activity-single .activity-list_other .activity-list_item .time {
    display: block;
    font-size: 13px;
  }
  .activity-single .activity-list_other .activity-list_item .time dt {
    margin-right: 0;
    display: inline-flex;
  }
  .activity-single .activity-list_other .activity-list_item .time dd {
    display: inline-flex;
  }
.activity-signle_contents {
  padding: 55px 0;
}
.activity-signle_contents .detail-info {
  margin-top: 40px;
}
}

/*  ACTIVITY - starrysky
************************************/
.starrysky .page-mv {
  height: 100vh;
}

.starrysky .activity-message {
  background-image: url(../img/activity/starrysky_bg_sec01.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	background-size: 100% auto;
  color: #fff;
}

.starrysky .activity-message_inner {
  justify-content: space-between;
}

.starrysky .activity-message_inner h2 {
  width: 50%;
  text-align: center;
}

.starrysky .activity-message_inner .textarea {
  max-width: 420px;
  width: 50%;
  font-size: 15px;
  line-height: 1.85;
}

.starrysky-staff_no1 {
  width: 100%;
  position: relative;
	margin: 0 0 0 50px;
}

.starrysky-staff_no1 .staffimg {
  position: relative;
  z-index: 1;
}

.starrysky-staff_no1 .bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 90%;
  mix-blend-mode: exclusion;
}

.starrysky-staff {
  background: #0d1a38;
  box-shadow: 7px 7px 5px rgba(4, 0, 0, 0.3);
  border-radius: 10px;
  padding: 60px;
  margin-top: -20px;
  position: relative;
  z-index: 1;
}

.starrysky-staff h3 {
  text-align: center;
  font-size: 22px;
}

.starrysky-staff_list {
  justify-content: space-between;
}

.starrysky-staff_list li {
  width: calc(33.3% - 30px);
}

.starrysky-staff_list li .name {
  text-align: center;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Noto Serif JP", sans-serif;
}

.starrysky-staff_list li .staff-message {
  font-size: 13px;
  margin-top: 20px;
}

.single-starrysky .page-mv {
  height: 456px;
  flex-direction: column;
}

.single-starrysky .page-mv_title {
  margin-right: auto;
  margin-left: auto;
	padding: 0 20px;
}

.single-starrysky .page-mv_title_ja {
  font-size: 30px;
}

.single-starrysky .activity-signle_contents {
	color: #fff;
	background-image: url(../img/activity/starrysky_bg_sec01.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	background-size: 100% auto;
}

.single-starrysky .activity-signle_contents a {
  color: inherit;
}

.single-starrysky .activity-signle_contents .detail-info .item {
  border-color: #fff;
}

@media screen and (max-width: 1000px) {
  .starrysky-staff_list {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }
.starrysky-staff h3 {
  font-size: 20px;
}
  .starrysky-staff_list li {
    display: flex;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .starrysky-staff_list li:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .starrysky-staff_list li:not(:last-child) {
    border-bottom: 2px dotted #fff;
  }
  .starrysky-staff_list .image {
    width: 50%;
    margin-right: 20px;
  }
  .single-starrysky .activity-signle_contents .detail-info .item {
    border-color: #494645;
  }
  .single-starrysky .activity-signle_contents .detail-info .item dt {
    background: #0d1a38;
  }
}

@media screen and (max-width: 796px) {
	.activity-message {
  padding: 55px 0 ;
}
.starrysky-staff_no1 {
  width: 80%;
  margin: 20px 0 0 30px;
}
	.single-starrysky .page-mv_title {
	line-height: 1.4;
}
.single-starrysky .page-mv_title_ja {
  font-size: 24px;
}
  .starrysky .activity-message {

  }
  .starrysky .activity-message_inner {
    display: block;
  }
  .starrysky .activity-message_inner h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    font-size: 20px;
  }
  .starrysky .activity-message_inner .textarea {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    min-width: 0;
    font-size: 13px;
    line-height: 2;
    letter-spacing: 0.05em;
  }
  .starrysky-staff_list li {
    display: block;
	  padding-bottom: 30px;
  }
  .starrysky-staff_list li .image {
    margin-right: auto;
    margin-left: auto;
    width: 80%;
    margin-bottom: 30px;
  }
  .starrysky-staff_list li .staff-message {
    text-align: center;
	  margin-top: 10px;
  }
.starrysky-staff {
  padding: 40px 20px 0;
}
.starrysky-staff_list {
  padding-top: 20px;
  padding-bottom: 0px;
}
}

/*  ACTIVITY - experiece
************************************/
.activity-experience .message-title {
  margin-bottom: 40px;
  line-height: 2.5;
}

.activity-experience .activity-message {
  text-align: center;
  padding-top: 200px;
  min-height: 45vw;
  line-height: 2;
  background: url(../img/activity/experience_bg_message.png) no-repeat center top/100% auto;
}

.activity-experience .activity-message .textarea {
  position: relative;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}

.activity-experience .activity-message .textarea img.flow-img01 {
  -webkit-animation: floting01 2s linear infinite;
          animation: floting01 2s linear infinite;
  position: absolute;
  left: 0;
  top: -20px;
}

@-webkit-keyframes floting01 {
  0% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(-20px);
  }
}

@keyframes floting01 {
  0% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(-20px);
  }
}

.activity-experience .activity-message .textarea img.flow-img02 {
  -webkit-animation: floting02 2.5s linear infinite;
          animation: floting02 2.5s linear infinite;
  position: absolute;
  right: 0;
  bottom: -30px;
}

@-webkit-keyframes floting02 {
  0% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes floting02 {
  0% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(-10px);
  }
}

.single-experience .page-mv {
  height: 456px;
  flex-direction: column;
}

.single-experience .page-mv_title {
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}

.single-experience .page-mv_title_ja {
  font-size: 30px;
}


@media screen and (max-width: 768px) {
.activity-experience .message-title {
  line-height: 1.8;
}
.activity-experience .activity-message {
  padding: 100px 0 0 ;
}
.activity-experience .activity-message .textarea img.flow-img01 {
  left: 40px;
  width: 35px;
}
.activity-experience .activity-message .textarea img.flow-img02 {
  right: 25px;
width: 35px;
}
}


@media screen and (max-width: 375px) {
  .activity-experience .activity-message .textarea img.flow-img02 {
    bottom: -50px;
  }
}


/***********************************
  news
************************************/

.signle_contents {
  padding: 100px 0 180px;
}

.single_contents_body {
  margin-top: 60px;
}


.blog-archive{
  padding: 80px 0 190px;
}

.blog-article{
  padding: 20px 0;
  border-bottom: 1px solid #E0E1E1;
  display: flex;
}

.blog-article .image{
  position: relative;
  width: 227px;
  margin-right: 7%;
  overflow: hidden;
  flex-shrink: 0;
  background: #8C909C;
}
.blog-article .image a{
  display: block;
  padding-top: 67.4%;
}
.blog-article .image img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform .5s;
  width: 100%;height: 100%;
  object-fit: cover;
}
.blog-article .image.is-noimage img{
  height: auto !important;
  width: 95px !important;
}
.blog-article .image:hover img{
  transform: translate(-50%, -50%) scale(1.1);
}
.blog-article .meta{
  width: calc(93% - 227px);
}
.blog-article .title,
.blog-article .title a{
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Noto Serif JP", sans-serif;
  color: #231815;
  margin-bottom: 20px;
}
.blog-article .category{
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Noto Serif JP", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #231815;
}
.blog-article .datetime{
  margin-top: 40px;
  font-size: 14px;
  letter-spacing: 0.1em;
}


.pager{
  padding-top: 80px;
}
.wp-pagenavi{
  display: flex;
  justify-content: center;
  align-items: center;
}

.wp-pagenavi span,
.wp-pagenavi a{
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Noto Serif JP", sans-serif;
  border-radius: 50%;
  font-size: 18px;
  width: 50px;
  height: 50px;
  transition: background .4s ease-in-out;
  margin: 0 8px;
}
.wp-pagenavi span,
.wp-pagenavi a:hover{

  color: #fff;
  background: #102445;

}


@media screen and (max-width: 900px) {
  .blog-archive{
    padding-top: 30px;
    padding-bottom: 130px;
  }
  .blog-article .image{
    width: 123px;
  }
  .blog-article .image a{
    padding-top: 100%;
  }
  .blog-article .image img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .blog-article .datetime{
    margin-top: 30px;
  }.blog-article .category,
  .blog-article .datetime{
    font-size: 12px;
  }
  .pager{
    padding-top: 40px;
  }
  .wp-pagenavi span, .wp-pagenavi a{
    width: 25px;height: 25px;
    font-size: 11px;
  }
  .blog-article .meta{
    width: calc(93% - 123px);
  }
  .blog-article .title, .blog-article .title a{
    font-size: 18px;
  }
}


@media screen and (max-width: 440px) {
  .blog .page-mv{
      height: 345px;
  }
  .blog-article .datetime{
    font-size: 11px;
  }
}



/***********************************
  news
************************************/
.signle_contents .inner{
  width: 800px;

}
.signle_contents_header{
  margin-bottom: 24px;
  color: #0D1A38;
}
.single_contents_header h1{
  color: #0D1A38;
  font-size: 24px;
  letter-spacing: 0.1em;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Noto Serif JP", sans-serif;
  font-weight: 500;

}
.single_contents_header .datetime{
  text-align: right;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Noto Serif JP", sans-serif;
  color: #8D919D;
  font-size: 14px;
}
.single_contents_header .category{
  font-size: 14px;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Noto Serif JP", sans-serif;
  margin-top: 20px;
}
.single_contents_header .category a{
  color: #231815;
}

.single_contents_body{
  padding-left: 45px;
  padding-right: 45px;
  margin-top: 70px;
  color: #0D1A38;
  font-size: 15px;
  line-height: 2;
}
.single_contents_body > *  + *{
  margin-top: 1.5em;
}

.single_contents_footer {
  margin-top: 60px;
  text-align: center;
}

.single_contents_footer .back_link {
  padding: 15px;
  width: 152px;
  margin-right: auto;
  margin-left: auto;
  display: inline-block;
  position: relative;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  z-index: 1;
}


.single_contents_footer .back_link::after {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #102445;
  -webkit-transition: height 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: height 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: -1;
}

.single_contents_footer .back_link:hover::after {
  height: 100%;
}

.single_contents_footer .back_link a{
  color: #102445;
}
.single_contents_footer .back_link:hover a{
  color: #fff;
}

@media screen and (max-width: 1000px) {
  .signle_contents .inner{
    width: 85%;
  }
  .signle_contents{
    padding-bottom: 120px;
  }
  .single_contents_body{
    padding-left: 5%;
    padding-right: 5%;
  }

}


@media screen and (max-width: 440px) {
  .single_contents_body{
    padding-right: 0;
    padding-left: 0;
  }
  .signle_contents{
    padding-top: 50px;
  }

  .single_contents_header h1{
    font-size: 18px;
  }
  .single_contents_header .category{
    font-size: 12px;
  }
  .single_contents_body{
    margin-top: 30px;
  }
}


.fixed_sns{
  position: fixed;
  top: 200px;
  right: 20px;
  z-index: 2;
}
.fixed_sns .sns-list li{
  margin-right: 0;
  display: block;
}
.fixed_sns .sns-list li +*{
  margin-top: 25px;
}
.fixed_sns .sns-list li svg{
  width: 20px;
}

.is-scrolled .fixed_sns .sns-list li .sns-svg{
  fill: #102445 !important;
}
.header-ondarkbg .fixed_sns .sns-list li .sns-svg{
  fill: #fff !important;

}



/***********************************
  SPA
************************************/
.spa-yu{
  padding-bottom: 150px;
}
.spa-yu_inner{
  justify-content: space-between;
  font-size: 14px;
}
.spa-yu_inner .textarea{
  width: 250px;
}
.spa-yu_inner .slider{
  width: calc(100% - 350px);
}
.spa-yu_inner .slider img{
  width: 100%;
}
.slider .swiper{
  padding-bottom: 30px;
}
.slider .swiper-pagination {
  bottom: -20px;
  padding: 20px 0;
}
.slider .swiper-pagination-bullet{
  width: 8px;height: 8px;
}
.slider .swiper-pagination-bullet-active{
  background: #000;
  transform: scale(1.2);
}


.spa-yu.-shingetsu{
  background: #102445;
  padding: 120px 0;
  color: #fff;
}
.-shingetsu .spa-yu_inner{
  flex-direction: row-reverse;
}
.spa-yu.-shingetsu .swiper-pagination-bullet{
  background: #fff;
}


.spa-info{
  padding: 80px 0 200px;
}
.spa-info_title {
  text-align: center;
  margin-bottom: 40px;
}
.spa-info_title img{
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 116px;
  margin-bottom: 40px;
}
.spa-info .infolist{
  max-width: 640px;
  margin: 0 auto;
}
.spa-info .infolist .item .text_f{
	line-height: 1.5;
}
.spa-info .infolist .item{
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #EDEDEC;
}

.spa-info .infolist dt {
  width: 175px;
}

.spa-info .infolist dd {
  width: calc(100% - 175px);
  letter-spacing: 0.1em;
  line-height: 2.4;
  font-size: 15px;
}

.spa-info .infolist dd.long {
  width: 100%;
}

.spa-yu .logo{
  margin-bottom: 30px;
}

@media screen and (max-width: 1000px) {
  .spa-yu .inner{
    width: 90%;
  }
  .spa-yu_inner .slider{
    width: calc(100% - 300px);
  }

}


@media screen and (max-width: 440px) {
  .spa-yu{
    padding-bottom: 40px;
  }
  .page-firstmessage.spa-message{
    padding-top: 55px;
    padding-bottom: 55px;
    text-align: left;
  }

  .page-firstmessage.spa-message .message-text{
    font-size: 14px !important;
  }

  .spa-yu_inner{
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .spa-yu_inner .textarea{
    width: 100%;
  }
  .spa-yu .logo{
    width: 190px;
    margin-right: auto;
    margin-left: auto;
  }
  .spa-yu_inner .slider{
    width: 100%;
    margin-top: 30px;
  }
  .spa-yu.-shingetsu{
    padding: 40px 0;
  }
  .spa-info{
    padding:  40px 0 100px;
  }
  .spa-info_title img{
    width: 100px;
    margin-bottom: 30px;
  }
  .spa-info .infolist dt{
    font-size: 13px;
    width: 106px;
    line-height: 2;
  }
  .spa-info .infolist dd{
    font-size: 13px;
    width: calc(100% - 106px);
    padding-left: 1em;
  }
  .spa-info_title{
    font-size: 20px;
    margin-bottom: 20px;
  }
}



/***********************************
  FOOD
************************************/
.food-message {
  padding-bottom: 0;
}
.food-message .icon{
  display: block;
  width: 186px;
  margin: 150px auto 0;
}
.food-sec{
  padding: 80px 0;
}
.food-dinner{
  background: #102445;
}
.food-dinner > * {
  color: #fff;
}
.food-sec_tilte{
  text-align: center;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 2.125;
  flex-direction: column;
	margin-bottom: 80px;

}
.food-sec_tilte::after{
  content: '';
  display: block;
  width: 67px;
  height: 1px;
  background: #8D919D;
  margin: 20px auto 0;
}
.food-sec_tilte_en{
  line-height: 1;
  display: block;
  height: 12px;
  margin-bottom: 20px;
}
.food-sec_tilte img{
  width: auto;
  height: 100%;
}
.food-sec_message{
  line-height: 2;
  font-size: 14px;
  max-width: 620px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 80px;
}

.food-dinner_sec{
  background: #EDEDEC;
  margin-top: 90px;
  padding: 60px 5%;
  color: #231815;
}
.dinner-title_wrap{
  text-align: center;
}
.dinner-title_wrap .icon-wrap{
  position: relative;
  margin-bottom: 25px;
}
.dinner-title_wrap .icon-wrap::after{
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 8px;
  border-top: 1px solid #AFAFAF;
  border-bottom: 1px solid #AFAFAF;
  bottom: 0;
}

.dinner-title_wrap .point{
  display: block;
  width: 60px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}
.dinner-title_wrap .border{
  display: inline-block;
  z-index: 2;
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
  background: #EDEDEC;
}
.dinner-title_wrap .border img{
  height: 12px;
  width: auto;
}
.dinner-title{
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Noto Serif JP", sans-serif;
}
.dinner-lead{
  margin-top: 30px;
  text-align: center;
  margin-bottom: 30px;
}

.dinner-inner{
  justify-content: space-around;
  margin: 60px 0;
}
.dinner-inner.-wide{
  margin: 45px 0;
}
.dinner-inner.-wide > .image{
  width: 45%;
}
.dinner-inner.-wide > .textearea{
  width: 45%;
}
.dinner-inner >  .menu-item{
  max-width: calc(45% - 20px);
}
.dinner-inner .menu li,
.drinkmenu .menu li{
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Noto Serif JP", sans-serif;
}
.drinkmenu  .menu li + li,
.dinner-inner .menu li + li{
  margin-top: 30px;
}
.food-attention{
  border: 1px solid #fff;
  background: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 2;
  padding: 25px 1rem;
}
.text_f{
	margin-top: 5px;
	  padding-left: 1em;
  text-indent: -1em;
}
.allergy{
    width: 200px;
    border: 1px solid #333;
    background: #d1ecfd;
    padding: 10px;
    box-sizing: border-box;
}


.menu-item .dinner-title{
  text-align: center;
  margin-bottom: 30px;
}
.menu-item .textarea{
  margin-top: 30px;
}

.food-breakfast{
  background: #ededec;
}
.breakfast-inner{
  background: #fff;
  padding: 60px 5%;
}

.food-breakfast_inner{
  margin-top: 60px;
  justify-content: space-between;
  margin-bottom: 50px;
}
.food-breakfast_inner .textarea{
  width: 45%;
}
.food-breakfast_inner .slider{
  width: 50%;
}
.food-breakfast_inner .slider img{
  width: 100%;
}
.food-breakfast_inner .message-text{
  font-size: 14px;
  line-height: 2;
}
.food-breakfast_inner ~ .food-attention{
  border: 1px solid #8D919D;
}
.food-breakfast_inner .coffeimg{
  width: 70px;
  margin-top: 90px;
  margin-left: 40px;
}
.drinkmenu{
  margin-top: 100px;
  padding: 80px 12%;
  border: 1px solid #8D919D;
}
.drinkmenu .food-sec_tilte::after{
  content: none;
}
.food-anniversary{
  padding-bottom: 200px;
}
.drinkmen-inner{
  margin-top: 40px;
  justify-content: space-around;
}
.drinkmen-inner .small {
  margin-top: 30px;

}
.drinkmen-inner .small li{
  font-size: 12px;
	  padding-left: 1em;
  text-indent: -1em;
	line-height: 1.6;
}

.food-option_inner{
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.food-option_inner .option-menu{
  text-align: center;
  width: 25%;
  border: 15px solid transparent;
  font-size: 13px;
}
.food-option_inner .c-grid{
	width: 100%;
}
.opmenu{
	width: 23%;
	margin: 0 1% 15px;
	text-align: center;
}
.opmenu figcaption{
	font-size: 12px;
}

.mediamenu{
	width: 15%;
	margin: 0 1% 15px;
	text-align: center;
}
.mediamenu figcaption{
	font-size: 12px;
}

@media screen and (max-width: 440px) {
  .food-message{
    text-align: left;
  }
  .food-message .icon{
    margin-top: 40px;
  }
.dinner-title_wrap .point {
  margin-bottom: 0px;
}
  .food-sec{
    padding: 40px 0;
  }
.dinner-lead {
  margin-top: 10px;
  margin-bottom: 0px;
}
  .food-sec_tilte{
    font-size: 20px;
    margin-bottom: 30px;
  }
  .food-sec_tilte::after{
    margin-top: 40px auto 0;
  }
  .food-sec_message,
  .food-dinner_sec{
    margin-top: 40px;
  }
  .food-dinner_sec{
    padding: 30px 5%;
  }
  .dinner-inner{
    flex-direction: column;
	 margin: 30px 0;
  }
  .dinner-inner.-wide > .image{
    width: 100%;
    margin-bottom: 30px;
  }
  .dinner-inner.-wide{
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .dinner-inner > .menu-item{
    max-width: 100%;
    width: 100%;
  }
  .dinner-inner > .menu-item + .menu-item{
    margin-top: 60px;
  }
.text_f{
	text-align: left;
}
text_f
  .food-breakfast_inner{
    flex-direction: column;
	  margin-top: 0px;
  }
.food-breakfast_inner .coffeimg {

  margin-top: 30px;
}
.food-breakfast_inner {
  margin-bottom: 30px;
}
  .food-breakfast_inner .textarea{
    width: 100%;
    margin-bottom: 30px;
  }
  .food-breakfast_inner .slider{
    width: 100%;
  }
.breakfast-inner {
  padding: 30px 5% ;
}
  .drinkmenu{
    padding: 40px 12%;
	  margin: 0 0 60px;
  }
  .drinkmen-inner{
    display: block;
    margin-top: 40px;
  }

  .drinkmen-inner > .item + .item{
    margin-top: 30px;
  }
  .drinkmen-inner .small{
    margin-top: 30px;
  }
  .food-option_inner{
    margin-right: -5px; margin-left: -5px;
  }
  .food-option_inner .option-menu{
    width: 50%;
    border-width: 5px;
  }
.drinkmenu .menu li + li, .dinner-inner .menu li + li {
  margin-top: 10px;
}
.drinkmen-inner > .item + .item {
  margin-top: 10px;
}
.dinner-title {
  font-size: 18px;}
.drinkmenu .menu li{
 font-size: 14px;
}
.opmenu{
	width: 48%;
	margin: 0 1% 15px;
}
}

.food-yokoku_sec{
  background: #dffeff;
  margin-top: 90px;
  padding: 60px 5%;
  color: #231815;
}

.food-summer_sec{
  background: #AFD7E8;
  margin-top: 90px;
  padding: 60px 5%;
  color: #231815;
}




/***********************************
  ACCESS
************************************/
.access-map{
  padding-bottom: 70px;
}
.access-map_inner{
  position: relative;
  padding-bottom: 42%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.access-map_inner iframe,
.access-map_inner object,
.access-map_inner embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.access-map_infolist  {
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 40px;
}

.access-map_infolist  dt {
  width: 75px;
}

.access-map_infolist  dd {
  width: calc(100% - 75px);
  margin-bottom: 10px;
}
.access-map .square-link{
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 40px;
}


.access-pickup{
  padding: 60px 0;
  background: #F5F5F5;
}
.access-pickup .sec-title{
  text-align: center;
  color: #231815;
  margin-bottom: 40px;
}
.access-pickup .sec-title_ja{
  font-size: 24px;

}
.access-pickup .sec-title::after{
  content: '';
  display: block;
  width: 65px;
  height: 1px;
  background: #231815;
  margin: 30px auto 0;
}
.access-pickup_inner{
  justify-content: space-between;
}
.access-pickup_inner .textarea{
  width: 50%;
  padding-right: 30px;
  font-size: 15px;
}
.access-pickup_inner .image{
  max-width: 50%;
}

.access-pickup_inner .message-text p + p{
  margin-top: 30px;
}
.access-route{
  padding: 60px 0 200px;
}
.route-title{
  position: relative;
  cursor: pointer;
  font-size: 20px;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Noto Serif JP", sans-serif;
  display: flex;
  align-items: center;
  font-weight: normal;
  padding-bottom: 10px;
  border-bottom: 1px solid #102445;
}
.route-title::after{
  content: '';
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_403_2777)%22%3E%3Cpath%20d%3D%22M12.36%200H13.21V11.97H25.57V12.78H13.21V25.18H12.36V12.78H0V11.97H12.36V0Z%22%20fill%3D%22%23102445%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_403_2777%22%3E%3Crect%20width%3D%2225.56%22%20height%3D%2225.18%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  right: 0;
  transition: transform .4s ease-in;
  transform: translateY(-50%);
}
.route-title .icon{
  width: 40px;
  margin-right: 10px;
  display: inline-block;
}
.is-open .route-title::after{
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2231%22%20height%3D%222%22%20viewBox%3D%220%200%2031%202%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_403_2779)%22%3E%3Cpath%20d%3D%22M30.99%201.12C29.95%201%2029.1%201%2028.1%201H2.89C1.89%201%201.04%201%200%201.12V0C1.04%200.12%201.89%200.12%202.89%200.12H28.1C29.1%200.12%2029.95%200.12%2030.99%200V1.12V1.12Z%22%20fill%3D%22%23102445%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_403_2779%22%3E%3Crect%20width%3D%2230.99%22%20height%3D%221.12%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E');
  transform: translateY(-50%) rotate(180deg);
}
.route-content{
  margin-top: 40px;
  display: none;
}
.route-contnet_info{
  display: block;
  padding: 0 20px;
}
.access-route_sec + .access-route_sec{
  margin-top: 80px;
}

.access-route .square-link{
  max-width: 300px;
  margin: 80px auto 0;
}

@media screen and (max-width: 768px) {

  .access-pickup .sec-title_ja{
    margin-top: 0;
  }
  .access-map_inner{
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding-bottom: 56.25vw;
  }

  .access-pickup_inner{
    flex-direction: column;
  }
  .access-pickup_inner .textarea{
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .access-pickup_inner .image{
    max-width: 100%;
    width: 100%;
  }

}


@media screen and (max-width: 440px) {
  .access-pickup{
    padding: 40px 0;
  }
.access-map {
  padding-bottom: 40px;
}
  .access-route{
    padding: 40px 0 100px;
  }
  .route-title{
    font-size: 18px;
  }
  .route-title .icon{
    width: 32px;
  }
  .route-title::after{
    width: 18px;
  }
  .route-contnet_info{
    padding: 0;
  }
  .access-route_sec + .access-route_sec{
    margin-top: 40px;
  }
.access-route .square-link {
  max-width: 80%;
}
.access-map .square-link {
  max-width: 80%;
}
  .access-map_infolist{
    font-size: 14px;
  }
  .access-message{
    text-align: left;
  }
  .access-pickup_inner .message-text{
    font-size: 14px;

  }

}
/***********************************
共通
************************************/
.arrange{
margin: 0 auto;
box-sizing: border-box;
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.none_img{
	background-color: #1A2F67;
}
.btm20{
	margin-bottom: 20px;
}
.btm30{
	margin-bottom: 30px;
}
.pc_only{
	display: block;
}

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

}
@media screen and (max-width: 640px) {
.pc_only,.tabu{
	display: none;
}
.sp_only{
	display: block;
}
.sp_none{
	display: none;
}
}

/***********************************
お問い合わせ
************************************/
.magin80{
	margin: 80px auto 0;
	max-width: 282px;
}
.contact .text_ara{
	text-align: center;
	margin: 0 0 100px;
	font-size: 15px;
line-height: 2;
}
form.sent p{
display:none;
}
.page_msg{
	padding: 150px 0 0;
}
#contact_msg{
	margin: 0 0 100px;
}
.widht_500{
	max-width: 500px;
	width: 90%;
	margin: auto;
	font-size: 14px;
	text-align: justify;
	letter-spacing: 0.1em;
}
.impo_text{
	font-size: 13px;
	color: #a8898a;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 20px;
}
.contact_notes{
	text-align: center;
}
.last_box_l{display: inline;}
.last_box_r{
	display: inline;
	font-size: 14px;
	font-family: "TsukuARdGothicStd-M";
}
.last_box_r a{
	color: #000000;
	text-decoration: underline;
}
.last_box_r a:hover{
	text-decoration: none;
}
.tel_box {
	border: 3px solid #E15C00;
	padding: 40px 5% 30px;
	background-color: #FFFFFF;
	border-radius: 10px;
	width: 60%;
	margin: auto;
	position: relative;
}
legend {
    color: #FFFFFF;
	text-align: center;
	background-color: #E15C00;
	padding: 8px 30px;
	border-radius: 20px;
	font-size: 18px;
	position: absolute;
	top: -15px;
	 left: 0;
  right: 0;
  margin:0 auto;
}
.tel_box ._sitemenu .tel{
	font-size: 32px;
font-weight: 600;
color: #371e0a;
	margin-bottom: 10px;
}
._sitemenu .tel::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(common/images/icon_tel.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin: 0 10px 0 0;
}
.tel_box .day_time{font-size: 14px;}
.big{font-weight: bold;margin: 30px 0 0;font-size: 16px;}



.con-box {
    padding: 10px 0;
    border: 1px solid #1e89c8;
    border-radius: 3px;
    width: 70%;
    text-align: center;
    margin: 0 auto 50px;
}

.wpcf7-form-control-wrap .last,
.wpcf7-list-item {}

#mailformpro {
    font-size: 13px;
    margin-top: 30px;
}

#mailformpro table tr td {
    padding: 15px;
}

#mailformpro table tr td p {}

.size {
    font-size: 13px;
    line-height: 1.5em;
    margin-top: 5px;
}

.font13 {
    font-size: 13px;
    line-height: 1.5em;
}

.top10 {
    margin-top: 10px;
}

.info-box span {
    margin: 0 2px;
}

.wpcf7-form {
}
.table-box01 {
    width: 100%;
	padding: 10px 0;
	text-align: left;
}
.table-box02 {
    width: 100%;
}

.table-box02-last {
    border-bottom: none !important;
}

.table-box02-l {
    font-size: 14px;
    width: 100%;
    line-height: 1.8;
    vertical-align: top;
    box-sizing: border-box;
    text-align: left;
}

.table-box02-r {
    width: 100%;
    text-align: left;
    padding: 5px 0 25px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.8;
	font-weight: normal;
}
.inner10 .table-box02-l{ width: 60%;}
.inner10 .table-box02-r {
    width: 40%;
}

.kibou .wpcf7-list-item {}

.wpcf7-list-item {
    margin: 0 10px 0 0;
    white-space: nowrap;
}

.wpcf7-form input[type="text"],
input[type="text01"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="url"],
.wpcf7 textarea,
textarea.form-control,
.wp-editor-container {
    box-shadow: none;
    outline: none;
    padding: 10px 10px 15px 10px;
    margin: 2px 0;
    box-sizing: border-box;
    border: solid 1px #e0e0e0;
    color: #333;
    font-size: 14px;
    line-height: 1.6em;
    background-color: #ffffff;
	border-radius: 5px;
}

.text02 {
    width: 100%;
}

.text05 {
    width: 40%;
}

.wi20 {
    width: 20% !important;
}

span.wpcf7-list-item {
    margin: 0 !important;
	line-height: 2;
}

.checkbox-l select {
    font-size: 20px;
    box-shadow: none;
    outline: none;
    padding: 4px 10px;
    border-radius: 5px;
    box-sizing: border-box;
    width: 70% !important;
    border: 1px solid #999 !important;
    background: #fff !important;
}


input[type="checkbox"]{
		  border: 1px solid #ffffff !important;
  padding: 3px;
  width: 20px;
  height: 20px;
box-shadow: none;
outline: none;
border-radius: 5px;
	background: #fff !important;
}

input[type="date"],
select {
font-size: 14px !important;
box-shadow: none;
outline: none;
padding: 10px 30px 10px 15px;
border-radius: 5px;
margin: 10px 0;
border: 1px solid #ffffff !important;
background: #fff !important;
box-sizing: border-box;
width: 100%;
}

.wpcf7 {
    margin: auto;
	width: 800px;
}

.contact-title {
    position: absolute;
    top: 0px;
    left: 10px;
}

.c_date {
    display: table;
}

.c_date div {
    display: table-cell;
    padding: 10px;
}

.must {
    font-size: 12px;
    color: #d42c31;
    margin-left: 3px;
    font-weight: normal;
	display: inline-block;
	line-height: 2;
	border-radius: 3px;

}

.submitbtn input {
    width: 110px;
    border: none;
    padding: 10px 10px;
}

.submitbtn input[type='submit'] {
	width: 282px;
display: block;
padding: 13px 20px;
margin: 80px auto 0;
text-align: center;
border: none;
font-size: 15px;
border: 1px solid rgba(35, 24, 21, 0.5);
background-color: #fff;
}
.wpcf7-not-valid-tip {
    font-size: 11px !important;
	  -webkit-animation: flash 1s linear infinite;
	          animation: flash 1s linear infinite;

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

  50% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

.checkbtm {
    border-bottom: 1px solid #c9c9c9;
    margin: 0 0 15px 0;
    padding: 15px 0;
    font-weight: bold;

}

.failure {
    text-align: left;
    margin: 40px 0;

}

/*===============================================
●タブレット.css 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px) {
.contact .text_ara{
	text-align: left;
	margin: 0 0 40px;
}

.tel_box {
	width: 70%;
}
  input[type="text"],
    input[type="text01"],
    input[type="tel"],
    input[type="email"],
    input[type="password"],
    input[type="url"],
    textarea,
    textarea.form-control,
    .wp-editor-container {}

    .left-30 {
        margin-left: 0px !important;
    }

    .wi20 {
        width: 35% !important;
    }

    .table-box02-l {}

    .wpcf7 {
        width: 100%;
        max-width: 100%;
    }

    .submitbtn input {
        width: 65%;
        border: none;
        padding: 10px 10px;
        min-height: 20px;
    }

    input[name="f_am"] {
        font-size: 10.8px;
    }

    .db {
        display: block;
    }

    input[type="button"],
    input[type="submit"] {
        -webkit-appearance: none;
    }
    .table-box02-r,.inner10 .table-box02-r {
       padding: 0 0 10px;
    }
}


/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px) {
.magin80{
	max-width: 252px;
}
.page_msg{
	padding: 130px 0 0;
}
.secttl_small02 {
  margin-bottom: 30px;
}
.top_btm {
  margin: 0px;
}
#contact_msg {
  margin: 0 0 60px;
}
.tel_box {
	padding: 40px 3% 30px;
	width: 90%;
}
.tel_box .day_time {line-height: 2;}
.big {margin: 20px 0 0;}
    .bordertop {
        border-top: 1px solid #c9c9c9;
    }
.table-box02 {
	display: block;
    }

    span.wpcf7-list-item {
        margin: 0;
    }
.wpcf7-form-control-wrap label{
    display: flex;
}
    .wpcf7-list-item input {

    }

    .wpcf7-list-item-label {

        padding-left: 5px;
    }

    .c_date {
        display: block;
    }

    .c_date div {
        padding: 5px 0 15px 10px;
    }

    input[type="date"],
    select {
        padding: 10px 15px;
        font-size: 16px;
    }

.submitbtn input[type="submit"] {
  margin: 50px auto 0;
}

    .checkbtm {
        margin: 0 0 15px 0;
        padding: 0 0 15px 0;
        font-weight: bold;
    }

    .text05 {
        width: 50%;
        margin-bottom: 5px;
        display: inline !important;
    }

    /* コンタクフォーム*/
    .con-box {
        width: 90%;
        text-align: center;
        margin: 0 auto 30px;
        padding: 10px 4%;
    }

    input[type="button"],
    input[type="submit"] {
        -webkit-appearance: none;
    }
}
@media screen and (max-width:320px) {
.magin80{
	max-width: 222px;
}
}

/***********************************
プライバシポリシー
************************************/

.terms .text_ara{
	margin: 0 0 80px;
	font-weight: normal;
	line-height: 2;
	font-size: 15px;
}
.terms .box{
	margin: 0 0 50px;
	text-align: justify;
}
.terms .box dt{
	font-size: 16px;
	font-weight: bold;
line-height: 1.6;
	margin-bottom: 5px;
}
.terms .box dd{
	font-size: 14px;
	font-weight: normal;
	line-height: 2;
}
._under{
	padding-left: 1em;
	text-indent: -1em;
}
.small_under ol{
	padding-left: 1em;
	text-indent: -1em;
}
.page-contents .terms h3,.page-contents02 .terms h3{
	text-align: center;
	font-size: 30px;
	font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Noto Serif JP", sans-serif;
}


@media screen and (max-width: 768px){
/*
プライバシーポリシー
*/
.terms .text_ara{
	margin: 0 0 50px;
}
.terms .box:last-of-type  {
    margin: 0 ;
}
.page-contents .terms h3,.page-contents02 .terms h3{
	font-size: 20px;
}
}
@media screen and (max-width: 640px){

}



/***********************************
  サウナ
************************************/
.sauna-message_image{
  max-width: 810px;
  margin: 80px auto 0;
}

.sauna-howto_item{

}
.sauna-howto_title{
	font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Noto Serif JP", sans-serif;
  color: #0D1A38;
}
.sauna-howto_title p {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.sauna-howto_title p::before{
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 7px);
  left: 0;
  width: 14px;
  height: 14px;
  background: url(../img/sauna/title_icon.svg) no-repeat center/contain;
}
.sauna-howto_title h3{
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
}
.sauna-howto_title h3 small{
  font-size: 0.75em;
}

.sauna-howto_description{
  padding-left: 45px;
  font-size: 14px;
  line-height: 2;
}
.sauna-howto_description02{
padding-left: 75px;
  font-size: 14px;
  line-height: 2;
}
.sauna-howto_description .arrange .box{
	width: 50%;
}
.flowt{
	overflow: hidden;
}

.sauna-howto_description .left{width: 60%;	float: left;}
.sauna-howto_description .right{width: 30%;	float: right;}
.flowt::after{
	 content: '';
	clear: both;
	display: block;
}
.lead02_img{
	width: 250px;
	margin: auto;
}
.sauna-howto_item {
  display: flex;
  justify-content: space-between;
}

.sauna-howto_item.-wide {
  display: block;
}
.bullets{
	line-height: 1.7;
}
.bullets li{
	  padding-left: 1em;
  text-indent: -1em;
	margin:  0 0 10px;
}


.sauna-howto_item.-wide .sauna-howto_image{
    margin-bottom: 40px;
    width: 100%;
}
.sauna-howto_item + .sauna-howto_item{
  margin-top: 100px;
}
.sauna-howto_image{
  flex-shrink: 0;
  width: 50%;
}

.sauna-spa{
  background: #F5F5F5;
  padding: 60px 0;
  margin-top: 100px;
}
.sauna-spa_inner{
  align-items: center;

}
.sauna-spa_inner .image{
  width: 45%;
}
.sauna-spa_inner .textarea{
  padding-left: 45px;
  width: 50%;
}
.sauna-spa_inner .textarea .message-text{
	font-size: 14px;
}
.sauna-info_title img{
  width: 70px;
}

.sauna-howto_image .sp{
  display: none;
}
.sauna-howto{
	text-align: justify;
}
@media screen and (max-width: 768px) {
  .sauna-howto_image .pc{
    display: none;
  }
  .sauna-howto_image .sp{
    display: block;
  }
  .sauna-howto_description,.sauna-howto_description02{
    padding-left: 20px;
  }
  .sauna-howto_item{
    display: block;
  }
  .sauna-howto_image{
    width: 100%;
    margin-bottom: 30px;
  }
  .sauna-spa_inner .textarea{
    padding-left: 5%;
    width: 55%;
  }
.sauna-howto_description .left,.sauna-howto_description .right{width: 100%; float: none ;	}
.sauna-howto_description .right{margin: 30px 0 0;	}
}
@media screen and (max-width: 440px) {
.sauna-message .message-text{
	text-align: left;
	}
.sauna-message_image {
  margin: 50px auto 0;
}
  .sauna-howto_description,.sauna-howto_description02{
    padding-left: 0px;
  }
.sauna-howto_item.-wide .sauna-howto_image {
  margin-bottom: 20px;
}
.sauna-howto_title h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.sauna-howto_title p {
  margin-bottom: 0px;
}
.sauna-howto_description {
  padding-left: 0px;
}
.sauna-howto_item + .sauna-howto_item {
  margin-top: 50px;
}
.lead02_img {
  width: 200px;
}
.sauna-spa {
  padding: 30px 0 40px;
  margin-top: 50px;
}
.sauna-spa h3{
 font-size: 18px;
}
.sauna-spa_inner .image {
  width: 35%;
}
.sauna-spa_inner .textarea {
  padding-left: 5%;
  width: 65%;
}
.sauna-spa_inner .textarea .message-text {
  font-size: 13px;
}
}




/***********************************
  よくある質問
************************************/
.faq-nav_list{
  color: #231815;
  text-align: center;
}
.faq-nav_list li{
  display: inline-block;
  margin-bottom: 10px;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Noto Serif JP", sans-serif;
}
.faq-nav_list a{
  color: inherit;
}
.faq-nav_list li:not(:last-child)::after{
  content: '|';
  margin-right: 15px;
  margin-left: 15px;

}
.faq-item{
  margin-top: 100px;
}
.faq-item + .faq-item{
  margin-top: 150px;
}
.faq-title{
  text-align: center;
  margin-bottom: 50px;
}
.faq-dl + .faq-dl {
  margin-top: 40px;
}
.faq-dt{
  position: relative;
  padding-right: 30px;
  cursor: pointer;
  font-size: 20px;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Noto Serif JP", sans-serif;
  display: flex;
  align-items: center;
  font-weight: normal;
  padding-bottom: 10px;
  border-bottom: 1px solid #EFEEEE;
  padding-left: 40px;
}
.faq-dt::before{
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../img/icon_q.svg) no-repeat center/contain;
}
.faq-dt::after{
  content: '';
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_403_2777)%22%3E%3Cpath%20d%3D%22M12.36%200H13.21V11.97H25.57V12.78H13.21V25.18H12.36V12.78H0V11.97H12.36V0Z%22%20fill%3D%22%23102445%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_403_2777%22%3E%3Crect%20width%3D%2225.56%22%20height%3D%2225.18%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  right: 0;
  transition: transform .4s ease-in;
  transform: translateY(-50%);
}

.is-open .faq-dt::after{
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2231%22%20height%3D%222%22%20viewBox%3D%220%200%2031%202%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_403_2779)%22%3E%3Cpath%20d%3D%22M30.99%201.12C29.95%201%2029.1%201%2028.1%201H2.89C1.89%201%201.04%201%200%201.12V0C1.04%200.12%201.89%200.12%202.89%200.12H28.1C29.1%200.12%2029.95%200.12%2030.99%200V1.12V1.12Z%22%20fill%3D%22%23102445%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_403_2779%22%3E%3Crect%20width%3D%2230.99%22%20height%3D%221.12%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E');
  transform: translateY(-50%) rotate(180deg);
}
.faq-dd{
  display: none;
}

.faq-dd_inner{
  padding: 30px 20px 30px 40px;
  font-size: 13px;
  line-height: 2;
}


.faq-item:last-child{
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
.faq-item {
  margin-top: 60px;
}
.faq-dt{
  font-size: 16px;
	line-height: 1.7;
	}
.faq-title {
  margin-bottom: 30px;
}
.faq-item + .faq-item {
  margin-top: 100px;
}
.faq-item:last-child {
  padding-bottom: 0px;
}
.faq-dt::after {
  width: 18px;
  height: 18px;
}
}

/***********************************
  キャンプ
************************************/

.camp-message{
  padding-bottom: 0;
}
.camp-message .icon{
  max-width: 930px;
  margin: 70px auto 0;
}

.camp-site{
  padding-top: 100px;
  padding-bottom: 100px;
  background: #F5F5F5;
}

.camp-site .stay-plan_title {
  margin-bottom: 40px;
}
.camp-site .stay-plan_inner {
  margin-top: 50px;
}
.camp-site_item .stay-plan_title{
	  margin-bottom: 20px;
}
.camp-site_item + .camp-site_item{
  margin-top: 100px;
}

.camp-site_item .stay-plan_title{
  color: #0D1A38;
}


.camp-site .food-sec_tilte::after,
.camp-other .food-sec_tilte::after,
.camp-info .food-sec_tilte::after{
  content: none;
}

.camp-other{
  padding: 100px 0 50px;
}
.camp-other_wrap .stay-plan_title{
	font-size: 18px;
	margin-bottom: 5px;
}
.camp-other_wrap{
  margin-top: 60px;
}
.camp-other_item{
  width: 50%;
  padding-left: 2.5%;
  padding-right: 2.5%;
  margin-bottom: 80px;
}

.camp-site_item + .camp-site_item.camp-other_item{
  margin-top: 0;
}
.camp-other_inner .infolist dt {
  width: 100px;
}
.camp-other_inner .infolist dd {
  width: calc(100% - 100px);
}


.camp-other_img{
  margin-bottom: 20px;
}
.camp-other_inner .message {
  font-size: 13px;
	line-height: 2;
}
.camp-other_item .stay-plan_info{
  padding-top: 23px;
  margin-top: 23px;
  border-top: 1px solid #E9E9E8;
}
.camp-other_inner .stay-plan .infolist  dt{
  width: 100px;
}
.camp-other_inner .stay-plan .infolist dd {
  width: calc(100% - 100px);
  margin-bottom: 10px;
}
.camp-other_inner .stay-plan .message {
  font-size: 13px;
  line-height: 2;
}
.smal{
	font-size: 12px;
	margin: 20px 0 0;
	  padding-left: 1em;
  text-indent: -1em;
	line-height: 1.7;
}
.camp-info{
  padding: 100px 0 120px;
  background: #F5F5F5;
	line-height: 2;
}

.camp-info .stay-plan_title .icon img{
  width: 97px;
	height: auto;
}
.camp-info .food-sec_tilte_en{
  height: 15px;
  margin-top: 20px;
}


.camp-info .detail-info {
  margin-top: 70px;
  font-size: 15px;
}

.camp-info .detail-info .item {
  display: flex;
  padding: 20px 0;
  border-top: 1px solid  #d2d2d2;
}

.camp-info .detail-info .item:last-child {
  border-bottom: 1px solid #d2d2d2;
}

.camp-info .detail-info dt {
  width: 300px;
  font-weight: bold;
}

.camp-info .detail-info dd {
  width: calc(100% - 300px);
}
.payments img{
	width: 406px;
	height: auto;
	margin: 20px 0 0;
}

.camp-aside{
  padding-top: 80px;
  padding-bottom: 200px;
  text-align: center;
}

.camp-aside .square-link{
  margin-top: 40px;
  width: 282px;
  margin: 40px auto 0;
}


@media screen and (max-width: 1000px) {
  .camp-img{
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .camp-info{
    background: #fff;
    padding-bottom: 0;
  }
  .camp-info .detail-info{
    margin-top: 50px;
  }
  .camp-info .detail-info .item {
    display: block;
    padding: 0;
  }
  .camp-info .detail-info .item dt {
    width: 100%;
    background: #f5f5f5;
    padding: 10px 1rem;
  }
  .camp-info .detail-info .item dd {
    width: 100%;
    padding: 10px 1rem 30px;
  }
}


@media screen and (max-width: 768px) {

  .camp-message .icon{
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
  .camp-site{
    padding: 80px 0;
  }

  .camp-other_wrap{
    flex-direction: column;
  }
  .camp-other_item{
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
  }
  .camp-other{
    padding: 80px 0 0;
  }
  .camp-info{
    padding-top: 80px;
  }
}

@media screen and (max-width: 440px) {
.camp-site .stay-plan_inner {
  margin-top: 30px;
}
.magin100 .stay-plan_inner {
  margin-top: 50px;
}
.camp-site {
  padding: 40px 0 80px;
}
.camp-other_item {
  margin-bottom: 50px;
}
.camp-other_item .stay-plan_info {
  padding-top: 18px;
  margin-top: 18px;
}


.camp-aside {
  padding-top: 50px;
  padding-bottom: 100px;
}



.camp-other {
  padding: 40px 0 0;
}
.camp-info {
  padding-top: 40px;
}
.camp-other_wrap {
  margin-top: 0px;
}
}




/***********************************
  館内案内
************************************/
.inner02{
	width: 80%;
	margin: auto;
}
.magin100{
	margin: 120px 0 0;
}
.information-block{
  padding-bottom: 150px;
}
.information-block .stay-plan_inner{
  margin-top: 50px;
}
.information-block .stay-plan_title_en{
  height: 14px;
}
.information-block .stay-plan_title_en img{
  height: 100%;
  display: block;
}

#plan01.information-block .stay-plan_title_en,
#plan03.information-block .stay-plan_title_en{
  height: 12px;
}
#plan05.information-block .stay-plan_title_en{
  height: 15px;
}
.information-other .stay-plan_title_en img{
  height: 14px;
}

.information-block .stay-plan_inner .left,.magin100 .stay-plan_inner .left{
  width: calc(60% - 25px);
margin: 0 0 0 25px;
}
.information-block .stay-plan_inner .right,.magin100 .stay-plan_inner .right{
  width: calc(35% - 25px);
}
.magin100 .stay-plan_inner {
  margin-top: 60px;
}
.information-block .food-option_inner{
  margin-top: 40px;
}
.information-block .food-option_inner .option-menu{
  width: 33.3%;
}

.information-block_slider{
  padding-bottom: 40px;
}
.information-pagination .swiper-pagination-bullet{
  background: #000;
  margin: 0 10px !important;
}

.swiper-pagination-bullet {
  position: relative;
}
.swiper-pagination-bullet svg {
  transform: rotate(90deg);
  position: absolute;
  top: -6px;
  left: -5px;
}

.swiper-pagination-bullet path{
  fill: transparent;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active path {
  fill: transparent;
  stroke: #000;
  stroke-width: 4;
  animation: circle 3s forwards .5s;
  stroke-dasharray: 0 365;
}
.left-rigt25{
	margin: 0 25px;
}
@keyframes circle {
  0% { stroke-dasharray: 0 365; }
  99.9%,to { stroke-dasharray: 366 365; }
}

.information-other{
  padding: 100px 0;
  background: #F5F5F5;
}
.information-other_list{
  display: flex;
}
.information-other_list .other-item{
  width: 33.3%;
  border: 20px solid transparent;
}
.information-other .stay-plan_title{
  font-size: 18px;
  justify-content:  center;
text-align: center;
  }
.information-other_list .message-text{
  font-size: 13px;
}
.magin30{
	margin: 30px 0 0;
}
.stay-plan_info img{
	width: 250px;
	margin: 0 0 0 50px;
	}
@media screen and (max-width: 1000px) {
.inner02 {
  width: 100%;
}
.camp-message .message-text {
  text-align: justify;
}
.information-block .stay-plan_inner .left,.magin100 .stay-plan_inner .left {
  width: 100%;
	margin: 0;
}
.left-rigt25 {
  margin: 0;
}

}
@media screen and (max-width: 768px) {
.magin100 {
  margin: 55px 0 0;
}
.stay-plan_info img{
	width: 200px;
	}
.information-block {
  padding-bottom: 100px;
}
  .information-block .stay-plan_inner .left,
  .information-block .stay-plan_inner .right,.magin100 .stay-plan_inner .right{
    width: 100%;
  }

  .information-block .food-option_inner .option-menu{
    width: 50%;
  }
  .information-block .food-option_inner{
    padding-left: 5%;
    padding-right: 5%;
  }

  .information-other_list{
    display: block;
  }
  .information-other_list .other-item{
    width: 100%;
    border-width: 0;
    margin-bottom: 50px;
  }
  .information-other_list .other-item:last-child{
    margin-bottom: 0;
  }
.stay-plan_info img {
  margin: 0;
}
}

@media screen and (max-width: 440px)  {
.magin100 {
  margin: 55px 0 80px !important;
	padding-bottom: 0 !important;

}
#plan05 {
  padding-bottom: 50px !important;
}
.information-block .stay-plan_inner,.magin100 .stay-plan_inner {
  margin-top: 30px;
}
.information-block {
  padding-bottom: 70px;
}
.camp-message .icon {
	width: 100%;
	height: auto;
	margin:30px 0 0;
}
.information-other {
  padding: 50px 0;
}
.food-option_inner .option-menu{
  text-align: left;
  font-size: 12px;
	line-height: 1.6;
	margin: 0 0 5px;


}
}

/***********************************
 宿泊約款
************************************/
.table_rules table{
	width: 100%;
	font-size: 13px;
	
}
.table_rules table tr{
	border: 1px solid #000000;
	padding: 10px;
	text-align: center;
}
.table_rules table td{
	border: 1px solid #000000;
	padding: 10px;
}
.table_rules table .text_left{
	text-align: left;
}
.box_g{
	padding: 15px 25px 2px;
	margin: 20px 0 0;
	background: #F5F5F5;
	
}
.box_g dt,.box_g dd{font-size: 12px !important;}
.tabu_kara{
	display: none;	
	}
@media screen and (max-width: 1000px){
.outer{
	 width: 100%;
  overflow-x: scroll;
		
}
.price_monthly {
  border-collapse: collapse;
  width: 800px;
}
.tabu_kara{
	display: block;	
	color: #FF0000;}
}
	
	/***********************************
 アレルギー表
************************************/
.tbl-r07 td {
text-align: center;
border-top: solid 5px #ccc;
border-bottom: solid 5px #ccc;
}

.tbl-r07 th {
	text-align: left;
	border-top: solid 5px #ccc;
	border-bottom: solid ５px #ccc;
  }
@media screen and (max-width: 640px) {
  .scroll {
    overflow-x: auto;
  }
  .tbl-r07 {
    min-width: 640px;
    margin: 0 10px 50px;
  }
  .tbl-r07 td {
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
  }
}
	
/***********************************
 ContactForm7カスタマイズ
************************************/	
	/*ContactForm7カスタマイズ*/
table.CF7_table{
	width:80%;
	margin:0 auto;
	border: 3px solid #e5e5e5;
}

table.CF7_table tr{
	border-top: 1px solid #e5e5e5;
}

.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table{
	display:table;
}

/*入力欄*/
.CF7_table input, .CF7_table textarea {
	border: 1px solid #d8d8d8;
}

.CF7_table ::placeholder {
	color:#797979;
}

/*「必須」文字*/
.CF7_req{
	font-size:.9em;
	padding: 5px;
	background: #f79034;/*オレンジ*/
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/*「任意」文字*/
.CF7_unreq{
	font-size:.9em;
	padding: 5px;
	background: #bdbdbd;/*グレー*/
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/* タイトル列 */
@media screen and (min-width: 768px){
	.CF7_table th{
	width:30%;/*横幅*/
	background-color:#ebedf5;/*ブルーグレー*/
	}
}

/* レスポンシブ */
@media screen and (max-width: 768px){
	table.CF7_table{
	width:95%;
	}
	.CF7_table tr, .CF7_table td, .CF7_table th{
	display: block;
	width: 100%;
	line-height:2.5em;
	}
	.CF7_table th{
	background-color:#ebedf5;
	}
}

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
	background-color:#f79034;/* オレンジ*/
	border:0;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	margin:0 auto;
}

.CF7_btn{
	text-align:center;
	margin-top:20px;
}

.wpcf7-spinner{
	width:0;
	margin:0;
}


/* AIコンシェルジュ表示用CSS */
.floating-banner {
    position: fixed; /* バナーを追従させる */
    z-index: 99999; /* 他の要素の下に隠れないように */
    width: 70px;
    bottom: 120px;
    right: 40px;
	display: none;
}
.floating-banner-hide{
	background: none;
	padding: none;
	border: none;
	appearance: none;
	-webkit-appearance: none;
	width: 20px;
	position: absolute;
	top: -5px;
	right: -15px;
	padding: 0;
}

@media screen and (max-width: 768px){
    .floating-banner {
    width: 60px;
    right: 1.25rem;
}
}

/* 平林追加　右にテキスト表示用CSS */
/* 右にテキスト、左に画像を表示するレイアウトCSS */
/* ---------- PC用 ---------- */
/* ===== 共通（左右どちらも） ===== */
.top-area_inner.left,
.top-area_inner.right {
  display: flex;
  align-items: center; /* 上下中央揃え */
  width: 80%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

/* ===== PC：右にテキスト ===== */
.top-area_inner.right .top-anniv_textarea {
  width: 40%;
  padding: 0 1%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-area_inner.right .top-anniv_textarea .text-inner {
  width: 50%;
  text-align: center;
}

.top-area_inner.right .top-area_img {
  width: 58%;
  margin-left: 1%;
}

.top-area_inner.right .top-area_img img {
  width: 90%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* ===== PC：左にテキスト（画像が左） ===== */
.top-area_inner.left .top-area_img {
  width: 59%;
  padding-left: 3%; /* ← 左に余白追加 */
  display: flex;
  justify-content: flex-end; /* ← 画像を右寄せ */
}

.top-area_inner.left .top-area_img img {
  width: 95%;
  height: auto;
  display: block;
  margin: 0;
}

.top-area_inner.left .top-anniv_textarea {
  width: 41%;
  padding: 0 1%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-area_inner.left .top-anniv_textarea .text-inner {
  width: 50%;
  text-align: center;
}

/* ===== 汎用：小さいbefore画像を消す・タイトル画像の保険 ===== */
.top-anniv_textarea::before {
  display: none;
}

.sec-title_en img {
  display: inline-block;
}

/* ===== スマホ用（左右共通） ===== */
@media screen and (max-width: 768px) {
  .top-area_inner.left,
  .top-area_inner.right {
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
  }

  .top-area_inner.left .top-area_img,
  .top-area_inner.right .top-area_img {
    width: 100%;
    padding: 0;
    display: block;
  }

  .top-area_inner.left .top-area_img img,
  .top-area_inner.right .top-area_img img {
    width: 90%;
    margin: 0 auto;
    display: block;
  }

  .top-area_inner.left .top-anniv_textarea,
  .top-area_inner.right .top-anniv_textarea {
    width: 100%;
    padding: 0;
    justify-content: center;
    margin: 20px 0 0;
  }

  .top-area_inner.left .top-anniv_textarea .text-inner,
  .top-area_inner.right .top-anniv_textarea .text-inner {
    width: 80%;
  }
}





/*===============================================
2025,5月 TOP-voice_slider追加
===============================================*/
/* top-voice */
.top_voices {
	background: #F5F5F5;
	padding: 100px 0;
}
.top_voices h2{
	text-align: center;
	margin-bottom: 40px;
}
.top-voice_slider {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.top-voice_slider .swiper-slide {
    width: 23%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #FFFFFF;
    padding: 3%;
    border-radius: 10px;
	min-height: 350px;
}
.btn-primary{
	background-color: rgba(5,71,123,0.10);
	text-align: center;
	border-radius: 100px;
	margin: 20px 0;
}
.top-voice_slider .voices-article .__image {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.top-voice_slider .voices-article .__textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.voices-article .title{
	color: #05477b;
	font-weight: normal;
	line-height: 1.6;
}
.voices-article .__textarea p{
	font-size: 13px;
}
.voices-article .btn-primary span{
	margin: 0 3px;
	font-weight: normal;
	font-size: 14px;
	
}
.icon_sta::before{
	content: '';
	display: inline-block;
	width: 17px;
	height: 15px;
	background-image: url(../../assets/img/top/icon_sutar.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: text-top;
	margin: 0 10px 0 0;
}
/* top-voice-btn */
.top-voice_slider .pagenation {
  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-top: 30px;
}
.top-voice_slider .swiper-button-next, .top-voice_slider .swiper-button-prev, .top-voice_slider .swiper-pagination {
  position: static;
}

.top-voice_slider .swiper-button-next, .top-voice_slider .swiper-button-prev {
  border: none;
  background: none;
  width: 40px;
  height: 40px;
  outline: none;
  margin-top: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.top-voice_slider .swiper-button-next svg, .top-voice_slider .swiper-button-prev svg {
  width: 100%;
  height: 100%;
}

.top-voice_slider .swiper-button-next:after, .top-voice_slider .swiper-button-prev:after {
  content: none;
}


.top-voice_slider .swiper-pagination {
  width: auto !important;
  margin: 0 20px;
}

.top-voice_slider .swiper-pagination-bullet {
  background: #05477b;
  opacity: 1;
  width: 8px;
  height: 8px;
}

.top-voice_slider .swiper-pagination-bullet-active {
  background: #fff;
  border: 2px solid #05477b;
  width: 10px;
  height: 10px;
  position: relative;
  top: 1px;
}

.top-voice_slider .voices-article + * {
  margin-top: 0;
}
@media screen and (max-width: 1000px) {
.top_voices {
  padding: 60px 0;
}
}
@media screen and (max-width: 800px) {
 .top-voice_slider {
    margin-top: 50px;
  }
.voices-backbtn {
  margin-top: 80px;
  margin-bottom: 90px;
}
.top-voice_slider .swiper-slide {
  width: 70%;
	padding: 10%
}
}

