@charset "utf-8";
body#tours {
  
}

/* ツアーズトップ*/
  .tourLogo {
  margin-bottom: 10px;    
  }
body#tours .mainTitle {
  position: relative;  
}
body#tours h1.m {
  color: #FFFFFF;
  font-size: 40px;
  background-color: #1DADE5;
  display: block;
  margin-top: -62px;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 15px;
}
#toursSection {
  margin-bottom: 50px;  
}
.main p.maincopy {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}
body#tours h2.line {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
  background:linear-gradient(transparent 60%, #C3E4F3 60%);
}
.toursBox {
  background-color: #1DADE5;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.toursBox.office {
  background-color: #84BE3F;
}
.toursBox.food {
  background-color: #F3A83B;
}
.toursBox.dangan {
  background-color: #E84E55;
}
.toursBox.ball {
  background-color: #B28146;
}
.toursBox.standard {
  background-color: #036EB7;
}
.toursBox.cycling {
  background-color: #00a29a;
}
.toursBox.picnic {
  background-color: #00913a;
}
.toursBox .soon {
  padding-top: 80px;
  font-weight: 700;
  color: #fff;
}
.toursBox figure{
  margin-bottom: 15px;
}
.toursBox h3 {
  color: #FFFFFF;
  position: relative;
  font-size: 23px;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 0px;
}
.toursBox p {
  color: #FFFFFF;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}
.toursBox .btnBox {
  text-align: center;
}
.toursBox .btnBox a.button {
  text-decoration: none;
  background-color: #fff;
  color: #333;
  border-color: #fff;
}
.toursBox .btnBox a.button:hover {
  background-color: rgba(255,255,255,0.6);
  border-color: #fff;
  color: #333;
}
h4.more {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
h4.more span {
  position: relative;
  display: inline-block;
}
h4.more span:before {
  content: "";
  background-image: url(../../common/images/tours/line1.png);
  width: 36px;
  height: 57px;
  background-repeat: no-repeat;
  background-size: 36px 57px;
  position: absolute;
  top: 0px;
  left: -60px;
}
h4.more span:after {
   content: "";
  background-image: url(../../common/images/tours/line2.png);
  width: 36px;
  height: 57px;
  background-repeat: no-repeat;
  background-size: 36px 57px;
  position: absolute;
  top: 0px;
  right: -50px;
}

/*プランページ*/
.tourLogo {
  text-align: right;  
}
#plan {
  padding-bottom: 100px;
}
#plan header {
  padding-top: 150px;
  padding-bottom: 50px;
}
#plan header .title {
  position: relative;
}
#plan header .title .img {
  position: absolute;
  top: 90px;
  right: 0px;
}
#plan header .inner {
  background-color: #1DADE5;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 5px 20px 10px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
#plan header .inner h1 {
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
#plan header .inner h2 {
  color: #fff;
  font-size: 17px;
  margin: 0;
  padding: 0;
  font-weight: 400;
}
#plan header .img {
  position: absolute;
  top: 190px;
  right: -100px;
}
#plan header h3 {
  font-weight: 400;
  font-size: 18px;
  line-height: 2;
}
#plan header p {
  padding-left: 20px;
  padding-right: 170px;
  font-weight: 700;
  color: #666;
}
#plan main article {
  padding-bottom: 40px;
  clear: both;
}
#plan main article:first-child {
  padding-bottom: 0px;
}
#plan .toursTitle {
  border-radius: 5rem;
  background-color: #1DADE5;
  padding: 15px 20px;
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
  margin-left: 30px;
  margin-bottom: 30px;
}
#plan .toursTitle i {
  position: absolute;
  top: 43px;
  left: 25px;
}
#plan .toursTitle i img {
  position: absolute;
  top: -40px;
  right: 10px;
}
#plan .toursTitle .icon {
  position: absolute;
  top: -70px;
  right: 10px;
}
#plan .point .box {
  display: flex;
  margin-bottom: 40px;
}
#plan .point .box figure {
  margin-right: 20px;
  margin-left: 40px;
}
#plan .point .box div {}
#plan .point .box div h3{
  font-size: 1.2rem;
  margin-top: 0px;
  margin-bottom: 10px;
}
#plan .point .box div p {
  margin-top: 0px;
  line-height: 1.4;
}
#plan .flow .flowBox {display: flex;}
#plan .flow .flowBox figure.ttl {
  margin-left: 100px;
}
#plan .flow .flowBox .icon {
  margin-left: 50px;
}
#plan .flow .flowBox div{
  padding-left: 20px;
}
#plan .flow .flowBox p{
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 0px;
}
#plan .flow p.annotation{
  font-size: 13px;
  font-weight: 400;
}
.prBox a {
  width: 100%;
  border-radius: 50px;
  padding: 20px;
  border-color: #1DADE5;
  background-color: #1DADE5;
  text-align: center;
  border-width: 2px;
  border-style: solid;
  margin-top: 1.5rem;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
}
.prBox a:hover {
  opacity: 0.9;
}
.prBox h2{
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 0.5rem;
  position: relative;
}
.prBox p{
  font-size: 2rem;
  text-align: center;
  margin: 0;
}
.office {
  background-color: #81BB3F !important;
}
.food {
  background-color: #F3A83B !important;
}

.prBox.office a {
  border-color: #81BB3F !important;
  background-color: #fff !important;
}
.prBox.food a {
  border-color: #F3A83B !important;
  background-color: #fff !important;
}
.prBox.dangan a {
  border-color: #E94E55 !important;
  background-color: #fff !important;
}
.prBox.ball a {
  border-color: #B28247 !important;
  background-color: #fff !important;
}
.prBox.standard a {
  border-color: #036EB7 !important;
  background-color: #fff !important;
}
.prBox.cycling a {
  border-color: #00a29a !important;
  background-color: #fff !important;
}
.prBox.picnic a {
  border-color: #00913a !important;
  background-color: #00913a !important;
  
}
.prBox.picnic a {
  color: #ffffff;
}
.toursTxt {
  margin-top: 50px;
  margin-bottom: 100px;
}
.toursTxt article {
  padding-left: 15px;
}
.toursTxt article p {
  font-size: 16px;
  line-height: 3;
}
.toursTxt .inner {
  display: flex;
  justify-content: space-between;
}
.toursTxt p small {}
.toursTxt .chara img {
  margin-top: -50px;
}
.chara {
  padding-top: 40px;  
}
.chara .name {
  padding-left: 35px;
  padding-top: 10px;
}
.chara .name .center{
  display: inline-block;
}
.reportBlock {
  background-color: rgba(0,185,239,0.1);
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 100px;
}
.reportBlock figure {}
.reportBlock p {
  line-height: 1.4;
  padding-top: 10px;
  padding-bottom: 40px;
  max-height: 70px;
}
.reportBlock a {
  text-decoration: none;  
}
.dangan h1 {
  font-size: 39px !important;  
}
.dangan .img {
  margin-top: 60px;
  margin-right: 10px;
}
#plan .dangan .point .box figure {
  margin: 0;
}

#plan .dangan .flow .flowBox p.dangan2 {
  font-size: 18px;
  margin-top: 15px;
  margin-left: 10px;
  margin-right: 10px;
}
#plan .dangan .flow .flowBox {
justify-content: center;
}

.dangan .inner {
  background-color: #E84E55 !important;
}
.dangan .toursTitle {
  background-color: #E84E55 !important;
}

.ball .inner {
  background-color: #B28247 !important;
}
.ball .toursTitle {
  background-color: #B28247 !important;
}

.standard .inner {
  background-color: #036EB7 !important;
}
.standard .toursTitle {
  background-color: #036EB7 !important;
}

.cycling .inner {
  background-color: #00a29a !important;
}
.cycling .toursTitle {
  background-color: #00a29a !important;
}

.fishing .inner {
  background-color: #036EB7 !important;
}
.fishing .toursTitle {
  background-color: #036EB7 !important;
}

.picnic .inner {
  background-color: #00913a !important;
}
.picnic .toursTitle {
  background-color: #00913a !important;
}
ul.report_text {
  padding-left: 50px;
  padding-right: 20px;
  overflow: scroll;
  height: 130px;
}
ul.report_text li {
  font-size: 1.3rem;
  line-height: 1.5;
  display: block;
  padding-bottom: 10px;
}
#plan header .title .img.picnic-top-illust {
    top: 107px;
    right: 6px;
}
/* media query ------------------------------------------------------------------*/

@media screen and (max-width:1112px) {
  body#tours h1.m {
  color: #FFFFFF;
  font-size: 36px;
  margin-top: -50px;
  padding-top: 60px;
  }
  .toursBox h3 {
    font-size: 16px;
    padding-left: 10px;
  padding-right: 10px;
  }
  .toursBox p {
  padding-left: 10px;
  padding-right: 10px;
}
  .toursBox p br {
    display: none;
  }
  .toursBox .btnBox {
    padding-left: 10px;
    padding-right: 10px;
  }
  .button {
    width: 100%;
  }
  /*プランページ*/

  .tourLogo img {
    zoom:.7;
  }
  #plan {
    padding-bottom: 50px;
  }
  #plan header {
    padding-top: 100px;
    position: relative;
    padding-bottom: 30px;
  }
  #plan header .inner {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 10px 20px;
  position: static;
  bottom: auto;
  left: auto;
  width: 100%;
  margin-top: 10px;
  }
  #plan header .inner h1 {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
  }
  #plan header .inner h2 {
    color: #fff;
    font-size: 15px;
  }
  #plan header .img {
    position: absolute;
    top: 100px;
    right: -10px;
  }

  #plan header h3 {
    font-size: 16px;
    line-height: 1.6;
  }
  #plan header p {
    padding-left: 20px;
    padding-right: 20px;
  }
  #plan .toursTitle {
    padding: 10px 20px;
    font-size: 1.2rem;
    margin-left: 0;
    margin-bottom: 20px;
  }
  #plan .toursTitle i {
    position: absolute;
    top: 28px;
    left: 25px;
  }
    #plan .toursTitle i img {
      width: 40px;
      height: auto;
    }
  #plan .toursTitle img {
    position: absolute;
    top: -40px;
    right: 10px;
    zoom:.7;
  }
  #plan .point .box {
    display: block;
    text-align: center;
    margin-bottom: 0;
  }
  #plan .point .box figure {
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
  }

  #plan .dangan .point .box figure img {
    width: 100%;
  }
  #plan .point .box div p {
    margin-top: 0px;
    line-height: 1.5;
  }
  #plan main article {
    padding-bottom: 20px;
  }
  #plan .flow .flowBox {display: flex;}
  #plan .flow .flowBox figure{
    margin-left: 20px;
  }
  #plan .dangan .flow .flowBox figure {
     margin-left: 0px;
  }
  .prBox {
    padding: 10px;
  }
  .prBox h2{
    font-size: 1.6rem;
    padding-top: 10px;
    margin-bottom: 5px;
  }
  .prBox img {
    zoom:.7;
  }
  .prBox .before{
    top: -30px;
    left: -30px;
  }
  .prBox .after{
    top: -20px;
    right: -30px;
  }
  .prBox p{
    font-size: 1.2rem;
    margin: 0;
    line-height: 1.5;
  }
  .toursTxt .chara img {
    margin-top: -50px;
    width: 250px;
    height: auto;
  }
  .toursTxt article {
    padding-right: 30px;
  }
  
  .toursTxt article p {
    font-size: 15px;
    line-height: 1.5;
  }
  .toursTxt article p  br {
    display: none;
  }
  .inner .chara  img {
  margin-bottom: 0;
  }
  .chara .name {
    padding-left: 4px;
    padding-top: 4px;
    line-height: 1.2;
    font-size: 10px
  }
}
@media screen and (max-width:834px) {
  body#tours h1.m {
  color: #FFFFFF;
  font-size: 3.5vw;
  margin-top: -50px;
  padding-top: 60px;
  }
  .main p.maincopy {
    font-size: 16px;
    }
  body#tours h2.line  {
    font-size: 20px;
  }
  .toursBox h3 {
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .toursBox p {
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.4;
}
  .toursBox p br {
    display: none;
  }
  .toursBox .btnBox {
    padding-left: 10px;
    padding-right: 10px;
  }
  .button {
    width: 100%;
    height: 34px;
    line-height: 30px;
  }
  .toursBox {
    padding-bottom: 20px;
    margin-bottom:20px;
  }
  h4.more span:before {
    width: 30px;
    height: 45px;
    background-size: 30px 45px;
    left: -40px;
  }
   h4.more span:after {
    width: 30px;
    height: 45px;
    background-size: 30px 45px;
    right: -40px;
  }
  #plan header .title .img {
    top: 170px;
  }

}

@media screen and (max-width:750px){
  body#tours h1.m {
    color: #FFFFFF;
    font-size: 6vw;
    line-height: 1.2;  
  }
    body#tours h2 {
    font-size: 4.5vw;
      line-height: 1.2;  
  }
  .toursBox h3 {
    font-size: 24px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.3;
  }
  .toursBox .soon {
    padding-top: 0px;
  }
  h4.more {
    font-size: 20px;
  }
  #plan .toursTitle .icon {
    position: absolute;
    top: -70px;
    right: 10px;
    zoom:.5;
   }
  #plan .flow .flowBox figure.ttl {
    margin-left: 10%;
  }
  #plan .flow .flowBox .icon {
    display: none;
  }
  #plan header .title .img {
    top: 60px;
  }
  #plan header .img img {
    width: 80px;
    height: auto;
  }
  .toursTxt {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .toursTxt .inner {
    display: block;
  }
  .toursTxt .chara img {
    margin-top: 30px;
    width: 250px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .toursTxt article {
    padding-right: 0;
    padding-left: 0;
  }
  .chara {
  padding-top: 0px;
  text-align: center;
  
  }
  .chara .name {
    margin-left: -147px;
  }
  .reportBlock {
    padding-top: 30px;
    padding-bottom: 0px;
    margin-bottom: 20px;
  }
ul.report_text {
  padding-left: 20px;
  padding-right: 20px;
}
  .dangan h1 {
    font-size: 35px !important;  
  }
  .dangan1 img {
    width: 60px;
  }
   .dangan3 img {
    width: 40px;
  }
  #plan .dangan .flow .flowBox p.dangan2 {
    font-size: 15px;
    margin-top: 5px;
    text-align: center;
  }
  .dangan .flow,
  .dangan .box {
    padding-bottom: 20px !important;
  }
  .dangan .point {
    margin-bottom: 0px !important;
  }
  .reportBlock p {
    max-height: auto;
  }
}

@media screen and (max-width:375px){
  #plan .flow .flowBox p {
    font-size: 1rem;
  }
  #plan .flow p.annotation {
    font-size: 11px;
  }
  #plan header .title .img {
  top: 30px;
  }
 #plan header .inner h1 {
  color: #fff;
  font-size: 5.5vw;
  font-weight: 700;
 }
}

#fumufumu {
  margin-top: -10px;
  margin-bottom: -60px;
  background-color: #05adbe;
}
#fumufumu .container {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}
#fumufumu .block {
  background-color: #fff;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
  text-align: center;
  padding-bottom: 40px;
  position: relative;
  z-index: 10;
}
#fumufumu .block p,
#fumufumu .block h2 {
  text-align: left;
}
#fumufumu .block h2 {
  padding-top: 40px;
  padding-bottom: 60px;
}
#fumufumu .block .category {
  padding-bottom: 60px;
}
#fumufumu .head {
  padding: 0 10%;
  margin-bottom: -22px;
  position: relative;
  z-index: 0;
}
#fumufumu .head h1 {
  padding: 0 10% 20px;
}
.graf1 .category {
  display: flex;
  justify-content: center;
}
.graf1 .category span {
  margin: 10px 5px 0;
}
#fumufumu .txt {
  position: relative;
  display: flex;
  justify-content: start;
  margin: 5px 15%;
}
#fumufumu .txt .face {
  margin-right: 20px;
}
#fumufumu .txt .face img {
  margin-top: -10px;
}
#fumufumu hr {
  margin: 40px 20px;

}
#fumufumu .graf2 hr {
  border-top: 2px dashed #e94963;
}
#fumufumu .graf3 hr {
  border-top: 2px dashed #169e4f;
}
#fumufumu .wrap {
  position: relative;
}
.absolute1 {
  width: 200px;
  position: absolute;
  top: 230px;
  right: 50px;
}
.absolute2 {
  width: 200px;
  position: absolute;
  top: 250px;
  right: 50px;
}
#fumufumu .prevbtn {
  margin-top: 30px;
  margin-bottom: 60px;
  text-align: center;
}

@media screen and (max-width:991px){
  .main {
    margin-top: 60px !important;
  }
}
@media screen and (max-width:568px){
  #fumufumu .block h2 img {
    width: 50%;
    height: auto;
  }
  #fumufumu .block .category img {
    zoom: 0.75;
  }
  .graf1 .category {
    display: block;
  }
  .graf1 .category span {
    margin: 10px 5px;
    display: block;
  }
  #fumufumu .graf,
  #fumufumu .fukidashi {
    padding-left: 10%;
    padding-right: 10%;
  }
  #fumufumu .txt {
    display: block;
    margin: 5px 0;
  }
  .absolute1,.absolute2 {
    width: 100%;
    position: static;
    top: auto;
    right: auto;
  }
}


