
:root{
  --main-width:1100px;
  --clr: linear-gradient(to left, #A6E2ED, #DCECEF);
}

.depNav__dep{background:#333;}

.asj__news ul{
    background: #eee;
    width: 1000px;
    margin: 0 auto;
    border-radius: 10px;
    padding: 20px;
}
.asj__news li:last-of-type a{border-bottom:none;}
.asj__news li a {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: dotted 1px #aaa;
}
.asj__news .asj__ttl {
    margin-bottom: 40px;
}
.asj__news li a i{margin-left: auto;}
.asj__news li .date{
    font-size: 12px;
    color: #666;
    margin-right: 10px;
}
.asj__news {
    padding: 40px 0 60px;
    background: #9fd5e0;
}
.asj__news .hover_line{
    width: 1000px;
    margin: 15px auto 0;
    text-align: right;
    font-weight: bold;
}
.asj__news .hover_line i{
    margin-left: 5px;
}

/* Slide */
.uk-dotnav-contrast>.uk-active>* {
    background: #86c3d0;
}
.uk-dotnav-contrast>*>* {
    background: rgb(182 182 182 / 40%);
}
.uk-dotnav>*>*{width:10px;height:10px;}
.uk-dotnav{bottom: -30px;}
.uk-slidenav-position .uk-slidenav-previous,
.uk-slidenav-position .uk-slidenav-next{
  display: none !important;
}
.uk-dotnav-contrast>*>:hover,.uk-dotnav-contrast>*>:focus {
    background: rgb(182 182 182 / 40%);
}
.splide__slide img{border-radius: 10px;}


main{
  font-size:14px;
  line-height:1.8;
  font-family: "M PLUS Rounded 1c";
}
.col2Box,.col3Box,.col4Box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.col3Box li{
  width: calc(100% / 3 - 20px);  
}
.col4Box li{
  width: calc(100% / 4 - 20px);  
}
.txt{
  line-height: 1.8;
}
.asj__ttl {
    text-align: center;
    line-height: 1.2;
    margin-bottom: 60px;
}
.asj__ttl span{color:#666;font-size:20px;}
.asj__ttl b{
    display: block;
    font-size: 30px;
}

.img_search_wrap{
  position: relative;
}
.sd__change{margin-top:0;}
.is__search{
  width: 100%;
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    align-items: baseline;
    z-index:1;
    max-width: 1000px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.is__left {
    color: #fff;
  /*  text-shadow: 0px 0px 4px #000000f5; */
    line-height: 2;
    width: 400px;
    font-weight: bold;
    font-size: 16px;
}
.is__right{
  width:calc(100% - 450px);
}
.is__left h2{
    font-size: 50px;
    text-align: center;
}
.searchBox_wbf {
    width: 90%;
    background: #fff;
    margin: 0 auto;
    padding: 20px;
    border-radius: 10px;
    margin: 0;
}

/* ------------------------
  Navigation 
----------------------------*/

.asj__navi {
    background: #fff;
}
.asj__navi ul {
    max-width: var(--main-width);
    margin: 0 auto;
    padding:10px 0;
    display: flex;
    justify-content: space-between;
}
.asj__navi li {
    width: 100%;
    text-align: center;
    border-right: 1px solid #9fd5e0;
}
.asj__navi li:last-of-type{
  border-right: none;
}
.asj__navi a {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
    justify-content: center;
}
.asj__navi a i{
    transform: rotate(90deg);
}
.asj__navi a span{
  display: block;
  width: 100%;
}

/* ------------------------
  info 
----------------------------*/

.asj__info {
    max-width: var(--main-width);
    margin: 60px auto;
}
.asj__info .col2__left {
    width: 500px;
    padding: 50px;
}
.asj__info .col2__right{
  padding: 50px 0;
  width: calc(100% - 550px);
}
.asj__info img{border-radius: 15px;}

/* tour */
.asj__tour {
    background: #eee;
    padding: 70px 0;
    border-radius: 30% 30% 0 0;
}
.asj__box,.asj__gBox,.asj__cBox,.asj__hBox{
    max-width: var(--main-width);
    margin:0 auto;
}
.asj__tour ul{
  margin: 50px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  
}
.asj__tour li{
  background: #fff;
}
.asj__tour li img{
    height: 180px;
    object-fit: cover;
    width: 100%;
}
.asj__tour-info{
    background: #333;
    color: #fff;
    padding: 5px 10px;
}

.asj__tour-txt {
    font-size: 14px;
    padding: 20px;
}
.asj__tour-txt b {
    font-weight: bolder;
    display: block;
    margin-bottom:20px;
    font-size: 17px;
}
.asj__prcTxt {
    font-size: 20px;
    padding: 0 20px 20px;
    font-weight: bold;
    color: #e44612;
}

/* gourmet */

.asj__gourmet {
    background: #eee;
    padding: 50px 0;
}
.asj__gourmet .col3Box{
  margin: 50px;
}
.asj__gourmet img{
    border-radius: 20px;
}
.asj__gourmet li b{
    display: block;
    font-size: 25px;
    text-align: center;
    margin: 20px 0;
}
.asj__gourmet li span{
    background: #fff;
    display: block;
    margin: 20px 0;
    padding: 10px;
    border-radius: 10px;
    font-size: 80%;
}

/* modelCourse */
.asj__course{padding:50px 0;}
.asj__course .ttl{
  padding: 10px;
    background: #A7E2ED;
    text-align: center;
    font-size: 20px;
}
.asj__course .col3Box li:nth-of-type(2) .ttl{
  background:#D2EDA7;
}
.asj__course .col3Box li:nth-of-type(3) .ttl{
  background:#EDEDA7;
}

.asj__course li {
    background: #f4f4f4;
    padding-bottom: 20px;
}
.asj__course dl {
    padding: 20px 20px 0;
    align-items: center;
}
.asj__course dt{width: 4rem;}
.asj__course dd{width: calc(100% - 4rem);}
.asj__course dd span{
    display: block;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}
.asj__course .col3Box{
  margin:50px 0;
}
.ico_btn i{
    background: #a7e2ed;
    padding: 15px;
    border-radius: 50%;
    color: #3e9dae;
}
.asj__course dd span i{
    margin-right: 0.5rem;
    color: #5ab7c9;
}


/* Hotel */
.asj__hotel{
  margin:90px 0;
}
.asj__hotel .col2Box li{
  width: calc(100% / 2 - 20px);
  margin-bottom:40px;
}
.asj__hotel img {
    border-radius: 10px;
    height: 300px;
    width: 100%;
}
.h__txt b{
    display: block;
    font-size: 30px;
    margin: 20px 0;
    text-align: center;
    line-height: 1.8;
}
.h__txt span {
    display: block;
    position: relative;
    margin: 20px 0;
    border: 2px solid #ccc;
    padding: 20px;
    border-radius: 20px;
    font-size: 15px;
}
.h__txt span::before {
    content: "POINT";
    font-weight: bold;
    background: #fff;
    padding: 5px 15px;
    display: inline-block;
    position: absolute;
    top: -15px;
    left: 20px;
}
.prc__box ul{
  display: grid;
  width: 90%;
  margin-left: 50px;
  /*grid-template-columns: repeat(3, 1fr);*/
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
}
.prc__box a{
  display: block;
}
.prc__box .depName {
    background: #333;
    color: #fff;
    text-align: center;
    display: block;
    padding: 10px;
    border-radius: 10px;
}
.prc__box .yen_parent{
  font-size: 24px;
  color:#f00;
  text-align: center;
}
.asj__hotel .prc__box li{
  width: inherit;
}

.asj__option{
    background: #eee;
    padding: 90px 0;
}
.asj__option img{
    border-radius: 20px;
    box-shadow: 10px 9px 0px 0px #aae3ed;
}
.asj__option dl:nth-of-type(2) img{
     box-shadow: 10px 9px 0px 0px #D2EDA7; 
}
.asj__option dl:nth-of-type(3) img{
     box-shadow: 10px 9px 0px 0px #EDEDA7; 
}
.asj__option dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 50px;
}
.asj__option dt{
  width: 430px;
}
.asj__option dd{
  width: calc(100% - 610px);
}
.asj__option dd b{
    font-size: 24px;
    text-align: center;
    display: block;
    margin-bottom: 20px;
}
.asj__option dd a{
    display: block;
    background: #eee;
    text-align: center;
    padding: 20px 0;
    border-radius: 50px;
    margin-top: 20px;
    font-size: 16px;
    background: #A7E2ED;
    font-weight: bold;
}
.asj__option dl:nth-of-type(2) dd a{
    background:#D2EDA7;
}
.asj__option dl:nth-of-type(3) dd a{
  background:#EDEDA7;
} 

.asj__info2{padding:90px 0;}
.asj__info2 .col4Box{
   margin-top:45px; 
}

.img__wrap {
    position: relative;
    margin-bottom: 30px;
}
.img__wrap::before {
    content: "";
    background: #33333378;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
}
.img__wrap span{
    position: absolute;
    font-size: 40px;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.asj__access{
    background: #f8f8f8;
    padding: 80px 0;
}
.tbl__box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
}
.asj__tbl .tbl__box:nth-of-type(1){border-bottom:none;}

.tbl__box p:nth-of-type(1) {
    width: 10rem;
    font-weight: bold;
    font-size: 18px;
    display: block !important;
}

.tbl__box p:nth-of-type(2), .tbl__box p:nth-of-type(3) {
    width: calc((100% - 12rem) / 2);
    padding: 20px 0;
}
.tbl__box .tbl__ttl {
    background: #ACD5FF;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 17px;
}
.tbl__box .tbl__ttl:nth-of-type(2){
  background: #faeb75;
}
.asj__map{
  padding: 80px 0;

}
.asj__map .mapimg {
    width: 800px;
    margin: 120px auto 0;
}
.asj__mapBox{width:var(--main-width);margin:0 auto;    position: relative;}
.map__btn{
  overflow: hidden;
    width: 120px;
    border: 2px solid #333;
    position: absolute;
    top: -31px;
    right: 153px;
    background: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    border-radius: 5px;
    box-shadow: 5px 5px 0 0px #bbd4f3;
}
.map__btn img {
    height: 80px;
    width: 100%;
    object-fit: cover;
}
#map_2.map__btn {
    top: 111px;
    right: 139px;
}
#map_3.map__btn{
    right: 370px;
    top: -50px;
}
#map_4.map__btn {
    top: 245px;
    right: 250px;
}
#map_5.map__btn {
    right: 520px;
    top: -10px;
}
#map_6.map__btn {
    right: 691px;
    top: -30px;
}
#map_7.map__btn {
    top: 194px;
    right: 410px;
}
#map_8.map__btn {
    top: 350px;
    right: 415px;
}
#map_9.map__btn {
    right: 656px;
    top: 126px;
}
#map_10.map__btn {
    top: 485px;
    right: 455px;
}

.map__box {
    z-index: 41;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background: #fff;
    width: 800px;
    padding: 30px;
    display: none;
    align-items: flex-start;
    justify-content: space-between;
}
.map__box img{
  width: 400px;
}
.map__box p{
  margin-left: 20px;
}
.map__box p b {
    font-size: 20px;
    display: block;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
#ovl_map {
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 40;
    width: 100%;
    display: none;
}
.asj__article img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}
.asj__article .col3Box b {
    display: block;
    font-size: 16px;
    margin: 10px 0;
}
.asj__article p {font-size:14px;}
.asj__article{padding: 80px 0;}

.asj__faq {
    background: #f7f7f7;
    padding: 80px 0;
}
.asj__faq dt{
  position: relative;
    padding: 15px 0;
    font-size: 18px;
    border-bottom: 1px solid #aaa;
}
.asj__faq dd{
background: #fff;
    padding: 20px;
    border-radius: 20px;
    margin: 20px 0;
}
.asj__faq dt::after{
content: "";
    position: absolute;
    top: 50%;
    right: 49px;
    width: 1px;
    height: 20px;
    background: #333;
    transform: translateY(-50%);
    transition: .3s;
}
.asj__faq dt.active::after{content:none;}
.asj__faq dt:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 40px;
    width: 20px;
    height: 1px;
    background: #333;
    transform: translateY(-50%);
}
.spOnry{display: none;}

@media (max-width: 599px){
  .spOnry{display: block;}
  .asj__faq dt{font-size:15px;}
.asj__faq dt:before {right: 10px;}
.asj__faq dt::after {right: 20px;}

.asj__faq dd{font-size:12px;}
  :root{
    --main-width:100%;
  }
  .is__search {
    background: #eee;
      width: 100%;
      display: block;
      position: static;
      transform: inherit;
      top: inherit;
      left: inherit;
      margin: 0 auto;
  }
.sd__change {
    width: 90%;
    margin: 0 auto;
    justify-content: space-between;
        padding-top: 25px;
        display: flex;
}
.sd__change label {
    font-size: 15px;
    color: #333;
    text-shadow: inherit;
}
.sd__change label::before {
    background-color: #ffffff;
    border: 1px solid #ccc;
}
  .is__left,
  .peach .is__left{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 40px;
    font-size: 14px;
  }
  .img_search_wrap img,
  .peach .img_search_wrap img{
    max-width: inherit;
    display: block;
    height: 400px;
    width: inherit;
  }
.is__right,
.peach .is__right{
    width: 100%;
}
  .searchBox_wbf{width: 100%;background:#eee;padding: 5px 20px 20px;}
  .dppTxt{background: #fff;}
.asj__info {
    margin: 0 auto;
    width: 85%;
}
  .asj__info .col2__right {
      padding: 0;
      width: 100%;
      margin: 0 auto;
  }  
  .asj__info .col2__left {
      width: 100%;
      padding: 0;
      margin: 40px auto;
  }  
  .asj__ttl {
    margin-bottom: 30px;
    line-height: 1.5;
  }
  .asj__tour {
      border-radius: 0;
      margin: 80px 0;
  }
  .scrBox{
    overflow-x: scroll;
  }
  .asj__tour ul,.asj__gourmet ul,.asj__hotel ul{
    display: flex;
    flex-wrap: inherit;
    justify-content:inherit;
    width: 1200px;
    margin:0 0 20px;
  }
  .asj__ttl b {display: block;font-size: 20px;}
  .asj__ttl span {color: #666;font-size: 12px;}
  .asj__box, .asj__gBox, .asj__cBox, .asj__hBox {
      max-width: 90%;
      margin: 0 auto;
  }
  /* scrollBar */
  .scrBox::-webkit-scrollbar{
    height: 6px;
  }
  .scrBox::-webkit-scrollbar-track{
    background-color: #ccc;
    border-radius: 10px;
  }
  .scrBox::-webkit-scrollbar-thumb {
      background-color: #2698c4;
      width: 40%;
      border-radius: 10px;
  }
  .col3Box li {
      inherit;
  }
  .asj__course .col3Box li {
      width: 100%;
      padding: 0;
      margin-bottom: 20px;
  }
  .asj__hotel ul{width:2400px;}
  .asj__hotel .col2Box li{
    /*width: 300px;*/
    width: 300%;
    margin-left: 5px;
  }
  .prc__box ul{
    /*width: inherit;*/
    width: 300%;
    margin-left: 5px;
  }
  .scrWrap{display: flex;width:900px;}
.asj__option dl {
    width: 280px;
    padding: 0;
    margin-right: 40px;
}
.asj__course dl:last-of-type{padding-bottom:20px;}
.asj__option dd {
    width: 100%;
    padding: 40px 0;
}
.tbl__box p:nth-of-type(1){
    width: 4rem;
    font-size: 14px;
}
.tbl__box p:nth-of-type(2), .tbl__box p:nth-of-type(3) {
    width: calc((100% - 5rem) / 2);
    padding: 20px 0;
    font-size: 12px;
}  
.tbl__box p:nth-of-type(2), .tbl__box p:nth-of-type(3) {
    width: calc((100% - 5rem) / 2);
    padding: 10px 0;
    font-size: 12px;
}
.is__left h2{font-size:45px;}
.map__btn{display: none;}
.map__box {
    display: block;
    width: 280px;
    position: inherit;
    transform: inherit;
    padding: 0;
}
.mapBox_wrap {
    display: flex;
    flex-wrap: wrap;
    width: 3000px;
    justify-content: space-between;
}
.asj__map .scrBox{margin:20px;}
 .map__box p {
    margin: 20px 0;
    font-size: 85%;
}
.asj__map {
    padding: 0 0 40px;
}
.map__box p b{font-size:16px;}
.asj__map .mapimg {
    width: 800px;
    margin: 30px 0;
}
.asj__hotel .col2Box li {
    width: 300px;
    margin-right: 20px;
    margin-bottom:0;
}
.h__txt b{font-size:20px;}
.h__txt span{font-size:12px;}
.asj__hotel .prc__box li {
    width: calc(100% / 3 - 10px) !important;
    margin: 0 !important;
}
.asj__hotel p{
font-size: 12px;
}
.asj__hotel img {
    border-radius: 10px;
    height: 200px;
    width: 100%;
}
.asj__option dd b{font-size:20px;}
.asj__option dd{font-size:12px;}
.asj__option{padding:40px 0;}
.col4Box{
  width: 1200px;
}
.col4Box li {
    width: 280px;
    margin-right: 20px;
    font-size: 12px;
    padding-bottom: 30px;
}
.asj__article .col3Box li {
    width: calc(100% / 2 - 10px);
}
.asj__article img {
    height: 130px;
} 
.asj__article p {
    font-size: 12px;
}
.asj__gourmet .col3Box {
    width: 900px;
    margin: 0;
}
.asj__gourmet .col3Box li{width:280px;margin-right: 20px;padding-bottom:20px;}
.asj__tour ul.dep_KS,.asj__tour ul.dep_CY{
  width: 2400px;
}
.asj__tour li{width: 280px;margin-right:20px;flex-shrink:0;}
.prc__box .yen_parent {
    font-size: 14px;
    color: #f00;
}
.asj__gourmet li b{font-size: 20px;}

.asj__navi {
  display: none;
    background: var(--clr);
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    z-index: 43;
    width: 100%;
}
.asj__navi ul {
    width: 100%;
    display: block;
    padding-top: 0;
}
.asj__navi a {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid #83afb7;
    width: 100%;
    flex-wrap: wrap;
    text-align: left;
}
  .asj__navi a span{width: 90%;}
  #close_btn {
      background: #333;
      color: #fff;
      padding: 15px 0;
      position: fixed;
      bottom: 0;
      left: 0;
  }
  .depNav__dep {
      position: fixed;
      bottom: 0;
      width: 100%;
      z-index: 42;
  }
  #navBtn{margin-left: auto;}
  .asj__course .ttl {
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .asj__course .ttl i {
      font-size: 12px;
      margin-left: 20px;
  }
 .asj__course .open .ttl i {
    transform: rotate(180deg);
  } 
  .asj__news ul {
      background: #f6f6f6;
      width: 90%;
      margin: 0 auto;
  }
  .asj__news li a{flex-wrap: wrap;}
  .asj__news span.tit{
      width: 90%;
      font-size: 13px;
      line-height: 1.5;
  }
  .asj__news .hover_line {
    width: 90%;
  }
.asj__navi{
  background:var(--clr);
}  
}


.peach .is__left {
  width: 500px;
}
.peach .is__right {
  width: calc(100% - 550px);
}
.peach .topTourBox .topTourBox01,.peach .topTourBox .topTourBox02{
  padding: 15px;
}
.peach .topTourBox .photo{
  width: 100%;
}
.peach .topTourBox .photo img{
  width: 100%;
    padding: 0;
    margin: 0;
    border: solid 5px #FFF;
}
.peach02 .topTourBox .photo img{
  border: solid 5px #d14e97;
}
.peach .topTourBox .text a{
    background-color: #FFF;
    padding: 10px;
    font-size: 90%;
    text-align: center;
    display: block;
}
.peach02 .topTourBox .text a{
  background-color: #d14e97;
  color: #FFF;
}
.peach02 .topTourBox .text a .info{
  background-color: #FFF;
}
.peach .topTourBox .text a .ttl02{
  font-size: 140%;
  font-weight: bold;
}
.peach .topTourBox .text a .price{
  color: red;
  font-weight: bold;
  font-size: 120%;
}
.peach .topTourBox a.link02{
  display: block;
  margin-top: 10px;
  background-color: #0246a7;
  border-radius: 6px;
  padding: 5px;
  text-align: center;
  color: #FFF;
  font-size: 90%;
  font-weight: bold;
}

@media (max-width: 599px) {
    .peach02 .topTourBox{
      margin-top: 10px;
    }
    .peach02 .topTourBox .topTourBox01, .peach02 .topTourBox .topTourBox02{
      padding: 5px;
    }
    .peach .topTourBox .text a{
      padding: 5px;
    }
    .peach .topTourBox .text a .ttl01{
      font-size: 12px;
    }
    .peach .topTourBox .text a .ttl02{
      font-size: 15px;
    }
    .peach .topTourBox .text a .price{
      font-size: 15px;
    }
    .peach .topTourBox a.link02{
      font-size: 12px;
    }
    .peach .is__left{
      width: 100%;
      position: absolute;
      top: 100px;
    }
    .img_search_wrap img, .peach .img_search_wrap img{
      width: 100%;
      height: auto;
    }
    .peach .topTourBox .photo img{height: auto;}
    .peach .is__right {
        width: 100%;
       /* margin-top: 380px; */
    }
  
}

.getdpprice_tour .info{
  padding: 0 10px 10px 10px;
  line-height: 1.2;
}
