@charset "UTF-8";
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;
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  box-sizing: border-box; }

/* 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; }

blockquote, q {
  quotes: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto; }

a:focus {
  outline: 0; }

html {
  height: 100%; }

body {
  background: #000;
  color: #fff;
  height: 100%; }

figcaption {
  display: none; }

span.nowrap {
  white-space: nowrap; }

span.note {
  font-size: 11px; }

.main {
  display: table;
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url(../../img/main_bg.jpg);
  background-position: center center;
  background-repeat: fixed;
  background-size: cover;
  text-align: center; }
  @media (min-width: 400px) and (max-width: 800px) {
    .main {
      background-repeat: no-repeat; } }
  @media (max-width: 400px) {
    .main {
      padding: 15px;
      background-image: url(../../img/main_bg_sp.jpg);
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; } }
  .main__inner {
    display: table;
    width: 1000px;
    margin: 0 auto;
    display: table-cell;
    vertical-align: middle; }
    @media (max-width: 800px) {
      .main__inner {
        width: 100%; }
        .main__inner img {
          max-width: 100%;
          height: auto; } }
  .main__title {
    margin-bottom: 20px; }

.lead {
  display: table;
  width: 1000px;
  margin: 0 auto;
  margin: 30px auto;
  text-align: center;
  line-height: 1.8; }
  @media (max-width: 800px) {
    .lead {
      width: 100%; }
      .lead img {
        max-width: 100%;
        height: auto; } }
  @media (max-width: 800px) {
    .lead {
      font-size: 14px;
      line-height: 1.5;
      padding: 0 10px;
      text-align: left; } }
  .lead p {
    margin-bottom: 2em; }

.index {
  display: table;
  width: 1000px;
  margin: 0 auto;
  border-top: 1px solid #333; }
  @media (max-width: 800px) {
    .index {
      width: 100%; }
      .index img {
        max-width: 100%;
        height: auto; } }
  .index a {
    display: block; }
    @media (max-width: 800px) {
      .index a {
        display: block;
        background-color: #222;
        border-radius: 5px; } }
  .index a:hover {
    background-color: #222; }
  @media (max-width: 800px) {
    .index {
      padding: 10px; } }

.header {
  display: table;
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 10px 5px;
  background: url(../img/head_border.png) center bottom no-repeat; }
  @media (max-width: 800px) {
    .header {
      width: 100%; }
      .header img {
        max-width: 100%;
        height: auto; } }
  @media (max-width: 800px) {
    .header {
      background-size: 100% 1px; } }
  .header__title {
    text-align: center; }

.footer {
  display: table;
  width: 1000px;
  margin: 0 auto;
  margin-top: 80px;
  padding: 10px 5px 20px;
  background: url(../img/head_border.png) center top no-repeat;
  font-size: 12px;
  text-align: center; }
  @media (max-width: 800px) {
    .footer {
      width: 100%; }
      .footer img {
        max-width: 100%;
        height: auto; } }
  @media (max-width: 800px) {
    .footer {
      background-size: 100% 1px; } }

.nav {
  display: table;
  width: 1000px;
  margin: 0 auto;
  text-align: center; }
  @media (max-width: 800px) {
    .nav {
      width: 100%; }
      .nav img {
        max-width: 100%;
        height: auto; } }
  .nav a {
    display: inline-block;
    padding: 15px 50px;
    background: #222;
    border-radius: 5px;
    color: #fff;
    text-decoration: none; }

.title {
  display: table;
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center; }
  @media (max-width: 800px) {
    .title {
      width: 100%; }
      .title img {
        max-width: 100%;
        height: auto; } }
  @media (max-width: 800px) {
    .title {
      padding: 10px 15px; } }
  .title span {
    display: block;
    margin-top: 10px; }
  @media (max-width: 800px) {
    .title h2 > img {
      width: 40%; } }
  .title--arrow {
    background: url(../../img/arrow_start.png) right 10px center no-repeat; }
    @media (max-width: 800px) {
      .title--arrow {
        background-position: right 10px center;
        background-size: 15px; } }

.heading {
  display: table;
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 20px;
  text-align: center; }
  @media (max-width: 800px) {
    .heading {
      width: 100%; }
      .heading img {
        max-width: 100%;
        height: auto; } }
  @media (max-width: 800px) {
    .heading {
      width: 100%;
      padding: 10px 15px; } }
  .heading__sub {
    display: inline-block;
    margin: 10px auto;
    text-align: left; }
    .heading__sub img {
      margin-bottom: 5px; }
  .heading span {
    display: block;
    margin-bottom: 10px; }

.photo {
  display: table;
  width: 1000px;
  margin: 0 auto;
  display: flex;
  margin: 0 auto;
  padding: 0 0 45px 0; }
  @media (max-width: 800px) {
    .photo {
      width: 100%; }
      .photo img {
        max-width: 100%;
        height: auto; } }
  @media (max-width: 800px) {
    .photo {
      display: flex;
      padding: 10px 0; } }
  .photo__items--large {
    width: 668px;
    margin-right: 4px; }
    @media (max-width: 800px) {
      .photo__items--large {
        width: 32%; } }
  .photo__items--small {
    width: 328px; }
    @media (max-width: 800px) {
      .photo__items--small {
        width: 66%;
        display: flex; } }
  .photo__item {
    margin-bottom: 4px; }
    @media (max-width: 800px) {
      .photo__item {
        margin-right: 2%; } }

.detail {
  padding: 30px 0;
  background: #333 center center no-repeat;
  background-size: cover;
  margin-bottom: 50px; }
  @media (max-width: 800px) {
    .detail {
      margin-bottom: 25px;
      padding: 10px 15px; } }
  .detail__items {
    display: flex;
    justify-content: center; }
    @media (max-width: 800px) {
      .detail__items {
        display: block; } }
  .detail__img {
    width: 495px;
    margin-right: 20px; }
    @media (max-width: 800px) {
      .detail__img {
        width: 100%;
        text-align: center; } }
  .detail__txt {
    width: 495px; }
    @media (max-width: 800px) {
      .detail__txt {
        width: 100%; } }
    .detail__txt p {
      font-size: 14px;
      line-height: 1.7;
      margin-bottom: .75em; }
      @media (max-width: 800px) {
        .detail__txt p {
          font-size: 16px; } }
      @media (max-width: 800px) {
        .detail__txt p {
          font-size: 14px;
          line-height: 1.5; } }
  .detail__btn a {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 50px;
    background: #cc9c3d;
    background-image: url(../img/arrow.png), linear-gradient(to bottom, #cc9c3d 0%, #99732d 100%);
    background-position: center right;
    background-repeat: no-repeat;
    box-shadow: 2px 2px 2px #000;
    color: #fff;
    text-decoration: none; }
    @media (max-width: 800px) {
      .detail__btn a {
        margin: 5px 0 5px 0;
        padding: 10px 0;
        width: 100%; } }
    .detail__btn a.back {
      background: #555 !important; }
      @media (max-width: 800px) {
        .detail__btn a.back {
          margin-top: 0;
          margin-bottom: 10px; } }
  .detail--a1 {
    background-image: url(../../img/photo_bg_a1.jpg); }
  .detail--a2 {
    background-image: url(../../img/photo_bg_a2.jpg); }
  .detail--b1 {
    background-image: url(../../img/photo_bg_b1.jpg); }
  .detail--b2 {
    background-image: url(../../img/photo_bg_b2.jpg); }
  .detail--c1 {
    background-image: url(../../img/photo_bg_c1.jpg); }
  .detail--d1 {
    background-image: url(../../img/photo_bg_d1.jpg); }
  .detail--d2 {
    background-image: url(../../img/photo_bg_d2.jpg); }
  .detail--d3 {
    background-image: url(../../img/photo_bg_d3.jpg); }
  .detail--e1 {
    background-image: url(../../img/photo_bg_e1.jpg); }
  .detail--e2 {
    background-image: url(../../img/photo_bg_e2.jpg); }
  .detail--f1 {
    background-image: url(../../img/photo_bg_f1.jpg); }

.history {
  display: table;
  width: 1000px;
  margin: 0 auto;
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px; }
  @media (max-width: 800px) {
    .history {
      width: 100%; }
      .history img {
        max-width: 100%;
        height: auto; } }
  @media (max-width: 800px) {
    .history {
      display: block;
      width: 100%;
      margin-top: 20px;
      padding: 0 15px; } }
  .history__items {
    width: 485px;
    padding-right: 15px; }
    @media (max-width: 800px) {
      .history__items {
        width: 100%;
        padding: 5px; } }
  .history__title {
    display: none; }
    @media (max-width: 800px) {
      .history__title {
        display: block;
        margin-bottom: 30px;
        text-align: center; }
        .history__title img {
          width: 100%;
          height: auto; } }
  .history__sd {
    border-right: 1px solid #ccc;
    padding-right: 14px; }
    @media (max-width: 800px) {
      .history__sd {
        width: 100%;
        padding: 5px;
        border: 0; } }
  .history__others {
    display: flex;
    padding-left: 15px;
    padding-right: 0; }
    @media (max-width: 800px) {
      .history__others {
        display: block;
        width: 100%;
        padding: 5px; } }
  @media (max-width: 800px) {
    .history__others-main {
      width: 100%; } }
  .history__others-photo {
    width: 140px; }
    @media (max-width: 800px) {
      .history__others-photo {
        width: 100%;
        text-align: center; } }
    .history__others-photo img {
      width: 100%;
      height: auto; }
  .history__others-photo-item {
    margin-bottom: 10px; }
    @media (max-width: 800px) {
      .history__others-photo-item {
        width: 240px;
        margin: 5px auto; }
        .history__others-photo-item img {
          max-width: 100%;
          height: auto; } }
  .history__list {
    display: table; }
    @media (max-width: 800px) {
      .history__list {
        width: 100%; } }
  .history__list-row {
    display: table-row;
    font-size: 14px;
    line-height: 1.4; }
  .history__list-th {
    display: table-cell;
    white-space: nowrap;
    padding-right: 10px;
    padding-bottom: 10px;
    line-height: 1; }
    @media (max-width: 800px) {
      .history__list-th {
        display: block;
        margin-bottom: 10px;
        padding: 3px;
        background-color: #333;
        font-size: 14px;
        text-align: center; } }
  .history__list-td {
    display: table-cell;
    padding-bottom: 10px; }
    @media (max-width: 800px) {
      .history__list-td {
        display: block;
        padding-bottom: 20px;
        font-size: 14px; } }
  .history__list-photo-right {
    text-align: center; }
    .history__list-photo-right span {
      display: inline-block;
      margin-left: 3px; }
    @media (max-width: 800px) {
      .history__list-photo-right {
        float: none;
        margin: 0 auto;
        margin-bottom: 5px;
        text-align: center;
        width: 240px; }
        .history__list-photo-right span {
          display: block;
          width: 240px;
          margin: 0 auto;
          margin-bottom: 5px; }
        .history__list-photo-right img {
          width: 100%;
          height: auto; } }
  .history__list-photos {
    display: flex;
    margin-top: 5px; }
    @media (max-width: 800px) {
      .history__list-photos {
        display: block;
        margin: 0 auto;
        margin-top: 5px;
        width: 240px;
        text-align: center; } }
  .history__list-photo {
    padding-right: 3px;
    vertical-align: top;
    text-align: left; }
    @media (max-width: 800px) {
      .history__list-photo {
        display: table;
        width: 100%;
        margin-bottom: 5px;
        text-align: center; }
        .history__list-photo img {
          width: 100%;
          height: auto; } }
  .history__list-icon {
    padding-right: 47px;
    background-position: top 1px right 5px;
    background-repeat: no-repeat; }
    @media (max-width: 800px) {
      .history__list-icon {
        padding: 3px; }
        .history__list-icon:after {
          padding-left: 5px;
          vertical-align: middle; } }
  .history__list-icon--domestic {
    background-image: url(../../img/icon_history2.png); }
    @media (max-width: 800px) {
      .history__list-icon--domestic {
        background-image: none; }
        .history__list-icon--domestic:after {
          content: url(../../img/icon_history2.png); } }
  .history__list-icon--oversea {
    background-image: url(../../img/icon_history3.png); }
    @media (max-width: 800px) {
      .history__list-icon--oversea {
        background-image: none; }
        .history__list-icon--oversea:after {
          content: url(../../img/icon_history3.png); } }
  .history__list-icon--hokkaido {
    background-image: url(../../img/icon_history1.png); }
    @media (max-width: 800px) {
      .history__list-icon--hokkaido {
        background-image: none; }
        .history__list-icon--hokkaido:after {
          content: url(../../img/icon_history1.png); } }
  @media (max-width: 800px) {
    .history--list-photo-none {
      width: 75% !important;
      height: auto; } }
  .history--list-photo-large {
    margin-right: 10px; }
    @media (max-width: 800px) {
      .history--list-photo-large {
        margin-right: 0; } }

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .history__list-photos {
    display: table;
    table-layout: fixed;
    text-align: center; }

  *::-ms-backdrop, .history__list-photos--fixed {
    display: table;
    table-layout: fixed;
    width: 100%;
    text-align: center; }

  *::-ms-backdrop, .history__list-photo {
    display: table-cell; }

  *::-ms-backdrop, .history__list-photo img {
    max-width: 100%;
    height: auto; } }