body {
    font: 16px/22px "Inter", Arial, Helvetica, sans-serif;
    color: #2a2a2a;
    background-color: #fff;
    padding: 0 !important;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wrapper {
    overflow: hidden;
    background-color: #fff;
}


.header {
    position: absolute;
    text-align: center;
    top: 0px;
    z-index: 1000;
    color: #fff;
    width: 100%;
    height: 80px;
    transition: background-color 200ms ease-in-out 0s;
    -o-transition: background-color 200ms ease-in-out 0s;
    -moz-transition: background-color 200ms ease-in-out 0s;
    -webkit-transition: background-color 200ms ease-in-out 0s;
    background: rgb(255, 255, 255, 0.8);
}

.header.header-fixed {
    display: block;
    margin-top: 0 !important;
    position: fixed;
    height: 80px;
    background-color: #fff;
    border-bottom: 1px solid #f1f1f1;
}

.header-inner {
    position: relative;
    max-width:1400px;
    margin:0 auto;
}

.header-fixed .logo a {
    height: initial;
    margin-top: 20px;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.header-fixed ul.navbar-nav li a {
    padding: 26px 12px;
    color: #000;
}

.header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 80px;
}

.header-fixed:before {
    background: none;
    height: 0;
}

.logo {
    float: left;
    text-align: left;
    display: inline-block;
}

.logo a {
    width: 150px;
    display: block;
    margin: 0 0 0 30px;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.logo a img {
    width: 100%;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.header .logo a img.logo-light {
    opacity: 1;
}

.header .logo a img.logo-dark {
    opacity: 0;
}

.header.header-fixed .logo a img.logo-light {
    opacity: 0;
}

.header.header-fixed .logo a img.logo-dark {
    opacity: 1;
}

.logo {
    float: left;
    text-align: left;
    display: inline-block;
    padding-top:10px;
}

.logo a {
    max-width: 100%;
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    position: relative;
}

.logo a img {
    width: 100%;
    position: absolute;
    top: -30px;
    left: 0;
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
}


.navbar {
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
}

.navbar-toggle {
    float: right;
    border-radius: 0;
    margin-right: 0;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background: none;
}

.nav-tabs>li>a {
    border: 0;
}

ul.navbar-nav {
    float: right;
    display: block;
}

ul.navbar-nav>li {
    float: none;
    display: inline-block;
}

ul.navbar-nav>li:not(.search):hover,
ul.navbar-nav>li.active {
    color: #fff;
    position: relative;
}

ul.navbar-nav>li {
    padding: 0;
    position: relative;
    margin-right: 20px;
    margin-bottom:15px;
}

ul.navbar-nav>li:last-child:after {
    background: none;
}

ul.navbar-nav>li>a {
    color: #000;
    font-size: 13px;
    line-height: 1;
    padding: 43px 12px;
    font-weight: 600;
    text-transform: uppercase;
    font: 14px/22px "Inter", Arial, Helvetica, sans-serif;
    transition: .1s;
}

ul.navbar-nav li a i:not(.icon-angle) {
    font-size: 16px;
    padding-right: 10px;
}

ul.navbar-nav li:last-child {
    margin-right: 50px;
}

ul.navbar-nav li a i.fa-facebook-large {
    font-size: 24px;
}

.nav-item.sns-icon {
    padding: 0;
    margin: 0;
}

ul.navbar-nav li a i.icon-angle {
    padding-left: 3px;
}

ul.navbar-nav>li:hover>a:after,
ul.navbar-nav>li.active>a:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
}

ul.nav.nav-tabs {
    border-bottom: 0;
}

ul.nav.nav-tabs li a,
ul.nav.nav-tabs li.active a {
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    border-left: 1px solid #555;
    border-radius: 0;
    font-size: 15px;
    color: #000;
    padding: 0 30px;
    margin: 15px 0 25px;
    text-transform: uppercase;
}

ul.nav.nav-tabs li.active a {
    font-weight: 600;
}

ul.nav.nav-tabs li:first-child a {
    border-left: 0;
    padding-left: 0;
}

ul.nav.nav-tabs li a:hover,
ul.nav.nav-tabs li.active a:hover {
    border-bottom: 0 !important;
    border-top: 0 !important;
}


ul.navbar-nav>li.open>a,
ul.navbar-nav>li.open>a:hover,
ul.navbar-nav>li.open>a:focus,
ul.navbar-nav>li.open>a:active {
    background: transparent;
}

ul.nav li.dropdown ul.dropdown-menu {
    background: #fff;
}

ul.nav li.dropdown ul.dropdown-menu li a {
    color: #000;
}

ul.nav li.dropdown ul.dropdown-menu li.active a {
    color: #fff;
}

.dropdown-menu {
    text-align: left;
    border: 0;
    box-shadow: none;
    z-index: 100;
    min-width: 200px;
    border-radius: 0;
    padding: 0;
}

.navbar-nav>li .dropdown-menu li:last-child a {
    border-bottom: 0 !important;
}

.navbar-nav>li>.dropdown-menu a {
    background: none;
    text-transform: uppercase;
}

.dropdown-menu li a {
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
    padding: 15px 20px;
    color: #000;
}

.header-fixed ul.navbar-nav li.dropdown ul.dropdown-menu li a {
    padding: 15px 20px;
}

ul.nav li.dropdown ul.dropdown-menu li a:hover,
ul.nav li.dropdown ul.dropdown-menu li a:focus,
ul.nav li.dropdown ul.dropdown-menu li a:active {
    color: #fff;
}

.dropdown-menu li:last-child>a {
    border-bottom: 0;
}

.open>.dropdown-menu {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.open>.dropdown-menu li a {
    color: #000;
}

.dropdown-menu li a {
    color: #fff;
}

.dropdown-menu {
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1, 0);
    display: block;
    box-shadow: 0px 0px 1px #ccc;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
}

.navbar-toggler, .navbar-toggler:focus, .navbar-toggler:active {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}
.nav-item .fa-solid.fa-angle-right{
    color:#013db7;
}



@media (max-width:767px){
    .logo a img{
        top:0;
    }

}

.hero {
    width: 100%;
    height: auto;
}

.hero img {
    padding-top: 100px;
    width: 100%;
    max-width:1200px;
    display: block;
    margin: 0 auto;
}

.footer {
    background: #555;
    position: relative;
    z-index: 2;
}

.footer a {
    text-decoration: none;
}

.footer .container {
    padding: 80px 15px 0;
}

.footer p {
    color: #fff;
    font-size: 13px;
}

.footer .container img {
    display: block;
    margin: 0 auto;
    width: 120px;
    padding: 20px 20px 50px 20px;
}

.footer .top-footer>.row {
    padding-bottom: 30px;
}

.footer .top-footer h4 {
    text-transform: uppercase;
    margin-top: 0;
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 700;
}

.footer .top-footer ul {
    padding: 0;
}

.footer .top-footer .menu ul {
    list-style-type: none;
}

.footer .top-footer .menu ul li {
    margin-bottom: 17px;
    display: inline-block;
    margin-right: 20px;
}

.footer .top-footer .menu ul li a,
.footer .top-footer .menu ul li span {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    transition: .3s;
}

.footer .top-footer .menu ul li span {
    color: #fff;
}

.footer .top-footer .menu ul li a:hover {
    color: #2B95FF;
}

.footer .top-footer .menu ul li a:hover,
.footer .top-footer .menu ul li span:hover {
    color: #2B95FF !important;
}

.footer .top-footer .menu ul li span i {
    padding-right: 3px;
}

.top-footer .contacts>div {
    padding-bottom: 12px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.footer .social-icons {
    padding-top: 10px;
    padding-bottom: 50px;
}

.footer .social-icons ul li {
    margin: 0 10px 15px 0;
}

.footer .social-icons ul li a {
    width: 40px;
    height: 40px;
    line-height: 38px;
}

.footer .social-icons ul li a:before {
    font-size: 19px;
}

.facts-footer>div {
    width: 49%;
    display: inline-block;
}

.facts-footer>div:first-child h5,
.facts-footer>div:nth-child(2) h5 {
    margin-top: 0;
}

.facts-footer>div {
    margin-bottom: 18px;
}

.facts-footer>div h5 {
    font-size: 30px;
    font-weight: 500;
    margin: 15px 0 12px;
}

.facts-footer>div span {
    text-transform: uppercase;
    font-size: 12px;
    color: #ddd;
}

.footer .bottom-footer p {
    margin: 0;
    font-size: 13px;
    padding: 17px 0;
    color: #ddd;
}

.footer .bottom-footer p a:hover {
    color: #fff;
}

.footer hr {
    background-color: #1d1d1d;
    border: 0;
    height: 1px;
    margin: 6px 0 17px;
}

#back-top {
    display: none;
    margin: 0;
}

#back-top-wrapper {
    position: fixed;
    right: 26px;
    bottom: 26px;
    overflow: hidden;
    z-index: 1111;
}

#back-top a {
    display: block;
    background-color: transparent;
    text-align: center;
    text-decoration: none;
    -webkit-transition: 1s;
    transition: 1s;
    width: 45px;
    margin: 0 auto;
    border-radius: 50%;
}

#back-top a:hover span:before {
    top: -50px;
}

#back-top a:hover span:after {
    top: 0;
}

#back-top a:hover span {
    background: none;
}

#back-top span {
    display: block;
    -webkit-transition: 1s;
    transition: 1s;
    z-index: 1;
    margin-bottom: 0;
    width: 41px;
    height: 41px;
    background: none;
    position: relative;
    overflow: hidden;
}

#back-top span:before,
#back-top span:after {
    content: "\f062";
    font-size: 19px;
    font-family: FontAwesome;
    line-height: 41px;
    position: absolute;
    left: 0;
    width: 41px;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

#back-top span:before {
    top: 0;
}

#back-top span:after {
    top: 50px;
    color: #fff;
}

#back-top a {
    border: 2px solid #006AD5;
}

#back-top span:before {
    color: #006AD5;
}

#back-top a:hover {
    background-color: #006AD5;
}

.waves {
    padding-top: 50px;
    position: relative;
    width: 100%;
    height: 15vh;
    margin-bottom: -7px;
    /*Fix for safari gap*/
    min-height: 100px;
    max-height: 150px;
}

.parallax>use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

.parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        transform: translate3d(85px, 0, 0);
    }
}

.waveback {
    background: #9fd5ef;
}

.pointbox_wrapper {
    padding: 0 5px;
}

.pointbox {
    padding: 10px;
    background: #fff;
    border-radius: 8px;
    text-align: center;
}

.pointbox h3 {
    display:block;
    font-size: 20px;
    color: #013db7;
    font-weight: 700;
    height: 50px;
    padding:20px 0;
}

.pointbox img {
    display:block;
    width: auto;
    height: 80px;
    margin: 40px auto 40px auto;
}

.pointbox .btn_point {
    width: 100%;
    max-width: 300px;
    background: #ed5d82;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 20px;
    border: none;
    border-bottom: 8px solid #d94a6e;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    
}

.pointbox .btn_point:hover {
    border-bottom: 3px solid #d94a6e; 
    box-shadow: 0 2px 0 #d94a6e;
    transform: translateY(2px); 
    margin-bottom:5px;
}



.spacer{
    height:50px;
}

.about {
    background: #fff;
}

.about h2 {
    color: #013db7;
    font-size: 24px;
    font-weight: 700;
    padding: 20px;
}

.about .family {
    width: 300px;
    margin: 50px 0
}

.about .flag {
    width: 350px;
    padding: 30px 0;
}

.about p {
    font-weight: 700;
    color: #393939;
    line-height: 2.0;
}

.jata {
    background: #9fd5ef;
    padding-top: 50px;
    position:relative;
}



.jata_exp {
    background: rgb(255, 255, 255, 0.7);
    border-radius: 10px;
    padding: 50px 20px;
    position:relative;
    z-index:2;
}

.jata_exp h2 {
    color: #013db7;
    font-size: 24px;
    font-weight: 700;
    padding: 20px;
}

.jata_exp p {
    text-align: left;
    line-height: 2.0;
    padding: 20px;
}



.jata .btn_jata {
    width: 100%;
    max-width: 300px;
    background: #fedc5e;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 20px;
    border:none;
    border-bottom: 8px solid #efcb49;
    border-radius:5px;
    display:inline-block;
    transition: all 0.2s ease-in-out;
}

.jata .btn_jata:hover{
    border-bottom:3px solid #efcb49;
    box-shadow: 0 2px 0 #efcb49;
    transform: translateY(2px);
    margin-bottom:5px;
}

.jata_box{
    position:relative;
    padding:20px;
}

/* 共通スタイル */
.jata_box .corner-image {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}

/* 左上 */
.jata_box .corner-image.tl {
    top: -40px;
    left: -80px;
    background-image: url('../img/parts/go-trip.svg');
    width: 250px; 
    height: 250px;
}

/* 右上 */
.jata_box .corner-image.tr {
    top: -40px;
    right: -100px;
    background-image: url('../img/parts/fuji.svg');
    width: 220px; 
    height: 220px;
}

/* 右下 */
.jata_box .corner-image.br {
    bottom: -70px;
    right: -100px;
    background-image: url('../img/parts/travel-bus.svg');
    width: 180px; 
    height: 180px;
}

/* 左下 */
.jata_box .corner-image.bl {
    bottom: -40px;
    left: -80px;
    background-image: url('../img/parts/travel-bag.svg');
    width: 120px; 
    height: 120px;
}

.bnr {
    padding-top: 100px;
}

.bnr h3 {
    font-weight: 700;
    color: #393939;
    font-size: 20px;
    padding: 0 0 50px 0;
}

.bnr_wrapeer {
    display: flex;
}

.bnr_wrapper img {
    width: auto;
    height: 80px;
    margin: 10px;
}
.bnr_wrapper .jata-logo{
    border:solid 1px #5f5f5f;
}

.anchor{
    display:block;
    padding-top:50px;
    margin-top:-50px;
}

/* Toggler Icon */

.navbar-toggler {
    outline: none !important;
    padding: 8px 0 0;
  }
  
  #icon-toggler {
    width: 20px;
    height: 21px;
    position: relative;
    right:20px;
    top:10px;
    margin: 7px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: block;
  }
  
  #icon-toggler span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #013db7;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  
  .header.header-fixed #icon-toggler span {
    background-color: #555;
  }
  
  #icon-toggler span:nth-child(1) {
    top: 0;
  }
  
  #icon-toggler span:nth-child(2),
  #icon-toggler span:nth-child(3) {
    top: 6px;
  }
  
  #icon-toggler span:nth-child(4) {
    top: 12px;
  }
  
  #icon-toggler.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  
  #icon-toggler.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  #icon-toggler.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  #icon-toggler.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }

  .campaign-banner {
    position: fixed;
    right: 10px; 
    top: 20%; 
    width: 200px; 
    height: 200px;
    background: #d1eef9;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    border: solid 10px #fff;
    padding: 10px;
    text-align: center;
    z-index: 1000;
    opacity: 0; 
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    overflow: hidden; /* はみ出る光エフェクトを隠す */
}
.campaign-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 150%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 70%);
    /* transform: skewX(-25deg); */
}
.campaign-banner img {
    position: absolute; 
    top: 50%;
    left: 50%;
    transform: translate(-50%, -28%);
    width: 90%;
    height: auto;
}

.bnr_wrapper a img{
    transition:0.3s;
}

.bnr_wrapper a:hover img{
opacity:0.8;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.20);
}

.nav-item .nav-link{
    transition:0.3s;
}
.nav-item .nav-link:hover{
 color:#006AD5;
}

/* 閉じるボタン */
/* .campaign-close {
    position: absolute;
    top: 5px;
    right: 5px;
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
} */

.campaign-banner.show {
    opacity: 1;
    visibility: visible;
    transition:0.6s;
}

.campaign-banner.show::before {
    animation: shine-effect 1.2s ease-in-out;
}
.campaign-banner:hover{
    background:#fff;
    border:solid 10px #d1eef9;
}
@keyframes shine-effect {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}
.source {
    display: grid;
    grid-template-columns: auto 1fr; /* dt（見出し）とdd（内容）を2列で並べる */
    gap: 5px 10px; /* 行間と列間の間隔を調整 */
    justify-content: center;
    max-width: 850px; 
    margin: 0 auto;
  }
  
  .source dt {
    font-weight: bold;
    text-align: right;
    white-space: nowrap;
    padding:5px;
  }
  
  .source dd {
    text-align: left;
    margin: 0;
    padding:5px;
  }

.pc_hid{
    display:none;
}

  @media (min-width:991px) {
    ul.nav li.dropdown:hover ul.dropdown-menu {
      display: block;
    }
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse.collapse {
      display: none;
    }
  .navbar-collapse.show{
    display:block!important;
  }
    .navbar-collapse.collapse.in {
      display: block !important;
    }
  
    .navbar-header .collapse,
    .navbar-toggle {
      display: block !important;
    }
  
    .navbar-header {
      float: none;
    }
  
    .top-footer>.row>div:nth-child(4) {
      margin-top: 25px;
    }
  
  }

  @media (max-width: 991px) {

  .header.header-fixed {
    height: 80px;
  }

  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  ul.navbar-nav {
    padding-bottom: 62px;
  }

  ul.navbar-nav li.dropdown ul.dropdown-menu li a,
  .header-fixed ul.navbar-nav li.dropdown ul.dropdown-menu li a {
    padding: 10px 20px 10px 40px;
  }

  .logo {
    margin-top: 0px;
    padding-top:20px;
  }

.logo a img{
    top:-15px;
}
.header.header-fixed .logo a img{
    top:-30px;

}

#icon-toggler{
    top:5px;
}

.header.header-fixed #icon-toggler{
    top:0;
}
  .navbar-collapse.in {
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 17px;
  }

  ul.navbar-nav>li.open>a,
  ul.navbar-nav>li.open>a:hover,
  ul.navbar-nav>li.open>a:focus,
  ul.navbar-nav>li.open>a:active {
    border: 1px solid #f6f6f6;
    border-left: 0;
    border-right: 0;
  }

  ul.nav.nav-tabs li a,
  ul.nav.nav-tabs li.active a {
    padding: 0 20px;
  }

  .sidebar ul.nav.nav-tabs li a {
    padding: 0;
  }

  ul.nav.nav-tabs li:first-child a {
    padding-left: 0;
  }

  ul.navbar-nav {
    float: none;
    margin: 0;
  }

  ul.navbar-nav>li {
    display: block;
  }

  ul.navbar-nav>li>a,
  .header-fixed ul.navbar-nav>li>a {
    padding: 20px 18px;
    border-top: 1px solid #f6f6f6;
    text-align: left;
    color: #555;
  }

  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 30px;
    border-bottom: 0;
  }

  .navbar-collapse,
  .navbar-collapse.in {
    position: fixed;
    top: 80px;
    left: 0;
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
    background: #fff;
    overflow-y: auto;
    z-index: 999;
    border-bottom: 1px solid #f6f6f6;
    border-top: 0;
  }

  #back-top-wrapper {
    right: 15px;
    bottom: 15px;
  }
.pointbox h3{
    font-size:18px;
}
.pointbox .btn_point{
    padding: 10px 5px;
}
  /* 左上 */
  .jata_box .corner-image.tl {
    top: -20px;
    left: -20px;
    background-image: url('../img/parts/go-trip.svg');
    width: 180px; 
    height: 180px;
}

/* 右上 */
.jata_box .corner-image.tr {
    top: -20px;
    right: -20px;
    background-image: url('../img/parts/fuji.svg');
    width: 180px; 
    height: 180px;
}

/* 右下 */
.jata_box .corner-image.br {
    bottom: -70px;
    right: -20px;
    background-image: url('../img/parts/travel-bus.svg');
    width: 150px; 
    height: 150px;
}

/* 左下 */
.jata_box .corner-image.bl {
    bottom: -50px;
    left: -20px;
    background-image: url('../img/parts/travel-bag.svg');
    width: 100px; 
    height: 100px;
}
.campaign-banner {
    top:30%;
    right:10px;
    width:150px;
    height:150px;
    border:solid 3px #fff;
        }

  }
  

@media(max-width:767px){
.pc_hid{
    display:block;
}
.source {
    grid-template-columns: 1fr; /* 1列にして縦並び */
    text-align: center;
  }

  .source dt, .source dd {
    text-align: center;
  }

    .campaign-banner {
top:auto;
right:10px;
bottom:10%;
width:120px;
height:120px;
border:solid 3px #fff;
    }
    .jata_box{
        padding:10px;
    }
    .jata_exp{
        padding:50px 0;
    }
    .about p{
        text-align:left;
    }
    .about .flag{
        display:block;
        margin:0 auto;
        width:100%;
    }
    .about h2{
        padding:20px 0;
        font-size:22px;
    }

    .about .family{
        width:200px;
    }

    /* 左上 */
.jata_box .corner-image.tl {
    top: -20px;
    left: 0px;
    background-image: url('../img/parts/go-trip.svg');
    width: 150px; 
    height: 150px;
}

/* 右上 */
.jata_box .corner-image.tr {
    top: -20px;
    right: 0px;
    background-image: url('../img/parts/fuji.svg');
    width: 150px; 
    height: 150px;
}

/* 右下 */
.jata_box .corner-image.br {
    bottom: -70px;
    right: 0px;
    background-image: url('../img/parts/travel-bus.svg');
    width: 130px; 
    height: 130px;
}

/* 左下 */
.jata_box .corner-image.bl {
    bottom: -50px;
    left: 0px;
    background-image: url('../img/parts/travel-bag.svg');
    width: 100px; 
    height: 100px;
}
.jata_exp h2{
    font-size:22px;
    padding:20px 0;
}
.logo a{
    margin:0 0 0 10px;
}
.pointbox .btn_point{
    max-width:250px;
}
}