@charset "UTF-8";
/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap");
@font-face {
  font-family: "7bar";
  src: url("../font/7barP.otf") format("opentype"); }
/* Device Width */
/* font weight */
html {
  overflow-x: hidden; }

body, div, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, figure {
  margin: 0;
  padding: 0; }

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media only, screen and (max-width: 820px) {
    body {
      padding: 64px 0 0;
      font-size: 15px; } }

@media print {
  body {
    width: 100%; } }
img {
  width: 100%;
  height: auto;
  border: none; }
  img.actual-size {
    width: auto; }

a {
  color: #0052A6;
  text-decoration: underline; }
  a:hover {
    color: #DB0D08;
    text-decoration: none; }

.pcItem {
  display: block; }
  @media only, screen and (max-width: 736px) {
    .pcItem {
      display: none; } }

.spItem {
  display: none; }
  @media only, screen and (max-width: 736px) {
    .spItem {
      display: block; } }

.pc-inline {
  display: inline; }
  @media only, screen and (max-width: 736px) {
    .pc-inline {
      display: none; } }

.sp-inline {
  display: none; }
  @media only, screen and (max-width: 736px) {
    .sp-inline {
      display: inline; } }

@media only, screen and (max-width: 736px) {
  .pc-none {
    display: none; } }

.clearfix:after {
  content: "";
  clear: both;
  display: block; }

.flex_box,
.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/* ------------------------------------------------------------------ */
/* title */
/* ------------------------------------------------------------------ */
.ttl-type01 {
  min-height: 24px;
  margin: 0 0 20px 0;
  padding: 34px 0 10px 0;
  font-size: 22px;
  line-height: 1.3;
  border-bottom: 5px solid #009D24; }
  @media only, screen and (max-width: 820px) {
    .ttl-type01 {
      font-size: 18px; } }

.ttl-type02 {
  margin: 25px 0 15px;
  padding: 10px 15px;
  font-size: 18px;
  background-color: #eee;
  border-left: 5px solid #db0d08; }
  @media only, screen and (max-width: 820px) {
    .ttl-type02 {
      font-size: 16px; } }

.ttl-type03 {
  margin: 25px 0 15px;
  padding: 0 0 5px;
  font-size: 16px;
  font-weight: 700;
  color: #009c2c;
  border-bottom: 2px solid #db0d08; }

.ttl-type04 {
  margin: 0 0 20px;
  padding: 0 0 10px;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid #cbcbcb; }
  @media only, screen and (max-width: 820px) {
    .ttl-type04 {
      font-size: 18px; } }
  @media only, screen and (max-width: 736px) {
    .ttl-type04 {
      margin: 0 0 15px;
      padding: 0 0 10px;
      font-size: 16px; } }

.ttl-type05 {
  margin: 0 0 20px;
  text-align: center;
  background: url("/img/2026/bg_ttl05.gif") center 15px/100% auto repeat-x; }
  @media only, screen and (max-width: 736px) {
    .ttl-type05 {
      background: url("/img/2026/bg_ttl05.gif") center 15px/auto 5px repeat-x; } }
  .ttl-type05 span {
    display: inline-block;
    padding: 0 40px;
    font-family: "Oswald", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    background: #fff; }
    @media only, screen and (max-width: 820px) {
      .ttl-type05 span {
        padding: 0 30px;
        font-size: 32px; } }
    @media only, screen and (max-width: 736px) {
      .ttl-type05 span {
        padding: 0 20px; } }
    .ttl-type05 span > span {
      display: block;
      margin: 10px 0 0;
      font-family: "Noto Sans JP", sans-serif;
      font-size: 16px;
      font-weight: 700; }
      @media only, screen and (max-width: 820px) {
        .ttl-type05 span > span {
          font-size: 14px; } }

.ttl-type06 {
  font-family: "Oswald", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  justify-content: space-between;
  align-items: center; }
  @media only, screen and (max-width: 820px) {
    .ttl-type06 {
      font-size: 32px; } }
  .ttl-type06 span {
    padding: 0 0 0 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    vertical-align: middle; }
    @media only, screen and (max-width: 820px) {
      .ttl-type06 span {
        font-size: 14px; } }
  .ttl-type06 a {
    margin: 0 0 0 auto;
    text-align: right;
    color: #000;
    text-decoration: none;
    transition: color 0.3s; }
    @media only, screen and (max-width: 820px) {
      .ttl-type06 a {
        font-size: 14px; } }
    .ttl-type06 a span {
      display: block;
      padding: 0 20px 0 0;
      position: relative; }
      .ttl-type06 a span:before, .ttl-type06 a span:after {
        content: "";
        display: inline-block;
        margin: auto;
        position: absolute; }
      .ttl-type06 a span:before {
        width: 16px;
        height: 16px;
        background: #d50c18;
        border-radius: 100%;
        right: 0;
        top: 1px; }
      .ttl-type06 a span:after {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 3px 0 3px 4px;
        border-color: transparent transparent transparent #fff;
        right: 5px;
        top: 6px; }
    .ttl-type06 a:hover {
      color: #d50c18; }

.ttl-type07 {
  margin: 0 0 30px;
  padding: 40px 0;
  font-size: 26px;
  line-height: 1.5;
  text-align: center;
  background-image: url("/img/2026/bg_ttl05.gif"), url("/img/2026/bg_ttl05.gif");
  background-position: left top, left bottom;
  background-size: 100% auto;
  background-repeat: repeat-x; }
  @media only, screen and (max-width: 736px) {
    .ttl-type07 {
      padding: 20px 0;
      font-size: 18px;
      background-size: auto 5px; } }

/* ------------------------------------------------------------------ */
/* header */
/* ------------------------------------------------------------------ */
header {
  width: 100%;
  background: #fff; }
  @media only, screen and (max-width: 820px) {
    header {
      height: 64px;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 5; } }
  header .header-box {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 2.9411764706vw;
    align-items: center;
    justify-content: space-between; }
    @media screen and (min-width: 1361px) {
      header .header-box {
        padding: 0 40px; } }
    @media only, screen and (max-width: 820px) {
      header .header-box {
        padding: 0; } }
    header .header-box .logo {
      width: 19.1176470588vw;
      margin: 0.9558823529vw 2.2058823529vw 0.5147058824vw 0; }
      @media screen and (min-width: 1361px) {
        header .header-box .logo {
          width: 260px;
          margin: 13px 30px 7px 0; } }
      @media only, screen and (max-width: 820px) {
        header .header-box .logo {
          width: 260px;
          margin: 10px 0 0 10px; } }
      @media screen and (max-width: 360px) {
        header .header-box .logo {
          width: 230px; } }
    header .header-box .event-day {
      padding: 0 10px 0 0;
      font-size: 1.3235294118vw;
      font-weight: 700; }
      @media screen and (min-width: 1361px) {
        header .header-box .event-day {
          font-size: 18px; } }
    header .header-box .left-over {
      display: inline-block;
      margin: 0 10px 0 0;
      padding: 5px 7px 7px;
      font-size: 0.9558823529vw;
      font-weight: 700;
      line-height: 1;
      border-top: solid 1px #d50c18;
      border-bottom: solid 1px #d50c18; }
      @media screen and (min-width: 1361px) {
        header .header-box .left-over {
          font-size: 13px; } }
    header .header-box .date-box {
      align-items: center; }
      @media only, screen and (max-width: 820px) {
        header .header-box .date-box {
          display: none; } }
    header .header-box #countdown {
      font-size: 1.4705882353vw;
      font-weight: 700;
      line-height: 1; }
      @media screen and (min-width: 1361px) {
        header .header-box #countdown {
          font-size: 20px; } }
      header .header-box #countdown img {
        width: auto;
        height: 2.0588235294vw;
        line-height: 1;
        vertical-align: bottom; }
        @media screen and (min-width: 1361px) {
          header .header-box #countdown img {
            height: 28px; } }
      header .header-box #countdown span {
        font-family: "7bar";
        font-size: 36px;
        font-weight: 500;
        line-height: 1;
        color: #d70d08;
        vertical-align: baseline; }
    header .header-box .sns-box {
      margin: 11px 0.9558823529vw 0 auto;
      list-style: none; }
      @media screen and (min-width: 1361px) {
        header .header-box .sns-box {
          margin: 11px 13px 0 20px; } }
      @media only, screen and (max-width: 820px) {
        header .header-box .sns-box {
          display: none; } }
      header .header-box .sns-box li a {
        display: block;
        width: 2.2058823529vw;
        margin: 0 7px;
        opacity: 1;
        transition: opacity 0.3s; }
        @media screen and (min-width: 1361px) {
          header .header-box .sns-box li a {
            width: 30px; } }
        header .header-box .sns-box li a:hover {
          opacity: 0.6; }
    @media only, screen and (max-width: 820px) {
      header .header-box .language-box {
        display: none; } }
    header .header-box .language-box li {
      display: inline-block;
      width: 8.3823529412vw;
      height: 2.7941176471vw;
      padding: 0.3676470588vw 0 0 0.7352941176vw;
      font-size: 1.1764705882vw;
      background: #dbdbdb;
      box-sizing: border-box;
      position: relative;
      cursor: pointer; }
      @media screen and (min-width: 1361px) {
        header .header-box .language-box li {
          width: 134px;
          height: 36px;
          padding: 5px 0 0 10px;
          font-size: 16px; } }
      header .header-box .language-box li:before {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        margin: 0 5px 0 0;
        vertical-align: middle;
        border-style: solid;
        border-width: 5px 5px 0 5px;
        border-color: #000 transparent transparent transparent; }
      header .header-box .language-box li > ul {
        display: none;
        width: 100%;
        position: absolute;
        top: 36px;
        left: 0;
        z-index: 2; }
        header .header-box .language-box li > ul li:before {
          content: none; }
        header .header-box .language-box li > ul li a {
          display: block;
          margin: 0 0 0 15px;
          color: #000;
          text-decoration: none;
          transition: color 0.3s; }
          header .header-box .language-box li > ul li a:hover {
            color: #0054a4;
            text-decoration: underline; }

.pcNav {
  background: #333; }
  @media only, screen and (max-width: 820px) {
    .pcNav {
      display: none; } }
  .pcNav ul {
    list-style: none;
    justify-content: center;
    align-items: center; }
    .pcNav ul li {
      display: block;
      margin: 0 20px; }
      .pcNav ul li a {
        display: block;
        padding: 10px 0;
        font-size: 14px;
        font-weight: 700;
        line-height: 1;
        color: #fff;
        text-decoration: none;
        transition: color 0.3s; }
      .pcNav ul li:hover a {
        color: #f9c50d; }
      .pcNav ul li.has-second {
        position: relative; }
        .pcNav ul li.has-second ul {
          width: 220px;
          padding: 0;
          box-sizing: border-box;
          position: absolute;
          top: 23px;
          left: 0;
          background: #fff;
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
          white-space: nowrap;
          visibility: hidden;
          opacity: 0;
          transition: top 0.5s, opacity 0.3s;
          z-index: 3; }
          .pcNav ul li.has-second ul li {
            margin: 0; }
            .pcNav ul li.has-second ul li a {
              display: block;
              margin: 0;
              padding: 15px 10px 15px 30px;
              color: #000;
              text-decoration: none;
              background: none;
              border-bottom: solid 1px #ececec;
              transition: color 0.3s, background 0.3s;
              position: relative; }
              .pcNav ul li.has-second ul li a:before {
                content: "";
                display: inline-block;
                width: 14px;
                height: 14px;
                background: #d50c18;
                border-radius: 100%;
                position: absolute;
                left: 10px;
                top: 16px; }
              .pcNav ul li.has-second ul li a:after {
                content: "";
                display: inline-block;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 3px 0 3px 4px;
                border-color: transparent transparent transparent #fff;
                position: absolute;
                left: 16px;
                top: 20px; }
              .pcNav ul li.has-second ul li a:hover {
                color: #fff;
                background: #d50c18; }
            .pcNav ul li.has-second ul li:last-child a {
              margin: 0; }
          .pcNav ul li.has-second ul.second-open {
            top: 33px;
            visibility: visible;
            opacity: 1; }

.about .pcNav ul li a#about,
.guidance .pcNav ul li a#guidance,
.page-template-page-guidance .pcNav ul li a#guidance,
.page-template-page-guidance-marathon .pcNav ul li a#guidance,
.page-template-page-guidance-jogging .pcNav ul li a#guidance,
.page-template-page-guidance-wheelchair .pcNav ul li a#guidance,
.single-topics .pcNav ul li a#guidance,
.category-news .pcNav ul li a#news,
.single-post .pcNav ul li a#news,
.entry .pcNav ul li a#runner,
.volunteer .pcNav ul li a#volunteer,
.faq .pcNav ul li a#faq {
  color: #f9c50d; }

.drawer {
  display: none;
  width: 64px;
  height: 64px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20;
  background: #333; }
  @media screen and (max-width: 997px) {
    .drawer {
      display: block; } }
  .drawer div span {
    position: absolute;
    height: 2px;
    width: 28px;
    margin: auto;
    background: #fff;
    left: 0;
    right: 0;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out; }
    .drawer div span:nth-child(1) {
      top: 20px; }
    .drawer div span:nth-child(2) {
      top: 25px; }
    .drawer div span:nth-child(3) {
      top: 30px; }
  .drawer div:after {
    content: "MENU";
    display: block;
    margin: auto;
    font-family: "Oswald", sans-serif;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0; }

.open .drawer div span {
  background: #fff; }
  .open .drawer div span:nth-child(1) {
    top: 25px;
    transform: rotate(-150deg); }
  .open .drawer div span:nth-child(2) {
    width: 0;
    left: 50%; }
  .open .drawer div span:nth-child(3) {
    top: 25px;
    transform: rotate(150deg); }
.open .drawer div:after {
  content: "CLOSE"; }

.spNav {
  display: block;
  width: 80%;
  margin: auto;
  box-sizing: border-box;
  transition: opacity 0.25s, right 0.25s linear;
  background-color: #fff;
  opacity: 0;
  position: fixed;
  top: 64px;
  bottom: 0;
  overflow-y: scroll;
  right: -100vw; }
  .spNav div {
    width: 100%;
    margin: 0 auto; }
  .spNav .spNav-first {
    padding: 20px;
    box-sizing: border-box; }
  .spNav ul {
    margin-bottom: 20px;
    list-style: none; }
    .spNav ul li {
      margin: 0 0 20px;
      text-indent: 0;
      border-bottom: solid 1px #ececec; }
      .spNav ul li a {
        color: #000;
        text-decoration: none; }
      .spNav ul li span {
        display: block;
        margin: 0 0 15px;
        font-size: 15px;
        font-weight: 700;
        line-height: 1.35;
        padding: 0 0 0 20px;
        position: relative;
        cursor: pointer; }
        @media only, screen and (max-width: 736px) {
          .spNav ul li span {
            font-size: 14px; } }
        .spNav ul li span:before {
          content: "";
          display: inline-block;
          width: 14px;
          height: 14px;
          background: #d50c18;
          border-radius: 100%;
          position: absolute;
          left: 0;
          top: 4px; }
        .spNav ul li span:after {
          content: "";
          display: inline-block;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 3px 0 3px 4px;
          border-color: transparent transparent transparent #fff;
          position: absolute;
          left: 6px;
          top: 8px; }
    .spNav ul.flex-box {
      margin: 0;
      justify-content: space-between;
      flex-wrap: wrap; }
      .spNav ul.flex-box li {
        width: 48%; }
        .spNav ul.flex-box li a {
          font-size: 18px;
          font-weight: 700; }
    .spNav ul.sp-lang {
      margin: 0 0 20px;
      justify-content: center; }
      @media screen and (max-width: 320px) {
        .spNav ul.sp-lang {
          display: block; } }
      .spNav ul.sp-lang li {
        width: 30%;
        margin: 0 1%;
        border-bottom: none; }
        @media screen and (max-width: 320px) {
          .spNav ul.sp-lang li {
            width: 100%;
            margin: 0 0 5px; } }
        .spNav ul.sp-lang li a {
          padding: 0 0 0 20px;
          font-size: 13px;
          position: relative; }
          .spNav ul.sp-lang li a:before {
            content: "";
            display: inline-block;
            width: 14px;
            height: 14px;
            background: #d50c18;
            border-radius: 100%;
            position: absolute;
            left: 0;
            top: 4px; }
          .spNav ul.sp-lang li a:after {
            content: "";
            display: inline-block;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 3px 0 3px 4px;
            border-color: transparent transparent transparent #fff;
            position: absolute;
            left: 6px;
            top: 8px; }
    .spNav ul.sp-sns {
      margin: 0 0 20px;
      justify-content: center; }
      .spNav ul.sp-sns li {
        width: auto;
        margin: 0 10px;
        border-bottom: none; }
        .spNav ul.sp-sns li a img {
          width: 30px; }
  .spNav .spNav-second {
    display: block;
    width: 80%;
    margin: auto;
    box-sizing: border-box;
    transition: opacity 0.25s, right 0.25s linear;
    background-color: #fff;
    opacity: 0;
    position: fixed;
    top: 64px;
    bottom: 0;
    overflow-y: scroll;
    right: -100vw; }
    .spNav .spNav-second.sp-open {
      opacity: 1;
      right: 0;
      z-index: 9;
      transition: opacity 0.25s, right 0.25s linear; }
    .spNav .spNav-second .spback {
      display: block;
      margin: 0 0 20px;
      padding: 10px 40px;
      font-size: 14px;
      color: #fff;
      background: #333;
      cursor: pointer; }
      .spNav .spNav-second .spback:before, .spNav .spNav-second .spback:after {
        content: "";
        display: inline-block;
        position: absolute; }
      .spNav .spNav-second .spback:before {
        width: 14px;
        height: 14px;
        background: #fff;
        border-radius: 100%;
        position: absolute;
        left: 20px;
        top: 17px; }
      .spNav .spNav-second .spback:after {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 3px 3px 3px 0;
        border-color: transparent #333 transparent transparent;
        position: absolute;
        left: 25px;
        top: 21px; }
    .spNav .spNav-second .sp-second-ttl {
      margin: 0 30px 20px;
      padding: 0 0 10px;
      font-size: 16px;
      font-weight: 700;
      color: #199933;
      border-bottom: solid 1px #199933; }
    .spNav .spNav-second ul {
      margin: 0 30px; }
      .spNav .spNav-second ul li {
        padding: 0 0 10px 20px;
        position: relative; }
        .spNav .spNav-second ul li a {
          display: block; }
          .spNav .spNav-second ul li a b {
            font-weight: 700; }
        .spNav .spNav-second ul li:before {
          content: "";
          display: inline-block;
          width: 14px;
          height: 14px;
          background: #d50c18;
          border-radius: 100%;
          position: absolute;
          left: 0;
          top: 7px; }
        .spNav .spNav-second ul li:after {
          content: "";
          display: inline-block;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 3px 0 3px 4px;
          border-color: transparent transparent transparent #fff;
          position: absolute;
          left: 6px;
          top: 11px; }

.spNav-open {
  opacity: 1;
  right: 0;
  z-index: 8;
  transition: opacity 0.25s, right 0.25s linear; }

.open #drawer-bg {
  width: 100%;
  height: 100%;
  z-index: 6;
  position: fixed;
  top: 0;
  opacity: 0.6;
  background-color: #000;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

/* ------------------------------------------------------------------ */
/* footer */
/* ------------------------------------------------------------------ */
.relation-box {
  max-width: 1360px;
  margin: 0 auto 40px;
  padding: 0 40px; }
  @media only, screen and (max-width: 736px) {
    .relation-box {
      width: 95.3488372093vw;
      max-width: inherit;
      margin: 0 auto 10px;
      padding: 0; } }
  .relation-box .flex-box {
    flex-wrap: wrap; }
    @media only, screen and (max-width: 736px) {
      .relation-box .flex-box {
        justify-content: space-between; } }
    .relation-box .flex-box li {
      list-style: none; }
      .relation-box .flex-box li a {
        display: block;
        width: 17.6470588235vw;
        margin: 0 1.4705882353vw 1.4705882353vw 0;
        opacity: 1;
        transition: opacity 0.3s; }
        @media screen and (min-width: 1361px) {
          .relation-box .flex-box li a {
            width: 240px;
            margin: 0 20px 20px 0; } }
        @media only, screen and (max-width: 736px) {
          .relation-box .flex-box li a {
            width: 46.511627907vw;
            margin: 0 0 10px; } }
        .relation-box .flex-box li a:hover {
          opacity: 0.8; }

.pagetop {
  display: none;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 100%;
  position: fixed;
  right: 40px;
  bottom: 53px;
  cursor: pointer;
  z-index: 2; }
  @media only, screen and (max-width: 736px) {
    .pagetop {
      width: 11.6279069767vw;
      height: 11.6279069767vw;
      right: 20px;
      bottom: 20px; } }
  .pagetop:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #000 transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .pagetop a {
    display: block; }

footer {
  padding: 20px 40px;
  background: #333; }
  @media only, screen and (max-width: 736px) {
    footer {
      padding: 20px; } }
  footer .footer-box {
    max-width: 1360px;
    margin: 0 auto;
    position: relative; }
    footer .footer-box p {
      color: #fff; }
      footer .footer-box p:first-of-type {
        margin: 0 0 10px;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.5;
        text-indent: -0.5em; }
        @media only, screen and (max-width: 820px) {
          footer .footer-box p:first-of-type {
            font-size: 16px; } }
        @media only, screen and (max-width: 736px) {
          footer .footer-box p:first-of-type {
            margin: 0 0 5px; } }
        @media screen and (max-width: 320px) {
          footer .footer-box p:first-of-type {
            font-size: 15px; } }
      footer .footer-box p.cright {
        font-size: 12px;
        color: #fff;
        position: absolute;
        right: 0;
        bottom: 0; }
        @media only, screen and (max-width: 736px) {
          footer .footer-box p.cright {
            position: static;
            text-align: center; } }
        @media screen and (max-width: 320px) {
          footer .footer-box p.cright {
            text-align: left; } }
    @media only, screen and (max-width: 736px) {
      footer .footer-box ul {
        margin: 0 0 10px; } }
    footer .footer-box ul li {
      display: inline-block;
      line-height: 1; }
      footer .footer-box ul li a {
        font-size: 14px;
        color: #f9c300;
        text-decoration: underline; }
        @media only, screen and (max-width: 736px) {
          footer .footer-box ul li a {
            display: block; } }
        @media screen and (max-width: 320px) {
          footer .footer-box ul li a {
            font-size: 13px; } }
        footer .footer-box ul li a:hover {
          text-decoration: none; }
      footer .footer-box ul li:not(:first-of-type):before {
        content: "";
        display: inline-block;
        width: 1px;
        height: 14px;
        margin: 0 1em;
        vertical-align: middle;
        background: #fff; }
        @media only, screen and (max-width: 736px) {
          footer .footer-box ul li:not(:first-of-type):before {
            content: none; } }
    footer .footer-box address {
      margin: 0 0 10px;
      font-style: normal;
      font-size: 16px;
      font-weight: 500;
      color: #fff; }
      @media only, screen and (max-width: 820px) {
        footer .footer-box address {
          font-size: 15px; } }
      @media screen and (max-width: 320px) {
        footer .footer-box address {
          font-size: 13px; } }
      @media only, screen and (max-width: 736px) {
        footer .footer-box address a {
          color: #fff;
          text-decoration: underline; } }

.content {
  width: 95.5882352941vw;
  margin: 0 auto 60px;
  justify-content: space-between; }
  @media screen and (min-width: 1361px) {
    .content {
      width: 1300px; } }
  @media only, screen and (max-width: 736px) {
    .content {
      display: block;
      width: 100%;
      margin: 0 auto 30px; } }
  .content .main-box {
    width: 77.9411764706vw;
    margin: 0 1.4705882353vw 0 0; }
    @media screen and (min-width: 1361px) {
      .content .main-box {
        width: 1060px;
        margin: 0 20px 0 0; } }
    @media only, screen and (max-width: 736px) {
      .content .main-box {
        width: 100%;
        margin: 0 0 30px; } }
    @media only, screen and (max-width: 736px) {
      .content .main-box #contents_main {
        width: 95.3488372093vw;
        margin: 0 auto; } }
  @media only, screen and (max-width: 736px) {
    .content #contents_main,
    .content .contents_box {
      width: calc(100% - 20px);
      margin: 0 auto; } }
  .content .side-box {
    width: 16.1764705882vw;
    padding: 1.4705882353vw;
    box-sizing: border-box;
    background: #f5f5f5; }
    @media screen and (min-width: 1361px) {
      .content .side-box {
        width: 220px;
        padding: 20px; } }
    @media only, screen and (max-width: 736px) {
      .content .side-box {
        width: 100%;
        padding: 20px; } }
    .content .side-box .ttl-partner {
      margin: 0 0 10px;
      padding: 0 0 10px;
      font-family: "Oswald", sans-serif;
      font-size: 14px;
      font-weight: 500;
      line-height: 1;
      border-bottom: solid 1px #009d00; }
      @media only, screen and (max-width: 736px) {
        .content .side-box .ttl-partner {
          margin: 0 0 15px;
          font-size: 16px; } }
    .content .side-box .flex-box {
      display: block; }
      @media only, screen and (max-width: 736px) {
        .content .side-box .flex-box {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between; } }
    .content .side-box a {
      display: block; }
      @media only, screen and (max-width: 736px) {
        .content .side-box a {
          width: 42.7906976744vw;
          margin: 0 0 3.488372093vw; } }
      @media only, screen and (max-width: 736px) {
        .content .side-box a img {
          width: 100%;
          margin: 0; } }
    .content .side-box img {
      vertical-align: bottom;
      margin: 0 0 10px;
      opacity: 1;
      transition: opacity 0.3s; }
      @media only, screen and (max-width: 736px) {
        .content .side-box img {
          width: 42.7906976744vw;
          margin: 0 0 3.488372093vw; } }
      .content .side-box img:hover {
        opacity: 0.8; }
    .content .side-box .supple {
      margin: 0 0 20px;
      font-size: 12px;
      text-align: right; }
    .content .side-box ul li {
      display: block;
      margin: 0 0 10px;
      font-size: 12px;
      font-weight: 500;
      line-height: 1.5;
      text-align: center;
      list-style: none;
      box-sizing: border-box;
      background: #fff; }
      @media only, screen and (max-width: 820px) {
        .content .side-box ul li {
          font-size: 11px; } }
      @media only, screen and (max-width: 736px) {
        .content .side-box ul li {
          display: flex;
          align-items: center;
          width: 42.7906976744vw;
          margin: 0 0 3.488372093vw; } }
      .content .side-box ul li.no-link {
        padding: 10px 0; }
        @media only, screen and (max-width: 736px) {
          .content .side-box ul li.no-link {
            display: block; } }
      .content .side-box ul li a {
        display: block;
        margin: 0;
        padding: 10px;
        color: #000;
        text-decoration: none;
        background: #fff;
        box-sizing: border-box;
        transition: background 0.3s; }
        .content .side-box ul li a:hover {
          background: #f9c50d; }

.pickup .pickup-box {
  margin: 0 0 60px;
  flex-wrap: wrap; }
  @media only, screen and (max-width: 736px) {
    .pickup .pickup-box {
      display: none; } }
  .pickup .pickup-box a {
    display: block;
    width: 25vw;
    margin: 0 0 20px 1.4705882353vw;
    color: #000;
    text-decoration: none;
    background: #f5f5f5;
    transition: color 0.3s; }
    @media screen and (min-width: 1361px) {
      .pickup .pickup-box a {
        width: 340px;
        margin: 0 0 20px 20px; } }
    .pickup .pickup-box a:nth-of-type(3n+1) {
      margin: 0 0 20px; }
    .pickup .pickup-box a figure {
      width: 25vw;
      height: 20.5882352941vw;
      margin: 0;
      position: relative;
      overflow: hidden; }
      @media screen and (min-width: 1361px) {
        .pickup .pickup-box a figure {
          width: 340px;
          height: 280px; } }
      .pickup .pickup-box a figure img {
        width: 100%;
        height: auto;
        margin: auto;
        max-width: 100% !important;
        min-height: 20.5882352941vw;
        object-fit: cover;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) scale(1);
        transition: transform 0.6s; }
        @media screen and (min-width: 1361px) {
          .pickup .pickup-box a figure img {
            max-height: 280px; } }
      .pickup .pickup-box a figure.no-image {
        background: #f5f5f5; }
        .pickup .pickup-box a figure.no-image img {
          min-height: inherit; }
    .pickup .pickup-box a p {
      padding: 20px;
      font-weight: 700;
      line-height: 1.75; }
    .pickup .pickup-box a:hover {
      color: #d50c18; }
      .pickup .pickup-box a:hover figure img {
        transform: translate(-50%, -50%) scale(1.1); }
.pickup .sp-pickup {
  display: none; }
  @media only, screen and (max-width: 736px) {
    .pickup .sp-pickup {
      display: block; } }
  .pickup .sp-pickup a {
    display: block;
    width: 360px;
    padding: 0 10px;
    color: #000;
    text-decoration: none; }
    .pickup .sp-pickup a figure {
      width: 100%;
      height: 65.1162790698vw;
      margin: 0;
      position: relative;
      overflow: hidden; }
      .pickup .sp-pickup a figure img {
        width: 100%;
        height: auto;
        margin: auto;
        max-width: 100% !important;
        min-height: 280px;
        object-fit: cover;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) scale(1);
        transition: transform 0.6s; }
        @media screen and (min-width: 1361px) {
          .pickup .sp-pickup a figure img {
            max-height: 280px; } }
    .pickup .sp-pickup a p {
      padding: 20px;
      box-sizing: border-box;
      font-weight: 700;
      line-height: 1.75;
      background: #f5f5f5; }
    .pickup .sp-pickup a:hover {
      color: #d50c18; }
      .pickup .sp-pickup a:hover figure img {
        transform: translate(-50%, -50%) scale(1.1); }
  .pickup .sp-pickup .slick-dots {
    margin: 15px 0 30px;
    text-align: center; }
    .pickup .sp-pickup .slick-dots li {
      display: inline-block;
      width: 12px;
      height: 12px;
      margin: 0 5px; }
      .pickup .sp-pickup .slick-dots li button {
        width: 12px;
        height: 12px;
        padding: 0;
        text-indent: -9999px;
        background: #fff;
        border: solid 1px #cbcbcb;
        border-radius: 100%;
        cursor: pointer; }
      .pickup .sp-pickup .slick-dots li.slick-active button {
        background: #d50c18;
        border: solid 1px #d50c18; }

.news {
  margin: 0 0 60px; }
  @media only, screen and (max-width: 736px) {
    .news {
      margin: 0 0 30px; } }
  .news h2 {
    margin: 0 0 20px;
    padding: 20px 30px;
    background: #f9c50d; }
    @media only, screen and (max-width: 820px) {
      .news h2 {
        padding: 10px 20px; } }
  .news .tab {
    margin: 0 0 15px;
    list-style: none; }
    @media only, screen and (max-width: 736px) {
      .news .tab {
        margin: 0 0 10px;
        justify-content: center;
        flex-wrap: wrap; } }
    .news .tab li {
      display: block;
      margin: 0 1.4705882353vw;
      padding: 0.5147058824vw 2.2058823529vw;
      font-size: 14px;
      font-weight: 500;
      line-height: 1.35;
      text-align: center;
      background: none;
      cursor: pointer;
      transition: background 0.3s, color 0.3s; }
      @media screen and (min-width: 1361px) {
        .news .tab li {
          margin: 0 20px;
          padding: 7px 30px; } }
      @media only, screen and (max-width: 820px) {
        .news .tab li {
          margin: 0 10px;
          padding: 7px 10px; } }
      @media only, screen and (max-width: 736px) {
        .news .tab li {
          margin: 0 10px 5px;
          padding: 5px 10px; } }
      .news .tab li:hover, .news .tab li.active {
        font-weight: 700;
        color: #fff;
        background: #d50c18; }
        .news .tab li:hover a, .news .tab li.active a {
          font-weight: 700;
          color: #fff; }
      .news .tab li a {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.35;
        color: #000;
        text-decoration: none; }
  .news .news-box .panel {
    display: none;
    padding: 1.4705882353vw;
    box-sizing: border-box;
    background: #f5f5f5; }
    @media screen and (min-width: 1361px) {
      .news .news-box .panel {
        padding: 20px; } }
    @media only, screen and (max-width: 736px) {
      .news .news-box .panel {
        padding: 2.3255813953vw; } }
    .news .news-box .panel .flex-box {
      flex-wrap: wrap; }
      @media only, screen and (max-width: 736px) {
        .news .news-box .panel .flex-box {
          justify-content: space-between; } }
      .news .news-box .panel .flex-box a {
        display: block;
        width: 23.8235294118vw;
        margin: 0 0 20px 1.4705882353vw;
        padding: 1.1029411765vw;
        color: #000;
        text-decoration: none;
        box-sizing: border-box;
        background: #fff;
        position: relative; }
        @media screen and (min-width: 1361px) {
          .news .news-box .panel .flex-box a {
            width: 324px;
            margin: 0 0 20px 20px;
            padding: 15px; } }
        @media only, screen and (max-width: 736px) {
          .news .news-box .panel .flex-box a {
            width: 46.511627907vw;
            margin: 0 0 10px;
            padding: 2.3255813953vw; } }
        .news .news-box .panel .flex-box a:nth-of-type(3n+1) {
          margin: 0 0 20px; }
          @media only, screen and (max-width: 736px) {
            .news .news-box .panel .flex-box a:nth-of-type(3n+1) {
              margin: 0 0 10px; } }
        .news .news-box .panel .flex-box a .newMark {
          width: 60px;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 2; }
          @media only, screen and (max-width: 736px) {
            .news .news-box .panel .flex-box a .newMark {
              width: 36px; } }
        .news .news-box .panel .flex-box a figure {
          width: 21.6176470588vw;
          height: 15.4411764706vw;
          margin: 0 0 5px;
          position: relative;
          overflow: hidden; }
          @media screen and (min-width: 1361px) {
            .news .news-box .panel .flex-box a figure {
              width: 294px;
              height: 210px; } }
          @media only, screen and (max-width: 736px) {
            .news .news-box .panel .flex-box a figure {
              width: 41.8604651163vw;
              height: 30.2325581395vw; } }
          .news .news-box .panel .flex-box a figure img {
            width: 100%;
            height: auto;
            margin: auto;
            max-width: 100% !important;
            min-height: 15.4411764706vw;
            object-fit: cover;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%) scale(1);
            transition: transform 0.6s; }
            @media screen and (min-width: 1361px) {
              .news .news-box .panel .flex-box a figure img {
                max-height: 210px; } }
        .news .news-box .panel .flex-box a div > p {
          font-size: 16px; }
          @media only, screen and (max-width: 736px) {
            .news .news-box .panel .flex-box a div > p {
              padding: 0 5px;
              font-size: 11px; } }
          .news .news-box .panel .flex-box a div > p span.days:after {
            content: "｜";
            display: inline-block;
            color: #979797; }
        .news .news-box .panel .flex-box a div h3 {
          color: #000;
          transition: color 0.3s; }
          @media only, screen and (max-width: 736px) {
            .news .news-box .panel .flex-box a div h3 {
              margin: 0 0 1em;
              padding: 0 5px;
              font-size: 12px; } }
        .news .news-box .panel .flex-box a:hover div h3 {
          color: #d50c18; }
      .news .news-box .panel .flex-box .empty {
        width: 100%;
        padding: 40px 0;
        text-align: center; }
    .news .news-box .panel.show {
      display: block; }
    .news .news-box .panel .post-pager {
      margin: 0;
      text-indent: 0;
      list-style: none !important; }
      .news .news-box .panel .post-pager li {
        display: block;
        margin: 0 10px;
        text-indent: 0;
        list-style: none; }
        .news .news-box .panel .post-pager li a {
          display: block;
          width: 46px;
          height: 46px;
          padding: 0;
          font-size: 14px;
          font-weight: 700;
          line-height: 46px;
          text-align: center;
          color: #fff;
          text-decoration: none;
          background: #333;
          border-radius: 100%;
          position: relative;
          transition: background 0.3s; }
          .news .news-box .panel .post-pager li a:hover {
            background: #199933; }
        .news .news-box .panel .post-pager li.post-prev a:after {
          content: "";
          display: block;
          width: 0;
          height: 0;
          margin: auto;
          border-style: solid;
          border-width: 6px 6px 6px 0;
          border-color: transparent #fff transparent transparent;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0; }
        .news .news-box .panel .post-pager li.post-next a:after {
          content: "";
          display: block;
          width: 0;
          height: 0;
          margin: auto;
          border-style: solid;
          border-width: 6px 0 6px 6px;
          border-color: transparent transparent transparent #fff;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0; }
      @media only, screen and (max-width: 736px) {
        .news .news-box .panel .post-pager.flex-box {
          justify-content: flex-start; } }
      .news .news-box .panel .post-pager.flex-box li a {
        width: 46px;
        padding: 0;
        line-height: 46px; }

.mv {
  width: 100%;
  height: 33.8235294118vw;
  margin: 0 0 40px;
  padding: 15px 0;
  background-image: url("/img/2025/mv_line-t.gif"), url("/img/2025/mv_line-b.gif");
  background-position: left top, left bottom;
  background-size: 1360px auto;
  background-repeat: repeat-x;
  position: relative; }
  @media only, screen and (max-width: 736px) {
    .mv {
      height: 88.3720930233vw;
      padding: 0;
      background-image: url("/img/2025/mv_line-t_sp.gif"), url("/img/2025/mv_line-b_sp.gif");
      background-size: 430px auto; } }
  .mv .ttl-box {
    max-width: 1360px;
    height: 100%;
    margin: 0 auto;
    padding: 100px 0 0 40px;
    box-sizing: border-box;
    background: url("/img/2025/mv_bg.png") center top/cover no-repeat;
    position: relative;
    z-index: 1; }
    @media only, screen and (max-width: 820px) {
      .mv .ttl-box {
        padding: 50px 0 0 40px; } }
    @media only, screen and (max-width: 736px) {
      .mv .ttl-box {
        display: flex;
        width: 100%;
        max-width: inherit;
        padding: 46.511627907vw 0 0;
        position: absolute;
        top: -9.3023255814vw;
        background: url("/img/2025/mv_bg_sp.png") center top/100% auto no-repeat; } }
    .mv .ttl-box h1 {
      width: 35.2941176471vw;
      margin: 0 0 20px; }
      @media screen and (min-width: 1361px) {
        .mv .ttl-box h1 {
          width: 480px; } }
      @media only, screen and (max-width: 736px) {
        .mv .ttl-box h1 {
          width: 20vw;
          margin: 0 20px 0 10px; } }
    .mv .ttl-box .days {
      display: block;
      width: 32.0588235294vw; }
      @media screen and (min-width: 1361px) {
        .mv .ttl-box .days {
          width: 460px; } }
      @media only, screen and (max-width: 736px) {
        .mv .ttl-box .days {
          width: 69.3023255814vw;
          margin: 9.5348837209vw 0 0; } }
      .mv .ttl-box .days img {
        width: 100%; }
  .mv .slide {
    width: 66.1764705882vw;
    margin: 0;
    position: absolute;
    top: 15px;
    right: 0; }
    @media only, screen and (max-width: 736px) {
      .mv .slide {
        width: 100%;
        position: relative;
        top: 10px; } }
    .mv .slide img {
      vertical-align: bottom; }
  .mv .top-countdown-box {
    display: none; }
    @media only, screen and (max-width: 736px) {
      .mv .top-countdown-box {
        display: block;
        width: calc(100% - 10px);
        position: absolute;
        left: 10px;
        bottom: 25px; } }
    @media screen and (max-width: 320px) {
      .mv .top-countdown-box {
        bottom: 20px; } }
    .mv .top-countdown-box p {
      display: inline-block;
      margin: 0 10px 0 0;
      padding: 7px 10px;
      font-size: 13px;
      font-weight: 700;
      line-height: 1;
      border-top: solid 1px #d70d08;
      border-bottom: solid 1px #d70d08; }
      @media screen and (max-width: 320px) {
        .mv .top-countdown-box p {
          padding: 5px;
          font-size: 10px; } }
    .mv .top-countdown-box #top-countdown {
      display: inline;
      font-weight: 700;
      line-height: 1;
      vertical-align: bottom; }
      .mv .top-countdown-box #top-countdown img {
        width: auto;
        height: 6.511627907vw;
        line-height: 1;
        vertical-align: bottom; }
        @media screen and (max-width: 320px) {
          .mv .top-countdown-box #top-countdown img {
            height: 5.5813953488vw; } }
      .mv .top-countdown-box #top-countdown span {
        font-family: "7bar";
        font-size: 36px;
        font-weight: 500;
        line-height: 1;
        color: #d70d08;
        vertical-align: baseline; }
        @media screen and (max-width: 375px) {
          .mv .top-countdown-box #top-countdown span {
            font-size: 32px; } }
        @media screen and (max-width: 320px) {
          .mv .top-countdown-box #top-countdown span {
            font-size: 30px; } }

.content .main-box .ttl-catch {
  max-width: 780px;
  margin: 0 auto 40px;
  font-size: 4.4117647059vw;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
  color: #0089d3; }
  @media screen and (min-width: 1361px) {
    .content .main-box .ttl-catch {
      font-size: 60px; } }
  @media only, screen and (max-width: 736px) {
    .content .main-box .ttl-catch {
      width: 95.3488372093vw;
      margin: -18px auto 20px;
      font-size: 6.0465116279vw;
      letter-spacing: -0.03em; } }
  .content .main-box .ttl-catch span {
    display: block;
    font-size: 2.3529411765vw;
    color: #000;
    text-align: 1; }
    @media screen and (min-width: 1361px) {
      .content .main-box .ttl-catch span {
        font-size: 32px; } }
    @media only, screen and (max-width: 736px) {
      .content .main-box .ttl-catch span {
        font-size: 4.1860465116vw;
        letter-spacing: 0; } }

.notice {
  margin: 0 0 40px;
  padding: 40px 60px 30px;
  box-sizing: border-box;
  border: solid 5px #dc0300; }
  @media only, screen and (max-width: 820px) {
    .notice {
      padding: 30px 20px 20px; } }
  @media only, screen and (max-width: 736px) {
    .notice {
      width: 95.3488372093vw;
      margin: 0 auto 20px;
      padding: 20px;
      border: solid 3px #dc0300; } }
  .notice h2 {
    margin: 0 0 30px;
    font-size: 24px;
    flint-weight: 700;
    line-height: 1.5;
    text-align: center;
    color: #d80c07; }
    @media only, screen and (max-width: 820px) {
      .notice h2 {
        margin: 0 0 20px;
        font-size: 22px; } }
    @media only, screen and (max-width: 736px) {
      .notice h2 {
        margin: 0 0 20px;
        font-size: 18px; } }
  .notice p {
    margin: 0 0 1em;
    font-size: 14px;
    line-height: 1.75;
    text-align: justify; }
    @media only, screen and (max-width: 820px) {
      .notice p {
        font-size: 13px; } }
    @media only, screen and (max-width: 736px) {
      .notice p {
        font-size: 12px;
        line-height: 1.5; } }
    .notice p:last-of-type {
      margin: 0;
      text-align: right; }

.notice-fin {
  margin: 0 0 40px;
  padding: 40px 60px 30px;
  box-sizing: border-box;
  border: solid 7px #dc0300; }
  @media only, screen and (max-width: 820px) {
    .notice-fin {
      padding: 30px 20px 20px; } }
  @media only, screen and (max-width: 736px) {
    .notice-fin {
      width: 95.3488372093vw;
      margin: 0 auto 20px;
      padding: 20px;
      border: solid 3px #dc0300; } }
  .notice-fin h2 {
    margin: 0 0 30px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    color: #d80c07; }
    @media only, screen and (max-width: 820px) {
      .notice-fin h2 {
        margin: 0 0 20px;
        font-size: 22px; } }
    @media only, screen and (max-width: 736px) {
      .notice-fin h2 {
        margin: 0 0 20px;
        font-size: 18px; } }
  .notice-fin p {
    margin: 0 0 1em;
    font-size: 16px;
    line-height: 1.75;
    text-align: center; }
    @media only, screen and (max-width: 820px) {
      .notice-fin p {
        font-size: 13px; } }
    @media only, screen and (max-width: 736px) {
      .notice-fin p {
        font-size: 14px;
        text-align: left; } }
    .notice-fin p:last-of-type {
      margin: 0; }

.movie {
  width: 100%;
  height: 0;
  margin: 0 0 40px;
  padding-top: 56.2%;
  position: relative; }
  @media only, screen and (max-width: 736px) {
    .movie {
      margin: 0 0 20px; } }
  .movie iframe {
    width: 100%;
    height: 100%;
    border: none;
    position: absolute;
    top: 0;
    left: 0; }

.sns {
  margin: 0 0 40px; }
  @media only, screen and (max-width: 736px) {
    .sns {
      width: 90.6976744186vw;
      margin: 0 auto; } }
  .sns .sns-box {
    justify-content: space-between; }
    @media only, screen and (max-width: 736px) {
      .sns .sns-box {
        display: block; } }
    .sns .sns-box div {
      width: 37.5vw;
      max-width: 510px;
      margin: 0 0 40px; }
      @media only, screen and (max-width: 736px) {
        .sns .sns-box div {
          width: 100%;
          margin: 0 0 30px; } }
      .sns .sns-box div#fb-root {
        margin: 0; }
  .sns .ttl-fb,
  .sns .ttl-x,
  .sns .ttl-insta {
    margin: 0 0 10px;
    padding: 10px 20px; }
    .sns .ttl-fb img,
    .sns .ttl-x img,
    .sns .ttl-insta img {
      width: 20px;
      vertical-align: middle; }
  .sns .ttl-fb {
    background: #004a96; }
  .sns .ttl-x {
    background: #000; }
  .sns .ttl-insta {
    background: #333; }
  .sns .insta {
    list-style: none;
    flex-wrap: wrap; }
    @media only, screen and (max-width: 736px) {
      .sns .insta {
        width: 90.6976744186vw;
        margin: 0;
        justify-content: space-between; } }
    .sns .insta li {
      width: 14.4117647059vw;
      height: 14.4117647059vw;
      max-width: 196px;
      max-height: 196px;
      margin: 0 0 20px 1.4705882353vw;
      overflow: hidden; }
      @media screen and (min-width: 1361px) {
        .sns .insta li {
          margin: 0 0 20px 20px; } }
      @media only, screen and (max-width: 736px) {
        .sns .insta li {
          width: 44.1860465116vw;
          height: 44.1860465116vw;
          max-width: 190px;
          max-height: 190px;
          margin: 0 0 2.3255813953vw; } }
      .sns .insta li:nth-of-type(5n+1) {
        margin: 0 0 20px; }
        @media only, screen and (max-width: 736px) {
          .sns .insta li:nth-of-type(5n+1) {
            margin: 0 0 2.3255813953vw; } }
      .sns .insta li a img {
        width: 100%;
        height: 100%;
        object-fit: cover; }

.bread {
  padding: 0 40px;
  background: #f5f5f5; }
  @media only, screen and (max-width: 736px) {
    .bread {
      padding: 0 10px; } }
  .bread ul {
    margin: 0;
    padding: 13px 0;
    font-size: 0;
    list-style: none; }
    .bread ul li {
      display: inline-block;
      list-style: none; }
      .bread ul li a {
        font-size: 12px;
        line-height: 1.35;
        color: #0052a6;
        text-decoration: underline; }
        .bread ul li a:hover {
          text-decoration: none; }
        .bread ul li a:after {
          content: "";
          display: inline-block;
          width: 0;
          height: 0;
          margin: 0 13px;
          border-style: solid;
          border-width: 6px 0 6px 6px;
          vertical-align: middle;
          border-color: transparent transparent transparent #ddd; }
      .bread ul li span {
        font-size: 12px;
        line-height: 1.35; }

.page-ttl {
  margin: 0 0 40px;
  padding: 48px 0;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 1.35;
  text-align: center;
  background: #199933; }
  @media only, screen and (max-width: 736px) {
    .page-ttl {
      margin: 0 0 30px;
      padding: 25px 0; } }

/* ------------------------------------------------------------------ */
/* margin */
/* ------------------------------------------------------------------ */
.mb40 {
  margin-bottom: 40px; }

.mb60 {
  margin-bottom: 60px; }
  @media only, screen and (max-width: 736px) {
    .mb60 {
      margin-bottom: 30px; } }

.mb100 {
  margin-bottom: 100px; }
  @media only, screen and (max-width: 736px) {
    .mb100 {
      margin-bottom: 60px; } }

.mb1 {
  margin-bottom: 1em; }

.mb-none {
  margin-bottom: 0; }

/* ------------------------------------------------------------------ */
/* text */
/* ------------------------------------------------------------------ */
.txt-indent {
  margin-left: 1em;
  text-indent: -1em; }

span.txt-indent {
  display: inline-block; }

#contents_main .list-indent03 {
  margin: 0;
  text-indent: 0;
  list-style: none; }
  #contents_main .list-indent03 li {
    margin-left: 3em;
    text-indent: -3em; }

.txt-c {
  text-align: center; }

.txt-r {
  text-align: right; }

.txt-att {
  color: #d50c18; }

.fs-bold {
  font-weight: 700; }

.fs-18 {
  font-size: 18px; }
  @media only, screen and (max-width: 736px) {
    .fs-18 {
      font-size: 17px; } }

/* ------------------------------------------------------------------ */
/* table */
/* ------------------------------------------------------------------ */
table {
  width: 100%;
  margin: 0 0 10px;
  border-collapse: collapse; }
  table th {
    padding: 10px;
    text-align: left;
    vertical-align: middle;
    border: solid 1px #ddd;
    background-color: #f5f5f5; }
    table th.w140 {
      width: 140px; }
      @media only, screen and (max-width: 736px) {
        table th.w140 {
          width: 100%; } }
    table th.w83 {
      width: 83px; }
      @media only, screen and (max-width: 736px) {
        table th.w83 {
          width: 100%; } }
    table th.w120 {
      width: 140px; }
      @media only, screen and (max-width: 736px) {
        table th.w120 {
          width: 100%; } }
    table th.w140 {
      width: 140px; }
      @media only, screen and (max-width: 736px) {
        table th.w140 {
          width: 100%; } }
    table th.w180 {
      width: 180px; }
      @media only, screen and (max-width: 736px) {
        table th.w180 {
          width: auto; } }
    table th.w300 {
      width: 300px; }
      @media only, screen and (max-width: 736px) {
        table th.w300 {
          width: auto; } }
    table th.harf {
      width: 50%; }
  table td {
    padding: 10px;
    vertical-align: middle;
    border: solid 1px #ddd; }
  @media only, screen and (max-width: 736px) {
    table.sp-list th {
      display: block;
      width: 100%;
      box-sizing: border-box;
      background: #f5f5f5;
      border: none; } }
  @media only, screen and (max-width: 736px) {
    table.sp-list th.w73 {
      width: 100%; } }
  @media only, screen and (max-width: 736px) {
    table.sp-list th.w300 {
      width: 100%; } }
  @media only, screen and (max-width: 736px) {
    table.sp-list td {
      display: block;
      width: 100%;
      margin: 0 0 10px;
      box-sizing: border-box;
      border: none; } }
  table.sp-list .sp-gateway th {
    margin: 0 0 10px; }
  @media only, screen and (max-width: 736px) {
    table.sp-list .sp-gateway td {
      padding: 0 10px; } }
  @media only, screen and (max-width: 736px) {
    table.sp-list .sp-gateway td.line-bottom {
      padding: 0 10px 10px;
      border-bottom: solid 1px #ddd; } }
  table.sp-list .sp-gateway td .sp-list-supple {
    margin: 0 0 10px; }
    table.sp-list .sp-gateway td .sp-list-supple p {
      margin: 0 !important;
      padding: 10px 0 0; }
  table.guest {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 40px; }
    table.guest tr td {
      padding: 30px 0 30px 30px;
      vertical-align: top;
      text-align: left;
      border: none;
      border-bottom: solid 1px #ccc; }
      @media only, screen and (max-width: 736px) {
        table.guest tr td {
          display: block;
          margin: 0 0 30px;
          padding: 0 0 30px; } }
      table.guest tr td.guestP {
        width: 280px;
        padding: 35px 0 30px; }
        @media only, screen and (max-width: 736px) {
          table.guest tr td.guestP {
            width: 100%;
            margin: 0;
            padding: 0 0 30px;
            border-bottom: none; } }
        @media only, screen and (max-width: 736px) {
          table.guest tr td.guestP img {
            display: block;
            width: 280px;
            margin: 0 auto; } }
      table.guest tr td.noborder {
        border-bottom: none; }
      table.guest tr td .runnerName {
        margin: 0 0 5px;
        font-size: 18px;
        font-weight: 700; }
        @media only, screen and (max-width: 736px) {
          table.guest tr td .runnerName {
            font-size: 16px; } }
        table.guest tr td .runnerName .name-en {
          font-size: 16px;
          font-weight: 500;
          line-height: 1.5;
          color: #bbb; }
      table.guest tr td .runner-post {
        margin: 0 0 20px; }
      table.guest tr td .record {
        margin: 0 0 5px 1em;
        text-indent: -1em; }
        table.guest tr td .record span {
          color: #009BE9; }
      table.guest tr td .mb-none {
        margin-bottom: 0; }
    @media only, screen and (max-width: 736px) {
      table.guest tr:last-of-type td {
        margin: 0;
        padding: 0; } }
    @media only, screen and (max-width: 736px) {
      table.guest tr:last-of-type td.guestP {
        padding: 0 0 30px; } }

#contents_main table.guest tr td p.mb-none {
  margin-bottom: 0; }
#contents_main .imatomo-box {
  gap: 40px; }
  @media only, screen and (max-width: 736px) {
    #contents_main .imatomo-box {
      display: block; } }

/* ------------------------------------------------------------------ */
/* old-setting */
/* ------------------------------------------------------------------ */
#contents_main ol {
  margin: 0 0 1em 1.1em;
  text-indent: -1.1em;
  list-style: inside decimal; }
#contents_main ul {
  margin: 0 0 1em 1.1em;
  text-indent: -1.1em;
  list-style: inside disc; }
  #contents_main ul.tab {
    margin: 0 0 15px;
    text-indent: 0; }
    @media only, screen and (max-width: 736px) {
      #contents_main ul.tab {
        margin: 0 0 10px; } }

#contents_main p {
  margin-bottom: 1em; }
  #contents_main p.mb40 {
    margin-bottom: 40px; }
  #contents_main p.txt-r {
    text-align: right; }
#contents_main iframe {
  width: 100%;
  min-height: 510px;
  margin-bottom: 30px;
  border: none; }
  @media only, screen and (max-width: 736px) {
    #contents_main iframe {
      min-height: 240px; } }

.course-movie {
  margin-bottom: 30px; }
  .course-movie iframe {
    width: 100%;
    min-height: 410px;
    border: none; }
    @media only, screen and (max-width: 736px) {
      .course-movie iframe {
        min-height: 160px; } }

.img-jogging {
  display: block;
  max-width: 47.0588235294vw;
  margin: 0 auto; }

#contents_main .areaBox,
#contents_main .areaBoxLast {
  width: 100%;
  margin: 0 0 30px;
  padding: 0 0 10px; }

#contents_main .areaBox {
  border-bottom: solid 1px #ccc; }

#contents_main .areaBox .areaRead,
#contents_main .areaBoxLast .areaRead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin: 0 0 30px;
  /*overflow:hidden;*/ }
  @media only, screen and (max-width: 736px) {
    #contents_main .areaBox .areaRead,
    #contents_main .areaBoxLast .areaRead {
      display: block; } }

#contents_main .areaBox .areaRead h2,
#contents_main .areaBoxLast .areaRead h2 {
  width: 130px;
  margin: 0 30px 0 0;
  padding: 0;
  border-left: none;
  background: none; }
  @media only, screen and (max-width: 736px) {
    #contents_main .areaBox .areaRead h2,
    #contents_main .areaBoxLast .areaRead h2 {
      margin: 0 auto 10px; } }

#contents_main .areaBox .areaRead p,
#contents_main .areaBoxLast .areaRead p {
  margin: 0;
  padding: 0;
  text-align: justify;
  flex: 1; }

#contents_main .areaBox ul,
#contents_main .areaBoxLast ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media only, screen and (max-width: 820px) {
    #contents_main .areaBox ul,
    #contents_main .areaBoxLast ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

#contents_main .areaBox ul li,
#contents_main .areaBoxLast ul li {
  flex-basis: 48%;
  width: 48%;
  margin: 0;
  padding: 0;
  text-indent: 0; }

#contents_main .areaBox ul li img,
#contents_main .areaBoxLast ul li img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0; }

#contents_main .areaBox ul li p,
#contents_main .areaBoxLast ul li p {
  margin: 5px 0 20px;
  padding: 0;
  text-align: center;
  font-size: 14px;
  line-height: 1.5; }

.sdgs-ttl {
  margin: 0 0 30px;
  font-size: 2.5vw;
  font-weight: 700;
  text-align: center;
  color: #0089d3;
  line-height: 1.5; }
  @media screen and (min-width: 1361px) {
    .sdgs-ttl {
      font-size: 34px; } }
  @media only, screen and (max-width: 736px) {
    .sdgs-ttl {
      margin: 0 0 20px;
      font-size: 5.5813953488vw; } }
  .sdgs-ttl span {
    font-size: 2.0588235294vw; }
    @media screen and (min-width: 1361px) {
      .sdgs-ttl span {
        font-size: 28px; } }
    @media only, screen and (max-width: 736px) {
      .sdgs-ttl span {
        font-size: 4.1860465116vw; } }

.sdgs-logo {
  width: 100%;
  margin-bottom: 30px;
  padding: 3.125vw 0;
  background-color: #efefef; }
  @media screen and (max-width: 820px) {
    .sdgs-logo {
      margin-bottom: 15px;
      padding: 3.125vw 0; } }
  .sdgs-logo img {
    display: block;
    width: 36.25vw;
    max-width: 464px;
    margin: 0 auto; }
    @media screen and (max-width: 820px) {
      .sdgs-logo img {
        width: 70%; } }

.sdgs .flex_box {
  margin-bottom: 30px;
  justify-content: space-between; }
  @media screen and (max-width: 820px) {
    .sdgs .flex_box {
      margin-bottom: 20px; } }
  @media only, screen and (max-width: 736px) {
    .sdgs .flex_box {
      display: block; } }
  .sdgs .flex_box div {
    width: 52.9411764706vw;
    max-width: 720px; }
    @media screen and (max-width: 820px) {
      .sdgs .flex_box div {
        width: 100%;
        max-width: inherit;
        margin-bottom: 20px; } }
    .sdgs .flex_box div h4 {
      margin: 0 0 15px;
      padding: 0 0 15px;
      font-size: 20px;
      font-weight: 700;
      color: #009a2c;
      line-height: 1.5;
      border-bottom: solid 1px #009a2c; }
      @media only, screen and (max-width: 736px) {
        .sdgs .flex_box div h4 {
          font-size: 16px; } }
    .sdgs .flex_box div ul {
      margin-bottom: 15px; }
      @media only, screen and (max-width: 736px) {
        .sdgs .flex_box div ul {
          margin-bottom: 35px; } }
    .sdgs .flex_box div.icn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-content: flex-start;
      width: 250px;
      margin: 0; }
      @media only, screen and (max-width: 736px) {
        .sdgs .flex_box div.icn {
          width: 100%;
          justify-content: center; } }
      .sdgs .flex_box div.icn img {
        width: 120px;
        height: 120px;
        margin: 0 0 10px 10px;
        vertical-align: bottom; }
        @media only, screen and (max-width: 736px) {
          .sdgs .flex_box div.icn img {
            width: 25%;
            height: 25%;
            margin: 0 3px 10px; } }
        .sdgs .flex_box div.icn img:nth-of-type(2n+1) {
          margin: 0 0 10px; }
          @media only, screen and (max-width: 736px) {
            .sdgs .flex_box div.icn img:nth-of-type(2n+1) {
              margin: 0 3px 10px; } }
  .sdgs .flex_box figure figcaption {
    margin: 0.5em 0 0 1em;
    font-size: 13px;
    text-indent: -1em; }
  .sdgs .flex_box.mb60 {
    margin: 0 0 60px; }
  .sdgs .flex_box.mb30 {
    margin: 0 0 30px; }
.sdgs a {
  display: block;
  margin: 0 0 5px;
  padding: 0 0 0 20px;
  background: url("/img/icn_stop_arrow.png") left 5px/16px auto no-repeat; }
.sdgs--record.flex_box {
  margin: 0 0 60px;
  padding: 30px;
  background: #efefef;
  align-items: center;
  position: relative; }
  @media only, screen and (max-width: 736px) {
    .sdgs--record.flex_box {
      display: block;
      margin: 0 0 40px;
      padding: 75px 15px 15px; } }
  .sdgs--record.flex_box div {
    width: 24.921875vw;
    max-width: 319px; }
    @media only, screen and (max-width: 736px) {
      .sdgs--record.flex_box div {
        width: 100%;
        max-width: inherit; } }
    .sdgs--record.flex_box div p {
      text-align: justify; }
    .sdgs--record.flex_box div a {
      display: inline;
      padding: 0;
      background: none; }
    .sdgs--record.flex_box div.img-box {
      width: 25vw;
      max-width: 320px; }
      @media only, screen and (max-width: 736px) {
        .sdgs--record.flex_box div.img-box {
          width: 100%;
          max-width: inherit; } }
.sdgs--record.no12 {
  padding: 30px 30px 30px 130px; }
  @media only, screen and (max-width: 736px) {
    .sdgs--record.no12 {
      padding: 75px 15px 15px; } }
.sdgs--record {
  margin: 0 0 60px;
  padding: 90px 30px 30px;
  background: #efefef;
  position: relative; }
  @media only, screen and (max-width: 736px) {
    .sdgs--record {
      display: block;
      margin: 0 0 40px;
      padding: 75px 15px 15px; } }
  .sdgs--record .record-icn {
    box-sizing: border-box;
    width: 88px;
    height: 88px;
    margin: auto;
    padding: 25px 0 0;
    font-weight: 700;
    line-height: 1.35;
    color: #009a2c;
    text-align: center;
    background: #fff;
    border: solid 2px #009a2c;
    border-radius: 88px;
    position: absolute;
    top: -20px;
    left: 20px; }
    @media only, screen and (max-width: 736px) {
      .sdgs--record .record-icn {
        width: 78px;
        height: 78px;
        padding: 21px 0 0;
        right: 0;
        left: 0; } }
  .sdgs--record ul {
    margin: 0 0 20px; }
  .sdgs--record a {
    display: inline;
    padding: 0;
    background: none; }
  .sdgs--record figure {
    width: 46%; }
    .sdgs--record figure img {
      vertical-align: bottom; }
    @media only, screen and (max-width: 736px) {
      .sdgs--record figure {
        width: 100%;
        margin: 10px 0 0; } }
.sdgs--record.mb-20 {
  margin: 0 0 20px; }
.sdgs .w48 {
  width: 48%; }
  @media only, screen and (max-width: 736px) {
    .sdgs .w48 {
      width: 100%;
      margin: 0 0 10px; } }
  .sdgs .w48 img {
    width: 100%; }
.sdgs figcaption {
  margin: 0.5em 0 0 1em;
  font-size: 13px;
  text-indent: -1em; }
  @media only, screen and (max-width: 736px) {
    .sdgs figcaption {
      font-size: 10px; } }

ul#pastList {
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap; }

ul#pastList li {
  margin: 0 40px 20px 0;
  padding: 0 0 0 40px;
  background: url("/img/icn_side_arrow.png") left center no-repeat;
  background-size: 16px auto; }

#contents_main .faq-tab {
  margin: 0 0 30px;
  text-align: center;
  font-size: 0;
  border-bottom: solid 2px #db0d08; }
  @media only, screen and (max-width: 736px) {
    #contents_main .faq-tab {
      margin: 0 0 10px; } }
  #contents_main .faq-tab li {
    display: inline-block;
    width: 46%;
    margin: 0;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 700;
    text-indent: 0;
    text-align: center;
    background: #eee;
    border-radius: 10px 10px 0 0;
    box-sizing: border-box;
    transition: color 0.3s, background 0.3s;
    cursor: pointer; }
    @media only, screen and (max-width: 736px) {
      #contents_main .faq-tab li {
        width: 48%;
        padding: 10px 5px;
        font-size: 14px; } }
    #contents_main .faq-tab li:hover, #contents_main .faq-tab li.show {
      color: #fff;
      background: #db0d08; }
#contents_main .faq-box {
  display: none; }
  #contents_main .faq-box.show {
    display: block; }
  #contents_main .faq-box .txt-indent {
    list-style: none; }
  #contents_main .faq-box .mb1 {
    margin-bottom: 1em; }
#contents_main .faqCatBox {
  width: 100%;
  margin: 0 0 50px; }
  @media only, screen and (max-width: 820px) {
    #contents_main .faqCatBox {
      display: block; } }
  #contents_main .faqCatBox ul {
    list-style: none;
    font-size: 14px; }
    #contents_main .faqCatBox ul:not(:first-of-type) {
      margin: 0 0 0 30px;
      padding: 0 0 0 30px;
      border-left: solid 1px #ccc; }
      @media only, screen and (max-width: 820px) {
        #contents_main .faqCatBox ul:not(:first-of-type) {
          margin: 0;
          padding: 0;
          border-left: none; } }
    #contents_main .faqCatBox ul li {
      margin: 0;
      font-weight: 700;
      text-indent: 0; }
      #contents_main .faqCatBox ul li a {
        display: block;
        font-weight: 500;
        margin: 0 0 5px;
        padding-left: 12px;
        background: url("/faq/img/icon_cat.gif") left 8px no-repeat;
        background-size: 6px auto; }
#contents_main .faq-box {
  display: none; }
  #contents_main .faq-box.active {
    display: block; }

.faqBox,
.faqBox2 {
  margin: 0 0 40px; }

#contents_main .faqBox h3,
#contents_main .faqBox2 h3 {
  width: auto;
  padding: 5px 10px;
  margin: 0 0 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  background-color: #333;
  border-bottom: none; }

.faqBox .accordion,
.faqBox2 dl {
  width: 100%; }

.faqBox .accordion dt {
  padding: 10px 30px 10px 0;
  border-bottom: solid 1px #ccc;
  cursor: pointer;
  background: url("/faq/img/icon_close.gif") right 20px no-repeat;
  background-size: 17px auto; }

.faqBox .accordion dt.open {
  font-weight: bold;
  background: url("/faq/img/icon_open.gif") right 20px no-repeat;
  background-size: 17px auto; }

.faqBox2 dt {
  margin: 0 0 5px;
  padding: 10px 0;
  font-weight: 700;
  border-bottom: solid 1px #ccc; }

.faqBox .accordion dd {
  margin: 0;
  padding: 20px;
  background-color: #f4f4f4;
  overflow: hidden;
  display: none; }

.faqBox2 dd {
  margin: 0 0 20px;
  padding: 0; }

#contents_main .faqBox .accordion dd p,
#contents_main .faqBox2 dd p {
  padding: 0;
  margin-bottom: 1em;
  text-align: justify; }

#contents_main .faqBox .accordion dd p.mb-none,
#contents_main .faqBox2 dd p.mb-none,
#contents_main .faqBox .accordion dd p:last-child,
#contents_main .faqBox2 dd p:last-child {
  margin-bottom: 0; }

.faqBox .accordion dd ol,
.faqBox2 dd ol {
  list-style: inside none;
  margin: 0;
  padding: 0; }

.faqBox .accordion dd ol li,
.faqBox2 dd ol li {
  margin: 0 0 1em 1em;
  text-indent: -1em;
  text-align: justify; }

.bnr {
  display: inline-block;
  min-width: 130px;
  margin-bottom: 20px;
  padding: 10px 35px 10px 10px;
  position: relative;
  box-sizing: border-box; }
  .bnr.mb-none {
    margin-bottom: 0 !important; }
  .bnr--type-r {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    text-decoration: none;
    background-color: #d90d08;
    border: solid 2px #d90d08;
    opacity: 1;
    transition: background 0.3s, color 0.3s; }
    @media only, screen and (max-width: 820px) {
      .bnr--type-r {
        font-size: 14px; } }
    .bnr--type-r:hover {
      color: #d90d08;
      background: #fff; }
    .bnr--type-r:after {
      content: "";
      display: block;
      width: 14px;
      height: 14px;
      margin: auto;
      background: url("/img/bnr_btn_type_r.png") left top/100% auto no-repeat;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 15px; }
      @media only, screen and (max-width: 820px) {
        .bnr--type-r:after {
          width: 16px;
          height: 16px; } }
  .bnr--type-y {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #333;
    text-decoration: none;
    background-color: #f9c50d;
    border: solid 2px #f9c50d;
    opacity: 1;
    transition: background 0.3s, color 0.3s; }
    @media only, screen and (max-width: 820px) {
      .bnr--type-y {
        font-size: 14px; } }
    .bnr--type-y:hover {
      color: #333;
      background: #fff; }
    .bnr--type-y:after {
      content: "";
      display: block;
      width: 14px;
      height: 14px;
      margin: auto;
      background: url("/img/bnr_btn_type_b.png") left top/100% auto no-repeat;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 15px; }
      @media only, screen and (max-width: 820px) {
        .bnr--type-y:after {
          width: 16px;
          height: 16px; } }
  .bnr--type-blr {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    text-decoration: none;
    background-color: #0089d3;
    border: solid 2px #0089d3;
    opacity: 1;
    transition: background 0.3s, color 0.3s; }
    @media only, screen and (max-width: 820px) {
      .bnr--type-blr {
        font-size: 14px; } }
    .bnr--type-blr:hover {
      color: #0089d3;
      background: #fff; }
    .bnr--type-blr:after {
      content: "";
      display: block;
      width: 14px;
      height: 14px;
      margin: auto;
      background: url("/img/bnr_btn_type_blr.png") left top/100% auto no-repeat;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 15px; }
      @media only, screen and (max-width: 820px) {
        .bnr--type-blr:after {
          width: 16px;
          height: 16px; } }
  .bnr--type-grn {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    text-decoration: none;
    background-color: #199933;
    border: solid 2px #199933;
    opacity: 1;
    transition: background 0.3s, color 0.3s; }
    @media only, screen and (max-width: 820px) {
      .bnr--type-grn {
        font-size: 14px; } }
    .bnr--type-grn:hover {
      color: #199933;
      background: #fff; }
    .bnr--type-grn:after {
      content: "";
      display: block;
      width: 14px;
      height: 14px;
      margin: auto;
      background: url("/img/bnr_btn_type_grn.png") left top/100% auto no-repeat;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 15px; }
      @media only, screen and (max-width: 820px) {
        .bnr--type-grn:after {
          width: 16px;
          height: 16px; } }
  .bnr.apology {
    font-size: 19px;
    background-color: #f9c50b; }
    @media only, screen and (max-width: 820px) {
      .bnr.apology {
        font-size: 14px; } }

/* ------------------------------------------------------------------ */
/* Blog post */
/* ------------------------------------------------------------------ */
@media only, screen and (max-width: 736px) {
  .archive .news .news-box .panel {
    padding: 2.3255813953vw; } }
@media only, screen and (max-width: 736px) {
  .archive .news .news-box .panel .flex-box a {
    width: 44.1860465116vw;
    margin: 0 0 10px;
    padding: 1.1627906977vw; } }
@media only, screen and (max-width: 736px) {
  .archive .news .news-box .panel .flex-box a figure {
    width: 41.8604651163vw;
    height: 30.2325581395vw; } }

.post-box h2 {
  min-height: 24px;
  margin: 0 0 20px 0;
  padding: 34px 0 10px 0;
  font-size: 22px;
  border-bottom: 5px solid #009D24;
  line-height: 1.3; }
.post-box h3 {
  margin: 25px 0 15px;
  padding: 10px 15px;
  font-size: 18px;
  background-color: #eee;
  border-left: 5px solid #db0d08; }
.post-box h4 {
  margin: 25px 0 15px;
  padding: 0 0 5px;
  font-size: 16px;
  font-weight: 700;
  color: #009c2c;
  border-bottom: 2px solid #db0d08; }
.post-box p {
  margin-bottom: 1em; }
.post-box .post-nav {
  margin: 60px 0 !important;
  justify-content: center; }
  .post-box .post-nav li {
    display: block;
    margin: 0 10px;
    text-indent: 0;
    list-style: none; }
    .post-box .post-nav li a {
      display: block;
      width: 46px;
      height: 46px;
      font-size: 14px;
      font-weight: 700;
      line-height: 46px;
      text-align: center;
      color: #fff;
      text-decoration: none;
      background: #333;
      border-radius: 100%;
      position: relative;
      transition: background 0.3s; }
      .post-box .post-nav li a:hover {
        background: #199933; }
    .post-box .post-nav li.post-prev a:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      margin: auto;
      border-style: solid;
      border-width: 6px 6px 6px 0;
      border-color: transparent #fff transparent transparent;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
    .post-box .post-nav li.post-next a:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      margin: auto;
      border-style: solid;
      border-width: 6px 0 6px 6px;
      border-color: transparent transparent transparent #fff;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
.post-box img {
  max-width: 640px;
  width: auto; }
  @media only, screen and (max-width: 736px) {
    .post-box img {
      max-width: 100%; } }
.post-box .aligncenter {
  display: block;
  margin: 0 auto; }
.post-box .alignleft {
  float: left; }
.post-box .alignright {
  float: right; }

.post-pager {
  margin: 60px 0 !important;
  justify-content: center;
  flex-wrap: wrap; }
  .post-pager li {
    display: block;
    margin: 0 10px 10px;
    text-indent: 0;
    list-style: none; }
    .post-pager li a,
    .post-pager li span {
      display: block;
      width: 46px;
      height: 46px;
      font-size: 14px;
      font-weight: 700;
      line-height: 46px;
      text-align: center;
      color: #fff;
      text-decoration: none;
      background: #333;
      border-radius: 100%;
      position: relative;
      transition: background 0.3s; }
      .post-pager li a:hover,
      .post-pager li span:hover {
        background: #199933; }
    .post-pager li.current span {
      background: #199933; }

/* ------------------------------------------------------------------ */
/* 協賛募集 */
/* ------------------------------------------------------------------ */
.sponsorship-box {
  width: 76.4705882353vw;
  max-width: 1040px;
  margin: 0 auto; }
  @media only, screen and (max-width: 736px) {
    .sponsorship-box {
      width: 96%;
      max-width: inherit; } }
  .sponsorship-box p {
    margin: 0 0 1em;
    font-size: 18px;
    line-height: 2;
    text-align: justify; }
    @media only, screen and (max-width: 736px) {
      .sponsorship-box p {
        font-size: 16px; } }
    .sponsorship-box p a.link-panf {
      font-weight: 700;
      color: #d50c18; }

/* ボランティア
------------------------------------------------------------------------------------- */
#volunteer-page {
  padding-top: 15px;
  line-height: 1.75; }
  @media only, screen and (max-width: 820px) {
    #volunteer-page {
      padding-top: 0; } }
  #volunteer-page .flex_box {
    margin: 0 auto 20px;
    justify-content: space-between; }
    #volunteer-page .flex_box figure {
      width: 49%; }
      #volunteer-page .flex_box figure img {
        width: 100%;
        height: auto;
        vertical-align: bottom; }
  #volunteer-page .volunteer-flyer img {
    display: block;
    width: 70%;
    height: auto;
    margin: 0 auto 60px; }
    @media only, screen and (max-width: 736px) {
      #volunteer-page .volunteer-flyer img {
        width: 100%;
        margin: 0 auto 30px; } }
  #volunteer-page .term {
    margin-left: 1em;
    text-indent: -1em; }
  #volunteer-page table {
    padding-top: 10px;
    border-top: solid 1px #ddd;
    border-collapse: collapse;
    line-height: 1.75; }
    #volunteer-page table th {
      width: 18%;
      padding: 20px;
      text-align: left;
      vertical-align: top;
      border-bottom: solid 1px #ddd; }
      @media only, screen and (max-width: 820px) {
        #volunteer-page table th {
          display: block;
          width: auto;
          padding: 10px;
          border-bottom: none; } }
    #volunteer-page table td {
      padding: 20px;
      border-bottom: solid 1px #ddd; }
      @media only, screen and (max-width: 820px) {
        #volunteer-page table td {
          display: block;
          width: auto;
          padding: 10px; } }
      #volunteer-page table td .note {
        margin: 0 10px;
        padding: 2px 5px;
        font-size: 12px;
        text-align: center;
        color: #fff;
        background-color: #DB0D08;
        vertical-align: text-top; }
      #volunteer-page table td .arrow {
        display: block;
        width: 14px;
        margin: 0 auto; }
      #volunteer-page table td .linkBtn {
        margin-bottom: 10px; }
        #volunteer-page table td .linkBtn a {
          display: inline-block;
          margin: 0; }
      #volunteer-page table td ul {
        font-size: 0;
        list-style: none; }
        #volunteer-page table td ul.vol_fact {
          margin: 0 0 15px; }
        #volunteer-page table td ul li {
          margin-left: 1em;
          text-indent: -1em;
          font-size: 14px; }
          @media only, screen and (max-width: 820px) {
            #volunteer-page table td ul li {
              font-size: 12px; } }
    #volunteer-page table.activity {
      border-top: none; }
      #volunteer-page table.activity th {
        padding: 10px;
        background-color: #d0f7c2;
        border: solid 1px #fff; }
        @media only, screen and (max-width: 820px) {
          #volunteer-page table.activity th {
            display: table-cell;
            width: 32%; } }
      #volunteer-page table.activity td {
        padding: 10px;
        background-color: #E2F4DA;
        border: solid 1px #fff; }
        @media only, screen and (max-width: 820px) {
          #volunteer-page table.activity td {
            display: table-cell; } }
      #volunteer-page table.activity + p {
        margin-top: 20px; }
  #volunteer-page .place {
    margin-bottom: 10px !important;
    font-weight: bold; }
    #volunteer-page .place span {
      color: #666; }

/* 交通規制
------------------------------------------------------------------------------------- */
#contents_main .detour--list {
  margin-bottom: 60px;
  list-style: decimal inside; }
  #contents_main .detour--list li {
    margin-left: 1em;
    text-indent: -1em; }

/* 日帰り
------------------------------------------------------------------------------------- */
.tour-box {
  margin: 0 auto 20px;
  justify-content: space-between; }
  .tour-box a {
    max-width: 515px; }

/* 参加案内
------------------------------------------------------------------------------------- */
.guidance .content .main-box,
.page-template-page-guidance .content .main-box,
.page-template-page-guidance-marathon .content .main-box,
.page-template-page-guidance-jogging .content .main-box,
.page-template-page-guidance-wheelchair .content .main-box,
.single-topics .content .main-box {
  width: 82.8125vw;
  max-width: 1060px;
  margin: 0 auto; }
  @media only, screen and (max-width: 736px) {
    .guidance .content .main-box,
    .page-template-page-guidance .content .main-box,
    .page-template-page-guidance-marathon .content .main-box,
    .page-template-page-guidance-jogging .content .main-box,
    .page-template-page-guidance-wheelchair .content .main-box,
    .single-topics .content .main-box {
      width: 95.3488372093vw; } }
  .guidance .content .main-box .guide-box p,
  .page-template-page-guidance .content .main-box .guide-box p,
  .page-template-page-guidance-marathon .content .main-box .guide-box p,
  .page-template-page-guidance-jogging .content .main-box .guide-box p,
  .page-template-page-guidance-wheelchair .content .main-box .guide-box p,
  .single-topics .content .main-box .guide-box p {
    text-align: center; }
    .guidance .content .main-box .guide-box p .bnr,
    .page-template-page-guidance .content .main-box .guide-box p .bnr,
    .page-template-page-guidance-marathon .content .main-box .guide-box p .bnr,
    .page-template-page-guidance-jogging .content .main-box .guide-box p .bnr,
    .page-template-page-guidance-wheelchair .content .main-box .guide-box p .bnr,
    .single-topics .content .main-box .guide-box p .bnr {
      min-width: 380px;
      margin: 0 auto 60px;
      padding: 20px 35px 20px 20px;
      text-align: left; }
      @media only, screen and (max-width: 736px) {
        .guidance .content .main-box .guide-box p .bnr,
        .page-template-page-guidance .content .main-box .guide-box p .bnr,
        .page-template-page-guidance-marathon .content .main-box .guide-box p .bnr,
        .page-template-page-guidance-jogging .content .main-box .guide-box p .bnr,
        .page-template-page-guidance-wheelchair .content .main-box .guide-box p .bnr,
        .single-topics .content .main-box .guide-box p .bnr {
          min-width: 100%;
          margin: 0 auto 30px; } }
    .guidance .content .main-box .guide-box p .bnr--type-r,
    .page-template-page-guidance .content .main-box .guide-box p .bnr--type-r,
    .page-template-page-guidance-marathon .content .main-box .guide-box p .bnr--type-r,
    .page-template-page-guidance-jogging .content .main-box .guide-box p .bnr--type-r,
    .page-template-page-guidance-wheelchair .content .main-box .guide-box p .bnr--type-r,
    .single-topics .content .main-box .guide-box p .bnr--type-r {
      font-size: 16px; }
  .guidance .content .main-box .guidance-list,
  .page-template-page-guidance .content .main-box .guidance-list,
  .page-template-page-guidance-marathon .content .main-box .guidance-list,
  .page-template-page-guidance-jogging .content .main-box .guidance-list,
  .page-template-page-guidance-wheelchair .content .main-box .guidance-list,
  .single-topics .content .main-box .guidance-list {
    margin: 0 auto 100px;
    justify-content: space-between; }
    @media only, screen and (max-width: 736px) {
      .guidance .content .main-box .guidance-list,
      .page-template-page-guidance .content .main-box .guidance-list,
      .page-template-page-guidance-marathon .content .main-box .guidance-list,
      .page-template-page-guidance-jogging .content .main-box .guidance-list,
      .page-template-page-guidance-wheelchair .content .main-box .guidance-list,
      .single-topics .content .main-box .guidance-list {
        display: block;
        margin: 0 auto 60px; } }
    .guidance .content .main-box .guidance-list div,
    .page-template-page-guidance .content .main-box .guidance-list div,
    .page-template-page-guidance-marathon .content .main-box .guidance-list div,
    .page-template-page-guidance-jogging .content .main-box .guidance-list div,
    .page-template-page-guidance-wheelchair .content .main-box .guidance-list div,
    .single-topics .content .main-box .guidance-list div {
      width: 32.0754716981vw;
      max-width: 340px; }
      @media only, screen and (max-width: 736px) {
        .guidance .content .main-box .guidance-list div,
        .page-template-page-guidance .content .main-box .guidance-list div,
        .page-template-page-guidance-marathon .content .main-box .guidance-list div,
        .page-template-page-guidance-jogging .content .main-box .guidance-list div,
        .page-template-page-guidance-wheelchair .content .main-box .guidance-list div,
        .single-topics .content .main-box .guidance-list div {
          width: 96%;
          max-width: inherit;
          margin: 0 auto; } }
      .guidance .content .main-box .guidance-list div a,
      .page-template-page-guidance .content .main-box .guidance-list div a,
      .page-template-page-guidance-marathon .content .main-box .guidance-list div a,
      .page-template-page-guidance-jogging .content .main-box .guidance-list div a,
      .page-template-page-guidance-wheelchair .content .main-box .guidance-list div a,
      .single-topics .content .main-box .guidance-list div a {
        display: block;
        margin: 0 0 10px; }
      .guidance .content .main-box .guidance-list div .bnr--type-r,
      .guidance .content .main-box .guidance-list div .bnr--type-blr,
      .guidance .content .main-box .guidance-list div .bnr--type-grn,
      .page-template-page-guidance .content .main-box .guidance-list div .bnr--type-r,
      .page-template-page-guidance .content .main-box .guidance-list div .bnr--type-blr,
      .page-template-page-guidance .content .main-box .guidance-list div .bnr--type-grn,
      .page-template-page-guidance-marathon .content .main-box .guidance-list div .bnr--type-r,
      .page-template-page-guidance-marathon .content .main-box .guidance-list div .bnr--type-blr,
      .page-template-page-guidance-marathon .content .main-box .guidance-list div .bnr--type-grn,
      .page-template-page-guidance-jogging .content .main-box .guidance-list div .bnr--type-r,
      .page-template-page-guidance-jogging .content .main-box .guidance-list div .bnr--type-blr,
      .page-template-page-guidance-jogging .content .main-box .guidance-list div .bnr--type-grn,
      .page-template-page-guidance-wheelchair .content .main-box .guidance-list div .bnr--type-r,
      .page-template-page-guidance-wheelchair .content .main-box .guidance-list div .bnr--type-blr,
      .page-template-page-guidance-wheelchair .content .main-box .guidance-list div .bnr--type-grn,
      .single-topics .content .main-box .guidance-list div .bnr--type-r,
      .single-topics .content .main-box .guidance-list div .bnr--type-blr,
      .single-topics .content .main-box .guidance-list div .bnr--type-grn {
        width: 100%;
        margin: 0; }
        @media only, screen and (max-width: 736px) {
          .guidance .content .main-box .guidance-list div .bnr--type-r,
          .guidance .content .main-box .guidance-list div .bnr--type-blr,
          .guidance .content .main-box .guidance-list div .bnr--type-grn,
          .page-template-page-guidance .content .main-box .guidance-list div .bnr--type-r,
          .page-template-page-guidance .content .main-box .guidance-list div .bnr--type-blr,
          .page-template-page-guidance .content .main-box .guidance-list div .bnr--type-grn,
          .page-template-page-guidance-marathon .content .main-box .guidance-list div .bnr--type-r,
          .page-template-page-guidance-marathon .content .main-box .guidance-list div .bnr--type-blr,
          .page-template-page-guidance-marathon .content .main-box .guidance-list div .bnr--type-grn,
          .page-template-page-guidance-jogging .content .main-box .guidance-list div .bnr--type-r,
          .page-template-page-guidance-jogging .content .main-box .guidance-list div .bnr--type-blr,
          .page-template-page-guidance-jogging .content .main-box .guidance-list div .bnr--type-grn,
          .page-template-page-guidance-wheelchair .content .main-box .guidance-list div .bnr--type-r,
          .page-template-page-guidance-wheelchair .content .main-box .guidance-list div .bnr--type-blr,
          .page-template-page-guidance-wheelchair .content .main-box .guidance-list div .bnr--type-grn,
          .single-topics .content .main-box .guidance-list div .bnr--type-r,
          .single-topics .content .main-box .guidance-list div .bnr--type-blr,
          .single-topics .content .main-box .guidance-list div .bnr--type-grn {
            margin: 0 0 40px; } }
  .guidance .content .main-box .related-list,
  .page-template-page-guidance .content .main-box .related-list,
  .page-template-page-guidance-marathon .content .main-box .related-list,
  .page-template-page-guidance-jogging .content .main-box .related-list,
  .page-template-page-guidance-wheelchair .content .main-box .related-list,
  .single-topics .content .main-box .related-list {
    margin: 0 0 100px;
    flex-wrap: wrap; }
    @media only, screen and (max-width: 736px) {
      .guidance .content .main-box .related-list,
      .page-template-page-guidance .content .main-box .related-list,
      .page-template-page-guidance-marathon .content .main-box .related-list,
      .page-template-page-guidance-jogging .content .main-box .related-list,
      .page-template-page-guidance-wheelchair .content .main-box .related-list,
      .single-topics .content .main-box .related-list {
        margin: 0 0 60px; } }
    .guidance .content .main-box .related-list a,
    .page-template-page-guidance .content .main-box .related-list a,
    .page-template-page-guidance-marathon .content .main-box .related-list a,
    .page-template-page-guidance-jogging .content .main-box .related-list a,
    .page-template-page-guidance-wheelchair .content .main-box .related-list a,
    .single-topics .content .main-box .related-list a {
      display: block;
      width: 32.0754716981vw;
      margin: 0 0 20px 20px;
      color: #000;
      text-decoration: none;
      transition: color 0.3s; }
      @media screen and (min-width: 1061px) {
        .guidance .content .main-box .related-list a,
        .page-template-page-guidance .content .main-box .related-list a,
        .page-template-page-guidance-marathon .content .main-box .related-list a,
        .page-template-page-guidance-jogging .content .main-box .related-list a,
        .page-template-page-guidance-wheelchair .content .main-box .related-list a,
        .single-topics .content .main-box .related-list a {
          width: 340px;
          margin: 0 0 20px 20px; } }
      @media only, screen and (max-width: 736px) {
        .guidance .content .main-box .related-list a,
        .page-template-page-guidance .content .main-box .related-list a,
        .page-template-page-guidance-marathon .content .main-box .related-list a,
        .page-template-page-guidance-jogging .content .main-box .related-list a,
        .page-template-page-guidance-wheelchair .content .main-box .related-list a,
        .single-topics .content .main-box .related-list a {
          width: 46.511627907vw; } }
      .guidance .content .main-box .related-list a:nth-of-type(3n+1),
      .page-template-page-guidance .content .main-box .related-list a:nth-of-type(3n+1),
      .page-template-page-guidance-marathon .content .main-box .related-list a:nth-of-type(3n+1),
      .page-template-page-guidance-jogging .content .main-box .related-list a:nth-of-type(3n+1),
      .page-template-page-guidance-wheelchair .content .main-box .related-list a:nth-of-type(3n+1),
      .single-topics .content .main-box .related-list a:nth-of-type(3n+1) {
        margin: 0 0 20px; }
        @media screen and (min-width: 1061px) {
          .guidance .content .main-box .related-list a:nth-of-type(3n+1),
          .page-template-page-guidance .content .main-box .related-list a:nth-of-type(3n+1),
          .page-template-page-guidance-marathon .content .main-box .related-list a:nth-of-type(3n+1),
          .page-template-page-guidance-jogging .content .main-box .related-list a:nth-of-type(3n+1),
          .page-template-page-guidance-wheelchair .content .main-box .related-list a:nth-of-type(3n+1),
          .single-topics .content .main-box .related-list a:nth-of-type(3n+1) {
            margin: 0 0 20px; } }
      .guidance .content .main-box .related-list a figure,
      .page-template-page-guidance .content .main-box .related-list a figure,
      .page-template-page-guidance-marathon .content .main-box .related-list a figure,
      .page-template-page-guidance-jogging .content .main-box .related-list a figure,
      .page-template-page-guidance-wheelchair .content .main-box .related-list a figure,
      .single-topics .content .main-box .related-list a figure {
        /* width: calcVw(340px, 1060px);
         height: calcVw(260px, 1060px);*/
        margin: 0;
                        /*position: relative;
                        overflow: hidden;
                        @media screen and (min-width: 1061px){
                            width: 340px;
                            height: 260px;
                        }
						@include iPhone{
							width: calcVw(200px,430px);
							height: calcVw(143px,430px);
						}*/ }
        .guidance .content .main-box .related-list a figure img,
        .page-template-page-guidance .content .main-box .related-list a figure img,
        .page-template-page-guidance-marathon .content .main-box .related-list a figure img,
        .page-template-page-guidance-jogging .content .main-box .related-list a figure img,
        .page-template-page-guidance-wheelchair .content .main-box .related-list a figure img,
        .single-topics .content .main-box .related-list a figure img {
          width: 100%;
          height: auto;
          margin: auto;
          max-width: 100% !important;
          /*min-height: calcVw(260px, 1060px);
          object-fit: cover;
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%) scale(1);
          transition: transform 0.6s;
          @media screen and (min-width: 1061px){
              max-height: 260px;
          }*/ }
      .guidance .content .main-box .related-list a p,
      .page-template-page-guidance .content .main-box .related-list a p,
      .page-template-page-guidance-marathon .content .main-box .related-list a p,
      .page-template-page-guidance-jogging .content .main-box .related-list a p,
      .page-template-page-guidance-wheelchair .content .main-box .related-list a p,
      .single-topics .content .main-box .related-list a p {
        padding: 20px 0;
        font-weight: 700;
        line-height: 1.75; }
        @media only, screen and (max-width: 736px) {
          .guidance .content .main-box .related-list a p,
          .page-template-page-guidance .content .main-box .related-list a p,
          .page-template-page-guidance-marathon .content .main-box .related-list a p,
          .page-template-page-guidance-jogging .content .main-box .related-list a p,
          .page-template-page-guidance-wheelchair .content .main-box .related-list a p,
          .single-topics .content .main-box .related-list a p {
            padding: 10px; } }
      .guidance .content .main-box .related-list a:hover,
      .page-template-page-guidance .content .main-box .related-list a:hover,
      .page-template-page-guidance-marathon .content .main-box .related-list a:hover,
      .page-template-page-guidance-jogging .content .main-box .related-list a:hover,
      .page-template-page-guidance-wheelchair .content .main-box .related-list a:hover,
      .single-topics .content .main-box .related-list a:hover {
        color: #d50c18; }
        .guidance .content .main-box .related-list a:hover figure img,
        .page-template-page-guidance .content .main-box .related-list a:hover figure img,
        .page-template-page-guidance-marathon .content .main-box .related-list a:hover figure img,
        .page-template-page-guidance-jogging .content .main-box .related-list a:hover figure img,
        .page-template-page-guidance-wheelchair .content .main-box .related-list a:hover figure img,
        .single-topics .content .main-box .related-list a:hover figure img {
          /*transform: translate(-50%, -50%) scale(1.1);*/ }
  .guidance .content .main-box .ttl-partner,
  .page-template-page-guidance .content .main-box .ttl-partner,
  .page-template-page-guidance-marathon .content .main-box .ttl-partner,
  .page-template-page-guidance-jogging .content .main-box .ttl-partner,
  .page-template-page-guidance-wheelchair .content .main-box .ttl-partner,
  .single-topics .content .main-box .ttl-partner {
    margin: 0 0 20px;
    padding: 0;
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    text-align: center; }
    @media only, screen and (max-width: 736px) {
      .guidance .content .main-box .ttl-partner,
      .page-template-page-guidance .content .main-box .ttl-partner,
      .page-template-page-guidance-marathon .content .main-box .ttl-partner,
      .page-template-page-guidance-jogging .content .main-box .ttl-partner,
      .page-template-page-guidance-wheelchair .content .main-box .ttl-partner,
      .single-topics .content .main-box .ttl-partner {
        font-size: 20px; } }
    .guidance .content .main-box .ttl-partner:after,
    .page-template-page-guidance .content .main-box .ttl-partner:after,
    .page-template-page-guidance-marathon .content .main-box .ttl-partner:after,
    .page-template-page-guidance-jogging .content .main-box .ttl-partner:after,
    .page-template-page-guidance-wheelchair .content .main-box .ttl-partner:after,
    .single-topics .content .main-box .ttl-partner:after {
      content: "";
      display: block;
      width: 60px;
      height: 1px;
      margin: 10px  auto 0;
      background: #009d00; }
  .guidance .content .main-box .partner-box,
  .page-template-page-guidance .content .main-box .partner-box,
  .page-template-page-guidance-marathon .content .main-box .partner-box,
  .page-template-page-guidance-jogging .content .main-box .partner-box,
  .page-template-page-guidance-wheelchair .content .main-box .partner-box,
  .single-topics .content .main-box .partner-box {
    margin: 0 auto 100px; }
    @media only, screen and (max-width: 736px) {
      .guidance .content .main-box .partner-box,
      .page-template-page-guidance .content .main-box .partner-box,
      .page-template-page-guidance-marathon .content .main-box .partner-box,
      .page-template-page-guidance-jogging .content .main-box .partner-box,
      .page-template-page-guidance-wheelchair .content .main-box .partner-box,
      .single-topics .content .main-box .partner-box {
        margin: 0 auto 60px; } }
    .guidance .content .main-box .partner-box--gold,
    .page-template-page-guidance .content .main-box .partner-box--gold,
    .page-template-page-guidance-marathon .content .main-box .partner-box--gold,
    .page-template-page-guidance-jogging .content .main-box .partner-box--gold,
    .page-template-page-guidance-wheelchair .content .main-box .partner-box--gold,
    .single-topics .content .main-box .partner-box--gold {
      justify-content: center;
      gao: 20px; }
      @media only, screen and (max-width: 736px) {
        .guidance .content .main-box .partner-box--gold,
        .page-template-page-guidance .content .main-box .partner-box--gold,
        .page-template-page-guidance-marathon .content .main-box .partner-box--gold,
        .page-template-page-guidance-jogging .content .main-box .partner-box--gold,
        .page-template-page-guidance-wheelchair .content .main-box .partner-box--gold,
        .single-topics .content .main-box .partner-box--gold {
          display: block; } }
      .guidance .content .main-box .partner-box--gold a,
      .page-template-page-guidance .content .main-box .partner-box--gold a,
      .page-template-page-guidance-marathon .content .main-box .partner-box--gold a,
      .page-template-page-guidance-jogging .content .main-box .partner-box--gold a,
      .page-template-page-guidance-wheelchair .content .main-box .partner-box--gold a,
      .single-topics .content .main-box .partner-box--gold a {
        display: block;
        width: 250px; }
        @media only, screen and (max-width: 736px) {
          .guidance .content .main-box .partner-box--gold a:not(last-of-type),
          .page-template-page-guidance .content .main-box .partner-box--gold a:not(last-of-type),
          .page-template-page-guidance-marathon .content .main-box .partner-box--gold a:not(last-of-type),
          .page-template-page-guidance-jogging .content .main-box .partner-box--gold a:not(last-of-type),
          .page-template-page-guidance-wheelchair .content .main-box .partner-box--gold a:not(last-of-type),
          .single-topics .content .main-box .partner-box--gold a:not(last-of-type) {
            margin: 0 auto 20px; } }
    .guidance .content .main-box .partner-box--silver,
    .page-template-page-guidance .content .main-box .partner-box--silver,
    .page-template-page-guidance-marathon .content .main-box .partner-box--silver,
    .page-template-page-guidance-jogging .content .main-box .partner-box--silver,
    .page-template-page-guidance-wheelchair .content .main-box .partner-box--silver,
    .single-topics .content .main-box .partner-box--silver {
      width: 250px; }
    .guidance .content .main-box .partner-box--bronze,
    .page-template-page-guidance .content .main-box .partner-box--bronze,
    .page-template-page-guidance-marathon .content .main-box .partner-box--bronze,
    .page-template-page-guidance-jogging .content .main-box .partner-box--bronze,
    .page-template-page-guidance-wheelchair .content .main-box .partner-box--bronze,
    .single-topics .content .main-box .partner-box--bronze {
      margin: -20px auto 100px;
      justify-content: space-between;
      flex-wrap: wrap; }
      @media only, screen and (max-width: 736px) {
        .guidance .content .main-box .partner-box--bronze,
        .page-template-page-guidance .content .main-box .partner-box--bronze,
        .page-template-page-guidance-marathon .content .main-box .partner-box--bronze,
        .page-template-page-guidance-jogging .content .main-box .partner-box--bronze,
        .page-template-page-guidance-wheelchair .content .main-box .partner-box--bronze,
        .single-topics .content .main-box .partner-box--bronze {
          margin: -20px auto 60px; } }
      .guidance .content .main-box .partner-box--bronze a,
      .page-template-page-guidance .content .main-box .partner-box--bronze a,
      .page-template-page-guidance-marathon .content .main-box .partner-box--bronze a,
      .page-template-page-guidance-jogging .content .main-box .partner-box--bronze a,
      .page-template-page-guidance-wheelchair .content .main-box .partner-box--bronze a,
      .single-topics .content .main-box .partner-box--bronze a {
        display: block;
        width: 250px;
        margin: 0 0 20px; }
        @media only, screen and (max-width: 736px) {
          .guidance .content .main-box .partner-box--bronze a,
          .page-template-page-guidance .content .main-box .partner-box--bronze a,
          .page-template-page-guidance-marathon .content .main-box .partner-box--bronze a,
          .page-template-page-guidance-jogging .content .main-box .partner-box--bronze a,
          .page-template-page-guidance-wheelchair .content .main-box .partner-box--bronze a,
          .single-topics .content .main-box .partner-box--bronze a {
            width: 46%;
            margin: 0; } }

/* ------------------------------------------------------------------ */
/* 動画紹介 */
/* ------------------------------------------------------------------ */
.movie-list #contents_main p {
  margin: 0 0 60px; }
.movie-list #contents_main .link-ytb {
  display: flex;
  width: 51.4705882353vw;
  max-width: 700px;
  margin: 0 auto 60px;
  padding: 40px;
  gap: 0 40px;
  justify-content: center;
  align-items: center;
  color: #000;
  text-decoration: none;
  border: solid 1px #ccc;
  background: #fff;
  box-sizing: border-box;
  transition: background 0.3s, color 0.3s; }
  @media only, screen and (max-width: 736px) {
    .movie-list #contents_main .link-ytb {
      display: block;
      width: 100%;
      padding: 20px;
      text-align: center; } }
  @media only, screen and (max-width: 736px) {
    .movie-list #contents_main .link-ytb span {
      display: block;
      margin: 0 auto 5px; } }
  .movie-list #contents_main .link-ytb figure {
    position: relative; }
    .movie-list #contents_main .link-ytb figure img {
      display: block;
      width: 144px;
      position: relative; }
      @media only, screen and (max-width: 736px) {
        .movie-list #contents_main .link-ytb figure img {
          margin: 0 auto; } }
    .movie-list #contents_main .link-ytb figure:after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background: url("/about/movie/img/logo_ytb_on.png") left top/100% auto no-repeat;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      z-index: 1;
      transition: opacity 0.3s; }
      @media only, screen and (max-width: 736px) {
        .movie-list #contents_main .link-ytb figure:after {
          width: 144px;
          margin: auto;
          right: 0; } }
  .movie-list #contents_main .link-ytb:hover {
    color: #fff;
    background: #000; }
    .movie-list #contents_main .link-ytb:hover figure:after {
      opacity: 1; }
.movie-list #contents_main .ytb-list {
  margin: 0 0 60px;
  gap: 1.4705882353vw;
  align-items: flex-start;
  flex-wrap: wrap; }
  @media screen and (min-width: 1361px) {
    .movie-list #contents_main .ytb-list {
      gap: 20px; } }
  @media only, screen and (max-width: 736px) {
    .movie-list #contents_main .ytb-list {
      display: block; } }
  .movie-list #contents_main .ytb-list div {
    position: relative;
    width: 25vw;
    max-width: 340px; }
    @media only, screen and (max-width: 736px) {
      .movie-list #contents_main .ytb-list div {
        width: 100%;
        max-width: inherit;
        font-size: 14px; } }
    .movie-list #contents_main .ytb-list div a img {
      opacity: 1;
      transition: opacity 0.3s; }
    .movie-list #contents_main .ytb-list div a:hover img {
      opacity: 0.8; }
  .movie-list #contents_main .ytb-list.mb20 {
    margin: 0 0 20px; }
.movie-list .txt-link {
  display: inline-block;
  padding: 0 0 0 20px;
  background: url("/img/icn_stop_arrow.png") left 8px/16px auto no-repeat; }
  @media only, screen and (max-width: 736px) {
    .movie-list .txt-link {
      background: url("/img/icn_stop_arrow.png") left 5px/16px auto no-repeat; } }

/* リザルト
------------------------ */
#contents_main .result {
  justify-content: space-between; }
  @media screen and (max-width: 820px) {
    #contents_main .result {
      display: block; } }
  #contents_main .result div {
    width: 48%; }
    @media screen and (max-width: 820px) {
      #contents_main .result div {
        width: 100%; } }
    #contents_main .result div ul {
      margin: 0 0 30px;
      text-indent: 0; }
      #contents_main .result div ul li {
        margin: 0 0 10px 1em;
        list-style: none;
        text-indent: -1em; }
        #contents_main .result div ul li:before {
          content: "";
          display: inline-block;
          width: 16px;
          height: 16px;
          margin-right: 10px;
          background: url("/img/icn_stop_arrow.png") center center/100% auto no-repeat;
          vertical-align: middle; }

/* 大会コンセプト
------------------------ */
#contents_main .page-concept .ttl-type01 img {
  display: inline-block;
  width: 140px;
  margin-right: 10px;
  vertical-align: middle; }
#contents_main .page-concept .objective {
  margin-bottom: 60px;
  font-size: 28px; }
  @media only, screen and (max-width: 736px) {
    #contents_main .page-concept .objective {
      font-size: 18px; } }
#contents_main .page-concept .concept-theme {
  max-width: 620px;
  margin: 20px auto 40px; }
  @media screen and (max-width: 820px) {
    #contents_main .page-concept .concept-theme {
      max-width: 80%; } }
#contents_main .page-concept .flex-box {
  margin: 0 0 40px;
  flex-wrap: wrap;
  gap: 20px; }
  @media only, screen and (max-width: 736px) {
    #contents_main .page-concept .flex-box {
      margin: 0 0 20px;
      gap: 5px; } }
  #contents_main .page-concept .flex-box figure {
    flex: 1; }
    @media only, screen and (max-width: 736px) {
      #contents_main .page-concept .flex-box figure {
        flex: 100%; } }
