@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500;600&display=swap');

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

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

html,
body {
  -webkit-font-smoothing: antialiased;
  font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体",
    "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
    "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #424242;
  font-size: 16px;
  font-weight: 400;
  min-height: 100%;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.pc-none {
  display: block;
}

.sp-none {
  display: none;
}

.wrap {
  width: calc(100% - 48px);
  max-width: 640px;
  margin: 0 auto;
  position: relative;
  padding-right: 0;
  padding-left: 0;
}

.wrapin {
  width: calc(100% - 48px);
  max-width: 640px;
  margin: 0 auto;
  position: relative;
  padding-right: 0;
  padding-left: 0;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

img {
  width: 100%;
}

input,
select {
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
}

textarea {
  border: 1px solid #efefef;
  outline: 0;
  resize: none;
  width: 100%;
  min-height: 300px;
  padding: 12px;
  font-size: 1rem;
}

.is-hidden {
  overflow: hidden;
}

/*--- link ---*/
a {
  text-decoration: none;
  color: #424242;
  transition: all 0.2s;
}

a:link {
  text-decoration: none;
  color: #424242;
}

a:visited {
  text-decoration: none;
  color: #424242;
}

a:hover {
  text-decoration: none;
  color: #424242;
  opacity: 0.8;
}

a:active {
  text-decoration: none;
}

.form-control {
  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
}

a,
.btn {
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  border-radius: 0px;
}

button {
  border: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

/*--- Typography ---*/

.sserif {
  font-family: YuGothic, "Yu Gothic", "游ゴシック体", "YuGothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Work Sans", "Avenir Next", "Helvetica Neue", Helvetica, Verdana, "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

p {
  font-size: 14px;
  line-height: 1.75;
  font-family: YuGothic, "Yu Gothic", "游ゴシック体", "YuGothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Work Sans", "Avenir Next", "Helvetica Neue", Helvetica, Verdana, "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font: 400 16px/1.5;
  margin: 0;
  font-feature-settings: "palt";
}

h1 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 2px;
}

h2 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0;
}

h3 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 8px;
}

h4 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}

h5 {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}

h6 {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}

/*--- Color ---*/
.black {
  color: #000;
}

.black-bg {
  background: #000;
}

.black-42 {
  color: #424242;
}

.black-42-bg {
  background: #424242;
}

.black-99 {
  color: #999;
}

.black-99-bg {
  background: #999;
}

.black-dd {
  background: #ddd;
}

.black-dd-bg {
  color: #ddd;
}

.black-ef {
  background: #efefef;
}

.black-ef-bg {
  background: #efefef;
}

.bgbase {
  background: #F7F4F0;
}

.bgbase-bg {
  background: #F7F4F0;
}

.white {
  background: #fff;
}

.white-gb {
  background: #fff;
}

/* -----------------------------------
   Loader
-------------------------------------- */
#lottie {
  width: 30%;
  height: 30%;
  max-width: 120px;
  display: block;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  text-align: center;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 999999;
}

#lottie {
  -webkit-animation: lotties 2.2s forwards;
  animation: lotties 2.2s forwards;
}

@keyframes lotties {
  70% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f7f7f7;
  z-index: 99999;
}

.loader {
  -webkit-animation: loaderbg 2.7s forwards;
  animation: loaderbg 2.7s forwards;
}

@keyframes loaderbg {
  70% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}

#lottie2 {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  text-align: center;
  opacity: 1;
  z-index: 999;
}

#lottie2 {
  -webkit-animation: lotties2 4s forwards;
  animation: lotties2 4s forwards;
}

@keyframes lotties2 {
  70% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

/* -----------------------------------
   animation
-------------------------------------- */
.fade {
  opacity: 0.2;
  transform: translateY(16px);
}

.fadeIn {
  transition: all 1s linear;
  opacity: 1 !important;
  transform: translateY(0);
}

.fade2 {
  opacity: 0.1;
  transform: translateY(24px);
}

.fade2In {
  transition: all 2s ease-in-out;
  opacity: 1 !important;
  transform: translateY(0);
}

.fadeup {
  opacity: 0.2;
  transform: translateY(80px);
}

.fadeupIn {
  transition: all 3s ease-in-out;
  opacity: 1 !important;
  transform: translateY(0);
}

/* -----------------------------------
   common
-------------------------------------- */
.head-l {
  position: relative;
  padding: 8px 0;
}

.head-l h1 {
  font-family: 'Lora';
  font-style: italic;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 8px;
}

.contents {
  position: relative;
}

/* -----------------------------------
   header
-------------------------------------- */
#header {
  width: 100%;
  height: 64px;
  display: block;
  margin: 0 auto;
  position: fixed;
  z-index: 9999;
  transition: all 0.15s ease-in-out;
  background: none;
}

#header.hide {
  transform: translateY(-100%);
}

.header-wrap {
  width: 100%;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.header-logo {
  margin: 0 auto;
  width: auto;
  height: 38px;
}

.header-logo a {
  width: 100%;
  height: 38px;
}

.header-logo img {
  width: 100%;
  height: 38px;
}

.header-reserve {
  display: inline-block;
  position: absolute;
  right: 16px;
}

.header-reserve a {
  font-family: 'Work Sans';
  display: inline-block;
  border: 1px solid #424242;
  line-height: 1;
  padding: 10px 16px;
  font-size: 0.75rem;
  letter-spacing: 1px;
}

.header-sns {
  display: flex;
  position: absolute;
  right: 16px;
  top: 50px;
}

.header-sns a {
  font-family: 'Work Sans';
  display: inline-block;
  line-height: 1;
  padding: 8px;
  font-size: 0.75rem;
  letter-spacing: 1px;
}

.header-sns a img {
  width: 20px;
  height: 20px;
}

/* hmb menu */
#hmb {
  position: absolute;
  top: 12px;
  left: 16px;
  transition: all 0.15s;
}

.nav-open #hmb {
  position: fixed;
  transition: all 0.15s ease-in-out;
}

.line-list {
  display: block;
  transition: all 0.2s;
  box-sizing: border-box;
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: 0;
  margin-left: auto;
  z-index: 9999;
}

.line-list span {
  display: block;
  transition: all 0.15s;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  transform: translateY(50%);
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 1px;
  background: #424242;
}

.line-list span:nth-child(1) {
  margin-top: -8px;
}

.line-list span:nth-child(3) {
  margin-top: 8px;
}

.line-list.active span:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
  left: 10px;
  background: #999;
}

.line-list.active span:nth-child(2) {
  opacity: 0;
}

.line-list.active span:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
  left: 10px;
  background: #999;
}

/* メニューの中身 */
#hmb-content {
  position: fixed;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: #f7f7f7;
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  cursor: auto;
}

.hmb-content-logo {
  margin: 0 auto;
  padding: 13px 0;
  width: auto;
  height: 38px;
}

.hmb-content-logo a {
  width: 100%;
  height: 38px;
}

.hmb-content-logo img {
  width: 100%;
  height: 38px;
}

.nav-open .header-reserve {
  display: none;
}

.nav-open #hmb-content {
  position: fixed;
  visibility: visible;
  opacity: 1;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.hmb-content-wrap {
  width: calc(100% - 48px);
  margin: 0 auto;
}

.hmb-content-main {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #ddd;
}

.header-menu-list {
  display: flex;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-end;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 40px;
}

#hmb ul {
  display: flex;
  position: relative;
  flex-direction: column;
  list-style: none;
  margin-right: auto;
  width: 100%;
  padding: 40px 0 32px;
}

#hmb ul li {
  text-align: left;
  padding: 14px 0;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 4px;
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}

#hmb ul li {
  opacity: 0.2;
  transform: translateY(80px);
  overflow: hidden;
  display: inline;
  line-height: 1;
}

#hmb ul a {
  font-family: 'Work Sans';
  color: #424242;
  text-align: left;
  width: auto;
  height: auto;
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}

#hmb-content .hmb-cta {
  display: inline-block;
  width: auto;
  padding: 0;
}

#hmb-content .hmb-cta a {
  font-family: 'Work Sans';
  display: inline-block;
  border: 1px solid #424242;
  line-height: 1;
  padding: 12px 40px;
  font-size: 1rem;
  letter-spacing: 1px;
}

#hmb-content .hmb-contact-home {
  display: inline-block;
  flex-direction: column;
  list-style: none;
  padding: 24px 0;
  position: relative;
  font-family: 'Work Sans';
  letter-spacing: 2px;
}

#hmb-content .hmb-contact {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0 auto;
  width: 100%;
  padding: 24px 0 0;
  position: relative;
  font-family: 'Work Sans';
  letter-spacing: 2px;
}

#hmb-content .hmb-contact p {
  font-family: 'Work Sans';
  font-weight: 400;
  letter-spacing: 2px;
  color: #999;
}

#hmb-content .hmb-contact .copyrights {
  margin-top: 16px;
  font-size: 0.75rem;
  font-family: 'Work Sans';
  font-weight: 400;
  letter-spacing: 0;
  color: #999;
}

.header-menu-list {
  position: relative;
  width: 100%;
  height: auto;
}

.nav-open #hmb ul li {
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  opacity: 1 !important;
  transform: translateY(0);
}

#hmb ul li:nth-child(2) {
  transition-delay: 0.05s;
}

#hmb ul li:nth-child(3) {
  transition-delay: 0.1s;
}

#hmb ul li:nth-child(4) {
  transition-delay: 0.15s;
}

#hmb ul li:nth-child(5) {
  transition-delay: 0.2s;
}

#hmb ul li:nth-child(6) {
  transition-delay: 0.25s;
}

#hmb ul li:nth-child(7) {
  transition-delay: 0.3s;
}

#hmb ul li:nth-child(8) {
  transition-delay: 0.35s;
}

#hmb ul li:nth-child(9) {
  transition-delay: 0.4s;
}

#hmb ul li:nth-child(10) {
  transition-delay: 0.45s;
}

.hmb-cta {
  opacity: 0.2;
  transform: translateY(80px);
  overflow: hidden;
  display: inline-block;
  line-height: 1;
}

.nav-open #hmb .hmb-cta {
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  opacity: 1 !important;
  transform: translateY(0);
}

.hmb-contact {
  opacity: 0.2;
  transform: translateY(80px);
  overflow: hidden;
  display: inline-block;
  line-height: 1;
}

.nav-open #hmb .hmb-contact {
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  opacity: 1 !important;
  transform: translateY(0);
}

/* -----------------------------------
   top
-------------------------------------- */
/*--- kv ---*/
.mv {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.mv-wrap {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
}

.mv-txt {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto;
  width: 100%;
  z-index: 99;
  padding: 140px 0 40px;
  display: none;
}

.mv-txt-bg {
  position: absolute;
  right: 0;
  top: 60px;
  width: 240px;
  z-index: -1;
  overflow: hidden;
}

.mv-txt-main {
  width: 45%;
  height: auto;
}

.mv-txt-cap {
  width: 10%;
  height: auto;
  margin-left: 7%;
}

.mv-txt-j {
  width: 8%;
  height: auto;
  margin-left: 3%;
}

.mv-txt-e {
  width: 5%;
  height: auto;
  margin-left: 3%;
}

/* mov load */
.mov:not(.js_active)::before {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  width: 100%;
  transition: all 0.2;
}

.mov:not(.js_active)::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 40px;
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.mov:not(.js_active)::before {
  -webkit-animation: movbg 1.5s forwards;
  animation: movbg 1.5s forwards;
}

@keyframes movbg {
  70% {
    top: 1;
    height: 0;
  }

  90% {
    height: 100%;
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* movie */
.mv-mov {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 64px;
}

.mov {
  width: 100%;
  height: 360px;
  position: relative;
  margin: 0 auto;
}

.mov video {
  width: 100%;
  height: 360px;
  overflow: hidden;
  object-fit: cover;
}

.mv-copy {
  position: absolute;
  z-index: 99;
  left: 24px;
  top: -32px;
  transform: rotate(90deg);
  transform-origin: 0 50%;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.mv-copy h5 {
  font-family: 'Lora';
  font-style: italic;
  font-size: 1.75rem;
  line-height: 1;
  margin-right: 8px;
}

.mv-copy p {
  font-size: 0.75rem;
  color: #707070;
}

/* common */
.title-l {
  text-align: center;
}

.title-l h2 {
  line-height: 1;
  position: relative;
  display: inline-block;
  font-family: 'Lora';
}

.title-l h2 img {
  height: 26px;
  width: auto;
  margin-right: 2px;
}

.title-l h2 img:nth-child(2) {
  margin-left: 2px;
}

.title-l p {
  color: #999;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 1px;
}

/* overview */
#overview {
  position: relative;
  padding: 48px 0;
}

.overview-msg h2 {
  margin: 0 auto;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 10px;
  margin-bottom: 21px;
}

.overview-msg p {
  line-height: 2;
  text-align: justify;
}

.overview-img {
  position: relative;
  padding: 40px 0;
}

.overview-img-ph {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}

.overview-img-ph img {
  width: calc(50vw - 14px);
  height: calc(50vw - 14px);
}

.overview-img-txt {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin: 0 auto;
  padding: 64px 0;
}

.overview-img-txt-j {
  width: 70px;
}

.overview-img-txt-e {
  width: 16px;
  margin-left: 16px;
}

.overview-img-txt-cap {
  position: absolute;
  width: 240px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/* service */
#service {
  position: relative;
  padding: 40px 0 0;
}

.service-contents {
  width: 100%;
  position: relative;
  padding: 24px 0;
}

.service-contents-wrap {
  position: relative;
  min-width: 80%;
  height: 380px;
}

.service-contents-img {
  width: 100%;
  height: 380px;
  position: relative;
}

.service-contents-img img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
}

.service-contents-inner {
  position: absolute;
  z-index: 99;
  bottom: 16px;
  left: 16px;
  width: calc(100% - 32px);
}

.service-contents-inner h3 {
  font-size: 1.14rem;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 4px;
}

.service-contents-inner p {
  color: #fff;
}

.service-contents-inner .service-contents-cap {
  font-size: 0.75rem;
  font-family: 'Crimson Text';
  margin-bottom: 8px;
}

.swiper-wrapper {
  margin-left: 16px;
}

.resort .swiper-wrapper {
  margin: 0;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  width: 40px;
  height: 40px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 1.5rem;
  font-weight: 700;
}

.swiper-button-next:focus,
.swiper-button-prev:focus {
  outline: none;
}

/* news */
#news {
  position: relative;
  padding: 40px 0 24px;
}

.news-contents {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 24px 0;
}

.news-item {
  display: flex;
  flex-direction: column;
  padding: 16px 0;
  border-bottom: 1px solid #efefef;
}

.news-item:first-child {
  border-top: 1px solid #efefef;
}

.news-item span {
  display: block;
  font-family: 'Crimson Text';
  font-size: 1.125rem;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.top-readmore {
  font-family: 'Crimson Text';
  display: block;
  margin: 0 auto;
  width: 120px;
  padding: 12px 16px 14px;
  font-size: 1rem;
  letter-spacing: 2px;
  border: 1px solid #424242;
  background: none;
  color: #424242;
  border-radius: 50px;
  font-weight: 600;
  text-align: center;
}

.news-page .news {
  padding: 120px 0 80px;
}

/* news article */
.news-article {
  position: relative;
  padding: 64px 0 0;
}

.news-article-list {
  position: relative;
  padding: 40px 0;
  border-bottom: 1px solid #ddd;
}

.news-article-mv {
  width: 100%;
  position: relative;
  margin-bottom: 16px;
}

.news-article-mv img {
  width: 100%;
  height: 200px;
  overflow: hidden;
  object-fit: cover;
  box-shadow: 0px 0 8px rgba(0, 0, 0, .1);
}

.news-article-head {
  position: relative;
  margin-bottom: 16px;
}

.news-article-head h3 {
  margin-bottom: 16px;
}

.news-article-meta {
  display: flex;
  justify-content: space-between;
}

.news-article-overview {
  text-align: justify;
  line-height: 2;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #efefef;
}

.news-article-contents-item {
  margin-bottom: 24px;
}

.news-article-contents-item:last-child {
  margin-bottom: 0;
}

.news-article-contents-url {
  display: block;
  text-decoration: underline;
}

.news-article-contents-url:link {
  text-decoration: underline;
}

.news-article-contents-banner {
  display: inline-block;
  margin-top: 16px;
}

.news-article-pagenation {
  display: flex;
  justify-content: center;
  position: relative;
  padding: 16px 0 40px;
}

/* banner */
.banner-koukeisya-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 4px solid #f7f7f7;
  box-sizing: border-box;
  margin: 48px auto;
}

.banner-txt {
  width: 100%;
  padding: 24px;
}

.banner-txt h3 {
  font-size: 1.25rem;
  letter-spacing: 3px;
  padding: 16px 0 8px;
  text-align: center;
}

.banner-txt p {
  line-height: 2;
  margin-bottom: 16px;
}

.banner-ph {
  width: 100%;
  padding: 24px;
  padding-top: 0;
}

.banner-ph img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* company */
#company {
  position: relative;
  padding: 40px 0;
  margin-top: 16px;
  background: #f7f7f7;
}

.company-info {
  position: relative;
  padding: 24px 0;
}

.company-logo {
  position: relative;
  width: 100%;
  border: 1px solid #efefef;
  border-radius: 4px;
  margin-bottom: 40px;
}

.company-logo img {
  width: 40%;
  height: auto;
  display: block;
  margin: 0 auto;
  padding: 40px 0;
}

.company-list dl {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  letter-spacing: 1px;
}

.company-list dt {
  width: 100%;
  font-weight: 600;
  margin-bottom: 8px;
}

.company-list dd {
  width: 100%;
  margin-bottom: 16px;
}

.company-ceo {
  padding: 16px 0;
}

.company-ceo-ph {
  width: 100%;
  position: relative;
}

.company-ceo-ph img {
  width: 100%;
  height: 242px;
  overflow: hidden;
  object-fit: cover;
}

.company-ceo-txt {
  position: relative;
  width: calc(100% - 14px);
  margin: 0 auto;
}

.company-ceo-txt h4 {
  text-align: center;
  padding: 24px 0 16px;
  letter-spacing: 2px;
}

.company-ceo-txt p {
  text-align: justify;
  line-height: 1.8;
}

/* contact */
#contact {
  position: relative;
  padding: 40px 0 80px;
  background: #f7f7f7;
}

.contact-contents {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.contact-contents p {
  font-weight: 400;
  font-size: 1.125rem;
  letter-spacing: 2px;
  line-height: 2;
}

/* instagram */
.instagram {
  position: relative;
  padding: 0 0 40px;
  width: 100%;
  display: block;
  height: auto;
  background: #f7f7f7;
}

.instagram-contents {
  width: 100%;
  height: auto;
  padding: 16px 0;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.instagram-contents a {
  display: block;
  width: 32.33%;
  height: 0;
  padding-top: 32.33%;
  margin-bottom: 1.5%;
  position: relative;
  overflow: hidden;
}

.instagram-contents a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.instagram-more {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

.instagram-more a {
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  padding: 8px 24px;
  border: 1px solid #424242;
  border-radius: 50px;
}

.instagram-contents .sp-none {
  display: none;
}

/* -----------------------------------
   privacy policy
-------------------------------------- */
#pp {
  position: relative;
  padding: 120px 0 80px;
}

.pp-contents {
  position: relative;
  padding-top: 40px;
}

.pp-contents p {
  text-align: justify;
  line-height: 2;
}

.pp-ff {
  margin-bottom: 32px;
}

.pp-item {
  position: relative;
  margin-bottom: 32px;
}

.pp-item h5 {
  font-weight: 600;
  margin-bottom: 8px;
}

.pp-item p {
  margin-bottom: 8px;
}

/* -----------------------------------
   recruit sp
-------------------------------------- */
.recruit-mv {
  position: relative;
  width: 100%;
  height: 70vh;
  z-index: 1;
}

.recruit-mv-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.recruit-mv-txt {
  display: flex;
  flex-direction: column;
  width: 90%;
  align-items: center;
  justify-content: center;
}

.recruit-mv-txt .mv-txt-bg {
  z-index: -1;
}

.recruit-mv-txt p {
  font-size: 0.875rem;
  letter-spacing: 8px;
  margin-bottom: 16px;
}

.recruit-mv-wrap .mv-copy {
  display: none;
}

.recruit-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 24px;
  margin: auto;
  width: 80%;
  height: 64px;
  z-index: 9999;
}

.recruit-cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 64px;
  border-radius: 50px;
  box-shadow: 0px 1px 16px rgba(0, 0, 0, .2);
  background: #fff;
}

.recruit-cta-txt {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
}

.recruit-cta-txt h5 {
  font-size: 1rem;
  font-weight: 600;
  margin-left: 16px;
}

.recruit-cta-txt p {
  font-size: 0.75rem;
  color: #999;
  margin-left: 16px;
}

.recruit-cta-icon {
  background: #424242;
  border-radius: 50px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 1px 16px rgba(0, 0, 0, .2);
}

.recruit-cta-icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.recruit-overview {
  position: relative;
  margin-top: -80px;
}

.recruit-overview h1 {
  margin-bottom: 24px;
}

.recruit-overview-wrap {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
}

.recruit-overview-txt {
  text-align: center;
  color: #999;
  margin-bottom: 24px;
  width: calc(100% - 48px);
  margin: 0 auto;
}

.recruit-overview-txt h3 {
  letter-spacing: 4px;
}

.recruit-overview-txt p {
  font-size: 0.75rem;
  letter-spacing: 2px;
}

.recruit-overview-img {
  width: 100%;
  overflow: hidden;
}

.recruit-overview-img img {
  width: 120%;
  object-fit: cover;
  overflow: hidden;
  margin-bottom: 24px;
}

.recruit-copy {
  position: relative;
  padding: 80px 0;
}

.recruit-copy p {
  width: 80%;
  margin: 0 auto;
  font-size: 0.875rem;
  line-height: 3;
  text-align: center;
}

.recruit-mov {
  width: 100%;
  height: 240px;
  overflow: hidden;
  position: relative;
  padding: 40px 0 0;
}

.recruit-mov video {
  width: 100%;
  height: 240px;
  object-fit: cover;
  overflow: hidden;
}

.recruit-detail-wrap {
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.recruit-detail-wrap h2 {
  font-size: 1.5rem;
  margin-bottom: 24px;
  letter-spacing: 2px;
}

.recruit-detail-wrap p {
  padding: 12px 0;
  font-size: 0.875rem;
}

.page-border {
  display: block;
  height: 1px;
  width: 100%;
  background: #ddd;
  margin-bottom: 16px;
}

/* 無限スライド */
.page-foot-img {
  position: relative;
  width: 100%;
}

.infinity-slide {
  display: flex;
  width: 100%;
  margin: 0;
  background: #f7f7f7;
  overflow: hidden;
  align-items: center;
}

.slide {
  animation: infinity-loop 30s infinite linear 1s both;
  display: flex;
  height: 200px;
}

.slide img {
  height: 100%;
  width: 150px;
  object-fit: cover;
  overflow: hidden;
}

@keyframes infinity-loop {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}



/* -----------------------------------
   resort page sp
-------------------------------------- */
body.resort,
.resort .contents,
.resort section {
  background: #F7F4F0;
}

/*--- kv ---*/
.resort-mv {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.resort-mv-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 64px 0 32px;
  border-bottom: 1px solid #ddd;
}

.photo-gallery .resort-mv-wrap {
  padding: 64px 0 0;
}

.destination .resort-mv-wrap {
  padding: 64px 0 32px;
}

.resort-mv-title {
  position: relative;
  padding: 64px 0 32px;
  text-align: center;
}

.resort-mv-title h6 {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  color: #999;
  margin-bottom: 8px;
}

.resort-mv-title h5 {
  margin-bottom: 8px;
}

.resort-mv-title h2 {
  font-family: 'Lora', serif;
  letter-spacing: 1px;
  margin-bottom: 16px;
}

.resort-mv-title p {
  font-size: 0.75rem;
  letter-spacing: 1px;
  line-height: 2.2;
  margin-top: 8px;
}

.resort-mv-img {
  position: relative;
  width: 100%;
  height: 320px;
}

.resort-mv-img img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  overflow: hidden;
}

.resort-mv-img video {
  width: 100%;
  height: 320px;
  object-fit: cover;
  overflow: hidden;
}

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

.swiper-pagination-bullet-active {
  background: #fff;
  opacity: 0.8;
}


/*--- cta ---*/
.resort-cta {
  position: fixed;
  display: flex;
  width: 100%;
  height: 64px;
  bottom: 0;
  background: #fff;
  box-shadow: 0px -2px 8px rgba(0, 0, 0, .2);
  z-index: 999;
}

.resort-cta-wrap {
  position: relative;
  width: calc(100% - 32px);
  height: calc(100% - 16px);
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.resort-cta-img {
  width: 72px;
  height: 48px;
}

.resort-cta-img img {
  width: 72px;
  height: 48px;
  object-fit: cover;
  overflow: hidden;
}

.resort-cta-logo {
  width: 140px;
  height: auto;
  margin-left: 12px;
}

.resort-cta-logo p {
  font-family: 'Lora', serif;
  line-height: 1.3;
  font-size: 0.75;
}

.resort-cta-btn {
  transition: all 0.2s ease-out;
}

.resort-cta-btn a {
  font-family: 'Work Sans';
  font-size: 0.875rem;
  line-height: 1;
  width: 100px;
  height: 40px;
  position: absolute;
  right: 16px;
  bottom: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-out;
  color: #424242;
  border: 1px solid #424242;
  letter-spacing: 1px;
}

/* resort-contents */
.resort-contents {
  position: relative;
  padding: 32px 0;
}

.resort-item {
  position: relative;
  display: block;
  margin-bottom: 32px;
}

.resort-item:last-child {
  margin-bottom: 0;
}

.resort-item-img {
  position: relative;
  width: 100%;
  height: 320px;
}

.resort-item-img img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  overflow: hidden;
}

.resort-item-txt {
  position: relative;
  margin-top: 20px;
  padding-bottom: 8px;
}

.resort-item-txt h6 {
  font-family: "Yu Gothic", "游ゴシック体", sans-serif;
  color: #999;
  letter-spacing: 1px;
  margin-bottom: 8px;
  line-height: 1;
}

.resort-item-txt h3 {
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.resort-item-txt p {
  font-size: 0.75rem;
  line-height: 2.2;
}

.resort-item-more {
  font-family: 'Work Sans';
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 2px;
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 1px solid #424242;
}

.resort-item-head {
  position: relative;
  padding: 40px 0 24px;
  text-align: center;
}

.resort-list ul {
  position: relative;
  margin-bottom: 16px;
}

.resort-list ul li {
  list-style: none;
  font-family: 'Work Sans', sans-serif;
  font-size: 0.875rem;
  color: #424242;
  margin-bottom: 4px;
}

.resort-list ul .resort-list-thumb {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.resort-list-thumb img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  overflow: hidden;
  border-radius: 4px;
  margin-right: 12px;
  border: 1px solid #ddd;
}

.resort-list-thumb p {
  font-size: 0.875rem;
}

.resort-list-thumb p span {
  display: block;
  font-size: 0.75rem;
}

.resort-list-cap {
  font-family: 'Work Sans', sans-serif;
  font-size: 0.875rem;
  color: #999;
  display: inline-block;
}

.activity-list .resort-list-thumb img {
  width: 35%;
  height: 80px;
  border-radius: 0;
  border: none;
}

.activity-list .resort-list-thumb p {
  width: 60%;
  font-size: 0.75rem;
  height: auto;

}

.resort-item-back {
  padding-top: 16px;
  margin-top: 24px;
  border-top: 1px solid #ddd;
  text-align: center;
}

.resort-item-back a {
  font-family: 'Work Sans';
  font-size: 0.75rem;
  letter-spacing: 1px;
  padding-bottom: 4px;
  border-bottom: 1px solid #424242;
}

.resort-overview {
  position: relative;
  padding: 32px 0;
}

.resort-overview-img {
  position: relative;
  width: 100%;
  height: 480px;
}

.resort-overview-slide-img {
  position: relative;
  width: 100%;
  height: 480px;
}

.resort-overview-img img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  overflow: hidden;
}

.resort-overview-slide-img img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  overflow: hidden;
}

.resort-overview-txt {
  position: relative;
  padding-top: 32px;
}

.resort-overview-txt h3 {
  font-family: "Yu Gothic", "游ゴシック体", sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 24px;
}

.resort-overview-txt h3 span {
  display: block;
}

.resort-overview-txt p {
  font-size: 0.875rem;
  line-height: 2.2;
  letter-spacing: 1px;
  margin-bottom: 24px;
}

.resort-overview-txt p span {
  display: block;
}

.resort-overview-txt p small {
  line-height: 1.25;
}

.resort-overview-txt h6 {
  font-size: 0.75rem;
  color: #999;
  letter-spacing: 1px;
  font-family: "Yu Gothic", "游ゴシック体", sans-serif;
}

.resort-overview-txt h6 span {
  display: block;
}

.resort-notice-wrap {
  margin-bottom: 16px;
}

.resort-notice {
  display: inline-block;
  font-size: 0.75rem;
  text-decoration: underline;
  padding: 4px 0;
}

.resort-slide {
  position: relative;
  padding: 48px 0 0;
}

.img-slide1 li {
  position: relative;
  width: 150px;
  height: auto;
  margin-right: 16px;
}

.img-slide1 li:nth-child(even) {
  height: 224px
}

.img-slide1 li:nth-child(odd) {
  height: 140px
}

.img-slide1 li img {
  position: relative;
  width: 150px;
  height: 100%;
  object-fit: cover;
}

.resort-detail {
  position: relative;
  padding: 48px 0;
}

.resort-detail-360view {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 64px;
}

.resort-detail-map iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 100%;
  height: 320px;
  overflow: hidden;
}

.resort-detail-access {
  position: relative;
  padding-top: 24px;
}

.resort-detail-access-wrap {
  position: relative;
}

.resort-detail-access-wrap:first-child {
  padding-bottom: 24px;
}

.resort-detail-access-item {
  padding-top: 24px;
  border-top: 1px solid #ddd;
}

.resort-detail-access-item a {
  color: #424242;
  text-decoration: underline;
  margin-left: 16px;
}

.resort-detail-access h5 {
  font-size: 0.875rem;
  color: #424242;
  margin-bottom: 8px;
}

.resort-detail-access h6 {
  font-size: 0.875rem;
  color: #424242;
  margin-bottom: 4px;
}

.resort-detail-access p {
  font-size: 0.75rem;
  color: #424242;
  margin-bottom: 16px;
}

.resort-detail-access p span {
  display: block;
}

.resort-detail-access .resort-gmaplink {
  font-family: 'Work Sans';
  font-size: 0.875rem;
  color: #424242;
  display: inline-block;
  text-align: right;
  margin-top: 16px;
}

.resort-detail-plan {
  position: relative;
  margin-top: 48px;
  border: 1px solid #ddd;
}

.resort-detail-plan-wrap {
  width: calc(100% - 48px);
  padding: 24px;
}

.resort-detail-plan-list img {
  margin-bottom: 16px;
}

.resort-detail-plan-wrap p {
  font-size: 0.75rem;
  color: #999;
}

.resort-ex {
  position: relative;
  padding: 32px 0;
}

.resort-ex-list .resort-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.resort-ex-list .resort-item-txt {
  text-align: center;
}

.resort-ex-list .resort-item-more {
  display: inline;
  vertical-align: middle;
}

.resort-destination {
  position: relative;
  padding: 32px 0 64px;
  background: #EFE9E2;
}

.photo-gallery .resort-mv-wrap {
  border: none;
}

.contents-page .gallery-contents {
  padding: 0 0 32px;
}

.ggrid-item {
  width: 100%;
  height: auto;
  margin-bottom: 16px;
}

.lg-toolbar {
  padding-top: 48px;
}

/* tab */
.tab-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.tab-wrap div {
  margin-top: 120px;
  cursor: pointer;
}

.tab {
  display: block;
  font-family: 'Work Sans';
  font-size: 0.875rem;
  padding: 16px 0;
  letter-spacing: 1px;
  margin: 0 16px;
}

.tab.active {
  border-bottom: 1px solid #424242;
}

.tab-container {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.tab-content {
  display: none;
  opacity: 0;
  background: #fff;
}

.tab-content.show {
  display: block;
  animation-name: displayAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.tab-content .resort-mv-title {
  padding: 0 0 64px;
}

/* ==================================================================================
   PC min-width:768px
===================================================================================== */
@media only screen and (min-width: 768px) {

  html,
  body {
    font-size: 16px;
  }

  .top {
    overflow-x: hidden;
  }

  .pc-none {
    display: none;
  }

  .sp-none {
    display: block;
  }

  .wrap {
    width: calc(100% - 80px);
    max-width: 1360px;
    margin: 0 auto;
    position: relative;
    padding: 0;
  }

  .wrapin {
    width: calc(100% - 160px);
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    padding-right: 0;
    padding-left: 0;
  }

  p {
    font-size: 14px;
    line-height: 1.75;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font: 400 16px/1.5;
    margin: 0;
    font-feature-settings: "palt";
  }

  h1 {
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 2px;
  }

  h2 {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0;
  }

  h3 {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0;
  }

  h4 {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
  }

  h5 {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
  }

  h6 {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
  }

  #lottie {
    width: 30%;
    height: 30%;
    max-width: 160px;
  }

  #lottie2 {
    width: 80%;
    height: 80%;
  }

  /* -----------------------------------
   animation
-------------------------------------- */
  .fade {
    opacity: 0.2;
    transform: translateY(16px);
    transition-delay: 0.2s;
  }

  .fadeIn {
    transition: all 1s ease-in-out;
    opacity: 1 !important;
    transform: translateY(0);
  }

  .fade2 {
    opacity: 0.1;
    transform: translateY(40px);
  }

  .fade2:first-child {
    transition-delay: 1s;
  }

  .fade2:nth-child(2) {
    transition-delay: 600ms;
  }

  .fade2:nth-child(3) {
    transition-delay: 400ms;
  }

  .fade2:nth-child(4) {
    transition-delay: 200ms;
  }

  .fade2In {
    transition: all 2s ease-in-out;
    opacity: 1 !important;
    transform: translateY(0);
  }

  .fade3 {
    opacity: 0;
    transform: translateY(16px);
  }

  .fade3In {
    transition: all 0.8s ease-in-out;
    opacity: 1 !important;
    transform: translateY(0);
  }


  /* -----------------------------------
   common
-------------------------------------- */
  /* header */
  #header {
    width: 100%;
    height: 104px;
    display: block;
    position: fixed;
    z-index: 999;
  }

  #header.hide {
    transform: translateY(-100%);
  }

  .header-wrap {
    display: flex;
    width: 100%;
    height: 104px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    align-items: center;
  }

  .header-logo {
    width: auto;
    height: 56px;
  }

  .header-logo a {
    width: 100%;
    height: 56px;
  }

  .header-logo img {
    width: auto;
    height: 56px;
  }

  .header-cta {
    margin-right: 24px;
  }

  .header-cta .header-cta-web {
    font-size: 1rem;
    padding: 12px 24px;
    font-weight: 600;
    color: #424242;
    letter-spacing: 1px;
  }

  .header-reserve {
    right: 40px;
  }

  .header-reserve a {
    padding: 10px 24px;
    font-size: 0.875rem;
    letter-spacing: 1px;
  }

  .header-sns {
    right: 40px;
    top: 50px;    
  }

  .header-sns a img {
    width: 24px;
    height: 24px;
  }

  /* hmb menu */
  #hmb {
    position: absolute;
    top: 28px;
    left: 40px;
    transition: all 0.15s;
    cursor: pointer;
  }

  .nav-open #hmb {
    position: fixed;
    transition: all 0.15s ease-in-out;
  }

  .line-list {
    width: 40px;
    height: 40px;
    z-index: 9999;
  }

  .hmb-content-logo {
    padding: 24px 0;
    height: 56px;
  }

  .hmb-content-logo a {
    display: inline-block;
    height: 56px;
  }

  .hmb-content-logo img {
    height: 56px;
  }

  .hmb-content-wrap {
    width: calc(100% - 160px);
    margin: 0 auto;
    position: relative;
    padding-bottom: 120px;
  }

  .hmb-content-main {
    position: relative;
  }

  .hmb-content-img {
    display: inline-block;
    max-width: 600px;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 24px;
    text-align: right;
    letter-spacing: 2px;
    font-size: 0.75rem;
    line-height: 2;
    opacity: 0.3;
  }

  #hmb ul {
    width: auto;
  }

  #hmb-content .hmb-cta {
    display: inline-block;
    width: auto;
    padding: 0;
  }

  #hmb-content .hmb-contact {
    width: 100%;
  }

  /* navigation */
  .navigation {
    position: relative;
    padding: 160px 0 0;
  }

  .navigation-wrap {
    border-bottom: 1px solid #ddd;
  }

  .navigation-wrap ul {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .navigation-wrap ul li {
    list-style: none;
    position: relative;
    font-family: 'Work Sans';
    font-size: 0.85rem;
    padding: 16px 24px;
    letter-spacing: 1px;
    display: flex;
  }


  .navigation-wrap ul li.menu-jp {
    font-family: '游ゴシック';
    font-size: 0.8rem;
  }

  .navigation-wrap ul li:nth-child(1) {
    padding-right: 48px;
  }

  .navigation-wrap ul li:nth-child(2) {
    padding-left: 48px;
  }

  .navigation-wrap ul li:nth-child(1)::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 16px;
    width: 1px;
    height: 16px;
    background: #ddd;
  }

  .navigation-wrap ul li .menu-link {
    position: relative;
    width: fit-content;
    line-height: 1.18;
  }

  .navigation-wrap ul li .menu-link::before,
  .navigation-wrap .menu-child__list a span::before {
    position: absolute;
    bottom: -18px;
    width: 100%;
    height: 1px;
    content: "";
  }

  .navigation-wrap ul li.menu-jp a::before,
  .navigation-wrap .menu-child__list a span::before {
    bottom: -20px;
  }

  .navigation-wrap ul li .menu-link:hover::before,
  .navigation-wrap .menu-child__list a.active span::before {
    -webkit-animation: header-line-anim .5s ease forwards;
    animation: header-line-anim .5s ease forwards;
  }

  @-webkit-keyframes header-line-anim {
    0% {
      background: #424242;
      transform: scaleX(1);
      transform-origin: right
    }

    49% {
      background: #424242;
      transform: scaleX(0);
      transform-origin: right
    }

    50% {
      background: #424242;
      transform: scaleX(0);
      transform-origin: left
    }

    100% {
      background: #424242;
      transform: scaleX(1);
      transform-origin: left
    }
  }

  @keyframes header-line-anim {
    0% {
      background: #424242;
      transform: scaleX(1);
      transform-origin: right
    }

    49% {
      background: #424242;
      transform: scaleX(0);
      transform-origin: right
    }

    50% {
      background: #424242;
      transform: scaleX(0);
      transform-origin: left
    }

    100% {
      background: #424242;
      transform: scaleX(1);
      transform-origin: left
    }
  }

  .navigation-wrap .selected a::before {
    background: #424242;
  }

  .navigation-wrap .menu-child {
    position: absolute;
    top: 13px;
    width: 850px;
    transition: all 500ms 0s ease;
    opacity: 0;
    z-index: -1;
    padding-top: 35px;
  }

  .navigation-wrap .menu-child__inner {
    background-color: #fff;
    width: 100%;
    opacity: 0;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
    transition: all 600ms 0s ease;
  }

  .navigation-wrap .nav-menu__item  {
    display: flex;
    justify-content: center;
    opacity: 1 !important;
  }

  .navigation-wrap .nav-menu__item:hover .menu-child {
    opacity: 1.0;
    z-index: 2;
  }

  .navigation-wrap .nav-menu__item:hover .menu-child .menu-child__inner{
    opacity: 1.0;
  }

  .navigation-wrap .menu-child__list {
    padding: 0 17px;
    border-bottom: 1px solid #ddd;
  }

  .navigation-wrap .menu-child__list a {
    font-family: 'Work Sans', sans-serif;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.04rem;
    line-height: 20px;
    color: #424242;
    padding: 21px 25px 19px;
    display: inline-block;
    cursor: pointer;
  }

  .navigation-wrap .menu-child__list a span {
    display: inline-block;
    position: relative;
  }

  .navigation-wrap .menu-child__content {
    padding: 34px 42px;
  }

  .navigation-wrap .menu-child__content .menu-child__content--item{
    display: none;
  }

  .navigation-wrap .menu-child__content .menu-child__content--item.active{
    display: flex;
  }

  .navigation-wrap .menu-child__content .content-logo{
    display: flex;
    max-width: 158px;
    padding-right: 65px;
    float: none;
    box-sizing: border-box;
    width: fit-content;
  }

  .navigation-wrap .menu-child__content .content-logo img{
    width: 100%;
    height: fit-content;
  }

  .navigation-wrap .menu-child__content .content-list{
    padding-left: 50px;
    border-left: 1px solid #ddd;
    height: fit-content;
  }

  .navigation-wrap .menu-child__content .content-list .content-list__item{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }

  .navigation-wrap .menu-child__content .content-list .content-list__item:last-child{
    margin-bottom: 0;
  }

  .navigation-wrap .menu-child__content .content-list .content-list__item--thumb{
    width: 60px;
    min-width: 60px;
    height: 60px;
    object-fit: cover;
    margin-right: 15px;
  }

  .navigation-wrap .menu-child__content .content-list .content-list__item--tittle{
    font-family: 'Work Sans', sans-serif;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.04rem;
    line-height: 22px;
    color: #424242;
  }

  .navigation-wrap .menu-child__content .content-list .content-list__item--desc{
    font-family: 'Work Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.04rem;
    line-height: 17px;
    color: #424242;
    margin-top: 6px;
  }

  /* ---------- top page ---------- */
  /* kv */
  .mv {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .mv-wrap {
    flex-direction: row-reverse;
    height: 100%;
  }

  .mv-txt {
    padding: 80px 0;
    width: 43%;
    display: none;
  }

  .mv-txt-bg {
    top: -100px;
    width: 320px;
    z-index: -1;
    overflow: hidden;
  }

  .mv-txt-main {
    width: 35%;
    height: auto;
  }

  .mv-txt-cap {
    width: 8%;
    height: auto;
    margin-left: 5%;
  }

  .mv-txt-j {
    width: 7%;
    height: auto;
    margin-left: 3%;
  }

  .mv-txt-e {
    width: 5%;
    height: auto;
    margin-left: 3%;
  }

  /* movie */
  .mv-mov {
    width: calc(100% - 80px);
    max-width: 1360px;
    height: 70vh;
    padding: 48px 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mov {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .mov video {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
  }

  .mv-copy {
    left: 32px;
    top: 80px;
  }

  .mv-copy h5 {
    font-size: 1.5rem;
    margin-right: 16px;
    font-weight: 400;
    letter-spacing: 1px;
  }

  /* overview */
  .overview-msg {
    margin-top: 60px;
    margin-bottom: 80px;
  }

  .overview-msg h2 {
    font-size: 2rem;
    text-align: center;
    letter-spacing: 12px;
    margin-bottom: 24px;
  }

  .overview-msg p {
    line-height: 2.5;
    text-align: justify;
    letter-spacing: 1.5px;
  }

  .overview-img {
    padding: 80px 0;
    display: flex;
    flex-direction: row-reverse;
  }

  .overview-img-ph {
    width: 65%;
    height: auto;
  }

  .overview-img-ph img {
    width: 50%;
    height: 436px;
    overflow: hidden;
    object-fit: cover;
  }

  .overview-img-txt {
    position: relative;
    width: 35%;
    padding: 120px 0;
  }

  .overview-img-txt-j {
    width: 100px;
  }

  .overview-img-txt-e {
    width: 20px;
    margin-left: 40px;
  }

  /* service */
  .service {
    position: relative;
    width: 100%;
    height: auto;
  }

  .service-contents {
    width: calc(100% - 80px);
    max-width: 1360px;
    margin: 0 auto;
    padding: 40px 0;
  }

  .swiper-container {
    background: #000;
    width: 100%;
    height: 100%;
    position: relative;
    ;
  }

  .swiper-container {
    background: #000;
    width: 100%;
    height: 100%;
    position: relative;
    ;
  }

  .swiper-wrapper {
    margin-left: 0;
  }

  .service-contents-wrap {
    position: relative;
    min-width: auto;
    min-height: 60vh;
  }

  .service-contents-img img {
    width: 100%;
    height: 60vh;
    position: relative;
  }

  .service-contents-img.is-hover {
    background: #000;
    opacity: 0.1;
  }

  .service-contents-inner {
    bottom: 24px;
    left: 24px;
    width: calc(100% - 48px);
    transition: all 0.3s linear;
  }

  .service-contents-inner h3 {
    font-size: 1.25rem;
  }

  .service-contents-inner .service-contents-txt {
    display: none;
    transition: all 0.3s linear;
  }

  .service-contents-wrap:hover .service-contents-inner {
    bottom: 40px;
  }

  .service-contents-wrap:hover .service-contents-inner .service-contents-txt {
    display: block;
  }

  .img-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: flex;
    background-color: #000;
    background-size: 110%;
    background-position: center;
    overflow: hidden;
  }

  .img-bg.is-hover {
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: -1;
  }

  .img-bg.bg1 {
    background-image: url(../images/service_01_on.png);
    animation: bganime 3s ease-in-out;
  }

  .img-bg.bg2 {
    background-image: url(../images/service_02_on.png);
    animation: bganime 3s ease-in-out;
  }

  .img-bg.bg3 {
    background-image: url(../images/service_03_on.png);
    animation: bganime 3s ease-in-out;
  }

  .img-bg.bg4 {
    background-image: url(../images/service_04_on.png);
    animation: bganime 3s ease-in-out;
  }

  .img-bg.bg5 {
    background-image: url(../images/service_05_on.png);
    animation: bganime 3s ease-in-out;
  }

  .img-bg.bg10 {
    background-image: url(../images/service_10_on.jpg);
    animation: bganime 3s ease-in-out;
  }

  .img-bg.bg11 {
    background-image: url(../images/service_11_on.jpg);
    animation: bganime 3s ease-in-out;
  }

  .img-bg.bg12 {
    background-image: url(../images/service_12_on.jpg);
    animation: bganime 3s ease-in-out;
  }

  @keyframes bganime {
    0% {
      opacity: 0.2;
      background-size: 100%;
    }

    30% {
      opacity: 0.8;
    }

    100% {
      opacity: 0.8;
      background-size: 110%;
    }
  }

  /* news pc */
  #news {
    position: relative;
    padding: 80px 0;
  }

  .news-contents {
    padding: 40px 0;
  }

  .news-item {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 24px 0;
  }

  .news-item span {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 40px;
  }

  .news-page .news {
    padding: 160px 0;
  }

  /* news article */
  .news-article {
    position: relative;
    padding: 40px 0;
  }

  .news-article-list {
    position: relative;
    padding: 80px 0;
    border-bottom: 1px solid #ddd;
  }

  .news-article-mv {
    margin-bottom: 24px;
  }

  .news-article-mv img {
    height: 400px;
  }

  .news-article-head {
    position: relative;
    margin-bottom: 24px;
  }

  .news-article-head h3 {
    margin-bottom: 24px;
  }

  .news-article-overview {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #efefef;
  }

  .news-article-contents-item {
    margin-bottom: 32px;
  }

  /* banner */
  .banner-koukeisya-wrap {
    border: 4px solid #f7f7f7;
    box-sizing: border-box;
    margin: 40px auto 80px;
  }

  .banner-txt {
    width: calc(60% - 80px);
    padding: 64px 40px;
  }

  .banner-txt h3 {
    font-size: 1.8rem;
    letter-spacing: 4px;
    padding: 0;
    text-align: left;
    margin-bottom: 16px;
  }

  .banner-txt p {
    line-height: 2;
    margin-bottom: 24px;
  }

  .banner-ph {
    width: calc(40% - 80px);
    height: auto;
    padding: 40px;
  }

  /* company */
  #company {
    position: relative;
    padding: 80px 0;
    margin-top: 40px;
    background: #f7f7f7;
  }

  .company-info {
    max-width: 960px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding: 40px 0;
  }

  .company-logo {
    width: 40%;
    height: auto;
    border-radius: 4px;
    margin-bottom: 0;
    margin-right: 10%;
  }

  .company-list {
    width: 50%;
  }

  .company-list dt {
    width: 26%;
    font-weight: 600;
    margin-bottom: 8px;
  }

  .company-list dd {
    width: 74%;
    margin-bottom: 16px;
  }

  .company-ceo {
    padding: 40px 0;
  }

  .company-ceo-ph img {
    width: 100%;
    height: 720px;
    overflow: hidden;
    object-fit: cover;
  }

  .company-ceo-txt {
    width: calc(100% - 160px);
    max-width: 960px;
  }

  .company-ceo-txt h4 {
    text-align: center;
    padding: 40px 0 32px;
    letter-spacing: 2px;
  }

  .company-ceo-txt p {
    text-align: justify;
    line-height: 2;
  }

  /* contact */
  #contact {
    position: relative;
    padding: 40px 0 120px;
  }

  /* instagram pc */
  .instagram-contents {
    padding: 40px 0 24px;
  }

  .instagram-contents a {
    width: 19.5%;
    height: 0;
    padding-top: 19.5%;
    margin-bottom: 0.5%;
    position: relative;
    overflow: hidden;
  }

  .instagram-more a {
    padding: 12px 40px;
  }

  .instagram-contents .sp-none {
    display: block;
  }

  /* recruit */
  .recruit-mv {
    height: 80vh;
  }

  .recruit-mv-txt {
    width: 70%;
    max-width: 720px;
  }

  .recruit-mv-txt p {
    font-size: 1rem;
    letter-spacing: 16px;
    margin-bottom: 32px;
  }

  .recruit-mv-txt .mv-txt-bg {
    top: 80px;
    width: 320px;
    z-index: -1;
    overflow: hidden;
  }

  .recruit-mv-wrap .mv-copy {
    display: flex;
  }

  .recruit-cta {
    width: 420px;
    height: 80px;
  }

  .recruit-overview-wrap {
    flex-direction: row;
    align-items: center;
    margin-top: 40px;
  }

  .recruit-overview-txt {
    text-align: left;
    margin-bottom: 0;
    width: calc(40% - 80px);
    margin: 0 auto;
    padding-left: 80px;
    ;
  }

  .recruit-overview-txt h3 {
    letter-spacing: 8px;
    font-size: 2.5rem;
    margin-bottom: 16px;
    ;
  }

  .recruit-overview-txt p {
    font-size: 0.875rem;
    letter-spacing: 2px;
  }

  .recruit-overview-img {
    width: 60%;
    overflow: hidden;
  }

  .recruit-copy p {
    font-size: 1rem;
    line-height: 4;
    text-align: center;
    letter-spacing: 2px;
  }

  .recruit-mov {
    width: 100%;
    height: 480px;
    padding: 80px 0 0;
  }

  .recruit-mov video {
    height: 480px;
  }

  .recruit-detail {
    position: relative;
    padding: 80px 0 120px;
  }

  .recruit-detail-wrap {
    margin-bottom: 40px;
  }

  .recruit-detail-wrap:first-child {
    margin-bottom: 80px;
  }

  .recruit-detail-wrap p {
    padding: 12px 0;
    font-size: 1rem;
  }

  .slide {
    animation: infinity-loop 30s infinite linear 1s both;
    display: flex;
    height: 320px;
  }

  .slide img {
    height: 100%;
    width: 240px;
    object-fit: cover;
    overflow: hidden;
  }

  /* ---------- resort ---------- */
  /*--- kv ---*/
  .resort-ex {
    background-color: #F7F4F0;
  }

  .resort-mv-wrap {
    display: flex;
    flex-direction: column-reverse;
    padding: 48px 0 0;
    border-bottom: 1px solid #ddd;
  }

  .destination .resort-mv-wrap {
    padding: 120px 0 0;
  }

  .resort-mv-title {
    padding: 80px 0;
  }

  .resort-mv-title h6 {
    margin-bottom: 16px;
  }

  .resort-mv-title h2 {
    letter-spacing: 2px;
    margin-bottom: 24px;
  }

  .resort-mv-title h5 {
    margin-bottom: 16px;
  }

  .resort-mv-title p {
    font-size: 0.75rem;
    letter-spacing: 1px;
    line-height: 2.2;
  }

  .resort-mv-title p span {
    display: block;
  }

  .resort-mv-img {
    width: 100%;
    height: 800px;
  }

  .resort-mv-img img {
    width: 100%;
    height: 800px;
  }

  .resort-overview-mv-img {
    width: 100%;
    height: 620px;
  }

  .resort-overview-img img {
    width: 100%;
    height: 620px;
  }

  .resort-overview-slide-img img {
    width: 100%;
    height: 620px;
  }

  .resort-mv-img video {
    width: 100%;
    height: 800px;
    object-fit: cover;
    overflow: hidden;
  }

  /* cta */
  .resort-cta {
    height: 80px;
  }

  .resort-cta-img {
    width: 90px;
    height: 50px;
  }

  .resort-cta-img img {
    width: 90px;
    height: 50px;
    object-fit: cover;
    overflow: hidden;
  }

  .resort-cta-txt {
    margin-left: 16px;
  }

  .resort-cta-txt h6 {
    letter-spacing: 2px;
  }

  .resort-cta-txt p {
    font-size: 0.75rem;
    color: #999;
  }

  .resort-cta-btn a {
    width: 160px;
    height: 48px;
    bottom: 16px;
  }

  .resort-cta-btn a:hover {
    box-shadow: 2px 2px 6px #ddd,
      -2px -2px 6px #ffffff;
  }

  /* grid nomargin -2% */
  .grid-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .grid-wrap-4::after {
    content: "";
    width: 23%;
    height: 0;
  }

  .grid-item-1 {
    width: 6.333%
  }

  .grid-item-2 {
    width: 14.666%
  }

  .grid-item-3 {
    width: 23%
  }

  .grid-item-4 {
    width: 31.333%;
  }

  .grid-item-5 {
    width: 39.666%;
  }

  .grid-item-6 {
    width: 48.5%
  }

  .grid-item-7 {
    width: 56.333%
  }

  .grid-item-8 {
    width: 65.666%;
  }

  .grid-item-9 {
    width: 73%;
  }

  .grid-item-10 {
    width: 81.333%;
  }

  .grid-item-12 {
    width: 100%;
  }

  /* tab */
  .tab-wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .tab-wrap div {
    margin-top: 80px;
    cursor: pointer;
  }

  .tab {
    display: block;
    font-family: 'Work Sans';
    font-size: 1rem;
    padding: 16px 0;
    letter-spacing: 1px;
    margin: 0 16px;
  }

  .tab.active {
    border-bottom: 1px solid #424242;
  }

  .tab-container {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
  }

  .tab-content {
    display: none;
    opacity: 0;
    background: #fff;
  }

  .tab-content.show {
    display: block;
    animation-name: displayAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }

  @keyframes displayAnime {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }

  .tab-content .resort-mv-title {
    padding: 48px 0 64px;
  }




  .resort-contents {
    padding: 48px 0;
  }

  .resort-item {
    margin-bottom: 0;
  }

  .resort-item.mb-80 {
    margin-bottom: 80px;
  }

  .resort-item-img {
    height: 600px;
  }

  .resort-item-img img {
    height: 600px;
  }

  .resort-item-txt {
    margin-top: 24px;
    padding-bottom: 24px;
  }

  .resort-item-txt h6 {
    letter-spacing: 1px;
    margin-bottom: 16px;
    font-size: 0.75rem;
  }

  .resort-item-txt h3 {
    letter-spacing: 1px;
    margin-bottom: 16px;
  }

  .resort-item-txt p {
    font-size: 0.75rem;
    line-height: 2.2;
  }

  .resort-item-more {
    font-family: 'Work Sans';
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 2px;
    display: inline-block;
    padding-bottom: 4px;
    border-bottom: 1px solid #424242;
  }

  .resort-overview {
    padding: 64px 0;
  }

  .resort-overview-img {
    height: 900px;
    width: 55%;
  }

  .resort-overview-img img {
    width: 100%;
    height: 900px;
  }

  .resort-overview-txt {
    position: relative;
    padding-top: 24px;
    width: 38%;
  }

  .resort-overview-txt h3 {
    letter-spacing: 4px;
    margin-bottom: 40px;
    line-height: 1.5;
  }

  .resort-overview-txt p {
    font-size: 0.875rem;
    line-height: 2.2;
    letter-spacing: 1px;
    margin-bottom: 24px;
  }

  .resort-overview-txt h6 {
    font-size: 0.75rem;
    color: #999;
    letter-spacing: 1px;
    line-height: 2;
  }

  .resort-overview-txt h6 span {
    display: block;
  }

  .resort-slide {
    padding: 64px 0;
  }

  .img-slide1 li {
    width: 300px;
    height: auto;
    margin-right: 40px;
  }

  .img-slide1 li:nth-child(even) {
    height: 400px
  }

  .img-slide1 li:nth-child(odd) {
    height: 240px
  }

  .img-slide1 li img {
    width: 300px;
    height: 100%;
  }

  .resort-detail {
    position: relative;
    padding: 64px 0;
  }

  .resort-detail-map {
    position: relative;
    margin-bottom: 64px;
  }

  .resort-detail-map iframe {
    width: 100%;
    height: 640px;
  }

  .resort-detail-access {
    padding-top: 24px;
  }

  .resort-detail-access p {
    font-size: 0.75rem;
    margin-bottom: 24px;
  }

  .resort-detail-access p span {
    display: block;
  }

  .resort-detail-access .resort-gmaplink {
    width: auto;
    font-size: 0.875rem;
  }

  .resort-detail-plan-wrap {
    width: calc(100% - 80px);
    padding: 40px;
  }

  .resort-ex {
    padding: 64px 0;
  }

  .resort-destination {
    padding: 64px 0;
  }

  /*--- page ---*/
  .contents-page .resort-mv-wrap {
    flex-direction: column;
    padding: 16px 0 64px;
  }

  .contents-page .resort-overview-img {
    width: 66%;
    height: 620px;
  }

  .contents-page .resort-overview-img img {
    height: 620px;
  }

  .contents-page .resort-overview-txt {
    width: 30%;
    padding-top: 0;
  }

  .contents-page .resort-overview-txt p {
    line-height: 2;
  }

  .contents-page .resort-contents {
    padding: 24px 0 64px;
  }

  .resort-item-head {
    position: relative;
    padding: 64px 0 48px;
    text-align: center;
  }

  .resort-list-txt {
    margin-bottom: 24px;
  }

  .activity-list {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .activity-list .resort-list-thumb {
    width: 32%;

  }

  .activity-list .resort-list-thumb img {
    width: 46%;
    height: 120px;
    border-radius: 0;
    border: none;
    margin-right: 4%;
  }

  .activity-list .resort-list-thumb p {
    width: 50%;
    font-size: 0.875rem;
    height: auto;
  }

  .resort-item-back {
    padding-top: 24px;
    margin-top: 48px;
    border-top: 1px solid #ddd;
    text-align: center;
  }

  /* gallery */
  .photo-gallery .resort-mv-wrap {
    padding-bottom: 0;
    border: none;
  }

  .contents-page .gallery-contents {
    padding: 0 0 64px;
  }

  .ggrid-item {
    margin: 1%;
  }

  .ggrid-item img {
    width: 100%;
  }

}

/* -----------------------------------
   footer
-------------------------------------- */
.footer {
  position: relative;
  padding: 40px 0 100px;
  background: #f7f7f7;
}

.footer-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
}

.footer-menu ul {
  display: flex;
  justify-content: center;
  margin-bottom: 48px;
  flex-wrap: wrap;
}

.footer-menu ul li {
  list-style: none;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0 10px;
  border-right: 1px solid #ddd;
  margin-bottom: 12px;
  font-family: 'Work Sans';
}

.footer-menu ul li:last-child {
  border: none;
}

.footer-logo img {
  width: auto;
  height: 64px;
  display: block;
  margin: 0 auto;
  margin-bottom: 16px;
}

.footer-txt p {
  font-family: 'Work Sans';
  text-align: center;
  font-size: 0.75rem;
  color: #999;
  letter-spacing: 2px;
}

/* PC */
@media only screen and (min-width: 768px) {
  .footer {
    padding: 80px 0 120px;
  }

  .footer-menu ul {
    justify-content: center;
    letter-spacing: 1px;
    margin-bottom: 48px;
  }
}

/* =========================================
   PC Large
============================================ */
@media only screen and (min-width: 1680px) {
  .wrap-h {
    width: calc(100% - 80px);
    max-width: 640px;
    margin: 0 auto;
    position: relative;
    padding-right: 0;
    padding-left: 0;
  }

  .resort-gallery {
    width: calc(100% - 80px);
    max-width: 640px;
    margin: 0 auto;
    position: relative;
    padding: 32px 0 48px;
  }

  #aniimated-thumbnials a {
    width: 213px;
    height: 213px;
  }

  #aniimated-thumbnials a img {
    width: 213px;
    height: 213px;
  }


}

/* -----------------------------------
   tokushoho page (特定商取引法ページ用)
   既存スタイルを上書きするため、必要に応じて !important を付加
-------------------------------------- */

/* タイトルやサブタイトルのスタイル */
.section-tokushoho h1.page-title {
  /* 少し小さめに設定したい場合 */
  font-size: 1.6rem !important;  
  color: #333 !important;        /* 文字色をはっきり */
  text-align: center !important; /* 中央寄せ */
  margin-bottom: 0.5em !important;
}

.section-tokushoho p.page-subtitle {
  /* 少し大きめに設定したい場合 */
  font-size: 1rem !important;    
  color: #666 !important;
  text-align: center !important; /* 中央寄せ */
  margin-bottom: 2em !important;
}

/* テーブルの基本スタイル */
.tokushoho-table {
  width: 100% !important;
  border-collapse: collapse !important;
  margin-bottom: 3em !important;
  font-size: 0.95rem !important; /* 全体の文字サイズ */
  line-height: 1.6 !important;
}

/* セルの枠線を濃くする */
.tokushoho-table th,
.tokushoho-table td {
  border: 1px solid #999 !important;
  padding: 0.8rem !important;
  vertical-align: top !important;
}

/* 見出しセル（th）の背景色と文字色をやや濃く */
.tokushoho-table th {
  background-color: #f2f2f2 !important;
  color: #333 !important;
  width: 30% !important;
  text-align: left !important;
  white-space: nowrap; /* 必要なら折り返す場合は off に */
}

/* リンク文字を青系に。マウスオーバー時は下線表示 */
.tokushoho-table td a {
  color: #007acc !important;
  text-decoration: none !important;
}
.tokushoho-table td a:hover {
  text-decoration: underline !important;
}

/* 
  ▼行を交互に色付けするサンプル（必要ならアンコメント）---------
  .tokushoho-table tbody tr:nth-child(odd) td {
    background-color: #fafafa !important;
  }
*/

/* ▼大画面（PC）用に、さらにサイズを切り替えたい場合の例 */
@media (min-width: 768px) {
  .section-tokushoho h1.page-title {
    font-size: 2rem !important;   /* タイトルをPCではさらに大きめに */
  }
  .section-tokushoho p.page-subtitle {
    font-size: 1.125rem !important;  /* サブタイトルを少し大きめに */
  }
}
