/* 第23回あやはし海中ロードレース */

.om__navi {
    background: linear-gradient(135deg, #4487ba 10%, #06c0cc 90%);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}
.om__navi a{
    position: relative;
    display: block;
    background: #fff;
    padding: 15px 20px 20px;
    font-weight: bold;
    margin: 0 10px;
    width: 200px;
    text-align: center;
    /* box-shadow: 0px 0px 2px 0px #2e6892; */
    border-radius: 4px;
    font-style: italic;
}
.om__navi a::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    font-style: normal;
    position: absolute;
    left: 48%;
    bottom: 3px;
    font-size: 80%;
}
.om__navi--ttl{
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    border-right: 2px solid #fff;
    padding: 0 15px 0 0;
    text-align: center;
    margin-right: 25px;
    font-style: italic;
}
.om__info {
    background: url(/upload/tenant_1/oka_marathon_img2.webp) no-repeat 0 44%;
    background-size: 35%;
    padding: 50px 0;
    max-width: 1400px;
    width: 100%;
    margin: 30px auto;
}
.om__info--ttl{
  text-align: center;
}
.om__info--ttl b {
    font-size: 40px;
    font-weight: bold;
    font-style: italic;
    display: block;
    color: #2677ac;
}
.om__info--ttl span {
    font-size: 30px;
    font-weight: bold;
    display: block;
}
.om__info__att{
    background: #dfcc0f;
    font-size: 20px;
    padding: 13px;
    text-align: center;
    margin: 20px auto;
    border-radius: 8px;
    width: 30%;
    font-weight: bold;
    color: #126296;
}
.om__info2{
    background: #e2e9f0;
    padding: 40px 0;
}
.om__info2--ttl {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    padding: 50px 0px;
    background: url(/upload/tenant_1/oka_marathon_img3.webp) no-repeat center;
    background-size: 35%;
    width: 1200px;
    margin: 0 auto;
}
.om__event--ttl{
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    padding: 50px 0px;
    background: url(/upload/tenant_1/oka_marathon_img3.webp) no-repeat center;
    background-size: 35%;
    width: 1200px;
    margin: 0 auto;
}
.om__info2--box{
/*     background: #fff;
padding: 20px; */
    width: 1000px;
    margin: 20px auto;
/*     border-radius: 8px; */
}
.om__info2--box dl {
    flex-wrap: wrap;
    align-items: center;
    background: #fff;
    margin-bottom: 30px;
    border-radius: 8px;
    padding: 20px;
    position: relative;
    /* box-shadow: 10px 13px 0px 0px #428cbb5e; */
}
.om__info2--box dt {
    font-size: 22px;
    font-weight: bold;
    background: #2677ac;
    font-style: italic;
    color: #fff;
    padding: 6px;
    width: 10rem;
    text-align: center;
    position: absolute;
    left: -70px;
    top: 30%;
    font-style: italic;
}
.om__info2--box dd {
    line-height: 1.8;
    padding: 20px 20px 20px 100px;
}

.om__event{
  padding:45px 0;
}
.om__event--wrap{
  width: 1000px;
    margin: 40px auto;
}
.om__event--wrap table {
    width: 100%;
}
.om__event--wrap tr{
  
}
.om__event--wrap th {
    background: #2677ac;
    color: #fff;
    padding: 20px;
    font-size: 20px;
    font-weight: bold;
    border-right: 2px solid #fff;
}
.om__event--wrap tr th:last-child {border-right:none;}
.om__event--wrap tr td:first-child {
    background: #9cc9e6;
    font-weight: bold;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}
.om__event--wrap tr td:last-child {border-right:none;}
.om__event--wrap td {
    padding: 20px;
    background: #e9f1fa;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}
.om__event--wrap table tr:last-child *{border-bottom:none;}
.om__info2.tour{padding:40px 0 0;}

.tour .om__info2--wrap{
    width: 1000px;
    margin: 40px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.om__info2__tour{
    border: 2px solid #2677ac;
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    position: relative;
    width: calc(100% / 2 - 10px);
    margin-bottom:15px;
}
.om__info2__tit{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #a4c7e0;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.om__info2__tour--ico{
    background: #2677ac;
    color: #fff;
    font-weight: bold;
    padding: 12px;
    font-size: 20px;
    width: 6rem;
    margin-right: 15px;
    border-radius: 4px;
    text-align: center;
}
.om__info2__tour--ttl{
    font-weight: bold;
    font-size: 20px;
    font-style: italic;
}
.om__info2__tour--txt b{
    display: block;
    color: #2677ac;
    font-size: 110%;
}

.om__tourNavi{
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.om__tourNavi p{
    background: #fff;
    font-size: 20px;
    padding: 15px 20px;
    font-weight: bold;
    border-radius: 8px;
    width: 315px;
    text-align: center;
    border: 2px solid #2677ac;
    box-shadow: 0 0 2px 0px #b0c9d9;
    position: relative;
    cursor: pointer;
}
.om__tourNavi p:hover{
  opacity: .8;
}
.om__tourNavi p.sel{
  background:#2677ac;
  color:#fff;
}
.om__tourNavi p.sel:hover{
  opacity: 1;
}
.om__tourNavi p.sel::before{
    content: "";
    background: #2677ac;
    height: calc(tan(30deg)* 60px / 2);
    width: 25px;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    position: absolute;
    bottom: -17px;
    transform: rotate(180deg);
    left: 45%;
}

.om__tourWrap{
    padding: 40px 0;
    margin: 40px 0;
    background: linear-gradient(135deg, #2677ac 30%, #06c0cc 70%);
}
.om__tourWrap--box{
    width: 1000px;
    margin: 0 auto;
}
.om__tourWrap--ttl{
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}
.om__tourWrap--box table {
    width: 100%;
    background: #fff;
    border-radius: 4px;
    margin: 20px 0;
    box-shadow: 0 0 3px -1px #0000009e;
}
.om__tourWrap--box th {
    background: #004573;
    color: #fff;
    font-weight: bold;
    border-right: 1px solid #FFF;
    width: 5%;
}
.om__tourWrap--box tr td:first-child {
    background: #e2e9f0;
}
.om__tourWrap--box th.col3{
    padding: 10px 0;
}
.om__tourWrap--box th.col3-2 {
    background: #004572;
    border-top: 1px solid;
}
.om__tourWrap--box td {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.om__htlBox{
    width: 1000px;
    margin: 0 auto;
}
.om__htl--img{
  display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.om__htl--img img{
  width: calc(100% / 3 - 10px);
  border-radius: 4px;
}
.om__htl--name{
font-size: 28px;
    font-weight: bold;
    padding: 20px 0 20px 20px;
    border-left: 10px solid #2578ac;
    margin: 20px 0;
    font-style: italic;
}
.om__htl--accsess{
    width: 1000px;
    margin: 20px auto;
    border: 2px solid #2677ac;
    border-radius: 8px;
}
.om__htl--accsess th {
  background: #2677ac;
    border-bottom: 1px solid #fff;
    font-weight: bold;
    color: #fff;
}
.om__htl--accsess td {
    padding: 20px;
    border-bottom: 1px dashed #2677ac;
}
.om__attBox{
    width: 1000px;
    margin: 30px auto;
    background: #eee;
    padding: 20px;
    font-size: 90%;
    border-radius: 4px;
}
.om__attBox b{
  display: block;
}
.om__attBox a{
  text-decoration: underline;
}
.om__event .om__event--ttl {
    background: url(/upload/tenant_1/oka_marathon_img4.webp) no-repeat center;
    background-size: 35%;
}
.tour .om__info2--ttl {
    background: url(/upload/tenant_1/oka_marathon_img5.webp) no-repeat center;
    background-size: 35%;
}
.om__tourWrap .om__tourWrap--ttl {
    background: url(/upload/tenant_1/oka_marathon_img7.webp) no-repeat -3% -250%;
    padding: 60px 0 15px;
    background-size: 35%;
    width: 1000px;
    margin:0 auto;
}
.om__event.hotel .om__event--ttl {
    background: url(/upload/tenant_1/oka_marathon_img9.webp) no-repeat center;
    background-size: 35%;
}
.om__event.hotel {
    padding: 0;
}

.scroll-infinity__list + .scroll-infinity__list{display: none;}
.scroll-infinity__list{
  display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.scroll-infinity__list li{
  width: calc(100% / 3 - 10px);
  border-radius: 4px;
  overflow: hidden;
}
.om__tourWrap--box td a{text-decoration: underline;}
.om__tourWrap--txt{
    width: 1000px;
    margin: 20px auto 0;
    color: #fff;
}
.depNav__dep{
    background: #333;
    margin-bottom: -40px;
    margin-top: 40px;
}
.depNav__dep .w1000{
  margin:0 auto;
  width: 1000px;
}


/* 第7回沖縄100Kウルトラマラソン */
.oka100k .om__info2 {
    background: #e9e9e9;
}
.oka100k .om__info2--box dt {
    background: #f099bd;
}
.oka100k .om__event--wrap th {
    background: #f099bd;
}
.oka100k .om__event--wrap tr td:first-child {
    background: #fadde0;
}
.oka100k .om__event--wrap td {
    background: #e9e9e9;
}
.oka100k .om__info2__tour {
    border: 2px solid #555555;
}
.oka100k .om__info2__tour--ico {
    background: #f099bd;
}
.oka100k .om__info2__tit {
    border-bottom: 1px solid #e9e9e9;
}
.oka100k .om__info2__tour--txt b {
    color: #000;
}
.oka100k .om__tourNavi p.sel {
    background: #f099bd;
}
.oka100k .om__tourNavi p {
    border-color: #f099bd;
}
.oka100k .om__tourNavi p.sel::before {
    background: #f099bd;
}
.oka100k .om__tourWrap {
    background:linear-gradient(135deg, #f099bd 30%, #eac3c3 70%);
}
.oka100k .om__tourWrap--box th,
.oka100k .om__tourWrap--box th.col3-2{
    background: #555;
}
.oka100k .om__tourWrap--box tr td:first-child {
    background: #e9e9e9;
}
.oka100k .om__navi {
    background: linear-gradient(135deg, #f4b1b8 10%, #eb77c4 90%);
}
.oka100k .om__info--ttl b {
    color: #ef92be;
}
.oka100k .om__info__att {
    background: #f099bd;
    color: #ffffff;
}
.oka100k .om__htl--name {
    border-left: 10px solid #f09dbe;
}
.oka100k .om__htl--accsess th {
    background: #f09dbe;
}
.oka100k .om__htl--accsess{
  border: 2px solid #f09dbe;
}
.oka100k .om__htl--accsess td {
    border-bottom: 1px dashed #cbc7c7;
}
.oka100k .om__info {
    /* background: url(/upload/tenant_1/oka_marathon_img2-4.png) no-repeat 0 44%; */
    background: url(/upload/tenant_1/oka_marathon_nightrun.webp) no-repeat 0 44%;
    background-size: 35%;
}
.oka100k .om__info2--ttl {
    background: url(/upload/tenant_1/oka_marathon_img3-2.png) no-repeat center;
    background-size: 35%;
}

/* いとまん */
.om__info video{
  width: 45%;
}
.itoman .om__info{
    display: flex;
    margin: 0 auto;
    width: 1000px;
        justify-content: space-between;
}

.itoman .om__navi {
    background: linear-gradient(135deg, #0169b8 10%, #1a1e88 90%);
}
.itoman .om__info--ttl b {
      font-size: 35px;
    color: #0967b9;
}
.itoman .om__info__att {
    background: #e9d54d;
    color: #155055;
    width: 80%;
}
.itoman .om__info2 {
    background: #f0f0f0;
}
.itoman .om__info2--box dt {
    background: #0967b9;
}
.itoman .om__event--wrap th {
    background: #0967b9;
}
.itoman .om__event--wrap tr td:first-child {
    background: #22afe9;
    color: #fff;
}
.itoman .om__event--wrap td {
    background: #ededed;
}
.itoman .om__info2__tour {
    border: 2px solid #0967b9;
}
.itoman .om__info2__tour--ico {
    background: #0967b9;
}
.itoman .om__info2__tour--txt b {
    color: #22afe9;
}
.itoman .om__tourNavi p.sel {
    background: #0967b9;
    color: #fff;
}
.itoman .om__tourNavi p.sel::before {
    content: "";
    background: #0967b9;
}
.itoman .om__tourNavi p {
  border-color:#0967b9;  
}
.itoman .om__tourWrap {
    background:linear-gradient(135deg, #0967b9 10%, #1eafe4 90%);
}
.itoman .om__tourWrap--box th {
    background: #333;
}
.itoman .om__tourWrap--box th.col3-2 {
    background: #333;
}
.itoman .om__htl--name {
    border-left: 10px solid #0967b9;
}
.itoman .om__htl--accsess th {
    background: #0967b9;
        color:#fff;
}
.itoman .om__htl--accsess{
  border-color:#0967b9;
}
.itoman .om__htl--accsess td{
    border-bottom: 1px dashed #b9cccd;
}
.om__htlBox__col2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1100px;
    margin: 0 auto;
}
.omhc2__box{
    width: calc(100% / 2 - 10px);
    background: #fff;
    padding: 10px;
}
.om__htltab{
    border-bottom: 4px solid #077981;
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
}
.om__htltab p{
    background: #fff;
    border: 4px solid #0967b9;
    border-bottom: none;
    font-size: 16px;
    padding: 5px 10px;
    margin-right: 10px;
    width: 240px;
    text-align: center;
    border-radius: 4px 4px 0 0px;
}
.om__htltab p b{
  font-size: 25px;
  display: block;
}
.om__htltab p.sel{
  background: #0967b9;
}
.om__htltab .om__htlttl {
    border-color: #333;
    border-bottom: 4px solid;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    border-radius: 8px;
    padding: 10px 0;
    position: relative;
    font-style: italic;
    margin-right: 50px;
}
.om__htltab .om__htlttl::before {
    content: "";
    background: #333;
    height: calc(tan(30deg)* 60px / 2);
    width: 25px;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    position: absolute;
    bottom: 35%;
    transform: rotate(90deg);
    right: -10%;
}
.om__htltab .om__htlttl::after{
    content: "";
    background: #fff;
    height: calc(tan(30deg)* 60px / 2);
    width: 25px;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    position: absolute;
    bottom: 35%;
    transform: rotate(90deg);
    right: -7%;
}
.om__htltab--inr{
  display: flex;
}
.itoman .scroll-infinity__list + .scroll-infinity__list{display: flex;}
.itoman .scroll-infinity__list li{width: calc(100vw / 1.5);    overflow: inherit;}

.itoman .om__info {
    background: url(/upload/tenant_1/oka_marathon_img_it1.png) no-repeat 0 44%;
    background-size: 35%;
}

.om__bg{
    background: #0967b9;
    margin-bottom: -40px;
    padding: 35px 0;
}
.om__areaTab{
    width: 1000px;
    margin: 0 auto;
    display: flex;
    font-size: 20px;
}
.om__areaTab p {
    margin-right: 10px;
    cursor: pointer;
    border: #fff 2px solid;
    padding: 10px;
    color:#fff;
    border-radius: 8px;
}
.om__areaTab p.sel {
    font-weight: bold;
    background: #fff;
    color:#333;
}
.om__areaTab span:hover{
  text-decoration: underline;
}
.om__areaTab p.sel span::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f058";
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
    to {
    transform: translateX(-100%);
  }
}
.itoman .scroll-infinity__wrap,
.oka100k .scroll-infinity__wrap{
  display: flex;
  overflow: hidden;
}
.itoman .scroll-infinity__list,
.oka100k .scroll-infinity__list{
  display: flex;
  list-style: none;
  padding: 0;
  flex-wrap: inherit;
  justify-content:inherit;
}
  
.itoman .scroll-infinity__list--left,
.oka100k .scroll-infinity__list--left{
  animation: infinity-scroll-left 40s infinite linear 0.5s both;
}
.itoman .scroll-infinity__list li,
.oka100k .scroll-infinity__list li{
    width: 300px;
    overflow: inherit;
    margin: 0 5px;
}
.itoman .scroll-infinity__item>img {
  width: 100%;
}
.itoman .om__htlBox,
.oka100k .om__htlBox{width: 100%;}
.itoman .om__htl--accsess,
.oka100k .om__htl--accsess{
  width: 100%;
}
.itoman .om__htl--name {
      padding: 10px 0 10px 20px;
}
.om__htl--name span{font-size:65%;display:block;}
.ohn__col2{
    display: flex;
    align-items: center;
}
.ohn__col2 b{
  color: #fff;
    background: #0967b9;
    font-size: 65%;
    padding: 2px 10px;
    margin-right: 8px;
}
.ptn2 .ohn__col2 b{
  background: #1eafe4;
}
.itoman .ptn2 .om__htl--name {
    border-left: 10px solid #1eafe4;
}
.itoman .ptn2 .om__htl--accsess th {
    background: #1eafe4;
    color:#333;
}
.itoman .ptn2 .om__htl--accsess {
    border-color: #1eafe4;
}
.mvWrap{
background: #ccf9ff;
}
.oka100k{
  max-width: 1500px;
  margin:0 auto;
}
.oka100k__mv{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    padding-top: 30px;
}
.col3 .om__info2__tour{
  width: calc(100% / 3 - 10px);
}
.col3 .om__info2__tour--ttl{
  font-size:18px;
}
.col3 .om__info2__tour--txt{
  font-size:14px;
  line-height: 1.6;
}
.oka100k .om__attBox{
  background: #fff;
}
.oka100k__map {
    width: 100%;
    height: auto;
    border: 10px solid #ffffff;
    border-radius: 8px;
}
.oka100k .om__tourNavi p{
  font-size:18px;
}

.oka100k .om__tourWrap--txt{
    background: #ffffff94;
    border-radius: 16px;
    padding: 20px;
    color: #333;
}

.oka100k .om__tourWrap--txt b{
  display: block;
}
.oka100k .tour .om__info2--ttl {
    background: url(/upload/tenant_1/oka_marathon_img6-2.png) no-repeat center;
    background-size: 35%;
}
.oka100k #nav5 .om__info2--ttl {
    background: url(/upload/tenant_1/oka_marathon_img7-2.png) no-repeat center;
    background-size: 35%;
}
.scroll-infinity__item>img{height: 250px;}
.tourBtn,.btn2{
    position: fixed;
    width: 215px;
    display: block;
    right: 1%;
    z-index: 100;
    bottom: 20%;
    opacity: 0 !important;
    transition: all 600ms 0s ease;
}
.tourBtn.on,.btn2.on{
  opacity: 1 !important;
}
.tourBtn img,.btn2 img{
    width: 80%;
    margin: 0 auto;
}
.tourBtn span,.btn2 span{
    background: #000;
    display: block;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 20px 0;
    border-radius: 32px;
    border: 4px solid #fff;
}
.itoman .mvWrap{
  background: #1eafe4;
}

@media only screen and (max-width: 768px) {
  .itoman .oka100k__mv{
    padding-top: 0;
  }
  .itoman .om__info{
    flex-wrap: wrap;    
  }
  .itoman .om__info div{
    width: 100%;
    padding: 0 0 30px;
  }
  .om__info video {
      width: 100%;
      order: 2;
  }
.itoman .om__info2 {
    margin-top: -50px;
}  
  .itoman .om__info{width: 100%;}
    .tourBtn,.btn2 {
        width: 30%;
        bottom: 12%;
    }
  .tourBtn span,.btn2 span {
      font-size: 12px;
      padding: 10px;
  }
  .scroll-infinity__list + .scroll-infinity__list{display: flex;}
  .scroll-infinity__list li{width: calc(100vw / 1.5);    overflow: inherit;}
  .om__navi{
      flex-wrap:wrap;
      padding: 20px 0;
  }
  .om__navi--ttl {
      width: 100%;
      border: none;
      padding: 0;
      margin: 0;
      font-size: 22px;
  }
  .om__navi a {
      width: calc(100% / 2 - 20px);
      margin: 5px;
      padding: 10px 20px 15px;
      font-size:90%;
  } 
  .om__info {
      background: url(/upload/tenant_1/oka_marathon_img2.webp) no-repeat top left;
      background-size: 80%;
      width: 90%;
  }
  .om__info--ttl b {
      font-size: 30px;
  }  
  .om__info__att{
    width: 100%;
    font-size:16px;
  }
  .om__info2--ttl {
      font-size: 25px;
      background: url(/upload/tenant_1/oka_marathon_img3.webp) no-repeat center;
      background-size: 70%;
      width: 100%;
  }
.om__info2--box{
  width: 90%;
}
.om__info2--box dt {
    font-size: 16px;
    width: 8rem;
    left: -30px;
    top: 15%;
}
.om__event .om__event--ttl {
    background: url(/upload/tenant_1/oka_marathon_img4.webp) no-repeat center;
    background-size: 90%;
    width: 100%;
    padding: 30px;
}
.om__event--wrap {
    width: 90%;
    margin: 40px auto;
}
.tour .om__info2--ttl {
    background: url(/upload/tenant_1/oka_marathon_img5.webp) no-repeat center;
    background-size: 80%;
}
.tour .om__info2--wrap{
  width: 90%;
  margin:0 auto;
}
.om__info2__tour{
  width: 100%;
}
.om__info2__tour--ico{font-size:16px;}
.table {
  width: 900px !important;
  margin-bottom: 1rem;
  border-collapse: collapse;
  background-color: transparent;
  margin: 0 auto;
}
.om__tourNavi p {
    font-size: 16px;
    padding: 12px 5px;
    width: calc(100% / 3 - 10px);
}
.om__tourNavi {
    width: 90%;
    margin: 20px auto 0;
}
.om__tourWrap--box {
    width: 90%;
    margin: 0 auto;
}
.om__tourWrap .om__tourWrap--ttl {
    background: url(/upload/tenant_1/oka_marathon_img7.webp) no-repeat -24% -24%;
    padding: 60px 0 15px;
    background-size: 80%;
    width: 90%;
    
}
.om__event.hotel .om__event--ttl {
    background: url(/upload/tenant_1/oka_marathon_img9.webp) no-repeat center;
    background-size: 80%;
}
.om__htlBox {
    width: 90%;
    margin: 0 auto;
}
.om__htl--accsess {
    width: 90%;
}
.om__attBox {
    width: 90%;
}

  .om__htl--img {
    overflow-x: scroll;
  }
  



.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
  flex-wrap: inherit;
  justify-content:inherit;
}
  
.scroll-infinity__list--left {
  animation: infinity-scroll-left 30s infinite linear 0.5s both;
}
    .scroll-infinity__item {
        width: calc(100vw / 1.5);
        margin: 0 5px;
    }
.scroll-infinity__item>img {
  width: 100%;
}
.depNav__dep .w1000 {
    margin: 0 auto;
    width: 90%;
}
    .depNav__dep--sel {
        box-shadow: inherit;
        width: 156px;
    }
.om__tourWrap--txt {
    width: 90%;
    margin: 20px auto 0;
    color: #fff;
    font-size: 80%;
}

.om__areaTab {
    width: 90%;
    margin: 0 auto;
    display: flex;
    font-size: 15px;
}
.om__htlBox__col2{
  width: 90%;
}
.omhc2__box {
    width: 100%;
}
.oka100k .om__tourNavi p {
        width: 100%;
        margin-bottom: 24px;
    }
.col3 .om__info2__tour {
    width: 100%;
}
.oka100k .om__attBox{width: 100%;}
.oka100k .om__info2--ttl {
    background: url(/upload/tenant_1/oka_marathon_img3-2.png) no-repeat center;
    background-size: 75%;
}
.oka100k .tour .om__info2--ttl {
    background: url(/upload/tenant_1/oka_marathon_img6-2.png) no-repeat center;
    background-size: 75%;
}
.oka100k #nav5 .om__info2--ttl {
    background: url(/upload/tenant_1/oka_marathon_img7-2.png) no-repeat center;
    background-size: 75%;
}
}


.tour .text {
  background: #f09dbe;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    border-radius: 5px;
}

.tour .text .pri {
  font-size: 1.4rem;
}


/*peachSearchBox*/
.peachSearchBox .tit {
    font-size: 20px;
    color: #9b2121;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
}

.peachSearchBox form {
    margin: 0 50px;
    text-align: center;
}

.peachSearchBox form dl.pax dt {
    z-index: 1;
}

.peachSearchBox form .dp--w50_c {
    width: 50%;
    margin: 20px auto;
}

.peachSearchBox form .dp--w70 {
    width: calc(70% - 20px);
}

.peachSearchBox form .dp--w50 {
    width: calc(100% / 2 - 20px);
}

.peachSearchBox form .dp--w45 {
    width: 45%
}

.peachSearchBox form .dp--w15 {
    width: 15%
}

.peachSearchBox form .dp--w3 {
    width: calc(100% / 3 - 20px);
}

.peachSearchBox form .dp__col2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.peachSearchBox form .searchBtn {
    text-align: center;
    margin-top: 20px;
}

.peachSearchBox form .dp__input,
.peachSearchBox form .dp__label,
.peachSearchBox form .dp__select,
.peachSearchBox form #pax {
    width: 100%;
    height: 50px;
    text-align: left;
    display: block;
    border-radius: 4px;
    background-size: 20px auto;
    background: #fff;
    position: relative;
    z-index: 0;
}

.peachSearchBox form label.addon {
    height: auto;
    color: #fff;
    margin-top: 10px;
    border: none;
    display: block;
}

.peachSearchBox form .searchBtn button {
    width: 40%;
    background: #e6cde3;
    font-size: 18px;
    padding: 10px;
    border: 2px solid #fff;
    border-radius: 10px;
}
.oka-snr .scrollBox table{
  display: none;
}
.oka-snr .scrollBox #cal_2025_8{
  display: table;
}

@media (max-width: 1024px) {
    .peachSearchBox form {
        margin: 0;
    }
    
    .peachSearchBox form .dp__col2,
    .peachSearchBox form .dp--w3 {
        width: 100%;
    }
    
    .peachSearchBox form .dp--w50 {
        width: 48%;
    }

    .peachSearchBox form .dp--w15 {
        width: 115px;
    }

    .peachSearchBox form .dp--w45 {
        width: calc(100% - 120px);
    }

    .peachSearchBox form .dp--w50_c {
        margin: 0;
    }

    .peachSearchBox form label.addon {
        text-align: left;
    }
}

.sbw__btn{margin-top:8px;}

@media (max-width: 599px) {
    .peachSearchBox .tit {
        margin-bottom: 20px;
    }
    
    .peachSearchBox form {
        margin: 0 10px;
    }
}

.peachWrap .ttl01 {
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
}

.peachSearch .tbpndep.sbw__content,.peachSearch .tbpnarr.sbw__content{
  width:120px;
}
.peachSearch .sbw_mddArea{width:150px;}
.peachSearch .sbw__box_col1{width:100%;margin:8px 0 0;}
.peachSearch .sbw__box{
  width: 100%;
}
.sbw__content[name=date]{
  width: 100%;
}
.peachSearch .tbpndep.sbw__content, .peachSearch .tbpnarr.sbw__content{
  width: 200px;
}
.sbw__content[data-type=mddArea]{
  width: calc(100% - 208px);
}
.peachSearch .sbw__box_col1.opt{
    width: 100%;
    background: #fff;
    color: #333;
    padding: 24px;
    border-radius: 8px;
}
/* .peachSearch .sbw__box{    width: 250px;} */
.peachSearch .searchBox_wbf {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.opt .sbw__box_checkbox--txt{
  color:#333;
}
.opt .sbw__box_checkbox + .sbw__box_checkbox{
  margin-top:8px;
}
.peachSearch .searchBox_wbf{width:95%;}
.peachSearch .inner {
    max-width: 750px;
}
.sbw__box_checkbox--txt {
    font-size: 18px;
    color: #fff;
}

@media (max-width: 599px) {
  .peachSearch .sbw__box {
      width: 100%;
  }
  .peachSearch .tbpndep.sbw__content, .peachSearch .tbpnarr.sbw__content {
      width: calc(100% / 2 - 10px);
  }
  .peachSearch .sbw_mddArea {
      width: 100%;
      margin-top: 10px;
  }
.peachSearch .sbw__box_col1 {
    width: 100%;
    margin: 10px 0 0;
}
.datePaxList li {
    margin-top: 10px;
    width: calc(100% / 2);
}

.peachSearch .tbpndep.sbw__content, .peachSearch .tbpnarr.sbw__content {
          width: 100%;
          margin-bottom:8px;
}
.sbw__content[name=date]{
        width: 100%;
  }
  .peachSearch .sbw__box_col1.opt{
    margin-bottom:16px;
  }
  
  
}

.om__tourWrap--box a .en{
  color: red;
  font-weight: bold;
}
.om__tourWrap--box td a .tourLink{
  display: block;
  background-color: #2896c7;
  color: #FFF;
  font-weight: bold;
  width: 80%;
  margin: 0 10%;
  padding: 2px 0;
  text-align: center;
  text-decoration: none;
}
