@charset "UTF-8";
/*================================================================
 *FILE          :page.css
 *DESCRIPTION   :resetはressを使用。環境変数とmixinは_mixin.scss内に記述。
                 それぞれfoundationよりインポート。
 *AUTHOR        :
 *--------------------------------------------------------------
 *(C)
=================================================================*/
/* フォント定設
-----------------------------------------------------------------*/
@font-face {
  font-family: "Hiragino Sans W3";
  src: local(HiraginoSans-W3); }

@font-face {
  font-family: "Hiragino Sans W4";
  src: local(HiraginoSans-W4); }

@font-face {
  font-family: "Hiragino Sans W5";
  src: local(HiraginoSans-W5); }

@font-face {
  font-family: "Hiragino Sans W6";
  src: local(HiraginoSans-W6); }

@font-face {
  font-family: "Hiragino Sans W7";
  src: local(HiraginoSans-W7); }

@font-face {
  font-family: "Hiragino Sans W8";
  src: local(HiraginoSans-W8); }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-pageMainLead, .c-pageLead, .c-qaList_wrapper {
    margin: auto;
    width: calc(100% - 32px); } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-pageLead, .c-qaList_wrapper {
    margin: auto;
    width: calc(100% - 40px);
    max-width: 1040px; } }

/*================================================================
 *FILE					:_components.scss
 *DESCRIPTION   :全ページ共通コンポーネント カスタムCSS
 *AUTHOR				:
 *--------------------------------------------------------------
 *(C)
=================================================================*/
/* 共通パーツ
-----------------------------------------------------------------*/
/* ボタン
-----------------------------------------------------------------*/
/* タイトル
-----------------------------------------------------------------*/
/*
  固定ページ
------------------------------------*/
/* アーカイブ（記事一覧ページ）
-----------------------------------------------------------------*/
/* 特集リスト
-----------------------------------------------------------------*/
/*
  ナビゲーション
------------------------------------*/
/*
  エリアタグ
------------------------------------*/
/*
  バナー
------------------------------------*/
/*=============================================

  よくある質問

==============================================*/
/*=============================================

  全景マップ

==============================================*/
/*=============================================

  毎日のコメント

==============================================*/
/*=============================================

  動的マップ

==============================================*/
/*=============================================

  タブ切り替え

==============================================*/
/*=============================================

  ページャー

==============================================*/
/*=============================================
  画像拡大
==============================================*/
/*
  テーブル
------------------------------------*/
/*
  スマホでスクロールできる
------------------------------------*/
/*=============================================

  ポイントリスト

==============================================*/
/*=============================================

  強調リンク

==============================================*/
/*=============================================

  購入ボタン（赤色）

==============================================*/
/*=============================================

  イベント一覧

==============================================*/
.c-featureList {
  max-width: 1040px;
  margin: 0 auto; }
  @media print, screen and (min-width: 768px) {
    .c-featureList {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 50px 40px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-featureList {
      padding: 0 15px; } }

@media print, screen and (max-width: 767px) {
  .c-featureList_node + .c-featureList_node {
    margin-top: 32px; } }

@media print, screen and (min-width: 768px) {
  .c-featureList_node {
    width: calc( (100% - 40px) / 2); } }

.c-featureList_img {
  position: relative; }
  @media print, screen and (max-width: 767px) {
    .c-featureList_img {
      padding: 0 14px 14px 0; } }
  @media print, screen and (min-width: 768px) {
    .c-featureList_img {
      padding: 0 20px 20px 0; } }
  .c-featureList_img img {
    display: block;
    aspect-ratio: 480 / 280;
    width: 100%;
    position: relative;
    z-index: 5;
    border: 1px solid #000; }
  .c-featureList_img::before, .c-featureList_img::after {
    content: '';
    display: block;
    aspect-ratio: 480 / 280;
    position: absolute;
    background: #fff;
    border: 1px solid #000; }
    @media print, screen and (max-width: 767px) {
      .c-featureList_img::before, .c-featureList_img::after {
        width: calc( 100% - 14px); } }
    @media print, screen and (min-width: 768px) {
      .c-featureList_img::before, .c-featureList_img::after {
        width: calc( 100% - 20px); } }
  .c-featureList_img::before {
    z-index: 2; }
    @media print, screen and (max-width: 767px) {
      .c-featureList_img::before {
        top: 7px;
        left: 7px; } }
    @media print, screen and (min-width: 768px) {
      .c-featureList_img::before {
        top: 10px;
        left: 10px; } }
  .c-featureList_img::after {
    z-index: 1; }
    @media print, screen and (max-width: 767px) {
      .c-featureList_img::after {
        top: 14px;
        left: 14px; } }
    @media print, screen and (min-width: 768px) {
      .c-featureList_img::after {
        top: 20px;
        left: 20px; } }

.c-featureList_title {
  font-weight: 600;
  margin-top: 10px; }

@media print, screen and (min-width: 1025px) {
  .c-featureList_node:hover .c-featureList_img::before, .c-featureList_node:hover .c-featureList_img::after {
    background: #C0F55B; }
  .c-featureList_node:hover .c-featureList_title {
    text-decoration: underline; } }

/*  メインビジュアル */
.c-pageHead {
  position: relative;
  overflow: hidden; }

.c-pageHead_title {
  text-align: center;
  position: absolute;
  top: 34.89362%;
  left: 0;
  right: 0;
  margin: auto; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-pageHead_title {
      min-width: 287px;
      max-width: 290px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-pageHead_title {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      min-width: 346px;
      max-width: 720px; } }
  .c-pageHead_title::before, .c-pageHead_title::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    margin: auto; }
  .c-pageHead_title h1 {
    color: #fff;
    font-weight: 800;
    line-height: 1.3; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .c-pageHead_title h1 {
        font-size: 22px;
        padding: 10px 0; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .c-pageHead_title h1 {
        font-size: 32px;
        padding: 16px 0; } }

.c-pageHead_title-eng {
  font-family: "Anton", sans-serif;
  color: #fff;
  letter-spacing: 0.04em;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 1; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-pageHead_title-eng {
      font-size: 45px;
      bottom: -4px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-pageHead_title-eng {
      font-size: 96px;
      bottom: -8px; } }

.c-pageHead_image img {
  width: 100%; }

/*  リード文 */
.c-pageMainLead {
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 1.5; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-pageMainLead {
      font-size: 20px;
      margin-top: 60px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-pageMainLead {
      font-size: 24px;
      margin-top: 58px; } }

.c-pageLead {
  letter-spacing: 0.04em;
  line-height: 1.8; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-pageLead {
      font-size: 14px;
      margin-top: 22px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-pageLead {
      text-align: center;
      font-size: 16px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-pageMainLead + .c-pageLead {
      margin-top: 30px; } }

.c-archivePager {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin: 100px auto 0; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-archivePager {
      width: 100%; } }

.c-archivePager_numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-archivePager_numbers {
      padding: 0 60px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-archivePager_numbers {
      padding: 0 94px; } }

.c-archivePager_button-prev,
.c-archivePager_button-next {
  display: block;
  width: 40px;
  height: 30px;
  position: absolute;
  top: 0;
  font-size: 0;
  background-size: contain;
  z-index: 1; }

.c-archivePager_button-prev {
  left: 0;
  background-image: url(../svg/slider_arrow_left.svg); }

.c-archivePager_button-next {
  right: 0;
  background-image: url(../svg/slider_arrow_right.svg); }

@media (hover: hover) {
  .c-archivePager_button-next:hover {
    background-image: url(../svg/slider_arrow_right_active.svg); }
  .c-archivePager_button-prev:hover {
    background-image: url(../svg/slider_arrow_left_active.svg); } }

.page-numbers {
  display: block;
  width: 18px;
  position: relative;
  font-family: "Anton", sans-serif;
  text-align: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .page-numbers {
      font-size: 24px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .page-numbers {
      font-size: 20px; } }
  .page-numbers.current::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000; }

.page-numbers + .page-numbers {
  margin-left: 24px; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-qaList_wrapper {
    margin-top: 80px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-qaList_wrapper {
    margin-top: 160px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-qaList_title {
    margin-top: 64px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-qaList_title {
    margin-top: 67px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-qaList {
    max-width: 920px;
    width: calc(100% - 120px);
    margin: auto; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-qaList_part {
    margin-top: 30px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-qaList_part {
    margin-top: 50px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-qaList_node {
    padding-top: 20px;
    padding-bottom: 16px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-qaList_node {
    padding-bottom: 20px; } }

.c-qaList_question {
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  cursor: pointer; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-qaList_question {
      font-size: 13px;
      padding-right: 40px;
      margin-bottom: 4px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-qaList_question {
      font-size: 16px;
      padding-top: 33px;
      padding-left: 24px;
      margin-bottom: 12px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  .c-qaList_question::before, .c-qaList_question::after {
    content: "";
    display: block;
    background-color: #000;
    position: absolute;
    right: 0; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .c-qaList_question::before, .c-qaList_question::after {
        width: 16px;
        height: 2px;
        top: 0;
        bottom: 0;
        margin: auto; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .c-qaList_question::before, .c-qaList_question::after {
        top: 52px;
        width: 20px;
        height: 3px; } }
  .c-qaList_question::before {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  .c-qaList_node.is-open .c-qaList_question::before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }

.c-qaList_questionIcon {
  font-family: "Anton", sans-serif;
  margin-right: 24px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-qaList_questionIcon {
      font-size: 24px;
      line-height: 1; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-qaList_questionIcon {
      font-size: 28px; } }

.c-qaList_content {
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.8;
  background-color: #F2F2F2;
  padding: 22px 32px;
  display: none; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-qaList_content {
      margin-top: 12px; } }

.c-qaList_node {
  border-bottom: 1px solid #C4C4C4; }
  .c-qaList_node:first-child {
    border-top: 1px solid #C4C4C4; }

.featureArchive {
  max-width: 1040px;
  width: calc( 100% - 40px);
  margin-left: auto;
  margin-right: auto; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .featureArchive {
      margin-top: 64px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .featureArchive {
      margin-top: 76px; } }
