﻿@charset "utf-8";
/* CSS Document */
* {
  text-decoration: none;
  margin: 0;
  padding: 0;
}
#bali-guide * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#bali-guide * img{
max-width: 100%;
height: auto;
}
#panlist_bali {
  background: #a00105;
  color: #fff;
  overflow: hidden;
  padding: 7px;
  list-style: none;
  font-size: 14px;
}
#panlist_bali ol {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1100px;
  min-width: 980px;
  list-style: none;
}
#panlist_bali ol li {
  float: left;
}
#panlist_bali ol li a {
  color: #fc0;
}
#panlist_bali ol li a:hover {
  color: #fff;
}
#bali-guide {
  line-height: 1.8;
  font-size: 17px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#bali-guide a:hover {
  opacity: 0.8;
}
.maintitle {
  background-image: url("../../image/guidebali-new/main_new.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 45vw;
  margin-bottom: 50px;
}
.maintitle img {
  position: absolute;
  max-width: 100%;
}
.maintitle .mainimg1 {
  z-index: 1;
  top: 3vw;
  left: 0;
  right: 0;
  margin: auto;
  width: 40vw;
}
.maintitle .img{
height: 48vw;
}
.maintitle .mainimg2 {
  z-index: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100vw;
}
.maintitle .text {
  background: rgba(255, 255, 255, 0.76);
  position: absolute;
  width: 100%;
  bottom: 0;
}
.maintitle .text p {
  width: 1060px;
  margin: 0 auto;
  font-weight: bold;
  padding: 20px;
  line-height: 180%;
}
.guide-contents {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.guide-box {
  width: 540px;
  background-color: #eef9ef;
  border-radius: 10px;
  padding: 20px 15px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.guide-box:nth-child(even) {
  margin-right: 0;
}
.guide-contents.top-box{
  justify-content: center;
}
.guide-contents.top-box .guide-box{
width: 540px;
  margin-right: 15px;
  margin-bottom: 15px;

}
.guide-contents.top-box .guide-box:nth-of-type(2),
.guide-contents.top-box .guide-box:nth-of-type(5){
  margin-right: 0;
}
.guide-contents.top-box .guide-box:first-of-type,
.guide-contents.top-box .guide-box:nth-of-type(2),
.guide-contents.top-box .guide-box:nth-of-type(3){
width: 100%;
  margin-right: 0;
}



.guide-contents.top-box .box-ttl{
width: auto;
}
/*
.guide-contents.top-box .guide-box:nth-of-type(4),
.guide-contents.top-box .guide-box:nth-of-type(5){
width: 49%;
}
*/
.box-text{
line-height: 1.5;
  font-size: 16px;
  background-color: #fff;
  padding: 15px;
  margin: 14px 10px 10px;
  border-radius: 5px;
}





.box-img {
  text-align: center;
  margin: 20px 0 10px;
}
.box-ttl {
  font-size: 28px;
  background-color: #fff;
  border-radius: 10px;
  width: 500px;
  margin: 10px auto 20px;
  padding-left: 65px;
  position: relative;
  font-weight: normal;
}
.box-ttl img {
  position: absolute;
  top: -15px;
  left: -10px;
}
.guide-contents.top-box .guide-box:first-of-type .box-ttl{
background-color: transparent;
  text-align: center;
width: 250px;
  font-size: 28px;
  margin: 10px auto 10px;
}
.guide-contents.top-box .guide-box:first-of-type .box-ttl img{
top: -10px;
}






.box-text span.big{
font-size: 18px;
}



.box-text span.red {
  color: #dd3333;
}
.box-text span.bold{
font-weight: bold;
}
.box-text span.line{
text-decoration: underline;
}






.odemukae {
  background-color: #eef9ef;
  overflow: hidden;
  padding: 15px 0 40px;
  margin: 50px 0;
}
.odemukae .guide-box {
  float: left;
  margin: 0;
  padding: 0;
}
.odemukae .odemukae-box {
  width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}
.odemukae-text {
  float: right;
  width: 560px;
  margin-top: 20px;
  font-weight: bold;
}
.odemukae-text span {
  font-size: 25px;
  color: #25a082;
}
.odemukae-ttl {
  position: relative;
  color: #25a082;
  font-size: 3.1vw;
  font-weight: bold;
  text-align: center;
}
.odemukae-ttl::before, .odemukae-ttl::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30vw;
  height: 9px;
  background-color: #25a082;
  border-radius: 15px;
}
.odemukae-ttl::before {
  left: -5px;
}
.odemukae-ttl::after {
  right: -5px;
}
.box-img2 {
  text-align: center;
}
.box-link a {
  display: block;
  background-color: #ff9b0f;
  text-decoration: none;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 7px;
  font-weight: bold;
  margin: 10px 0 0;
  position: relative;
}
.box-link a::after {
  display: block;
  position: absolute;
  top: 34%;
  right: 15px;
  content: "";
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #FFF;
}
.box-link.line{
text-align: center;
}
.box-link.line a {
display: inline-block;
background-color: transparent;
color: #ff9b0f;
border-bottom: 1px solid #ff9b0f;
border-radius: 0;
padding: 0;
margin-top: 0;
line-height: 1.5;
padding-right: 20px;
}
.box-link.line a::after{
border-left: 8px solid #ff9b0f;
right: 4px;
  top: 30%;
}






.support {
  background-color: #fff5f7;
  overflow: hidden;
  padding: 15px 0 40px;
  margin: 50px 0;
}
.support-ttl {
  position: relative;
  color: #ff425d;
  font-size: 2.5vw;
  font-weight: bold;
  text-align: center;
}
.support-ttl::before, .support-ttl::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 20vw;
  height: 9px;
  background-color: #ff425d;
  border-radius: 15px;
}
.support-ttl::before {
  left: -5px;
}
.support-ttl::after {
  right: -5px;
}
.support-box {
  width: 1100px;
  margin: 0 auto;
  margin: 40px auto 20px;
  overflow: hidden;
}
.support-img {
  float: left;
}
.support-box h3, .support-text {
  float: right;
  width: 620px;
}
.support-box h3 {
  color: #ff425d;
  border-left: 10px solid #ff425d;
  padding-left: 15px;
  font-size: 30px;
}
.support-text {
  font-size: 20px;
  margin: 30px 0;
}
.support-link {
  float: right;
  width: 630px;
}
.support-link a {
  display: block;
  background-color: #ff425d;
  text-decoration: none;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 7px;
  font-weight: bold;
  margin: 10px 10px 0;
  position: relative;
  font-size: 25px;
}
.support-link a::after {
  display: block;
  position: absolute;
  top: 32%;
  right: 15px;
  content: "";
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 14px solid #FFF;
}
.link-area {
  width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.guide-link a {
  display: block;
  background-color: #ff9b0f;
  text-decoration: none;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 7px;
  font-weight: bold;
  margin: 40px auto;
  position: relative;
  font-size: 25px;
  width: 90%;
}
.guide-link a::after {
  display: block;
  position: absolute;
  top: 32%;
  right: 15px;
  content: "";
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 14px solid #FFF;
}
.move{
    max-width: 1100px;
    margin: 0 auto 20px;
    background-color: #eef9ef;
    border-radius: 10px;
    padding: 20px 15px;
}
.move p{
    text-align: center;
    font-size: 25px;
    background-color: #fff;
    border-radius: 10px;
    width: 83%;
    margin: 0 auto 20px;
}
.move iframe{
    width: 83%;
    height: 460px;
    margin: 0 auto;
    display: block;
}

h2#airport{
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
h2#airport .bl {
  border-bottom: dotted #25A082 7px;
}
h2#airport img {
  margin-right: 10px;
  vertical-align: middle;

}
/*スライダー設定*/
.bx-wrapper{
width: 489px;
position: relative;
}
.bx-controls.bx-has-pager{
    position: absolute;
    bottom: 10px;
left: 0;
  right: 0;
  text-align: center;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    margin: 0 10px 0 0 !important;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	text-indent: -9999px;
	display: block;
	width: 15px;
	height: 15px;
	margin: 0 2px;
	outline: 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
      border: 2px solid #fff;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active{
	background: #25a082;
    border: 2px solid #fff;
}
.bx-viewport .box-img{
margin: 0;
}

.guide-contents.top-box .guide-box .flex-box{
  display: flex;
  justify-content: space-around;
}
.guide-contents.top-box .guide-box .flex-box .visa{
position: relative;
}

.guide-contents.top-box .guide-box .flex-box .visa::after {
  position: absolute;
  content: "";
  background: url(../../image/guidebali-new/zoom.png) no-repeat;
  display: block;
  width: 30px;
  height: 30px;
  bottom: 7px;
  right: 7px;
  background-size: contain;
}

.guide-contents.top-box .guide-box .flex-box .box-img{
margin: 0;
}






.bx-controls.bx-has-pager .bx-pager{
height: 20px;
}










/* PCレイアウト */
@media (min-width: 640px) {
  /*--------------------------------------------------*
 *   PCでは無効/表示されない
 *--------------------------------------------------*/
  .pc_none {
    display: none !important;
  }
}
/* スマホレイアウト */
@media (max-width: 639px) {
  /*--------------------------------------------------*
 *   SPでは無効/表示されない
 *--------------------------------------------------*/
  .sp_none {
    display: none !important;
  }
  #panlist_bali ol {
    background: #a00105;
    width: 100%;
    max-width: none;
    min-width: 100%;
    padding: 0;
    font-size: 12px;
  }
  #bali-guide {
    padding: 0px;
    width: 100%;
    background: none;
  }
  #bali-guide * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #bali-guide img {
    max-width: 100%;
    height: auto;
  }
  #bali-guide {
    font-size: 4vw;
  }
  .maintitle {
    margin-bottom: 20px;
  }
  .guide-contents {
    width: auto;
    margin: 55vw 10px 10px;
    display: block;
  }
  .guide-box {
    width: auto;
    margin-right: 0;
    padding: 10px;
  }
  .box-ttl {
    font-size: 5vw;
    width: auto;
    padding-left: 48px;
    margin: 10px auto;
  }
  .box-ttl img {
    width: 45px;
    top: -5px;
    left: -2px;
  }
  .maintitle .text p {
    width: auto;
    background-color: #bae7ff;
    padding: 10px;
  }
  .maintitle .text {
    top: 45vw;
  }
  .maintitle .mainimg1 {
    top: 9vw;
  }
  .maintitle .mainimg2 {
    top: 3vw;
  }
  .odemukae {
    margin: 10px 0;
    padding: 10px 0;
  }
  .odemukae-ttl {
    font-size: 6vw;
  }
  .odemukae-ttl::before, .odemukae-ttl::after {
    width: 19vw;
    height: 6px;
  }
  .odemukae .guide-box, .odemukae-text {
    float: none;
    width: auto;
  }
  .odemukae .odemukae-box {
    width: auto;
    padding: 10px;
  }
  .odemukae-text span {
    font-size: 6vw;
  }
  .guide-contents:nth-child(4) {
    margin-top: 20px;
  }
  .box-link a {
    margin: 10px 0;
  }
  .box-link a::after {
    top: 41%;
  }
  .support-ttl {
    font-size: 4vw;
  }
  .support-ttl::before, .support-ttl::after {
    top: 46%;
    width: 18vw;
    height: 6px;
  }
  .support-box {
    width: auto;
    margin: 0 auto;
    padding: 10px;
  }
  .support-img {
    float: none;
  }
  .support-box h3, .support-text {
    float: none;
    width: auto;
  }
  .support-box h3 {
    font-size: 4vw;
    margin: 10px 0;
    border-left: 7px solid #ff425d;
    padding-left: 8px;
  }
  .support-text {
    font-size: 4vw;
    margin: 0;
  }
  .support-link {
    float: none;
    width: auto;
  }
  .support-link a {
    font-size: 4vw;
    margin: 10px 0 0;
  }
  .support {
    padding: 15px 0;
    margin: 0 0 10px;
  }
  .link-area {
    width: auto;
    padding: 10px;
  }
  .guide-link a {
    margin: 20px auto;
    font-size: 4vw;
    width: auto;
  }
  .support-link a::after, .guide-link a::after {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #FFF;
    right: 10px;
  }
  
  .move{
    max-width: none;
    width: auto;
    margin: 0 10px 10px;
}
.move p{
    font-size: 5vw;
    width: auto;
    padding: 5px;
}
.move iframe{
    width: 100%;
    height: 250px;
}
h2#airport{
margin-top: 55vw;
margin-bottom: 20px;
}

h2#airport .bl{
font-size: 5vw;
}
.guide-contents{
margin: 0 10px 10px;
}
.guide-contents.top-box .guide-box,.guide-contents.top-box .guide-box:nth-of-type(4),
.guide-contents.top-box .guide-box:nth-of-type(5){
width: 100%;
  margin-right: 0;
}

.box-text{
font-size: 3.8vw;
margin: 10px 0;
}
.guide-contents.top-box .guide-box:nth-of-type(2){
width: auto;
}
.guide-contents.top-box .guide-box .flex-box {
  display: block;
  text-align: center;}

.guide-contents.top-box .guide-box .flex-box .visa{
margin-top: 10px;
  display: block;
}

.guide-contents.top-box .guide-box .flex-box .visa::after {
width: 20px;
  height: 20px;
  bottom: 2vw;
  right: 5vw;
}
.bx-wrapper {
margin: 0 auto;
}
.guide-contents.top-box .guide-box:first-of-type{
text-align: center;
}
.guide-contents.top-box .guide-box:first-of-type .box-ttl{
display: inline-block;
  text-align: center;
  width: auto;
  font-size: 18px;
  margin: 10px auto 0;
}

.guide-contents.top-box .guide-box:first-of-type .box-ttl img{
top: -6px;
}


.box-link.line a{
font-size: 3.5vw;
padding-right: 10px;
margin-bottom: 0;
}
.box-link.line a::after {
right: 1%;
  top: 30%;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #ff9b0f;
}
.box-link.line.allindonesia a{
font-size: 3.3vw;
    font-feature-settings: "palt";
}
}