@charset "UTF-8";
/*定数定義*/
/*色指定*/
/*基本*/
html {
  font-size: 18px; }

a {
  color: #00ADC3; }
  a:hover {
    color: #0EF; }

body {
  display: block;
  font: 1rem/1.7rem "メイリオ", "MS-PGothic", "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", "Osaka‐等幅";
  margin: 0;
  padding: 0;
  background-color: #FFF;
  overflow-x: hidden; }
  body:not(#cooperation) {
    background: url("../images/common/back.png") center 25vw/1000px; }

/*ヘッダ*/
header {
  width: 100%; }
  header h1 {
    display: block;
    font-size: 0;
    width: 100%;
    background: url("../images/common/header.jpg") no-repeat center top/100%; }
    header h1::before {
      content: '';
      display: block;
      padding-top: 23%; }

body#top {
  background: url("../images/common/back.png") center 55vw/1000px; }

#top header {
  width: 100%; }
  #top header h1 {
    display: block;
    font-size: 0;
    width: 100%;
    background: url("../images/top/top.jpg") no-repeat center top/100%; }
    #top header h1::before {
      content: '';
      display: block;
      padding-top: 56%; }

/*メイン*/
article {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  min-height: 69vh;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 50px; }

#top strong {
  background: linear-gradient(transparent 60%, #FFF077 0%);
  padding-bottom: 2px; }

h2 {
  font: 2rem/2.2rem "M PLUS Rounded 1c", "メイリオ", "MS-PGothic", "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", "Osaka‐等幅";
  font-weight: 700;
  display: block;
  height: 80px;
  margin-left: -25px;
  padding: 25px 0 0 25px;
  background: url("../images/common/titlehead_b.svg") no-repeat left top;
  text-shadow: #95DDEE 3px 3px; }

h3 {
  font: 1.7rem/2rem "M PLUS Rounded 1c", "メイリオ", "MS-PGothic", "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", "Osaka‐等幅";
  font-weight: 700;
  line-height: 2rem;
  display: block;
  padding-bottom: 9px;
  text-shadow: #95DDEE 3px 3px;
  background: url("../images/common/wave.svg") repeat-x left bottom/50px; }

h4 {
  font-family: "M PLUS Rounded 1c", "メイリオ", "MS-PGothic", "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", "Osaka‐等幅";
  font-weight: 700; }

.subtitle {
  font-size: 1.4rem; }

.date {
  text-align: center;
  display: block;
  position: absolute;
  top: -50px;
  right: -20px;
  width: 80px;
  height: 50px;
  padding: 11px 10px 0 0;
  background: url("../images/common/fukidashi.svg") no-repeat; }

ul {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  clear: both;
  margin: 0 -6% 0 0;
  padding: 20px 0 0;
  list-style: none; }
  ul li {
    font-size: 1rem;
    display: inline-block;
    position: relative;
    width: 45%;
    margin: 0 5% 5% 0; }
    ul li a {
      display: block;
      width: 100%; }
      ul li a:hover {
        filter: brightness(120%); }
      ul li a p {
        color: #FFF;
        font-size: 1rem;
        line-height: 1.2rem;
        font-weight: bold;
        display: flex;
        align-items: center;
        position: absolute;
        top: 10px;
        left: -30px;
        min-height: 50px;
        margin: 0;
        padding: 5px 45px;
        background: url("../images/common/ribbon_b_l.svg") no-repeat left, url("../images/common/ribbon_b_r.svg") no-repeat right, url("../images/common/ribbon_b_m.svg") no-repeat center;
        z-index: 1; }
        ul li a p.long_text {
          font-size: .9rem;
          line-height: 1rem;
          display: block; }
    ul li img {
      width: 100%; }
    ul li .num1,
    ul li .num2,
    ul li .num3,
    ul li .num4 {
      font-size: 0;
      display: block;
      position: absolute;
      top: -25px;
      left: 0;
      width: 110px;
      height: 100px;
      z-index: 1; }

.submenu h4 {
  font-size: .9rem;
  line-height: 1.1rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: absolute;
  text-align: center;
  min-height: 40px;
  margin: 0;
  margin-top: 10px;
  padding: 5px 40px;
  background: url("../images/common/ribbon_w_l.svg") no-repeat left, url("../images/common/ribbon_w_r.svg") no-repeat right, url("../images/common/ribbon_w_m.svg") no-repeat center; }
.submenu li ul {
  margin-top: 60px; }

#top li ul li,
#archive li {
  width: 100%;
  padding-left: 20px; }
  #top li ul li:before,
  #archive li:before {
    position: absolute;
    content: "▲";
    color: #0AD;
    font-size: .7rem;
    transform: rotate(90deg); }
  #top li ul li a,
  #archive li a {
    color: #000;
    text-decoration: none;
    padding-left: 17px; }
    #top li ul li a:hover,
    #archive li a:hover {
      color: #0EF; }

.column,
.column_y {
  display: block;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  margin: 50px 0 50px;
  padding: 20px;
  border-radius: 20px;
  background: url("../images/common/column_back_b.png"); }
  .column img,
  .column_y img {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    margin: 20px 2% 0 0; }
  .column.funnybike img,
  .column_y.funnybike img {
    width: 100%;
    margin: 0; }
  .column.parking div img,
  .column_y.parking div img {
    float: right;
    width: 50%; }
  .column > div,
  .column_y > div {
    display: inline-block;
    vertical-align: top;
    width: 55%; }
  .column h3,
  .column_y h3 {
    font-size: 1.4rem;
    text-shadow: none;
    display: block;
    position: absolute;
    box-sizing: border-box;
    top: -45px;
    left: 20px;
    width: fit-content;
    max-width: calc(100vw - 80px);
    padding: 0 20px;
    border: solid 3px #0AD;
    background-image: none;
    background-color: #FFF; }
  .column span,
  .column_y span {
    display: inline-block; }
  .column .date,
  .column_y .date {
    color: #0AD;
    line-height: 1.2rem;
    text-align: center;
    display: block;
    position: absolute;
    top: -60px;
    right: 20px;
    width: 100px;
    height: 80px;
    padding: 15px 10px 0 0;
    background: url("../images/common/fukidashi_y.svg") no-repeat;
    z-index: 1; }

.column_y {
  background: url("../images/common/column_back_y.png"); }

#aidstation .num1 {
  background: url("../images/common/1b.svg") no-repeat 0 0/60px, url("../images/common/triangle_b.svg") no-repeat 0 25px/100%; }
#aidstation .num2 {
  background: url("../images/common/2b.svg") no-repeat 0 0/60px, url("../images/common/triangle_b.svg") no-repeat 0 25px/100%; }
#aidstation .num3 {
  background: url("../images/common/3b.svg") no-repeat 0 0/60px, url("../images/common/triangle_b.svg") no-repeat 0 25px/100%; }
#aidstation .num4 {
  background: url("../images/common/4b.svg") no-repeat 0 0/60px, url("../images/common/triangle_b.svg") no-repeat 0 25px/100%; }
#aidstation .list li {
  width: 95%; }
  #aidstation .list li img {
    float: left;
    width: 40%;
    margin-right: 4%; }
  #aidstation .list li .text {
    display: inline-block;
    vertical-align: top;
    width: 55%; }
    #aidstation .list li .text h4 {
      display: block;
      font-size: 1.2rem;
      line-height: 1.5rem;
      margin: 0;
      background: url("../images/common/blueline.svg") repeat-x bottom left/50px;
      padding-bottom: 2px; }
    #aidstation .list li .text img {
      float: right;
      width: 180px;
      margin: 10px 0 10px 10px; }
      #aidstation .list li .text img.wide {
        width: 300px; }
#aidstation .column,
#aidstation .column_y,
#aidstation .list li ul {
  padding-top: 30px; }
  #aidstation .column li,
  #aidstation .column_y li,
  #aidstation .list li ul li {
    width: 20%; }
    #aidstation .column li img,
    #aidstation .column_y li img,
    #aidstation .list li ul li img {
      width: 100%; }
    #aidstation .column li.wide,
    #aidstation .column_y li.wide,
    #aidstation .list li ul li.wide {
      width: 23.75%; }
    #aidstation .column li.narrow,
    #aidstation .column_y li.narrow,
    #aidstation .list li ul li.narrow {
      width: 16.25%; }
    #aidstation .column li h5,
    #aidstation .column_y li h5,
    #aidstation .list li ul li h5 {
      font-size: 1rem;
      line-height: 1.2rem;
      margin: 10px 0; }
    #aidstation .column li p,
    #aidstation .column_y li p,
    #aidstation .list li ul li p {
      font-size: .9rem;
      line-height: 1.4rem;
      margin: 5px 0; }
#aidstation .shoplist .day {
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: bold;
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 3px 20px;
  border: solid 3px #0AD;
  background-color: #FFF; }
#aidstation .shoplist ul li {
  width: 20%; }
  #aidstation .shoplist ul li ul li {
    width: 100%; }
    #aidstation .shoplist ul li ul li p {
      font-size: .8rem;
      line-height: 1rem;
      margin: 0 0 5px;
      padding-left: 20px; }
    #aidstation .shoplist ul li ul li ul {
      margin: 0;
      padding: 0; }
    #aidstation .shoplist ul li ul li li {
      font-size: .8rem;
      line-height: 1rem;
      margin: 0 0 5px 20px;
      padding-left: 12px;
      background: url("../images/common/graycircle.svg") no-repeat left 5px/8px; }
      #aidstation .shoplist ul li ul li li p {
        padding: 0; }
#aidstation .shoplist .station {
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: bold;
  display: block;
  margin: 0;
  background: url("../images/common/blueline.svg") repeat-x bottom left/50px;
  padding-bottom: 2px; }
#aidstation .shoplist .shop {
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: bold;
  display: block;
  margin: 10px 0 5px;
  padding-left: 20px;
  background: url("../images/common/bluecircle.svg") no-repeat left 3px/14px; }

#guestrider h2 {
  background: url("../images/common/titlehead_g.svg") no-repeat left top;
  text-shadow: #DDF088 3px 3px; }
#guestrider .list li {
  width: 20%;
  font-size: .9rem;
  line-height: 1.5rem; }
  #guestrider .list li h4 {
    display: flex;
    align-items: center;
    text-align: center;
    line-height: 1.2rem;
    height: 55px;
    margin: 0;
    background: url("../images/common/square_l.svg") no-repeat left 100%, url("../images/common/square_r.svg") no-repeat right 100%, url("../images/common/square_m.svg") no-repeat center 100%; }
    #guestrider .list li h4 div {
      display: block;
      margin: 0 auto 4px; }
#guestrider .fukidashi {
  color: #0AD;
  font-size: .9rem;
  line-height: 1rem;
  text-align: center;
  display: block;
  position: absolute;
  left: -50px;
  width: 200px;
  height: 130px;
  padding-top: 30px;
  background: url("../images/common/fukidashi2.svg") no-repeat 100%;
  transform: rotate(30deg); }

#childrentour h2 {
  background: url("../images/common/titlehead_o.svg") no-repeat left top;
  text-shadow: #FDA 3px 3px; }
#childrentour .date {
  color: #0AD;
  line-height: 1.2rem;
  top: 0;
  left: 500px;
  width: 90px;
  height: 80px;
  background: url("../images/common/fukidashi_y.svg") no-repeat; }
#childrentour img {
  display: inline-block;
  width: 31%;
  margin-right: 1%; }

#roundtrip h2 {
  background: url("../images/common/titlehead_pu.svg") no-repeat left top;
  text-shadow: #CCBBF0 3px 3px;
  margin-bottom: 100px; }
#roundtrip img {
  display: block;
  float: right;
  width: 23%;
  margin-bottom: 10px; }
  #roundtrip img.wide {
    width: 33%; }
#roundtrip ul li {
  font-size: .9rem;
  line-height: 1.2rem;
  width: 20%;
  margin: 0 5% 2% 0; }
  #roundtrip ul li a {
    text-decoration: none; }
    #roundtrip ul li a:hover {
      filter: brightness(120%); }
    #roundtrip ul li a.link {
      text-decoration: underline;
      display: inline;
      height: 150px; }
    #roundtrip ul li a p {
      color: #000;
      font-weight: normal;
      align-items: left;
      position: static;
      padding: 0;
      background: none; }
      #roundtrip ul li a p.shop {
        font-size: 1rem;
        font-weight: bold; }
    #roundtrip ul li a img {
      position: static;
      width: 100%;
      border: solid 5px #95DDEE;
      border-radius: 20px; }

#campaign h2 {
  background: url("../images/common/titlehead_y.svg") no-repeat left top;
  text-shadow: #FFF077 3px 3px; }
#campaign .num1 {
  background: url("../images/common/1y.svg") no-repeat 0 0/60px, url("../images/common/triangle_y.svg") no-repeat 0 25px/100%; }
#campaign .num2 {
  background: url("../images/common/2y.svg") no-repeat 0 0/60px, url("../images/common/triangle_y.svg") no-repeat 0 25px/100%; }
#campaign .num3 {
  background: url("../images/common/3y.svg") no-repeat 0 0/60px, url("../images/common/triangle_y.svg") no-repeat 0 25px/100%; }
#campaign .num4 {
  background: url("../images/common/4y.svg") no-repeat 0 0/60px, url("../images/common/triangle_y.svg") no-repeat 0 25px/100%; }

#event h2 {
  background: url("../images/common/titlehead_p.svg") no-repeat left top;
  text-shadow: #FFCCE4 3px 3px; }
#event .num1 {
  background: url("../images/common/1p.svg") no-repeat 0 0/60px, url("../images/common/triangle_p.svg") no-repeat 0 25px/100%; }
#event .num2 {
  background: url("../images/common/2p.svg") no-repeat 0 0/60px, url("../images/common/triangle_p.svg") no-repeat 0 25px/100%; }
#event .num3 {
  background: url("../images/common/3p.svg") no-repeat 0 0/60px, url("../images/common/triangle_p.svg") no-repeat 0 25px/100%; }
#event .num4 {
  background: url("../images/common/4p.svg") no-repeat 0 0/60px, url("../images/common/triangle_p.svg") no-repeat 0 25px/100%; }
#event .fukidashi {
  color: #0AD;
  font-size: .8rem;
  line-height: 1rem;
  text-align: center;
  display: block;
  float: right;
  width: 80px;
  height: 50px;
  margin-top: -25px;
  padding: 25px 10px 0 0;
  background: url("../images/common/fukidashi_y_d.svg") no-repeat;
  z-index: 1; }

#goods h2 {
  background: url("../images/common/titlehead_bg.svg") no-repeat left top;
  text-shadow: #ADC 3px 3px; }

#campaign .list li h4,
#event .list li h4,
#goods .list li h4,
#special .list li h4 {
  display: block;
  font-size: 1.2rem;
  line-height: 1.5rem;
  width: fit-content;
  margin: 10px 0;
  background: url("../images/common/underline.svg") repeat-x bottom/200px; }
#campaign .list li .date,
#event .list li .date,
#goods .list li .date,
#special .list li .date {
  color: #0AD;
  font-size: .9rem;
  line-height: 1.1rem;
  text-align: left;
  box-sizing: border-box;
  width: 170px;
  height: 150px;
  padding: 33px 0 0 15px;
  background: url("../images/common/fukidashi_y.svg") no-repeat; }
  #campaign .list li .date.year,
  #event .list li .date.year,
  #goods .list li .date.year,
  #special .list li .date.year {
    padding: 15px 0 0 45px; }
    #campaign .list li .date.year .year1,
    #campaign .list li .date.year .year2,
    #event .list li .date.year .year1,
    #event .list li .date.year .year2,
    #goods .list li .date.year .year1,
    #goods .list li .date.year .year2,
    #special .list li .date.year .year1,
    #special .list li .date.year .year2 {
      font-size: .7rem;
      line-height: .7rem; }
    #campaign .list li .date.year .year2,
    #event .list li .date.year .year2,
    #goods .list li .date.year .year2,
    #special .list li .date.year .year2 {
      padding-left: 15px; }
#campaign .list li .date2,
#campaign .list li .subtitle,
#event .list li .date2,
#event .list li .subtitle,
#goods .list li .date2,
#goods .list li .subtitle,
#special .list li .date2,
#special .list li .subtitle {
  font-size: .9rem;
  line-height: 1.1rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: absolute;
  text-align: center;
  min-height: 40px;
  margin: 0;
  margin-top: 10px;
  padding: 5px 40px;
  background: url("../images/common/ribbon_w_l.svg") no-repeat left, url("../images/common/ribbon_w_r.svg") no-repeat right, url("../images/common/ribbon_w_m.svg") no-repeat center; }
#campaign .list li p,
#event .list li p,
#goods .list li p,
#special .list li p {
  margin-top: 80px; }
  #campaign .list li p img,
  #event .list li p img,
  #goods .list li p img,
  #special .list li p img {
    float: right;
    width: 180px;
    margin: 10px 0 10px 10px; }
#campaign .list.cycling p, #campaign .list.special p,
#event .list.cycling p,
#event .list.special p,
#goods .list.cycling p,
#goods .list.special p,
#special .list.cycling p,
#special .list.special p {
  margin-top: 10px; }
#campaign .list.cycling .topright, #campaign .list.special .topright,
#event .list.cycling .topright,
#event .list.special .topright,
#goods .list.cycling .topright,
#goods .list.special .topright,
#special .list.cycling .topright,
#special .list.special .topright {
  position: absolute;
  top: -80px;
  right: -20px;
  width: 180px; }
#campaign .list.cycling img,
#event .list.cycling img,
#goods .list.cycling img,
#special .list.cycling img {
  margin-top: 40px; }
#campaign .list.cycling p,
#event .list.cycling p,
#goods .list.cycling p,
#special .list.cycling p {
  margin-top: 10px; }
#campaign .list.special h4,
#event .list.special h4,
#goods .list.special h4,
#special .list.special h4 {
  margin-top: 70px; }

#special h2 {
  background: url("../images/common/titlehead_r.svg") no-repeat left top;
  text-shadow: #FCC 3px 3px; }
#special .list li p {
  margin-top: 10px; }
#special .list li .topright {
  position: absolute;
  top: -80px;
  right: -20px;
  width: 180px; }
#special .list li h4 {
  margin-top: 70px; }

#cooperation .x-large li {
  width: 350px; }
#cooperation .large li {
  width: 250px; }
#cooperation .middle li {
  width: 200px; }
#cooperation .small li {
  width: 140px; }
#cooperation li {
  display: flex;
  align-items: center; }
  #cooperation li a:hover {
    opacity: .7; }

#map ul li {
  width: fit-content;
  margin-bottom: 10px; }
  #map ul li img {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    margin-right: 5px; }
  #map ul li p {
    display: inline-block;
    margin: 0; }
#map iframe {
  width: 100%;
  height: 70vw;
  margin-bottom: 50px; }

.button {
  color: #FFF;
  font-size: .9rem;
  line-height: 1.3rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  width: auto;
  min-width: 100px;
  margin: 0 10px 10px 0;
  padding: 10px 30px;
  background-color: #0AD;
  border-radius: 10px; }
  .button:hover {
    color: #FFF;
    background-color: #0CF; }

#top .button {
  width: 100%; }

.download {
  display: block;
  min-width: 100px;
  margin: 0 10px 10px 0;
  padding: 0 10px;
  background-color: #95DDEE; }

.small {
  font-size: .7rem; }

.address,
.note {
  font-size: .8rem;
  line-height: 1rem; }

.address {
  color: #0AD;
  font-weight: bold;
  margin-right: 10px; }

iframe {
  width: 100%;
  height: 70vh;
  border: none; }

.totop {
  color: #FFF;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 30px;
  padding: 5px 20px 5px 35px;
  border-radius: 20px;
  background-color: #0AD; }
  .totop:hover {
    color: #FFF;
    background-color: #0EF; }
  .totop:before {
    position: absolute;
    content: "▲";
    color: #FFF077;
    font-size: .7rem;
    transform: translateX(-20px) rotate(-90deg); }

footer {
  font-size: .9rem;
  line-height: 1.2rem;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  padding: 50px 50px;
  background: url("../images/common/footerback.png") repeat-x; }

/*タブレット*/
@media (max-width: 840px) {
  #aidstation .shoplist ul li {
    width: 45%; }

  #guestrider .fukidashi {
    top: -50px;
    left: -30px;
    width: 180px;
    height: 80px;
    padding-top: 60px;
    background: url("../images/common/fukidashi2_r.svg") no-repeat 100%;
    transform: rotate(-30deg); }
  #guestrider .list li {
    width: 45%; }

  #childrentour img {
    width: 48%; } }
/*スマートフォン*/
@media (max-width: 680px) {
  h2 {
    font-size: 1.5rem;
    line-height: 1.8rem;
    margin-left: -15px; }

  html {
    font-size: 16px; }

  header h1 {
    background: url("../images/top/top.jpg") no-repeat center top/100%; }
    header h1::before {
      padding-top: 56%; }

  #top header h1 {
    background: url("../images/top/top_s.jpg") no-repeat center top/100%; }
    #top header h1::before {
      padding-top: 140%; }

  article {
    padding: 0 20px; }

  ul li {
    width: 95%; }

  #aidstation .list > li > img {
    float: none;
    width: 100%;
    margin-right: 0; }
  #aidstation .list > li .text {
    width: 100%; }
  #aidstation .column li,
  #aidstation .column_y li,
  #aidstation .list li ul li {
    margin-bottom: 30px;
    width: 45%; }
    #aidstation .column li.wide,
    #aidstation .column_y li.wide,
    #aidstation .list li ul li.wide {
      width: 52.5%; }
    #aidstation .column li.narrow,
    #aidstation .column_y li.narrow,
    #aidstation .list li ul li.narrow {
      width: 37.5%; }
  #aidstation .column .topright,
  #aidstation .column_y .topright,
  #aidstation .list li ul .topright {
    float: none; }

  .column img,
  #special .column_y img {
    width: 100%;
    margin: 0 0 20px 0; }
  .column > div,
  #special .column_y > div {
    width: 100%; }
  .column .date,
  #special .column_y .date {
    top: -110px; }
  .column ul li,
  #special .column_y ul li {
    margin-bottom: 50px; }

  #childrentour img {
    width: 100%; }
  #childrentour .date {
    left: 350px; }

  #roundtrip ul li {
    width: 45%; }

  #campaign .list li .date,
  #event .list li .date,
  #goods .list li .date {
    width: 150px;
    height: 130px;
    padding: 33px 0 0 15px; }

  #event .fukidashi {
    margin-top: -100px; }

  #map iframe {
    height: 130vw; } }
@media (max-width: 500px) {
  ul li {
    margin-bottom: 0 0 30px 0; }

  #aidstation .list li img.wide {
    float: none; }

  .column h3,
  .column_y h3 {
    font-size: 1.2rem;
    line-height: 1.4rem; }

  #childrentour .date {
    top: -50px;
    left: 250px; }

  #roundtrip img {
    width: 45%; }
    #roundtrip img.wide {
      width: 55%; }

  #event .fukidashi {
    margin-top: -25px; }

  footer {
    padding: 50px 20px; } }
