@charset "utf-8";

html {
    /*overflow-y: scroll;*/
    font-size: 62.5%;
    /* -> 10px; */

    width: 100%;
	height: 100%;

    
}

:root {
    --view-size: 1200;
  }
  
  @media screen and (max-width: 768px) {
    :root {
      --view-size: 375;
    }
  }
  * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  
  abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var,
  video {
    margin: 0;
  }
  


body {
    font-family: "Noto Sans JP", sans-serif;
    font-feature-settings: "palt"1;
    color: #111;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    letter-spacing: 0.1em;
    font-size:1.4rem;
}


#fade-wrap {
    width: 100%;
    position:relative;
}

#fade-wrap::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 1.2s ease;
    transition: opacity 1.2s ease;
}

#fade-wrap.fadeout::after {
    opacity: 1
}





.wf-notosansjapanese {
    font-family: "Noto Sans JP";
}

.notoserif {
    font-family: 'Noto Serif JP', serif;
}





@media (min-width: 751px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}



h1,
h2,
h3,
h4,
h5,
h6,
.faux-heading {

    font-weight: 600;
    line-height: 1.5;
    margin: 1rem 0 1.5rem;
    font-feature-settings: "palt"1;
}



p {

    margin-bottom: 1em;
    font-feature-settings: "palt"1;
    text-align: justify;
    text-justify: inter-ideograph;
    line-height:2;
}




* {
    box-sizing: border-box;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: #000;
    transition: 0.3s;
    text-decoration: none;
    outline: none;
    position:relative;
    cursor: pointer;
}


a:hover{
        opacity: 0.7;
}




.brpc {
    display: block;
}


.brsp {
    display: none;
}

.brbadge {
    display: none;
}



@media screen and (max-width:991px) {

    .brpc {
        display: none;
    }
    

}

@media screen and (max-width:650px) {

    .brbadge {
        display: block;
    }
    

}



@media screen and (max-width:500px) {

    .brsp {
        display: block;
    }
    

}


.wrapper {
    margin: 0;
    padding: 0;
}




figure {
    margin: 0;
}




/* font-family */

#splash-logo,
.top-lead,
h1,
h2,
h3 span,
#g-nav,
#pc-nav,
.openbtn,
#footer {
    letter-spacing: 0.1em;

}

#pc-nav {}



.googleMap iframe {
    position: relative;
    width: 100%;

    &:after {
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        pointer-events: none;
    }
}

.googleMap iframe {
    margin-bottom:3rem;
}

.googleMap iframe:last-of-type {
    margin-bottom:0rem;
}




.leftside{
    display:flex;
    justify-content: flex-start;
}

.rightside{
    display:flex;
    justify-content: flex-end;
}

.cenrerside{
    display:flex;
    justify-content: center;
    width:100%;
}




.stopmove {
    display: none;
}



/*pc-nav*/

#pc-nav span.bgLRextend::before {
    background: #0b1642;
}


.spmenu_logo a{
    margin-bottom:3rem;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.spmenu_logo img{
    width:100%;
    max-width:250px;
}

.contact_btn{
    display: none;
}

.site-logo {
    grid-column: 2;
    justify-self: center;
}

#headnav {
    text-align: center;
    display: inline-flex;
    align-items: center;
    gap: 0 3rem;
    grid-column: 3; /* 右 */
    justify-self: end;
}


#right-sidebar {}

aside {
    margin-bottom: 3rem;
}


#archive-wrapper {
    margin: 0px 0 3rem 0;
}


#search-wrapper {
    margin: 130px 0 3rem 0;
}


.search-page-header {
    display: block;
}

.search-page-header h1 {
    position: relative;
    margin-bottom: 3rem;
}

.search-title {
    font-size: 1.5rem;
}

.search-main article {
    margin-bottom: 4rem;
}


.search-main .btn-secondary {
    font-size: 14px;
    margin-top: 1rem;
}



.widget-title {
    font-size: 1.5rem;
    color: #0B1642;
    border-bottom: 1px solid #0B1642;
    margin-bottom: 1rem;
}



@media screen and (min-width:1060px) {
    .brmid {
        display: none;
    }
}

.contact_btn a {
    border-radius: 3rem;
    padding: .5rem 3rem .5rem 3rem;
    border: 1px solid #3CABE5;
    background-color: #3CABE5;
    transition: all .3s;
    color: #fff;
    white-space: nowrap;
}


.contact_btn a:hover {
    border: 1px solid #3CABE5;
    background: #fff;
    color: #3CABE5;
}



/* heading */

h1 {
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.2em;
    margin: 0;
}




@media screen and (max-width:550px) {
    h1 {
        font-size: 1.2rem;
        top: 10%;
    }
}


h1 a {
    color: #eb6100;
}

h2 {
    font-size: 2.5rem;
}

@media screen and (max-width:768px) {

    h2 {
        font-size: 2rem;
    }
}

/* lead */

.top-lead {
    position: absolute;
    bottom: 2%;
    right: 5%;
    z-index: 10;
}
@media screen and (max-width:768px) {
    .top-lead {
        width: 95%;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
}
.top-lead a {
    display: block;
    -webkit-transition: background 0.2s linear 0s, color 0.2s linear 0s;
    -moz-transition: background 0.2s linear 0s, color 0.2s linear 0s;
    -o-transition: background 0.2s linear 0s, color 0.2s linear 0s;
    transition: background 0.2s linear 0s, color 0.2s linear 0s;
}

.top-lead a:hover {
    text-decoration: none;
}

.top-lead span.bgLRextend::before {
    background: #0b1642;
}

@media screen and (max-width:550px) {
    .top-lead {
        font-size: 2.2rem;
    }
}

@media screen and (max-width:380px) {
    .top-lead {
        font-size: 1.8rem;
    }
}




.overlay {
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    background: -moz-linear-gradient(top, rgba(65, 21, 21, 0.1) 0%, rgba(30, 5, 5, 0.1) 100%);
    background: -webkit-linear-gradient(top, rgba(65, 21, 21, 0.1) 0%, rgba(30, 5, 5, 0.1) 100%);
    background: linear-gradient(to bottom, rgba(65, 21, 21, 0.1) 0%, rgba(30, 5, 5, 0.1) 100%);
}




/* main-area */

.top_title{
    margin:0 15px;
}


#main-area{

}


.main-area {
    width: 100%;
    margin: 0 auto;
    padding: 10rem 2rem 5rem 2rem;
    max-width:1220px;
    position:relative;
}



.tour_head{
    display:flex;
    flex-wrap: wrap;
    gap:0 3rem;
    justify-content: space-between;
    margin-bottom:calc(20 / var(--view-size) * 100vw);
    margin-bottom:10rem;
}

.tour_imgs{
    width:55%;
}


.tour_title{
    margin-bottom:calc(20 / var(--view-size) * 100vw);
    width:calc(45% - 3rem);
}



.tour_info{
    margin-bottom:6rem;
}

.tour_entry{
    margin-bottom:6rem;
}



.outline {
    margin: 0 auto 0 auto;
    width: 100%;
    max-width: 900px;
    

    padding: 2rem 1.5rem;
    border:5px solid #d8e4be;
    border-radius:2rem;
}

.event_point{
    margin-bottom:2rem;
}
.event_gaiyou{
    padding-top:2rem;
    border-top:1px solid #aaa;
    margin-bottom:2rem;
}

.event_date{
    font-size:1.5rem;
    margin-bottom:1rem;
    font-weight:600;

}
.event_date span{
    color:#009145;
    padding-right:1rem;
}

.event_place span{
    color:#009145;
    padding-right:1rem;
}

.event_place{
    margin-bottom:1rem;
}

.event_point_txt{
    margin-top:6rem;
    border:4px solid #ccc;
    padding:2rem;
    border-radius:2rem;
    position:relative;
}

#event_wrap .event_date{
    font-size:2.5rem;
}
#event_wrap .event_place{
    font-size:2.5rem;
}
#event_wrap .event_point_txt{
    font-size:2rem;
}


.event_point_txt:before{
    position:absolute;
    background: url(../imgs/event_point.png) 0 0 no-repeat;
    background-size:contain;
    right:10px;
    top:calc(-35 / var(--view-size) * 100vw);
    content:"";
    width: calc(150 / var(--view-size) * 100vw);
    min-width:150px;
	max-width:210px;
    height:100%;
  }




.ol_line {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    position: relative;
    height:100%;
    background:#efefef;
}


.ol_line::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #aaa;
}





.tour_info_subject {
    width: 200px;
    height:100%;
    font-size: 15px;
    font-weight:700;
    line-height: 28px;
    padding:2rem 1rem;
    color:#111;
    
    display:flex;
    align-items: center;
    justify-content: center;
}

.tour_entry_subject {
    width: 200px;
    height:100%;
    font-size: 15px;
    font-weight:700;
    line-height: 28px;
    padding:2rem 1rem;
    color:#111;
    display:flex;
    align-items: center;
    justify-content: center;
}




.ol_detail {
    font-size: 15px;
    line-height: 28px;
    width: calc(100% - 200px);
    padding:2rem 0 2rem 2rem;
    background:#fff;
}


.tour_info_title{
    font-size: calc(22 / var(--view-size) * 100vw);
    font-weight: 600;
    line-height: 1.5;
    margin: 0rem 0 3rem;
    text-align:center;
    padding-bottom:2rem;
}


.tour_info_title.detail {
    border-bottom:3px solid #d8e4be;
}

.tour_info_title.entry {
    border-bottom:3px solid #d8e4be;
}

.tour_info_title.access {
    border-bottom:3px solid #d8e4be;
}



.tour_info_title span{
    padding-right:2rem;
}

.tag_area{
    display:flex;
    align-items: center;
    justify-content: space-between;
    gap:.5rem;
    padding:2rem 2rem 0 2rem;
}

.type_tag{
    display:flex;
    align-items: center;
    gap:.5rem;
}


.detail_tag_area{
    display:flex;
    align-items: center;
    justify-content: space-between;
    gap:.5rem;
    padding:0rem 0rem 2rem 0rem;
}



.paid_cost span{
    background:#cc0000;
    font-weight:700;
    color:#fff;
    padding:.3rem .5rem;
}
.free_cost span{
    background:#0086d1;
    font-weight:700;
    color:#fff;
    padding:.3rem .5rem;
}

.event_reserve{
    background:#00913a;
    font-weight:700;
    color:#fff;
    padding:.3rem .5rem;
}


.type_guide span{
    background:#02b894;
    font-weight:700;
    color:#fff;
    padding:.3rem .5rem;
}

.type_exp span{
    background:#f63fab;
    font-weight:700;
    color:#fff;
    padding:.3rem .5rem;
}

.foot_link{
    display:flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap:0 2rem;
    margin:5rem 0;
    border-top:1px solid #666;
}

#head_link{
    z-index:10;
    position:relative;
    width:100%;
}


.head_link{
    display:flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap:0 2rem;
    padding:0 0 3rem 0;
    
    
    -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;

}

.bg-bottom {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100px;
  }
  .bg-bottom::before {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: -1;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 400vw;
    height: 500vw;
    border-radius: 100%;
    background-color: #faefbe;
  }


.bg-top {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 120px;
}
.bg-top::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 400vw;
  height: 500vw;
  border-radius: 100%;
  background-color: #f9f6f0;
}


/* swiper */

.swiper {
    width: 100%;
    max-width:1000px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:1rem;
}

.swiper.swiper-main01{
    aspect-ratio: 1 / 1;
}


.swiper-wrapper{
    background:#eeeeee;
}


.swiper-main01 .swiper-slide img, .swiper-main02 .swiper-slide img {
    width: 100%;
    height:100%;
    margin-bottom: 10px;
    vertical-align: middle;
    object-fit: contain;
    margin-left:auto;
    margin-right:auto;
    
}
.swiper-thumbnail01 .swiper-slide, .swiper-thumbnail02 .swiper-slide {
    opacity: .3;
}
.swiper-thumbnail01 .swiper-slide-thumb-active, .swiper-thumbnail02 .swiper-slide-thumb-active {
    opacity: 1;
}
.swiper-thumbnail01 .swiper-slide img, .swiper-thumbnail02 .swiper-slide img {
    width: 100%;
    height: 100px;
    vertical-align: middle;
    object-fit: cover;
}






.swiper-button-prev,
.swiper-button-next {
  height: 50px !important;
  width: 50px !important;
}
/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "" !important;
  height: 50px;
  margin: auto;
  width: 50px;
}
/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  background-image: url(../imgs/arrow_prev.png);
}
/* 次への矢印カスタマイズ */
.swiper-button-next::after {
    background-image: url(../imgs/arrow_next.png);
}




#other_tour{
    background:#fffeee;
}


.other_posts{
    text-align: center;
}




/* topics */

#topics {
    border-left: 3px solid #000;
    padding: 0 0 0 20px;
    position: relative;
}

@media screen and (max-width:768px) {
    #topics {
        margin: 0 0 100px 0;
    }
}

#topics h2 {
    font-size: 1.5rem;
}

#topics h2 span.bgLRextend::before {
    background: #333;
}

.bx-wrapper {
    box-shadow: none;
    border: none;
}



/* topinformation */

#topinformation .btn {

    margin: 0 auto;
}

#topinformation .bgappear {
    background: none;


}


#topinformation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 1rem 0;
    padding: 0 0 5rem 0;
    
}



#topinformation .content {
    width: 100%;
    text-align: center;
}

@media screen and (max-width:768px) {
    #topinformation .img {
        width: 100%;
        min-height: 290px;
        margin: 0 0 50px 0;
    }

    #topinformation .content {
        width: 100%;
    }

    #topinformation p.vision-txt {
        text-align: left;
    }


}

#topinformation h2 {
    color: #e60020;
    margin: 0 0 10px 0;
    font-size: 3rem;
}


@media screen and (max-width:768px) {
    #topinformation h2 {
        font-size: 2rem;
        letter-spacing: 0;
    }

}


#topinformation p {
    line-height: 2;
    margin: 0 0 10px 0;
}

#topinformation .topinformation-lead {
    position: relative;
    color: #000;
    font-size: 1rem;
    font-weight: bold;
    margin: 0 0 90px 0;
}

@media screen and (max-width:768px) {
    #topinformation .topinformation-lead {
        font-size: 1rem;
    }

}

#topinformation .topinformation-lead::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;

    background: #e60020;
    width: 12em;
    height: 3px;
}




.circle-button a {
    position: relative;
    display: inline-flex;
    justify-content: start;
    align-items: center;
    margin: 0 auto;
    padding: 10px 25px 10px 70px;
    color: #111;
    font-size:1.6rem;
    font-weight: 500;
    transition: all 0.3s;
}

.circle-button a:before,
.circle-button a:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
}

.circle-button a:before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    left: 20px;
    width: 21px;
    height: 10px;
    background: url(../imgs/btn-arrow-white.svg) 0 0 no-repeat;
    background-size: 21px 10px;
    transition: all .3s;
    z-index: 3;
}

.circle-button a:after {
    left: 0;
    background: #3CABE5;
    z-index: 1;
    width: 6rem;
    height: 6rem;
    border-radius: 4rem;
    transform: translateY(-50%);
    transition: all .3s;
}

.circle-button a span {
    position: relative;
    z-index: 3;
    transition: all 0.3s;
    color:#3CABE5;
}

.circle-button a:hover span {
    color: #fff;
}

.circle-button a:hover:before {
    left: 20px;

}

.circle-button a:hover:after {
    right: 0;
    width: 100%;
    background: #3CABE5;
}



#top_products .circle-button a {
    position: relative;
    display: inline-flex;
    justify-content: start;
    align-items: center;
    margin: 0 auto;
    padding: 10px 25px 10px 70px;
    color: #111;
    font-size:1.6rem;
    font-weight: 500;
    transition: all 0.3s;
}

#top_products .circle-button a:before,
#top_products .circle-button a:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
}

#top_products .circle-button a:before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    left: 
    20px;
    width: 21px;
    height: 10px;
    background: url(../imgs/btn-arrow-blue.svg) 0 0 no-repeat;
    background-size: 21px 10px;
    transition: all .3s;
    z-index: 3;
}

#top_products .circle-button a:after {
    left: 0;
    background: #fff;
    z-index: 1;
    width: 6rem;
    height: 6rem;
    border-radius: 4rem;
    transform: translateY(-50%);
    transition: all .3s;
}

#top_products .circle-button a span {
    position: relative;
    z-index: 3;
    transition: all 0.3s;
    color:#fff;
}

#top_products .circle-button a:hover span {
    color: #3CABE5;
}

#top_products .circle-button a:hover:before {
    left: 20px;

}

#top_products .circle-button a:hover:after {
    right: 0;
    width: 100%;
    background: #fff;
}



/* top_products */

.service-lead {
    position: relative;
    text-align:center;
    color: #3CABE5;
    font-size: 1.2rem;
    font-weight: bold;
    margin: 1rem 0 1rem 0;
}

.service-lead span {
    position: relative;
    padding-left:0rem;
    padding-right:0rem;
}


@media screen and (max-width:768px) {
    #service p {
        line-height: 150% !important;
    }
}

.service-lead span::after {
    content: '';
    position: absolute;
    right: 0;
  left: 0;
  margin: 0 auto;
bottom:-.5rem;
    background: #3CABE5;
    width: 100%;
    height: 2px;
}




.thumb_round_img {
    overflow: hidden;
    border-radius:20px 20px 0 0;
    width: 100%;
    aspect-ratio: 4 / 3; /* 4:3の縦横比 */
position:relative;
}

.thumb_round_img img {
width:100%;
    height: 100%;
    -webkit-transition:.3s all;
    transition: .4s all;
    transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    object-fit: cover;
}

.thumb_round_img a:hover img{
    transform:scale(1.1,1.1);
    transition:.4s all;
    transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

.chihou_tag{
    position:absolute;
    padding:.5rem 1rem .5rem .6rem;
    font-weight:700;
    color:#fff;
    left:1rem;
    top:1rem;
    
    white-space: nowrap;
    
    border-radius:5rem;
    display:flex;
    justify-content:flex-start;
    align-items: center;
    z-index: 20;
}

.chihou_tag.nagoya{
    background:#8b56a0;
}
.chihou_tag.owari{
    background:#ed6d2b;
}
.chihou_tag.chita{
    background:#00aa7b;
}
.chihou_tag.nisimikawa{
    background:#00a7ea;
}
.chihou_tag.higasimikawa{
    background:#e85298;
}

.chihou_no{
    background:#fff;
    color:#111;
    width:25px;
    height:25px;
    border-radius:15px;
    display:flex;
    align-items: center;
    justify-content: center;
    margin-right:.6rem;
    letter-spacing: 0;
}

.nagoya .chihou_no{
    color:#8b56a0;
}
.owari .chihou_no{
    color:#ed6d2b;
}
.chita .chihou_no{
    color:#00aa7b;
}
.nisimikawa .chihou_no{
    color:#00a7ea;
}
.higasimikawa .chihou_no{
    color:#e85298;
}





.service-wrap {
    position: relative;
    display: flex;
    justify-content:flex-start;
    flex-wrap: wrap;
    gap:2.5rem;
    margin-bottom:8rem;
    margin-top:5rem;
}
.service-txt{
    width:calc(33% - 2.5rem);
    padding:0;
    background:#fff;
    border-radius:20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    position:relative;
}

.service-txt_textarea{
    padding:2rem;
}

.service-txt_textarea p{
    
   line-height:2;
}

.top-product_link{
    display:flex;
    align-items: center;
justify-content: flex-end;
}

.top-product_link a{
    color:#3CABE5;
    font-weight:500;
padding-left:16px;
    background: url(../imgs/arrow-right_blue.png) 0 6px no-repeat;
background-size: 12px;
}

.service-txt h3 {
font-size: 2rem;
}

.service-txt h3 span {
    color:#3CABE5;
}

#top_intro{
    position:relative;
    
    z-index:15;
    display:flex;
    justify-content: center;
    align-items: center;
    gap:2rem;
    margin-top:calc(60 / var(--view-size) * 100vw);
    margin-bottom:calc(60 / var(--view-size) * 100vw);
    margin-left:2rem;
    margin-right:2rem;
}


.tour_badge{
    position:absolute;
    right:calc(30 / var(--view-size) * 100vw);
    top:0;
    width:calc(150 / var(--view-size) * 100vw);
}

#top_intro .service-lead {
    color: #fff;
}

#top_intro .service-lead span::after {
    background: #fff;
    
}

.top_intro_txt{
    color: #fff;
    text-align: center;
    
    line-height:2;
    width:100%;
    max-width:900px;
    margin-top:5rem;
    margin-left:auto;
    margin-right:auto;
}

#top_intro h2 {
    
    font-size: calc(25 / var(--view-size) * 100vw);
    
    color:#318356;
}
#top_intro h2 span {
    font-size: calc(30 / var(--view-size) * 100vw);
}

.line-yellow {
    display: inline;
      background: -webkit-linear-gradient(transparent 74%, rgba(255, 250, 125, 0.9) 0%);
      background: linear-gradient(transparent 74%, rgba(255, 250, 125, 0.9) 0%);
  }

  #top_intro .inner{
    position:relative;
    background:#fffeee;
    border:4px solid #8fc31f;
    padding:calc(30 / var(--view-size) * 100vw);
    padding-right:calc(100 / var(--view-size) * 100vw);
    border-radius:2rem;
    margin-right:calc(100 / var(--view-size) * 100vw);
  }

  

  #top_intro .inner:before{
    position:absolute;
    background: url(../imgs/top_intro_head.png) 0 0 no-repeat;
    background-size:contain;
    left:100px;
    top:calc(-80 / var(--view-size) * 100vw);
    content:"";
    width: calc(160 / var(--view-size) * 100vw);
    height:100%;
  }

  #top_intro .inner:after{
    position:absolute;
    background: url(../imgs/top_intro_foot.png) top 0 right 0 no-repeat;
    background-size:contain;
    right:calc(90 / var(--view-size) * 100vw);
    top:calc(-80 / var(--view-size) * 100vw);
    content:"";
    width:calc(160 / var(--view-size) * 100vw);
    height:100%;
  }

  
  .top_intro_tree{
    width:100px;
  }


#top_products{
    position:relative;
    padding-bottom:5rem;
    overflow: hidden;
    
}


#top_products .main-area{
    padding-bottom:0;
    padding-top:clamp(4rem, 1.9728rem + 5.48vw, 8rem);
    padding-bottom:clamp(4rem, 1.9728rem + 5.48vw, 8rem);
}



#nagoya{
    background: #fffde5 url(../imgs/list_bg_nagoya.png) 0 0 repeat;
}

#owari{
    background: #fffde5 url(../imgs/list_bg_owari.png) 0 0 repeat;

}

#chita{
    background: #fffde5 url(../imgs/list_bg_chita.png) 0 0 repeat;

}

#nisimikawa{
    background: #fffde5 url(../imgs/list_bg_nisimikawa.png) 0 0 repeat;

}

#higasimikawa{
    background: #fffde5 url(../imgs/list_bg_higasimikawa.png) 0 0 repeat;

}

.area_title{
    display:flex;
    justify-content: center;
    align-items: center;
}

.area_title img{
    width:calc(300 / var(--view-size) * 100vw);
    max-width:350px;
    
}




/* ツアーメニュー */

.products_menu{

    display:flex;
    justify-content: center;
    align-items: center;
    width:100%;
    max-width:1100px;
    flex-wrap: wrap;
    gap:0 1.6rem;
    margin-left:auto;
    margin-right:auto;
    margin:5rem 0;
}

.products_menu_btn{

    width:calc(33% - 1.6rem);
    position:relative;
}

.products_menu_btn::after{

    content:"";
    position:absolute;
    height:100%;
    width:1px;
    background:#707070;
    right:-8px;
    top:0;

}

.products_menu_btn:last-child::after{

    background:none;

}

.products_menu_btn a{
    background:#dff0dd;
    text-align: center;
    width:100%;
    height:9rem;
    padding:1.5rem 1.8rem;
    
    display:flex;
    justify-content:space-between;
    flex-direction: column;
    align-items: center;
    font-size:1.6rem;
    font-weight:700;
    color:#3CABE5;
    transition:all .4s;
    }
.products_menu_btn a:hover{
        background:#4ebb40;
        color:#fff;
    }

    .products_menu_txt{
        transition:all .4s;
    }

    .products_menu_btn a:hover .products_menu_txt{
        color:#fff;
    }
    
.products_menu_btn a img{
        width:20px;
    }


.products_menu_btn a .products_menu_btn_txt{
        margin-bottom:3.5rem;
    }

.products_menu_txt{
    color:#111;
}


.btn_arrow {
    position: absolute;
    inset: 0;
    object-fit: contain;
    transition: opacity 0.5s;
    width:20px;
    height:20px;
    left:calc(50% - 10px);
    top:45%;
}

.btn_arrow--g {
    opacity: 0;
}

.select_btn:hover .btn_arrow--g {
    opacity: 1;
}

.equip_arrow{
    top:auto;
    bottom:1.5rem;
}

.btn_arrow--w {
    opacity: 0;
}

.equip_menu_btn:hover .btn_arrow--w {
    opacity: 1;
}

.workflow_menu_btn:hover .btn_arrow--w {
    opacity: 1;
}

.products_menu_btn:hover .btn_arrow--w {
    opacity: 1;
}








/* contact */


#mailmain {
    padding-top: 1rem;
    margin: 0rem 0 0rem 0;
}


#mailmain p {
    line-height: 2.2;
}


.contmark {

    padding: 16px 0 16px 0px;

}

.conttext {
    padding: 16px 0 0px 0px;
    margin: 0 0 2em 0;
}

.contact_wrap{
    padding-left:1.5rem;
    padding-right:1.5rem;
}


#contact_step{
    width:100%;
    max-width:400px;
    margin:0 auto 5rem; auto;
}




#contact-wrapper {
    padding-bottom: 5rem;
    margin: 0 15px;
}



#contact_intro {

    margin-top: calc(35vh + 80px);
    padding-bottom: 20px;
    margin-bottom: 5rem;
padding-top:5rem;


}
.separateline{
    border-bottom:1px dotted #666;
    margin-bottom:3rem;
}

#container h2 .caution-txt{
    color:#cc0000;
}

.caution-txt{
    color:#cc0000;
}

select{
    border:1px solid #aaa;
    background:#fff;
    padding:.5rem 1rem;
}



#contact_intro .txtbox {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size:1.6rem;
    margin-bottom: 10px;
    position: relative;
}

#flow{
    padding:0 0 8rem 0;
}

#flow ol{
    margin-left:2rem;
}

#flow li{
    margin-bottom:2rem;
}

.flow_img{
    margin:5rem 0;
}

.flow-link{
    margin:2rem 0 2rem 2rem;
}
.flow-link a{
    text-decoration: underline;
    color:#336699;
}


.p-country-name{
    display:none;
}









@media screen and (min-width:1200px) {

    #contact_intro .txtbox {

        font-size: 1.6rem;

    }

}




.contact-mode .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;

    max-width: 1200px;
    margin: 0 auto;
}

.contact-mode .nav li {

    width: 23%;
    margin-bottom: 1rem;

}


@media screen and (max-width:1023px) {

    .contact-mode .nav li {
        width: 47%;
    }

}

.contact-mode .nav .item a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    border: 1px solid #111;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    padding: 1rem 1rem;
    width: 100%;
}


.contact-mode .nav .item a span {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    text-align: flex-end;
    display: inline-flex;

}




.contact-mode .nav .item a:hover {

    background: #1d2c67;
    color: #fff;
}




.titlecontact {
    position: relative;
    background: url(../imgs/head_contact.jpg) no-repeat center center;
    background-size: cover;
    height: 300px;
}



#pagetitle .titlecontact h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 3rem;

}

input,
button,
select,
textarea {
    font-weight: 400;
    font-family: 'Titillium Web', sans-serif;
    outline: 0;
}

input:focus,
textarea:focus,
input[type="text"]:focus {
    outline: 0;
}



form input,
form textarea {
    color: #000;
}

input {
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;

    outline: 0;
}


.banchi{
    display:inline-block;
    padding:1rem 0 1rem 0;
}


select {
    -webkit-appearance: none;
    appearance: none;
    background-image: url("../imgs/arrow_down.svg");
    background-repeat: no-repeat;
    background-size: 10px auto; /* 画像のサイズ（幅 高さ）*/
    background-position: right 6px center; /* 画像の位置 */
}


.button input {
    border: none;
    background: none;
    margin: 0 0 0 0;
    padding: 0;

    width: 100%;


}


input[type="submit"i] {
    white-space: normal;

}



input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #63656b;
    font-family: 'movText', sans-serif;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #63656b;
    font-family: 'movText', sans-serif;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #63656b;
    font-family: 'movText', sans-serif;
}






#formarea {
    margin-bottom: 0;
}

#formarea p {
    margin-bottom: 1px;
}

#formarea input,
#formarea textarea {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #fbfbfb;
    color: #333;
    font-size: 14px;
    height: auto;
    padding: 12px;
    margin: 0;
    border: 1px solid #cfcfcf;
    resize: none;
}


.soushin {
    margin: 0 auto;
    text-align: center;
}


#formarea .submit {
    background: #fff;
    color: #111;
    border: 1px solid #111;

    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-weight: 500;
    padding: 8px 40px;
    text-align: center;
    vertical-align: middle;
    width: auto;
    margin: 30px 0;

    letter-spacing: .2rem;
    -webkit-transition: background 0.1s linear 0s, color 0.1s linear 0s;
    -moz-transition: background 0.1s linear 0s, color 0.1s linear 0s;
    -o-transition: background 0.1s linear 0s, color 0.1s linear 0s;
    transition: background 0.1s linear 0s, color 0.1s linear 0s;
}

#formarea .submit.entrybutton {
    background: #f4a118;
}

#formarea .submit.entrybackbutton {
    background: #aaa;
}

#formarea .submit:hover {
    background: #1d2c67;
    color: #fff;
    border: 1px solid #1d2c67;
}


#formarea select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 0;
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    box-sizing: content-box;
    cursor: pointer;
}

@-moz-document url-prefix() {
    #mailformpro select {
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: '';
    }
}

#formarea select::-ms-expand {
    display: none;
}

@supports (-ms-ime-align:auto) {
    #formarea select {
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: '';
    }
}




#formarea select {
    box-sizing: border-box;
    width: 100%;
    max-width: 870px;
    cursor: pointer;
    max-height: initial;
    margin-bottom: 10px;
    padding: 12px 9px 9px 9px;
    background-color: #fbfbfb;
    color: #333 !important;
    font-size: 1.4rem;
    letter-spacing: .05em;
    -webkit-appearance: button;

    border-radius: 0px;
    -ms-border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;

    border: 1px solid #cfcfcf;
}


#formarea select {
    -webkit-appearance: none;
    /* ベンダープレフィックス(Google Chrome、Safari用) */
    -moz-appearance: none;
    /* ベンダープレフィックス(Firefox用) */
    appearance: none;
    /* 標準のスタイルを無効にする */
}

::-ms-expand {
    /* select要素のデザインを無効にする（IE用） */
    display: none;
}


.select {
    position: relative;
}


.select:after {
    display: block;
    position: absolute;
    top: 13px;
    right: 10px;
    bottom: 8px;
    width: 0;
    height: 0;
    margin: auto;
    border-width: 8px 6px 0 6px;
    border-style: solid;
    border-color: #034da2 transparent transparent transparent;
    content: "";
}


label {
    margin-bottom: 0;
    font-weight: 400;
}



input[type=checkbox],
input[type=radio] {
    width: 20px;
}


.checkarea {
    border: 1px solid #ccc;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #FBFBFB;
}




.marktxt {
    font-size: 80%;
}

.smallcap {
    font-size: 60%;
}


.dl-horizontal dt {
    text-align: left;
}




.confirmpage .contactcell {

    border-bottom: 1px dotted #aaa;
    padding-bottom: 5px;
    margin-bottom: 15px;
}


.confirmpage .select:after {
    display: none !important;
}


#mailformtitle h2 {
    font-size: 1.8rem;
    margin-top: 2em;
}

#mailformtitle p {

    margin-top: 2em;
}



.contactline {
    overflow: hidden;
    border: 1px solid #aaa;
    margin-top: 2rem;
    margin-bottom: 3rem;
}

.mailon {
    background: #1d2c67;
    letter-spacing: 0;
    padding: 8px 0 8px 33px;
    position: relative;
    color: #fff;
}

.mailon:after {
    display: block;
    position: absolute;
    top: 13px;
    right: -32px;
    overflow: visible;
    width: 64px;
    height: 64px;

    border: 32px solid;
    border-color: #1d2c67 transparent transparent transparent;
    transform: rotate(45deg);
    content: "";
    z-index: 10;
}



.mailoff {

    background: #fff;
    letter-spacing: 0;
    padding: 8px 0 8px 25px;
    position: relative;
}

.mailoff:after {
    display: block;
    position: absolute;
    top: 13px;
    right: -32px;
    overflow: visible;
    width: 64px;
    height: 64px;
    border: 1px solid;
    border-color: #aaa transparent transparent transparent;
    transform: rotate(45deg);
    content: "";
    z-index: 10;
}



.mailoffcenter {

    background: #fff;
    letter-spacing: 0;
    padding: 8px 0 8px 30px;
    position: relative;
}

.mailoffcenter:after {
    display: block;
    position: absolute;
    top: 13px;
    right: -32px;
    overflow: visible;
    width: 0px;
    height: 0px;


    border: 32px solid;
    border-color: #fff transparent transparent transparent;
    transform: rotate(45deg);
    content: "";
    z-index: 10;
}


.mailend {

    background: #fff;
    letter-spacing: 0;
    padding: 8px 0 8px 25px;
    position: relative;
}

.mailcomplete {
    background: #006cc4;
    letter-spacing: 0;
    padding: 8px 0 8px 25px;
    position: relative;
    color: #fff;
}



.douitxt {
    background: #efefef;
    padding: 15px 30px 30px 30px;
    margin: 30px 0 50px 0;
    font-size: 1.2rem;
}


.douitxt h3 {
    font-size: 1.4rem;
}

.mwform-radio-field-text{
    font-weight:700;
    font-size:1.6rem;
}



/* -------------------------------------------------------------------------- */

/*  informaiton page
/* ---------------------------------------------*---------------------------- */



/* -------------------------------------------------------------------------- */
/*  page heading
/* ---------------------------------------------*---------------------------- */


.content-wrapper{
    margin-top:100px;
    position:relative;
}



#pagetitle {
    position: fixed;
    top:80px;
    height: 35vh;
    width: 100%;
    background: url("../imgs/header_bg.jpg") no-repeat center top;
    background-size: cover;
    color: #fff;
    

}

#pagetitle.contacttitle{
    background: url("../imgs/header_contact.jpg") no-repeat center center;
    background-size: cover;
}


#informationtitle {
    margin-bottom: 5rem;
    height: 40vh;
    background: url("../imgs/head-img_news.jpg") no-repeat center;
    background-size: cover;
    position: relative;
    color: #fff;
}

#informationtitle:before {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
}



#contacttitle {
    position: fixed;
    top:0;
    margin-bottom: 5rem;
    height: 45vh;
    width: 100%;
    background: url("../imgs/head-img_contact.jpg") no-repeat center top;
    background-size: cover;
    color: #fff;
    
}

#contacttitle:before {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
}



.head-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align:center;
}

.head-title span {
    display: block;
    font-size: 1.2rem;
    border-bottom:2px solid #fff;
    padding-bottom:.3rem;
text-align: center;
}


.newsdate {
    display: inline-block;
    font-size: .8rem;
    padding: 1rem 1rem 0 1rem;
}

.scname {
    padding-left: 5px;
    padding-right: 5px;
    background: #333;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    width: 100px !important;
    text-align: center;
    display: inline-block;
    line-height: 1.4em;
    margin-bottom: 8px;
}



.sougou .scname {
    background: #1f396d;
}

.campaign .scname {
    background: #f6921e;
}

.zaiko .scname {
    background: #009145;
}

.recruit .scname {
    background: #29aae1;
}




.btn-primary {
    color: #fff;
    background-color: #0B1642;
    border-color: #0B1642;
}



.widget ul {
    margin-left: 1.5rem;
    list-style: circle;
}

.widget li {
    margin-bottom: 1rem;

    padding-bottom: 1rem;
    position: relative;
}

.widget li::before {
    border-bottom: 1px dotted #aaa;
    position: absolute;
    left: -1.5rem;
    width: 108%;
    bottom: 0;
    height: 1px;
    content: "";
}



.container-fluid.recruitinfo .col-md {
    padding-right: 0px !important;
    padding-left: 0px !important;

}


.card {
    margin-bottom: 2rem;
}

.card-text {
    padding: 0 1rem 1rem 1rem;
}


.card-block {
    position: relative;
}


.tabtag {
    position: absolute;
    left: 0;
    top: 0;
}

.news-title {
    width: 20%;
}

.news-title h3 {
    margin: 0;
    font-weight: 600;
    line-height: 1.25;
    font-weight: 2rem;
}

.news-title h3 span {
    color: #c5241c;
    font-size: .6rem;
    font-weight: 400;
    padding-bottom: 2rem;
    border-bottom: 1px solid #c5241c;
    display: inline-block;
}

.news-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news-outer {
    width: 80%;
    margin-bottom: 3rem;
}

.news-block {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: .6rem;
}


.news-block>div:last-of-type {
    margin-left: auto;
}


.news-date {
    display: inline-block;
    padding: 0 1rem 0 1rem;
}



@media screen and (max-width:992px) {
    .news-title {
        width: 100%;
        margin-bottom: 2rem;
        text-align: center;
    }

    .news-outer {
        width: 100%;
        margin-bottom: 3rem;
    }

    .news-tag {
        width: 100%;
    }

    .news-block {
        margin-bottom: 2rem;
    }

}

.newsheadtitle {
    padding: 0rem 1rem 0 1rem;

}


@media screen and (max-width:992px) {
    .newsheadtitle {
        width: 100%;
        padding: 0rem 0rem 0 0rem;
    }
}


.newsheadtitle a {
    color: #111;
    
}

.posttxt {
    margin-bottom: 2rem;
    font-size: .9rem;
}

.entry-icon-new span {
    margin: 0 0 0 0;
    background: #fff;
    border-radius: 2px;
    color: #e05d48;
    display: inline-block;
    font-weight: 600;
    font-size: .8rem;
    padding: 2px 5px;
    text-align: center;
    border: 2px solid #e05d48;
}

.thumbimg {
    position: relative;
    overflow: hidden;
}

.thumbimg a img {
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.thumbimg a img:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}







/* footer */

#footer {
    padding: 100px 0;
    border-top: 1px solid #333;
    text-align: center;
    background: #fff;
    position: relative;
    text-transform: uppercase;
    z-index: 100;
}

.footer-address-list {

    display: flex;
    flex-wrap: wrap;
    gap:0 8rem;
    justify-content: center;
    align-items:center;
    margin:5rem 0 5rem 0;
}



.footer-address-list li {
    
    margin-bottom: 1.5rem;
    list-style-type: none;
}

.footer-address-list li ul {

    margin-top: 1.5rem;
    margin-left: 2rem;
}

.footer-address-list li ul li {

    margin-bottom: 1.5rem;
    list-style-type: disc;
}


.footer-address-list li a:hover {
 color:#aaa;   
}


#footer .footer-logo {
    font-weight: bold;
    letter-spacing: 0.3em;
    margin: 0 0 50px 0;
    color: #666;
    width: 25%;
}



.footer-logo h4 {
    font-size: 1.1rem;
    margin-top: .5rem;
    margin-bottom: 1rem;
}

.headline {
    text-align: center;
    position: relative;
}

.footlogo{
    width:30%;
    text-align: center;
}


.foot_img{
    width:20%;
    text-align: center;
}

.foot_img img{
    width:100%;
    max-width:200px;
}


.footadd_link a {
    color: #000;
    letter-spacing: 0.1rem;
    line-height: 160%;
    font-weight: 700;
}

.footadd_link a span {
    text-align: center;
    font-size: 1.3rem;
}

.footadd_link a span.en {
    font-size: .6rem;
    display: block;
}





.top-contact_txt {
    margin-top: 2rem;
    margin-bottom: 4rem;
    margin-left: 1rem;
    margin-right: 1rem;
    text-align: center;
}




.contact-lead {
    position: relative;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    margin: 0rem 0 1.5rem 0;
}

@media screen and (max-width:768px) {
    #recruitfootcontact .contact-lead {
        font-size: 1rem;
    }

    #recruitfootcontact p {
        line-height: 150% !important;
    }


}

.contact-lead::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;

    background: #fff;

    height: 1px;
}




.button {
    pointer-events: auto;
    cursor: pointer;

    border: none;

    margin: 0;
    font-family: inherit;
    font-size: inherit;
    position: relative;
    display: flex;
    justify-content: center;
    gap: 0px 20px;
    font-weight: 400;

}

.button::after {
    position: absolute;
    border-radius: 5px;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}


.button .submitbtn01 {
    display: inline;
    background: #fff;
    padding: 1rem 2rem;
    border: 1px solid #000;
    border-radius: 5px;
    transform: translate3d(-6px, -6px, 0);
    transition: transform 0.2s cubic-bezier(0.7, 0, 0.2, 1);
    z-index: 5;
}

.submitbtn01:hover {
    transform: translate3d(0px, 0px, 0);
    color: #3862ac;
}

.button .submitbtn02 {
    display: inline;
    background: #ddd;
    padding: 1rem 2rem;
    border: 1px solid #000;
    border-radius: 5px;
    transform: translate3d(-6px, -6px, 0);
    transition: transform 0.2s cubic-bezier(0.7, 0, 0.2, 1);
    z-index: 5;
}

.submitbtn02:hover {
    transform: translate3d(0px, 0px, 0);
    color: #3862ac;
}




.link-button {
    pointer-events: auto;
    cursor: pointer;
    background: #e7e7e7;
    border: none;
    padding: 1.2rem 3rem 1rem 3rem;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    position: relative;
    display: inline-block;
}

.link-button::before,
.link-button::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.link-button--pandora {
    background: #000;
    font-weight: 400;
    font-size: 1.4rem;
    padding: 0;
    border-radius: 5px;
}

.link-button--pandora.fullwidth {
    width:100%;
}

.link-button--pandora h3 {
    font-size: 3.2rem;
}

.link-button--pandora h3 span {
    font-size: 1.8rem;

}

.link-button--pandora span {
    display: block;
    background: #fff;
    padding: 1rem 2rem;
    border: 1px solid #000;
    border-radius: 5px;
    transform: translate3d(-6px, -6px, 0);
    transition: transform 0.2s cubic-bezier(0.7, 0, 0.2, 1);
}

.link-button--pandora:hover span {
    transform: translate3d(0px, 0px, 0);
    color: #000;
}

.link-button--pandora span.link-button-smalltxt {
    font-size:1.4rem;
    transform: translate3d(0px, 0px, 0);
    border:none;
}


.subfooter {
    border-top: 1px solid #aaa;
    background: #fff;
}

.subfooter a {
    color: #fff;
}



.footadd {
    font-size: 1.4rem;
    
    margin-bottom: 4rem;
}





.site-info {
    position: relative;
}

.footerpolicy {
    font-size: 1.2rem;

}


.copyright {
    font-size: 1.2rem;
    color: #111;
    text-align: center;
    margin-top: 1em;
}




@media screen and (min-width:1201px) {

    .footadd {
        margin-bottom: 2.5rem;
    }

}