@charset "UTF-8";
/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  box-sizing: inherit;
  /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: .67em 0;
}

/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#grouping-content)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics (https://html.spec.whatwg.org/multipage/semantics.html#text-level-semantics)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */
/**
 * Collapse border spacing
 */
table {
  border-collapse: collapse;
}

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}

@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

html {
  font-size: 62.5%;
  width: 100%;
}

body {
  position: relative;
  width: 100%;
}

html, body {
  min-width: 100%;
}

a {
  text-decoration: underline;
  color: #000;
}

a:hover {
  opacity: .7;
}

h1, h2, h3, h4, h5, h6, div, p, ul, li, dd, small {
  margin: 0;
  padding: 0;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  line-height: 2;
  color: #000;
  font-family: "YuGothic", sans-serif;
}

ul, li {
  list-style: none;
}

.pc {
  display: block !important;
}

.pc-inline {
  display: inline !important;
}

.pc-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.sp {
  display: none !important;
}

br.brsp {
  display: none !important;
}

.pc_space {
  display: inline;
  margin-right: 1em;
}

#colorbox h1, #colorbox h2, #colorbox h3, #colorbox h4, #colorbox h5, #colorbox h6, #colorbox div, #colorbox p, #colorbox ul, #colorbox li, #colorbox dd, #colorbox small {
  font: 12px/1.2 Verdana, sans-serif;
}

#colorbox a:link, #colorbox a:visited {
  text-decoration: none;
  color: #416CE5;
  border-bottom: 1px solid #416CE5;
}

#colorbox h2 {
  font-size: 13px;
  margin: 15px 0 0 0;
}

.jisage {
  padding-left: 1em;
  text-indent: -1em;
}

.fade {
  transition: opacity 2s ease-out .5s;
  opacity: 0;
}

.fade.active {
  opacity: 1;
}

@media screen and (max-width: 600px) {
  br {
    display: none !important;
  }
  br.br {
    display: block !important;
  }
  br.brsp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .pc-inline {
    display: none !important;
  }
  .pc-flex {
    display: none !important;
  }
  .pc_space {
    display: none;
  }
  .lity-content {
    width: calc(100% - 20px) !important;
    margin: auto auto !important;
  }
}

html, body {
  height: 100%;
}

#pre .container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

#pre .ttl {
  background-color: #fff;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
}

#pre .ttl .logo__hobo {
  position: absolute;
  left: calc(50% - 20px);
  top: 60px;
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
}

#pre .ttl h1 {
  text-indent: -9999px;
  width: 100%;
  max-width: 800px;
  height: 0;
  background-image: url(../img/ttl_pre_pc.png);
  background-size: contain;
  padding-top: 68.75%;
}

#pre .ttl .intro {
  margin-top: -180px;
  padding-left: 80px;
}

#pre .ttl .intro p {
  font-family: "Shuei KakuGo Gin B", sans-serif;
  font-size: 1.7rem;
  line-height: 1.76;
}

#pre .subttl {
  background-color: #ffd1b2;
  padding: 10px 0;
  margin: 40px 0 25px;
}

#pre .subttl h2 {
  display: block;
  font-size: 2.2rem;
  font-family: "Shuei KakuGo Gin B", sans-serif;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}

#pre .txt {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  padding: 20px 0;
}

#pre .txt p {
  font-size: 1.6rem;
  line-height: 2;
}

#pre .txt p.r {
  margin: 3em 0 3em;
  text-align: right;
}

#pre .profile {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  background-color: #f5f5f2;
  padding: 22px;
}

#pre .profile__name {
  font-weight: 900;
  font-size: 2rem;
  margin-bottom: 10px;
}

#pre .profile__name:before {
  content: '';
  background-size: contain;
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -1px;
}

#pre .profile__name__kana {
  font-weight: 900;
  font-size: 1.6rem;
}

#pre .profile__name-fumiken:before {
  background-image: url(../img/icon_fumiken.png);
}

#pre .profile__name-aso_kamo:before {
  background-image: url(../img/icon_aso_kamo.png);
}

#pre .profile__name-hironobutnk:before {
  background-image: url(../img/icon_hironobutnk.png);
}

#pre .profile p {
  margin-bottom: 36px;
}

#pre .date {
  font-size: 1.3rem;
  text-align: center;
  margin: 50px auto;
}

.header {
  background-color: #ffd1b2;
  width: 100%;
  height: 50px;
  position: relative;
  z-index: 0;
}

.header .logo__hobow {
  position: absolute;
  right: 86px;
  top: 12px;
}

.header__entry {
  text-align: center;
  padding: 20px 0 30px;
}

#index .ttl {
  width: 100%;
  max-width: 1000px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  pointer-events: none;
}

#index .ttl h1 {
  text-indent: -9999px;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 68%;
  background-image: url(../img/ttl_pc.png);
  background-size: contain;
  margin: -50px auto 0;
  min-height: 680px;
}

#index .ttl .timeline {
  position: absolute;
  right: 40px;
  top: 95px;
  width: 300px;
  pointer-events: auto;
}

#index .ttl .timeline iframe {
  height: 530px;
}

#index .ttl .intro {
  position: absolute;
  left: 50px;
  top: 340px;
  pointer-events: auto;
}

#index .ttl .intro a {
  display: block;
  margin-top: 20px;
  margin-left: -10px;
}

#index .ttl .intro p {
  font-family: "Shuei KakuGo Gin B", sans-serif;
}

#index .subttl {
  width: 100%;
  padding: 2px 0;
  background-color: #ffd1b2;
  position: relative;
  height: 80px;
}

#index .subttl__txt {
  width: 100%;
  font-size: 3.5rem;
  text-align: center;
  position: absolute;
  left: 0;
  top: calc(50% + 4px);
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
}

#index .subttl__txt span {
  display: block;
  font-family: "Shuei KakuGo Gin B", sans-serif;
}

#index .subttl__txt span:before {
  content: '';
  display: inline-block;
  width: 100px;
  height: 100px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -6px;
}

#index .subttl__txt-0312 span:before {
  background-image: url(../img/date_0312.png);
}

#index .subttl__txt-0311 span:before {
  background-image: url(../img/date_0311.png);
}

#index .subttl__txt-0310 span:before {
  background-image: url(../img/date_0310.png);
}

#index .subttl__txt-0309 span:before {
  background-image: url(../img/date_0309.png);
}

#index .footer {
  padding: 50px 0 0;
}

#entry .name {
  height: 60px;
  background-color: #ccc;
  text-align: center;
}

#entry .name span {
  font-size: 2.5rem;
  line-height: 60px;
  font-family: "Shuei KakuGo Gin B", sans-serif;
}

#entry .name span:before {
  content: '';
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background-size: contain;
  position: relative;
  top: -2px;
}

#entry .name-fumiken:before {
  background-image: url(../img/icon_fumiken.png);
}

#entry .name-hironobutnk:before {
  background-image: url(../img/icon_hironobutnk.png);
}

#entry .name-aso_kamo:before {
  background-image: url(../img/icon_aso_kamo.png);
}

#entry .name-1101_nagata:before {
  background-image: url(../img/icon_1101_nagata.png);
}

#entry .entry .ttl {
  width: 100%;
  max-width: 540px;
  margin: 60px auto 30px;
  border-bottom: 6px solid #ccc;
}

#entry .entry .ttl .date {
  font-size: 1.1rem;
  padding: 0 15px;
  line-height: 1;
}

#entry .entry .ttl h1 {
  font-family: "Shuei KakuGo Gin B", sans-serif;
  font-size: 2.2rem;
  padding: 0 15px;
}

#entry .entry p {
  width: 100%;
  max-width: 540px;
  margin: 0 auto 30px;
  padding: 0 15px;
  font-size: 1.7rem;
  line-height: 1.8;
}

#entry .entry__img {
  text-align: center;
  margin: 3em auto;
}

#entry .another, #entry .today {
  width: 100%;
  max-width: 540px;
  margin: 60px auto 30px;
}

#entry .another__list li, #entry .today__list li {
  padding-left: 1em;
}

#entry .another__list li:before, #entry .today__list li:before {
  content: '・';
}

#entry .today {
  max-width: 313px;
}

#entry .today__list {
  width: 100%;
}

#entry .today__list li {
  padding-left: 0;
}

#entry .today__list li a {
  display: block;
}

#entry .today__list li:before {
  content: none;
}

#entry.fumiken .name {
  background-color: #8fdd68;
}

#entry.fumiken .ttl {
  border-color: #8fdd68;
}

#entry.hironobutnk .name {
  background-color: #ffb168;
}

#entry.hironobutnk .ttl {
  border-color: #ffb168;
}

#entry.hironobutnk .entry .ttl {
  max-width: 620px;
}

#entry.hironobutnk .entry p {
  max-width: 620px;
}

#entry.aso_kamo .name {
  background-color: #ffeb5f;
}

#entry.aso_kamo .ttl {
  border-color: #ffeb5f;
}

#entry.nagata .name, #entry[class="1101_nagata"] .name {
  background-color: #a9e1ed;
}

#entry.nagata .ttl, #entry[class="1101_nagata"] .ttl {
  border-color: #a9e1ed;
}

.totop {
  text-align: center;
  padding: 60px 0 90px;
}

.map {
  height: 600px;
  background-color: #cff;
  margin-bottom: 100px;
}

.fukidashi {
  display: block;
  margin-bottom: 10px;
}

.index__item {
  width: 100%;
}

.index__item__contents {
  width: calc(100% - 30px);
  max-width: 904px;
  margin: 30px auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.index__item__map {
  width: 62%;
  max-width: 550px;
}

.index__item__map__item img {
  width: 100%;
}

.index__item__photo {
  padding-bottom: 70px;
}

.index__item__photo__header {
  width: 100%;
  max-width: 904px;
  margin: 0 auto 10px;
}

.index__item__photo__list {
  width: 100%;
  max-width: 1010px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.index__item__photo__list li {
  margin-bottom: 10px;
  margin-right: 10px;
}

.index__item__photo__list li:nth-child(5n) {
  margin-right: 0;
}

.index__item__photo__list li a {
  display: block;
  background-size: cover;
  background-position: center top;
  width: 194px;
  height: 130px;
  overflow: hidden;
}

.share__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.share__list li {
  margin: 0 10px;
}

.share__list li img {
  height: 30px;
  width: auto;
}

.copyright {
  display: block;
  font-size: 1.3rem;
  text-align: center;
  padding: 50px 0;
}

@media screen and (max-width: 600px) {
  img {
    width: 100%;
  }
  html, body {
    height: 100%;
  }
  h1, h2, h3, h4, h5, h6, div, p, ul, li, dd {
    font-size: 1.4rem;
  }
  #pre .container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  #pre .ttl {
    background-color: #fff;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
  }
  #pre .ttl .logo__hobo {
    position: absolute;
    left: calc(50% - 10px);
    top: 6.2vh;
    -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
  }
  #pre .ttl h1 {
    text-indent: -9999px;
    width: 100%;
    max-width: 800px;
    height: 0;
    background-image: url(../img/ttl_pre_sp.png);
    background-size: contain;
    padding-top: 100%;
  }
  #pre .ttl .intro {
    width: calc(100% - 20px);
    margin: 0 auto;
    padding-left: 0;
  }
  #pre .ttl .intro p {
    font-family: "Shuei KakuGo Gin B", sans-serif;
    font-size: 1.6rem;
    line-height: 1.76;
  }
  #pre .subttl {
    background-color: #ffd1b2;
    padding: 10px 0;
    margin: 20px 0 12px;
  }
  #pre .subttl h2 {
    display: block;
    font-size: 1.8rem;
    font-family: "Shuei KakuGo Gin B", sans-serif;
    width: calc(100% - 30px);
    max-width: 100%;
    margin: 0 auto;
  }
  #pre .txt {
    width: calc(100% - 30px);
    max-width: 520px;
    margin: 0 auto;
    padding: 20px 0;
  }
  #pre .txt p {
    font-size: 1.5rem;
    line-height: 2;
  }
  #pre .txt p.r {
    margin: 3em 0 3em;
    text-align: right;
  }
  #pre .profile {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    background-color: #f5f5f2;
    padding: 22px;
  }
  #pre .profile__name {
    font-weight: 900;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  #pre .profile__name:before {
    content: '';
    background-size: contain;
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -1px;
  }
  #pre .profile__name__kana {
    font-weight: 900;
    font-size: 1.4rem;
  }
  #pre .profile__name-fumiken:before {
    background-image: url(../img/icon_fumiken.png);
  }
  #pre .profile__name-aso_kamo:before {
    background-image: url(../img/icon_aso_kamo.png);
  }
  #pre .profile__name-hironobutnk:before {
    background-image: url(../img/icon_hironobutnk.png);
  }
  #pre .profile p {
    margin-bottom: 36px;
  }
  #pre .date {
    font-size: 1.3rem;
    text-align: center;
    margin: 50px auto;
  }
  .header {
    background-color: #ffd1b2;
    width: 100%;
    height: 55px;
    position: relative;
    z-index: 0;
  }
  .header .logo__hobow {
    position: absolute;
    right: auto;
    top: 12px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    width: 42%;
  }
  .header__entry {
    text-align: center;
    padding: 25px 0;
  }
  .header__entry .logo__kuruma {
    display: block;
    width: 70%;
    margin: 0 auto;
  }
  #index .ttl {
    width: 100%;
    max-width: 100%;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    pointer-events: none;
  }
  #index .ttl h1 {
    text-indent: -9999px;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 100%;
    background-image: url(../img/ttl_sp.png);
    background-size: contain;
    margin: -40px auto 0;
    min-height: auto;
  }
  #index .ttl .timeline {
    position: relative;
    right: auto;
    top: auto;
    width: 90%;
    pointer-events: auto;
    margin: 0 auto;
  }
  #index .ttl .timeline iframe {
    height: 530px;
  }
  #index .ttl .intro {
    position: relative;
    left: 0;
    top: 0;
    pointer-events: auto;
    padding-bottom: 20px;
  }
  #index .ttl .intro a {
    display: block;
    margin-top: 20px;
    margin-left: -10px;
  }
  #index .ttl .intro p {
    width: calc(100% - 30px);
    font-family: "Shuei KakuGo Gin B", sans-serif;
    margin: 0 auto;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  #index .subttl {
    width: 100%;
    padding: 0;
    background-color: #ffd1b2;
    position: relative;
    height: auto;
    min-height: 100px;
  }
  #index .subttl__txt {
    width: 100%;
    font-size: 2rem;
    text-align: center;
    position: relative;
    left: 0;
    top: -15px;
    -ms-transform: translate(0, 0);
        transform: translate(0, 0);
  }
  #index .subttl__txt span {
    width: calc(100% - 30px);
    display: block;
    font-family: "Shuei KakuGo Gin B", sans-serif;
    margin: 0 auto;
    line-height: 1.6;
  }
  #index .subttl__txt span:before {
    content: '';
    display: block;
    width: 75px;
    height: 75px;
    background-size: contain;
    vertical-align: middle;
    margin: 0 auto;
  }
  #index .footer {
    padding: 50px 0 0;
  }
  #entry .name {
    height: 60px;
    background-color: #ccc;
    text-align: center;
  }
  #entry .name span {
    font-size: 2.5rem;
    line-height: 60px;
    font-family: "Shuei KakuGo Gin B", sans-serif;
  }
  #entry .name span:before {
    content: '';
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background-size: contain;
    position: relative;
    top: -2px;
  }
  #entry .entry .ttl {
    width: 100%;
    max-width: 100%;
    margin: 30px auto 15px;
    border-bottom: 3px solid #ccc;
  }
  #entry .entry .ttl .date {
    font-size: 1.1rem;
    padding: 0 15px;
    line-height: 1;
  }
  #entry .entry .ttl h1 {
    font-family: "Shuei KakuGo Gin B", sans-serif;
    font-size: 2rem;
    padding: 0 15px;
  }
  #entry .entry p {
    width: 100%;
    max-width: 540px;
    margin: 0 auto 30px;
    padding: 0 15px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  #entry .another, #entry .today {
    width: 100%;
    max-width: 540px;
    margin: 60px auto 30px;
  }
  #entry .another__list li, #entry .today__list li {
    padding-left: 1em;
  }
  #entry .another__list li:before, #entry .today__list li:before {
    content: '・';
  }
  #entry .today {
    max-width: 80%;
  }
  #entry .today__list {
    width: 100%;
  }
  #entry .today__list li {
    padding-left: 0;
  }
  #entry .today__list li a {
    display: block;
  }
  #entry .today__list li:before {
    content: none;
  }
  #entry.fumiken .name {
    background-color: #8fdd68;
  }
  #entry.fumiken .ttl {
    border-color: #8fdd68;
  }
  #entry.hironobutnk .name {
    background-color: #ffb168;
  }
  #entry.hironobutnk .ttl {
    border-color: #ffb168;
  }
  #entry.hironobutnk .entry .ttl {
    max-width: 620px;
  }
  #entry.hironobutnk .entry p {
    max-width: 620px;
  }
  #entry.aso_kamo .name {
    background-color: #ffeb5f;
  }
  #entry.aso_kamo .ttl {
    border-color: #ffeb5f;
  }
  #entry.nagata .name, #entry[class="1101_nagata"] .name {
    background-color: #a9e1ed;
  }
  #entry.nagata .ttl, #entry[class="1101_nagata"] .ttl {
    border-color: #a9e1ed;
  }
  .totop {
    text-align: center;
    padding: 30px 0 45px;
    width: 95%;
    margin: 0 auto;
  }
  .fukidashi {
    display: block;
    margin-bottom: 5px;
    text-align: center;
  }
  .fukidashi img {
    height: 40px;
    width: auto;
  }
  .map {
    height: 100vw;
    background-color: #cff;
    margin-bottom: 25px;
  }
  .index__item {
    width: 100%;
  }
  .index__item__contents {
    width: 100%;
    max-width: 100%;
    margin: 30px auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .index__item__map {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .index__item__map__header {
    text-align: center;
  }
  .index__item__map__item img {
    width: 100%;
  }
  .index__item__links {
    width: calc(100% - 10px);
    margin: 0 auto;
  }
  .index__item__links__header {
    text-align: center;
  }
  .index__item__links__list {
    width: 90%;
    margin: 0 auto;
  }
  .index__item__photo {
    padding-bottom: 35px;
  }
  .index__item__photo__header {
    width: 100%;
    max-width: 904px;
    margin: 0 auto 10px;
  }
  .index__item__photo__list {
    width: 100%;
    max-width: 1010px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index__item__photo__list li {
    margin-bottom: 15px;
    margin-right: 10px;
  }
  .index__item__photo__list li:nth-child(5n) {
    margin-right: 10px;
  }
  .index__item__photo__list li:nth-child(2n) {
    margin-right: 0;
  }
  .index__item__photo__list li a {
    display: block;
    background-size: cover;
    background-position: center top;
    width: calc(50vw - 5px);
    height: 0;
    padding-top: 66.66666667%;
    overflow: hidden;
  }
  .share__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .share__list li {
    margin: 10px 0;
  }
  .share__list li img {
    height: 30px;
    width: auto;
  }
  .copyright {
    display: block;
    font-size: 1.3rem;
    text-align: center;
    padding: 50px 0;
  }
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxTopLeft {
  width: 25px;
  height: 25px;
  background: url(images/border1.png) no-repeat 0 0;
}

#cboxTopCenter {
  height: 25px;
  background: url(images/border1.png) repeat-x 0 -50px;
}

#cboxTopRight {
  width: 25px;
  height: 25px;
  background: url(images/border1.png) no-repeat -25px 0;
}

#cboxBottomLeft {
  width: 25px;
  height: 25px;
  background: url(images/border1.png) no-repeat 0 -25px;
}

#cboxBottomCenter {
  height: 25px;
  background: url(images/border1.png) repeat-x 0 -75px;
}

#cboxBottomRight {
  width: 25px;
  height: 25px;
  background: url(images/border1.png) no-repeat -25px -25px;
}

#cboxMiddleLeft {
  width: 25px;
  background: url(images/border2.png) repeat-y 0 0;
}

#cboxMiddleRight {
  width: 25px;
  background: url(images/border2.png) repeat-y -25px 0;
}

#cboxContent {
  background: #fff;
  overflow: hidden;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 20px;
}

#cboxTitle {
  position: absolute;
  bottom: 0px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #999;
}

#cboxCurrent {
  position: absolute;
  bottom: 0px;
  left: 100px;
  color: #999;
}

#cboxLoadingOverlay {
  background: #fff url(images/loading.gif) no-repeat 5px 5px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 0px;
  right: 42px;
  color: #444;
}

#cboxPrevious {
  position: absolute;
  bottom: 0px;
  left: 0;
  color: #444;
}

#cboxNext {
  position: absolute;
  bottom: 0px;
  left: 63px;
  color: #444;
}

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  color: #444;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
