
.txt_c{
  display: block !important;
  text-align: center;
}

.pageTtl{
margin-bottom: 0;
}

.heroimgWrap.typeImg {
    padding-bottom: 0;
}
    .heroimgWrap.typeImg.heroimgWrap-titleImg .mainHeading{
max-width: 100%;
top: 0;
transform: none;
    left: 0;
    position: relative;
    }
    .heroimgWrap.heroimgWrap-titleImg .mainHeading .mainTtl img{
        width: 100%;
    }

/* information */
.whatnew-head{font-size:2rem;font-weight:700;text-align:center;margin:30px 0 10px 0;}
.whatnew-head span{position:relative;}
.whatnew-head span:before{content:"";display:block;width:40px;height:1px;border-top:1px solid #111;position:absolute;top:50%;left:-50px;transform:translateY(-2px);}
.whatnew-head span:after{content:"";display:block;width:40px;height:1px;border-top:1px solid #111;position:absolute;top:50%;right:-50px;transform:translateY(-2px);}
.info-wrap{overflow-y:scroll;width:100%;max-height:140px;margin-bottom:30px;}
.info-wrap .info_list{display:flex;flex-wrap:wrap;width:100%;}
.info-wrap .info_list > dt{font-weight:700;width:100%;margin:15px 0 0 0;}
.info-wrap .info_list > dt:first-child{margin-top:0px;}
.info-wrap .info_list > dd{margin:5px 0 0 0;}
@media all and (min-width:740px){
.whatnew-head{margin:40px 0 10px 0;}
.info-wrap{max-width:950px;max-height:140px;margin:0 auto 30px auto;}
.info-wrap .info_list > dt{font-weight:400;width:110px;margin:10px 0 0 0;}
.info-wrap .info_list > dt:first-child{margin-top:12px;}
.info-wrap .info_list > dd{width:calc(100% - 110px);padding-right:16px;margin:10px 0 0 0;}
}
.ctm_iconTxt_FFY { width: 14em; background-color: #ff9000; color: #fff; text-align: center; font-weight: bold;}
.ctm_iconTxt_EH {width: 14em; background-color: #00B050; color: #fff; text-align: center; font-weight: bold;}
.info-wrap .info_list .icon_new{
    display: inline-block;
    padding: 0 3px;
    background-color: #cc0000;
    color: #fff;
    margin-right: 3px;
}
.sp{
	display: block !important;
}
.pc{
	display: none !important;
}
@media (min-width: 740px){
	.sp{
	display: none !important;
}
.pc{
	display: block !important;
}
    }
.contentsInr {
  width: 100%;
  padding: 0;
}
.sec{
    padding: 0 0 50px;
}
.inner{
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
padding: 0 10px;
}
.sec_ttl .ttlLv1{
  padding: 30px 0;
  margin: 0;
  border-bottom: 0;
}
.sec_ttl .ttlLv1::after{
  content: none;
}
.sec_ttl .ttlLv1 .heading{
  display: block;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.25;
}
.sec_ttl .ttlLv1 .heading span{
  display: block;
  font-size: 1.8rem;
}
@media (min-width: 740px){
  .sec_ttl .ttlLv1 .heading{
    font-size: 4.8rem;
  }
  .sec_ttl .ttlLv1 .heading span{
    font-size: 2.2rem;
  }
}
.sec_ttl.sec_ttl_bg_01{
  background: #FF9F35;
}
.sec_ttl.sec_ttl_bg_02{
    background: #9A62BD;
}
.sec_ttl.sec_ttl_bg_03{
  background: #0097E3;
}
.sec_top{
background: #D2A464;
}
.sec_top .ttlLv2{
margin: 0;
    padding: 40px 0;
    color: #fff;
}
.sec_top .ttlLv2 .heading{
    font-size: 2rem;
    font-weight: bold;
}
@media (min-width: 740px){
	.sec_top .ttlLv2 .heading{
    font-size: 2.4rem;
}
    }

.sec01_bg{
  background: #E0EDC2;
  overflow: hidden;
}
.sec02_bg{
background: #FFF5D4;
}
.sec03_bg{
background: #DBF4FF;
}

.anc{
display: block !important;
  position: relative;
  z-index: 1;
margin-bottom: 25px;
}
@media (min-width: 740px){
.anc  {
 margin-bottom: 0;
}
    }
.anc::before{
  content: '';
  position: absolute;
  bottom: -5px;
  right: -5px;
  z-index: -1;
  background: #fff;
  width: 100%;
  height: 100%;
    border-radius: 25px;
}
.sec01_anc a {
  background: #509C42!important;
}
.sec02_anc a {
  background: #FF9F35 !important;
}
.sec03_anc a {
  background: #0097E3 !important;
}
.sec01_anc::before{
  border: 1px solid #509C42;

}
.sec02_anc::before{
  border: 1px solid #FF9F35;

}
.sec03_anc::before{
  border: 1px solid #0097E3;

}

.anc_inner{
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
}

.anc a {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  border: 0 !important;
  text-align: center;
  border-radius: 15px;
  padding: 50px 10px 30px;
}
@media (min-width: 740px){
  .anc a {
    min-height: 148px;
    border-radius: 25px;
  }
}
.anc a span em{
  font-size: 1.4rem;
  font-weight: bold;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  width: 90%;
  padding: 5px;
  border-radius: 11px;
}
.anc a span span {
  display: block;
  font-size: 1.4rem;
}
@media (min-width: 740px){
.anc a span span {
  font-size: 1.6rem;
}
    }
.anc a span::after{
  content: none;
}

.anc a::before {
  content: '';
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  background: #fff;
border-radius: 50%;
}
.sec01_anc a span em{
  color: #509C42;
}
.sec02_anc a span em{
  color: #FF9F35;
}
.sec03_anc a span em{
  color: #0097E3;
}
.sec01_anc a::before{
  border: 1px solid #509C42;
}
.sec02_anc a::before{
  border: 1px solid #FF9F35;
}
.sec03_anc a::before{
  border: 1px solid #0097E3;
}
.anc a::after{
  content: '';
  position: absolute;
  top: inherit;
  right: inherit;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  width: 0 !important;
  height: 0 !important;
  background: none !important;
  background-position: 0 0 !important;
  border-style: solid;
  border-width: 15px 10.5px 0 10.5px;
  
}
.sec01_anc a::after{
border-color: #509C42 transparent transparent transparent;
}
.sec02_anc a::after{
border-color: #FF9F35 transparent transparent transparent;
}
.sec03_anc a::after{
border-color: #0097E3 transparent transparent transparent;
}
.subTtl_sec01 .ttlLv2{
  margin-top: 0;
}
.subTtl_sec01 .ttlLv2 .heading {
  display: flex;
align-items: center;
font-size: 1.8rem;
text-align: left;
}
@media (min-width: 740px){
.subTtl_sec01 .ttlLv2 .heading {
  display: flex;
align-items: flex-start;
font-size: 2.4rem;
/* min-height: 108px; */
}
}
.subTtl_sec01 .ttlLv2 .heading img {
width: 96px;
    margin-right: 10px;
}
@media (min-width: 740px){
.subTtl_sec01 .ttlLv2 .heading img {
width: 126px;
}
}
.sec_box{
  width: 100%;
  max-width: 670px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
}
.subTtl_sec01 .ttlLv2 .heading span sub {
  display: block;
  font-weight: normal;
  font-size: 1.2rem;
  }

@media (min-width: 740px){
  .subTtl_sec01 .ttlLv2 .heading span sub {
    font-size: 1.4rem;
    }
  .sec_box{
    display: flex;
    gap: 20px;
  }
  .sec_box .text {
    width: auto !important;
    display: inline-block;
  }
}
.sec_box.sec_box_01{
  /* border: 1px solid #FF9F35; */
}
.sec_box.sec_box_02{
    border: 1px solid #9A62BD;
  }
  .sec_box.sec_box_03{
    border: 1px solid #46BB99;
  }
.sec_box.sec_box_01 .sec_box_01_ttl{
  color:  #FF9F35;
  min-width: 2em;
}
.sec_box.sec_box_02 .sec_box_02_ttl{
    color:  #9A62BD;
    min-width: 2em;
  }
  .sec_box.sec_box_03 .sec_box_03_ttl{
  color:  #46BB99;
  min-width: 2em;
}
.sec_box.sec_box_03 .responsivegrid {
  float: inherit !important;
}
.sec_box.sec_box_03 .sec_box_03_inner .text{
  display: block;
  width: 100% !important;
}
.sec_box.sec_box_03::before, .sec_box.sec_box_03::after {
    content: none;
}
.sec_box .sec_box_tag{
  padding: 5px 10px;
      border-radius: 25px;
      color: #fff;
      font-weight: bold;
  display: inline-block;
      text-align: center;
  }

.sec_box .bg_pnk{
  background: #FF8D95;
margin-bottom: 10px;
}
.sec_box .bg_bur{
  background: #CAA456;
}
.txt_sec01 .acodBlock {
   display: flex;
    align-items: baseline;
margin-top: 0;
}
.txt_sec01 .acodBlock .heading {
background: none;
    border: 0;
padding: 0;
}
.txt_sec01 .acodBlock .heading .inr {
color: #509C42;
    font-weight: bold;
margin-right: 10px;
    padding-left: 0;
}
.txt_sec01 .acodBlock .content span{
padding: 5px 10px;
    border-radius: 25px;
    color: #fff;
    font-weight: bold;
display: inline-block;
    text-align: center;
}
.txt_sec01 .acodBlock .content .bg_pnk{
    background: #FF8D95;
margin-bottom: 10px;
}
.txt_sec01 .acodBlock .content .bg_bur{
    background: #CAA456;
}
.txt_sec01 .acodBlock .content {
background: none;
    border: 0;
padding: 0;
}
.txt_sec01 .acodBlock .content .boxList{
    margin: 0;
}
.tb_sec01 table tbody tr td,.tb_sec01 table tbody tr th{
vertical-align: baseline;
}
.tb_sec01 table tbody tr td{
min-width: 6em;
}
.ttl_gr{
color: #509C42;
    font-weight: bold;
}
.sec_01_btn a{
display: block;
width: 100%;
    max-width: 710px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    background: #519C42;
    border-radius: 50px;
    padding: 20px 40px;
    font-weight: bold;
    position: relative;
}
.sec_01_btn a::before{
content: none;
}
@media (min-width: 740px){
.sec_01_btn a{
padding: 20px;
}
}
.sec_01_btn a img {
display: none;
}
.sec_01_btn a::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
width: 0;
height: 0;
border-style: solid;
border-width: 8.5px 0 8.5px 12px;
border-color: transparent transparent transparent #ffffff;
}
@media (min-width: 740px){
.sec_01_btn a::after{
 right: 50px;
}
}
.sec01_img{
  position: relative;
}
.sec01_img_cp{
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 1rem;
  color: #ffffff;
  text-shadow: 1px 1px 0px #000, -1px 1px 0px #000, 1px -1px 0px #000, -1px -1px 0px #000, 1px 0px 0px #000, 0px 1px 0px #000, -1px 0px 0px #000, 0px -1px 0px #000;
}
@media (min-width: 740px){
  .sec01_img_cp{
    bottom: 15px;
    right: 15px;
    font-size: 1.2rem;
  }
}

.ttl_pc{
  display: none !important;
}
.ttl_sp{
  display: inline-block !important;
  margin-bottom: 20px;
}
@media (min-width: 740px){
  .ttl_pc{
  display: inline-block !important;
}
.ttl_sp{
  display: none !important;
}
}
.sec_subTtl .ttlLv2 {
  margin: 30px 0;
}
.sec_subTtl .ttlLv2 .heading{
    font-size: 2rem;
}
@media (min-width: 740px){
  .sec_subTtl .ttlLv2 .heading{
    font-size: 2.6rem;
}
}
.sec_subTtl_01 .ttlLv2 .heading{
  color: #FF8232;
}
.sec_subTtl_02 .ttlLv2 .heading{
    color: #9A62BD;
  }
  .sec_subTtl_03 .ttlLv2 .heading{
    color: #46BB99;
  }

.sec03_bg .freehtml .colWrap .col{
 background-color: #ffffff;
}

.sec_btn{
  display: block !important;
  text-align: center;
}
.sec_btn a{
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
  border-radius: 60px;
  border: 0 !important;
  text-decoration: none;
  transition: all .3s;
}
.sec_btn a:after{
  content: "";
  background: none;
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 12px;
  border-color: transparent transparent transparent #ffffff;
}
.sec_btn a span{
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
}
@media (min-width: 740px){
  .sec_btn a:after{
    content: none;
  }
  .sec_btn a:hover{
    opacity: 0.7;
  }
  .sec_btn a span{
    font-size: 2.4rem
  }
  .sec_btn a span:after{
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0 9px 12px;
    border-color: transparent transparent transparent #ffffff;
  }
}
.sec_btn a span img{
  display: none;
}

.sec_btn_01 a{
  background: #519C42 !important;
}
.sec_btn_02 a{
    background: #FF8232 !important;
}
.sec_btn_03 a{
    background: #46BB99 !important;
  }
.p-label {
	display: block;
    background-color: #FFD7CC;
    padding: 10px;
    text-align: left;
    line-height: 23px;
	position: relative;
	margin-bottom: 10px;
	font-weight: bold;
}
.btn_colorA{display: inline-block; color: #fff; font-size: 1.2rem; padding: 2px 6px; background-color:#f79155;}
.btn_colorB{display: inline-block; color: #fff; font-size: 1.2rem; padding: 2px 6px; background-color:#efcf02;}
.btn_colorC{display: inline-block; color: #fff; font-size: 1.2rem; padding: 2px 6px; background-color:#9b9baa;}
.text_wd{width: auto!important;}
.hotelBox .colWrap .col {
    position: relative;
    padding-bottom: 66px !important;
    background: #fff;
}
.hotelBtn{
width: 93%;
position: absolute;
    bottom: 10px;
}
.ban_ttl .ttlLv1 {
background: #FF8149;
    color: #ffffff;
    padding: 15px 0;
}
.ban_ttl .ttlLv1 .heading {
font-size: 2rem !important;
}
.ban_ttl .ttlLv1 .heading span {
font-size: 2.4rem !important;
}
@media (min-width: 740px){
	.ban_ttl .ttlLv1 .heading {
font-size: 3rem !important;
}
}
.link_ttl .ttlLv1 {
background: #0056B6;
    color: #ffffff;
    padding: 15px 0;
}
.link_ttl .ttlLv1 .heading {
font-size: 2.4rem !important;
}
.link_btn a {
width: 100%;
    background: #40A9E5 !important;
    color: #fff;
    border: 0 !important;
    font-size: 1.6rem;
}
.link_btn .btn::after{
background-position: 0px -18px;
}

.sec_02_box{
    background: #fff;
    border: 1px solid #ccc;
    padding: 20px;
}
@media (min-width: 740px){
.sec_02_box .colWrap .col:nth-child(odd) {
    width: calc(40% - 15px);
}
.sec_02_box .colWrap .col:nth-of-type(n+2) {
    width: calc(60% - 15px);
}
}
.sec_02_box_ttl span{
    display: inline-block;
    color: #fff;
    font-size: 1.2rem;
    padding: 2px 6px;
    background-color: #f79155;
    margin-right: 20px;
}
.sec_02_box .ttlLv4{
    padding: 0;
}
.sec_02_box .ttlLv3{
    padding: 0;
}
.sec_02_box_subTtl{
    background: #CA0000;
    color: #fff;
    padding: 5px 20px;
    border-radius: 60px;
    font-weight: bold;
}
.sec_02_box_txt p > img{
    width: 35px;
}

.sec01_ttl {
  position: relative;
  z-index: 1;
}
.sec01_ttl::after{
  content: "";
  background: url("/content/dam/sites/wwwjalcojp/jp/ja/intltour/otoku-portal/img_sites/230914/bg_sec01_ttl.png")center center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 88px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (min-width: 740px){
  .sec01_ttl::after{
    bottom: 0;
    height: 226px;
  }
}
.sec01_ttl .ttlLv1 .heading{
  color: #509C42;
  font-size: 2.4rem;
}
.sec01_ttl .ttlLv1 .heading em{
  position: relative;
  display: block;
  text-align: left;
  margin-bottom: 40px;
}

@media (min-width: 740px){
  .sec01_ttl .ttlLv1 .heading{
    font-size: 5.4rem;
  }
.sec01_ttl .ttlLv1 .heading em{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-align: center;
  margin-bottom: 10px;
}
}
.sec01_ttl .ttlLv1 .heading em span{
  padding: 5px 10px;
  border-radius: 25px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  display: inline-block;
  text-align: center;
}
@media (min-width: 740px){
  .sec01_ttl .ttlLv1 .heading em span{
    font-size: 1.8rem;
  }
}

.sec01_ttl .ttlLv1 .heading em .ttl_pk{
  background: #FF8D95;
}
.sec01_ttl .ttlLv1 .heading em .ttl_br{
  background: #CAA456;
}
.sec01_ttl .ttlLv1 .heading em img{
  position: absolute;
  top: 95px;
  right: 0;
    transform: translateY(-82%);
  width: 157px;
  height: 80px;
}
@media (min-width: 740px){
  .sec01_ttl .ttlLv1 .heading em img{
    top: 20px;
    right: -60px;
    width: 189px;
  height: 96px;
  }
}

.txt_gr > p {
  color: #509C42;
}
@media (min-width: 740px){
.sec01_col2 .colWrap .col:first-child{
  width: calc(60% - 15px);
}
.sec01_col2 .colWrap .col:nth-of-type(n+2){
  width: calc(40% - 15px);
}
}
.sec_img{
  position: relative;
}
.sec_img_item{
  position: absolute;
  top: -10px;
  left: -10px;
  width: 130px;
  height: 76px;
}
@media (min-width: 740px){
  .sec_img_item{
    position: absolute;
    top: -20px;
    left: -20px;
    width: 194px;
    height: 114px;
  }
}
.sec01_txt img{
  width: 115px;
}
@media (min-width: 740px){
  .sec01_txt img{
    width: 173px;
  }
}
.sec01_btn_ttl .ttlLv2{
  margin: 0;
  padding: 0;
}
.sec01_btn_ttl .ttlLv2 .heading{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 10px;
  color: #509C42;
  font-size: 1.6rem;
  font-weight: bold;
}
.sec01_btn_ttl .ttlLv2 .heading img{
  width: 23px;
  height: 45px;
}
@media (min-width: 740px){
  .sec01_btn_ttl .ttlLv2 .heading{
    font-size: 1.8rem;
  }
}

.txt_gl > p{
  color: #509C42;
}

/* 230925更新 */

.sec03_ttl_tag{
  padding: 5px 10px;
  border-radius: 25px;
  color: #fff;
  background: #FF8D95;
  font-size: 1.5rem;
  font-weight: bold;
  display: inline-block;
  text-align: center;
}
@media (min-width: 740px){
  .sec03_ttl_tag{
    font-size: 1.8rem;
  }
}
.sec03_ttl .ttlLv1{
  margin: 20px 0;
  padding: 0;
}
.sec03_ttl .ttlLv1 .heading{
  text-align: left;
  color: #009FFF;
  font-size: 2.4rem;
  font-weight: bold;
}
.sec03_ttl .ttlLv1 .heading span{
  display: block;
  font-size: 1.8rem;
}
@media (min-width: 740px){
  .sec03_ttl .ttlLv1 .heading{
    font-size: 3.6rem;
  }
  .sec03_ttl .ttlLv1 .heading span{
    font-size: 2.2rem;
  }
}
.sec_box.sec_box_01{
  border: 1px solid #009FFF;
}
@media (min-width: 740px){
.sec_box_01 .list{
  max-width: 350px;
  margin: 0 auto;
}
}

/* 231030更新 */
.sec_ttl.sec_ttl_bg_04{
  background: #509C42;
}
.sec04_bg{
  background: #E0EDC2;
}
.sec_ttl.sec_ttl_bg_05{
  background: #46BB99;
}
.sec05_bg{
  background: #E3F5F0;
}
.sec04_anc a {
  background: #46BB99 !important;
}
.sec04_anc::before{
  border: 1px solid #46BB99;

}
.sec04_anc a span em{
  color: #46BB99;
}
.sec04_anc a::before{
  border: 1px solid #46BB99;
}
.sec04_anc a::after{
  border-color: #46BB99 transparent transparent transparent;
  }

  .no-flex{
    display: block;
  }

  @media (min-width: 740px){
    .flex{
      display: flex;
      align-items: center;
    }
    .flex .mgnR{
      margin-right: 20px;
    }
  }

  /* 231101更新 */
  .sec_subTtl_04 .ttlLv2 .heading{
    color: #288bfd;
  }
  @media (min-width: 740px){
    .sec_subTtl_04 .ttlLv2{
      text-align: left;
    }
  }
  .sec_box_tag{
    padding: 5px 10px;
        border-radius: 25px;
        color: #fff;
        font-weight: bold;
    display: inline-block;
        text-align: center;
    }
  
  .bg_pnk{
    background: #FF8D95;
  margin-bottom: 10px;
  }
  .sec_box.sec_box_01.listBox .sec_box_03_inner{
    width: fit-content;
    margin: 0 auto;
  }
  .sec_subTtl_04 span{
    font-size: 1.6rem;
  }
  @media (min-width: 740px){
    .sec_subTtl_04 span{
      font-size: 2rem;
  }
  }

/* 231127更新 */
.sec_ttl.sec_ttl_bg_06{
  background: #9A62BD;
}
.sec_subTtl_06 .ttlLv2{
 text-align: left;
}
.sec_subTtl_06 span{
  font-size: 1.6rem;
}
@media (min-width: 740px){
  .sec_subTtl_06 span{
    font-size: 2rem;
}
}
.sec06_bg{
  background: #edddf7
}
.sec_subTtl_06 .ttlLv2 .heading {
  color: #9A62BD;
}
.sec05_anc a {
  background: #9A62BD !important;
  /* min-height: 170px; */
}
.sec05_anc::before{
  border: 1px solid #9A62BD;

}
.sec05_anc a span em{
  color: #9A62BD;
}
.sec05_anc a::before{
  border: 1px solid #9A62BD;
}
.sec05_anc a::after{
  border-color: #9A62BD transparent transparent transparent;
  }

  .sec_box.sec_box_02.listBox .sec_box_03_inner {
    width: fit-content;
    margin: 0 auto;
}
@media (min-width: 740px){
  .anc.pdnT a{
    min-height: 180px;
  }
}
