@charset "UTF-8";
/* base color
--------------------------------------------------------------------*/
body {
  width: 100%;
  height: 100%;
  overflow: hidden; }

div.pageWrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  margin: 0 auto;
  text-align: left; }

div.container {
  position: relative;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box; }

html {
  font-size: 62.5%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  overflow: auto; }

@-ms-viewport {
  width: device-width; }
article, aside, figcaption, figure, footer, header, hgroup, main, section {
  display: block; }

p, h1, h2, h3, h4, h5, h6, h7, ul, ol, li, dl, dt, dd, p, caption, th, td, form, input, textarea, blockquote, address, embed, object, figure, em {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-size: 100%;
  font-weight: normal; }

body {
  position: relative;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.5em;
  line-height: 1;
  color: #000;
  text-align: left;
  text-rendering: optimizeLegibility; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

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

ol,
ul {
  list-style-type: none; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dd {
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

figure {
  line-height: 0; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #707070;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

img {
  vertical-align: middle;
  border: none; }

svg:not(:root) {
  overflow: hidden; }

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

th {
  text-align: inherit; }

label {
  display: inline-block; }

button {
  border-radius: 0; }

button:focus {
  outline: 0; }

input,
button,
select,
optgroup,
textarea {
  vertical-align: middle;
  position: relative;
  outline: none;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

/* layout
-------------------------------------------------------*/
div.pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 50px;
  z-index: 998; }
  div.pagetop > a {
    position: relative;
    display: block;
    width: 50px;
    height: 41px;
    background: #333;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    -o-transition: 0.7s ease;
    transition: 0.7s ease;
    z-index: 999; }
    div.pagetop > a:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      width: 10px;
      height: 10px;
      margin-top: -3px;
      margin-left: -4px;
      border-top: 1px #fff solid;
      border-right: 1px #fff solid;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.container {
  width: 100%;
  padding: 0 0 35px; }

header {
  width: 100%;
  padding: 0 10px; }
  header h1 {
    position: relative;
    padding: 13px 0;
    font-size: 1.5rem;
    font-weight: bold;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    color: #fff;
    letter-spacing: 0.1em; }
    header h1:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      margin: 0 -500%;
      padding: 0 500%;
      z-index: -1;
      background: #141414; }
    header h1 span {
      position: relative;
      padding-left: 28px; }
      header h1 span:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        width: 24px;
        height: 24px;
        background: url(../images/icn_stamprally.svg) no-repeat; }

footer {
  width: 100%;
  padding: 0 10px; }
  footer p {
    position: relative;
    padding: 13px 0;
    font-size: 1.5rem;
    font-weight: bold;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    color: #fff;
    letter-spacing: 0.1em; }
    footer p:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      margin: 0 -500%;
      padding: 0 500%;
      z-index: -1;
      background: #141414; }
    footer p span {
      position: relative;
      padding-left: 28px; }
      footer p span:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        width: 24px;
        height: 24px;
        background: url(../images/icn_stamprally.svg) no-repeat; }

@media screen and (max-width: 320px) {
  header h1 .stamprally-name {
    margin-bottom: 90px; } }
.object-fit {
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;"; }

.main_v {
  width: 100%;
  line-height: 0;
  text-align: center; }
  .main_v img {
    width: 100%; }

.contents.yamashiro .about-stamprally-contents dl:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: url(../images/yamashiro/about-stamprally-bg-top.jpg) repeat-x; }
.contents.yamashiro .about-stamprally-contents dl:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: url(../images/yamashiro/about-stamprally-bg-bottom.jpg) repeat-x; }

.about-stamprally-contents {
  position: relative; }
  .about-stamprally-contents dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 25px 20px; }
    .about-stamprally-contents dl dt {
      margin-right: 20px;
      width: 100px;
      height: 100px; }
      .about-stamprally-contents dl dt img {
        width: 100%; }
    .about-stamprally-contents dl dd {
      position: relative;
      font-size: 1.5rem;
      line-height: 1.6; }
  .about-stamprally-contents p {
    position: relative;
    padding: 16px 0;
    font-size: 1.8rem;
    font-weight: bold;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    color: #fff;
    color: #fff;
    background: #141414;
    text-align: center;
    letter-spacing: 0.2em; }
    .about-stamprally-contents p:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 10px;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      width: 25px;
      height: 14px;
      background: url(../images/icn_course.svg) no-repeat;
      margin-top: -1px; }

.stamplist-contents {
  position: relative;
  padding: 10px; }
  .stamplist-contents:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 -500%;
    padding: 0 500%;
    z-index: -1;
    background: #FFFEDF; }
  .stamplist-contents h2 {
    margin-bottom: 20px;
    font-size: 1.9rem;
    text-align: center; }
    .stamplist-contents h2 img {
      width: 90%;
      max-width: 320px;
      text-align: center; }
  .stamplist-contents ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    counter-reset: number 0; }
    .stamplist-contents ul li {
      position: relative;
      width: 32.5%;
      height: 114px;
      margin: 0 1.25% 10px 0;
      text-align: center; }
      .stamplist-contents ul li:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 37px 37px 0 0;
        border-color: #000000 transparent transparent transparent;
        z-index: 99; }
      .stamplist-contents ul li:after {
        counter-increment: number 1;
        /* number カウンタの増加数をセット */
        content: counter(number) "";
        position: absolute;
        top: 7px;
        left: 6px;
        font-size: 1.3rem;
        font-weight: bold;
        font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
        color: #fff;
        z-index: 150; }
      .stamplist-contents ul li.full a img {
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        border-radius: 8px;
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        object-fit: cover; }
      .stamplist-contents ul li.get {
        position: relative; }
        .stamplist-contents ul li.get a {
          display: block;
          pointer-events: auto !important; }
          .stamplist-contents ul li.get a:after {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            width: 80%;
            height: 80%;
            background: url(../images/get.svg) no-repeat;
            background-size: contain;
            background-position: center center;
            z-index: 2; }
          .stamplist-contents ul li.get a img {
            opacity: 0.35;
            z-index: 1; }
      .stamplist-contents ul li:nth-child(3n) {
        margin-right: 0; }
      .stamplist-contents ul li a {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px;
        -webkit-border-top-left-radius: 0;
        -moz-border-top-left-radius: 0;
        -ms-border-top-left-radius: 0;
        border-top-left-radius: 0;
        position: relative;
        display: block;
        padding: 32px 0;
        font-size: 1.5rem;
        line-height: 1.6;
        background: #fff;
        border: 2px solid #000;
        min-height: 114px;
        pointer-events: none; }
        .stamplist-contents ul li a img {
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          -ms-border-radius: 10px;
          border-radius: 10px;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          height: auto;
          width: auto;
          max-width: 90%;
          max-height: 90%;
          margin: auto; }

.other-course {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif; }
  .other-course dt {
    position: relative;
    padding: 16px 0;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    background: #141414;
    text-align: center;
    letter-spacing: 0.2em; }
  .other-course dd ul li:not(:last-child) {
    border-bottom: 2px solid #353535; }
  .other-course dd ul li a {
    position: relative;
    display: block;
    padding: 16px 0;
    font-size: 1.7rem;
    font-weight: bold;
    color: #000;
    background: #FFFEDF;
    text-align: center;
    letter-spacing: 0.1em; }
    .other-course dd ul li a:after {
      position: absolute;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      content: "";
      position: absolute;
      top: 50%;
      left: 10px;
      box-sizing: border-box;
      width: 8px;
      height: 8px;
      border: 6px solid transparent;
      border-left: 8px solid #353535; }

.map-contents {
  margin-bottom: 35px;
  padding: 0 1px; }
  .map-contents .maps {
    width: 100%;
    height: 320px; }

.about-contents ul li:not(:last-child) {
  margin-bottom: 25px; }
.about-contents ul li dl dt {
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3; }
  .about-contents ul li dl dt span {
    display: inline-block;
    position: relative;
    padding: 0 10px 7px; }
    .about-contents ul li dl dt span:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      left: 0;
      bottom: 0;
      background: #707070; }
.about-contents ul li dl dd {
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 0 10px; }
  .about-contents ul li dl dd p:not(:last-child) {
    margin-bottom: 25px; }

.get-place-contents {
  margin-bottom: 25px; }
  .get-place-contents figure {
    position: relative;
    margin-bottom: 20px;
    line-height: 0; }
    .get-place-contents figure img {
      width: 100%; }
    .get-place-contents figure:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 70%;
      height: 70%;
      background: url(../images/get.svg) no-repeat;
      background-size: 100% 100%; }
  .get-place-contents dl dt {
    margin-bottom: 25px;
    font-size: 2.3rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 1.4; }
    .get-place-contents dl dt span {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      display: block;
      margin: 0 auto 13px;
      padding: 0 12px;
      width: 36px;
      height: 36px;
      font-size: 1.5rem;
      font-weight: bold;
      border: 2px solid #000;
      line-height: 32px;
      text-align: center; }
  .get-place-contents dl dd {
    padding: 10px;
    background: #FFFEDF; }
    .get-place-contents dl dd p {
      width: 100%;
      font-size: 1.6rem;
      padding: 8px 8px 0;
      background: #fff;
      line-height: 1.65; }
  .get-place-contents .detail-place {
    padding: 15px 25px;
    font-size: 1.6rem;
    line-height: 2.0;
    background: #F8F8F8; }

.btn-link {
  margin-bottom: 30px;
  padding: 0 10px; }
  .btn-link li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .btn-link li:not(:last-child) {
      margin-bottom: 25px; }
    .btn-link li:first-child a {
      background: #000;
      color: #fff; }
    .btn-link li:nth-child(2) a {
      color: #000;
      border: 1px solid #000; }
    .btn-link li a {
      width: 500px;
      max-width: 100%;
      font-size: 1.6rem;
      font-weight: bold;
      border: none;
      padding: 20px 0;
      text-align: center;
      letter-spacing: 0.1em; }

@media screen and (min-width: 769px) {
  .stamplist-contents ul li {
    width: 24.05%; }
    .stamplist-contents ul li:nth-child(3n) {
      margin-right: 1.25%; }
    .stamplist-contents ul li:nth-child(4n) {
      margin-right: 0; } }
@media screen and (min-width: 321px) {
  .minbr {
    display: none; } }
@media screen and (max-width: 320px) {
  .stamplist-contents h2 {
    line-height: 1.25; }

  .about-stamprally-contents dl dt {
    margin: 0 auto 10px; }
  .about-stamprally-contents dl dd br {
    display: none; }

  .about-contents ul li dl dt {
    width: 100%; }
    .about-contents ul li dl dt span {
      width: 100%;
      padding: 0 10px 7px; }

  .get-place-contents .detail-place {
    padding: 15px 10px; } }

/*# sourceMappingURL=style.css.map */
