<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

#wrapper h1 img{
  width: 500px !important;
}
#contents{
  width:auto;
}
.contents{
  width:960px;
  margin:0 auto;
}

.contents {
    *zoom: 1;
}

.contents:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.nofFoundArea h1{
    text-align:center;
    font-size: 36px;
    color:#f9423a;
    font-weight: bold;
}

.nofFoundArea{
  background: url(/images/404/map.gif) no-repeat center 50px;
  background-size: 1000px auto;
  padding:100px 0 0;
}

.textArea{
  text-align: center;
}
.textArea .text1{
  font-weight: bold;
  font-size: 20px;
  margin-top: 20px;
}

.textArea .text2{
  margin-top: 10px;
}

.linkArea{
  background: #f9423a;
  color:#fff;
  padding:30px 0;
  line-height: 1;
  margin-top: 100px;
}

.linkArea h2{
  font-weight: bold;
  font-size: 20px;
  float:left;
  padding-top: 10px;
}



.linkArea ul{
  float:right;
  width:430px;
}
.linkArea ul li{
  width:200px;
  float: left;
  margin-left: 15px;
}
.linkArea ul li a{
  display: block;
  padding:13px 5px 13px 0;
  text-align: center;
  background: #fff;
  border-radius: 30px;
  font-weight: bold;
  font-size:  18px;
  color:#f9423a;
  border:#f9423a 1px solid;
  transition: all  0.3s ease;
  position: relative;
}
.linkArea ul li a:hover{
  color:#fff;
  border:#fff 1px solid;
  background: #f9423a;
  text-decoration: none;
  opacity: 1;
}
.linkArea ul li a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    right: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 7px;
    border-color: transparent transparent transparent #f9423a;
    transition: all  0.3s ease;
}
.linkArea ul li a:hover:after{
    border-color: transparent transparent transparent #fff;
}


.about{
  background: #f7f5f0;
  padding:50px 0;
}

.about h2{
  font-size: 30px;
  text-align: center;
  color:#f9423a;
  margin-bottom: 50px;
}

.flexblock {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
}
.about .button{
  width:350px;
  margin:30px auto 0;

}


#bp_tour_recommend{
  background: none !important;
  padding:100px 0 50px;
}

#bp_tour_recommend .bp_tour_recommend_list_item{
  filter: drop-shadow(0px 3px 5px rgba(0,0,0,0.07));
}

a.buttonStyle{
  display:block;
  padding:13px 0px;
  color:#fff;
  border:#f9423a 1px solid;
  background: #f9423a;
  border-radius:30px;
  font-size: 18px;
  text-align: center;
  transition: all  0.3s ease;
  position: relative;
}
a.buttonStyle:hover{
  color:#f9423a;
  border:#f9423a 1px solid;
  background: #fff;
  text-decoration: none;
  opacity: 1;
}
a.buttonStyle span{
  color:#f9423a;
  background: #fff;
  width:40px;
  display: block;
  height:40px;
  border-radius: 40px;
  line-height: 40px;
  font-size: 12px;
  position: absolute;
  left:20px;
  top:-20px;
  transition: all  0.3s ease;
}

a.buttonStyle:hover span{
  color:#fff;
  background: #f9423a;
}

a.buttonStyle:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    right: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 7px;
    border-color: transparent transparent transparent #fff;
    transition: all  0.3s ease;
}
a.buttonStyle:hover:after{
    border-color: transparent transparent transparent #f9423a;
}

.orderMadeBox .orderMadeBoxInner.is-pc{
  display: block;
}
.orderMadeBox .orderMadeBoxInner.is-sp{
  display: none;
}
.orderMadeBox .orderMadeBoxInner.is-pc{
  position: relative;
  background: url("https://www.tabikobo.com/tour/media/tabi_files/img/common/bg_orderMade.jpg") no-repeat center center;
  color:#fff;
  height: 300px;
  }
.orderMadeBox .orderMadeBoxInner.is-pc .orderMade{
  margin: 0 auto;
  position: relative;
  width: 920px;
  padding: 8px 0 0 65px;
  box-sizing: border-box;
}
.orderMadeBox .orderMadeBoxInner.is-pc .orderMade .ico1{
  position: absolute;
  right: 311px;
  top: 8px;
  background: transparent url("https://www.tabikobo.com/tour/media/tabi_files/img/common/ico_orderMade_01.png") no-repeat left top;
  width: 103px;
  height: 103px;
}
.orderMadeBox .orderMadeBoxInner.is-pc .orderMade .ico1 .text{
  color: #333333;
  display: inline-block;
  font-size: 13px;
  margin-left: 16px;
  margin-top: 60px;
  text-align: center;
  width: 72px;
  font-weight: bold;
}
.orderMadeBox .orderMadeBoxInner.is-pc .orderMade .ico2{
  position: absolute;
  right: 184px;
  top: 54px;
  background: transparent url("https://www.tabikobo.com/tour/media/tabi_files/img/common/ico_orderMade_02.png") no-repeat left top;
  width: 103px;
  height: 103px;
}
.orderMadeBox .orderMadeBoxInner.is-pc .orderMade .ico2 .text{
  color: #333333;
  display: inline-block;
  font-size: 12px;
  margin-left: 17px;
  margin-top: 64px;
  text-align: center;
  width: 72px;
  font-weight: bold;
}
.orderMadeBox .orderMadeBoxInner.is-pc .orderMade .ico3{
  position: absolute;
  right: 253px;
  top: 164px;
  background: transparent url("https://www.tabikobo.com/tour/media/tabi_files/img/common/ico_orderMade_03.png") no-repeat left top;
  width: 103px;
  height: 103px;
}
.orderMadeBox .orderMadeBoxInner.is-pc .orderMade .ico3 .text{
  color: #333333;
  display: inline-block;
  font-size: 12px;
  margin-left: 11px;
  margin-top: 61px;
  text-align: center;
  width: 84px;
  font-weight: bold;
}
.orderMadeBox .orderMadeBoxInner.is-pc .orderMade h3 {
  display: table;
  margin-top: 36px;
}
.orderMadeBox .orderMadeBoxInner.is-pc .orderMade h3 &gt; span {
  display: table-cell;
  vertical-align: top;
  padding-top: 3px;
}
.orderMadeBox .orderMadeBoxInner.is-pc .orderMade h3 &gt; span:nth-of-type(2) {
  margin-left: 12px;
  padding-top: 0;
}
.orderMadeBox .orderMadeBoxInner.is-pc .orderMade h3 &gt; span.textIco{
  border: 1px solid #ffffff;
  border-radius: 4px;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.15em;
  padding: 12px 12px 11px 13px;
}
.orderMadeBox .orderMadeBoxInner.is-pc .orderMade h3 &gt; span.read{
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  margin-top:-2px;
}
.orderMadeBox .orderMadeBoxInner.is-pc .orderMade &gt; p{
  font-size: 14px;
  line-height: 1.6;
  margin-top: 19px;
}
.orderMadeBox .orderMadeBoxInner.is-pc .orderMade a{
  border: 2px solid #cccccc;
  border-radius: 4px;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin: 40px 0 0;
  padding: 11px 0;
  position: relative;
  text-align: center;
  width: 239px;
  background-color: transparent;
  text-align: center;
}
.orderMadeBox .orderMadeBoxInner.is-pc .orderMade a .rightArrow {
  display: inline-block;
  margin-top: 4px;
  padding: 0;
  position: absolute;
  right: 16px;
  top: 15px;
}
.orderMadeBox .orderMadeBoxInner.is-pc .orderMade a .rightArrow::after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  height: 6px;
  width: 6px;
}
@media screen and (max-width: 768px){
  .orderMadeBox .orderMadeBoxInner.is-pc{
    display: none;
  }
  .orderMadeBox .orderMadeBoxInner.is-sp{
    display: block;
  }
  .orderMadeBox .orderMadeBoxInner.is-sp{
    position: relative;
    background: url(https://www.tabikobo.com/tour/media/tabi_sp_files/img/common/bg_orderMade.png) no-repeat center center;
    background-size: cover;
    color:#fff;
    padding-bottom: 7%;
  }
  .orderMadeBox .orderMadeBoxInner.is-sp .orderMade{
    margin: 0 auto;
    position: relative;
    width: 100%;
    padding: 8px 0 0 0;
    box-sizing: border-box;
  }
  .orderMadeBox .orderMadeBoxInner.is-sp .orderMade h3 {
    display: block;
    margin-top: 4%;
    text-align: center;
    width: 100%;
  }
  .orderMadeBox .orderMadeBoxInner.is-sp .orderMade h3 span:nth-of-type(2) {
    margin-top: -3px;
    padding-left: 3px;
    padding-top: 0;
  }
  .orderMadeBox .orderMadeBoxInner.is-sp .orderMade h3 span.textIco{
    border: 1px solid #ffffff;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    font-size: 0.95rem;
    font-weight: normal;
    margin-left: 3px;
    margin-top: -13px;
    padding: 5px 6px 5px 7px;
    position: relative;
    top: -3px;
    letter-spacing: 0.15em;
  }
  .orderMadeBox .orderMadeBoxInner.is-sp .orderMade h3 span.read{
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    text-align: left;
  }
  .orderMadeBox .orderMadeBoxInner.is-sp .orderMade &gt; p{
    font-size: 12px;
    line-height: 1.6;
    margin-top: 2%;
    text-align: center;
  }
  .orderMadeBox .orderMadeBoxInner.is-sp .orderMade .icoList{
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  .orderMadeBox .orderMadeBoxInner.is-sp .orderMade .ico1{
    width: 22%;
    height: auto;
    display: inline-block;
  }
  .orderMadeBox .orderMadeBoxInner.is-sp .orderMade .ico1 img{
    width: 100%;
    height: auto;
    vertical-align: top
  }
  .orderMadeBox .orderMadeBoxInner.is-sp .orderMade .ico2{
    width: 22%;
    height: auto;
    display: inline-block;
    margin: 0 6.8%;
  }
  .orderMadeBox .orderMadeBoxInner.is-sp .orderMade .ico2 img{
    width: 100%;
    height: auto;
    vertical-align: top
  }
  .orderMadeBox .orderMadeBoxInner.is-sp .orderMade .ico3{
    width: 22%;
    height: auto;
    display: inline-block;
  }
  .orderMadeBox .orderMadeBoxInner.is-sp .orderMade .ico3 img{
    width: 100%;
    height: auto;
    vertical-align: top
  }
  .orderMadeBox .orderMadeBoxInner.is-sp .orderMade .btnDetail{
    width: 100%;
    text-align: center;
  }
  .orderMadeBox .orderMadeBoxInner.is-sp .orderMade a{
    border: 2px solid #cccccc;
    border-radius: 4px;
    box-sizing: border-box;
    color: #ffffff;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: bold;
    margin: 3% 0 0;
    padding: 6px 0 6px 13px;
    position: relative;
    text-align: center;
    width: 70%;
    background-color: transparent;
  }
  .orderMadeBox .orderMadeBoxInner.is-sp .orderMade a .rightArrow {
    display: inline-block;
    margin-top: 4px;
    padding: 0;
    position: absolute;
    right: 16px;
    top: 15px;
  }
  .orderMadeBox .orderMadeBoxInner.is-sp .orderMade a .rightArrow::after {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    height: 6px;
    width: 6px;
  }
}

.sp{
  display: none;
}

@media screen and (max-width: 768px){
  .sp{
    display: inline-block;
  }
  .pc{
    display: none;
  }
  .nofFoundArea{
    padding-top: 50px;
    background-size: 100% auto;
  }
  .nofFoundArea img{
    max-width: 100%;
    height:auto;
  }
  .nofFoundArea h1{
    padding:0 20px;
    max-width: 330px;
    margin:0 auto;
    font-size: 20px;
  }
  .contents{
    width:auto;
  }
  .textArea{
    padding:0 15px;
  }
  .textArea .text1{
    font-size: 15px;
  }
  .textArea .text2{
    font-size: 14px;
    line-height: 1.5;
  }
  #bp_tour_recommend{
    padding:50px 0 30px;
  }
  .linkArea{
    padding: 0px 15px 20px;
    margin-top: 30px;
  }
  .linkArea h2{
    float:none;
    font-size: 16px;
    text-align: center;
    line-height: 1.7;
  }
  .linkArea ul{
    width:auto;
    float:none;
    margin-top: 15px;
  }
  .linkArea ul li{
    width:49%;
    margin:0;
  }
  .linkArea ul li:first-child{
    margin-right: 2%;
  }
  .about h2{
    font-size: 20px;
  }
  .flexblock {
    display: block;
  }
  .flexblock .conceptItem{
    margin-bottom: 20px;
    text-align:center;
  }
  .about .button{
    width:auto;
    margin:0 15px;
  }
  .linkArea ul li a{
    font-size: 16px;
  }
  a.buttonStyle{
    font-size: 14px;
  }
  #bp_tour_recommend .bp_tour_recommend_list_item h4:before{
    background: #fff !important;
  }

}
</pre></body></html>