@charset "UTF-8";
/*reset*/
a{
    color:inherit;
    text-decoration: inherit;
}
li{
    list-style: inherit;
    list-style-type: none;
}
/*reset end*/
body{/*重複すると思うので不要な場合はあとで削除してください*/
    font-family: 'Sawarabi Mincho', serif;
}
#g-nav, .sp-rsv-box{
    display: none;
}

/*修正追加分*/
iframe.form-sp {
    display: none;
}
iframe.form-header{
    width:80%;
    height:85px;
}
iframe.form-header.form-en{
    width:85%;
}
/*修正追加分ここまで*/

header{
    display: flex;
    width:100%;
    height:85px;
    background-color:#000;
    position: fixed;
    left:0;
    top:0;
    z-index: 999;
}
header{
    display: flex;
    justify-content: space-between;
    color:#fff;
    font-size:90%;
}
header .box01{
    display: flex;
    align-items: center;
    margin:0 0 0 3vw;
    font-family: 'Crimson Text', serif;
    font-weight: 400;
    letter-spacing: 1px;
}
header .box01 nav{
    margin:20px 2vw 0;
}
header .box01 nav ul{
    display: flex;
    align-items: center;
}
header .box01 nav ul li{
    margin:0 1vw;
}
header a:hover{
    color:#BD8953;
    transition: .3s;
}
header .box01 nav ul li img{
    width:25px;
}
header .box02{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width:50%;
}
header .box02 .locale-box{
    margin:20px 0 0 0;
}