@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

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

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

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

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

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

h1,
h2,
h3 {
  font-weight: bold;
}

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/* global.scss */
a,
img {
  width: 100%;
  display: block;
}

#main {
  background-color: #141414;
}
#main .mainvisual {
  height: 100vh;
  width: min(1440px, 96vw);
  margin: auto;
  background-image: url(https://img.travel.rakuten.co.jp/share/image_up/184897/LARGE/96689f28dfcfa671647e1cf5f25e6cc6eae2b967.47.9.26.3.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #main .mainvisual {
    width: 100%;
  }
}
#main .mainvisual .cover-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: min(531px, 35.4vw);
  height: min(394px, 26.2666666667vw);
  padding-top: min(80px, 5.3333333333vw);
  padding-left: min(100px, 6.6666666667vw);
}
@media only screen and (max-width: 768px) {
  #main .mainvisual .cover-title {
    width: 100%;
    height: auto;
    padding-top: 10.101010101vw;
    padding-left: 5.0505050505vw;
    padding-right: 5.0505050505vw;
    padding-bottom: 10.101010101vw;
  }
}
#main .mainvisual .cover-title h2 {
  font-size: min(32px, 2.1333333333vw);
  color: #fff;
  font-weight: 500;
  font-style: Medium;
  line-height: 200%;
  letter-spacing: 8%;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", "MS Mincho", serif;
}
@media only screen and (max-width: 768px) {
  #main .mainvisual .cover-title h2 {
    font-size: 6.0606060606vw;
  }
}
#main .mainvisual .cover-title p {
  margin-top: min(20px, 1.3333333333vw);
  font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", "MS Mincho", serif;
  font-weight: 500;
  font-style: Medium;
  font-size: min(15px, 1vw);
  line-height: 200%;
  letter-spacing: 8%;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #main .mainvisual .cover-title p {
    margin-top: 4.0404040404vw;
    font-size: 3.2828282828vw;
  }
}
#main .top-concept {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: min(160px, 10.6666666667vw);
  padding-bottom: min(160px, 10.6666666667vw);
  width: min(1440px, 96vw);
  margin: auto;
}
@media only screen and (max-width: 768px) {
  #main .top-concept {
    flex-direction: column;
    gap: 10.101010101vw;
    width: 100%;
    padding-top: 20.202020202vw;
    padding-bottom: 20.202020202vw;
    padding-left: 5.0505050505vw;
    padding-right: 5.0505050505vw;
  }
}
#main .top-concept .left-wrapper {
  width: min(320px, 21.3333333333vw);
  display: flex;
  flex-direction: column;
  gap: min(20px, 1.3333333333vw);
}
@media only screen and (max-width: 768px) {
  #main .top-concept .left-wrapper {
    width: 100%;
    flex-direction: row;
    gap: 2.5252525253vw;
  }
}
#main .top-concept .concept-panel {
  display: flex;
  flex-direction: row-reverse;
  gap: min(40px, 2.6666666667vw);
}
@media only screen and (max-width: 768px) {
  #main .top-concept .concept-panel {
    flex-direction: column;
    gap: 5.0505050505vw;
  }
}
#main .top-concept .concept-panel h3 {
  writing-mode: vertical-rl;
  font-size: min(40px, 2.6666666667vw);
  color: #fff;
  font-weight: 500;
  font-style: Medium;
  letter-spacing: 8%;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", "MS Mincho", serif;
}
@media only screen and (max-width: 768px) {
  #main .top-concept .concept-panel h3 {
    writing-mode: horizontal-tb;
    font-size: 7.5757575758vw;
  }
}
#main .top-concept .concept-panel p {
  writing-mode: vertical-rl;
  font-size: min(15px, 1vw);
  color: #fff;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", "MS Mincho", serif;
  font-weight: 500;
  font-style: Medium;
  line-height: 200%;
  letter-spacing: 8%;
}
@media only screen and (max-width: 768px) {
  #main .top-concept .concept-panel p {
    writing-mode: horizontal-tb;
    font-size: 3.7878787879vw;
  }
}
#main .top-concept .right-wrapper {
  width: min(320px, 21.3333333333vw);
  display: flex;
  flex-direction: column;
  gap: min(20px, 1.3333333333vw);
}
@media only screen and (max-width: 768px) {
  #main .top-concept .right-wrapper {
    width: 100%;
    flex-direction: row;
    gap: 2.5252525253vw;
  }
}
#main .top-property {
  width: min(1440px, 96vw);
  margin: auto;
}
@media only screen and (max-width: 768px) {
  #main .top-property {
    width: 100%;
    padding-left: 5.0505050505vw;
    padding-right: 5.0505050505vw;
  }
}
#main .top-property .property-main {
  width: min(1360px, 90.6666666667vw);
}
@media only screen and (max-width: 768px) {
  #main .top-property .property-main {
    width: 100%;
  }
}
#main .top-property .property-photos {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 768px) {
  #main .top-property .property-photos {
    flex-direction: column;
  }
}
#main .top-property .property-photos .property-photo {
  width: min(388px, 25.8666666667vw);
}
@media only screen and (max-width: 768px) {
  #main .top-property .property-photos .property-photo {
    width: 100%;
  }
}
#main .top-property .property-panel {
  width: min(664px, 44.2666666667vw);
  margin-left: auto;
  padding-top: min(64px, 4.2666666667vw);
  padding-left: min(64px, 4.2666666667vw);
  padding-right: min(80px, 5.3333333333vw);
  margin-top: max(-419px, -27.9333333333vw);
  background-color: #141414;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #main .top-property .property-panel {
    width: 100%;
    margin-left: 0;
    margin-top: 5.0505050505vw;
    padding-top: 10.101010101vw;
    padding-left: 5.0505050505vw;
    padding-right: 5.0505050505vw;
    padding-bottom: 10.101010101vw;
  }
}
#main .top-property .property-panel h3 {
  font-weight: 500;
  font-size: min(32px, 2.1333333333vw);
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-transform: capitalize;
  color: #ffffff;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", "MS Mincho", serif;
}
@media only screen and (max-width: 768px) {
  #main .top-property .property-panel h3 {
    font-size: 6.0606060606vw;
  }
}
#main .top-property .property-panel p {
  margin-top: min(20px, 1.3333333333vw);
  font-weight: 500;
  font-size: min(15px, 1vw);
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #ffffff;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}
@media only screen and (max-width: 768px) {
  #main .top-property .property-panel p {
    margin-top: 4.0404040404vw;
    font-size: 3.2828282828vw;
  }
}
#main .top-property.type2 {
  margin-top: min(80px, 5.3333333333vw);
}
@media only screen and (max-width: 768px) {
  #main .top-property.type2 {
    margin-top: 15.1515151515vw;
  }
}
#main .top-property.type2 .property-main {
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  #main .top-property.type2 .property-main {
    margin-left: 0;
  }
}
#main .top-property.type2 .property-photos {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  #main .top-property.type2 .property-photos {
    flex-direction: column;
  }
}
#main .top-property.type2 .property-photos figure:nth-child(2) {
  height: min(315px, 21vw);
  width: min(388px, 25.8666666667vw);
  object-fit: cover;
  object-position: center;
}
@media only screen and (max-width: 768px) {
  #main .top-property.type2 .property-photos figure:nth-child(2) {
    height: auto;
    width: 100%;
  }
}
#main .top-property.type2 .property-photos figure:nth-child(2) img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#main .top-property.type2 .property-panel {
  margin-left: 0;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  #main .top-property.type2 .property-panel {
    margin-right: 0;
  }
}
#main .top-property.type3 {
  margin-top: min(178px, 11.8666666667vw);
}
@media only screen and (max-width: 768px) {
  #main .top-property.type3 {
    margin-top: 15.1515151515vw;
  }
}
#main .top-foods {
  width: min(1440px, 96vw);
  margin: auto;
  margin-top: min(298px, 19.8666666667vw);
}
@media only screen and (max-width: 768px) {
  #main .top-foods {
    width: 100%;
    margin-top: 20.202020202vw;
  }
}
#main .top-foods .container {
  width: min(1280px, 85.3333333333vw);
  margin: auto;
}
@media only screen and (max-width: 768px) {
  #main .top-foods .container {
    width: 100%;
    padding-left: 5.0505050505vw;
    padding-right: 5.0505050505vw;
  }
}
#main .top-foods .container .food-card-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: min(160px, 10.6666666667vw);
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #main .top-foods .container .food-card-list {
    flex-direction: column;
    row-gap: 15.1515151515vw;
  }
}
#main .top-foods .container .food-card-list .food-card-item {
  width: min(600px, 40vw);
}
@media only screen and (max-width: 768px) {
  #main .top-foods .container .food-card-list .food-card-item {
    width: 100%;
  }
}
#main .top-foods .container .food-card-list .food-card-item .thumb {
  width: min(600px, 40vw);
  height: min(337px, 22.4666666667vw);
  object-fit: cover;
  object-position: center;
}
@media only screen and (max-width: 768px) {
  #main .top-foods .container .food-card-list .food-card-item .thumb {
    width: 100%;
    height: 50.5050505051vw;
  }
}
#main .top-foods .container .food-card-list .food-card-item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#main .top-foods .container .food-card-list .food-card-item .wrap .title {
  font-weight: 500;
  font-size: min(32px, 2.1333333333vw);
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-transform: capitalize;
  color: #ffffff;
  margin-top: min(20px, 1.3333333333vw);
  font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", "MS Mincho", serif;
}
@media only screen and (max-width: 768px) {
  #main .top-foods .container .food-card-list .food-card-item .wrap .title {
    font-size: 6.0606060606vw;
    margin-top: 4.0404040404vw;
  }
}
#main .top-foods .container .food-card-list .food-card-item .wrap .desc {
  font-size: min(15px, 1vw);
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #ffffff;
  margin-top: min(10px, 0.6666666667vw);
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}
@media only screen and (max-width: 768px) {
  #main .top-foods .container .food-card-list .food-card-item .wrap .desc {
    font-size: 3.2828282828vw;
    margin-top: 2.0202020202vw;
  }
}
#main .top-message {
  width: min(800px, 53.3333333333vw);
  margin: auto;
  margin-top: min(160px, 10.6666666667vw);
  background-color: #ffffff;
}
@media only screen and (max-width: 768px) {
  #main .top-message {
    width: 100%;
    margin-top: 20.202020202vw;
  }
}
#main .top-message .container {
  width: min(800px, 53.3333333333vw);
  margin: auto;
  padding-top: min(70px, 4.6666666667vw);
  padding-left: min(70px, 4.6666666667vw);
  padding-bottom: min(29px, 1.9333333333vw);
}
@media only screen and (max-width: 768px) {
  #main .top-message .container {
    width: 100%;
    padding-top: 10.101010101vw;
    padding-left: 5.0505050505vw;
    padding-right: 5.0505050505vw;
    padding-bottom: 10.101010101vw;
  }
}
#main .top-message .container .content-in {
  width: min(630px, 42vw);
}
@media only screen and (max-width: 768px) {
  #main .top-message .container .content-in {
    width: 100%;
  }
}
#main .top-message .container .message-box .text {
  font-weight: 500;
  font-size: min(15px, 1vw);
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #141414;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}
@media only screen and (max-width: 768px) {
  #main .top-message .container .message-box .text {
    font-size: 3.2828282828vw;
  }
}
#main .top-message .container .message-box .sign {
  margin-top: min(52px, 3.4666666667vw);
}
@media only screen and (max-width: 768px) {
  #main .top-message .container .message-box .sign {
    margin-top: 8.0808080808vw;
  }
}
#main .top-message .container .message-box .sign p {
  font-size: min(14px, 0.9333333333vw);
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #141414;
  margin-left: auto;
  width: min(250px, 16.6666666667vw);
  font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", "MS Mincho", serif;
}
@media only screen and (max-width: 768px) {
  #main .top-message .container .message-box .sign p {
    font-size: 3.0303030303vw;
    width: 100%;
    margin-left: 0;
  }
}
#main .top-message .container .message-box .sign img {
  width: min(120px, 8vw);
  object-fit: cover;
  object-position: center;
  margin-left: auto;
  margin-right: min(130px, 8.6666666667vw);
}
@media only screen and (max-width: 768px) {
  #main .top-message .container .message-box .sign img {
    width: 25.2525252525vw;
    margin-left: auto;
    margin-right: auto;
  }
}
#main .top-tourist {
  width: min(1440px, 96vw);
  margin: auto;
  margin-top: min(160px, 10.6666666667vw);
}
@media only screen and (max-width: 768px) {
  #main .top-tourist {
    width: 100%;
    margin-top: 20.202020202vw;
  }
}
#main .top-tourist .tourist-title {
  font-weight: 500;
  font-size: min(32px, 2.1333333333vw);
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: capitalize;
  color: #ffffff;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", "MS Mincho", serif;
}
@media only screen and (max-width: 768px) {
  #main .top-tourist .tourist-title {
    font-size: 6.0606060606vw;
    padding-left: 5.0505050505vw;
    padding-right: 5.0505050505vw;
  }
}
#main .top-tourist .tourist-content {
  width: min(1280px, 85.3333333333vw);
  margin: auto;
  margin-top: min(40px, 2.6666666667vw);
}
@media only screen and (max-width: 768px) {
  #main .top-tourist .tourist-content {
    width: 100%;
    margin-top: 7.5757575758vw;
    padding-left: 5.0505050505vw;
    padding-right: 5.0505050505vw;
  }
}
#main .top-tourist .tourist-content .tourist-block-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: min(160px, 10.6666666667vw);
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #main .top-tourist .tourist-content .tourist-block-list {
    flex-direction: column;
    row-gap: 15.1515151515vw;
  }
}
#main .top-tourist .tourist-content .tourist-block-list .tourist-block-item {
  width: min(373px, 24.8666666667vw);
}
@media only screen and (max-width: 768px) {
  #main .top-tourist .tourist-content .tourist-block-list .tourist-block-item {
    width: 100%;
  }
}
#main .top-tourist .tourist-content .tourist-block-list .tourist-block-item .thumb {
  width: min(373px, 24.8666666667vw);
  height: auto;
  object-fit: cover;
  object-position: center;
}
@media only screen and (max-width: 768px) {
  #main .top-tourist .tourist-content .tourist-block-list .tourist-block-item .thumb {
    width: 100%;
  }
}
#main .top-tourist .tourist-content .tourist-block-list .tourist-block-item .wrap .title {
  font-size: min(20px, 1.3333333333vw);
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-transform: capitalize;
  color: #ffffff;
  margin-top: min(20px, 1.3333333333vw);
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}
@media only screen and (max-width: 768px) {
  #main .top-tourist .tourist-content .tourist-block-list .tourist-block-item .wrap .title {
    font-size: 4.5454545455vw;
    margin-top: 4.0404040404vw;
  }
}
#main .top-tourist .tourist-content .tourist-block-list .tourist-block-item .wrap .desc {
  font-size: min(15px, 1vw);
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #ffffff;
  margin-top: min(10px, 0.6666666667vw);
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}
@media only screen and (max-width: 768px) {
  #main .top-tourist .tourist-content .tourist-block-list .tourist-block-item .wrap .desc {
    font-size: 3.2828282828vw;
    margin-top: 2.0202020202vw;
  }
}
#main #footer {
  width: min(1440px, 96vw);
  margin: auto;
  margin-top: min(160px, 10.6666666667vw);
}
@media only screen and (max-width: 768px) {
  #main #footer {
    width: 100%;
    margin-top: 20.202020202vw;
  }
}
#main #footer .footer-main {
  width: min(1280px, 85.3333333333vw);
  margin: auto;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #main #footer .footer-main {
    width: 100%;
  }
}
#main #footer .footer-main .logo-img {
  width: min(1280px, 85.3333333333vw);
  height: auto;
  object-fit: cover;
  object-position: center;
}
@media only screen and (max-width: 768px) {
  #main #footer .footer-main .logo-img {
    width: 100%;
  }
}
#main #footer .footer-main .footer-info {
  position: absolute;
  top: min(195px, 13vw);
  left: 50%;
  transform: translateX(-50%);
}
#main #footer .footer-main .footer-info a {
  color: #ffffff;
  text-decoration: none;
}
#main #footer .footer-main .footer-info a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  #main #footer .footer-main .footer-info {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    padding: 5.0505050505vw;
  }
}
#main #footer .footer-main .footer-info .lead {
  font-size: min(15px, 1vw);
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #ffffff;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #main #footer .footer-main .footer-info .lead {
    font-size: 3.2828282828vw;
  }
}
#main #footer .footer-main .footer-action {
  display: flex;
  flex-direction: row;
  gap: min(20px, 1.3333333333vw);
  position: absolute;
  bottom: min(64px, 4.2666666667vw);
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  #main #footer .footer-main .footer-action {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    flex-direction: column;
    gap: 4.0404040404vw;
    padding: 5.0505050505vw;
    padding-top: 0;
  }
}
#main #footer .footer-main .footer-action .btn {
  width: min(255px, 17vw);
  height: min(56px, 3.7333333333vw);
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #main #footer .footer-main .footer-action .btn {
    width: 100%;
    height: 12.1212121212vw;
  }
}
#main #footer .footer-main .footer-action .btn span {
  font-size: min(16px, 1.0666666667vw);
  font-weight: 500;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #141414;
}
@media only screen and (max-width: 768px) {
  #main #footer .footer-main .footer-action .btn span {
    font-size: 3.5353535354vw;
  }
}
#main #footer .footer-bottom {
  padding-top: min(40px, 2.6666666667vw);
  padding-bottom: min(20px, 1.3333333333vw);
}
@media only screen and (max-width: 768px) {
  #main #footer .footer-bottom {
    padding-top: 5.0505050505vw;
    padding-bottom: 5.0505050505vw;
  }
}
#main #footer .footer-bottom .copyright {
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: min(12px, 0.8vw);
  line-height: 200%;
  text-align: center;
  letter-spacing: 0.08em;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  #main #footer .footer-bottom .copyright {
    font-size: 2.5252525253vw;
    padding-left: 5.0505050505vw;
    padding-right: 5.0505050505vw;
  }
}

/*# sourceMappingURL=style.css.map */
