@charset "utf-8";

/* CSS Document */
body {
    font-family: 'Helvetica', 'Arial', 'Open Sans', 'Bodoni', 'Montserrat', 'Roboto', 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS P Gothic', Osaka, Arial, Helvetica, Verdana, sans-serif;
    background: rgba(245, 246, 247, .5);
}

h1.hd-logo a h2 {
    letter-spacing: 1.5px;
    font-weight: normal;
}

#main {
    padding: 100px 60px 0px;
    max-width: 1250px;
    margin: auto;
    background: rgba(245, 246, 247, .5);
}

html {
    background-color: #fdfdfd;
}

.topcont_txt {
    margin: 0 20px;
}

.clearFix:after {
    clear: both;
    content: '';
    display: block;
}

a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}

table {
    border-collapse: collapse;
}

#header {
    background-color:rgba(245, 246, 247, .5);
    backdrop-filter: blur(3px);
    position: fixed;
    width: 100%;
    z-index: 10;
}

.hd-top {
    max-width: 1250px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 15px 60px;
}
.hd-logo {
    display: flex;
    width: 250px;
}

.hd-logo a {
    display: flex;
    margin: auto;
}
ul.hd-links {
    width: 200px;
    display: flex;
    font-size: 13px;
    letter-spacing: 1px;
}
ul.hd-links li{
    width: 50%;
    border: solid 1px lightgray;
    text-align: center;
}
ul.hd-links li a{
    color: #333;
    background-color: transparent;
    transition: .3s;
    display: inline-block;
    width: 100%;
}
ul.hd-links li:hover a{
    background-color: gray;
    color: #fff;
    transition: .1s;
}

.contents-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 50px;
}

.left-space {
    width: 30%;
    min-width: 400px;
    border-radius: 5px;
    overflow: hidden;
}

.left-space h2 {
    color: #fff;
    background-color: #003265;
    padding: 5px 13px;
}

h2 span {
    position: relative;
    padding-left: 30px;
    font-weight: normal;
    letter-spacing: 1px;
}

.left-space h2 span::before {
    position: absolute;
    content: "";
    background-image: url("../images/plane.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 20px;
    width: 20px;
    top: 3px;
    left: 0;
}

.sales h2 span::before {
    position: absolute;
    content: "";
    background-image: url("../images/lens.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 17px;
    width: 17px;
    top: 1px;
    left: 0;
}

.air-how {
    padding: 5px 5px 5px 7px;
    background-color: aliceblue;
    border-left: solid 1px #003265;
    border-right: solid 1px #003265;
    position: relative;
}

.left-space .air-how a {
    letter-spacing: 1px;
    position: relative;
    padding-left: 25px;
    font-size: 1.1em;
    color: #003265;
}

.left-space .air-how a::before {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    background-image: url("../images/youtube.png");
    background-repeat: no-repeat;
    background-size: contain;
    left: 1px;
    top: -1px;
}
div.stop{
    display: block;
    border-left: solid 1px #003265;
    border-right: solid 1px;
    padding: 10px 10px;
    font-size: 1.5em;
    color: #653300;
  }
  .air-how p {
    position: absolute;
    bottom: -32px;
    padding: 3px 5px;
    color: #003265;
    background-color: #fff;
    font-size: 1.5em;
    letter-spacing: .4px;
    width: 100%;
    left: 0;
}

/*.left-space .air-how a::after{
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background-image: url("../images/volume-2.svg");
    background-repeat: no-repeat;
    background-size: contain;
    right: -22px;
    bottom: -2px;
}*/

.content .forus {
    color: #214093;
    font-size: 18px;
    font-weight: 700;
    padding: 20px 0;
    text-align: center;
}

.topinfo {
    color: #393939; 
    background-color: #fff;
    BORDER-RADIUS: 5PX;
    box-shadow: 1px 1px 13px lightgray;
}

.topinfo div {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-radius: 5px;
}

.topinfo img {
    width: 22%;
    border-radius: 5px;
    box-shadow: -2px 2px 9px gray;
}

.topinfo p {
    width: 70%;
    margin: auto;
    font-size: 16px;
    font-weight: normal;
    text-align: justify;
}

.topinfo span {
    color: #b22234;
}

/*TOP検索タブ*/
#air {
    margin: 30px;
    width: 20px;
}

#land {
    margin: 50px;
    width: 10px;
}

.tab h2 {
    width: 50%;
    height: 50px;
    line-height: 50px;
    background-color: lightgray;
    text-align: center;
    display: block;
    float: left;
    flex-wrap: nowrap;
    color: gray;
    transition: all 0.2s;
    font-weight: bold;
    font-size: 18px;
    border-radius: 18px 18px 0 0;
}

.content .tab h2:hover {
    color: #2333DE;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

input[name="tab"] {
    display: none;
}

.search-content {
    display: none;
    overflow: hidden;
    clear: both;
    text-align: center;
}

#air:checked~#air-content,
#land:checked~#dompkg-content {
    display: block;
}

.top_search input:checked+.tab h2 {
    background-color: #5197AD;
    color: #fff;
}

.top_search {
    width: 100%;
}

.search-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

/*検索窓*/
.air-search .air-how img {
    width: 18px;
    display: inline-block;
    margin-right: 8px;
}

.air-search .air-how {
    font-size: 1.2em;
    padding: 3px;
}

/*.air-search .air-how a{
    margin-top: 50px;
    margin-bottom: -50px;
    display: inline-block;
    cursor:pointer;
}*/
.air-search {
    overflow: scroll;
    height: 710px;
    width: 100%;
    border: solid 1px #003265;
}


#air-content {
    background-color: #EFEFEF;
}

#dompkg-content {
    background-color: #EFEFEF;
    padding-bottom: 55px;
}

.search-content {
    border-radius: 0 0 24px 24px;
}

.framesize-air {
    width: 100%;
    height: 1250px;
}

iframe.framesize {
    width: 100%;
    height: 100%;

}

.air-search .header {
    padding-top: 0;
}

.search_area {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

/*検索窓*/

.information {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.information h2 {
    background-color: #003265;
    font-size: 1.5em;
    padding: 8px 0 8px 15px;
    color: #fff;
    font-weight: normal;
    letter-spacing: 1px;
}


.sales h2 {
    color: #fff;
    background-color: #1E6E87;
    padding: 5px 20px;
}

.shop h2 {
    font-size: 1.5em;
    padding: 8px 0 8px 15px;
    color: #fff;
    background-color: #1E6E8A;
    font-weight: normal;
    letter-spacing: 1px;
}

.content .top-banner {
    text-align: center;
}

.information .box {
    width: 49%;
    word-break: break-word;
}

.information a {
    text-decoration: underline;
    color: blue;
}

.box {
    color: #003265;
    width: calc(98% - 400px);
    background-color: #fff;
    box-shadow: 1px 1px 13px lightgray;
    border-radius: 3px;
    overflow: hidden;
}

.information p {
    padding: 15px;
    font-size: 14px;
}

.box p {
    letter-spacing: 1.3px;
}

.shop p {
    padding: 5px 0px 20px;
}

.shop {
    margin: 50px 0 100px;
    width: 100%;
}

.sales-offer {
    padding: 8px 15px;
}

.tour-manual {
    font-size: 14px;
    font-weight: bold;
    margin-top: 15px;
}

.tour-manual a {
    color: #214093;
}

.tour-manual img {
    width: 20px;
    display: inline-block;
    margin-right: 8px;
}

.tab-item:nth-of-type(odd) {
    margin-right: 4%;
    margin-bottom: 13px;
}

.tab-item {
    color: #5197AD;
    width: 48%;
    float: left;
    transition: 0.3s;
    margin: 5px 0 0 0%;
    height: 47px;
    padding: 0;
    border-radius: 3px;
    background-color: #F5F9FA;
    border: solid 1px;
}

.content .tab-item:hover {
    background-color: #97C5D3;
    cursor: pointer;
    transition: .1s;
    color: #fff;
}

.sales-offer span.area {
    position: relative;
    display: flex;
    padding: 1px 6px;
}

.sales-offer span.from {
    position: absolute;
    top: 9px;
    left: 9px;
    background-color: #fff;
    color: #5197AD;
    padding: 3px 7px;
    box-shadow: 2px 2px 0px darkgrey;
    border: solid 1px;
    letter-spacing: 1px;
    transition: .1s;
}

.content .tab-item:hover span.from {
    transition: .3s;
    box-shadow: none;
    top: 11px;
    left: 11px;
}

.sales-offer span.dep {
    font-size: 2em;
    letter-spacing: 1.4px;
    line-height: 2.2;
    font-weight: bold;
    display: block;
    margin: auto;
}

.tab-item:nth-of-type(2) span.dep {
    padding-left: 55px;
    font-size: 1.6em;
    letter-spacing: 1.5px;
    line-height: 1.2;
    padding-top: 3px;
}

/* inputボタンは目には見えないところで働いてもらう */
input[name="tab-item"] {
    display: none;
}

/* タブで切り替えたいコンテンツの部分。ここはお好みで */
.tab-content {
    display: none;
    padding: 0;
    overflow: hidden;
    clear: both;
    text-align: center;
}

/* 選択されているタブのコンテンツを表示させる */
#a:checked~#a-content,
#b:checked~#b-content,
#c:checked~#c-content,
#d:checked~#d-content,
#e:checked~#e-content {
    display: block;
}

/* 選択されていることがわかるように、選択されているタブはスタイルを変える */
.sales-offer input:checked+.tab-item {
    background-color: #5197AD;
    color: #fff;
}

.sales-offer input:checked+.type-a {
    background-color: #4BA9A6;
}

div#a-content h3 {
    background-color: #4BA9A6;
}

.sales-offer input:checked+.type-b {
    background-color: #265f92;
}

div#b-content h3 {
    background-color: #265f92;
}

.sales-offer input:checked+.type-e {
    background-color: #1E877A;
}

div#e-content h3 {
    background-color: #1E877A;
}

.content .contentsales {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.content .contentsales img {
    margin: 20px 10px;
    border-radius: 15px;
}

.contentsales li {
    margin: 10px 0;
}

.content .box .shoplist li p:nth-of-type(1) {
    font-size: 1.5em;
    ;
    padding: 0;
    font-weight: bold;
    margin-bottom: 9px;
}

.content .box .shoplist li p:nth-of-type(2) {
    font-size: 1.5em;
    ;
    color: black;
}

.content .shoplist li a {
    margin: 0 0 0 0px;
    padding: 3px;
    font-size: 1.5em;
    text-decoration: none;
    color: black;
    letter-spacing: 1.5px;
}

.content .shoplist li a:hover {
    text-decoration: underline;
    transition: none;
}

.content .shoplist .mail {
    font-size: 1.5em;
    color: black;
    display: inline-block;
    margin-left: 5px;
    letter-spacing: 1.5px;
}

.content .shoplist img {
    width: 18px;
    vertical-align: -4px;
    display: inline-block;
    margin: 0 8px 0 0px;
}

.content-list ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 5px 0px 20px;
    gap: 18px;
}

.content-list ul li {
    margin: 0;
    width: 23%;
}

.content-list ul li:nth-of-type(5) {
    margin-right: 0;
}

.content-list ul li img {
    border-radius: 10px;
    width: 100%;
    box-shadow: 2px 2px 4px gray;
}

.content-list .others li img {
    border-radius: 0;
}

.content-list li span {
    display: block;
    font-size: 12px;
    color: #1E6E87;
    text-align: left;
    margin-top: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.calendar::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 15px;
    background: url("../images/calendar.svg");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin: 0px 5px;
}

.bag::before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 17px;
    background: url("../images/bag.svg");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin: 0px 5px;
}

.air::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 15px;
    background: url("../images/air.svg");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin: 0px 5px;
}

.content-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    color: #214093;
}

.content .shoplist li {
    list-style: none;
}

ul.shoplist {
    padding: 15px;
}

.shoplist li:nth-of-type(-n+2)::after {
    content: "";
    background: #214093;
    width: 80%;
    height: 1px;
    display: inline-block;
    margin-bottom: 8px;
}

ul.contentsales-b {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0px 0 10px 0;
}


.content .box .tab-content p {
    font-size: 22px;
    margin: 0;
    font-weight: bold;
    color: #214093;
}

.content .box .contentsales-b p {
    font-size: 15px;
    text-decoration: none;
    font-weight: normal;
    margin-top: 10px;
}

.spspan {
    display: none;
}

.spbr {
    display: none;
}

h3 {
    color: #fff;
    text-align: left;
    background: #5197AD;
    font-size: 1.5em;
    letter-spacing: 1.3px;
    padding: 3px 10px;
    margin-bottom: 10px;
    font-weight: normal;
}

.content-list>div {
    width: 100%;
    padding: 0 0px;
    margin-top: 40px;
}

.content-list>div:nth-of-type(n+2) {
    margin-top: 15px;
}

.klook-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background-color: rgb(255, 145, 110, .1);
    padding: 20px 0;
    border-radius: 5px;
    margin: 35px 0 35px;
}

.klook-merchandise {
    width: 60%;
}

.klook-comment {
    width: 40%;
    display: flex;
}

.klook-comment p {
    margin: auto;
    font-size: 2.3em;
    font-weight: bold;
    color: #ff5722;
    padding: 0 30px;
}

.tariff-area {
    margin: auto;
}

.tariff-area img {
    width: 100%;
}

.ft-btm {
    padding: 25px 0 20px;
    background: linear-gradient(to bottom, #0009df 0%, #1d2088 100%);
    color: #fff;
}

.ft-btm a {
    color: #fff;
}

.ft-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.ft-links--item {
    font-size: 1rem;
}

.ft-links--item:after {
    content: '｜';
}

.device--click .ft-links--item a:hover {
    text-decoration: underline;
    opacity: 1;
}

.ft-copyright {
    margin-top: 10px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 1.1rem;
}

.ft-copyright small {
    font-size: inherit;
}
#company{
    font-size: 1.6em;
    color: #333333;
}
#company div.main_title h1{
background-color: rgb(240, 240, 240);
display: flex;
background-color: #003265;
}
#company div.main_title h1 span{
    letter-spacing: 1px;
    font-weight: bold;
    padding: 3px 10px;
    font-size: 0.7em;
    color: #fff;
}
#company div.main_title p {
    padding: 15px 10px;
}
#company main .content table{
    margin-bottom: 80px;
}
#company main .content table td,#company main .content table tr,#company main .content table th{
    border: solid 1px;
    padding: 10px;
}
#company main .content table th{
    background-color:rgb(0, 50, 101,.05);
    text-align: left;
    min-width: 210px;
    font-weight: normal;
    letter-spacing: .7px;
}
/*----------------------------------------------------------------------*/
/*--------------------------------------SP--------------------------------------*/

@media screen and (max-width: 1130px) {}

@media screen and (max-width: 768px) {

    .hd-top {
        padding: 15px;
    }

    h1.hd-logo {
        width: 125px;
    }

    .left-space {
        width: 100%;
        min-width: inherit;
    }

    ul.hd-links {
        width: 50%;
        text-align: center;
    }

    .framesize-air {

        margin-top: 40px;
    }

    #main {
        padding: 50px 10px 0;
    }

    .topinfo {
        padding: 5px;
        width: 100%;
    }

    .topinfo div {
        flex-flow: column;
        padding: 10px;
        gap: 10px;
    }

    .topinfo div img {
        width: 100%;
    }

    .topinfo div p{
        width: 100%;
        line-height: 1.5;
        text-align: center;
    }

    .topinfo p:nth-child(1) {
        padding: 0 0 5px;
    }

    .tab h2 {
        width: 50%;
    }

    .content .tab h2:hover {
        color: #2333DE;
        font-size: 20px;
        font-weight: bold;
        cursor: pointer;
    }

    .search-content {
        border-radius: 0 0 10px 10px;
    }

    .information .box {
        width: 100%;
    }

    .box {
        margin: 5px 0;
    }

    .content .box .shoplist .box-shop {
        font-size: 15px;
        padding: 0;
        font-weight: bold;
    }

    .floating {
        display: none;
    }

    .content .contentsales img {
        margin: 10px;
    }

    .content-list ul {
        justify-content: space-between;
    }

    .content-list ul li:nth-of-type(5) {
        margin-right: 15px;
    }

    .content .infomation {
        margin: 184px auto 0;
    }

    .content .forus {
        color: #214093;
        font-size: 22px;
        font-weight: 700;
        padding: 20px 0;
        text-align: center;
    }

    .content .forus-end {
        width: 100%;
        margin: 15px 0 0;
        font-size: 14px;
    }

    /*検索窓*/
    .content .search_area {
        width: 100%;
        height: 615px;
        background-size: auto;
        background-position: 74% 22%;
        background-repeat: no-repeat;
    }

    .content .search_box {
        width: 100%;
        /*pcはこれが最小*/
        height: 92%;
        background-color: rgba(0, 0, 0, 0.52);
        padding: 0px;
        margin: 0 0 5px 0;
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
    }

    iframe.framesize {
        width: 100%;
        height: 100%;
    }

    .box {
        width: 100%;
        margin: 25px 0;
    }

    .content .pcbr {
        display: none;
    }

    .search-box {
        padding: 20px 0px 20px;
    }

    .content .box .shoplist li p:nth-of-type(1) {
        font-size: 15px;
    }

    .content .box .shoplist li p:nth-of-type(2) {
        font-size: 14px;
    }

    .content .shoplist li a {
        font-size: 14px;
        text-decoration: underline;
    }

    .content .shoplist li a:hover {
        text-decoration: underline;
        transition: none;
        display: inline-block;
        margin: 6px 0;
    }

    .content .shoplist .mail {
        font-size: 14px;
        display: block;
        margin-left: 18px;
    }

    .content .shoplist img {
        width: 18px;
        vertical-align: -4px;
        display: inline-block;
        margin: 0 5px 0 5px;
    }

    .pcspan {
        display: none;
    }

    .spspan {
        display: inline-block;
    }

    .tab h2 {
        font-size: 13px;
        line-height: 1.5;
        padding-top: 6px;
    }

    .spbr {
        display: block;
    }

    .top_search input:checked+.tab h2 {
        font-size: 13px;
    }

    .content .search_box {
        border-radius: 0 0 10px 10px;
    }

    .tab-item {
        width: 100%;
    }

    .sales-offer span.dep {
        font-size: 2em;
    }

    .tab-item .area {
        text-underline-offset: 3px;
    }

    .content-list ul li {
        margin: 5px 0px 0 0;
        width: 45%;
    }

    .klook-merchandise,
    .klook-comment {
        width: 100%;
    }

    .klook-comment p {
        font-size: 1.5em;
        padding: 0 15px 20px;

    }


    /*----------------------------------------------------------------------*/
}

@media screen and (max-width: 642px) {
    .content-list ul li img {
        width: 100%;
    }

    h3 {
        margin-right: 0px;
        text-align: center;
    }

    .content-list ul {
        margin-right: 0px;
    }

    .content-list {
        justify-content: center;
    }

    .others li {
        width: 40%;
    }
}

@media screen and (max-width: 567px) {
    .content ul {
        justify-content: center
    }

    .seasonal li {
        width: 100%;
    }

    .content-list div {
        width: 100%;
    }

    .others li {
        width: 40%;
    }

    .content-list ul li {
        width: 100%;
        margin-bottom: 30px;
    }

    h3 {
        font-size: 20px;
    }
}

@media screen and (max-width: 520px) {
    .others li {
        width: 100%;
    }


}