@charset "UTF-8";
/* =========================================================
 theme CSS
========================================================= */
/*#fcc100 hober,current(active)*/
/*メインカラー*/
/*サブカラー ボタンなど*/
/*募集スタートボタン色*/
/* header
--------------------------------------------------------- */
/*ヘッダー*/
.com-head {
  border-bottom-color: #004117;
  /*下線*/ }

/*ハンバーガーメニュー色*/
.head__hamburger b {
  color: #004117; }

.head__hamburger span {
  background-color: #004117; }

/*グローバルメニュー*/
.gnav {
  background-color: #fafafa;
  /*SP背景*/ }
  .gnav li {
    border-bottom-color: #cfcfcf;
    /*SP下線*/ }
  .gnav a {
    color: #000;
    /*リンク色*/ }
  @media (min-width: 992px) {
    .gnav {
      border-bottom: 5px solid #004117;
      /*pc下線*/ }
      .gnav a::after {
        background-color: #11b819;
        /*pc下線:hover*/ }
      .gnav a.current::after {
        background-color: #11b819;
        /*pc下線:active*/ } }

/* content
--------------------------------------------------------- */
/* ----- 見出し ----- */
/*セクションの見出し1*/
.sec-headings--hfull {
  background-color: #004117; }

/*[STEP]などの見出し1*/
.h-basecl {
  color: #004117; }

/*下線ベース色見出し*/
.h-baseln {
  border-color: #004117; }

/*○見出し*/
.h-circle::after {
  border-color: #004117; }

/* ----- セクション ----- */
/*線で囲む*/
.sec-encircle {
  border-color: #004117; }
  .sec-encircle .sec-encircle__title {
    background-color: #004117; }

/* ----- ボタン ----- */
/*通常背景*/
.btn-primary {
  background-color: #004117; }

/*強調背景*/
.btn-emphasis {
  background-color: #11b819; }

/* ----- 出願流れ ----- */
.lst-prces b {
  color: #004117;
  /*STEP文字色*/ }

.lst-prces li:not(:last-child)::after {
  border-top-color: #004117;
  /*矢印色*/ }

.lst-prces .lst-prces--stg {
  border-color: #004117;
  color: #004117;
  /*線,文字色*/ }

/*アコーディオン矢印*/
.acdn-area .acdn-area__title::after, .acdn-area--topline .acdn-area__title::after, .acdn-area--noline .acdn-area__title::after {
  border-left-color: #004117; }

.acdn-area .acdn-area__title mark, .acdn-area--topline .acdn-area__title mark, .acdn-area--noline .acdn-area__title mark {
  color: #004117;
  /*強調*/ }

/*アコーディオン上の線*/
.acdn-area--topline {
  border-top-color: #004117; }

/* ----- 出願スタート----- */
.btn-start {
  /*外枠の縞模様*/
  background-image: -moz-linear-gradient(-45deg, #004117 25%, white 25%, white 50%, #004117 50%, #004117 75%, white 75%, white);
  background-image: -webkit-linear-gradient(135deg, #004117 25%, white 25%, white 50%, #004117 50%, #004117 75%, white 75%, white);
  background-image: linear-gradient(-45deg, #004117 25%, white 25%, white 50%, #004117 50%, #004117 75%, white 75%, white); }

/* ------宿泊施設用フォントカラー----- */
.staying-plan {
  color: green; }

.head-color {
  background-color: white; }
