@charset "utf-8";
html,
body {
  margin: 0;
  padding: 0;
  background-color: #fff799;
  font-weight: normal;
  font-family: "Noto Sans JP", "sans-serif;Helvetica Neue", Arial, arial black, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  /* font-size: 16px; */
  line-height: 1.8;
}

img {
  width: 100%;
  height: auto;
}

main {
  margin: 0 auto;
  /* padding-top: 20px; */
}

h1 {
  font-size: 2.3rem;
}

h2 {
  font-size: 2.0rem;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ================================================
　　　BASE
================================================ */
.wrap {
  overflow: hidden;
}

header {
  background-image: url(./images/back.png);
  position: relative;
  width: 100%;
  height: auto;
}

/* header h1 img {
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  top: 10%;
  margin: auto;
  z-index: 100;
  width: 70%;
  height: auto;
} */

section {
  width: 100%;
  padding: 20px 0;
  text-align: center;
}

section h1 {
  letter-spacing: 0.5rem;
  position: relative;
  display: inline-block;
  margin: 30px 0;
  z-index: 1;
  text-align: center;
  font-weight: bold;
}

section h1::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  background-color: rgba(248, 182, 43, 0.7);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

#copy {
  text-align: center;
  font-weight: normal;
  font-size: 0.5em;
  background-color: #fff;
  padding: 2px;
}

/* ================================================
　　　装飾
================================================ */
.normal {
  font-weight: normal;
}

.bold {
  font-weight: bold;
}

.kome {
  font-size: 0.8em;
}

.marker {
  background: linear-gradient(transparent 75%, #f8b62d 75%);
}

.h3_cont {
  font-size: 1.8rem;
}

.imadoko {
  width: 120px;
}

.list {
  color: #feecbd;
}

.dot {
  border-bottom: dotted 3px #f8b62d;
}

a {
  /* text-decoration: none; */
  color: inherit;
}

.br {
  display: block;
  content: "";
  margin: 10px 0;
}

.br_cust {
  display: block;
  content: "";
  margin: 30px 0;
}

.sp {
  display: none;
}

.sp_k {
  display: none;
}

/* リンクボタン */

.btn_02 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #ea5514;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 0 6% 0 12%;
  color: #ea5514;
  font-size: 1.6rem;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
}

.btn_02:hover {
  background: #f8b62d;
  color: #fff;
}

.btn_02:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #ea5514;
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -7px;
}

.btn_02:hover:before {
  border-color: transparent transparent transparent #fff;
}

/* クリック→下にポップアップ */
.hidden_box {
  margin: 1em 0 2.5em;
  padding: 0;
}

.hidden_box label {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #ea5514;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 0 6% 0 12%;
  color: #ea5514;
  font-size: 1.6rem;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
}

.hidden_box label:hover {
  background: #f8b62d;
  color: #fff;
}

.hidden_box label:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #ea5514;
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -7px;
}

.hidden_box label:hover:before {
  border-color: transparent transparent transparent #fff;
}

.hidden_box input {
  display: none;
}

.hidden_box .hidden_show {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}

.hidden_box input:checked ~ .hidden_show {
  padding: 10px 0;
  height: auto;
  opacity: 1;
}

.hidden_box .hidden_show li {
  list-style: georgian inside url('../images/maru.png');
  margin-bottom: 4%;
  text-indent: -1em;
  padding-left: 1em;
}

.hidden_box .hidden_show .prize li {
  margin-bottom: 2%;
}

.hidden_box .hidden_show li.l_s_n {
  list-style: none;
  text-indent: 0em;
  padding-left: 1em;
}

.mainBox {
  padding: 0.5em 1em;
  background: #ffffff;
  box-shadow: 1px 1px 10px #acacac;
  border-radius: 10px;
  position: relative;
}

main > .mainBox {
  margin: 0 auto;
  padding: 2em 2em;
  width: 60%;
}

.mainBox_title {
  text-align: center;
  font-weight: bold;
  font-size: 2.0rem;
}

.mainBox_tab {
  display: inline-block;
  padding: 0 9px;
  /* height: 25px; */
  line-height: 25px;
  font-size: 2.0rem;
  color: #ffffff;
  font-weight: bold;
}

.contents {
  max-width: 960px;
  width: 96%;
  margin: 0px auto;
}

.content {
  background-color: #feecbd;
  border-radius: 5px;
  text-align: center;
  padding: 5px;
  font-weight: normal;
}

.content_sub {
  background-color: #fffbd4;
  border-radius: 5px;
  text-align: center;
  padding: 5px;
}

.detail {
  width: 85%;
  margin: 0 auto;
}

/* ================================================
　　　イベント
================================================ */
#event {
  font-weight: bold;
  padding-top: 0;
}

#event > .map {
  padding-top: 15px;
}

#event img {
  margin-bottom: 20px;
}

#event ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#event .mainBox {
  margin: 0 5px 10px 5px;
  text-align: center;
}

#event .mainBox_title .event_no {
  color: #ffffff;
  background-color: #ea5514;
  padding: 8px;
  margin-right: 5px;
  border-radius: 50px;
  vertical-align: middle;
}

#event .kome {
  text-align: center;
}

.comesoon {
  color: red;
}

/* ================================================
　　　概要
================================================ */
#overview {
  position: relative;
  /* padding-top: 100px; */
  /* background: rgba(255, 255, 255, 0.5); */
}

#overview .mainBox {
  margin: 0px auto;
  text-align: center;
  position: relative;
}

#overview .mainBox::before {
  content: "";
  background: url(./../images/checkpoint.png) no-repeat 0 0 / cover;
  width: 306px;
  height: 132px;
  display: block;
  position: absolute;
  top: -115px;
  right: -54px;
  z-index: 1000;
}

#overview .mainBox_tab {
  background: #f8b62d;
  padding: 10px;
  margin: 10px auto 5px;
  border-radius: 5px;
}

#overview .mainBox .detail {
  display: block;
  text-align: start;
}

#overview .mainBox .detail span img {
  width: 75%;
  vertical-align: middle;
}

#overview .mainBox .detail .deco img {
  position: absolute;
  top: 73%;
  right: -8%;
  width: 30%;
}

#overview .prize {
  margin-bottom: 30px;
}

#overview .prize .ke_hin_pc {
  display: flex;
  justify-content: flex-start;
}

#overview .b_prize {
  width: 60%;
}
#overview .b_prize img {
  width: 70%;
}

#overview .ke_hin_pc img {
  width: 60%;
  margin-right: 20px;
}

#overview .sp_k img {
  width: 70%;
}

#overview .give {
  font-size: 1.4rem;
}

#overview .ke_hin_pc img {
  width: 100%;
  margin-right: 0px;
}

/* ================================================
　　　サイクリングコース
================================================ */
#course {
  background: rgba(255, 255, 255, 0.5);
  /* padding-bottom: 50px; */
  font-weight: bold;
}

#course > ul {
  display: flex;
  flex-direction: column;
  position: relative;
}

#course > ul li .mainBox {
  margin: 30px auto;
  padding: 0.5em 1em 1.5em;
  border-radius: 0px 10px 10px 10px;
  border: solid 3px #00a0e9;
  width: 90%;
}

#course .mainBox_tab {
  /* font-size: 1.7rem; */
  position: absolute;
  top: -58px;
  left: -3px;
  background: #00a0e9;
  border-radius: 5px 5px 0 0;
  padding: 5px;
}

#course .mainBox_tab span {
  font-size: 2.3rem;
}

#course .detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#course .detail .content {
  border: solid 2px #bddffe;
  background: #ffffff;
  font-weight: normal;
  margin: auto 5px 5px;
}

#course ul .deco img {
  position: absolute;
  bottom: -8%;
  left: -5%;
  width: 30%;
}

/* ================================================
　　　アプリ誘導
================================================ */

#app .pc_900 {
  display: none;
}

#app .pc_qr {
  width: 100px;
  margin-left: 0;
  margin-right: 10px;
}

#app .instraction img {
  width: 240px;
  height: auto;
}

#app .download {
  display: flex;
  align-items: center;
}

#app img {
  /* width: 140px; */
  height: auto;
}

#app span img {
  width: 80px;
  /* margin-left: 10px; */
}

#app span img:nth-of-type(2) {
  margin-left: 0px;
}

/* ================================================
　　　お問い合わせ
================================================ */
#contact {
  text-align: center;
  font-weight: bold;
}

#contact h1 span::before {
  content: "";
  position: absolute;
  background: #f8b62d;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

#contact .mainBox {
  margin: 20px auto 30px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 1px 1px 10px #acacac;
  border-radius: 10px;
  padding: 40px;
}

#contact .mainBox_title {
  font-weight: normal;
}



/* 20221006 */
.inner {
  /* width: 90%; */
  width: 1000px;
  margin: 0 auto;
}

.main_vis {
  background: url(../images/back_0.png);
  background-size: cover;
  background-position: top;
  padding-top: 100px;
  padding-bottom: 60px;
}

/* 20221012 */
.g_map{
  position:relative;
  width:100%;
  height:0;
  padding-top:75%;
}

.g_map iframe{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

.w_80 {
  width: 80%;
  max-width: 700px;
  margin: 40px auto 0px;
}

.w_90 {
  width: 90%;
  max-width: 800px;
  margin: 20px auto 40px;
}

.b_tit {
  position: relative;
  padding-top: 20px;
}

#overview .b_tit::after {
  position: absolute;
  content: "大和川周遊サイクルスタンプラリー2024";
  top: -18px;
  left: 25%;
  background: #5AC2D8;
  padding: 16px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #FFF100;
  letter-spacing: 0.1em;
  border-radius: 20px;
}

#map .b_tit {
  padding-top: 30px;
}

#map .b_tit::after {
  position: absolute;
  content: "チェックポイントマップ";
  top: -9px;
  left: 35%;
  background: #5AC2D8;
  padding: 16px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #FFF100;
  letter-spacing: 0.1em;
  border-radius: 20px;
}

#model_course .b_tit {
  padding-top: 30px;
}

#model_course .b_tit::after {
  position: absolute;
  content: "モデルコース";
  top: -9px;
  left: 42%;
  background: #5AC2D8;
  padding: 16px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #FFF100;
  letter-spacing: 0.1em;
  border-radius: 20px;
}

#model_course .cl33 > div {
  text-align: center;
  font-size: 1.5rem;
  text-decoration: none;
  background-color: #fff;
  color: #333;
  box-shadow: none;
  padding: 2% 0;
  border-radius: 0;
}

/* #model_course .cl33 > div p {
  color: #333 !important;
  font-weight: bold;
} */

#model_course .cl33 {
 justify-content: space-between;
}

#overview .mainBox_title span,
#map .mainBox_title span,
#model_course .mainBox_title span,
.sp_430 {
 display: none;
}

#map .mainBox,
.info .mainBox {
  position: relative;
}

#map .mainBox::after {
  position: absolute;
  content: "";
  bottom: -28px;
  left: -32px;
  background: url(../images/cycling02.svg);
  width: 143px;
  height: 143px;
  transform: rotate(-15deg);
}

.info .mainBox::after {
  position: absolute;
  content: "";
  bottom: -28px;
  right: -48px;
  background: url(../images/cycling.svg);
  width: 143px;
  height: 143px;
  transform: rotate(15deg);
}

span.u_o {
    color: #ed6d35;
    font-weight: bold;
}

/* 20221019 */
.bnr_p img {
  width: 60%;
  max-width: 400px;
  margin: 10px auto;
  border-radius: 5px;
}

.sp_380{
  display: none;
}

.prize a {
  text-decoration: underline;
}

.prize_tab span {
  background: #F8B62B;
  padding: 3px 20px;
  border-radius: 5px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}

/* 20221027 */
.c_table_01 table {
  width: 100%;
  border-collapse: separate !important;
  border-radius: 15px;
  overflow:hidden;
  border: 1px solid #efefef;
}

.c_table_01 table th {
  background-color: #F8B62B;
  padding: 12px;
  color: #fff;
  font-weight: bold;
  border: 1px solid #efefef;
  font-size: 1.5rem;
  text-align: center;
  align-items: center;
}

.c_table_01 table td,
.c_table_01 table th {
  vertical-align: middle !important;
}

.c_table_01 table th:last-child {
 width: 294px;
}

.c_table_01 table th:first-child {
  width: 141px;
 }

.c_table_01 table td {
  border: 1px solid #efefef;
  padding: 12px;
  font-size: 1.5rem;
}

.c_table_01 table .no {
  text-align: center;
}

.c_table_01 a {
  color: #ea5514;
  text-decoration: underline;
  font-size: 1.4rem;
}

/* 20221115 */
.prize_big {
  padding: 20px 30px;
  /* border: 3px solid #e2d06e; */
  background: #FFF798;
  border-radius: 15px;
}

.prize_big span {
  padding: 8px 50px;
  color: #fff;
  background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 80%, #DAAF08 95%, #B67B03 100% 100%);
  border-radius: 5px;
}

#overview > div > div > div > div.prize.mT20.prize_big > div  {
  /* width: 300px; */
  margin: 20px auto 0px;
}

#overview > div > div > div > div.prize.mT20.prize_big > div > div:nth-child(2) > img {
  width: 250px;
  margin: 0 auto;
}


/* ================================================
　　　レスポンシブ
================================================ */
@media screen and (max-width: 1366px) {
  main {
    /* padding-top: 170px; */
  }
}

@media screen and (max-width: 1024px) {
  header h1 img {
    width: 100%;
    height: auto;
  }

  header h1 {
    margin-bottom: 20px;
  }

  main > .mainBox {
    width: 80%;
  }
}

@media screen and (max-width: 960px) {

  main {
    font-size: 1.5rem;
  }

  #overview .b_tit,
  #map .b_tit {
    padding-top: 0;
  }

  #overview .b_tit::after,
  #map .b_tit::after,
  #model_course .b_tit::after {
   display: none;
  }

  #overview .mainBox_title span,
  #map .mainBox_title span,
  #model_course .mainBox_title span {
    display: block;
    background: #5AC2D8;
    padding: 10px;
    font-size: 2.4rem;
    font-weight: bold;
    color: #FFF100;
    letter-spacing: 0.1em;
    border-radius: 20px;
    text-align: center;
    width: 60%;
    margin: 10px auto 20px;
  }

  #overview .mainBox_title span {
    margin: 10px auto 10px;
  }

  #model_course .mainBox_title span {
    margin: 10px auto 0px;
  }

  .mainBox .mB10.mT60 {
    margin-top: 4%;
  }
}

@media screen and (max-width: 900px) {
  .w_80 {
    width: 94%;
    max-width: 700px;
    margin: 20px auto 0px;
  }

  .c_table_01 table  {
      display: block;
      overflow-x: scroll;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch;
    }

  .w_90 {
    width: 96%;
    max-width: 800px;
    margin: 20px auto 40px;
  }

  .prize .cl50 {
    flex-wrap: wrap;
  }

  .prize .cl50 > div {
    width: 100%;
  }

  .bnr_p img {
    width: 100%;
  }

  #overview .mainBox_title span,
  #map .mainBox_title span,
  #model_course .mainBox_title span {
    width: 100%;
    font-size: 2.0rem;
  }

  #overview .mainBox::before {
    width: 277px;
    height: 116px;
    top: -8%;
    right: 0%;
  }

  #overview {
    padding-top: 80px;
  }

  #map .mainBox_title span {
    margin: 10px auto 0px;
  }

  #mdel_course .mainBox_title span {
    margin: 10px auto 0px;
  }

  #map .mainBox::after {
    position: absolute;
    content: "";
    bottom: -38px;
    left: -6px;
    background: url(../images/cycling02.svg);
    width: 92px;
    height: 92px;
    transform: rotate(-15deg);
  }

  .info .mainBox::after {
    position: absolute;
    content: "";
    bottom: -15%;
    right: 0;
    background: url(../images/cycling.svg);
    width: 107px;
    height: 107px;
    transform: rotate(15deg);
}

  .pc {
    display: none;
  }

  .sp_k {
    display: block;
  }

  .detail {
    width: 95%;
  }

  #place .mainBox .detail {
    width: 100%;
  }

  #app .pc_900 {
    display: block;
    width: 280px;
    height: 130px;
  }

  /* ================================================
　　　イベントページリンク
================================================ */
#page_top {
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 5%;
  background: #f8b62d;
  /* opacity: 0.6; */
  border-radius: 50%;
}
  #page_top a {
    position: relative;
    display: block;
    width: 90px;
    height: 90px;
    text-decoration: none;
  }
  #page_top a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f102";
    font-size: 2.5rem;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -70px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
  #page_top a::after {
    content: "特設ページ";
    font-size: 1.4rem;
    color: #fff;
    position: absolute;
    top: 30px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    padding: 5%;
  }
}

@media screen and (max-width: 767px) {
  header h1 {
    margin-bottom: 50px;
  }

  #app .pc_qr {
    display: none;
  }
}

@media screen and (max-width: 721px) {
  #app .pc {
    display: none;
  }

  .pc {
    display: none;
  }
}

@media screen and (max-width: 655px) {
  #overview {
    padding-top: 80px;
  }

  #event .mainBox {
    width: 90%;
  }
}

@media screen and (max-width: 600px) {
  #app span {
    display: none;
  }

  .sp {
    display: block;
  }

  #overview .sp_k img {
    width: 90%;
  }
}

@media screen and (max-width: 500px) {
  #overview {
    padding-top: 120px;
  }

  main > .mainBox {
    width: 80%;
  }

  #place .mainBox .tool img {
    width: 5%;
    height: auto;
  }

  .mainBox .mB10.mT60 {
    text-align: left;
  }

  .p_t {
    text-align: center;
    text-indent: 0em !important;
    padding-left: 0em !important;
  }

  .w_80 {
    width: 100%;
    max-width: 700px;
    margin: 20px auto 0px;
  }

  .w_90 {
    width: 100%;
    max-width: 700px;
    margin: 20px auto 40px;
  }

  #model_course .w_90 {
    margin: 0px auto 40px;
  }

  #stamp-rally #app .download a {
    width: 48% !important;
  }

  #overview > div > div > div > div.prize.mT20.prize_big > div {
    width: 100%;
    margin: 20px auto 0px;
  }

  .prize_big {
    padding: 16px 16px 0 16px !important;
  }
}

@media screen and (max-width: 430px) {
  .sp_430 {
    display: block;
  }
}

@media screen and (max-width: 400px) {
  #overview {
    padding-top: 100px;
  }

  main > .mainBox {
    width: 80%;
  }

  #overview .sp_k img {
    width: 100%;
  }

  #overview .mainBox::before {
    width: 230px;
    height: 110px;
    top: -7%;
  }
}

@media screen and (max-width: 380px) {
  .sp_380{
    display: block;
  }

  .hidden_box.nav label {
    height: 70px;
    text-align: center;
  }

}
