#container{
    background-image: none;
}
.main {
    margin-bottom: 100px;
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.maintitle h1{
    text-align: center;
    padding-top: 90px;
/*    padding-right: 6%;*/
}
.topic{
    max-width: 1100px;
    margin: 40px auto;
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.topic h2{
    position: relative;
    text-align: center;
    font-size: 32px;
    color: #F22172;
}
.topic h2:before, .topic h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 180px;
  height: 1px;
  background-color: #F22172;
}
.topic h2:before {
  left:0;
}
.topic h2:after {
  right: 0;
}
.topic ul{
    list-style: none;
}
.topic ul li a{
    text-decoration: none;
    color: #564100;
    display: block;
    font-size: 20px;
    display: inline-block;
  background-size: 100% 30px;
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(251,253,188, 0)), color-stop(0.5, rgba(251,253,188, 0)), color-stop(0.6, rgba(251,253,188, 1)), color-stop(0.98, rgba(251,253,188, 1)), to(rgba(251,253,188, 0)));
}
.topic ul li a:hover{
    background: none;
}
.yellow{
    background: #FEFDEB;
}
.pd{
    padding: 70px 0;
}
.base{
    max-width: 1100px;
    padding: 60px 0;
    margin: 0 auto;
}
h2.midashi{
    color: #F22172;
    text-align: center;
    position: relative;
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 35px;
    font-weight: normal;
    margin-bottom: 50px;
}
h2.midashi:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -5px;
    display: inline-block;
    width: 30px;
    height: 1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #F22172;
}
.text_info{
    line-height: 2.2;
    font-size: 17px;
    color: #3a3219;
}
.point{
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 15px;
}
.point span{
  background-size: 100% 30px;
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,211,226, 0)), color-stop(0.5, rgba(255,211,226, 0)), color-stop(0.6, rgba(255,211,226, 1)), color-stop(0.98, rgba(255,211,226, 1)), to(rgba(255,211,226, 0)));
}
.plan .back .detail h3,.op .back .detail h3{
    color: #F22172;
    font-size: 28px;
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: normal;
    margin-bottom: 15px;
}
.plan .back .detail h3 span,.op .back .detail h3 span{
    display: block;
    font-size: 18px;
}
.plan .back .detail .text,.op .back .detail .text {
    line-height: 2;
    font-size: 17px;
    color: #3a3219;
    margin-bottom: 15px;
}
.plan .back .detail .bt a,.op .back .detail .bt a {
	display: block;
	font-size: 23px;
	color: #FFF;
	text-align: center;
	background: #F8A245;
	border-radius: 10px;
    position: relative;
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-decoration: none;
    padding: 15px;
}
.plan .back .detail .bt a::after,.op .back .detail .bt a::after {
    content: '';
    position: absolute;
    top: 48%;
    right: 30px;
    transform: rotate(45deg) translateY(-50%);
    width: 10px;
    height: 10px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #FFF;
}
.plan .back .detail .bt a:hover,.op .back .detail .bt a:hover{
    opacity: 0.8;
}
.oyakudachi .text{
    line-height: 2;
    font-size: 17px;
    color: #3a3219;
    margin-bottom: 15px;
}
.oyakudachi .bt a {
	display: block;
	font-size: 23px;
	color: #FFF;
	text-align: center;
	background: #F8A245;
	border-radius: 10px;
    position: relative;
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-decoration: none;
    padding: 15px;
}
.oyakudachi .bt a::after {
    content: '';
    position: absolute;
    top: 48%;
    right: 30px;
    transform: rotate(45deg) translateY(-50%);
    width: 10px;
    height: 10px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #FFF;
}
.oyakudachi .bt a:hover{
    opacity: 0.8;
}
.hotel .hotelbox h3{
    color: #F22172;
}
.hotel .date{
    background: #FFF;
    padding: 10px;
}
.hotel .date .star img{
    width: 18px;
    margin-right: 3px;
}
.hotel .date span{
    font-weight: bold;
    font-size: 16px;
    margin-right: 5px;
}
.hotel .date span.red{
    color: #EB1143;
    font-size: 18px;
}
.hotel .date span a{
    color: #3a3219;
}
.hotel h3{
    font-size: 25px;
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: normal;
    margin: 10px 0;
}
.hotel .text{
    line-height: 2;
    font-size: 17px;
    color: #3a3219;
    margin-bottom: 15px;
}
.hotel .bthotel a {
	display: block;
	font-size: 23px;
	color: #FFF;
	text-align: center;
	background: #EE4775;
	border-radius: 10px;
    position: relative;
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-decoration: none;
    padding: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.hotel .bthotel a::after {
    content: '';
    position: absolute;
    top: 48%;
    right: 30px;
    transform: rotate(45deg) translateY(-50%);
    width: 10px;
    height: 10px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #FFF;
}
.hotel .bthotel a:hover{
    opacity: 0.8;
}
.hotel .bttour a {
	display: block;
	font-size: 23px;
	color: #FFF;
	text-align: center;
	background: #F8A245;
	border-radius: 10px;
    position: relative;
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-decoration: none;
    padding: 15px;
}
.hotel .bttour a::after {
    content: '';
    position: absolute;
    top: 48%;
    right: 30px;
    transform: rotate(45deg) translateY(-50%);
    width: 10px;
    height: 10px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #FFF;
}
.hotel .bttour a:hover{
    opacity: 0.8;
}
.bx-wrapper{
    position: relative;
}
.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager {
    position: absolute; 
    bottom: 7%;
    width: 100%;
}
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    margin: 0 15px 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 5px;
	outline: 0;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #B69B1A;
}
.experience .back .detail h3{
    color: #F22172;
    font-size: 20px;
    margin-bottom: 15px;
}
.experience .back .detail .text {
    line-height: 2;
    font-size: 17px;
    color: #3a3219;
    margin-bottom: 15px;
}
.lead{
    background: #FEFDEB;
    text-align: center;
    padding: 30px 0;
    font-size: 18px;
    color: #5b3c0d;
}
span.bold{
    font-weight: bold;
}

/*関連ページ*/
.honeymoon-links {
  margin: 60px 0;
}

.honeymoon-links-inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.honeymoon-links-lead {
  max-width: 760px;
  margin: 0 auto 35px;
  line-height: 1.9;
  color: #6b5a4b;
  font-size: 15px;
}

.honeymoon-links-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  text-align: left;
}

.honeymoon-links-box {
  background: #fff;
  border: 2px solid #eadac8;
  border-radius: 18px;
  padding: 24px 26px;
  box-shadow: 0 3px 10px rgba(120, 83, 45, .08);
}

.honeymoon-links-box h3 {
  padding-bottom: 10px;
  border-bottom: 1px solid #eadac8;
  font-family: serif;
  color: #714a19;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
}

.honeymoon-links-box h3 img{
    width: 25px;
    height: auto;
    margin-right: 10px;
}

.honeymoon-links-lead2{
    margin: 20px 0;
    font-size: 14px;
    line-height: 1.8;
    color: #6b5a4b;
}

.honeymoon-links-item{
    padding: 15px 0;
    border-bottom: 1px dotted #e5d5c4;
}

.honeymoon-links-item:last-child{
    border-bottom: none;
}

.honeymoon-links-item p {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.8;
    color: #6b5a4b;
    border-left: solid 4px #eadac8;
    padding-left: 10px;
    color: #8a6538;
}

.honeymoon-links-item p span{
    display: block;
    font-weight: bold;
}

.honeymoon-links-item a {
  display: block;
  position: relative;
  color: #4a3424;
  text-decoration: none;
  line-height: 1.6;
  font-weight: bold;
}

.honeymoon-links-item a::after {
  content: "";
  position: absolute;
  right: 6px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #b9945b;
  border-right: 2px solid #b9945b;
  transform: translateY(-50%) rotate(45deg);
}

.honeymoon-links-item a:hover{
    opacity: 0.8;
}

.honeymoon-cta-a.yellow{
    padding: 40px 0;
}

.honeymoon-cta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 40px;
  max-width: 1100px;
  margin: 0 auto;
}

a.honeymoon-cta-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
  border-radius: 20px;
  background: #F8A245;
  color: #fff;
  text-decoration: none;
  font-size: 25px;
  font-weight: bold;
}

.honeymoon-cta-button:hover {
  opacity: 0.8;
}

.honeymoon-cta-button::after {
  content: "";
  position: absolute;
  right: 28px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

/*バリ島ウエディングお役立ち情報*/
.oyakudachi{
    max-width: 820px;
    margin: 0 auto;
}
.text_info .list{
    display: flex;
    margin: 0 auto;
    justify-content: center;
    text-align: left;
}
/* PCレイアウト */
@media (min-width: 768px) {
.pc_none {
	display: none !important;
}
.maintitle{
    background: url("../img/balihoneymoon_new/main_back.jpg") center repeat-x;
    height: 610px;
}
.topic {
    display: flex
    }
.topic-inner {
    width: 50%;
}
.topic ul{
    width: 80%;
    margin: 30px auto;
/*    display: flex;*/
    flex-wrap: wrap;
}
.topic ul li{
/*    width: 50%;*/
    margin-bottom: 15px;
}
/*.plan .back,*/.op .back{
    position: relative;
    width: calc(100% + 30px); 
    margin-bottom: 50px;
}
/*.plan .back.item1 .photo,*/.op .back.item1 .photo{
    margin-left: 45%;
}
/*.plan .back.item2 .photo,*/.op .back.item2 .photo{
    margin-left: 7%;
}
.plan .back .detail{
    /*position: absolute;*/
    width: 500px;
    padding: 35px;
    background: #FFF;
    z-index: 100;
    top: 15%;
}
.op .back .detail{
    position: absolute;
    width: 500px;
    padding: 35px;
    background: #FEFDEB;
    z-index: 100;
    top: 6%;
}
/*.plan .back.item1 .detail,*/.op .back.item1 .detail{
    left: 20%;
}
/*.plan .back.item2 .detail,*/.op .back.item2 .detail{
    right: 20%;
}
.plan{
    max-width: 1200px;
    margin: 0 auto;
}
.plan .back{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.plan .back.item2{
    flex-direction: row-reverse;
}
.plan .back .photo{
    width: 60%;
    flex: 1;
}
.plan .back .photo img{
    width: 100%;
  height: 100%;
  object-fit: cover;
}
.plan .back .detail{
    width: 40%;
    flex: 1;
}
.text_info{
    text-align: center;
}
/*.oyakudachi{
    display: flex;
}
.oyakudachi .left{
    padding-right: 30px;
}*/
.hotel{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.hotel .hotelbox{
    width: 47%;
    margin-right: 30px;
    margin-bottom: 40px;
    vertical-align: top;
}
.hotel .hotelbox:nth-of-type(2){
    margin-right: 0;
}
.hotel .hotelbox h3.hg {
    display: flex;
    align-items: center;
    min-height: 76px;
}
.experience .back{
    position: relative;
    width: calc(100% + 30px); 
    margin-bottom: 50px;
}
.experience .back .photo{
    margin-left: 45%;
}
.experience .back .detail{
    position: absolute;
    width: 550px;
    padding: 35px;
    background: #FFF;
    z-index: 100;
    top: 8%;
}
.experience .back .detail{
    left: 20%;
}
}
@media (min-width: 1800px) {
/*.plan .back.item2 .photo,*/ .op .back.item2 .photo {
    margin-left: 14%;
}
}
@media screen and (min-width:769px) and (max-width:1280px) {
.plan .back.item2 .detail, .op .back.item2 .detail{
    right: 0;
}
.plan .back.item1 .detail, .op .back.item1 .detail,.experience .back .detail{
    left: 0;
}
.plan .back.item1 .photo, .op .back.item1 .photo,.experience .back .photo{
    text-align: right;
    margin-left: 0;
}
.plan .back.item2 .photo, .op .back.item2 .photo{
    text-align: left;
    margin-left: 0;
}
.base{
    margin: 0 20px;
}
.hotel .hotelbox{
    width: 45%;
}
}
/* スマホレイアウト */
@media (max-width: 768px) {
.sp_none {
	display: none !important;
}
.maintitle img,.plan .back .photo img, .op .back .photo img,.experience .back .photo img,.oyakudachi img,.hotelslider img{
    width: 100%;
    height: auto;
    height: 150px;
    object-fit: cover;
}
.maintitle h1{
    /*padding-top: 20px;
    padding-bottom: 20px;*/
    margin: 0;
    padding: 50px;
}
.maintitle{
    background: url("../img/balihoneymoon_new/main_back_sp.jpg");
    background-size: cover;
    height: auto;
}
.topic h2:before, .topic h2:after{
    width: 120px;
}
.topic h2{
    font-size: 4vw;
    margin: 0 0 5px;
}
.topic ul{
    margin: 0;
}
.topic ul li{
    margin-bottom: 3px;
    line-height: 1.4;
}
.topic ul li a{
    font-size: 3.3vw;
    background-size: 100% 15px;
}
.base{
    padding: 20px;
}
.pd{
    padding: 20px 0;
}
h2.midashi{
    margin: 0 0 20px;
    font-size: 5vw;
}
h2.midashi:before {
    width: 4vw;
    bottom: -2vw;
}
.text_info,.plan .back .detail .text, .op .back .detail .text,.oyakudachi .text,.hotel .text,.experience .back .detail .text{
    font-size: 3.3vw;
    line-height: 1.6;
    margin: 0;
}
.point{
    font-size: 4vw;
}
.point span{    
    background-size: 100% 20px;
}
.plan .back .detail,.op .back .detail{
    margin: 0 20px;
}
.plan .back .detail h3 span, .op .back .detail h3 span{
    font-size: 4vw;
}
.plan .back .detail h3, .op .back .detail h3,.hotel .hotelbox h3{
    font-size: 4.5vw;
}
.plan .back .detail .bt a, .op .back .detail .bt a,.oyakudachi .bt a,.hotel .bthotel a,.hotel .bttour a{
    padding: 10px;
    font-size: 4vw;
}
.plan .back, .op .back{
    margin-bottom: 0;
}
.plan .back.item1:last-child{
    margin-bottom: 0px;
}
.hotel .date{
    margin-top: 10px;
    padding: 5px;
}
.hotel .date span{
    font-size: 3vw;
}
.hotel .date span.red{
    font-size: 4vw;
}
.hotel .date .star img{
    width: 12px;
}
.hotel .date p{
    margin: 0;
}
.experience .back .detail h3{
    font-size: 4vw;
}
.experience .back .detail{
    background: #FFF;
    padding: 0 20px 10px;
}
.experience .back .photo{
    margin-top: 0;
}
.main{
    margin-bottom: 30px;
}
.text_info br{
   /* display: none;*/
}
.honeymoon-links{
      padding: 0;
  }
  .honeymoon-links{
      margin: 20px;
  }

  .honeymoon-links-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .honeymoon-links-box {
    padding: 10px;
    border-radius: 10px;
  }
  
  .honeymoon-links-lead{
      font-size: 3vw;
      margin-bottom: 20px;
      line-height: 1.6;
  }
  .honeymoon-links-box h3{
      font-size: 4vw;
      margin: 0;
  }
  .honeymoon-links-box a{
      font-size: 3.3vw;
  }
  .hm-wedding-links-lead{
      font-size: 3.5vw;
        line-height: 2;
  }
  .honeymoon-links-item p{
      font-size: 3vw;
  }
  .honeymoon-links-item{
      padding: 5px 0;
  }
  
  .honeymoon-cta {
    grid-template-columns: 1fr;
    gap: 14px;
  }

a.honeymoon-cta-button {
    padding: 10px;
    font-size: 4vw;
    border-radius: 10px;
  }
  .honeymoon-cta-button::after{
      width: 8px;
    height: 8px;
  }
  
  .honeymoon-cta-a.yellow{
      margin: 20px 0;
      padding: 20px;
  }
  
  .lead{
      padding: 20px;
    font-size: 3.3vw;
  }
  .lead p{
      margin: 0;
    padding: 0;
  }
  .topic{
      margin: 10px auto;
  }
  .text_info{
      text-align: center;
  }
  h4{
      margin: 5px 0;
      font-size: 3.5vw;
  }
.op .back .detail h3{
      margin: 5px 0;
  }
  .yellow.sp-back{
      background: none;
      padding: 0;
  }
  .hotel .bthotel a{
      margin: 10px 0;
  }
  .hotel .bthotel{
      padding: 0;
      margin: 0;
  }

}
.topic-inner .topic ul {
    display: block;
}
.mvBody-main{
    border-radius: 40px;
    overflow: hidden;
}
.mvBody-main iframe {
    border-radius: 40px;
    overflow: hidden;
}
.mvBody-main video {
    width: 230px;
    width: 235px;
    /* height: 522px; */
    border-radius: 40px;
    margin: 0 auto;
    display: block;
}

.mvBody {
    margin: 0 auto;
}
.mvBody-top {
  position: relative;
  display: inline-block;
        text-align: center;
        font-size: 20px;
        color: #F22172;
        font-weight: bold;
        line-height: 125%;
        margin: 0 auto 25px;
        /* width: 293px; */
        width: 293px;
        padding: 0;
    }
.mvBody-top:before, .mvBody-top:after {
  content: '';
  position: absolute;
bottom: 30%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: #F22172;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.mvBody-top p::before {
/*content: "";*/
    background: url(/img/icon-mv-o.png) no-repeat center center;
    width: 60px;
    display: none;
    /* position: absolute; */
    height: 52px;
    background-size: 46px;
    margin: 20px auto 10px;
}
.mvBody-top:before {
  left:0;
-webkit-transform: rotate(-240deg);
    transform: rotate(240deg);
}
.mvBody-top:after {
  right: 0;
}
@media (max-width: 768px) {
.mvBody-main video {
    width: 115px;
    }
.mvBody {
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
}
.mvBody-top{
        margin: 0 auto 10px;    
    }
.mvBody-top p{
        margin: 0 auto 0px;
        font-size: 3.8vw;
    }
.mvBody-top p:before{
    display: none;
    }
.mvBody-top:before, .mvBody-top:after {
    bottom: 35%;
    }
}
