@charset "utf-8";

/* togo */

#togo{
  width: 100%;
  margin: 0 auto;
}

.togoTtl{
  position: relative;
}
.cont_ttl{
  font-size: 4.5em;
  line-height: 1.5;
  /* letter-spacing: 0.1em; */
  color: #707070;
  top: -40px;
}
.cont_ttl span{
  display: block;
  font-size: .4em;
  color: #3e3a39;
}
.togo_flex{
  display: flex;
  margin: 20px 0;
  flex-wrap: wrap;
  justify-content: center;
  /* width: 100%; */
} 
.togo_cont{
  width: calc(100% / 2.2);
  flex-direction: column;
  padding: 10px;
}
.togo_cont img{
  width: 100%;
  border-radius: 10px;
}
.togo_cont2{
  width: calc(100% / 3.2);
  flex-direction: column;
  padding: 5px;
}
.togo_cont2 img{
  width: 100%;
  border-radius: 10px;
}
.togo_btn{
  /* padding: 30px 0 60px 0; */
  padding: 30px 0;
  margin: 0 auto;
  text-align: center;
}

.btn-flat-border {
  display: inline-block;
  padding: 1em 4em;
  text-decoration: none;
  color: #707070;
  border: solid 3px #707070;
  transition: .4s;
  font-size: 1.5em;
}

.btn-flat-border:hover {
  /* background: #a9a9a9; */
  background: #F2F2F2;
  /* color: white; */
  color: #cd929d;
}
.togo_border{
    border: 3px double #aaa;
    justify-content: center;
    padding: 0 0 1em;
}
.main_ttl{
  font-size: 1.8em;
  /* font-family: 'Oswald', sans-serif; */
  padding: 5px 0 0px;
  line-height: 1.2em;
}
.togo_cont2 .main_ttl{
  font-size: 1.5em;
}
.sub_txt{
  font-size: 1.3em;
  line-height: 1.5em;
  /* padding-top: 10px; */
}
.sub_txt .en{
  display: block;
  font-size: .9em;
  color: #707070;
}
.sub_txt2{
  font-size: 1.5em;
  line-height: 1.5em;
  padding-top: 5px 0 10px 0;
}
.under_line{
  color: #cd929d;
  /* background:linear-gradient(transparent 75%, #ccc 50%); */
}
.under_liney{
  background:linear-gradient(transparent 70%, #cd929d 90%);
  /* background:linear-gradient(transparent 60%, #ff6 60%); */
}
.am{
    font-size: 1.3em;
    margin-top: 20px;
    padding: 0 20px 0 820px;
}
/* picnic */
.picnic{
  position: absolute;
}
.pic_border{
  background-color: #ccc;
  /* border: 3px double #707070; */
  justify-content: center;
  padding: 5% 1%;
  border-radius: 10px;
  align-items: center;
  margin: 100px 0;
}
.pic_ttl{
  font-size: 2.5em;
  /* font-weight: bold; */
  /* font-family: 'Oswald', sans-serif; */
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: 10px 0 5px;
}
.pic_ttl span{
  font-size: 0.5em;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 100;
}
.ex{
  font-size: 1.3em;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding-bottom: 20px;
}
.pic_txt{
  font-size: 1.8em;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding-bottom: 20px;
}
.pic_txt strong{
  background-color: #F2F2F2;
  padding: 2px 4px;
}
.pic_txt span{
  display: block;
  font-size: .8em;
}
.last_txt{
  text-align: right;
}
/* .menuHeader{
  margin: 60px 0 45px;
} */
.sp{
  display: none;
}
@media screen and (max-width:780px) { 
  #togo{
    width: 80%;
    margin: 0 auto;
    padding-top: 20px;
  }
  
  .cont_ttl{
    font-size: 3em;
    top: -5px;
  }
  .last_txt{
    text-align: center;
  }
  .togo_flex{
    margin: 20px 0;
    flex-direction: column;
  }
  .togo_cont{
    width: calc(100% / 1);
  }
  .pic_border .togo_cont{
    width: calc(90%/1);
  }
  .btn-flat-border {
    display: block;
    padding: 1em 4em;
    margin-bottom: 10px;
  }
  .togo_cont2{
    width: calc(100% / 1);
  }
    .am{
        padding: 0;
    }
/* picnic */
    .pic_ttl{
      font-size: 2em;
      line-height: .7;
      text-align: end;
      padding: 0 0 10px;
    }
  .pic_border{
    border: none;
  }
    .sp{
      display: block;
    }
    .menuHeader{
      margin-bottom: 15px;
    }
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {

.pc { display: none !important; }
.sp { display: block !important; }

}