@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* 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;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
  v2.0 | 20110126
  License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}
ol li, ul li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:not([class]) {
  text-decoration: none;
  color: #333;
}

a:not([class]):hover {
  text-decoration: none;
}

*, *::before, *::after {
  box-sizing: border-box;
}

b {
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

html {
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
  min-width: 320px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.75;
  background: #000;
  color: #fff;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }
}

.main-area {
  padding-top: 86px;
}
@media screen and (max-width: 767px) {
  .main-area {
    padding-top: 50px;
  }
}

.breadcrumbs {
  line-height: 3em;
}
.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 5px;
  padding-bottom: 5px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  justify-content: flex-start;
  font-family: "Noto Serif JP", sans-serif;
}
.breadcrumbs__list a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0.5em;
}
@media only screen and (max-width: 1200px) {
  .breadcrumbs__list {
    margin: 0 20px;
    font-size: 1.4rem;
  }
}
@media screen and (max-height: 1410px) {
  .breadcrumbs__list {
    margin-righe: 1.4285714286%;
  }
}
.breadcrumbs__item:not(:first-child)::before {
  display: inline-block;
  margin-left: 14px;
  margin-right: 14px;
  content: ">";
}

/*----------------------------------------------

フッター

-----------------------------------------------*/
footer {
  padding-top: 40px;
  background: #000;
  color: #fff;
}

footer a, footer a:link, footer a:active, footer a:visited {
  color: #fff;
}

footer ul {
  margin: 0 auto;
  display: inline-block;
}

footer ul:after {
  clear: both;
  content: "";
  display: block;
}

footer ul li {
  float: left;
  font-size: 1.4rem;
}

footer ul li a {
  text-decoration: none;
  color: #24211f;
}

footer ul li:after {
  content: "｜";
  padding: 0 1em;
}

footer ul li:last-child:after {
  content: "";
}

.Footer_Wrapper {
  overflow: hidden;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .Footer_Wrapper {
    margin: 0 auto;
    width: 96%;
  }
}
.Footer_Copyright {
  font-size: 1.2rem;
}

.Footer_Sub {
  font-size: 1.5rem;
  margin: 20px 0;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  footer ul li {
    width: 25%;
    line-height: 1.5em;
    padding: 10px 0;
  }

  footer ul li:after {
    content: "";
  }
}
@media screen and (max-width: 768px) {
  footer ul li {
    width: 50%;
    line-height: 1.5em;
    padding: 10px 0;
  }

  footer ul li:after {
    content: "";
  }
}
/*----------------------------------------------

FontSize Change

-----------------------------------------------*/
#Content_All {
  font-size: 100%;
}

/*----------------------------------------------

Header

-----------------------------------------------*/
.Header_Wrapper {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 3%;
  box-sizing: border-box;
}

@media screen and (max-width: 1120px) {
  .Header_Wrapper {
    padding: 0;
  }
}
#Top_Head {
  top: -90px;
  position: absolute;
  width: 100%;
  margin: 90px auto 0;
  line-height: 1;
  z-index: 999;
  height: 90px;
  /*box-sizing: border-box;*/
  background: rgba(36, 33, 31, 0.9);
}

@media screen and (max-width: 1120px) {
  #Top_Head {
    padding: 0;
    top: 0;
    margin-top: 0;
    height: 50px;
  }
}
#Mobile_Head {
  float: left;
  width: 160px;
}

@media screen and (max-width: 1120px) {
  #Mobile_Head {
    width: 100%;
    height: 50px;
    z-index: 9999;
    position: relative;
    background-size: auto;
    float: none;
  }
}
/*ロゴ*/
#Mobile_Head h1, #Mobile_Head p {
  background: url(../../img/common/logo.png) no-repeat left 17px;
  margin: 0;
  padding: 0;
}

#Mobile_Head h1 a, #Mobile_Head p a {
  text-indent: -999999px;
  display: block;
  width: 160px;
  height: 90px;
}

@media screen and (max-width: 1120px) {
  #Mobile_Head h1, #Mobile_Head p {
    height: 40px;
    width: auto;
    background: url(../../img/common/logo.png) no-repeat 5px top;
    background-size: contain;
    margin: 5px 0;
  }

  #Mobile_Head h1 a, #Mobile_Head p a {
    height: 50px;
    width: auto;
  }
}
#Global-Nav .H_access {
  position: absolute;
  right: 0px;
  top: 0;
  width: 115px;
  height: 44px;
  background-color: #93731d;
  background-image: url("../../img/common/news_icon2.png");
  background-position: 9px center;
  background-repeat: no-repeat;
  text-align: center;
  line-height: 40px;
  border: solid #d4c08b;
  border-width: 0px 1px 1px 1px;
}

#Global-Nav .H_access2 {
  position: absolute;
  right: 0px;
  top: 45px;
  width: 115px;
  height: 45px;
  background-color: #93731d;
  background-image: url("../../img/common/access_icon.png");
  background-position: 12px center;
  background-repeat: no-repeat;
  text-align: center;
  line-height: 40px;
  border: solid #d4c08b;
  border-width: 0px 1px 0px 1px;
}

#Global-Nav .H_access:hover, #Global-Nav .H_access2:hover {
  opacity: 0.7;
}

.SP_display {
  display: none;
}

@media screen and (max-width: 1120px) {
  #Global-Nav .H_access, .H_access2 {
    display: none;
  }

  .SP_display {
    display: block;
  }
}
#Global-Nav .H_access a, .H_access2 a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 23px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

#Global-Nav .H_access p, .H_access2 p {
  position: relative;
  top: 3px;
  text-align: center;
}

a.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

/*ヘッダー右*/
#Global-Nav {
  float: right;
  width: calc(100% - 160px);
  position: relative;
}

#Global-Nav a {
  text-decoration: none;
  color: #f2edd8;
}

#Global-Nav a:hover {
  color: #fff;
}

/*グロナビ*/
#Global-Nav > ul {
  position: absolute;
  right: 153px;
  margin-top: 53px;
}

#Global-Nav > ul > li {
  float: left;
  font-size: 1.6rem;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

#Global-Nav > ul:after {
  content: "";
  display: block;
  clear: both;
}

#Global-Nav > ul > li:after {
  content: "｜";
  padding: 0 1em;
  color: #fff;
}

#Global-Nav > ul > li:last-child:after {
  content: "";
  padding: 0;
}

@media screen and (max-width: 1120px) {
  #Global-Nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -700px;
    width: 100%;
    transition: 0.8s ease-in-out;
    float: none;
    z-index: 100;
  }

  #Global-Nav ul {
    position: static;
    font-size: 14px;
    width: 100%;
    border-top: 1px solid #ddd;
    background: #333;
    margin-top: 0;
  }

  #Global-Nav > ul > li {
    float: none;
    width: 100% !important;
  }

  #Global-Nav > ul > li {
    margin-top: 0;
    border-bottom: 1px solid #ccc;
  }

  #Global-Nav > ul > li a {
    display: block;
    padding: 20px;
  }

  #Global-Nav > ul > li:after {
    content: "";
    padding: 0;
  }

  /* #Global-Nav メニューボタンを押すと上から出てくる */
  .open #Global-Nav {
    /* #Global-Nav top + #Mobile_Head height */
    transform: translateY(750px);
  }
}
/*固定ナビ*/
#Top_Head.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  height: 90px;
  /*background:#24211f;*/
  background: rgba(36, 33, 31, 0.9);
  transition: top 0.3s ease-in;
  -webkit-transition: top 0.3s ease-in;
  -moz-transition: top 0.3s ease-in;
  border-bottom: rgba(0, 80, 99, 0.3) 1px solid;
}

@media screen and (max-width: 1120px) {
  /* Fixed reset */
  #Top_Head.fixed {
    position: relative;
  }
}
/*ハンバーガーボタン*/
#Nav_Toggle {
  display: none;
}

@media screen and (max-width: 1120px) {
  #Nav_Toggle {
    position: absolute;
    right: 12px;
    top: 10px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 100;
  }

  #Nav_Toggle div {
    position: relative;
  }

  /*3本の棒*/
  #Nav_Toggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    left: 0;
    transition: 0.35s ease-in-out;
  }

  #Nav_Toggle span:nth-child(1) {
    top: 0;
  }

  #Nav_Toggle span:nth-child(2) {
    top: 11px;
  }

  #Nav_Toggle span:nth-child(3) {
    top: 22px;
  }

  #Top_Head .Logo {
    width: 100%;
  }

  #Nav_Toggle {
    display: block;
  }

  /* #Nav_Toggle 切り替えアニメーション */
  .open #Nav_Toggle span:nth-child(1) {
    top: 11px;
    transform: rotate(225deg);
  }

  .open #Nav_Toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }

  .open #Nav_Toggle span:nth-child(3) {
    top: 11px;
    transform: rotate(-225deg);
  }
}
/*ヘッダーナビ上のエリア*/
.Header_Right_Top {
  position: absolute;
  top: 10px;
  right: 153px;
}

@media screen and (max-width: 1120px) {
  .Header_Right_Top {
    position: relative;
    top: 0;
    right: 0;
  }
}
/*外国語*/
.Header_Language {
  float: left;
  margin-right: 30px;
}

.Header_Language li {
  float: left;
  font-size: 1.1rem;
  line-height: 3em;
}

.Header_Language ul:after {
  content: "";
  display: block;
  clear: both;
}

.Header_Language li:after {
  content: "｜";
  padding: 0 1em;
  color: #fff;
}

.Header_Language li:last-child:after {
  content: "";
  padding: 0;
}

@media screen and (max-width: 1120px) {
  .Header_Language {
    margin-right: 0;
    float: none;
    border-bottom: 1px solid #fff;
  }

  .Header_Language li {
    float: left;
    width: 25%;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    line-height: 2em;
  }

  .Header_Language li:last-child {
    border-right: none;
  }

  .Header_Language li a {
    padding: 20px 0;
    display: block;
    font-size: 1.4rem;
    text-align: center;
  }

  .Header_Language li:after {
    content: "";
    padding: 0;
  }
}
/*文字サイズ*/
.Header_Font {
  float: left;
  margin-right: 30px;
}

.Header_Font:after {
  content: "";
  display: block;
  clear: both;
}

.Header_Font div {
  color: #fff;
  float: left;
  font-size: 1.1rem;
  line-height: 3em;
  margin-right: 10px;
}

.Header_Font li {
  float: left;
}

.Header_Font ul {
  float: right;
  margin-top: 5px;
}

.Header_Font ul:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 1120px) {
  .Header_Font {
    display: none;
  }
}
/*サイト内検索*/
.Header_Search {
  float: left;
}

.Header_Search input[type=text] {
  background-color: #000;
  color: #fff;
  margin-right: 5px;
  border: 1px solid #fff;
  padding: 2px;
  height: 16px;
  margin-top: 4px;
}

.Header_Search input[type=image] {
  margin-right: 5px;
  vertical-align: middle;
  height: 18px;
  width: 17px;
}

@media screen and (max-width: 1120px) {
  .Header_Search {
    float: none;
    width: 100%;
    background: #333;
    padding: 20px 10%;
    box-sizing: border-box;
  }

  .Header_Search input[type=text] {
    width: 80%;
    margin: 10px 0;
    padding: 10px;
    font-size: 1.6rem;
    margin-right: 5%;
    height: 40px;
    box-sizing: border-box;
  }

  .Header_Search input[type=image] {
    width: 30px;
    margin-right: 0;
    height: auto;
  }
}
.star-tourism {
  font-family: "Noto Serif JP", sans-serif;
}

.main_visual {
  height: 85vh;
}
.main_visual-bg {
  width: 100%;
  height: 100%;
  background-image: url(../../img/star/mainvisual.jpg);
  background-size: cover;
  background-position: bottom center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.main_visual-bg .text {
  font-size: 8rem;
  filter: drop-shadow(0 0px 5px rgba(255, 255, 255, 0.9));
  font-family: "Cormorant Unicase", serif;
}

@media only screen and (max-width: 950px) {
  .main_visual {
    height: 50vh;
  }
  .main_visual-bg .text {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 640px) {
  .main_visual {
    height: 50vh;
  }
  .main_visual-bg .text {
    font-size: 4rem;
  }
}
.main_read {
  padding: 45px 0;
  text-align: center;
  font-size: 2rem;
  line-height: 1.8em;
}

@media only screen and (max-width: 950px) {
  .main_read {
    padding: 45px 25px;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.8em;
  }
}
.spot-title {
  font-size: 3.6rem;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 950px) {
  .spot-title {
    font-size: 2.4rem;
  }
}
.spot-title span {
  font-size: 2rem;
  position: relative;
  padding: 3px 10px;
  margin-right: 20px;
  top: 2px;
  border: 1px solid #fff;
}
@media only screen and (max-width: 950px) {
  .spot-title span {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 640px) {
  .spot-title span {
    display: block;
    width: 50%;
    margin: 0 25%;
    margin-bottom: 20px;
  }
}
.spot-title span::after {
  border-color: #ffffff;
  border-style: solid;
  border-width: 0 0.15rem 0 0;
  content: "";
  display: block;
  height: 100%;
  left: 4px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.spot-title span::before {
  border-color: #ffffff;
  border-style: solid;
  border-width: 0 0.15rem 0 0;
  content: "";
  display: block;
  height: 100%;
  right: 2px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.spot-wrapper {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
}

.pick-up .main-img {
  margin-bottom: 40px;
}
.pick-up__info {
  margin-bottom: 130px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 950px) {
  .pick-up__info {
    margin-bottom: 95px;
  }
}
.pick-up__info__outline {
  width: 48.5074626866%;
}
.pick-up__info__outline .outline-title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.8em;
  padding-bottom: 15px;
}
.pick-up__info__outline .outline-text {
  line-height: 1.8em;
}
.pick-up__info__outline table {
  width: 100%;
}
.pick-up__info__outline table tr:first-child th,
.pick-up__info__outline table tr td {
  border-top: 1px solid #fff;
}
.pick-up__info__outline table th,
.pick-up__info__outline table td {
  border-bottom: 1px solid #fff;
  padding: 13px;
}
.pick-up__info__outline table th {
  text-align: center;
  padding: 0 20px;
}
.pick-up__info__outline .photograph {
  text-align: right;
  padding-top: 15px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 950px) {
  .pick-up__info__outline {
    width: 100%;
    padding: 0 20px;
  }
  .pick-up__info__outline .outline-title {
    font-size: 1.6rem;
    padding-bottom: 5px;
  }
  .pick-up__info__outline .outline-text {
    line-height: 1.6em;
    font-size: 1.4rem;
    padding: 15px 0 25px 0;
  }
  .pick-up__info__outline table {
    width: 100%;
  }
  .pick-up__info__outline table th {
    padding: 0 5px;
  }
  .pick-up__info__outline table th,
.pick-up__info__outline table td {
    font-size: 1.4rem;
    line-height: 1.6em;
  }
}

.spot-access {
  width: 100%;
  height: 100%;
  background-image: url(../../img/star/access_bg.jpg);
  background-size: cover;
  background-position: bottom center;
  padding-top: 1px;
}
.spot-access iframe {
  width: 100%;
  margin-bottom: 60px;
  padding: 0 10px;
}
@media only screen and (max-width: 950px) {
  .spot-access iframe {
    height: 300px;
  }
}

#panorama00 {
  width: 100%;
  height: 600px;
}
@media only screen and (max-width: 950px) {
  #panorama00 {
    height: 250px;
  }
}

#panorama01 {
  width: 100%;
  height: 290px;
}
@media only screen and (max-width: 950px) {
  #panorama01 {
    width: 100%;
    height: 250px;
  }
}

#panorama02 {
  width: 100%;
  height: 290px;
}
@media only screen and (max-width: 950px) {
  #panorama02 {
    width: 100%;
    height: 250px;
  }
}

.starrysky-gallery {
  background: #000;
  padding: 0 10px;
}
.starrysky-gallery .one {
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .starrysky-gallery .one {
    margin-bottom: 25px;
  }
}
.starrysky-gallery .gallery_list {
  padding-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.starrysky-gallery .gallery_list .full {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.starrysky-gallery .gallery_list .two {
  width: 48.5074626866%;
  margin-bottom: 50px;
}
.starrysky-gallery .gallery_list .two p {
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .starrysky-gallery .gallery_list .two {
    width: 100%;
    margin-bottom: 25px;
  }
}
.starrysky-gallery .gallery_list .four {
  width: 22.7611940299%;
}
.starrysky-gallery .gallery_list .gallery_link {
  margin-left: 2.9850746269%;
  width: 22.7611940299%;
}
.starrysky-gallery .gallery_list .gallery_link:nth-of-type(4n+1) {
  margin-left: 0;
}
.starrysky-gallery .gallery_list .gallery_link:nth-of-type(n+5) {
  margin-top: 2.9850746269%;
}
@media only screen and (max-width: 950px) {
  .starrysky-gallery .gallery_list .gallery_link {
    margin-left: 4.4776119403%;
    width: 30.2985074627%;
  }
  .starrysky-gallery .gallery_list .gallery_link:nth-of-type(n+4) {
    margin-top: 4.4776119403%;
  }
  .starrysky-gallery .gallery_list .gallery_link:nth-of-type(4n+1) {
    margin-left: 4.4776119403%;
  }
  .starrysky-gallery .gallery_list .gallery_link:nth-of-type(3n+1) {
    margin-left: 0;
  }
}
.starrysky-gallery .gallery_list .gallery_text {
  line-height: 2.4rem;
  font-size: 1.6rem;
  margin-top: 5px;
}
@media only screen and (max-width: 640px) {
  .starrysky-gallery .gallery_list .gallery_text {
    line-height: 1.8rem;
    font-size: 1.2rem;
  }
}

.img-hover {
  transition-duration: 0.4s;
}
.img-hover:hover img {
  transform: translate(-50%, -50%) scale(1.1, 1.1);
}

.Fadein {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 500ms;
}

.Fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.c-feedsheading_link {
  margin-top: 10px;
}
.c-feedsheading_link--button {
  color: #3f3f3f;
  display: inline-block;
  font-size: 0.8125em;
  line-height: 1.6923076923;
  padding-left: 1.9rem;
  position: relative;
  text-decoration: none;
  transition: color 0.3s;
  vertical-align: top;
  padding-right: 75px;
  font-size: 1.8rem;
  font-weight: 600;
}
.c-feedsheading_link--button::before {
  border-color: #998813;
  border-style: solid;
  border-width: 0.2rem 0.2rem 0 0;
  content: "";
  display: block;
  height: 0.9rem;
  right: 2rem;
  position: absolute;
  top: 50%;
  transform: translate(-75%, -50%) rotate(45deg);
  width: 0.9rem;
}
.c-feedsheading_link--button::after {
  border-color: #998813;
  border-style: solid;
  border-width: 0.2rem;
  content: "";
  width: 45px;
  height: 45px;
  display: block;
  border-radius: 50px;
  right: 2.95rem;
  position: absolute;
  top: 50%;
  transform: translate(45%, -50%) rotate(45deg);
}

.c-button-next {
  margin-top: 10px;
  margin-bottom: 5px;
  width: auto;
}
.c-button-next--button {
  color: #fff !important;
  border: 1px solid #fff;
  border-radius: 30px;
  display: inline-block;
  line-height: 1.6923076923;
  color: #fff;
  padding: 5px 2.2rem;
  position: relative;
  text-decoration: none;
  transition: color 0.3s;
  vertical-align: top;
  font-size: 1.4rem;
}
@media only screen and (max-width: 950px) {
  .c-button-next--button {
    font-size: 1.3rem;
  }
}
.c-button-next--button::before {
  border-color: #ffffff;
  border-style: solid;
  border-width: 0.1rem 0.1rem 0 0;
  content: "";
  display: block;
  height: 0.9rem;
  right: 0.2rem;
  position: absolute;
  top: 50%;
  transform: translate(-75%, -50%) rotate(45deg);
  width: 0.9rem;
}

.std__title {
  font-family: "Cormorant Unicase", serif;
  font-size: 4rem;
  text-align: center;
  margin: 80px 0 20px;
}
@media only screen and (max-width: 950px) {
  .std__title {
    font-size: 3.4rem;
    margin: 40px 0 10px;
  }
}

.std__title__read {
  font-family: "Cormorant Unicase", serif;
  font-size: 2rem;
  text-align: center;
  margin: 0px 0 60px;
}
@media only screen and (max-width: 950px) {
  .std__title__read {
    font-size: 1.6rem;
    margin: 0px 0 30px;
  }
}

.std__title__info {
  width: 100%;
  font-size: 1.6rem;
  text-align: center;
  margin: 0px 0 40px;
}

.top_std__title__mid {
  font-size: 3rem;
  font-weight: 600;
}

.top_std__title__min {
  font-size: 2rem;
  font-weight: 600;
}