@font-face {
    font-family: 'nikumarufont';
    src: url('../webfonts/nikumarufont.woff2') format('woff2'),
    url('../webfonts/nikumarufont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*html, body {
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
    font-size: 14px;
    line-height: 1.5;
    color: rgb(51, 51, 51);
}*/

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(33, 50, 91, 0.0001);
    block-size: 100%;
    -webkit-text-size-adjust: none;
}

body {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", "sans-serif";
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    color: #21325B;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeSpeed;
    min-block-size: 100%;
}

.t-check-in, .t-check-out {
    height: calc(1.6em + 1.625rem) !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.6 !important;
}

.nav-box .nav-link.active {
    border-color: #377dff !important;
}

.spin-reverse {
    animation: spin-reverse 2s infinite linear;
}

@keyframes spin-reverse {
    0% {
        transform: scaleX(-1) rotate(-360deg);
    }
    100% {
        transform: scaleX(-1) rotate(0deg);
    }
}

.rotate-center {
    -webkit-animation: rotate-center 2s infinite linear;
    animation: rotate-center 2s infinite linear;
}

/* ----------------------------------------------
 * Generated by Animista on 2021-1-13 13:42:1
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation rotate-center
 * ----------------------------------------
 */
@-webkit-keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.flip-horizontal-bottom {
    -webkit-animation: flip-horizontal-bottom 4s infinite;
    animation: flip-horizontal-bottom 4s infinite;
}

/* ----------------------------------------------
 * Generated by Animista on 2021-1-13 13:45:32
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation flip-horizontal-bottom
 * ----------------------------------------
 */
@-webkit-keyframes flip-horizontal-bottom {
    0% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
    }
    100% {
        -webkit-transform: rotateX(-180deg);
        transform: rotateX(-180deg);
    }
}

@keyframes flip-horizontal-bottom {
    0% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
    }
    100% {
        -webkit-transform: rotateX(-180deg);
        transform: rotateX(-180deg);
    }
}

.img-slider-place {
    height: 286px !important;
}
@media (max-width: 991.98px) {
    .img-slider-place {
        width: 100%;
    }
}

.img-slider-tour {
    height: 286px !important;
}
.img-height-220{
    height: 220px !important;
}

.img-slider-hotel {
   /* height: 220px;*/
}

.brand {
    max-width: 13.5rem;
}

.text-price {
    color: #ff18d0;
}

.bg-size-contain {
    background-size: contain;
}

.close-modal {
    cursor: pointer;
}

.t-datepicker-day {
    padding: 0;
}

.child-menu .nav-link.active:after {
    content: "";
    display: block;
    height: 3px;
    background: #377dff;
    width: 100%;
    top: 10px;
    bottom: 1px;
    border-radius: 4px 4px 0 0;
}

#navSubmenuLiveStream .dropdown-item, #navSubmenuAcademyTour .dropdown-item {
    white-space: normal;
}

.page-item .page-link {
    border: 1px solid #9fa9b4;
}

.bg-soft-primary-dark {
    background-color: #377dff61;
}

.price-tag {
    width: 30px;
}

.page-preloader.price-preloader {
    background-color: #05050591;
}

.btn.disabled {
    pointer-events: none;
}

.js-slide {
    cursor: move;
}

.spin-normal {
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite
}

.home-slider-img {
    min-height: 19.5rem;
}

@media (max-width: 991.98px) {
    .hs-sub-menu.dropdown-menu {
        max-height: 300px;
        overflow-y: auto;
    }
}

.bg-home-search-form{
    /*background-color: #ffffff1f!important;*/
    background-color:rgba(0, 0, 0, .2);
    color: white;
}
.nav-tabs-cache li.nav-item .nav-link:not(.active) .media.align-items-center .media-body h4{
    color: white;
}
.t-datepicker-day {
    color: #3b4e47;
}
.hotelPopover{
    width: 400px!important;
}
.home-top-search{
    z-index: 99;
    position: relative;
}
.popover{
    z-index: 999999;
}
.div-book-now{
    text-align: center;
    background-color: rgba(0,0,0,0.4);
    padding: .5rem;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 999;
}

@media (max-width: 990px) {

    .space-3, .space-top-3 {
        padding-top: 0rem!important;
    }
}
.menu-mobile li.nav-item{
    padding: .5rem 1rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
}
.menu-mobile li.nav-item .dropdown-item{
    border-bottom: 1px solid #ddd;
}
.navbar-toggler .navbar-toggler-default,
.navbar-toggler[aria-expanded=true] .navbar-toggler-toggled{
    display: block;
}

.txt-price-sale-off{
    font-size: 17px;
    text-decoration-line: line-through;
    -webkit-text-decoration-line: line-through;
}
.txt-price-sale-off-detail{
    text-decoration-line: line-through;
    -webkit-text-decoration-line: line-through;
}

.bg-bg-1{
    background-color: #b3d797;
}

.bg-bg-2{
    background-color: #b3d797;
}

.contact-flight-center{
    line-height: 58px;height: 58px;
}
.contact-flight-middle{
    line-height: 58px; vertical-align: middle; display: inline-block;
}

.transparent-input{
    background-color:transparent !important;
    border:none !important;
    border-bottom: black solid 1px !important;
    border-radius: unset !important;
}

@media (max-width: 720px) {
    .font-size-sm-14{font-size: 10px;}
}

.fsize-2-2-rem{
    font-size: 2.2rem;
}
.fsize-2-0-rem{
    font-size: 2rem;
}
.fsize-0-7-rem{font-size: 0.7rem}
.fsize-0-8-rem{font-size: 0.8rem}
.fsize-0-875-rem{font-size: 0.875em}/*14px*/
.fsize-0-9-rem{font-size: 0.9rem}/*14.4px*/
.fsize-1-0-rem{font-size: 1rem} /*16px*/
.fsize-1-2-rem{font-size: 1.2rem}/*19.2px*/
.fsize-1-25-rem{font-size: 1.25rem}/*20px*/
.fsize-1-4-rem{font-size: 1.4rem}/*22.4px*/
.fsize-1-5-rem{font-size: 1.5rem}/*24px*/
.fsize-1-7-rem{font-size: 1.7rem}/*27.2px*/
.fsize-1-9-rem{font-size: 1.9rem}/*30.4px*/

.fsize-2-0-rem{font-size: 2rem}/*32px*/
.fsize-2-2-rem{font-size: 2.2rem}
.fsize-2-5-rem{font-size: 2.5rem}
.fsize-3-0-rem{font-size: 2.5rem}
.fsize-2-7-rem{font-size: 2.7rem}

.fsize-3-0-rem{font-size: 3rem}/*48px*/
.fsize-3-2-rem{font-size: 3.2rem}
.fsize-3-5-rem{font-size: 3.5rem}

.fsize-4-5-rem{font-size: 4.5rem}

.fsize-6-5-rem{font-size: 6.5rem}

.nikumarufont_bold{
    /*font-family: "nikumarufont";*/
    /*font-family: Arial;*/
    font-weight: bold !important;
}
.title_h1_home{
    /*text-shadow: 4px 4px 2px rgba(0,0,0,0.6);*/
    /*font-family: Helvetica;*/
    color: black;
    text-shadow:
            0 1px 0 #ccc,
            0 2px 0 #c9c9c9,
            0 3px 0 #bbb,
            0 4px 0 #b9b9b9,
            0 5px 0 #aaa,
            0 6px 1px rgba(0,0,0,.1),
            0 0 5px rgba(0,0,0,.1),
            0 1px 3px rgba(0,0,0,.3),
            0 3px 5px rgba(0,0,0,.2),
            0 5px 10px rgba(0,0,0,.25),
            0 10px 10px rgba(0,0,0,.2),
            0 20px 20px rgba(0,0,0,.15);
}

.fix_icon{
    position: fixed;
    bottom: 0rem;
    right: 0;
    width: 100%;
}
.fix_icon_tel{
    position: fixed;
    bottom: 15rem;
    right: 0;
}
.fix_icon_line{
    position: fixed;
    bottom: 19rem;
    right: 0;
}
.fix_icon_mail{
    position: fixed;
    bottom: 23rem;
    right: 0;
}
.fix_icon_form{
    position: fixed;
    bottom: 27rem;
    right: 0;
}

.txt-color-black{color: black !important}
.txt-h3-home{color: blue !important}
.txt-h3-home:hover{
    color: #00c5a5 !important;
}
.checkbox-outline-label{
    border: .0625rem solid #ced1d9;
}

.anchorLink {
    margin: 0;
    padding: 0;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: #333 3px solid;
}
.anchorLink li {
    list-style: none;
    width: auto;
    box-sizing: border-box;
    border-right: 1px solid #fff;
    vertical-align: middle;
}
.anchorLink li a.current, .anchorLink li a:hover {
    background: #333;
    color: #fff !important;
}

.anchorLink li.point a {
    line-height: 1.2;
}
.anchorLink li a {
    display: block;
    font-size: 12px;
    padding: 10px 4px;
    height: 50px;
    text-align: center;
    background: #c4e7fb;
    line-height: 30px;
    color: #000;
}

.fixedElement {
    position:fixed;
    top:0;
    width:100%;
    z-index:100;
}
@-webkit-keyframes my {
    0% { color: #033dce; }
    50% { color: #df07aa;  }
    100% { color: #033dce;  }
}
@-moz-keyframes my {
    0% { color: #033dce;  }
    50% { color: #df07aa;  }
    100% { color: #033dce;  }
}
@-o-keyframes my {
    0% { color: #033dce; }
    50% { color: #df07aa; }
    100% { color: #033dce;  }
}
@keyframes my {
    0% { color: #033dce;  }
    50% { color: #df07aa;  }
    100% { color: #033dce;  }
}
.text-hot {
    font-size:20px;
    font-weight:bold;
    -webkit-animation: my 900ms infinite;
    -moz-animation: my 900ms infinite;
    -o-animation: my 900ms infinite;
    animation: my 900ms infinite;
}

.fsize-h3{font-size: 1.25rem}
.fsize-p-body{font-size: 1rem}

@media only screen and (min-width: 768px) and (max-width: 1294px) {
    body {
        font-size: calc(13.54px + 0.19vw);
    }

}
@media only screen and (max-width: 767px) {
    body {
        font-size: calc(12.852px + 0.671vw);
    }
    .fsize-h3{font-size: 1.17rem !important;}
    .fsize-p-body{font-size: 0.875em !important;}
    .fsize-0-875-rem{font-size: 0.85rem !important;}/*14px*/

}

#header h1{
    font-size: 0.95em;
    font-weight: normal;
    padding: 10px 0 0 0;
    margin-bottom: 0;
}
/*=========================*/
.group {
    display: none;
}

.group.active {
    display: flex;
}

#load-more.disable {
    color: #AAA;
    text-decoration: none;
    cursor: default;
}
.c-more {
    height: 5rem;
    position: relative;
    background-color: #fff;
    margin-top: -1px;
}
.c-more:after,
.c-more:before {
    background-color:rgba(0,0,0,.1);
    height:1px;
    left:0;
    pointer-events:none;
    position:absolute;
    width:100%;
    z-index:1
}
.c-more:before {
    content:"";
    top:0
}
.c-more:after {
    bottom:0
}
.c-more__anchor {
    align-items:center;
    display:flex;
    gap:0 1.2rem;
    height:100%;
    justify-content:center;
    transition:background-color .15s,color .15s
}

.c-more__anchor:hover {
    background-color:#000;
    color:#fff
}
.c-more__anchor:hover,
.u-icon-arrow {
    scale:1.13
}
.u-icon-arrow--load {
    background-color:transparent
}
.c-more__anchor,
.u-icon-arrow:not(.u-icon-arrow--load) {
    background-color:#fff
}
.c-more__anchor,
.u-icon-arrow:not(.u-icon-arrow--load) i {
    color:#000
}
.c-more .u-icon-arrow {
    height:2rem;
    transition:scale .1s;
    width:2rem
}
.c-more .u-icon-arrow:not(.u-icon-arrow--load) {
    background-color:#000;
    color:#fff
}
.c-more .u-icon-arrow--load {
}
.c-more__text {
    font-size:1rem
}
.u-mo-crop__text {
    clip-path:inset(-.15em 0);
    display:block;
    position:relative
}
.u-mo-crop__text-inner,
.u-mo-crop__text:before {
    transition-duration:.38s;
    transition-property:opacity,transform;
    transition-timing-function:cubic-bezier(.165,.84,.44,1)
}
.u-mo-crop__text:before {
    content:attr(data-text);
    left:0;
    opacity:0;
    position:absolute;
    top:120%;
    width:100%
}
.u-mo-crop__text-inner {
    display:inline-block
}
.mHover .u-mo-crop .u-mo-crop__text:before,
.u-mo-crop.mHover .u-mo-crop__text:before {
    opacity:1;
    transform:translate3d(0,-120%,0)
}
.mHover .u-mo-crop .u-mo-crop__text-inner,
.u-mo-crop.mHover .u-mo-crop__text-inner {
    opacity:0;
    transform:translate3d(0,-120%,0)
}
.u-mo-border.mHover .u-mo-border__text:after {
    transform:scaleX(1);
    transform-origin:left
}
.u-mo-border__text {
    display:inline-block;
    line-height:1;
    position:relative
}
.u-mo-border__text:after {
    background-color:currentColor;
    bottom:-.04em;
    content:"";
    height:1px;
    left:0;
    position:absolute;
    transform:scaleX(0);
    transform-origin:right;
    transition:transform .45s cubic-bezier(.165,.84,.44,1);
    width:100%
}
.u-mo-border__text.u-font-ts:after {
    bottom:.08em;
    height:.06em
}
.u-mo-line:hover,
.u-mo-line__text:after {
    animation:mo_line .8s cubic-bezier(.165,.84,.44,1) forwards
}
/*========FAQ=========*/
.md-faq-list .card {
    border: 1px solid #377DFF;
    background: #fff;
    border-radius: 10px;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}
.md-faq-list .card-collapse .icon-q::before {
    content: "Q";
    font-family: "Space Grotesk", sans-serif;
    font-weight: 500;
    color: #377DFF;
    left: 0.7em;
    top: 0.6em;
    line-height: 0.6;
    font-size: 2em; padding-right: 1rem;
}
.md-faq-list ul li {
    position: relative;
    padding-left: 1.5em;
    line-height: 1.5;
    margin-bottom: 0.35em;
}
.md-faq-list ul li::before {
    position: absolute;
    content: "・";
    left: 0.25em;
    top: 0;
}
.more-btn a {
    display: block;
    max-inline-size: -webkit-max-content;
    max-inline-size: -moz-max-content;
    max-inline-size: max-content;
    margin: auto;
    min-width: 300px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.5;
    border: 1px solid #377DFF;
    background: #fff url(https://jp.wideee.com/wp-content/themes/wideee/assets/img/icon_arw.svg) no-repeat right 1em center/2.125em;
    padding: 0.9065em 3.5em 0.9065em 1.5em;
    text-align: center;
    -webkit-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
}
.more-btn a:hover, .more-btn a:active {
    background-color: #377DFF;
    background-image: url(https://jp.wideee.com/wp-content/themes/wideee/assets/img/icon_arw_w.svg);
    background-position: right 0.5em center;
    color: #fff;
}
.nav-link{
    padding: 0.5rem 0.6rem !important;
    font-size: 1rem !important;
}
