/* コンテンツ幅 フル */
.contentsInr{width:auto;padding:0px;}

/* コンテンツ幅 950px */
.contentsInr .contentsUnit{padding:0 10px;}
@media all and (min-width:740px){
    .contentsInr .contentsUnit{width:950px;padding:0px;margin:0 auto;}
}

.bgYellowLine{
    background-size: auto auto;
    background-color: rgba(255, 255, 255, 1);
    background-image: repeating-linear-gradient(0deg, transparent, transparent 5px, rgba(255, 251, 229, 1) 5px, rgba(255, 251, 229, 1) 10px );
}
.bgDotOrange{
    background-color: #fff4e3;
    background-image: radial-gradient(circle, #ffffff 1.5px, transparent 1.5px);
    background-position: -2px -1px;
    background-size: 7px 9px;
}
.unitTitle,
.descTitle{
    color: #003466;
}
.descTitle.--point{
    color: #DA3400;
}
.descTitle{
    font-size: 2rem;
}
.descTitle > * {
    position: relative;
}
.descTitle.--point > * {
    display: inline-block;
    margin-left: -39px;
    padding-left: 39px;
}
.descTitle.--point p::before{
    content: '';
    display: inline-block;
    width: 38px;
    height: 31px;
    mask-image: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/amami-shimameguri/e-shimagift/img_sites/icon_point_check.svg);
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: cover;
    background-color: #DA3400;
    position: absolute;
    top: 0;
    left: 0;
}
.btnBox .cstmBtn{
    display: block;
}
.cstmBtn .btn{
    background-color: #003466;
    color: #fff;
    border-color: #003466;
}
.cstmBtn.--white .btn{
    background-color: #fff;
    color: #003466;
    border-color: #003466;
}
.cstmBtn.--toggle .btn:after{
    transform: rotate(90deg);
    top: 0;
    left: auto;
    bottom: 0;
    margin: auto;
    transition: all .2s;
}
.cstmBtn.--toggle .btn.is-active:after{
    transform: rotate(270deg);
}
.cstmBtn.--toggle .btn[hidden="true"]{
    display: none !important;
}
.cstmBtn .btnInr {
    line-height: 1.5;
}
.btnBox .cstmBtn .btnInr span{
    display: block;
    font-weight: 700;
}
.cstmBtn .btn:after{
    background-position: 0 -18px;
}
.contentsUnit .inner_ttl.title:first-child .ctm_pageTtl.hc01.unitTitle [class*="ttlLv"]{
    margin-top: 0;
    padding-top: 0;
}
.ctm_pageTtl.hc01.unitTitle .ttlLv1 .heading{
    font-size: 2rem;
}
.ctm_pageTtl.hc02.unitTitle .ttlLv2 .heading{
    font-size: 1.8rem;
}
@media (min-width: 740px) {
    .ctm_pageTtl.hc01.unitTitle .ttlLv1 .heading{
        font-size: 3rem;
    }
    .ctm_pageTtl.hc02.unitTitle .ttlLv2 .heading{
        font-size: 2rem;
    }
}
/* スケルトンスクリーン(json読み込み用) */
.c-skelton .c-skelton-txt,
.c-skelton .c-skelton-thumb,
.c-skelton .c-skelton-clm,
.c-skelton .c-skelton-box{
  overflow: hidden !important;
  position: relative !important;
  color: transparent !important;
  background-color: #eee !important;
  border: none !important;
}
.c-skelton .c-skelton-thumb img,
.c-skelton .c-skelton-box img {
    visibility: hidden !important;
}
.c-skelton .c-skelton-thumb::before,
.c-skelton .c-skelton-txt::before,
.c-skelton .c-skelton-box::before{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, #ffffff00, #ffffff88, #ffffff00);
    animation: anime-skelton 1.5s linear infinite;
    will-change: animation;
}
.c-skelton .c-skelton-box * {
    position: relative;
    z-index: -1;
}
@keyframes anime-skelton {
  0% {
    transform: translateX(-100%)
  }
  100% {
    transform: translateX(100%)
  }
}