@charset "utf-8";
/* CSS Document */

.ti{
    font-size: 20px;
  }

.item.LINE::before {
    background: #000;
}

.item::before {
  display: inline-block;
  background: #e62c36;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  padding: 6px 8px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.item-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-bottom: 80px; */
}

.item-list li:first-child {
    border-left: 2px solid;
}

.item-list li {
    width: calc(100% / 4);
    padding: 5px 10px;
    text-align: center;
    border-right: 2px solid;
}

.item-list li > a::after {
    content: "▼";
    font-size: 85%;
    /* position: absolute; */
    top: 0.1em;
    bottom: 0;
    right: -1.5em;
    margin: auto;
}

.item-list li > a > span {
    font-size: 150%;
    font-weight: bold;
}

.item-nav {
    margin: 50px 0px;
}

/* .item-nav li > a {
    font-size: 20px;
} */

.item__title:not(:first-of-type) {
    margin-top: 100px;
}

.item__title::before, .item__title::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #000;
}

.item__title {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 40px 0;
}

.item__title2 {
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 40px 0 100px 0px;
}

.item_title--text {
    margin: 0 20px;
    white-space: nowrap;
    font-size: 30px;
    line-height: 1.4;
    font-weight: 800;
    letter-spacing: 6px;
}

.item_title--text>span {
    display: block;
    font-size: 60%;
}


.mainArea a {
    text-decoration: none;
}

.item__contents {
    display: flex;
    flex-wrap: wrap;
}
.item__contents.is-column--04 .item:not(:nth-child(4n)) {
    margin-right: 20px;
}
.item__contents.is-column--04 .item {
    width: 233px;
}
.item {
    background: #fff;
    position: relative;
    /* box-shadow: 0px 2px 0px 1px rgba(0, 0, 0, 0.3); */
    border: 1px solid;
    overflow: hidden;
    display: block;
    color: #100f0d;
    border-color: #BABABA;
}

.item__image--photo {
  position: relative;
}

.item__image--photo p.tagu {
  position: absolute;
  color: white;
  top: 0;
  left: 0;
  background: black;
  padding: 2px;
  font-size: 12px;
}

.item__image--photo img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.item__image--port.is-air {
    background: #0b318f;
}

.item__image--port {
    padding: 6px;
    color: #fff;
    font-size: 12px;
}

.item__text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 180px;
}

.item__text, .item__special {
    margin: 7px;
    color: #5b5b5b;
}

.item__text--title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    color: #100f0d;
}

.item__text--point {
    margin: 5px 0;
    font-size: 12px;
    color: #494949;
    line-height: 1.5;
}

.item__text--price {
    margin: 10px 0 5px;
    font-size: 18px;
    color: #ff2e38;
    font-weight: bold;
}

.item__text--day, .item__text--condition {
    font-size: 11px;
    line-height: 1.5;
    font-weight: normal;
}

.item__text--day, .item__text--condition {
    font-size: 11px;
    line-height: 1.5;
    font-weight: normal;
}


.btnx,
a.btnx,
button.btnx {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn-wrap-pc-sp {
  max-width: 435px;
  margin: 0 auto 20px;
}

a.btn-pc-sp {
  line-height: 1.4;

  width: 49.5%;
  padding: 1.25rem 0;

  color: #ffff;
}

a.btn--contact {
  /* font-size: 2rem; */

  display: block;

  padding: 1.6rem 0 1.6rem 2.2rem;

  color: #fff;
  border-radius: 5vh;
  background: #f97d26;
  -webkit-box-shadow: 0 5px 0 #d25600;
  box-shadow: 0 5px 0 #d25600;
  margin: 8%;
}

a.btn--contact i {
  font-size: 2rem;
}

a.btn--contact i.fa-position-left {
  font-size: 3rem;
  color: #fff;
  left: 2rem;
}

a.btn--contact .number {
  line-height: 1;
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.25rem 2rem;
  letter-spacing: 0;
  color: white;
  border-radius: 0.5rem;
  /* background: #fff; */
  font-size: 1.6rem;
  font-weight: bold;
}

a.btn--contact:hover {
  color: #fff;
}

a.btn--tel {
  display: block;
  margin-top: 15px;
  padding: 1.2rem 0;
  color: #fff;
  border-radius: 5vh;
  background: #17b15b;
  -webkit-box-shadow: 0 5px 0 #008039;
  box-shadow: 0 5px 0 #008039;
  margin: 8%;
}

a.btn--tel i {
  font-size: 2rem;
}

a.btn--tel i.fa-position-left {
  font-size: 3rem;
  color: #fff;
  left: 2rem;
}

a.btn--tel .number {
  line-height: 1;
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.25rem 2rem;
  letter-spacing: 0;
  color: white;
  border-radius: 0.5rem;
  /* background: #fff; */
  font-size: 1.6rem;
  font-weight: bold;
}

.phone-number2{
  font-size: 30px;
  color: white;
  font-weight: bold;
}

a.btn--tel:hover {
  color: #fff;
}

.fa-position-left {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 1rem;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}

.btncontact.type12{
  width: 100%;
  max-width: 500px;
  padding: 15px 10px;
  display: inline-block;
  text-align: center;
  letter-spacing: 0.1em;
  color: black;
  border: 2px solid black;
  border-style: dashed;
  font-size: 1.5rem;
}

.contactimg{
  text-align: center;
}

.contactimg img{
  width: 450px;
  margin: 40px auto;
  box-shadow: 10px 10px 10px rgba(0,0,0,0.25);
  border: 2px solid #DDEEFF;
}

.toptitle{
  padding: 0.5em;
  color: #00B0F0;
  /* background: #f0ffff; */
  border-left: solid 10px #00B0F0;
  margin: 20px 0px;
  font-size: 30px;
  font-weight: bold;
}

.waribiki{
  color: #00B0F0;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  margin: 0px 0px 0px 200px;
}

.waribiki2{
  font-size: 17px;
  text-align: center;
  margin: 0px 0px 0px 200px;
}


/* .waribiki3 p img{
  width:200;
} */


.icon {
  position: relative;
  padding-left: 70px;
  margin: 30px 0px;
}
.icon::before {
  content: url(https://www.best1cruise.com/user_data/img/tokusyu/best1japan_travel/goto_japan_mini.jpg?v=<!--{$tpl_ver}-->);
  display: block;
  overflow: hidden;
  position: absolute;
  left: 3%;
  top: 50%;
  transform: translateY(-50%);
  border: solid 1px gray;
  width: 1000px;
}


/* リボン */
.ribbon17-wrapper {
  display: block;
  position: relative;
  margin: 15px auto;
  padding: 10px 10px 10px 100px;
  width: 96%;
  height: auto;
  background: #FFFFFF;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14);
  box-sizing: border-box;
  margin-bottom: 60px;
}
.ribbon17-content {
  position: absolute;
  top: -13px;
  left: -8px;
  width: 95px;
  height: 96px;
  overflow: hidden;
  }
.ribbon17 {
  display: inline-block;
  position: absolute;
  padding: 7px 0;
  left: -41px;
  top: 24px;
  width: 162px;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  background: #FFA520;
  color: #fff;
  letter-spacing: 0.05em;
  -webkit-transform: rotate(45deg);
  transform: rotate(-45deg);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  font-weight: bold;
}
.ribbon17:before{
  position: absolute;
  content: "";
  border-top: 4px solid #B2751B;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  bottom: -4px;
}
.ribbon17:after {
  position: absolute;
  content: "";
  border-top: 4px solid #B2751B;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  bottom: -4px;
}
.ribbon17:before {
  left: 14px;
}
.ribbon17:after {
  right: 18px;
}
.ribbon_text{
  font-size: 30px;
  font-weight: bold;
  padding: 10px 10px 10px 100px;
}
.ribbon_ti{
  text-align:center;
  background-color: #60B701;
  color: #fff;
  padding: 10px 0;
  font-size: 18px;
  border-radius: 10px;
  margin-top: 5px;
  filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.4));
}
.ribbon_link{
  pointer-events: none;
} 


.toptitle2 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
}

.toptitle2:before, .toptitle2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  border-top: solid 1px 00B0F0;
  border-bottom: solid 1px 00B0F0;
}

.toptitle2:before {
  left:0;
}
.toptitle2:after {
  right: 0;
}


h2.midashi {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 140px 0px 50px 0px;
  font-size: 30px;
  font-weight: bold;
  white-space: nowrap;
}

h2.midashi:before,
h2.midashi:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  margin: 0px 30px;
}

/* Accordion Faq */
.tab_sell {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  color: #fff;
  overflow: hidden;
  margin: 5px auto;
}
.tab_sell2 {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  color: #fff;
  overflow: hidden;
  margin: 5px auto;
}
input.tab-uno1_sell {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
input.tab-uno4_sell {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
label.tab-uno2_sell,
label.tab-uno3_sell  {
  position: relative;
  display: block;
  padding: 0 0 0 1em;
  background: #000;
  font-weight: bold;
  line-height: 3;
  cursor: pointer;
  font-size: 1.5rem;
  text-align: center;
  color: white;
  margin-left: -20px;
  letter-spacing: 2px;
}
label.tab-uno2_sell {
  background-color: #ef825d;
}

label.tab-uno3_sell {
  background-color: #92D050;
}
.tab-content_sell {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
  color: #000;
}
.tab-content_sell2 {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
  color: #000;
}
.tab-content_sell p {
  margin: 1em;
}
.tab-content_sell2 p {
  margin: 1em;
}
/* :checked */
input.tab-uno1_sell:checked ~ .tab-content_sell {
  max-height: 100%;
}
input.tab-uno4_sell:checked ~ .tab-content_sell2 {
  max-height: 100%;
}
/* Icon */
label.tab-uno2_sell::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
label.tab-uno3_sell::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
input.tab-uno1_sell[type=checkbox] + label.tab-uno2_sell::after {
  content: "+";
}
input.tab-uno1_sell[type=radio] + label.tab-uno2_sell::after {
  content: "\25BC";
}
input.tab-uno1_sell[type=checkbox]:checked + label.tab-uno2_sell::after {
  transform: rotate(315deg);
}
input.tab-uno1_sell[type=radio]:checked + label.tab-uno2_sell::after {
  transform: rotateX(180deg);
}

input.tab-uno4_sell[type=checkbox] + label.tab-uno3_sell::after {
  content: "+";
}
input.tab-uno4_sell[type=radio] + label.tab-uno3_sell::after {
  content: "\25BC";
}
input.tab-uno4_sell[type=checkbox]:checked + label.tab-uno3_sell::after {
  transform: rotate(315deg);
}
input.tab-uno4_sell[type=radio]:checked + label.tab-uno3_sell::after {
  transform: rotateX(180deg);
}

.midashi{
  font-weight: bold;
  font-size: 1.25rem;
  background-color: #3cb3e4;
  color: #fff;
  padding: 1rem 2rem;
  width: 40%;
  border-radius: 10px;
  text-align: center;
}

.tokuten{
  line-height: 2;
  font-size: 1rem;
  font-weight: bold;
}

.tokuten span{
  line-height: 2;
  background:linear-gradient(transparent 60%, #ff6 60%);
  font-weight: bold;
}

.accordion label,
.accordion .midashi {
  word-break: keep-all;
}

.huistenbosch{
  text-align: center;
}

.ribbon_house {
  display: inline-block;
  position: relative;
  height: 80px;
  line-height: 80px;
  vertical-align: middle;
  text-align: center;
  padding: 7px 0;
  font-size: 18px;
  background: #f31360;
  color: #fff;
  box-sizing: border-box;
  /* font-size: 30px; */
  margin: 20px auto;
}

.ribbon_house h2 {
  vertical-align: middle;
  margin: 0;
  padding: 9px 50px;
  border-top: dashed 1px #fff;
  border-bottom: dashed 1px #fff;
  line-height: 46px;
  font-size: 30px;
  color: #fff;
  text-shadow: 1px 1px 0px rgba(0,0,0,0.3);
  font-weight: bold;
}

.ribbon_house:before, .ribbon_house:after{
position: absolute;
content: '';
width: 0px;
height: 0px;
z-index: 1;
}

.ribbon_house:before {
  top: 0;
  left: 0;
  border-width: 40px 0px 40px 20px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.ribbon_house:after {
  top: 0;
  right: 0;
  border-width: 40px 20px 40px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}


.camp5 {
  background: #f3136014;
  /* display: inline-block; */
  /* margin: -20px; */
  width: 800px;
  margin: -20px auto;
  padding: 30px;
}

.camp5 .p1 {
  font-weight: 600;
  font-size: 25px;
  line-height: 1.8;
}

.camp5 .p2 {
  font-size: 20px;
  line-height: 1.8;
}

.camp8 {
  padding: 1rem 2rem;
  color: #fff;
  /* background: #69b717; */
  -webkit-box-shadow: 5px 5px 0 #69b717;
  box-shadow: 5px 5px 0 #92d050;
  /* display: inline-block; */
  font-size: 25px;
  margin: 20px auto 10px;
  /* background-image: radial-gradient(#0175d5 13%, transparent 1%), radial-gradient(#0175d5 13%, transparent 13%); */
  /* background-position: 0 0, 25px 25px; */
  background: repeating-linear-gradient(
-45deg
, #69b717, #69b717 5px,#79c728 5px, #60b109 10px);
  text-shadow: 1px 1px 0px rgb(0 0 0 / 30%);
  font-weight: bold;
  width: 560px;
}


.best1plan {
  padding: 1rem 2rem;
  color: #fff;
  /* background: #69b717; */
  /* -webkit-box-shadow: 5px 5px 0 #69b717; */
  box-shadow: 5px 5px 0 #e8693d;
  /* display: inline-block; */
  font-size: 25px;
  margin: 20px auto 10px;
  /* background-image: radial-gradient(#0175d5 13%, transparent 1%), radial-gradient(#0175d5 13%, transparent 13%); */
  /* background-position: 0 0, 25px 25px; */
  background: repeating-linear-gradient(
-45deg
, #ef825d, #ef825d 5px,#ea754d 5px, #ec6a3e 10px);
  text-shadow: 1px 1px 0px rgb(0 0 0 / 30%);
  font-weight: bold;
  width: 560px;
}

.red {
  color: #BF9000;
}

.bold {
  font-weight: 600;
  font-size: 30px;
}

.lip {
  width: 800px;
  margin: 0 auto;
}

.lip li {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  margin: 20px;
  padding-left: 1em;
  text-indent: -2em;
}

.br_class{
  font-size: 13px;
}


.tour_plan table {
  border-collapse: collapse;
  text-align: center;
  margin: 0px auto 20px;
}
.tour_plan th, td {
  padding: 5px;
  border: 1px solid #333;
  font-size: 18px;
}
.tour_plan th {
  background-color: #989898;
  color: #FFF;
  font-size: 18px;
}

.plan1 {
  margin: 20px auto;
}

.plan1_midashi {
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
  background-color: #FFC000;
}

.plan1_main {
  display: flex;
  background-color: #0070C0;
}

.plan1_main img,.plan2_main img{
  width: 350px;
}

.plan1_intro{
  font-size: 20px;
  line-height: 1.8;
  text-align: left;
  /* margin: 20px; */
  font-weight: bold;
  /* background-color: #0070C0; */
  color: #fff;
  padding: 30px;
}

.plan2_main {
  display: flex;
  background-color: #00B050;
}
.other_plan{
  text-align: right;
}

.tour_plan_midashi {
  font-size: 20px;
  font-weight: bold;
  background-color: #048ef1;
  padding: 10px;
  /* width: 560px; */
  margin: 10px auto 0px;
  color: #fff;
}

#css-slider { 
  width: 500px;
  height: 300px;
  overflow: hidden;
  background: #666;
  margin: 0 auto;
} 
.slide-item { 
  float: left;
  position: relative;
  background: #222;
  color: #fff;
  display: flex;
  align-items: center;
} 
.slide-item img{ 
  width: 500px;
} 
.slider-wrapper { 
  width: 500%;
  position: relative;
  left: 0;
  /* will-change: transform; */
  animation: slider 18s infinite;
} 
@keyframes slider { 
  0% { transform: translateX(0); } 
  20% { transform: translateX(-500px); } 
  40% { transform: translateX(-1000px); } 
  60% { transform: translateX(-1500px); } 
  80% { transform: translateX(-2000px); } 
  100% { transform: translateX(0); } 
}


.japan_btn,
a.japan_btn,
button.japan_btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.japan_btn_orange,
a.japan_btn_orange {
  color: #fff;
  background-color: #eb6100;
}
.japan_btn_orange:hover,
a.japan_btn_orange:hover {
  color: #fff;
  background: #f56500;
}