@charset "UTF-8";
/* location layout */
/* 全体の設定
---------------------------------------------------------------------------*/
/* 基本設定
---------------------------------------------------------------------------*/
/* responsive */
/* サイズ */
/* flexbox */
/* フォント */
/* regular: 400, medium: 500, semibold: 600, bold: 700 */
/*@mixin font-min {
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	font-style: normal;
}*/
/* regular: 400, medium: 500, bold: 700 */
/*@mixin font-hdl {
	font-family: fot-udkakugo-large-pr6n, sans-serif;
	font-style: normal;
	font-weight: 600;
}*/
/* regular: 500 */
/* regular: 400 */
/* 色 */
/* グラデ背景色 */
/* 中央揃え */
/* objectfit */
/* ホバーアクション */
/* 角丸 */
/* ボタン */
/* ボタンの中のspan */
/* フォントサイズ */
/* padding margin */
/* 縦書き */
/* 内径 */
/* pick
---------------------------------------------------------------------------*/
.pick .wrap {
  min-height: 608px; }
  @media screen and (max-width: 1300px) {
    .pick .wrap {
      min-height: 46.7692307692vw; } }
.pick-tx {
  position: relative;
  width: 100%;
  padding-left: 604px; }
  @media screen and (max-width: 1300px) {
    .pick-tx {
      padding-left: 46.4615384615vw; } }
  @media screen and (max-width: 480px) {
    .pick-tx {
      padding-left: 0; } }
.pick-img {
  position: absolute;
  width: 50vw;
  top: 0;
  right: 50%; }
  @media screen and (max-width: 480px) {
    .pick-img {
      position: relative;
      width: 100%;
      top: auto;
      right: auto;
      margin-bottom: 8.5333333333vw; } }
  .pick-img img {
    width: 100%;
    height: 640px;
    object-fit: cover;
    object-position: center;
    font-family: "object-fit: cover; object-position: center;";
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px; }
    @media screen and (max-width: 1300px) {
      .pick-img img {
        height: 49.2307692308vw;
        border-top-right-radius: 1.9230769231vw;
        border-bottom-right-radius: 1.9230769231vw; } }
    @media screen and (max-width: 480px) {
      .pick-img img {
        height: 60vw;
        border-radius: 3.3333333333vw; } }

/* spot
---------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
  .spot ul {
    gap: 17.0666666667vw; }
    .spot ul li + li {
      position: relative; }
      .spot ul li + li::before {
        position: absolute;
        content: "";
        background-color: #00285f;
        top: -8.5333333333vw;
        left: 0;
        width: 100%;
        height: 1px; } }
.spot ul + ul {
  position: relative;
  margin-top: 64px;
  padding-top: 64px; }
  @media screen and (max-width: 1300px) {
    .spot ul + ul {
      margin-top: 4.9230769231vw;
      padding-top: 4.9230769231vw; } }
  @media screen and (max-width: 480px) {
    .spot ul + ul {
      margin-top: 17.0666666667vw;
      padding-top: 0; } }
  .spot ul + ul::before {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 1280px;
    height: 1px;
    background-color: #00285f; }
    @media screen and (max-width: 1300px) {
      .spot ul + ul::before {
        width: 98.4615384615vw; } }
    @media screen and (max-width: 480px) {
      .spot ul + ul::before {
        background-color: #00285f;
        top: -8.5333333333vw;
        width: 100%;
        height: 1px; } }
.spot li {
  width: 320px; }
  @media screen and (max-width: 1300px) {
    .spot li {
      width: 24.6153846154vw; } }
  @media screen and (max-width: 480px) {
    .spot li {
      width: 100%; } }
.spot-btns {
  gap: 44px; }
  @media screen and (max-width: 1300px) {
    .spot-btns {
      gap: 3.3846153846vw; } }
  @media screen and (max-width: 480px) {
    .spot-btns {
      gap: 5.8666666667vw; } }

/* link
---------------------------------------------------------------------------*/
.link ul {
  gap: 24px; }
  @media screen and (max-width: 1300px) {
    .link ul {
      gap: 1.8461538462vw; } }
  @media screen and (max-width: 480px) {
    .link ul {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 5.3333333333vw; } }
