img {
    image-rendering: -webkit-optimize-contrast;
}
.mainimg{
    position: relative;
    font-size: 0;
}
.mainimg .title{
    position: absolute;
    top: 5%;
    left: 27%;
}
.mainimg .title img{
    width: 100%;
}
.mainimg img{
    width: 100%;
    height: auto;
}
.baliflow .lead{
    background: #38B9D6;
    padding: 20px 0;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    line-height: 180%;
}
.baliflow .lead p span{
    font-weight: bold;
}
.yellow-back{
    background: #FBF9ED;
}
.blue-back{
    background: #E7F9FD;
}
.mdashiimg{
    text-align: center;
}
h2{
    font-size: 35px;
    font-weight: bold;
    text-align: center;
}
h2 .ora{
    border-bottom: dotted #F9A361 7px;
}
h2 .bl {
    border-bottom: dotted #2FB6D4 7px;
}
.midashi_t{
    margin: 20px 0;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
h2 img,h2 span{
    vertical-align: middle;
}
h2 img{
    margin-right: 10px;
}
.jyunbi{
    margin: 40px 0 10px;
}
.jyunbi .box{
    border-radius: 20px;
    border: #2FB6D4 solid 4px;
    text-align: center;
    padding: 20px;
    margin-bottom: 15px;
    background: #FFF;
    word-wrap: break-word;
}
.jyunbi .box a{
    color: #000;
}
.jyunbi .box .img{
    margin: 20px 0;
}
.jyunbi .box .text{
    margin: 10px 0;
}
.jyunbi .box h3{
    font-size: 20px;
    margin: 15px 0;
    color: #309CB9;
    font-weight: bold;
}
.jyunbi .box h3 span{
    background-size: 100% 26px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(253,255,148, 0)), color-stop(0.5, rgba(253,255,148, 0)), color-stop(0.6, rgba(253,255,148, 1)), color-stop(0.98, rgba(253,255,148, 1)), to(rgba(253,255,148, 0)));
}
.jyunbi .box .bold{
    font-weight: bold;
}

.after-flow{
    margin: 40px 0 0;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
.after-flow .orange{
    border: solid 1px #F98B40;
    padding: 10px;
    background: #FDF4E5;
}
.after-flow .orange .red{
	font-size: 23px;
    color: #fa0b3d;
    border-bottom: solid #fa0b3d 1px;
}
.after-flow img,.after-flow .item{
    vertical-align: middle;
}
.after-flow img{
    margin-right: 10px;
}
.after-flow .arrow{
    margin: 15px 0;
}
.after-flow .in{
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.after-flow .in .two,.after-flow .in .three{
    width: 49%;
}
.after-flow .in .two{
    margin-right: 15px;
}
.after-flow .in .two .text{
    border: solid 1px #3476D6;
    padding: 10px;
    background: #E5FEFB;
}
.after-flow .in .three .text{
    border: solid 1px #3AAF31;
    padding: 10px;
    background: #F1FDE5;
}
.after-flow .bd{
    border-bottom: solid #000 1px;
}
.after-flow .in .red{
    color: #FB317D;
    font-size: 20px;
}
.after-flow .in .red.big{
    font-size: 23px;
    border-bottom: solid #FB317D 1px;
}
.base.white{
    background: #FFF;
    border-radius: 20px;
    padding: 40px;
    word-wrap: break-word;
}
.base.white .bottom{
    margin: 30px 0;
    text-align: center;
}
.base.white .bottom a{
    color: #000;
}
.yellow-back.padding,.blue-back.padding{
    padding: 60px 0;
}
.tourlink{
    text-align: center;
    width: 60%;
    margin: 50px auto;
    border-radius: 10px;
   background-image   : radial-gradient(#f3a620 20%, transparent 23%),
                       radial-gradient(#f3a620 20%, transparent 23%);
  background-position: 0 0, 5px 5px;
  background-size    : 10px 10px;
  position: relative;
  height: 85px;
}
.tourlink p{
    border: solid 4px #F3A620;
    background: #FCF6D2;
    position: absolute;
    top: 0;
    left: -22px;
    width: 100%;
    border-radius: 15px;
}
.tourlink p a{
    display: block;
    padding: 10px;
    color: #E0791A;
    font-size: 27px;
    text-decoration: none;
    font-weight: bold;
}
.tourlink p img,.tourlink p span{
    vertical-align: middle;
}
.tourlink p img{
    margin-right: 10px;
}
.tourlink p a:hover{
    opacity: 0.8;
}
.tourlink:hover{
    background: none;
}
p.bt_pagetop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 200;
}
.qa{
	background: #FFF;
	border-radius: 20px;
	padding: 40px;
}
						
.qa h3 {
    text-align: center;
    font-size: 25px;
    margin-bottom: 25px;
	font-weight: bold;
}
.qa h3 span{
    border-bottom:solid 1px #000;
    padding-bottom: 8px;
}
.qa .qabox {
    margin-bottom: 20px;
    border-bottom: solid 1px #c3c3c3;
    padding-bottom: 20px;
}
.qa p.question {
    margin-bottom: 15px;
    font-size: 18px;
	position: relative;
	padding-left: 30px;
	font-weight: bold;

}
.qa p.question:before {
    content: "Q";
    color: #2FB6D4;
    font-size: 23px;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: -3px;
}
.qa .qabox.last{
border-bottom: none;
	}
	.qa p.answer {
	position: relative;
		padding-left: 30px;
		font-size: 15px;
	}
	.qa p.answer:before {
    content: "A";
    color:#f1b03a;
    font-size: 22px;
    font-weight: bold;
    position: absolute;
    left: 2px;
    top: -5px;
}
.pdf{
text-align: center;
margin-top: 50px;
}
.pdf a{
display: block;
    background: #32a0b9;
    border-radius: 10px;
    padding: 10px;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
}
.pdf a:hover{
	opacity: 0.8;
}
.pdf img,.pdf span{
	vertical-align: middle;
}
.pdf img{
	margin-right: 10px;
	width: 30px
}
.border2{
	margin: 15px 0;
    font-size: 18px;
	text-align: center;
	margin-bottom: 65px;
}
.border2 span{
	border-bottom: solid 1px #333; 
    font-weight: bold;
}

.schedule span.red{
    color: #FB0D35;
}
.jyunbi .box:first-child,.jyunbi .box:nth-child(2){
position: relative;
	}

.jyunbi .box .bg-cover{
position: absolute;
top: 0;
left: 0;
border-radius: 15px;
background-color: rgba(255, 255, 255, 0.7);
width: 100%;
height: 100%;
display: block;
z-index: 1;
}
.jyunbi .box .bg-cover p{
color: #000;
font-size: 30px;
position: absolute;
top: 21%;
right: 0;
left: 0;
font-weight: bold;}
.jyunbi .box .bg-cover p span{
border: 3px solid #000;
padding: 0 5px;
line-height: 1;
margin: 0 5px;}
.jyunbi .box:nth-child(2) .bg-cover p{
  font-size: 22px;
  top: 34%;
}

.schedule .off,.jyunbi .box.off{
    position: relative;
}
.schedule .off::before {
    content: "";
    height: 100%;
    width: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
}
.schedule .off .text,.schedule .off .text a{
    color: #928d8d;
}
.jyunbi .box.off::before {
    content: "";
    height: 100%;
    width: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
}
.jyunbi .box.off::before{
    border-radius: 16px;
}
.jyunbi .box.off{
    border: solid 3px #727272;
    color: #6d6666;
}
.jyunbi .box.off a{
    color: #6d6666;
}
.jyunbi .box.off h3{
    color: #6d6666;
    margin-left: 14%;
}
.jyunbi .box.off h3 span{
    background: none;
}
.jyunbi .box .iconbase{
    display: flex;
    align-items: center;
}
.jyunbi .box .iconbase .new{
    background: #fa8d26;
    border-radius: 5px;
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
    padding: 5px;
    margin-right: 16px;
    width: 80px;
    text-align: center;
}
.jyunbi .box .iconbase2{
    position: relative;
    width: 100%;
}
.jyunbi .box .old{
    background: #727272;
    border-radius: 5px;
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
    padding: 5px;
    margin-right: 16px;
    width: 80px;
    text-align: center;
    position: absolute;
    left: -2%;
    z-index: 10;
    top: 8%;
}
@media (min-width: 767px),print {
    .pc_none{
        display: none !important;
    }
.base{
    width: 60%;
    margin: 0 auto;
    padding: 50px 0;
}
.lead p{
/*    width: 60%;*/
    margin: 0 auto;
}
.schedule{
width: 1000px;
    margin: 0 auto;
}
.schedule a{
    color: #000;
}
.schedule .day{
    font-size: 0;
}
.schedule .cont{
    background-color: #FFF;
    padding: 10px 0;
    width: 1000px;
    font-size: 12px;
    position: relative;
}
.schedule .box{
    background:url("../img/balitravelflow/schedule_back_new3.png?1740");
    background-repeat: repeat;
}
.schedule .how_1,.schedule .how_2,.schedule .how_3,.schedule .how_4,.schedule .how_5{
    display: table-cell;
    vertical-align: top;
}
.schedule .how_1{
    width: 227px;
    padding: 0 10px;
}
.schedule .how_2{
    width: 152px;
    padding: 0 10px;
}
.schedule .how_3{
    width: 220px;
    padding: 0 10px;
    padding-left: 20px;
}
.schedule .how_4{
    width: 300px;
    padding: 0 20px;
    position: relative;
}
.schedule .op.ore{
  margin: 10px 0;
    text-align: center;
    font-size: 16px;
    color: #Fff;
    background: #FB823F;
}
.schedule .how_5{
    width: 107px;
    padding: 0 10px;
    position: relative;
}
.schedule .how_6{
    width: 298px;
    position: absolute;
    right: 10px;
/*    bottom: 166px;*/
    bottom: 150px;
}
.schedule .midashi{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 2px 5px;
}
.schedule .midashi.blue{
    border: solid 1px #2440A0;
    color: #2440A0;
}
.schedule .midashi.pink{
    border: solid 1px #FA376F;
    color: #FA376F;
    font-size: 14px;
    background: #FFF;
}
.schedule .text{
    margin: 5px 0;
    font-weight: bold;
    font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro", "Meiryo UI", "Meiryo", "MS PGothic", sans-serif;
}
.schedule .center{
    text-align: center;
}
.schedule .margin{
    margin: 5px 0;
}
.schedule .midashi.red{
    border: solid 1px #FB0D35;
    color: #FB0D35;
}
.schedule .midashi.ora{
    border: solid 1px #FB823F;
    color: #FB823F;
}
.schedule .midashi.ora2{
    border: solid 1px #FB823F;
    color: #FB823F;
    font-size: 13px;
}
.schedule .text .bd{
  display: inline-block;
  background-size: 100% 15px;
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(243, 255, 66, 0)), color-stop(0.5, rgba(243, 255, 660, 0)), color-stop(0.6, rgba(243, 255, 66, 1)), color-stop(0.98, rgba(243, 255, 66, 1)), to(rgba(243, 255, 66, 0)));
}
.schedule .link a{
    display: block;
    background: #FB823F;
    border-radius: 5px;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    padding: 5px;
    position: relative;
    padding-right: 10px;
    font-size: 11px;
}
.schedule .link a::after {
    display: block;
    position: absolute;
    top: 32%;
    right: 5px;
    content: "";
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #FFF;
}
.schedule .link a:hover{
    opacity: 0.8;
}
.schedule .op{
    background: #fffbdb;
    padding: 5px;
}
.schedule .insei{
  display: inline-block;
  background-size: 100% 15px;
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(243, 255, 66, 0)), color-stop(0.5, rgba(243, 255, 660, 0)), color-stop(0.6, rgba(243, 255, 66, 1)), color-stop(0.98, rgba(243, 255, 66, 1)), to(rgba(243, 255, 66, 0)));
  font-weight: bold;
  margin-left: 30px;
}
.schedule .insei_arrow{
    position: absolute;
    top: 40px;
    right: -6px;
}
.schedule .waku_t{
    padding: 30px 0;
    width: 113px;
    text-align: center;
}
.schedule .waku_arrow{
    position: absolute;
    bottom: 10px;
    right: 170px;
}
.schedule .waku_t2{
    position: absolute;
    bottom: 35px;
    right: 82px
}
.schedule .waku_t3{
    position: absolute;
    bottom: -10px;
    right: 35px;
    background: #FFF;
}

.jyunbi{
    display: flex;
    flex-wrap: wrap;
}
.jyunbi .left,.jyunbi .right{
    width: 49%;
}
.jyunbi .left{
    margin-right: 15px;
}
.jyunbi .left .box{
    min-height: 455px;
}
.base.white .textin{
    margin: 30px 0 0;
    text-align: center;
}
.base.white .imgim{
    text-align: center;
    margin: 40px 0 0;
}
.after-flow .in .three .padding{
    padding: 20px;
}
#contact-tel-img{
    padding: 0;
}
.jyunbi.item4 .left .box, 
.jyunbi.item4 .right .box {
    min-height: 444px;
}
	.jyunbi .box{
		width: 94%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
	}
	/*.jyunbi .box{
		width: 44%;
	}*/
/*	.jyunbi .box:nth-child(1){
		margin-right: 2%;
	}*/
.jyunbi .box .left_flex{
    width: 26%;
}
.jyunbi .box .right_flex{
    width: 73%;
    text-align: left;
}
.jyunbi .box h3{
    /*width: 100%;*/
}

.jyunbi .box:nth-child(2) {
        margin-right: 2%;
        width: 41%;
    }
.jyunbi .box:nth-child(3) {
        width: 44%;
    }
}
/* SPƒŒƒCƒAƒEƒg */
@media (max-width: 767px) {
body {
    padding-top: 64px;
}
#page_s_top{
    display: none !important;
}
    .sp_none{
        display: none !important;
    }
.mainimg .title {
    left: 0;
    top: -4%;
    padding: 15px;
    right: 0;
}
.baliflow .lead{
    padding: 10px;
    font-size: 3.5vw;
    text-align: left;
}
.base{
    padding: 30px 10px;
}
.mdashiimg img{
    width: 20%;
}
h2{
    font-size: 5vw;
}
h2 .ora {
    border-bottom: dotted #F9A361 3px;
}
h2 .bl {
    border-bottom: dotted #2FB6D4 3px;
}
.midashi_t{
    font-size: 4vw;
}
.schedule{
    font-size: 3.5vw;
}
.schedule .margin img{
    width: 30px;
}
.schedule .day{
    width: 15%;
}
.schedule .day img{
    width: 46px;
    height: auto;
}
.schedule .cont{
    background: #FFF;
    vertical-align: top;
    padding: 10px;
    font-size: 3.5vw;
    font-weight: bold;
}
.schedule .text{
    margin: 5px 0;
    font-weight: bold;
    font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro", "Meiryo UI", "Meiryo", "MS PGothic", sans-serif;
}
.schedule .center{
    text-align: center;
}
.schedule .margin{
    margin: 5px 0;
}
.schedule .midashi{
    text-align: center;
    font-weight: bold;
    padding: 5px;
}
.schedule .midashi.blue{
    border: solid 1px #2440A0;
    color: #2440A0;
}
.schedule .midashi.pink{
    border: solid 1px #FA376F;
    color: #FA376F;
    background: #FFF;
}
.schedule .midashi.red{
    border: solid 1px #FB0D35;
    color: #FB0D35;
}
.schedule .midashi.ora{
    border: solid 1px #FB823F;
    color: #FB823F;
}
.schedule .midashi.ora2{
    border: solid 1px #FB823F;
    color: #FB823F;
    font-size: 13px;
}
.schedule .text .bd{
  display: inline-block;
  background-size: 100% 15px;
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(243, 255, 66, 0)), color-stop(0.5, rgba(243, 255, 660, 0)), color-stop(0.6, rgba(243, 255, 66, 1)), color-stop(0.98, rgba(243, 255, 66, 1)), to(rgba(243, 255, 66, 0)));
}
.schedule .link a{
    display: block;
    background: #FB823F;
    border-radius: 5px;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    padding: 5px;
    position: relative;
    padding-right: 10px;
    font-size: 3.2vw;
    font-weight: bold;
}
.schedule .link a::after {
    display: block;
    position: absolute;
    top: 32%;
    right: 5px;
    content: "";
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #FFF;
}
.schedule .box-1,.schedule .box-2,.schedule .box-3,.schedule .box-4,.schedule .box-5,.schedule .box-6,.schedule .box-7{
    display: flex;
}
.schedule .box-2,.schedule .box-3,.schedule .box-4,.schedule .box-5,.schedule .box-6,.schedule .box-7{
    margin-top: -20px;
}
.schedule .day-1{
    writing-mode: vertical-rl;
    align-items: center;
    display: flex;
    padding: 5% 2% 2%;
/*    padding: 27% 2% 2%;*/
    background: #3974CE;
    font-size: 4vw;
    color: #FFF;
    position: relative;
    width: 20px;
    font-weight: bold;
}
.schedule .day-1::before{/*‹^Ž——v‘f*/
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 20px solid #3974CE;
  bottom: 0;
  z-index: 2;
}
.schedule .day-1::after{/*‹^Ž——v‘f*/
  position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 24px solid #FBF9ED;
    bottom: -4px;
    z-index: 1;
}
.schedule .day-2{
    writing-mode: vertical-rl;
    align-items: center;
    display: flex;
    padding: 12% 2% 2%;
    background: #F6863C;
    font-size: 4vw;
    color: #FFF;
    position: relative;
    width: 20px;
    font-weight: bold;
}
.schedule .day-2::before{/*‹^Ž——v‘f*/
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 20px solid #F6863C;
  bottom: 0;
  z-index: 2;
}
.schedule .day-2::after{/*‹^Ž——v‘f*/
  position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 24px solid #FFF;
    bottom: -4px;
    z-index: 1;
}
.schedule .day-3{
    writing-mode: vertical-rl;
    align-items: center;
    display: flex;
    padding: 11% 2% 2%;
    background: #F6863C;
    font-size: 4vw;
    color: #FFF;
    position: relative;
    width: 20px;
    font-weight: bold;
}
.schedule .day-3::before{/*‹^Ž——v‘f*/
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 20px solid #F6863C;
  bottom: 0;
    z-index: 4;
}
.schedule .day-3::after{/*‹^Ž——v‘f*/
  position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 24px solid #FFF;
    bottom: -4px;
    z-index: 3;
}
.schedule .day-4{
    writing-mode: vertical-rl;
    align-items: center;
    display: flex;
/*    padding: 25% 2% 2%;*/
    padding: 11% 2% 7%;
    background: #F6863C;
    font-size: 4vw;
    color: #FFF;
    position: relative;
    width: 20px;
    font-weight: bold;
}
.schedule .day-4::before{/*‹^Ž——v‘f*/
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 20px solid #F6863C;
  bottom: 0;
  z-index: 2;
}
.schedule .day-4::after{/*‹^Ž——v‘f*/
  position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 24px solid #FFF;
    bottom: -4px;
    z-index: 1;
}
.schedule .day-5{
    writing-mode: vertical-rl;
    align-items: center;
    display: flex;
    padding: 10% 2% 12%;
    background: #F6863C;
    font-size: 4vw;
    color: #FFF;
    position: relative;
    width: 20px;
    font-weight: bold;
}
.schedule .day6-7{
    writing-mode: vertical-rl;
    align-items: center;
    display: flex;
    padding: 10% 0;
    background: #FA376F;
    font-size: 3vw;
    color: #FFF;
    position: relative;
    width: 34px;
    flex-wrap: wrap-reverse;
    position: relative;
    width: 68px;
    font-weight: bold;
}
.schedule .op.ore {
    margin: 10px 0;
    text-align: center;
    font-size: 16px;
    color: #Fff;
    background: #FB823F;
}
.schedule .day-6{
    writing-mode: vertical-rl;
    align-items: center;
    display: flex;
    padding: 15% 0;
    font-size: 3vw;
    color: #FFF;
    position: relative;
    width: 20px;
}
.schedule .day-6::before{/*‹^Ž——v‘f*/
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #FA376F;
  bottom: 0;
  z-index: 2;
}
.schedule .day-6::after{/*‹^Ž——v‘f*/
  position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #FFF;
    bottom: -4px;
    z-index: 1;
}
.schedule .day-7{
    writing-mode: vertical-rl;
    align-items: center;
    display: flex;
    padding: 15% 0;
    font-size: 3vw;
    color: #FFF;
    position: relative;
    width: 17px;
}
.schedule .day-7::before{/*‹^Ž——v‘f*/
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #FA376F;
  bottom: 0;
  z-index: 2;
}
.schedule .day-7::after{/*‹^Ž——v‘f*/
  position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #FFF;
    bottom: -4px;
    z-index: 1;
}
.schedule .number{
    -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}
.how_1,.how_2,.how_3,.how_4,.how_5,.how_6,.how_7{
    background: #FFF;
    padding: 10px;
    width: 100%;
}
.schedule a{
    color: #000;
}
.schedule .op {
    background: #fffbdb;
    padding: 5px;
    margin-bottom: 15px;
}
.schedule .insei{
   text-align: center;   
}
.schedule .insei span{
  background-size: 100% 15px;
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(243, 255, 66, 0)), color-stop(0.5, rgba(243, 255, 660, 0)), color-stop(0.6, rgba(243, 255, 66, 1)), color-stop(0.98, rgba(243, 255, 66, 1)), to(rgba(243, 255, 66, 0)));
  font-weight: bold;
}
.how_1 .border,.how_2 .border,.how_3 .border,.how_4 .border{
    border-bottom: dotted 2px #F6863C;
    margin-bottom: 15px;
}
.how_2 .border{
    padding-bottom: 15px;
}
.how_5 .border{
    padding-bottom: 40px;
}
.how_3 .border{
    height: 88px;
}
.how_5{
    position: relative;
}
.how_5 p.insei_arrow{
    position: absolute;
    left: 25%;
    bottom: -2%;
    z-index: 10;
}
.how_6,.how_7{
    padding-top: 40px;
}
.how_6{
    width: 55%;
}
.how_6 .border{
    border-right: dotted 2px #FA376F;
    padding-right: 10px;
    padding-bottom: 150px;
}
.how_6 .center{
    border-bottom: dotted 2px #FA376F;
    padding-bottom: 40px;
}
.how_7{
    font-weight: bold;
    position: relative;
}
.how_7 p{
    text-align: center;
}
.how_7 .waku_t{
    border-bottom: dotted 2px #FA376F;
    padding-bottom: 40px;
    padding-top: 5px;
    position: relative;
}
.how_7 .waku_arrow{
    position: absolute;
    bottom: 46%;
    left: 26%;
}
.how_7 .in{
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
}
.how_7 .in .waku_t2,.how_7 .in .waku_t3{
    width: 47%;
    font-size: 3vw;
}
.how_7 .in .waku_t2{
    border-bottom: dotted 2px #FA376F;
    height: 55px;
}
.how_7 .in .waku_t3{
    padding-left: 5px;
}
.how_7 .in .waku_t3 .border{
    border-left: dotted 2px #FA376F;
    padding-left: 5px;
    height: 120px;
    padding-top: 20px;
}
.day6-7 p.kikoku{
    position: absolute;
    left: 0;
}
.day6-7 .day-6-box{
    position: inherit;
    right: -18%;
    height: 104px;
    top: 4%;
}
.day6-7 .day-7-box{
    position: inherit;
    right: -18%;
    height: 74px;
    top: 11%;
}
h2 img {
    width: 34px;
}
.jyunbi{
    margin: 20px 0;
}
.jyunbi .box h3{
    font-size: 3.8vw;
    margin: 5px 0;
}
.jyunbi .box .img{
    margin: 5px;
}
.jyunbi .box .img img{
    width: 20%;
}
.jyunbi .box{
    padding: 5px;
    border: #2FB6D4 solid 2px;
}
.jyunbi .box .text{
    font-size: 3.2vw;
}
.imgim img{
    width: 100%;
}
.yellow-back.padding, .blue-back.padding{
    padding: 30px 10px;
}
.base.white{
    padding: 15px;
}
.textin{
    margin: 10px 0;
    font-size: 3.2vw;
    text-align: center;
}
.imgim{
    margin-top: 15px;
}
.after-flow{
    margin-top: 10px;
    font-size: 3.5vw;
}
.after-flow .orange{
    padding: 5px;
}
	.after-flow .icono img{
		width: 100%;
	}
.after-flow img{
    width: 20px;
}
.after-flow .arrow img{
    width: 40px;
}
.after-flow .in .two, .after-flow .in .three{
    width: 49%;
}
.after-flow .in .two{
    margin-right: 5px;
}
.after-flow .in .two .text img,.after-flow .in .three .text img{
    display: block;
    margin: 0 auto;
    text-align: center;
}
.after-flow .in .two .text,.after-flow .in .three .text{
    padding: 5px;
}
.after-flow .in .red{
    font-size: 4vw;
}
.after-flow .in .red.big {
    font-size: 3.5vw;
}
	.after-flow .orange .red{
		font-size: 5vw;
	}
p.text.padding{
    padding: 23% 0 !important;
}
.base.white .bottom{
    margin: 20px 0;
    font-size: 3.5vw;
}
.tourlink{
    width: 100%;
    /*height: 105px;*/
    height: 70px;
}
.tourlink p{
    width: 95%;
    left: 0%;
}
.tourlink p img{
    width: 30px;
}
.tourlink p a{
    font-size: 5vw;
    padding: 10px;
}
p.bt_pagetop{
    right:0;
}
p.bt_pagetop img{
    width: 80%;
}
.qa {
    padding: 15px;
}
.qa h3 {
    font-size: 5vw;
}
.qa p.question{
	font-size: 4vw;
}
.qa p.question:before,.qa p.answer:before{
	font-size: 6vw;
}
.qa p.answer{
	font-size: 3.5vw;
}
.pdf{
	margin-top: 20px;
}
.pdf a{
	font-size: 4vw;
}
.pdf img{
	width: 20px;
}
.qa .qabox.last{
	margin-bottom: 0;
}
	.border2{
    font-size: 4vw;
		margin-bottom: 30px;
}
.jyunbi .box .bg-cover p,
.jyunbi .box:nth-child(2) .bg-cover p{
font-size: 4.5vw;
}
.jyunbi .box .bg-cover p{
top: 13%;
}
.how_4 .border{
padding-bottom: 10vw;
padding-top: 10vw;
}



.jyunbi .box .iconbase .new{
    border-radius: 5px;
    font-size: 5vw;
    padding: 5px;
    margin-right: 5px;
    width: 10%;
}
.jyunbi .box .old{
    border-radius: 5px;
    font-size:5vw;
    padding: 5px;
    margin-right: 5px;
    width: 10%;
    left: 5%;
    top: 8%;
}




}
@media screen and (max-width: 1600px) {
.jyunbi .box .old{
    left: -2%;
    width: 53px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
.mainimg .title img{
	width:65%;
}
.base,.tourlink{
    width: 90%;
}
.schedule{
/*    overflow: scroll;*/
}
/*	.jyunbi .box{
		width: 40%;
	}*/
}
@media screen and (min-width: 1400px) and (max-width: 1749px) {
.mainimg .title img{
	width:80%;
}
}
@media screen and (min-width: 1750px) and (max-width: 1919px) {
.mainimg .title img{
	width:90%;
}
}
}