@charset "UTF-8";
/*
variable
------------------------------*/
:root,* {
    --base-color:#222C58;
    --point-color:#4C829A;
    --header-color:#771C22;
    --map-color:#CBCBCB;

    --mono-light:#808080;
    --mono-lighter:#E5E5E5;
}

html{
    background:url(/wp-content/themes/smartconcierge/assets/portal/images/bg.jpg) 50% 0 repeat-y,#000;
    background-size:100% auto;
}
@media(min-width:750px){
    html{
        background:#000;
    }
}

body{
    font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}

body:lang(zh-CN){
    font-family:"Microsoft YaHei", "微软雅黑","SimSun", "PingHei",sans-serif;
}
body:lang(zh-TW){
    font-family:"Microsoft JhengHei", "微軟正黑體", 'PMingLiU' , sans-serif;
}
body:lang(ko){
    font-family:"Malgun Gothic","Yoon Gothic","sans-serif";
}

body{
    max-width:1024px;
    margin:0 auto;
    position:relative;

}

header{
    max-width:1024px;
    width:100%;
    margin:0 auto;
    position:relative;
}

#wrapper{
    padding-top:80px;
}

/***********************************************************
HEADER
**********************************************************/
header .header-fixed{
    display: -webkit-flex; display: -ms-flexbox; display: flex;
    -ms-flex-flow:row nowrap; flex-flow:row nowrap;
    -webkit-justify-content: space-between;-ms-flex-pack: justify; justify-content: space-between;
    -webkit-align-items: center;  -ms-flex-align: center; align-items: center;
    padding:10px;
    height:65px;
    width:100%;
    max-width:1024px;
    background:rgba(0,0,0,0.9);
    z-index: 999;
    position:fixed;
    top:0;
}
    #header-logo{
        display:block;
        padding:5px;
    }

        #header-logo img{
            display:block;
            height:35px;
        }

    #header-right{
        padding:5px;
    }


    /**  ui-hamburger
    **********************************************************/
    .ui-hamburger {
      width: 30px;
      height: 26px;
      border: none;
      position: relative;
      background: linear-gradient(to bottom, #FFF, #FFF);
      background-size: 100% 20%;
      background-repeat: no-repeat;
      background-position: center center;
      transition: background-size 0.2s 0.25s ease;
      cursor: pointer;
    }
    .ui-hamburger:before,
    .ui-hamburger:after {
      height: 20%;
      width: 100%;
      position: absolute;
      left: 0;
      background-color: #FFF;
      content: '';
      transition: transform 0.3s ease;
    }
    .ui-hamburger:before {
      top: 0;
      transform-origin: 9% 150%;
    }
    .ui-hamburger:after {
      bottom: 0;
      transform-origin: 9% -50%;
    }
    .ui-hamburger.is-active {
      background-size: 0 20%;
      transition-delay: 0s;
    }
    .ui-hamburger.is-active:before {
      transform: rotate(45deg);
      transition-delay: 0.15s;
    }
    .ui-hamburger.is-active:after {
      transform: rotate(-45deg);
      transition-delay: 0.15s;
    }






    /**  header-navi
    **********************************************************/
    .header-navi{
        width:100%;
        display: -webkit-flex; display: -ms-flexbox; display: flex;
        -ms-flex-flow:column nowrap; flex-flow:column nowrap;
        background:rgba(0,0,0,0.9);
        max-width:1024px;
        z-index:-1;
        padding:1em 2em 2em 2em;
        opacity: 0;
        transition: all  0.3s ease;
        position:fixed;
        top:65px;
    }
        .header-navi > *{
            color:#FFF;
            padding:1em 0.7em;
            border-bottom:1px dotted #FFF;
            position:relative;
        }

        .header-navi a.level-1{
            padding-left:2em;
        }
        .header-navi a.level-2{
            padding-left:4em;
        }
        @media(max-width:374px){
            .header-navi a.level-1{
                padding-left:1em;
            }
            .header-navi a.level-2{
                padding-left:2em;
            }            
        }

        .header-navi a::after{
            content:"\03e";
            position:absolute;
            right:1em;
        }
    .header-navi.navi-active{
        opacity: 1;
        z-index:999;
        transition: all  0.3s ease;
    }




/***********************************************************
FOOTER
**********************************************************/
footer{
    padding:2em 0 1.4em 0;
    display:block;
    width:100%;
    margin-top:4em;
}
footer .copyright{
    text-align:center;
    color:#FFF;
    font-size:11px;
}


/***********************************************************
PORTAL TOP
**********************************************************/



/**  #top-main
**********************************************************/
#top-main{
    display: -webkit-flex; display: -ms-flexbox; display: flex;
    -webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;
    -webkit-align-items: center;  -ms-flex-align: center; align-items: center;
    padding:2em 0 0 0;
}

    #top-main img{
        display:block;
        max-width:150px;
    }


/**  #search-area
**********************************************************/
#search-area{
    padding:0.5em 0;
    display: -webkit-flex; display: -ms-flexbox; display: flex;
    -ms-flex-flow:column nowrap; flex-flow:column nowrap;
    -webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;
    -webkit-align-items: center;  -ms-flex-align: center; align-items: center;
}

    #search-area h2{
        font-size:15px;
        font-weight:400;
        color:#FFF;
        line-height:2em;
        text-align:left;
        width:90%;
        margin:0 auto;
        letter-spacing: 0.08em;
        position:relative;
    display: -webkit-flex; display: -ms-flexbox; display: flex;

    -webkit-align-items: center;  -ms-flex-align: center; align-items: center;
    }

    h2 span.form_reset{
        border-bottom: 1px dashed #222c58;
        display: inline-block;
        position: absolute;
        right: 0;
        width: 8em;
        color: #FFF;
        text-align: center;
        font-size: 12px;
        line-height: 1.2em;
        top: 0;
        padding: 0.4em;
    }
    h2 span.form_reset:hover{
        cursor: pointer;
        border-bottom: 1px dashed #FFF;
        z-index:999;
    }


    button{
        width:90%;
        border:1px solid #444;
    }

.modal{
    width:100%;
    display: -webkit-flex; display: -ms-flexbox; display: flex;
    -webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;
    -webkit-align-items: center;  -ms-flex-align: center; align-items: center;
}

.modal > label {
    display: block;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 500;
    color: #333;
    line-height: 1.7em;
    padding: .4em 1.4em .4em 1.8em;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);

    width:90%;
}

input[type="checkbox"] {
    position: absolute;
    z-index: -9999;
    visibility: hidden;
}

.modal-overlay {
    /**/
    background:#FFF;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align:center;

    /**/
    padding:12px;
    opacity:0;
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
    -webkit-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
    -moz-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
    -ms-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
    -o-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
    transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
    z-index: -999;
    max-width: 1024px;
    margin: 0 auto;
}

input:checked ~ .modal-overlay {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -0-transform: scale(1);
    transform: scale(1);
    z-index: 999;
}


    input:checked ~ .modal-overlay .modal-wrap{
        position: relative;
        margin: 0 auto;
        width: 100%;
        height: 100%;
    }


        input:checked ~ .modal-overlay .modal-wrap label {
            background: #FFF;
            border:1px solid #999;
            color: #555;
            cursor: pointer;
            padding:0.5em;
            display: inline-block;
        }

        .modal-overlay .modal-wrap .label-list{opacity: 0;}
        input:checked ~ .modal-overlay .modal-wrap .label-list{
            opacity: 1;
            overflow-y: scroll;
            overflow-x: hidden;
            -webkit-overflow-scrolling: touch;
            display: -webkit-flex; display: -ms-flexbox; display: flex;
            -ms-flex-flow:row wrap; flex-flow:row wrap;
            -webkit-justify-content: space-between;-ms-flex-pack: justify; justify-content: space-between;
            height:100%;
            background:#FFF;
            padding:10px 2px 10% 2px;
            margin-top:15px;
        }
        input:checked ~ .modal-overlay .modal-wrap .label-list a{
            width:31%;
            margin:2% 0;
        }


        .modal-overlay .modal-wrap .modal-header{
            display: -webkit-flex; display: -ms-flexbox; display: flex;
            -ms-flex-flow:row nowrap; flex-flow:row nowrap;
            -webkit-justify-content: space-between;-ms-flex-pack: justify; justify-content: space-between;
            -webkit-align-items: center;  -ms-flex-align: center; align-items: center;          
        }
        input:checked ~ .modal-overlay .modal-wrap .modal-header{
            display: -webkit-flex; display: -ms-flexbox; display: flex;
            -ms-flex-flow:row nowrap; flex-flow:row nowrap;
            -webkit-justify-content: space-between;-ms-flex-pack: justify; justify-content: space-between;
            -webkit-align-items: center;  -ms-flex-align: center; align-items: center;
            margin-bottom:0.6em;

        }







form{
    width:100%;
}

.search-select{
    width:100%;
    display: -webkit-flex; display: -ms-flexbox; display: flex;
    -ms-flex-flow:column nowrap; flex-flow:column nowrap;
    -webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;
    -webkit-align-items: center;  -ms-flex-align: center; align-items: center;
    margin-top:3em;
}

select{

    width:90%;

}

/* class applies to select element itself, not a wrapper element */

.select-css {
    display: block;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 500;
    color: #333;
    line-height: 1.7em;
    padding: .4em 1.4em .4em 1.8em;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #f1f1f1;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
      linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
    margin-bottom:1em;
}

/* Hide arrow icon in IE browsers */
.select-css::-ms-expand {
    display: none;
}
/* Hover style */
.select-css:hover {
    border-color: #888;
}
/* Focus style */
.select-css:focus {
    border-color: #aaa;
    /* It'd be nice to use -webkit-focus-ring-color here but it doesn't work on box-shadow */
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222; 
    outline: none;
}

/* Set options to normal weight */
.select-css option {
    font-weight:normal;
}

/* Support for rtl text, explicit support for Arabic and Hebrew */
*[dir="rtl"] .select-css, :root:lang(ar) .select-css, :root:lang(iw) .select-css {
    background-position: left .7em top 50%, 0 0;
    padding: .6em .8em .5em 1.4em;
}

/* Disabled styles */
.select-css:disabled, .select-css[aria-disabled=true] {
    color: graytext;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
      linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
}

.select-css:disabled:hover, .select-css[aria-disabled=true] {
    border-color: #aaa;
}


input[type="submit"]{
    min-width:12em;
    margin: 1em auto;
    padding:0.5em;
    font-size:14px;
    color:#FFF;
    font-weight:500;
    border-bottom:1px dotted #000;
}
input[type="submit"]:hover{
    cursor: pointer;
    border-bottom:1px dotted #FFF;
}

.back-search{
    text-align: center;
    padding: 0.6em;
    color: #222c58;
    background:#FFF;
    border: 1px solid #222c58;
    font-size: 4vmin;
    display: flex;
    justify-content: center;
    align-items: center;
    width:80%;
    margin:3em auto;
    position:-webkit-sticky; position:sticky;
    bottom:2em;
}
.back-search::before{
    content:"\0ab";
    display:inline-block;
    margin-right:0.7em;
}
@media(min-width:500px){
    .back-search{
        font-size:16px;
        max-width:300px;
    }

}


/***********************************************************
SEARCH LIST
**********************************************************/
#search-wrapper{
    padding:12px;
    background:#FFF;
    width:100%;
}

.search-list{
    display: -webkit-flex; display: -ms-flexbox; display: flex;
    -ms-flex-flow:column wrap; flex-flow:column wrap;
    -webkit-justify-content: flex-start;-ms-flex-pack: start;justify-content: flex-start;
}
    .search-list-box{
        display:none;
        padding:2em 0;
        border-bottom:1px solid #959DA2;
        display: -webkit-flex; display: -ms-flexbox; display: flex;
        -ms-flex-flow:row nowrap; flex-flow:row nowrap;
        -webkit-justify-content: flex-start;-ms-flex-pack: start;justify-content: flex-start;
        background:url(/wp-content/themes/smartconcierge/assets/portal/images/forward.svg) 100% 80% no-repeat;
        background-size:10% 10%;
        position:relative;

    }

        .sake-type-icon{
            display:inline-block;
            position:absolute;
            right:0;
            top:2.5em;
            background:#666;
            color:#FFF;
            font-size:11px;
            padding:4px;
            border-radius: 4px;
            font-weight:normal;
        }

        .search-list-box-img{
            min-width:100px;
            height:100px;
            width:100px;
        }

            .search-list-box-img img{
                  width: 100px;
                  height: 100px;
                  object-fit: contain;
            }

        .search-list-box-detail{
            padding-left:1em;
            padding-top:0.2em;
            position:relative;
            width:auto;
        }

            .search-list-box-detail p{
                color:#424F61;

            }

            .product-locality{
                font-size:13px;
                margin-bottom:0.5em;
            }

            .product-name{
                font-size:14px;
                font-weight:600;
                margin-bottom:0.1em;
                line-height:1.3em;
            }

            .product-kana{
                font-size:2vmin;
                margin-bottom:0.8em;
            }
            .product-maker{
                font-size:13px;
                font-weight:600;
                margin-bottom:0.4em;
            }
            .product-maker-en{
                font-size:2vmin;
                margin-bottom:0.8em;
            }

            .product-icons{
                padding-top:0.2em;
            }
            .product-icons span{
                display:inline-block;
                font-size:11px;
                padding:4px;
                border-radius:4px;
                border:1px solid #424F61;
            }

            @media(min-width:500px){
                .product-kana,
                .product-maker-en
                {font-size:11px;}

            }



/* sake-color */

.sake-color-1{background:#c20062;}
.sake-color-2{background:#c20062;}
.sake-color-3{background:#c88e00;}
.sake-color-4{background:#c88e00;}
.sake-color-5{background:#c20062;}
.sake-color-6{background:#c20062;}
.sake-color-7{background:#478630;}
.sake-color-8{background:#478630;}
.sake-color-9{background:#478630;}



/***********************************************************
TAB
**********************************************************/
#search-wrapper{
    margin-top:150px;
}
    #search-wrapper .tabs{
        margin-top:-70px;
    }

    .tabs {
        margin-top: 50px;
        padding:0;
        background-color: #fff;
        margin: 0 auto;
        border:1px solid #959DA2;
        border-radius:12px;

    }

        label.tab_item {
            border-bottom: 1px solid #959DA2;
            background-color: #D6DDE1;
            font-size: 12px;
            color: #444;
            transition: all 0.2s ease;
            display: -webkit-flex; display: -ms-flexbox; display: flex;
            -webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;
            -webkit-align-items: center;  -ms-flex-align: center; align-items: center;
            padding:1.5em 0;
        }

        #label-all + label.tab_item{
            border-radius: 12px 0 0 0;
        }
        #label-terminal2 + label.tab_item{
            border-radius: 0 12px 0 0;
        }


        label.tab_item:hover{cursor: pointer;}

        .tab-split-2,
        .tab-split-3,
        .tab-split-4,
        .tab-split-5,
        .tab-split-6,
        .tab-split-7,
        .tab-split-8{
            display: -webkit-flex; display: -ms-flexbox; display: flex;
            -ms-flex-flow:row wrap; flex-flow:row wrap;
            -webkit-justify-content: space-between;-ms-flex-pack: justify; justify-content: space-between;
        }
        .tab-split-3 > [class^="tab_item"]{ width: calc( 100% / 3 ); }
        .tab-split-4 > [class^="tab_item"]{ width: calc( 100% / 4 ); }
        .tab-split-5 > [class^="tab_item"]{ width: calc( 100% / 5 ); }
        .tab-split-6 > [class^="tab_item"]{ width: calc( 100% / 6 ); }
        .tab-split-7 > [class^="tab_item"]{ width: calc( 100% / 7 ); }
        .tab-split-8 > [class^="tab_item"]{ width: calc( 100% / 8 ); }
        [class^="tab_content"]{width:100%;}


        /*ラジオボタンを全て消す*/
        input[name^="tab_item"] { display: none !important; }

        /*選択されているタブのスタイルを変える*/
        .tabs input:checked + .tab_item { 
            background-color: #FFF !important;
            color: #1F71E2 !important; 
            border-bottom:none;
            transition: all 0.2s ease;
        }

        .tabs .tab_content { 
            display: none; 
            padding: 1.5em 1em;
            clear: both;
            overflow: hidden;
        }
           .tabs .tab_content p{
            font-size:17px; 
            display: -webkit-flex; display: -ms-flexbox; display: flex;
            -webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;
            -webkit-align-items: center;  -ms-flex-align: center; align-items: center;
           }
           .tabs .tab_content p span{
                color:#097CF2;
                font-size:2em;
                font-weight:bold;


           }  

    .tabs #label-all:checked ~ #item-all,
    .tabs #label-on_tax:checked ~ #item-on_tax,
    .tabs #label-duty_free:checked ~ #item-duty_free,
    .tabs #label-terminal2:checked ~ #item-terminal2{
        display: -webkit-flex; display: -ms-flexbox; display: flex;
        -webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;
        -webkit-align-items: center;  -ms-flex-align: center; align-items: center;
        border-bottom:1px solid #;
    }


/***********************************************************
記事ページ
**********************************************************/
#portal-wrapper{
    width:100%;
    padding:80px 12px 12px 12px;
}

#portal-wrapper article{
    padding:3em;
    background:#FFF;
}
@media(max-width:767px){
    #portal-wrapper article{padding:2em;}
}
@media(max-width:480px){
    #portal-wrapper article{padding:1.5em 1em;}
}

#portal-wrapper article h1,
#portal-wrapper article h2,
#portal-wrapper article h3,
#portal-wrapper article h4,
#portal-wrapper article h5,
#portal-wrapper article h6,
#portal-wrapper article p,
#portal-wrapper article span,
#portal-wrapper article a{
    color:#222c58;
}
#portal-wrapper article h3,
#portal-wrapper article h4,
#portal-wrapper article h5,
#portal-wrapper article h6{
    margin:0.8em 0;
}



#portal-wrapper article h1{
    font-size:22px;
    padding-left:0.4em;
    border-left:6px solid #222c58;
    line-height:1.4em;
    margin:1em 0;
}

#portal-wrapper article h2{
     font-size:20px;
     line-height:1.4em;
     margin:1em 0 0.4em 0;
}

#portal-wrapper article h3{
    font-size:18px;
    line-height:1.4em;
}
#portal-wrapper article h3::before{
    content:"-";
    margin-right:0.3em;
}
#portal-wrapper article h3::after{
     content:"-";
     margin-left:0.3em;
}

#portal-wrapper article h4{
    font-size:16px;
    line-height:1.4em;
}

#portal-wrapper article h5{
    font-size:14px;
    line-height:1.4em;
}

#portal-wrapper article h6{
    font-size:11px;
    line-height:1.4em;
}

#portal-wrapper article p{
    line-height:1.4em;
    margin:0.6em 0;
    font-size:16px;
    line-height:1.7em;
}
#portal-wrapper article p:lang(ja){
    text-align: justify;
}

#portal-wrapper article > * span{
    display:inline-block;
    width:1.2em;
    height:1.2em;
}

@media(max-width:413px){
    #portal-wrapper article h1{font-size:20px;}
    #portal-wrapper article h2{font-size:18px;}
    #portal-wrapper article h3{font-size:16px;}
    #portal-wrapper article h4{font-size:14px;} 
    #portal-wrapper article h5{font-size:12px;}
    #portal-wrapper article h6{font-size:11px;}
    #portal-wrapper article p{font-size:15px;}

}





#portal-wrapper article .textlink{
     display: -webkit-flex; display: -ms-flexbox; display: flex; 
     -ms-flex-flow:column nowrap; flex-flow:column nowrap;
}

#portal-wrapper article .textlink a{
    display:inline-block;
    padding:0.4em 0;
    margin:0.4em 0;
    border-bottom:1px dashed #4C829A;
}
#portal-wrapper article .textlink a::after{
    content:"\0bb";
    margin-left:0.4em;
    display:inline-block;
}

#portal-wrapper article dl{
    display: -webkit-flex; display: -ms-flexbox; display: flex;
    -ms-flex-flow:row wrap;flex-flow:row wrap;
    -webkit-justify-content: flex-start;-ms-flex-pack: start;justify-content: flex-start;
    border-bottom:1PX dashed #222c58;
    padding:1em;
}
    #portal-wrapper article dt{
        min-width:8em;
        color:#222c58;

    }
    #portal-wrapper article dd{
        color:#222c58;

    }

.icon-list{
    padding:1em 0.2em;
    border-bottom:1px dotted #222c58;
}
.icon-list img{
    max-width:100px;
}
.icon-list p{
    padding-left:0.7em;
}

















