@charset "utf-8";

@import '/ginza-square/common/css/all.css';
@import '/ginza-square/common/css/styles.css';


/* インターナショナルショップ ------------------------------------------*/
#Chinese,
#English{
	margin-top: 0px;
} 

#Chinese h3,
#English h3{
	margin-top: 20px;
	display: inline-block;
	vertical-align: middle;
}

#Chinese h4,
#English h4{
	display: block;
	border-bottom: solid 3px #C7A976;
	text-align: center;
	margin-bottom: 30px;
}


.bg{
    background-image: url("../img/bg_01.png");
    padding-top: 70px;
}

/*ボタン*/
#international .btn-s{
    width: 430px;
    margin: 40px auto 0;
}
#international .btn-cn{
    padding: 15px 15px 15px 20px;
    position: relative;
}

#international .btn-cn{
    background-color: #fff;
}

#international  a .btn-cn{
    color: #FFF;
    text-decoration: none;
}
#international .btn-cn::after{
    content: "▶︎";
    position: absolute;
    right: 20px;
    top: 36%;
    font-size: 12px;
    color: #C7A976;
}

#international .btn-cn{
    border: solid 2px #C7A976;
}

#international a .btn-cn{
     text-decoration: none;
     color:#C7A976;
    font-size: 1.8rem;
}

#international .btn-cn:hover{
 background-color:#F7EBD8;
}

@media (max-width: 580px) {
        #international .btn-s {
        width: 94%;
        margin: 20px auto 0;
    }
        #international .btn-cn {
        padding: 15px 15px 15px 20px;
        position: relative;
    }
    #international a .btn-cn{
     text-decoration: none;
     color:#C7A976;
    font-size: 1.4rem;
}
}


/*サブナビ*/
#subnav .subnav_wrap {
    width: 100%;
    margin: 0 auto;
}

#subnav .subnav_lists {
    display: flex;
}

#subnav .subnav_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    margin: 0 0.5%;
   padding: .8em 1.5em 0.8em;
    border: none;
    background-color: #1E4D9B;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.6em;
}

#subnav .subnav_list:first-child {
    margin-left: 0px;
}

#subnav .subnav_list:last-child {
    margin-right: 0px;
}

#subnav .subnav_list:before {
    position: absolute;
   right: calc(1.5em + 5px);
    transform: translateX(50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    content: '';
}

#subnav .subnav_list::after {
    transform: rotate(134deg);
    width: 6px;
    height: 6px;
    border-top: 3px solid #1E4D9B;
    border-right: 3px solid #1E4D9B;
    content: '';
    position: absolute;
    right: 1.5em;
    top:40%
}


#subnav .subnav_list:hover {
    background-color: #D13213;
}

#subnav .subnav_list:hover::before {
   position: absolute;
   right: calc(1.5em + 5px);
    transform: translateX(50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    content: '';
}

#subnav .subnav_list:hover::after {
    transform: rotate(134deg);
    width: 6px;
    height: 6px;
    border-top: 3px solid #D13213;
    border-right: 3px solid #D13213;
    content: '';
     position: absolute;
    right: 1.5em;
    top:45%
}

#subnav .subnav_list a {
    display: flex;
    justify-content: left;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff;
    transition: all .3s;
}

#subnav a .subnav_list:hover {
    color: #fff;
}

/*#international h2{
    font-size: 2.8rem;
}*/


#international h3{
    display: block;
    font-size: 2.6rem;
    margin-bottom: 40px;
}

#international h3:before {
    content: "●";
    color: #D13213;
    padding-right: 1em;
    font-size: 60%;
}

#international h3:after {
    content: "●";
    color: #D13213;
    padding-left: 1em;
    font-size: 60%;
}

#international h4{
font-size: 2.0rem;
}


#TaxFree{
    margin: 60px 0;
    text-align: center;
}
#TaxFree .box{
    display: block;
}
#TaxFree .taxfreeervices{
    width: 720px;
    display: inline-block;
}

#TaxFree .taxfreeervices .cards{
    width: 720px;
}
#TaxFree .taxfreeervices .Campaign{
    width: 100%;
}

#TaxFree .pic{
    width: 390px;
    display: inline-block;
    margin-left: 50px;
    margin-top: 40px;
    vertical-align: top;
}

#TaxFree ul{
    clear: both;
}

#TaxFree li{
    width: 136px;
    float: left;
    margin: 0 0.2em;
    line-height: 1.2em;
}

#TaxFree li img{
    margin: 5px 0;
}

#TaxFree .Campaign{
    margin-top: 60px;
    clear: both;
    padding-top: 30px;
}

#TaxFree .Campaign .inner {
 display: flex;
    flex-wrap: wrap;
    max-width: 720px;
    gap: 0 15px;
    justify-content: center;
}

#TaxFree .Campaign .inner > dl {
    /*flex: 1 1;*/
    order: -1;
    position: relative;
    min-width: 70px;
    /*padding: .7em 1em;*/
    text-align: center;
    flex-flow: column;
    /*width: 350px;*/
  } 

#TaxFree .Campaign .inner dd{
    margin-top: 10px;
  } 

#TaxFree .Campaign .inner p{
    text-align: left;
  } 


#TaxFree .Campaign .info2,
#TaxFree .Campaign .info1{
    width: 100%;
    display: block;
    text-align: left;
    margin-bottom: 10px;
}

#TaxFree .Campaign .pic-01{
    width: 136px;
    height: 140px;
    margin-right: 10px;
    display: inline-block;
}

#TaxFree .Campaign .dis{
    width:565px;
    display: inline-block;
}

#Access,
#FloorGuide,
#VisitorServices{
    text-align: center;
    margin: 60px auto;
}

#VisitorServices{
    width: 80%;
    margin: 0 auto 80px;
}


#VisitorServices .inner {
 display: flex;
    flex-wrap: wrap;
    max-width: 980px;
    gap: 0 30px;
    justify-content: center;
}

#VisitorServices .inner > dl {
    /*flex: 1 1;*/
    order: -1;
    position: relative;
    min-width: 70px;
    /*padding: .7em 1em;*/
    text-align: center;
    flex-flow: column;
    /*width: 400px;*/
    width: 100%;
  } 

#VisitorServices dd{
    text-align: left;
    padding: 10px 20px 0;
}


#VisitorServices dl.shoppingbag{
    width: 100%;
}
#VisitorServices dl.shoppingbag dt{
    width: 40%;
    float: right;
}

#VisitorServices dl.shoppingbag dd{
    width: 60%;
}




#VisitorServices dl.branchic{
    width: 100%;
}
#VisitorServices dl.branchic dt{
    width: 40%;
    float: right;
}

#VisitorServices dl.branchic dd{
    width: 60%;
}


#Access h5,
#VisitorServices h5{
    font-size:120%;
}

#Access h5:before,
#VisitorServices h5:before {
    content: "●";
    color: #0651A8;
    padding-right: 1em;
    font-size: 50%;
}



#VisitorServices .tag{
	background-color:#C7A976;
	padding: 3px 20px;
	margin:0px 6px;
	display: inline-block;
    font-size: 90%;
    color: #fff;
}


a, a:link, a:visited {
    text-decoration: none;
}


#FloorServices{
    width: 80%;
    text-align: center;
    margin: 60px auto ;
}

.gourmet,
.art,
.shop {
    display: flex;
    justify-content: center;
    position: relative;
    max-width: 100%;
    margin-top: 15px;
     padding: 2em;
    border: 3px solid #C7A976;
    background-color: #fff;
}

.shop::before,
.shop::after {
    position: absolute;
    top: -23px;
    width: 30px;
    height: 20px;
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
    content: '';
    left:14%;
}



.art::before,
.art::after {
    position: absolute;
    top: -23px;
    width: 30px;
    height: 20px;
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
    content: '';
}


.gourmet::before,
.gourmet::after {
    position: absolute;
    top: -23px;
    width: 30px;
    height: 20px;
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
    content: '';
    right:14%;
}

.gourmet::before,
.art::before,
.shop::before {
    background-color: #C7A976;
}

.gourmet::after,
.art::after,
.shop::after {
    top: -18px;
    background-color: #fff;
}


.floor-block{
    width: 274px;
    display: inline-block;
    margin: 0 10px;
}


/* tab */
.tab-group{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    /*gap: 0 20px;*/
}


.tab-panel{
    display: flex;
    flex-wrap: wrap;
    max-width: 970px;
    gap: 0 20px;
}

.tab{
	flex: 1 1;
    order: -1;
    position: relative;
    min-width: 70px;
    /*padding: .7em 1em;*/
    background-color: #EBE0CD;
    text-align: center;
    cursor: pointer;
    display: inline-flex;
    margin-right: 14px;
}
.tab:last-child{
    margin-right: 0;
}

.panel-group{
    display:block;
    margin-top: 20px;
}

.panel{
    display:none;
}

.tab.is-active{
	 background-color: #C7A976;
    color: #fff;
}
.panel.is-show{
    display:block;
}


/*
.shop{
  position: relative;
  display: inline-block;
  padding: 30px 30px 20px;
  min-width: 120px;
  max-width: 100%;
  color: #0051b2;
  background: #FFF;
  border: solid 3px #0051b2;
  box-sizing: border-box;
margin-top: 30px;
    width: 100vw;
}

.shop:before {
  content: "";
  position: absolute;
  top: -46px;
  left: 10%;
  margin-left: -17px;
  border: 24px solid transparent;
  border-bottom: 24px solid #FFF;
  z-index: 2;
}

.shop:after {
  content: "";
  position: absolute;
  top: -52px;
  left: 10%;
  margin-left: -19px;
  border: 26px solid transparent;
  border-bottom: 26px solid #0051b2;
  z-index: 1;
}


.space {
  position: relative;
  display: inline-block;
  padding: 30px 30px 20px;
  min-width: 120px;
  max-width: 100%;
  color: #0051b2;
  background: #FFF;
  border: solid 3px #0051b2;
  box-sizing: border-box;
margin-top: 30px;
        width: 100vw;
}

.space:before {
  content: "";
  position: absolute;
  top: -46px;
  left: 60%;
  margin-left: -17px;
  border: 24px solid transparent;
  border-bottom: 24px solid #FFF;
  z-index: 2;
}

.space:after {
  content: "";
  position: absolute;
  top: -52px;
  left: 60%;
  margin-left: -19px;
  border: 26px solid transparent;
  border-bottom: 26px solid #0051b2;
  z-index: 1;
}


.gourmet {
  position: relative;
  display: inline-block;
  padding: 30px 30px 20px;
  min-width: 120px;
  max-width: 100%;
  color: #0051b2;
  background: #FFF;
  border: solid 3px #0051b2;
  box-sizing: border-box;
margin-top: 30px;
        width: 100vw;
}

.gourmet:before {
  content: "";
  position: absolute;
  top: -46px;
  left: 80%;
  margin-left: -17px;
  border: 24px solid transparent;
  border-bottom: 24px solid #FFF;
  z-index: 2;
}

.gourmet:after {
  content: "";
  position: absolute;
  top: -52px;
  left: 80%;
  margin-left: -19px;
  border: 26px solid transparent;
  border-bottom: 26px solid #0051b2;
  z-index: 1;
}



.floor-block{
    width: 288px;
    display: inline-block;
    margin: 0 20px;
}

.floor-block img:nth-child(1){ 
    margin-bottom: 20px;
}




*/


/*********/

.floorguide {
    border: solid 3px #004EA2;
    background-color: #fff;
    height: 550px;
    text-align: center;
    width: 40%;
    margin: 0 auto;
    padding-top: 30px;
}

.floorguide img{
    border: solid 1px #DFE1E2;
}
#FloorGuide .inter-b{
    width: 40%;
}

/****ボタン*****/
.inter-b {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 30px auto 0;
    padding: .5em 2em .5em 2em;
    border: none;
    border-radius: 25px;
    background-color: #1E4D9B;
    color: #fff;
    font-weight: 500;
    text-align: center;
    font-size: 1.8rem;
}

.inter-b::after {
    transform: rotate(45deg);
    width: 6px;
    height: 6px;
    margin-left: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    position: absolute;
    right: 2em;
}

.inter-b:hover{
    background-color: #D13213;
    text-decoration: none;
}


#Access #sqMap {
	width: 100%;
	height:400px;
	margin: 20px auto 0;
}

#Access .address,
#Access .access{
	margin: 00px auto;
    width: 550px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

    #Access .map {
        margin: 0 210px;
    }
    #Access .map img {
        vertical-align: top;
        border: solid 1px #989898;
        padding: 40px 60px;
        margin-bottom: 10px;
    }

    #Access .address, #Access .access {
        margin: 00px auto;
        width: 550px;
        display: inline-block;
        vertical-align: top;
    }

#Access h5, 
#VisitorServices h5 {
        font-size: 2.0rem;
    text-align: left;
    }

/*
.access dt{
    margin-bottom: 10px;
}
*/

/* 免税概要表 */

#MAIN .storeinfo{
    padding: 20px;
}

#MAIN.taxfreeguide{
	border-collapse:collapse;
	margin:20px 0;
}

#MAIN .taxfreeguide th,
#MAIN .taxfreeguide td{
	line-height:1.5;
	padding:10px;
	border:1px solid #999;
}

#MAIN .taxfreeguide th{
	background:#fef5e2;
}

#MAIN .taxfreeguide td p{
	line-height:1.2;
}

#MAIN .taxfreeguide td .stamp{
	float:right;
	width:111px;
}

@media (max-width: 580px) {
.bg {
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
    #Access, 
    #FloorGuide,
    #VisitorServices {
        text-align: center;
        margin: 30px auto;
        width: 100%;
}
    #international h3 {
        display: block;
        font-size: 2.0rem;;
        margin-bottom: 20px;    
} 
        #subnav .subnav_lists {
        display: inline-block;
        margin-top: 30px;
            width: 100%;
            box-sizing: border-box;
    }

        #subnav .subnav_list {
        flex: 1 1;
        display: inline-flex; 
        justify-content: space-between;
        align-items: center;
        position: relative;
        width: 48%;
        margin:1% 0;
        padding: 1.2em 1em;
        border: none;
        background-color: #1E4D9B;
        color: #fff;
        font-size: 1.6rem;
        line-height: 1.2em;
            box-sizing: border-box;
    }
        #subnav .subnav_list a {
        display: flex;
        justify-content: left;
        align-items: center;
        width: 100%;
        height: 100%;
        text-decoration: none;
        color: #fff;
        transition: all .3s;
    }
        #TaxFree {
        margin: 30px 0;
        text-align: center;
    }
        #TaxFree .pic {
        width: 100%;
        margin: 0 auto 30px;
    }
        #TaxFree .box {
        display: block;
    }
     #TaxFree .taxfreeervices {
        width: 100%;
        display: block;
    }
    #TaxFree .taxfreeervices .cards{
    width: 100%;
}   
    #TaxFree ul {
        clear: both;
    }
#TaxFree li {
margin: 0 0.2em;
line-height: 1.2em;
max-width: 102px;
display: inline-flex;
flex-direction: column;
align-content: stretch;
justify-content: center;
align-items: center;
        float: none;    
    }
#TaxFree .Campaign{
    margin-top: 00px;
    clear: both;
    padding-top: 30px;
}    
#VisitorServices{
    text-align: center;
    margin: 30px auto;
}

#VisitorServices dd{
    text-align: left;
    padding: 10px 3px 0;
}

#VisitorServices{
    width: 100%;
    margin: 0 auto;
}

#VisitorServices .inner {
 display: flex;
    flex-wrap: wrap;
    /*max-width: 980px;*/
    gap: 1em 0px;
    justify-content: center;
    width: 86%;
    margin: 0 auto;
}

#VisitorServices .inner > dl {
    width: 100%;
    display: inline-flex;
    margin: 0px auto 2.5em;
     flex-direction: column;
  } 
#FloorServices{
    width: 100%px;
    text-align: center;
    margin: 30px auto ;
    padding: 0 2% 6%;
}
   
 #VisitorServices dl.branchic{
    width: 100%;
}
#VisitorServices dl.branchic h5,  
#VisitorServices dl.branchic dt{
    width: 100%;
    float: none;
}

    
#VisitorServices dl.branchic dd{
    width: 100%;
}
   
#Access h5,
#VisitorServices h5{
    font-size:1.6rem;
}  
    
.floorguide {
    border: solid 3px #004EA2;
    background-color: #fff;
    height: auto;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    padding: 30px;
}

.floorguide img{
    border: solid 1px #DFE1E2;
    width: 60%;
}
#FloorGuide .inter-b{
    width: 60%;
}  

#Access .address,
#Access .access{
margin: 0px auto;
display: block;
vertical-align: top;
text-align: left;
}
#Access .map p{
margin-top:0px;
} 

#Access .map {
margin: 0 0px;
}
#Access .map img {
vertical-align: top;
border: solid 1px #989898;
padding: 10%;
margin-bottom: 10px;
width: 80%;
}

#Access .address, #Access .access {
margin: 0px auto;
width: 100%;
display: block;
vertical-align: top;
}
}  