@charset "UTF-8";

/* 全体 */
*{
   font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Hiragino Mincho ProN", Century, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
.wrapper{
  
  background-color:#f8f8f8;
}
.bg-white{
 background-color:#fff;
}
.bg-gray{
  background-color:#f8f8f8;
}

.bg-jal{
  background-color:#e2c1c1;
}
main .inner{
  width:100%;
  max-width:1000px;
  margin:0 auto;
  padding:15px 0px 50px;
}

.catch{
  text-align:center;
  padding:10px 0 15px;
  margin-bottom:30px;
}
.catch h2{
  display:inline-block;
  font-weight:bold;
  font-size:140%;
  width:280px;
  padding:5px;
  margin: 0 0 5px;
  border-bottom:3px solid #d80c18;
}
.catch p{
  font-size:110%;
}
/* header */
header{
      padding: 15px 0 0 0;
}

/* arr */
.dep-area{
  background-color:#323232;
  margin:20px auto 0;
  padding: 8px 0;
  width:100%;
  font-size:16px;
}
.dep-area .inner{
  width:100%;
  max-width:1200px;
  margin:0 auto;
  position: relative;
  color:#fff;
}
.dep-selector-form {
  position: relative;
  display: inline-block;
}

.dep-area .inner .hd{
  float: left;
  margin-right: 28px;
  padding:3px 0;
}
.dep-toggle {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Hiragino Mincho ProN", Century, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 20px;
  font-weight: bold;
  background: #ffffff;
  color: #000;
  border: none;
  padding: 3px 70px 3px 15px;
  margin:0 auto;
  cursor: pointer;
  position:relative;
}
.dep-toggle::after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #000 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    position: absolute;
    right: 11px;
    top: 50%;
    margin-top: -4px;
}
.dep-menu {
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 160px;
  position: absolute;
  min-width: 400px;
  left: 79px;
  top: 60px;
  color: #000;
  background: #fff;
  border: 1px solid #d0d0d0;
  z-index: 8888;
  transition: all .25s linear;
}

.dep-menu.open{
  animation-name: menuIn;
    animation-duration: .25s;
    animation-timing-function: ease-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-direction: alternate;
}
.dep-menu li{
      border-bottom: 1px solid #d0d0d0;
}

.dep-menu li button {
   font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Hiragino Mincho ProN", Century, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background: none;
  border: none;
  padding: 20px 48px 20px;
  width: 100%;
  text-align: left;
  cursor: pointer;
  display: block;
  position: relative;
  font-size:20px;
  font-weight:normal;
}

.dep-menu li button::after {
content: "";
    display: block;
    position: absolute;
    left: 32px;
    top: 50%;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    height: 6px;
    width: 6px;
    margin-top: -3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}

.dep-menu li button:hover {
  background-color: #f0f0f0;
}

.hidden {
  display: none;
}


/* top */
#top{
  width:100%;
  height:70vh;
  overflow: hidden;
  background: url(https://img.jtrip.co.jp/uploads/180606141639_33781258_2000.jpg?impolicy=mainimg);
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center 80%; 
  text-align: center;
}

#top img{
  width:auto;
  max-width:800px;
  height:65vh;
  margin:0 auto;
  
}
 
/* nav */

#nav{
  position:relative;
  padding:10px 0;
  background-color: #ffffff;
  border-bottom: 1px solid #ddd;
  overflow-x: scroll;
  position: sticky;
  top:0;
  box-shadow:1px 1px 3px #cfcfcf;
  -webkit-overflow-scrolling: touch;
  z-index:100000;
}
#nav ul{
  width:880px;
  margin:0 auto;
}

#nav a{
  color:#000;
}
#nav a:hover{
  padding:0 0 5px;
  color:#d80c18;
  border-bottom:2px solid #d80c18;
}
.nav-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 4px 0;
}

.nav-scroll {
  overflow-x: auto;
  white-space: nowrap;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  flex: 1;
}

.nav-menu {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-menu li {
  flex: 0 0 auto;
  margin: 5px 15px;
}

.nav-menu a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
}

.scroll-btn {
  background-color: #fff;
  border: none;
  font-size: 20px;
  padding: 0;
  cursor: pointer;
  width:auto;
  height:100%;
  position:absolute;
}

.btn-left{
 left:0;
 top:0;
}

.btn-right{
  right:0;
  top:0;
}
.scroll-btn.arrow {
  width: 32px; /* 任意のサイズ */
  height: 100%;
  background-image: url("https://img.jtrip.co.jp/uploads/211124105841_arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border: none;
  cursor: pointer;
  padding: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top:1px solid #eee;
}

.scroll-btn.btn-left {
 transform: rotate(90deg);
}

.scroll-btn.btn-right{
  transform:rotate(-90deg);
}
#nav::-webkit-scrollbar,
.nav-scroll::-webkit-scrollbar{
  display:none;
}

@media screen and (min-width: 1024px) {
  .scroll-btn {
    display: none !important;
  }
}
/* line */
#line{
  padding:30px;
  margin:50px 0 0 0;
}
#line:before {
  content: " ";
  display: block;
  height: 50px; 
  margin-top: -50px; 
  visibility: hidden;
  background-color:#a0a0a0;
}
#line .box{
  width:calc(100% - 20px);
  /* background-color:#06C755; 
  background-color:#30cc71; */
  background: linear-gradient(to bottom, #69eb9f, #0e9747);
  color:#fff;
  display:flex;
  flex-wrap:wrap;
  box-shadow:1px 1px 10px #ccc;
  
}
#line h2,
#line p{
  font-family:'游ゴシック',Arial, Helvetica, sans-serif;
  font-weight:bold;
  letter-spacing:1px;
}
#line .box h2{
  font-size:130%;
  padding:20px 0 25px;
  text-align: center;
  border-bottom:none;
}
#line .boxLeft,
#line .boxRight{
  width:calc((100% - 40px) / 2);
  padding:20px 10px;
}
#line .boxLeft p{
  padding:10px 0 10px 2.5rem;
  text-indent:-2rem;
}                                                                                                                               
.no1::before,.no2::before,.no3::before{
  padding: 3px 8px 3px 10px;
  margin-right: 10px;
  /*background-color:#fff;
  color:#06C755;*/
  border-radius: 50%;
}
.no1::before{
  content: '1';
  content: "✔";
}
.no2::before{
  content: '2';
  content: "✔";
}
.no3::before{
  content: '3';
  content: "✔";
}
#line .boxRight{
  background-color:#fff;
  text-align: center;
}
#line .boxLeft p.info{
  width:calc(100% - 15px);
  font-size:90%;
  padding:10px 0 0 10px;
  text-indent:0;
}
.lineQr{
  background-color:#fff;
  border:1px solid #06C755;
  width:calc(100% - 2px);
  max-width:180px;
  padding:20px;
  text-align:center;
  border-radius:20px;
  aspect-ratio: 1 / 1;
  margin: 0 auto 10px;
}
.lineQr img{
  width:100%;
  height:auto;
}


/* arrival area */
#arr_oka h3{
  margin: 0 auto 5px;
  font-size: 120%;
  border-bottom: 2px solid #e62e8b;
  width: 90%;
}
#arr_oka .info{
  background-color: #fff;
  width: calc(85% - 15px);
  margin: 0 auto 15px;
  border: 1px solid #ff476a;
  box-shadow: 0px 0px 10px #ff476a;
  border-radius: 20px;
  position:relative;
  padding:10px 5px 10px;
}
#arr_oka .caution{
  width:80%;
  margin:0 auto;
}

/* area */
#area{  margin:50px 0 0 0;}
#area:before {
    content: "";
    display: block;
    height: 50px; 
    margin-top: -50px; 
    visibility: hidden;
  background-color:#f8f8f8;
}

.area_box{
  width:100%;
  max-width:1000px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  justify-content: center;
}
.area_block{
  width:100%;
  max-width:320px;
  border-radius:10px;
  box-shadow:1px 1px 2px #ccc;
  margin: 0 auto 15px;
  position:relative;
  z-index:10;
}
.area_block img{
  width:100%;
  max-width:320px;
  height:auto;
  border-radius:10px;
  background:#111;
}

.area_block a{
  border-radius:50px;
}
.area_block img:hover:hover{
	opacity:0.5;
	transition:0.3s;
}
.area_box p{
  display:inline-block;
}
.area_name{
  display:inline-block;
  position:absolute;
  bottom:10px;
  left:10px;
  color:#fff;
  text-shadow:5px 5px 10px #000, 5px -5px 10px #000, -5px 5px 10px #000, -5px -5px 10px #000, 3px 3px 5px #000, 3px -3px 5px #000, -3px 3px 5px #000, -3px -3px 5px #000;
  font-weight:500;
  font-size:110%;
  letter-spacing:2px;
  z-index:50;
}
.area_name::before{
  content:'　';
  background-image:url("https://img.jtrip.co.jp/uploads/250616155507_icon_marker_red.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width:15px;
  height:auto;
  object-fit: cover;
  margin-right:8px;
  z-index:100;
}

/* tours */
#tours{
    margin:50px 0 0 0;
}
#tours:before {
    content: "";
    display: block;
    height: 50px; 
    margin-top: -50px; 
    visibility: hidden;
    background-color:#fff;
}
#tours h3{
  border-left:5px solid #d80c18;
  font-size: 22px;
  font-weight: bold;
  padding-left: 20px;
  border-bottom: 1px solid #d4d4d4;
  line-height: 1.86;
  letter-spacing: 1px;    
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
}
.area{
  margin:0 20px;
}
.areaBlock{
  width: 100%; 
  margin:15px auto 45px;
  overflow-x: scroll;
}
.areaFlexBox{
  width: 900px;
  display: flex;
  margin:0 auto;
}
.tourBlock{
  width: 100%; 
  max-width: 280px; 
  margin: 5px auto; 
  border: 1px solid #ccc; 
  position: relative; 
  display: flex; 
  flex-wrap: wrap;
  background-color:#fff;
  border-radius:20px;
}
.tourImage{
  width: 100%; height: auto; margin: 0 auto; position:relative;
}
.tourImage img{
  width: 100%; height: auto; aspect-ratio: 2 / 1; object-fit: cover;border-radius:20px 20px 0 0;
}
.tourImage span{
  position:absolute;
  top:0px;
  right:0px;
  display:inline-block;
  padding:4px 15px 4px 12px;
  color:#fff;
  border-radius:0 20px 0 10px;
}
.tourInfo{
  width: calc(100% - 12px); margin: 0 auto 2px; position: relative;line-height: 1.3; 
}
.tourTitle{
  width: calc(100% - 16px); padding: 8px; font-size: 120%; font-weight: bold;
}
.tourArea{
  padding: 0 8px 10px; font-size: 90%; color:#323232;
}
.tourText{
  padding: 0 8px 10px; font-size: 90%;  color:#b39200;
}
.tourPrice{
  padding-bottom: 10px; font-size: 80%;  text-align:right;
}
.tourPrice span{
  font-size: 180%; font-weight:bold; color:#d00c18;
}
.tourPrice span.en{
  padding-left:2px; font-size:110%;
}
.tourBlock a span{
  width:100%; height:100%; position:absolute; top:0; left:0;
}
.tour1{ width:290px; }
.tour2{ width:580px; }
.tour3{ width:870px; }
.tour4{ width:1160px; }
.tour5{ width:1450px; }
.tour6{ width:1780px; }
.tour7{ width:2030px; }
.tour8{ width:2320px; }
.tour9{ width:2610px; }
.tour10{ width:2900px; }

/* jal */
#jal{  margin:50px 0 0 0;}
#jal:before {
    content: "";
    display: block;
    height: 50px; 
    margin-top: -50px; 
    visibility: hidden;
}


#jal div.inner div.catch div p.text01,
#service div.inner div.catch div p.text01 { font-weight:bold; margin:10px 0 10px 0; color:#5f5757; }

#jal div.inner div.catch div p.text02,
#service div.inner div.catch div p.text02 { font-size:15px; margin:0;}

#jal div.inner div.catch p.text10,
#service div.inner div.catch p.text10 { text-align: center; margin:0;}



#jal div.inner div.catch {  width:auto; height:auto;}
#jal div.inner div.catch h2 { font-size:22px; letter-spacing: 0.12em; text-align: center; margin-bottom:10px; }

#jal div.inner div.catch ul { padding: 20px 0 15px; display: grid; grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));}

#jal div.inner div.catch ul li { display: flex; width:100%; }
#jal div.inner div.catch ul li div { display:block; padding: 15px 20px 15px; width:100%; background-color: #fff; margin:15px 10px 0; border-radius: 10px; }
#jal div.inner div.catch ul li div img { height:50px; }
#jal div.inner div.catch ul li div p { text-align: left;}
#jal div.inner div.catch div.mile { background-color: #605858; text-align:left; padding:20px 20px 5px; border-radius: 10px; margin:10px; text-align:center;display:flex; flex-wrap:wrap; justify-content: space-between;}
#jal div.inner div.catch div.mile p { color:#fff; text-align:left;}
#jal div.inner div.catch div.mile img { height:90px; margin:0 0 15px;}



/* service */
#service{  margin:50px 0 0 0;}
#service:before {
    content: "";
    display: block;
    height: 50px; 
    margin-top: -50px; 
    visibility: hidden;
}


#service div.inner div.catch { width:auto; height:auto;}
#service div.inner div.catch h2 { font-size:22px; letter-spacing: 0.12em; text-align: center; margin-bottom:10px; }
#service div.inner div.catch ul { list-style: none; padding: 20px 0 0; margin:0 auto 25px; display: grid; grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));}
#service div.inner div.catch ul li { display: flex; width:100%; }
#service div.inner div.catch ul li div {background-color:#fff; display:block; padding: 5px 20px 20px; width:auto;  margin:15px 10px 0; border-radius: 10px; border:solid 2px; border-color:#993746; }
#service div.inner div.catch ul li div img { height:50px; }
#service div.inner div.catch ul li div p { text-align: left;}
#service div.inner div.catch ul li div p.text03 { font-size:16px; font-weight:bold; margin:10px 0 10px 0; color:#993746; }

#service div.inner div.catch div.jtrip { background-color: #993746; text-align:left; padding:20px 30px 10px; border-radius: 10px; margin: 0 10px; display: flex; flex-wrap:wrap; justify-content: space-between; align-items: center; padding: 20px;} 
#service div.inner div.catch div.jtrip p { color:#fff;}
#service div.inner div.catch div.jtrip div.btn {border:none;padding:0; margin:15px 0;}
#service div.inner div.catch div.jtrip div.btn a {display: flex; justify-content: center; align-items: center; position: relative; width: 200px; height: 40px; color: #333; font-weight: bold; text-decoration: none; background-color: #fff; border-radius: 10px;}
#service div.inner div.catch div.jtrip div.actual { padding: 10px 30px 20px; margin: 20px 5px 20px 20px; background-color: #ffffe9; width: auto; border-radius: 10px; }
#service div.inner div.catch div.jtrip p.text04 { font-size:200%; font-weight:bold; color:#d80c18; text-align: center; margin:10px 0 0;}
#service div.inner div.catch div.jtrip p.text04 span { font-size:80%; font-weight:bold; }
#service div.inner div.catch div.jtrip p.text05 { font-size:95%; font-weight:400; color:#675f5e; text-align: center; margin:0;  }
#service div.inner div.catch ul li div{position:relative;}
#service div.inner div.catch ul li div span.service_link{display:inline-block;width:100%; height:100%; top:0; left:0; position:absolute;}





/* search */
#search{margin:100px 0 0 0; position: relative;}
#searchBox{position:absolute;top:-60px; left:0;}
#search:before {
    content: "";
    display: block;
    height: 50px; 
    margin-top: -50px; 
    visibility: hidden;
}
/* faq */
#faq{
  padding-bottom:100px;
   margin:50px 0 0 0;
}
#faq:before {
    content: "";
    display: block;
    height: 50px; 
    margin-top: -50px; 
    visibility: hidden;
}
.faq-container {
  max-width: 800px;
  margin: auto;
  padding: 0 0 1rem 0;
  border-radius: 8px;
  padding: 15px;
}
.accordion-item {
  border-bottom: 1px solid #ddd;
}
.accordion-button {
  width: 100%;
  padding: 1rem 1rem 1rem 1rem;
  text-align: left;
  font-size: 1rem;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  transition: background 0.2s;
  position:relative; 
  background-color: #ffffff;
}
.accordion-button:hover {
  background-color: #ffeaea;
}
.accordion-button::after {
  content: '▼';
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  left: 92%;
  top: 35%;
}
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 1rem; 
  background-color: #fff4f4;
}
.accordion-content p {
  margin: 1rem 0;
}




/* エリア装飾 */

.bg_okinawa{background-color:#e62e8b;}
.bg_hokkaido{background-color:#0081CC;}
.bg_tokyo{background-color:#45b035;}
.bg_kansai{background-color:#abcd03;}
.bg_shikoku{background-color:#d3c800;}
.bg_kyushu{background-color:#f39800;}
.bg_nansei{background-color:#ea5541;}
.bg_ski{background-color:#0081CC;}
.bg_golf{background-color:#007c53;}
.bg_diving{background-color:#324fba;}


.c_okinawa{color:#e62e8b;}
.c_hokkaido{color:#0081CC;}
.c_tokyo{color:#45b035;}
.c_kansai{color:#abcd03;}
.c_shikoku{color:#d3c800;}
.c_kyushu{color:#f39800;}
.c_nansei{color:#ea5541;}
.c_ski{color:#0081CC;}
.c_golf{color:#007c53;}
.c_diving{color:#324fba;}


/* 文字装飾 */
.red{ color:#d80c18;}
.redLine{ color:#d80c18; border-bottom:1px solid #d80c18;}
.f80{ font-size:80%!important;}
.f90{ font-size:90%!important;}
.f110{ font-size:110%!important;}
.f120{ font-size:120%!important;}
.f130{ font-size:130%!important;}
.f140{ font-size:140%!important;}
.f150{ font-size:150%!important;}
.space{ padding:0 4px;}
.bold{ font-weight:bold; }
.t_left{ text-align: left!important;}
.t_center{ text-align: center!important;}
.t_right{ text-align: right!important;}

/* pc版特別対応 */
@media screen and (min-width: 1000px) {
  .areaBlock::-webkit-scrollbar{
    display:none; 
  }
}

/* sp版 */
@media screen and (max-width: 768px) {

/* header */
header{
  padding:0;
}


main .inner{
  padding: 15px 0px 30px;
}

#top .spCont{
  background: #ffffff66;
}
#top img{
  width:auto;
  height:70vh;
}

/* arr */

.dep-area{
  margin:0 auto;
  padding: 7px 15px;
  width:100%;
  font-size:12px;
  margin-top: 0;
}
.dep-area .inner{
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex
;
}
.dep-selector-form {
  position: relative;
  display: inline-block;
}

.dep-area .inner .hd{
  float: left;
  font-size: 12px;
  margin-right: 11px;
  padding:8px 0 ;
  align-self: center;
  vertical-align: center;
}
.dep-toggle {
  font-size: 15px;
  font-weight: normal;
  border: none;
  margin:0 auto;
  cursor: pointer;
  position:relative;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 240px;

}

.dep-menu {
  margin: 0;
  padding: 0;
  width: 160px;
  position: absolute;
  min-width: 320px;
  left: 5px;
  top: 60px;
}

.dep-menu.open{
  animation-name: menuIn;
    animation-duration: .25s;
    animation-timing-function: ease-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-direction: alternate;
}
.dep-menu li button {
  padding: 15px 48px 15px;
  font-size:16px;
}

.dep-menu li button::after {
    margin-top: -4px;
}




/* line */
#line{
  padding:30px;
}
#line .box{
  width:100%                                                                                                                                                                            ;
  display:block;
}
#line .box h2{
  font-size:120%;
  padding:0 0 5px;
}
#line .boxLeft,
#line .boxRight{
  width:calc(100% - 16px);
  padding:20px 8px;
}
#line .boxLeft p{
  padding:10px 0 0 2.2rem;
}
.no1::before,.no2::before,.no3::before{
  padding:2px 8px;
  margin-right:6px;
  border-radius:50%;
  font-size:14px;
}
#line .boxRight{
  background-color:#fff;
  text-align: center;
}

.lineQr{
  width:calc(100% - 2px);
  max-width:150px;
  padding:20px;
  text-align:center;
  border-radius:20px;
  aspect-ratio: 1 / 1;
  margin: 0 auto 10px;
}
.lineQr img{
  width:100%;
  height:auto;
}

/* area */
#area .catch p{
  padding: 0 15px;
}
/* tour */


/* jal */

#jal div.inner div.catch ul { grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));}
#jal div.inner div.catch ul li div{margin: 15px 20px 0;}
#jal div.inner div.catch div.mile { margin: 15px 20px 0;  justify-content: center;}
#jal div.inner div.catch div.mile img { height:90px; margin:10px 0 10px;}


/* service */

#service div.inner div.catch ul {  grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));}
#service div.inner div.catch ul li div{margin: 15px 20px 0;}
#service div.inner div.catch div.jtrip {margin: 15px 20px 0; flex-wrap:wrap;} 
#service div.inner div.catch div.jtrip div.btn{ margin:10px auto 25px; text-align:center;}
#service div.inner div.catch div.jtrip div.text { width:100%; }
#service div.inner div.catch div.jtrip div.actual { width:100%; max-width:200px; margin:0 auto 10px;}


  /* faq */
  .faq-container {
    background-color: #f5f5f5;
  }
  .accordion-button {
    width: 100%;
    font-size:15px;
    padding: 1.5rem 2rem 1rem 1rem;
  }
  .accordion-content p {
    font-size:15px;
  }


  /* 文字装飾 */
  
.f80{ font-size:90%!important;}
.f90{ font-size:90%!important;}

}