  @charset "utf-8";
  @font-face {
    font-family: 'jtb-dom';
    src: url("/kokunai/_common/fonts/jtb-dom.ttf") format("truetype"), url("/kokunai/_common/fonts/jtb-dom.woff") format("woff"), url("/kokunai/_common/fonts/jtb-dom.svg#jtb-dom") format("svg");
    font-weight: normal;
    font-style: normal;
  }

  #container {
    margin: 0 auto;
    width: 970px;
    display: -webkit-flex;
    display: flex;
  }

  h1 {
    padding: 5px 10px;
    font-size: 1.8rem;
    font-weight: bold;
  }

  #container p {
    position: relative;
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 30px;
  }

  .nav-link {
    color: #fff;
    position: relative;
    padding: 0 2.4rem 0 3rem;
    text-decoration: none;
    white-space: nowrap;
    font-size: 14px;
  }

  #container p:after {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    display: block;
    font-size: 1.4rem;
    color: #95999E;
    font-family: 'jtb-dom' !important;
    content: "\e904";
    text-decoration: none;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
  }

  .container2 {
    background-color: #fff;
    margin: 10px auto;
    padding-top: 30px;
    width: 970px;
  }

  h2 {
    margin: 0 30px 30px;
    padding: 5px 10px;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
    border-left: solid 6px #cc0d21;
  }

  .linklist {
    background: #fff;
    padding: 10px 30px 30px;
  }

  .container2 h3 {
    position: relative;
    cursor: pointer;
    padding: 18px 0 18px 18px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.0;
    border-top: solid 1px #ccc;
  }

  .container2 h3:after {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    display: block;
    font-size: 1.8rem;
    color: #cc0d21;
    font-family: 'jtb-dom' !important;
    content: "\e900";
    text-decoration: none;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
  }

  .container2 h3.js-open:after {
    content: "\e928";
  }

  .container2 ul {
    display: none;
  }

  .container2 ul.chiku {
    margin: 0 20px;
  }

  .container2 .chiku li {
    position: relative;
    cursor: pointer;
    padding: 18px 0 18px 18px;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.0;
    border-top: solid 1px #ccc;
  }

  .container2 .chiku li:after {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    display: block;
    font-size: 1.6rem;
    color: #cc0d21;
    font-family: 'jtb-dom' !important;
    content: "\e906";
    text-decoration: none;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
  }

  .container2 .chiku li.js-open:after {
    top: 25px;
    content: "\e971";
  }

  .container2 ul.spot {
    position: relative;
    cursor: pointer;
    padding: 18px 0 18px 18px;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.0;
  }

  .container2 .spot li:after {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    display: block;
    font-size: 1.4rem;
    color: #95999E;
    font-family: 'jtb-dom' !important;
    content: "\e904";
    text-decoration: none;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
  }

  .container2 .spot li.js-open:after {
    content: "\e904";
    top: 50%;
  }
  /*ここからセクション変更*/

  #container3 {
    background-color: #fff;
    margin: 10px auto;
    padding-top: 30px;
    width: 970px;
  }

  #container3 h3 {
    position: relative;
    cursor: pointer;
    padding: 18px 0 18px 18px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.0;
    border-top: solid 1px #ccc;
  }

  #container3 h3:after {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    display: block;
    font-size: 1.6rem;
    color: #cc0d21;
    font-family: 'jtb-dom' !important;
    content: "\e900";
    text-decoration: none;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
  }

  #container3 h3.js-open:after {
    content: "\e928";
  }

  #container3 ul {
    display: none;
  }

  #container3 ul.pref {
    margin: 0;
  }

  #container3 .pref li {
    position: relative;
    cursor: pointer;
    padding: 18px 0 18px 18px;
    line-height: 1.0;
    border-top: solid 1px #ccc;
  }

  #container3 .pref h4 {
    font-size: 1.4rem;
    font-weight: bold;
  }

  #container3 .pref li:after {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    display: block;
    font-size: 1.6rem;
    color: #cc0d21;
    font-family: 'jtb-dom' !important;
    content: "\e906";
    text-decoration: none;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
  }

  #container3 .pref li.js-open:after {
    top: 25px;
    content: "\e971";
  }

  #container3 ul.chiku {
    margin-right: 20px
  }

  #container3 ul.chiku, #container3 ul.spot {
    position: relative;
    cursor: pointer;
    padding: 18px 0;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.0;
  }

  #container3 .spot li:after {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    display: block;
    font-size: 1.4rem;
    color: #95999E;
    font-family: 'jtb-dom' !important;
    content: "\e904";
    text-decoration: none;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
  }

  #container3 .spot li.js-open:after {
    content: "\e904";
    top: 50%;
  }

  .js-btn-page-top {
    bottom: 30px;
    right: 25px;
    position: fixed;
    z-index: 1000;
    cursor: pointer;
    display: none;
  }

  .js-btn-page-top a {
    text-decoration: none;
    display: block;
    width: 80px;
    height: 50px;
    position: relative;
  }

  .js-btn-page-top a:hover {
    opacity: .8;
  }

  .js-btn-page-top a:before {
    font-family: 'jtb-dom' !important;
    content: "\e971";
    text-decoration: none;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    text-align: center;
    font-size: 3rem;
    line-height: 50px;
    width: 100%;
    text-align: center;
    color: #333;
  }
  /*追加*/

  #dropmenu {
    list-style-type: none;
    width: 970px;
    margin: 20px auto 90px;
    padding: 0;
  }

  #dropmenu li {
    position: relative;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
  }

  #dropmenu li:after {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    display: block;
    font-size: 1.8rem;
    color: #cc0d21;
    font-family: 'jtb-dom' !important;
    content: "\e906";
    text-decoration: none;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
  }

  #dropmenu .select li:after {
    content: initial;
  }

  #dropmenu li a {
    display: block;
    margin: 0;
    padding: 20px 0;
    background: #e3e3e3;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
  }

  #dropmenu li ul {
    list-style: none;
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  #dropmenu li ul li {
    overflow: hidden;
    width: 100%;
    height: 0;
    color: #333;
    transition: .2s;
  }

  #dropmenu li ul li a {
    padding: 13px 15px;
    background: #e3e3e3;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
  }

  #dropmenu>li:hover>a {
    background: #e3e3e3
  }

  #dropmenu>li:hover li:hover>a {
    background: #cc0d21;
    color: #fff;
    font-weight: 800;
  }

  #dropmenu>li:hover>ul>li {
    overflow: visible;
    height: 38px;
  }
  
  /* スマホ表示 */
  @media screen and (max-width:768px) {
    body {
      width: 100%;
    }
    .wrap {
      overflow: hidden;
    }
    .jtb-nav-breadcrumb {
      background-color: #fff;
      padding: .7rem 1.2rem;
      margin: 0 auto 10px;
    }
    .jtb-nav-breadcrumb-list {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      font-size: 1.2rem;
    }
    .jtb-nav-breadcrumb-list>li {
      margin-right: .8rem;
    }
    .jtb-nav-breadcrumb-list>li a {
      font-weight: bold;
      display: inline-block;
      padding: .5rem 0;
      color: #125687;
    }
    #container {
      width: 100%;
      display: contents;
    }
    #container p {
      text-align: right;
      display: block;
    }
    .container2 {
      width: 100%;
    }
    h2 {
      margin: 0 10px 10px;
    }
    .linklist {
      padding: 10px;
    }
    .container2 ul.spot {
      padding: 15px 0 15px 15px;
    }
    #container3 {
      width: 100%;
    }
    .container2 .chiku li, #container3 .pref li {
      padding-left: 10px;
    }
    .container2 .chiku li a, #container3 .pref li a {
      line-height: 1.5em;
      width: 90%;
      display: block;
    }
    .js-btn-page-top {
      bottom: 20px;
      right: 20px;
      position: fixed;
      z-index: 100;
      cursor: pointer;
      display: none;
    }
    .js-btn-page-top a {
      background-color: rgba(153, 153, 153, .5);
      border-radius: 6px;
      display: block;
      height: 30px;
      position: relative;
      width: 30px;
      padding: 10px;
    }
    .js-btn-page-top a:before {
      font-family: 'jtb-dom' !important;
      content: "\e971";
      font-size: 2rem;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      speak: none;
      line-height: 1;
      color: #fff;
      vertical-align: middle;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
    #dropmenu {
      width: 100%;
    }
  }