/* CSS Document */

figure,
p {
    padding: 0px;
    margin: 0px;
}

ul {
    padding: 0px;
    margin: 0px;
}

li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

header {
    display: block;
}

.header-sp {
    display: none;
}

header {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0 2px;
    color: #333333;
    line-height: 1em;
    font-size: 16px;
    font-size: 1rem;
    position: fixed;
    top: 0px;
    z-index: 100000;
    background-color: #FFFFFF;
    height: 16%;
    box-shadow: 0px 2px 2px 2px #ccc;
}

header .contents {
    position: relative;
}

h1 {
    z-index: 100002;
}

.head_pc {
    display: block;
}

.head_sp {
    display: none;
}

header .top_contents {
    margin-bottom: 10px;
    position: relative;
    width: 100%;
    padding-top: 3.25%;
}

header .top_contents:after {
    content: "";
    display: block;
    clear: both;
}


/*logo*/

header .logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 25%;
    vertical-align: bottom;
    display: table;
}

header .logo figure {
    display: table-cell;
    vertical-align: bottom;
    padding-right: 15px;
    width: 40%;
}

header .logo figure img {
    width: 100%;
    vertical-align: bottom;
}

header .logo h2 {
    display: table-cell;
    vertical-align: bottom;
    font-size: 1.1rem;
    line-height: 1.1rem;
    font-weight: bold;
    color: #004098;
    width: 60%;
    padding-bottom: 2px;
}
/*logo*/

header .langchange{
    position: absolute;
    right: 12%;
    top: 10px;
    width: 8%;
    margin-top: 0px;
    font-size: 0.9rem;
}

header select{
    padding: 3px;
    border-radius: 5px;
    border: 1px solid #aaa;
    width: 100%;
}


/*sns*/
header .sns {
    position: absolute;
    right: 0;
    top: 5px;
    width: 10%;
    margin-top: 0px;
    vertical-align: bottom;
    display: table;
}

header .sns li {
    display: table-cell;
    width: 33.3%;
    vertical-align: top;
    padding-left: 5px;
    box-sizing: border-box;
}

header .sns img {
    width: 100%;
}

header .sns a:hover img {
    opacity: 0.6;
}

header .gn {
    border-top: 1px solid #ccc;
    padding: 10px 0;
    background-color: #fff;
    position: relative;
}


/*sns*/


/*sns*/

header .navi {
    width: 100%;
}

header .navi .list {
    font-size: 0.925rem;
    float: left;
    padding: 2px 15px;
    border-right: #666 1px solid;
    font-weight: bold;
    position: relative;
    display: inline;
}

header .navi .list a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    color: #333;
}

header .navi .list a::before {
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    max-width: 0;
    border-bottom: 2px solid #0F8BFF;
    padding-bottom: 5px;
    color: #0F8BFF;
    content: attr(data-hover);
    -webkit-transition: max-width 0.3s;
    -moz-transition: max-width 0.3s;
    transition: max-width 0.3s;
}

header .navi .list a:hover::before,
header .navi .list a:focus::before {
    max-width: 100%;
}

header .gn .logs {
    position: absolute;
    right: 0;
    width: 7%;
    top: -2px;
    opacity: 0;
}

header .gn ul {
    position: absolute;
    top: 22px;
    left: 0;
}

header .gn li {
    height: 0;
    overflow: hidden;
    transition: .5s;
    width: 180px;
    background-color: #FFF;
    position: relative;
}

header .gn li a {
    border-left: 3px solid #156AFF;
    border-bottom: 1px dotted #aaa;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0px;
    text-align: center;
    padding-top: 12px;
    opacity: 0;
    transition: .5s;
    font-size: 0.95rem;
}

header .gn .list:hover>ul>li {
    height: 40px;
    overflow: visible;
}

header .gn .list:hover>ul>li a {
    height: 40px;
    opacity: 1;
}

header .gn .list:hover>ul>li a:hover {
    color: #156AFF;
}

header .gn .jp a {
    font-size: 0.85rem;
}


/*sns*/

header,
header .top_contents,
header .gn .logs {
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}

header.head_fix {
    height: 6%;
    padding: 6px 0 4px;
}

header.head_fix .top_contents {
    opacity: 0;
    z-index: -1;
    padding-top: 0;
    margin-bottom: 0px;
}

header.head_fix h1 {
    display: none;
}

header.head_fix .gn {
    border-top: 0px solid #ccc;
    padding: 5px 0;
}

header.head_fix .gn .logs {
    opacity: 1;
}

.zw header .logo h2 {
    font-size: 1.05rem;
    line-height: 1.05rem;
}

.zw header .navi .list {
    font-size: 0.9rem;
}

.zw header .gn li a {
    font-size: 0.925rem;
}

.ja header select{
    padding: 0px;
    border-radius: 5px;
    border: 1px solid #aaa;
    width: 100%;
    height: 25px;
}

@media only screen and (max-width: 980px) {
    header {
        width: 100%;
        margin: 0 auto;
        color: #333333;
        line-height: 1em;
        font-size: 16px;
        font-size: 1rem;
        position: relative;
        top: auto;
        z-index: 100000;
        background-color: #FFFFFF;
        box-shadow: none;
    }
    header {
        padding: 15px 0;
        height: 7vh;
        box-sizing: border-box;
    }
    .header-pc {
        display: none;
    }
    .header-sp {
        display: block;
    }
    header.head_fix .top_contents {
        display: none;
    }
    header .logo {
        width: 45%;
        padding-left: 0px;
        display: block;
        box-sizing: border-box;
    }
    header .logo img {
        width: 100%;
    }
    header .langchange{
        position: relative;
        right: auto;
        top: auto;
        width: 30%;
        margin: 0px auto;
        padding: 15px 0 0;
        font-size: 0.95rem;
    }
    
    header select{
        padding: 3px;
        border-radius: 5px;
        border: 1px solid #aaa;
        width: 100%;
    }
    /* Toggle Button */
    #header-toggle-sp {
        display: block;
        position: fixed;
        right: 10px;
        top: 10px;
        width: 60px;
        height: 60px;
        cursor: pointer;
        z-index: 100001;
        background-color: #ffffff;
        border-radius: 30px;
    }
    #header-toggle-sp div {
        position: relative;
    }
    #header-toggle-sp span {
        display: block;
        position: absolute;
        height: 5px;
        width: 30px;
        background: #10069F;
        left: 15px;
        -webkit-transition: 0.35s ease-in-out;
        -moz-transition: 0.35s ease-in-out;
        transition: 0.35s ease-in-out;
    }
    #header-toggle-sp span:nth-child(1) {
        top: 15px;
    }
    #header-toggle-sp span:nth-child(2) {
        top: 27px;
    }
    #header-toggle-sp span:nth-child(3) {
        top: 39px;
    }
    .box-sp {
        position: fixed;
        top: 0px;
        z-index: 100000;
        width: 100%;
    }
    /* #nav-toggle  */
    #global-nav-sp {
        position: absolute;
        top: 0px;
        left: -100%;
        background: #ffff;
        color: #0E6CFF;
        width: 92%;
        -webkit-transition: 0.4s ease-in-out;
        -moz-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
        padding: 0;
        box-sizing: border-box;
        overflow: scroll;
        height: 100vh;
    }
    #header-toggle-sp {
        display: block;
    }
    /* #nav-toggle  */
    .open #header-toggle-sp span:nth-child(1) {
        top: 28px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #header-toggle-sp span:nth-child(2) {
        width: 0;
        display: none;
        left: 50%;
    }
    .open #header-toggle-sp span:nth-child(3) {
        top: 28px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    .open #global-nav-sp {
        /* #global-nav-sp top + #mobile-head height */
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    #global-nav-sp div.box {
        width: 100%;
    }
    #global-nav-sp i {
        font-size: 1.2rem;
        padding-right: 5px;
    }
    #global-nav-sp .list_box {
        width: 100%;
        overflow-y: scroll;
        height: auto;
        height: 85vh;
    }
    #global-nav-sp .list {
        padding: 15px 0px 7px 30px;
        border-bottom: #888 1px solid;
        width: 100%;
        box-sizing: border-box;
    }
    #global-nav-sp h2 {
        background-color: #0E6CFF;
        padding: 20px 0;
        color: #FFF;
        font-size: 1.4rem;
        text-align: center;
        font-weight: bold;
    }
    #global-nav-sp h3 {
        color: #333;
        font-size: 1.15rem;
        padding-left: 45px;
        min-height: 35px;
        background-repeat: no-repeat;
        padding-top: 12px;
        font-weight: bold;
        margin-left: 23px;
        margin-bottom: 5px;
    }
    #global-nav-sp .home {
        background-image: url(../img/icon-home.png);
    }
    #global-nav-sp .tour {
        background-image: url(../img/icon-tour.png);
    }
    #global-nav-sp .dst {
        background-image: url(../img/icon-dst.png);
    }
    #global-nav-sp .info {
        background-image: url(../img/icon-information.png);
    }
    #global-nav-sp .searvice {
        background-image: url(../img/icon-searvice.png);
    }
    #global-nav-sp .purpose {
        background-image: url(../img/icon-purpose.png);
    }
    #global-nav-sp .luxury {
        background-image: url(../img/icon-lxury.png);
    }
    #global-nav-sp .destination {
        background-image: url(../img/icon-destination.png);
    }
    #global-nav-sp a {
        color: #0E6CFF;
        display: inline-block;
        padding-bottom: 5px;
        font-weight: bold;
    }
    #global-nav-sp .list li {
        background-repeat: no-repeat;
        padding-left: 35px;
        min-height: 18px;
        margin-top: 18px;
        font-size: 1.15rem;
        border-bottom: 1px dotted #aaa;
        padding-bottom: 10px;
    }
    #global-nav-sp .list li:last-child {
        border-bottom: 0px dotted #aaa;
        padding-bottom: 5px;
    }
    #global-nav-sp .list li a {
        padding-left: 22px;
        background-image: url(../img/icon-list.png);
        background-repeat: no-repeat;
        padding-top: 1px;
    }
    header.head_fix {
        height: 7vh;
        padding: 15px 0;
    }
    .zw #global-nav-sp h2 {
        font-size: 1.3rem;
    }
    .zw #global-nav-sp h3 {
        font-size: 1.1rem;
    }
    #global-nav-sp .list li {
        font-size: 1.05rem;
        padding-bottom: 8px;
    }
    .zw #global-nav-sp .list li a {
        padding-top: 2px;
    }
}

@media only screen and (max-width: 680px) {
    header {
        padding: 15px 0;
        height: 9vh;
    }
    header.head_fix {
        height: 9vh;
        padding: 15px 0;
    }
    header .logo {
        width: 70%;
    }
    /* Toggle Button */
    #header-toggle-sp {
        right: 10px;
        top: 8px;
        width: 50px;
        height: 50px;
        border-radius: 325px;
    }
    #header-toggle-sp div {
        position: relative;
    }
    #header-toggle-sp span {
        width: 25px;
        left: 12.5px;
    }
    #header-toggle-sp span:nth-child(1) {
        top: 12px;
    }
    #header-toggle-sp span:nth-child(2) {
        top: 22px;
    }
    #header-toggle-sp span:nth-child(3) {
        top: 32px;
    }
    /* #nav-toggle  */
    #global-nav-sp {
        left: -100%;
        width: 90%;
    }
    /* #nav-toggle  */
    .open #header-toggle-sp span:nth-child(1) {
        top: 23px;
    }
    .open #header-toggle-sp span:nth-child(3) {
        top: 23px;
    }
    #global-nav-sp div.box {
        width: 100%;
    }
    #global-nav-sp i {
        font-size: 1.2rem;
        padding-right: 5px;
    }
    #global-nav-sp .list_box {
        width: 100%;
        overflow-y: scroll;
        height: auto;
        height: 85vh;
    }
    #global-nav-sp .list {
        padding: 15px 0px 7px 15px;
        border-bottom: #888 1px solid;
        width: 100%;
        box-sizing: border-box;
    }
    #global-nav-sp h2 {
        padding: 15px 0;
        color: #FFF;
        font-size: 1.4rem;
    }
    #global-nav-sp h3 {
        color: #333;
        font-size: 1.25rem;
        padding-left: 45px;
        min-height: 35px;
        background-repeat: no-repeat;
        padding-top: 12px;
        font-weight: bold;
        margin-left: 23px;
        margin-bottom: 5px;
    }
    #global-nav-sp a {
        color: #0E6CFF;
        display: inline-block;
        padding-bottom: 5px;
        font-weight: bold;
    }
    #global-nav-sp .list li {
        background-repeat: no-repeat;
        padding-left: 25px;
        min-height: 18px;
        margin-top: 18px;
        font-size: 1.05rem;
        padding-bottom: 10px;
    }
    #global-nav-sp .list li:last-child {
        padding-bottom: 5px;
    }
    #global-nav-sp .list li a {
        padding-left: 22px;
        padding-top: 3px;
    }
    .zw #global-nav-sp h2 {
        font-size: 1.4rem;
    }
    .zw #global-nav-sp h3 {
        font-size: 1.1rem;
    }
    .zw #global-nav-sp .list li {
        font-size: 1.05rem;
        padding-bottom: 8px;
    }
    .zw #global-nav-sp .list li a {
        padding-top: 2px;
    }
}

@media only screen and (max-width: 390px) {
    header {
        padding: 15px 0;
        height: 9vh;
    }
    header.head_fix {
        height: 9vh;
        padding: 15px 0;
    }
    header .logo {
        width: 80%;
    }
    /* Toggle Button */
    #header-toggle-sp {
        right: 10px;
        top: 8px;
        width: 50px;
        height: 50px;
        border-radius: 25px;
    }
    #header-toggle-sp div {
        position: relative;
    }
    #header-toggle-sp span {
        width: 25px;
        left: 12.5px;
    }
    #header-toggle-sp span:nth-child(1) {
        top: 12px;
    }
    #header-toggle-sp span:nth-child(2) {
        top: 22px;
    }
    #header-toggle-sp span:nth-child(3) {
        top: 32px;
    }
    /* #nav-toggle  */
    #global-nav-sp {
        left: -100%;
        width: 90%;
    }
    /* #nav-toggle  */
    .open #header-toggle-sp span:nth-child(1) {
        top: 23px;
    }
    .open #header-toggle-sp span:nth-child(3) {
        top: 23px;
    }
    #global-nav-sp .list {
        padding: 15px 0px 7px 15px;
        border-bottom: #888 1px solid;
        width: 100%;
        box-sizing: border-box;
    }
    #global-nav-sp h2 {
        font-size: 1.3rem;
    }
    #global-nav-sp h3 {
        color: #333;
        font-size: 1.15rem;
    }
    #global-nav-sp .list li {
        background-repeat: no-repeat;
        padding-left: 25px;
        min-height: 18px;
        margin-top: 18px;
        font-size: 1.05rem;
        padding-bottom: 10px;
    }
    .zw #global-nav-sp h2 {
        font-size: 1.3rem;
    }
    .zw #global-nav-sp h3 {
        font-size: 1.1rem;
    }
    .zw #global-nav-sp .list li {
        font-size: 1.05rem;
        padding-bottom: 8px;
    }
    .zw #global-nav-sp .list li a {
        padding-top: 2px;
    }
}