@charset "utf-8";

.img-radius30{
  border-radius: 30px;
}
.color-red{
  color: #AE2652;
}

.header-section{
  margin-bottom: 30px;
  text-align: center;
}
.header-section h2{
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
}
.liner-yellor{
  display: inline-block;
  padding-bottom:10px;
  background: url(/static/img/tour/campaign/kyotango/bg-nami.png) repeat-x bottom left;
}
.header-section div + h2{
  margin-top: 20px;
}
.header-section p{
  font-size: 16px;
}
.header-section h2 + p{
  margin-top: 10px;
}
.layout-01 + .layout-01{
  margin-top: 100px;
}
.link-arrow-01:after{
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  margin-left: 5px;
  font-weight: 900;
}
.link-arrow-02:after{
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  margin-left: 5px;
  font-weight: 900;
}
.link-window:after{
  content: "\f24d";
  font-family: "Font Awesome 5 Free";
  margin-left: 5px;
  font-weight: normal;
}
@media(min-width:768px) {
.header-section{
  margin-bottom: 40px;
}
#layout-totoya .header-section{
  margin-bottom: 80px;
}
.header-section h2{
  font-size: 30px;
}
.header-section div + h2{
  margin-top: 20px;
}
.header-section p{
  font-size: 20px;
}
.header-section h2 + p{
  margin-top: 20px;
}
.layout-01 + .layout-01{
  margin-top: 140px;
}
}


.spimg{
  display: block !important;
  margin:0 auto;
}
.pcimg{
  display: none !important;
}
@media(min-width:750px) {
#Hero{
  background: url(/static/img/tour/campaign/kyotango/bg-hero.webp) no-repeat 50% 90px;
}
.inner-hero{
  width: 100%;
  max-width: 1100px;
  margin:0 auto;
  padding: 0 50px 40px;
  position: relative;
}
#Hero h1 img{
  width: 100%;
  max-width: 600px;
  margin:0 0 0 auto;
}
.spimg{
  display: none !important;
}
.pcimg{
  display: block !important;
}
.wrap-logoall{
  text-align: right;
  padding: 20px;
  margin-bottom: 70px;
}
.wrap-logoall img{
  margin:0 auto;
}
.position-kani{
  position: absolute;
  top: 90px;
  left: 20px;
  width: 100%;
  max-width: 120px;
}
}
@media(min-width:840px) {
#Hero h1 img{
  margin:0 auto;
}
.position-kani{
  position: absolute;
  top: 90px;
  left: 20px;
  width: 100%;
  max-width: 160px;
}
}
@media(min-width:992px) {
#Hero{
  background: url(/static/img/tour/campaign/kyotango/bg-hero.webp) no-repeat 50% 90px;
  min-height: 500px;
}
.inner-hero{
  padding: 0;
}
.position-kani{
  position: absolute;
  top: 20px;
  left: 10px;
  width: 100%;
  max-width: 180px;
}
}
@media(min-width:1300px) {
#Hero{
  background: url(/static/img/tour/campaign/kyotango/bg-hero.webp) no-repeat bottom center;
  min-height: 610px;
}
.inner-hero{
  max-width: 1500px;
}
#Hero h1 img{
  width: auto;
  max-width: 100%;
}
.position-kani{
  position: absolute;
  top: 20px;
  left: 10px;
  width: auto;
  max-width: 100%;
}
}


/*ナビゲーション*/
#Navi{
  padding: 20px 0;
  background: #F5F5F5;
}
.ul-navi{
  display: flex;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}
.ul-navi li{
  width: 50%;
}
.ul-navi li:first-child{
  padding-right: 5px;
}
.ul-navi li:last-child{
  padding-left: 5px;
}
.ul-navi li a{
  display: block;
  width: 100%;
  max-width: 465px;
  margin:0 auto;
  padding: 10px 30px 10px 10px;
  position: relative;
  border:solid 3px #1C1C1C;
  text-align: center;
  background: #fff;
  color: #1C1C1C;
  font-weight: bold;
  box-shadow: 3px 3px 0px 0px #1C1C1C;
}
.ul-navi li a:hover{
  text-decoration: none;
  color: #1C1C1C;
  box-shadow: none;
  position: relative;
  top: 3px;
  left: 3px;
}
.ul-navi li a:before{
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  font-weight: 900;
}
@media(min-width:768px) {
#Navi{
  padding: 40px 0;
}
.ul-navi li:first-child{
  padding-right: 10px;
}
.ul-navi li:last-child{
  padding-left: 10px;
}
.ul-navi li a{
  font-size: 24px;
  padding: 30px 30px;
  box-shadow: 7px 7px 0px 0px #1C1C1C;
}
.ul-navi li a:hover{
  top: 7px;
  left: 7px;
}
}




/*What*/
#What{
  background: #F5F5F5;
}
.inner-what{
  padding: 40px 0 60px;
}
.wrap-what-lead{
  text-align: center;
  margin-bottom: 60px;
}
.wrap-what-lead p{
  font-size: 16px;
}
.wrap-what-lead > div{
  margin-bottom: 40px;
}
.wrap-what-nature{
  margin-bottom:20px;
}
.wrap-what-nature p{
  font-size: 16px;
  margin-top: 20px;
}
.wrap-what-nature p small{
  display: block;
  line-height: 1.4;
}
.wrap-what-answer{
  text-align: center;
}
.wrap-what-answer > div{
  margin-bottom: 20px;
}
.wrap-what-answer p{
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.wrap-point-lead{
  position: relative;
}
.position-koryu{
  position: absolute;
  top: -30px;
  left: 20px;
  width:70px;
}
.wrap-point-lead > div{
  margin-bottom: 15px;
}
.wrap-point-lead p{
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.6;
}
.wrap-pickup-lead{
  margin-bottom: 40px;
}
.col-pickuplead-photo{
  margin-bottom: 15px;
  position: relative;
}
.position-hiketsu{
  position: absolute;
  top: -30px;
  right: 20px;
  width:70px;
}
.col-pickuplead-text{
  font-size: 16px;
  line-height: 1.6;
}
.wrap-pickup-play{
  padding: 30px 20px;
  background: #fff;
  border-radius: 20px;
}
.header-pickup-play{
  text-align: center;
  margin-bottom: 30px;
}
.header-pickup-play h3{
  font-size: 20px;
  font-weight: bold;
  color: #014897;
}
.header-pickup-play h3 + p{
  margin-top: 5px;
}
.row-plansample > dl + dl{
  margin-top: 30px;
}
.row-plansample > dl dt{
  margin-bottom: 20px;
}
.row-plansample > dl dd{
  font-size: 16px;
}
.row-plansample > dl dd b{
  display: block;
  margin-bottom: 10px;
  color: #AE2652;
}
.row-plansample > dl dd small{
  display: block;
  line-height: 1.6;
  margin-top: 10px;
}
.inner-what-bottom{
  padding: 60px 0;
  background: #fff;
  position: relative;
}
.inner-what-bottom:before{
  border:60px solid transparent;
  border-top: 30px solid #F5F5F5;
  left: 50%;
  content: "";
  display: block;
  top: 0px;
  transform: translate(-50%, 0);
  position: absolute;
}
.inner-what-bottom h2{
   text-align: center;
   font-size: 18px;
   margin-bottom: 20px;
   position: relative;
   text-align: center;
   display: flex;
   justify-content: center;
   align-items: center;
   padding: 0;
   font-weight: 900;
}
.inner-what-bottom h2 span{
    padding: 0 20px;
}
.inner-what-bottom h2:before,
.inner-what-bottom h2:after{
  content: "";
  display: inline-block;
  width: 4px;
  height: 80px;
  background: #000;
  border-radius: 2px;
}
.inner-what-bottom h2:before{
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.inner-what-bottom h2:after{
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.btn-check{
  background: #AE2652;
  border-radius: 5px;
  padding: 20px;
  font-size: 18px;
  text-align: center;
  position: relative;
  display: block;
  color: #fff;
  font-weight: bold;
}
.btn-check:hover{
  text-decoration: none;
  color: #1c1c1c;
  background: #feebf2;
}
.btn-check:before{
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  font-weight: 900;
}
.wrap-willerpeach{
  border: solid 5px #014897;
  border-radius: 30px;
  padding: 30px 20px;
  margin-top: 40px;
  position: relative;
}
.img-willerpeach-air{
  position: absolute;
  top: -19px;
  left: 10px;
  width: 72px;
}
.img-willerpeach-bus{
  position: absolute;
  bottom:-15px;
  right: 25px;
  width: 70px;
}
.title-willerpeach{
  color: #014897;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.wrap-willerpeach p{
  font-size: 16px;
}
.wrap-willerpeach p + p{
  margin-top: 10px;
}
.wrap-meister{
  text-align: center;
}
.wrap-meister img{
  zoom:0.5;
}
.wrap-meisterimg{
  overflow: hidden;
  border-radius: 30px;
}
.link-mester{
  background: none;
  padding: 0;
  margin:0;
}
@media(min-width:768px) {
.inner-what{
  padding: 80px 0 80px;
}
.wrap-what-lead{
  margin-bottom: 60px;
}
.position-koryu{
  position: absolute;
  top: -60px;
  left: 40px;
  width:auto;
}
.position-hiketsu{
  position: absolute;
  top: -60px;
  right: auto;
  left: -30px;
  width:auto;
}
.wrap-what-lead p{
  font-size: 20px;
}
.wrap-what-nature{
  width: 100%;
  max-width: 945px;
  margin:0 auto 20px;
}
.wrap-what-nature p{
  font-size: 20px;
}
.wrap-what-answer p{
  font-size: 20px;
}
.wrap-point-lead > div{
  margin-bottom: 30px;
}
.wrap-point-lead p{
  width: 100%;
  max-width: 950px;
  font-size: 18px;
  text-align: center;
}
.wrap-pickup-play{
  width: 100%;
  max-width: 950px;
  margin:0 auto;
  padding: 0;
  background: none;
}
.header-pickup-play h3{
  font-size: 26px;
}
.header-pickup-play h3 + p{
  margin-top: 5px;
}
.row-plansample{
  display: flex;
  flex-wrap: wrap;
}
.row-plansample > dl{
  width: 50%;
  padding: 0 10px 40px;
}
.row-plansample > dl + dl{
  margin-top: 0;
}
.row-plansample > dl dd{
  font-size: 18px;
}
.inner-what-bottom{
  padding: 120px 0 100px;
}
.inner-what-bottom:before{
  border:120px solid transparent;
  border-top: 60px solid #F5F5F5;
}
.inner-what-bottom h2{
   font-size: 24px;
   line-height: 1.6;
}
.inner-what-bottom h2:before,
.inner-what-bottom h2:after{
    height: 70px;
}
.inner-what-bottom h2 span{
    padding: 0 40px;
}
.btn-check{
  background: #AE2652;
  border-radius: 5px;
  padding: 25px;
  font-size: 24px;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}
.wrap-willerpeach{
  border: solid 5px #014897;
  border-radius: 30px;
  padding: 45px 40px;
  margin: 80px auto 0;
  position: relative;
  width: 100%;
  max-width: 950px;
}
.img-willerpeach-air{
  position: absolute;
  top: -36px;
  left: 10px;
  width: auto;
}
.img-willerpeach-bus{
  position: absolute;
  bottom:-28px;
  right: 40px;
  width: auto;
}
.title-willerpeach{
  font-size: 24px;
}
.wrap-willerpeach p{
  font-size: 20px;
  text-align: center;
}
.wrap-meister img{
  zoom:1;
}
}
@media(min-width:992px) {
.wrap-pickup-lead{
  display: flex;
  align-items: flex-end;
  margin-bottom: 80px;
}
.col-pickuplead-photo{
  width: 60%;
  margin:0;
}
.col-pickuplead-text{
  width: 40%;
  padding: 0 0 10px 20px;
  font-size: 18px;
}
.wrap-what-nature p{
  margin-top: -40px;
}
}
@media(min-width:1200px) {
.position-hiketsu{
  position: absolute;
  top: -50px;
  left: auto;
  right: -70px;
  width:auto;
}
}



/*Area*/
#Area{
  padding: 60px 0;
  background: #F5F5F5;
}
.box-area-pickpu{
  background: url(/static/img/tour/campaign/kyotango/map.png) no-repeat top center;
  padding-top: 300px;
  background-size: contain;
  margin-bottom: 40px;
}
.dl-areamap-pickup{
  padding: 0 20px;
}
.dl-areamap-pickup dt{
  margin-bottom: 15px;
}
.dd-pickup-title{
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}
.dd-pickup-title span{
  background: url(/static/img/tour/campaign/kyotango/arrow-black.png) no-repeat left bottom;
  display: inline-block;
  padding: 0 10px 10px 35px;
}
.dd-pickup-text{
  font-size: 16px;
}
.dd-pickup-text p + p{
  margin-top: 10px;
}
.row-spot > div{
  padding-left: 10px;
  padding-right: 10px;
}
.dl-spot{
  margin-bottom: 20px;
  padding: 20px 20px;
  background: #fff;
}
.dl-spot dt{
  margin-bottom: 10px;
}
.dl-spot dd{
  font-size: 14px;
}
.dl-spot dd b{
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
}
.wrap-linkmore{
  text-align: center;
}
.link-mottospot{
  background: none;
  padding: 0;
  text-align: center;
  font-size: 16px;
  text-decoration: underline;
  cursor: pointer;
  color: #007bff;
}
.link-mottospot:hover{
  text-decoration: none;
}
.open-spot{
  margin-top: 10px;
}
@media(min-width:768px) {
#Area{
  padding: 80px 0;
}
.box-area-pickpu{
  background: url(/static/img/tour/campaign/kyotango/map.png) no-repeat top left;
  padding-top:0;
  min-height: 672px;
  background-size: initial;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 40px;
}
.dl-areamap-pickup{
  width: 100%;
  max-width: 660px;
  margin:0 0 0 auto;
}
.dl-areamap-pickup dt{
  margin-bottom: 25px;
}
.dd-pickup-title{
  font-size: 20px;
  text-align: right;
  padding-right: 35px;
  margin-bottom: 30px;
}
.dd-pickup-title span{
}
.dd-pickup-text{
  font-size: 18px;
  padding-right: 25px;
  padding-left: 25px;
}
.wrap-linkmore{
  display: none;
}
.collapse:not(.show){
  display: block;
}
.open-spot{
  margin-top: 0px;
}
}




/*Plan*/
#Plan{
  padding: 20px 0 60px;
  background: #F5F5F5;
}
.wrap-plan-list{
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  position: relative;
}
.box-plan + .box-plan{
  margin-top: 20px;
  border-top: 1px dashed #707070;
  padding-top: 20px;
}
.text-plan{
  margin-bottom: 10px;
}
.dl-plan dt{
  font-size: 18px;
}
.dl-plan dd{
  font-size: 16px;
}
.price-line{
   text-align: right;
   width: 100%;
   display: block;
   margin-top: 5px;
}
.btn-dep .price-line{
   line-height: 1;
}
.price-line .num{
    font-size: 24px;
    font-weight: bold;
    color: #f53d7e;
}
.price-line .num.min:after{
   content: "～";
   font-size: 80%;
}
.price-line .num.max:after{
   content: "円";
   font-size: 80%;
}
.btn-reserve{
  background: #014897;
  border-radius: 5px;
  padding: 15px 20px;
  font-size: 18px;
  text-align: center;
  position: relative;
  display: block;
  color: #fff;
  font-weight: bold;
}
.btn-reserve:hover{
  text-decoration: none;
  color: #1c1c1c;
  background: #feebf2;
}
.btn-reserve:before{
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  font-weight: 900;
}
.list-btn-other{
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.list-btn-other li{
  width: 49%;
}
/*.list-btn-other li + li{
  margin-top: 5px;
}*/
.btn-pop{
  background: #fff;
  border-radius: 5px;
  padding: 15px 20px 15px 10px;
  font-size: 14px;
  text-align: center;
  position: relative;
  display: block;
  color: #014897;
  border:solid 3px #014897;
  font-weight: bold;
  cursor: pointer;
  width: 100%;
}
.btn-pop:hover{
  text-decoration: none;
  color: #1c1c1c;
  background: #feebf2;
  border:solid 3px #feebf2;
}
.btn-pop:before{
  content: "\f24d";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  font-weight: normal;
}
.row-plan{
  position: relative;
}
@media(min-width:768px) {
#Plan{
  padding: 80px 0;
}
.wrap-plan-list{
  padding: 50px;
}
.row-plan{
  display: flex;
  justify-content: space-between;
  position: relative;
}
.text-plan{
  width: 60%;
}
.btn-plan{
  width: 35%;
}
.dl-plan dt{
  font-size: 20px;
}
.dl-plan dd{
  font-size: 20px;
}
}




/*News*/
#News{
  padding: 60px 0 60px;
}
#News .header-section{
  padding:0 15px 15px;
  border-bottom: 5px solid #FCDF6C;
}
.wrap-news{
  margin-top: 30px;
}
.news-title{
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}
.news-text{
  margin-top: 30px;
}
.news-text p{
  font-size: 16px;
  line-height: 1.6;
}
@media(min-width:768px) {
#News{
  padding: 80px 0;
}
#News .header-section{
  padding:0 15px 30px;
}
.wrap-news{
  text-align: center;
}
.news-title{
  font-size: 20px;
  margin-bottom: 30px;
}
.news-text p{
  font-size: 18px;
}
}




/*Other*/
#Other{
  padding: 60px 0 60px;
  background: #F5F5F5;
}
.wrap-contents-card{
  padding: 0 20px;
}
.contents-card{
  display: block;
  padding: 10px;
  background: #fff;
  text-decoration: none;
  color: #1C1C1C;
  margin-bottom: 20px;
}
.contents-card:hover{
  text-decoration: none;
  color: #1C1C1C;
  background: #feebf2;
}
.dl-contents{
  margin-top: 10px;
}
.contents-title{
  font-size: 16px;
  margin-bottom: 10px;
}
.contents-text{
  font-size: 14px;
  margin-bottom: 5px;
}
.contents-sample{
  font-size: 14px;
}
.contents-price{
  font-size: 13px;
  text-align: right;
}
@media(min-width:768px) {
#Other{
  padding: 80px 0;
}
.wrap-contents-card{
  padding: 0 10px;
}
.contents-card{
  padding: 20px;
  margin-bottom: 0px;
}
}




.modal-header{
  background: #014897;
  color: #fff;
  font-weight: bold;
}
.dl-flow + .dl-flow{
  margin-top: 30px;
}
.dl-flow dt{
  margin-bottom: 10px;
}
.dl-flow dt span{
  display: inline-block;
  background: #1C1C1C;
  border-radius: 100px;
  color: #fff;
  font-size: 18px;
  padding: 10px 20px;
  line-height: 1;
}
.ul-flow > li{
  display: flex;
  width: 100%;
  border-radius: 100px;
  align-items: center;
  justify-content: space-between;
  padding: 15px 10px 15px 30px;
  font-weight: bold;
}
.ul-flow > li span{
  width: calc(100% - 60px);
}
.ul-flow > li.list-arrow span{
  width: calc(100% - 80px);
}
.ul-flow > li.list-arrow{
  padding: 0 10px 0 30px;
}
.ul-flow > li img{
  zoom:0.8;
}
.ul-flow > li.list-arrow img{
  zoom:0.5;
}
.list-air{
  border:solid 3px #014897;
}
.list-bus{
  border:solid 3px #AE2652;
}
.list-hotel{
  border:solid 3px #1C1C1C;
}
.list-arrow{
  margin:10px 0;
}
.dl-hoteldetail dt{
  font-size: 18px;
  margin-bottom: 20px;
}
.dl-hoteldetail dd + dd{
  margin-top: 10px;
}
.dd-hotel-photo img{
  margin-bottom: 10px;
}
.dd-hotel-text p{
  font-size: 14px;
}
.dd-hotel-text p + p{
  margin-top: 5px;
}
.ul-bus li{
  position: relative;
  padding-left: 15px;
  font-weight: normal;
}
.ul-bus li:before{
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}