@charset "UTF-8";

/* Scss Document */
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    font-size: 1.4rem;
    font-family: "Univers Next W01 Medium", "Roboto", "中ゴシックBBB", sans-serif;
    color: #555555;
    line-height: 1.6;
    min-width: 960px;
    position: relative;
}

.break {
    display: block;
}

input {
    font-family: "Univers Next W01 Medium", "中ゴシックBBB", sans-serif;
}

.mgTop {
    margin-top: 155px;
}

.pc .overflow-x {
    width: 100%;
    overflow: visible !important;
}

p {
    color: #555555;
    line-height: 1.8;
}

h1 {
    font-size: 3rem;
}

h2 {
    font-size: 2.2rem;
}

h3 {
    font-size: 1.8rem;
}

h4 {
    font-size: 1.6rem;
}

h5 {
    color: #a9894a;
}

p {
    font-size: 1.4rem;
}

a {
    color: #555555;
}

em {
    font-style: italic;
}

strong {
    font-family: Midashi Go MB31;
}

.sp .sp_hide {
    display: none;
}

.pc .pc_hide {
    display: none;
}

main {
    padding-top: 120px;
    overflow: visible;
}

main.is-alert-on {
    margin-top: 0;
    padding-top: 120px;
}

.cont960 {
    width: 960px;
    margin: auto;
}

.cont960 h2 {
    color: #a9894a;
    margin: 60px 0;
}

#top02 {
    background: #a9894b;
    padding-bottom: 80px;
}

a.pagetop {
    position: absolute;
    top: -60px;
    right: 20px;
    width: 30px;
    height: 30px;
    background: #a9894a;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    z-index: -1;
}

a.pagetop.show {
    opacity: 1;
    z-index: 9995;
}

.pc a.pagetop {
    position: fixed;
    top: auto;
    bottom: 200px;
}

.pc #footer2 a.pagetop {
    bottom: 70px;
}

a.pagetop:hover {
    opacity: 1;
    background: #90743c;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a.pagetop span:first-child {
    border-bottom: 1px solid #fff;
    height: 18px;
    display: block;
    width: 11px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 0px;
    left: 0;
}

a.pagetop span:nth-child(2) {
    border-bottom: 1px solid #fff;
    height: 18px;
    display: block;
    width: 11px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 0;
}

.inline {
    display: inline;
}

.txt-center {
    text-align: center;
}

/*Translation*/
.en_txt {
    display: none;
}

/*burger mwnu*/
nav#burger_nav {
    position: fixed;
    left: -280px;
    top: 0;
    width: 280px;
    background: #a9894a;
    height: 100%;
    -webkit-overflow-scrolling: touch;
}

ul.burger_menu {
    position: absolute;
    top: 100px;
    left: 20px;
    text-align: left;
    width: 80%;
}

ul.burger_menu li {
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
    padding-bottom: 10px;
    /*opacity: 0;*/
    margin-left: -30px;
}

ul.burger_menu li.jp_hide {
    display: none;
}

ul.burger_menu li.sub {
    border: none;
    margin-bottom: 5px;
    padding-bottom: 3px;
}

ul.burger_menu li.sub:nth-of-type(9) {
    margin-top: 20px;
}

ul.burger_menu li.sub a {
    font-size: 1.4rem;
}

p.message_open {
    font-size: 1.4rem;
    position: absolute;
    right: 15px;
    top: 9px;
    color: #A9894C;
}

.lang_list_sp li {
    /*opacity: 0;*/
    margin-left: -30px;
}

.burger_menu li span {
    display: inline-block;
    padding-right: 10px;
    width: 40px;
    vertical-align: text-bottom;
    text-align: center;
}

.burger_menu li span img {
    display: inline-block;
    vertical-align: middle;
}

ul.burger_menu li a {
    color: #fff;
    display: block;
}

.menu-trigger {
    position: absolute;
    left: 20px;
    top: 27px;
    width: 30px;
    height: 15px;
    z-index: 99999;
}

.menu-trigger_02 {
    position: absolute;
    left: 20px;
    top: 35px;
    width: 30px;
    height: 15px;
    z-index: 99999;
}

.menu-trigger_02 span {
    background: #fff;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
}

.menu-trigger_02 span:nth-of-type(2) {
    left: 0px !important;
}

.pc .menu-trigger:hover span:nth-of-type(1) {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}

.pc .menu-trigger:hover span:nth-of-type(3) {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.menu-trigger.active span:nth-of-type(2) {
    left: 0px !important;
}

.menu-trigger,
.menu-trigger span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    box-sizing: border-box;
}

.menu-trigger.active {
    opacity: 0;
    pointer-events: none;
}

.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #555555;
}

.menu-trigger span:nth-of-type(1) {
    top: 0;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.menu-trigger span:nth-of-type(2) {
    top: 7px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.menu-trigger span:nth-of-type(3) {
    bottom: 0;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.menu-trigger span:nth-of-type(2)::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #555555;
}

.menu-trigger_02 span:nth-of-type(1) {
    -webkit-transform: translate(50%) scale(0) !important;
    transform: translate(50%) scale(0) !important;
    background-color: #fff;
}

.menu-trigger_02 span:nth-of-type(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff;
}

.menu-trigger_02 span:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #fff;
}

.burger_absolute {
    position: absolute;
}

.btn_arrow {
    position: relative !important;
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle;
    text-decoration: none;
}

.icon_foot_fb,
.icon_foot_tw {
    position: relative !important;
    display: inline-block;
    padding-left: 15px;
    vertical-align: middle;
    text-decoration: none;
}

.icon_foot_fb:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 17px;
    background: url("../images/footer/foot_fb.png") no-repeat center center;
    background-size: cover;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.icon_foot_tw:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -3px;
    width: 14px;
    height: 12px;
    background: url("../images/footer/foot_tw.png") no-repeat center center;
    background-size: cover;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn_arrow::before,
.btn_arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.btn_arrow::before {
    left: 0px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.gold.btn_arrow::before {
    border-top: 1px solid #a9894a;
    border-right: 1px solid #a9894a;
}

.black.btn_arrow::before {
    border-top: 1px solid #555555;
    border-right: 1px solid #555555;
}

.red {
    color: red;
}

#access .red {
    margin-bottom: 30px;
}

#access .map_warp {
    margin-bottom: 0;
}

#access .map_img {
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

#access .map_img:hover {
    opacity: 0.8;
}

#access .view_detail {
    position: relative;
    top: 0;
}

#access .addres a {
    color: #a9894a;
    text-decoration: underline;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

#access .addres a:hover {
    opacity: 0.7;
}

#access .point_img_2 {
    width: 50%;
    margin-left: 20px;
    padding-top: 8px;
}
#access .point_img_2 picture {
    display: block;
    width: 70%;
}
#access .point_img_2 picture:nth-of-type(2) {
    margin-top: -80px;
    margin-left: 80px;
}

/*sitemap*/
#sitemap .cat-item {
    position: relative !important;
    padding-left: 10px;
    vertical-align: middle;
    text-decoration: none;
}

#sitemap .cat-item::before,
#sitemap .cat-item::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

#sitemap .cat-item::before {
    left: 0px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#sitemap .cat-item::before {
    border-top: 1px solid #555555;
    border-right: 1px solid #555555;
}

/*hover*/
.hover01 {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.hover01:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.hover01:hover img {
    opacity: 0.7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.hover01 img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.hover03 img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.hover03:hover img {
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

/*hover02*/
.hover02 {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.hover02:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #90743c;
}

/* effect-shine */
.effect-shine {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a.effect-shine:hover {
    /*-webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, 0.6) 30%, #000 50%, rgba(0, 0, 0, 0.6) 70%);
  -webkit-mask-size: 200%;
  animation: shine 2s infinite;*/
    opacity: 0.7;
}

@-webkit-keyframes shine {
    from {
        -webkit-mask-position: 150%;
    }

    to {
        -webkit-mask-position: -50%;
    }
}

/* effect-shine */
/*header*/
header {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
}

header.header_absolute {
    position: absolute;
    top: 0;
}

header h1 img {
    width: 170px;
    height: 30px;
}

header h1 {
    padding-bottom: 21px;
    border-bottom: 1px solid #e5dbc8;
    background: #fff;
}

header h1 a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

header h1 a:hover {
    opacity: 0.7;
}

header form#siteSearch {
    display: inline-block;
    margin-right: 10px;
    position: relative;
}

.alert_wrap {
    width: 960px;
    margin: 0 auto;
    background-color: #a9894a;
    padding: 10px 20px;
}

.alert_wrap,
.alert_wrap p {
    color: #FFF;
    font-size: 1.3rem;
}

.alert_wrap a {
    color: #FFF;
    text-decoration: underline;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 1.3rem;
}

.alert_wrap a:hover {
    opacity: 0.7;
}

p.alert_ttl {
    padding-top: 7px;
    color: #fff;
    font-size: 1.6rem;
    border: 1px solid #fff;
    width: 200px;
}

p.alert_content {
    font-size: 1.3rem;
    color: #fff;
    width: 640px;
    text-align: center;
    margin: 0 auto;
}

input.serch_input {
    width: 0px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-bottom: 1px solid #ccc;
    font-size: 1.2rem;
}

#searchsubmit {
    display: none;
    position: absolute;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
    background-image: url(../images/header/arrow_search-01.svg);
    background-repeat: no-repeat;
    background-color: transparent;
    top: 5px;
    right: 0;
    cursor: pointer;
}

.serch_open {
    width: 150px !important;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.form_wrap {
    position: absolute;
    right: 20px;
    top: 25px;
}

.form_wrap>div {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

.form_wrap a {
    vertical-align: top;
    display: inline-block;
}

ul.lang_list {
    position: absolute;
    z-index: 999;
    width: 90px;
    overflow: hidden;
    height: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-top: 5px;
    right: 0;
}

ul.lang_list.lang_open {
    height: 143px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

ul.lang_list li {
    background-color: #a9894a;
    border-bottom: 1px solid #bfa16b;
}

ul.lang_list li a {
    color: #fff;
    font-size: 1.2rem;
    display: block;
    padding: 4px 0;
}

.language {
    display: inline-block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding-right: 15px;
    position: relative;
    text-transform: capitalize;
}

.language:hover,
.language.is-active {
    color: #a9894a;
}

.language::before,
.language::after {
    content: "";
    position: absolute;
    top: -1px;
    bottom: 0;
    right: 2px;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.language::before {
    content: "";
    right: 2px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #555;
    border-right: 2px solid #555;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.language:hover::before,
.language.is-active:before {
    border-color: #a9894a;
}

/*.language:after {
  content: url(../images/header/lang_icon.png);
  display: inline-block;
  margin-left: 10px; }*/
.serch img {
    width: 25px;
    height: 25px;
}

#navigation ul {
    padding-top: 15px;
}

#navigation ul li {
    display: inline-block;
    margin-right: 70px;
}

#navigation ul li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: block;
    text-transform: uppercase;
}

#navigation ul li a:hover {
    color: #a9894a;
}

#navigation ul li:last-child {
    margin-right: 0px;
}

#navigation {
    position: relative;
    height: 50px;
    overflow: hidden;
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    background: none;
}

li.current-item a {
    color: #a9894a;
}

#slide-line {
    position: absolute;
    top: 0px;
    height: 0px;
    background-color: #a9894a;
    -webkit-transition: left 0.5s ease, width 0.5s ease, height 0.3s ease;
    transition: left 0.5s ease, width 0.5s ease, height 0.3s ease;
}

.subnav {
    margin-bottom: 15px;
}

.subnav_list li {
    display: inline-block;
    margin-right: 45px;
    margin-top: 20px;
}

.subnav_list li img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.subnav_list li a {
    display: block;
}

.subnav_list li span {
    display: block;
    color: #a9894a;
    margin-top: 15px;
    margin-top: 5px;
}

.subnav_list li.podcast_nav span,
.subnav_list li.shopguide_nav span {
    letter-spacing: -1px;
}

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

.subnav_time {
    padding: 12px 0 2px;
    text-align: center;
}

.subnav_time span {
    padding: 0 15px;
}

.subnav_time img {
    width: 15px;
    margin-right: 2px;
    vertical-align: text-bottom;
}

img.subnav01,
.subnav02,
.subnav03,
.subnav04,
.subnav05,
.subnav06,
.subnav09 {
    width: 60px;
    height: 36px;
}

#top02 .view_all:after {
    content: "";
    background-image: url(../images/top/view_arrow.png);
    background-position: center;
    background-size: 100%;
    position: absolute;
    right: -2px;
    top: -2px;
    height: 37px;
    width: 20px;
    background-color: #90743c;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background-size: 100%;
}

#news #top02 .view_all:after,
#shop .search_more1:after,
#shop .search_more2:after {
    content: "";
    background-image: url(../images/top/more_arrow.png);
    background-position: center;
    position: absolute;
    right: -2px;
    top: -2px;
    height: 37px;
    width: 20px;
    background-color: #90743c;
    background-size: 10px;
    background-repeat: no-repeat;
}

#single02 .view_all:after {
    content: "";
    background-image: url(../images/top/view_arrow.png);
    background-position: center;
    background-size: 100%;
    position: absolute;
    right: -9px;
    top: 7px;
    height: 20px;
    width: 35px;
    background-color: #90743c;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background-size: 70%;
}

.single_related {
    margin: 60px 0;
}

.single_related h3 {
    color: #a9894a;
}

.single_related h4 {
    text-align: left;
}

.single_related ul li {
    margin-top: 20px;
}

.single_related_left {
    float: left;
    display: inline-block;
    width: 16%;
    position: relative;
}

.single_related_left img {
    width: 100%;
    height: auto;
}

p.single_related_cap {
    margin-bottom: 5px !important;
    /* background: #fff; */
    display: inline-block;
    padding: 0;
    vertical-align: top;
    font-size: 1.1rem;
    color: #555;
}

.single_left p.single_related_author {
    font-size: 1.3rem;
    color: #555;
    margin-top: 0;
}

.single_related_right {
    float: left;
    display: inline-block;
    width: 84%;
    vertical-align: top;
    padding-left: 20px;
    text-align: left;
}

.single_related ul li a {
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.single_related ul li .single_related_left:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #a9894a;
    opacity: 0;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.single_related ul li a:hover .single_related_left:after {
    opacity: 0.7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.single_related ul li a:hover .single_related_right {
    opacity: 0.6;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#news_detail .intro_block {
    width: 800px;
    background: #FFF;
    padding: 30px 40px;
    margin: -100px auto 30px;
    z-index: 100;
    position: relative;
}

#news_detail .intro_block .left {
    width: 25%;
    float: left;
}

#news_detail .intro_block .left img {
    margin-top: -15px;
    width: 100%;
    border-style: none;
}

#news_detail .intro_block .right {
    width: 75%;
    float: left;
    text-align: left;
}

#news_detail .intro_block h3 {
    padding-left: 20px;
}

#news_detail .intro_block p {
    width: 100%;
    float: right;
    text-align: left;
    padding-left: 20px;
}

#news_detail .intro_block .right h3 {
    letter-spacing: 0.05em;
}

#news_detail .editors_prof .prof_img {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin-right: 20px;
}

#news_detail .editors_prof .prof_img img {
    width: 100%;
}

#news_detail .editors_prof {
    margin: 30px 0;
}

#news_detail .editors_prof .prof_txt {
    width: calc(100% - 120px);
    float: left;
    text-align: left;
}

#news_detail .editors_prof .prof_txt h4 {
    font-size: 1.4rem;
    margin-bottom: 5px;
}

#news_detail .editors_prof .prof_txt .insta {
    margin: 10px 0;
    display: inline-block;
    text-decoration: underline;
}

#news_detail .editors_prof .prof_txt .insta img {
    width: 16px;
    height: auto;
    position: relative;
    top: -3px;
    margin-right: 5px;
}

#news_detail .gallery {
    max-width: none;
}

#news_detail .gallery figure img {
    width: 100%;
    height: auto;
}

#news_detail .bx-wrapper .bx-pager.bx-default-pager a {
    background: #a9894a;
    border: 1px solid #a9894a;
    width: 7px;
    height: 7px;
    transition: 0.3s;
}

#news_detail .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: transparent;
    width: 14px !important;
    height: 14px !important;
    transition: 0.3s;
}

.sp-slide a {
    display: block;
}

.sp-slide .g6editors_illust {
    width: 165px;
    margin-right: 8px;
    display: inline-block;
    position: relative;
    top: -7px;
}

.sp-slide .g6editors_illust img {
    width: 100%;
}

.sp-slide .g6editors_title {
    display: inline-block;
    width: calc(80% - 160px);
}

.h1_style {
    color: #a9894a;
    margin: 60px 0 40px;
}

.search_wrap .h1_style {
    margin: 0 0 30px;
}

.h1_style span {
    display: block;
    color: #333333;
    font-size: 1.4rem;
    margin-top: 5px;
}

#top02 h3 {
    color: #a9894a;
    margin-top: 40px;
    margin-bottom: 30px;
}

.cate_list {
    margin: 0 auto 25px;
    *zoom: 1;
    list-style: none;
    display: inline-block;
    position: relative;
    z-index: 20;
    width: 1100px;
}

.cate_list>li {
    width: 273px;
    height: 50px;
    position: relative;
    text-align: center;
    margin: 0 1px 2px;
    float: left;
}

.cate_list>li:first-of-type {
    /*margin-left: 0px;*/
}

.cate_list>li:last-of-type {
    margin-right: 0px;
}

.cate_list li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

ul.cate_list li a {
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-size: 1.6rem;
    display: block;
    height: 100%;
    padding-top: 10px;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.more .more_arrow {
    position: relative;
    width: 17px;
    top: -5px;
    margin-left: 5px;
}

.bg_gold {
    content: "";
    background-color: #a9894a;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
}

span.cat_name {
    z-index: 99;
    position: absolute;
    top: 14px;
    left: 0;
    right: 0;
    margin: auto;
}

.cate_list:before,
.cate_list:after {
    content: "";
    display: table;
}

.cate_list:after {
    clear: both;
}

.cate_list>a {
    display: block;
    padding: 10px 20px;
    line-height: 1.2em;
    color: #fff;
    border-left: 1px solid #a9894a;
}

.cate_list a:hover,
.cate_list li.is-active a {
    text-decoration: none;
    background: #a9894a;
    color: #fff;
}

.cate_list a.more>img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.cate_list a.more:hover>img {
    opacity: 0;
}

.cate_list li ul a {
    border: none;
}

.cate_list li ul a:hover {
    background: rgba(0, 0, 0, 0.2);
}

.cate_list li ul {
    /*border-top: 1px solid #bfa16b;*/
    background: #a9894a;
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 1;
}

.cate_list li ul li {
    position: relative;
    text-align: center;
    width: 273px;
    overflow: hidden;
    height: 0;
    text-align: left;
    -webkit-transition: height 150ms ease-in;
    transition: height 150ms ease-in;
    color: #a9894a;
}

.cate_list li ul li:last-child {
    border: none;
}

.cate_list li ul li a {
    font-size: 1.4rem;
    padding-top: 5px;
    padding-left: 10px;
}

/*.cate_list > li:hover ul li {
    height: 36px;
    border-bottom: 1px solid $lighter;
    }*/
.dropdown2 {
    height: 36px !important;
    border-bottom: 1px solid #bfa16b;
}

label {
    display: inline-block;
}

input[type=checkbox].on-off {
    display: none;
}

.menu ul {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu li {
    padding: 5px;
}

input[type=checkbox].on-off+ul {
    height: 0;
    overflow: hidden;
}

input[type=checkbox].on-off:checked+ul {
    height: 200px;
}

.img_midium {
    margin-bottom: 30px;
}

.img_midium img {
    width: 100%;
    height: auto;
}

.news_wrap {
    width: 1100px;
    margin: 30px auto 0;
}

h2.news_sub {
    margin-bottom: 35px;
    font-size: 2rem;
    color: #a9894a;
    margin-top: 30px;
}

h2.news_sub span {
    display: block;
    font-size: 1.4rem;
    color: #555555;
    margin-top: 5px;
}

.news_list {
    width: calc(100% + 43px);
    margin-right: -43px;
}

.news_list li {
    position: relative;
    width: 338px;
    overflow: hidden;
    display: inline-block;
    margin-right: 40px;
    vertical-align: top;
    /*padding-bottom: 30px;*/
}

.news_list .thumb_wrap {
    position: relative;
}

.news_list .thumb_wrap.editors:before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/news/news-shadow.png);
    background-size: contain;
}

.news_list .thumb_wrap .editors_illust {
    position: absolute;
    bottom: 3px;
    left: 3px;
    width: 40%;
    height: auto;
}

#single02 .news_list {
    width: calc(100% + 30px);
    margin-right: -30px;
}

#single02 .news_list li {
    width: 300px;
    margin-right: 27px;
}

.pc .news_list_top.news_list li {
    margin-right: 40px;
}

.news_list li>img {
    height: 100%;
    width: auto;
}

.news_list {
    text-align: left;
    margin-bottom: 30px;
}

.news_list li img {
    width: 100%;
    height: auto;
}

ul.news_list li a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #a9894a;
    width: 100%;
}

ul.news_list li>a {
    border: 1px solid #eee;
}

ul.news_list li h4 a:hover {
    /* color: #90743c;*/
    opacity: 0.7;
}

.news_list li>a:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #a9894a;
    opacity: 0;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

p.no_cat_txt {
    text-align: center;
    height: 34vh;
}

li.post .shop_meta {
    margin-bottom: 15px;
}

li.post .shop_meta .editor_position {
    padding-left: 10px;
}

.access_info .access_map_img a {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.access_info .access_map_img span {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.access_info .access_map_img:hover span {
    opacity: 0.7;
}

.access_info .access_map_img a:after {
    content: "";
    width: 100%;
    height: 220.5px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #a9894a;
    opacity: 0;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    margin: 10px 0;
}

ul.news_list li a:hover:after,
.pc .access_info .access_map_img a:hover:after {
    opacity: 0.7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

ul.news_list li a:hover .caption {
    opacity: 1;
    top: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
    z-index: 1;
}

.news_thumb {
    width: 100%;
}

span.news_end {
    font-size: 1.1rem;
    margin-left: 9px;
    white-space: nowrap;
    vertical-align: middle;
    position: relative;
    color: #a9894a;
}

.news_end {
    position: relative;
    text-decoration: line-through;
}

/*.news_end:before {
  content: "";
  border-bottom: 1px solid #555;
  width: 72%;
  position: absolute;
  top: 55%;
  left: 0; }*/
.news_end:after {
    content: "[終了しました]";
    display: inline-block;
    font-size: 1.1rem;
    margin-left: 5px;
    color: #a9894a;
}

.caption {
    position: absolute;
    top: 53%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    font-size: 1.1rem;
    opacity: 0;
    color: #fff;
    letter-spacing: 1px;
}

.fb_icon {
    width: 7px !important;
    height: 13px !important;
    display: inline-block;
    margin-right: 10px;
}

.fb_icon img {
    width: 100%;
    height: auto;
    display: block;
}

li.post h4 {
    font-size: 1.3rem;
}

.txt_wrap {
    text-align: left;
    margin-top: 5px;
}

.txt_wrap h4 {
    display: inline-block;
    /* float: left; */
    /* width: calc(100% - 37px - 5px); */
    word-wrap: break-word;
    margin-bottom: 5px;
}

.shop_InfoInner .txt_wrap {
    margin-top: 0px;
}

.txt_wrap h4 a {
    display: block !important;
}

span.jp_txt {
    display: block;
}

.sns_wrap {
    display: inline-block;
    float: right;
    width: 37px;
    text-align: right;
}

.sns_wrap a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.sns_wrap a:hover {
    opacity: 0.7;
}

.tw_icon {
    width: 15px !important;
    height: 11px !important;
    display: inline-block;
}

.tw_icon img {
    width: 100%;
    height: auto;
    display: block;
}

.shop_meta hr {
    border-top: 1px solid #dddddd;
}

.brand_name {
    padding-top: 10px;
    line-height: 1.4;
    font-size: 1.3rem;
}

.admin_txt {
    font-size: 1.2rem;
    margin-top: 15px;
}

.brand_name:before {
    content: url(../images/news/shopbag.svg);
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: text-bottom;
}

span.clock_icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: super;
    margin-right: 2px;
}

span.clock_icon img {
    border: none;
    text-align: left;
}

p.open {
    display: inline-block;
    white-space: nowrap;
    font-size: 1.2rem;
}

.txt_inner.clfix {
    /*padding-bottom: 5px;*/
}

span.cate_cap {
    display: inline-block;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    padding: 4px 8px;
    font-size: 1.1rem;
    color: #a9894a;
    z-index: 1;
}

.view_all {
    width: auto;
    height: 37px;
    display: inline-block;
    margin: 0 auto;
    background: #a9894a;
    color: #fff;
    padding: 7px 60px 7px 40px;
    position: relative;
    border: 2px solid #a9894a;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    line-height: 1.2;
    cursor: pointer;
}

.view_all:hover,
.view_detail:hover {
    background: #90743c;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-color: #90743c;
    opacity: 1 !important;
}

.view_all:after {
    content: "";
    background-image: url(../images/top/view_arrow.png);
    background-position: center;
    background-size: 100%;
    position: absolute;
    right: -2px;
    top: -1px;
    height: 35px;
    width: 20px;
    background-color: #90743c;
}

.alm-btn-wrap {
    margin-top: 30px;
    text-align: center;
    width: 960px;
}

.alm-load-more-btn.done {
    display: none !important;
}

section#top03 {
    width: 100%;
    padding-top: 0;
    padding-bottom: 140px;
    background-color: #fbf8f0;
}

p.artist_credit {
    float: right;
    margin-right: 40px;
    margin-top: -90px;
    font-size: 1rem;
    text-align: left;
    line-height: 1.4rem;
}

@media screen and (max-width: 1280px) {
    p.artist_credit {
        margin-top: -70px;
    }

    #top01 h3.slide_ttl {
        left: 180px;
    }

    .sp-slide .g6editors_illust {
        width: 125px;
    }

    #top01 h3.slide_ttl {
        font-size: 2.2rem;
    }

    #top01 h3.thum_ttl {
        font-size: 1.4rem;
        left: 10px;
        width: 70%;
    }
}

.contents {
    position: relative;
    margin: 0 0 10% 0;
    padding: 0px;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
    width: 100%;
    overflow: hidden;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    max-height: 520px;
    /*height: 425px;*/
    /* padding-bottom:25%;*/
}

.contents_before {
    content: "";
    position: absolute;
    top: 0 !important;
    left: 0;
    width: 100%;
    padding-bottom: 66.999%;
    background-image: url(../images/top/visual1.webp);
    background-position: bottom center;
    background-size: cover;
    background-attachment: fixed;
    z-index: -1;
    -webkit-transform: skewY(10deg);
    transform: skewY(10deg);
    background-repeat: no-repeat;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.contents_inner {
    box-sizing: boder-box;
    width: 100%;
    max-width: 640px;
    height: 100%;
    margin: 0 auto;
    padding: 100px 10px 120px;
    color: #fff;
    text-align: center;
}

.header-sns {
    text-align: right;
    margin: -24px 20px 0 0;
}

/* DEMO 2 */
.wrapper-dropdown-2 {
    /* Size and position */
    position: relative;
    /* Enable absolute positionning for children and pseudo elements */
    width: 230px;
    margin: 5px auto 0;
    border: 1px solid #dddddd;
    /* Styles */
    background: #fff;
    cursor: pointer;
    outline: none;
    padding: 5px;
}

.AtoW_btn {
    position: relative;
    /* Enable absolute positionning for children and pseudo elements */
    width: 170px;
    margin: 5px auto 0;
    border: 1px solid #dddddd;
    background: #fff;
    cursor: pointer;
    outline: none;
    padding: 5px;
}

.AtoW_btn:before {
    content: "";
    position: absolute;
    right: 7px;
    border-bottom: 1px solid #a9894a;
    width: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 12px;
}

.AtoW_btn:after {
    content: "";
    position: absolute;
    right: 7px;
    border-bottom: 1px solid #a9894a;
    width: 8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 17px;
}

.wrapper-dropdown-2:after {
    background-size: contain;
    background-position: center;
    content: "";
    background-image: url(../images/top/serach_arrow.png);
    background-position: center;
    background-size: 50%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 27px;
    background-color: #a9894a;
    background-repeat: no-repeat;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.wrapper-dropdown-2:hover:after {
    background-color: #90743c;
}

.wrapper-dropdown-2 .dropdown {
    /* Size & position */
    position: absolute;
    top: 100%;
    left: 0;
    right: 0px;
    /* Styles */
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    list-style: none;
    z-index: 10;
    border: none;
}

.wrapper-dropdown-2 .dropdown li {
    background: #a9894a;
    height: 0px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
}

.drop2_open ul li {
    height: 40px !important;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-bottom: 1px solid #BFA16E;
    padding-top: 0px;
}

.wrapper-dropdown-2 .dropdown li a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 10px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.wrapper-dropdown-2 .dropdown li i {
    margin-right: 5px;
    color: inherit;
    vertical-align: middle;
}

/* Hover state */
.wrapper-dropdown-2 .dropdown li:hover a {
    background: #90743c;
}

/* Active state */
.wrapper-dropdown-2.active:after {
    border-width: 0 6px 6px 6px;
}

.wrapper-dropdown-2.active .dropdown {
    opacity: 1;
    pointer-events: auto;
    z-index: 999;
}

/* No CSS3 support */
.no-opacity .wrapper-dropdown-2 .dropdown,
.no-pointerevents .wrapper-dropdown-2 .dropdown {
    display: none;
    opacity: 1;
    /* If opacity support but no pointer-events support */
    pointer-events: auto;
    /* If pointer-events support but no pointer-events support */
}

#top04 {
    background: #fbf8f0;
    position: relative;
    height: 400px;
}

/* カスタム  */
#top04 .search_box {
    padding: 12px 20px 15px;
    background: #fff;
}

#top04 .search_box dl {
    border-bottom: 1px dotted #dddddd;
    margin: 0 10px;
    width: calc(100% - 20px);
    padding-bottom: 5px;
    display: block;
}

#top04 .search_box dt {
    display: inline-block;
    color: #a9894a;
    text-align: left;
    height: 55px;
    float: left;
    padding-top: 20px;
}

#top04 .wrapper-dropdown-2 {
    position: relative;
    width: 230px;
    margin: 5px auto 0;
    border: 1px solid #dddddd;
    background: #fff;
    cursor: pointer;
    outline: none;
    padding: 5px;
}

#top04 .search_box dd {
    display: inline-block;
    text-align: left;
    font-size: 1.3rem;
    padding-top: 10px;
    float: right;
}

#top04 .keyword_list li {
    margin-top: 10px;
    margin-right: 8px;
    text-align: center;
    padding: 2px 2px 2px 0;
}

/*カスタム  */
.AtoW_btn {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.AtoW_btn:hover {
    color: #a9894a;
    border-color: #a9894a;
}

#top04 .floor_btn {
    text-align: center;
}

#top04::before {
    content: "";
    position: absolute;
    width: 100%;
    background-size: contain;
    height: 100%;
    top: 200px;
    left: 0;
    z-index: -1;
    background-color: #fbf8f0;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
}

.search_box {
    padding: 12px 20px 15px;
    background: #fff;
}

.search_box input[type=submit] {
    position: absolute;
    top: 10px;
    background-color: #a9894a;
    width: 27px !important;
    height: 32px;
    right: 0;
    display: block;
    z-index: 5;
    background-color: transparent;
    cursor: pointer;
}

.search_box dl {
    border-bottom: 1px dotted #dddddd;
    margin: 0 10px;
    width: calc(100% - 20px);
    padding-bottom: 5px;
}

.search_box dt {
    display: inline-block;
    color: #a9894a;
    text-align: left;
    height: 55px;
    float: left;
    padding-top: 20px;
}

.search_box dd {
    display: inline-block;
    text-align: left;
    font-size: 1.3rem;
    padding-top: 10px;
    float: right;
}

.search_wrap {
    width: 1040px;
    margin: 0 auto;
    position: relative;
}

.left_search {
    /* float: left; */
    width: 550px;
    background: #fff;
    z-index: 36;
    position: absolute;
}

.left_search .AtoW_btn {
    width: 230px;
}

.search_wrap h1 {
    text-align: left;
    margin-left: 20px;
    margin-bottom: 20px;
}

.floor_btn li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #a9894a;
}

.floor_btn li a {
    color: #FFF;
    position: relative;
    top: 6px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    font-size: 1.2rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.floor_btn li:hover {
    background: #90743c;
}

.floor_btn li:hover a {
    color: #FFF;
}

.search_box .free_word {
    position: relative;
}

#top04 .search_box .free_word {
    margin: 5px 0 0;
    height: 42px;
}

.free_word input {
    border: 1px solid #dddddd;
}

#top04 .search_box .free_word input {
    width: 230px;
    padding: 5px;
    height: 32px;
}

.free_word:after {
    background-size: contain;
    background-position: center;
    content: "";
    background-image: url(../images/top/serch_icon.png);
    background-position: center;
    background-size: 50%;
    position: absolute;
    right: 0;
    top: 10px;
    height: 31px;
    width: 27px;
    background-color: #a9894a;
    background-repeat: no-repeat;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#top04 .search_box .free_word.is-hover:after {
    background-color: #90743c;
}

#top04 .search_box .keyword_dl {
    border-bottom: none !important;
}

#top04 .search_box .keyword_dl dt,
#top04 .search_box .keyword_dl dd {
    display: block !important;
    float: none !important;
}

#top04 .search_box .keyword_dl dd {
    margin-top: -30px;
}

#top04 .search_box ul.keyword_list {
    text-align: left;
    margin: auto;
    line-height: 0.9;
}

#floor .alert {
    color: #555;
    display: inline-block;
    padding-top: 10px;
}

#floor #topSlide {
    width: 960px;
    margin: auto;
    height: calc(100vw / 16 * 9);
    max-height: calc(960px / 16 * 9);
}

#floor #topSlide .slider_with_controler {
    width: 100%;
}

#floor #topSlide h3.slide_ttl {
    font-size: 1.8rem;
}

#floor #topSlide .g6editors_illust {
    width: 100px;
}

#floor #topSlide h3.slide_ttl {
    bottom: 10px;
}

#floor #topSlide .slide_assets_set {
    bottom: 6px;
}

#floor #topSlide .slide_run a:before {
    height: 130%;
}

#floor #topSlide .swiper-slide {
    background: #000;
}

.search_box .keyword_list li {
    display: inline-block;
    color: #fff;
    margin-top: 10px;
    margin-right: 8px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 2px 2px 2px 0;
    /*height: 30px;*/
}

.search_box .keyword_list li a {
    display: block;
    color: #a9894a;
    font-size: 1.2rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
    text-decoration: underline;
}

.search_box .keyword_list li a:hover {
    opacity: 0.7;
}

.search_box .keyword_list li a span {
    display: block;
    width: 100%;
    margin-bottom: 3px;
}

.search_box .keyword_list li.keyword_list_more a {
    color: #a9894a;
    text-decoration: underline;
    position: relative;
    font-size: 1.2rem;
    /*top: 8px;*/
}

.right_search {
    width: 580px;
    position: absolute;
    right: 0;
    top: 10px;
    overflow: hidden;
}

.right_search img {
    width: 100%;
    height: auto;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.naname {
    width: 200%;
    height: 450px;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    margin-left: -500px;
    background: #fbf8f0;
    position: relative;
    top: 197px;
    z-index: -1;
}

section#top05 {
    padding-top: 280px;
    padding-bottom: 80px;
    margin-top: 0;
}

.floor_wrap.clfix {
    width: 850px;
    margin: 60px auto;
}

.floor_left {
    width: 435px;
    float: left;
    position: relative;
}

.floor_left img {
    width: 100%;
    height: auto;
}

.floor_right {
    width: 61px;
    float: left;
    margin-left: 40px;
}

.floor_right img {
    width: 100%;
}

.floor_list li.no_link {
    cursor: default;
}

.floor_list li.no_link:hover {
    opacity: 0.7;
    background: none;
}

.floor_list li.no_link:hover {
    color: #555;
}

ul.floor_list {
    float: left;
    width: 290px;
    /*margin-left: 20px;*/
    text-align: left;
    font-size: 1.3rem;
}

ul.floor_list li {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding-left: 5px;
}

ul.floor_list li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

ul.floor_list li:hover a {
    color: #fff;
}

ul.floor_list li:hover {
    background-color: #a9894a;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

ul.floor_list lihover a {
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

ul.floor_list li:first-child {
    margin-top: -5px;
}

ul.floor_list li:nth-child(2) {
    margin-top: 5px;
}

ul.floor_list li:nth-child(3) {
    margin-top: 50px;
}

ul.floor_list li:nth-child(4) {
    margin-top: 72px;
}

ul.floor_list li:nth-child(5) {
    margin-top: 5px;
}

ul.floor_list li:nth-child(6) {
    margin-top: 5px;
}

ul.floor_list li:nth-child(7) {
    margin-top: 7px;
}

ul.floor_list li:nth-child(8) {
    margin-top: 6px;
}

ul.floor_list li:nth-child(9) {
    margin-top: 5px;
}

ul.floor_list li:nth-child(10) {
    margin-top: 6px;
}

ul.floor_list li:nth-child(11) {
    margin-top: 6px;
}

ul.floor_list li:nth-child(12) {
    margin-top: 6px;
}

ul.floor_list li:nth-child(13) {
    margin-top: 5px;
}

.floor_bar01 {
    position: absolute;
    opacity: 0;
    right: 1px;
    top: 0;
    width: 404px !important;
}

.floor_bar02 {
    position: absolute;
    opacity: 0;
    right: 1px;
    width: 404px !important;
}

.pc .on_b4f {
    top: 407px;
    opacity: 1;
}

.pc .on_b3f {
    top: 381px;
    opacity: 1;
}

.pc .on_b2f {
    top: 355px;
    opacity: 1;
}

.pc .on_b1f {
    top: 329px;
    opacity: 1;
}

.pc .on_1f {
    top: 297px;
    opacity: 1;
}

.pc .on_2f {
    top: 273px;
    opacity: 1;
}

.pc .on_3f {
    top: 250px;
    opacity: 1;
}

.pc .on_4f {
    top: 226px;
    opacity: 1;
}

.pc .on_5f {
    top: 202px;
    opacity: 1;
}

.pc .on_6f {
    top: 178px;
    opacity: 1;
}

.pc .on_13f {
    opacity: 1;
    top: 17px;
    /*top: 28px;*/
}

.pc .on_RF {
    top: -5px;
    /*top: -8px;*/
    opacity: 1;
}

.no_hover {
    pointer-events: none;
}

.floor_search.serch_modal {
    display: none;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    z-index: 10000;
    border: none;
    width: 90%;
    max-width: 960px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 50px 30px;
    overflow: auto;
    height: 270px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.floor_search.serch_modal.long {
    height: 800px;
}

.modal_overlay {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

a.modal_close {
    width: 30px;
    height: 30px;
    border-left: 1px solid;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: block;
    position: relative;
    left: 5px;
    top: -35px;
}

a.modal_close:after {
    content: "";
    width: 30px;
    height: 30px;
    border-left: 1px solid;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    display: block;
    position: absolute;
    top: 15px;
    left: -15px;
}

section#top06 {
    width: 100%;
    padding-bottom: 85px;
}

#top06 .contents_before {
    background-image: url(../images/top/visual2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.menber_txt {
    line-height: 1.8;
    width: 700px;
    margin: 40px auto 60px;
}

#top07 {
    position: relative;
}

.app_inner:before {
    content: "";
    position: absolute;
    width: 100%;
    background-size: contain;
    height: 84%;
    top: 210px;
    left: 0;
    z-index: -1;
    background-color: #fbf8f0;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
}

.app_inner {
    padding-top: 40px;
    position: relative;
}

.app_left {
    text-align: left;
    float: left;
}

.app_right {
    float: right;
    width: 220px !important;
    position: relative;
}

.app_right .bx-wrapper {
    position: absolute;
    margin: 0 auto 60px;
    padding: 0;
    top: 43px;
    left: 23px;
    height: 80%;
    width: 78%;
}

.app_right .bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    top: 50%;
    right: -46px;
    width: 25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 110px;
    text-align: center;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
}

.app_right .bx-wrapper .bx-pager.bx-default-pager a {
    background-color: transparent !important;
    border: 4px solid #a9894a;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    vertical-align: middle;
}

.app_right .active {
    background: #a9894a !important;
    border: 1px solid #a9894a !important;
    width: 15px !important;
    height: 15px !important;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

img.iphone {
    width: 206px;
    position: relative;
}

.app_wrap {
    width: 860px;
    margin: 0 auto;
}

.app_left h2 {
    color: #a9894a;
    position: relative;
    padding-left: 70px;
    margin-bottom: 10px;
    line-height: 1.5;
}

.app_left h2:before {
    content: "";
    background-image: url(../images/top/feature01.png);
    position: absolute;
    left: 0;
    top: 50%;
    width: 45px;
    height: 55px;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.app_left a.view_detail {
    margin-top: 25px;
}

ul.top_app_list {
    margin-top: 25px;
}

.top_app_list li {
    margin-bottom: 7px;
    color: #a9894a;
    text-align: left;
    padding-left: 12px;
    position: relative;
}

.top_app_list li span img {
    width: 100%;
    height: auto;
    display: block;
    vertical-align: top;
}

.top_app_list li span {
    display: block;
    width: 6px;
    height: 7px;
    vertical-align: middle;
    margin-right: 5px;
    position: absolute;
    vertical-align: top;
    top: 49%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ginza_card {
    text-align: center;
}

a.view_detail {
    /* width: 165px; */
    height: 35px;
    display: inline-block;
    background: #a9894a;
    color: #fff;
    position: relative;
    margin-top: 30px;
    text-align: center;
    padding: 7px 34px 7px 16px;
    border: 2px solid #a9894a;
    line-height: 1.2;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    min-width: 130px;
}

a.view_detail:after {
    content: "";
    background-image: url(../images/top/view_arrow.png);
    background-position: center;
    background-size: 100%;
    position: absolute;
    right: -2px;
    top: -2px;
    height: 35px;
    width: 20px;
    background-color: #90743c;
}

.download_wrap {
    margin-top: 30px;
}

.appstore {
    width: 130px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

.appstore a,
.appstore img {
    width: 100%;
    display: block;
}

.googleplay {
    width: 130px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.googleplay a,
.googleplay img {
    width: 100%;
    display: block;
}

.googleplay a,
.appstore a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.googleplay a:hover,
.appstore a:hover {
    opacity: 0.8;
}

.card_left {
    text-align: left;
    float: left;
}

.card_right {
    float: right;
    text-align: left;
    width: 450px;
}

.card_right img {
    width: 220px;
    height: auto;
}

.card_wrap {
    width: 1080px;
    margin: 110px auto;
}

.card_right h2 {
    color: #a9894a;
    position: relative;
    padding-left: 70px;
    margin-bottom: 10px;
    line-height: 1.5;
}

.card_left img {
    width: 563px;
}

.card_right h2:before {
    content: "";
    background-image: url(../images/top/feature02.png);
    position: absolute;
    left: 0;
    top: 50%;
    width: 45px;
    height: 55px;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.card_right a.underline {
    display: inline-block;
    text-decoration: underline;
    margin: 20px 0 0;
    color: #A9894A;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.card_right .btn_arrow::before,
.card_right .btn_arrow::after {
    border-color: #A9894A;
}

.card_right a.underline:hover {
    color: #555;
}

footer {
    width: 100%;
    height: 350px;
    position: relative;
    background: #a9894a;
    z-index: 100;
}

footer#footer2 {
    height: 50px;
    position: relative;
    top: 0;
}

footer li,
footer li a {
    /*font-size: 13px;*/
    font-size: 1.4rem;
}

footer a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

footer a:hover {
    opacity: 0.7;
}

.copyright2 {
    position: absolute;
    right: 30px;
    top: 16px;
    font-size: 1.1rem;
    color: #fff;
}

ul.footer2 {
    margin-left: 0px;
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

ul.footer2 li {
    margin-left: 0px;
    width: auto;
    display: inline-block;
    margin-bottom: 0px;
    margin-right: 30px;
    display: inline-block;
}

.footer_inner {
    /*  width: 80%;*/
    margin: 0 auto;
    /*
  padding-top: 50px;*/
    padding-top: 30px;
    padding-bottom: 30px;
    max-width: 1100px;
}

footer h2 {
    margin-top: 5px;
    width: 140px;
    height: 25px;
    display: inline-block;
    float: left;
}

footer h2 img {
    width: 100%;
    height: auto;
}

footer h3 {
    font-size: 1.5rem;
    position: relative;
    margin-bottom: 10px;
    border-bottom: 1px solid #cbb892;
    padding-bottom: 10px;
}

footer ul {
    margin-left: 200px;
}

/*
footer ul li {
  width: 29%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-right: 30px;
  color: #fff;
  margin-bottom: 30px; }

footer ul li p {
  color: #fff; }

footer ul li span {
  text-align: right;
  display: inline-block;
  float: right; }*/
footer ul li a {
    color: #fff;
    display: block;
}

.copyright {
    font-size: 1.1rem;
    background: #fff;
    width: 100%;
    /*height: 45px;*/
    padding: 10px 0;
}

/*news*/
#news #top02 {
    background-color: transparent;
    position: relative;
    padding-bottom: 40px;
    overflow: hidden;
    padding-top: 0;
}

#news .news_archive {
    margin-top: 30px;
}

#news #top02.news_archive {
    margin-top: 0;
}

#news .pankuzu02 {
    padding-top: 8px;
}

#news li.post {
    margin-bottom: 15px;
}

#news #top02:before {
    content: "";
    position: absolute;
    width: 100%;
    background-size: contain;
    height: 70%;
    top: 430px;
    left: 0;
    z-index: -1;
    background-color: #fbf8f0;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
}

#news .information {
    margin: 0;
    padding: 20px 0;
    background: #fbf8f0;
}

#news .information ul {
    max-width: 650px;
    margin: auto;
    text-align: left;
    padding: 0 10px;
}

#news .information ul li {
    margin-bottom: 2px;
    display: table;
    border-collapse: separate;
    border-spacing: 10px 0;
    font-feature-settings: "palt";
}

#news .information .label {
    display: table-cell;
    vertical-align: top;
}

#news .information span {
    background: #a9894a;
    padding: 3px 10px;
    color: #FFF;
    display: inline-block;
    font-size: 1rem;
}

#news .information a {
    display: table-cell;
}

p.pnakuzu {
    width: 960px;
    font-size: 1.2rem;
    color: #adadad;
    margin: 0 auto;
    text-align: left;
    padding-top: 5px;
}

#news_detail {
    position: relative;
    margin-top: 50px;
    padding-bottom: 100px;
    overflow: hidden;
}

#news_detail:before {
    content: "";
    position: absolute;
    width: 100%;
    background-size: contain;
    height: 92%;
    top: 380px;
    left: 0;
    z-index: -1;
    background-color: #fbf8f0;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
}

.detail_Kv {
    width: 100%;
    max-width: 1100px;
    margin: 5px auto 30px;
}

#single01 .detail_Kv iframe {
    width: 100%;
    margin: 0 auto;
    height: 618.75px;
}

.detail_Kv img {
    width: 100%;
    height: auto;
    border: 1px solid #eee;
}

.single_inner.clfix {
    width: 960px;
    margin: 0 auto;
    padding-bottom: 60px;
}

#news_detail.bura_editors .intro_block {
    width: 100%;
}

#news_detail.bura_editors .intro_block {
    margin-top: 0;
    border: 1px solid #aaa;
    padding: 40px;
}

#news_detail.bura_editors .intro_block .left {
    width: 23%;
}

#news_detail.bura_editors .intro_block .right {
    width: 77%;
}

#news_detail.bura_editors .intro_block h3 {
    margin-bottom: 20px;
}

#news_detail.bura_editors .intro_block p {
    width: 77%;
    padding-left: 20px;
    margin: 0;
}

#news_detail.bura_editors .intro_block p a {
    text-decoration: underline;
}

.bura_editors .single_content ul {
    width: calc(100% + 3%);
    margin-right: -3%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
}

.bura_editors .single_content ul li {
    width: 47%;
    margin-right: 3%;
    vertical-align: top;
    overflow-x: hidden;
}

.single_left {
    width: 710px;
    display: block;
    float: left;
}

.single_left h1 {
    font-size: 2.2rem;
    color: #a9894a;
    margin-bottom: 30px;
    word-wrap: break-word;
    text-align: left;
}

.single_left h3 {
    margin-bottom: 30px;
    text-align: left;
}

.single_left h3.sub_ttl {
    font-size: 1.4rem;
}

.single_left h3.sub_ttl span {
    padding-left: 10px;
}

.single_left h5 {
    margin-bottom: -25px;
    text-align: left;
}

.single_left h5:before {
    content: "";
    width: 6px;
    height: 6px;
    margin-right: 5px;
    background: #A9894E;
    display: inline-block;
    position: relative;
    top: -2px;
}

.single_left .date {
    font-size: 1.3rem;
    margin-top: 30px;
}

.single_content h3 {
    margin-bottom: -7px;
    color: #a9894a;
}

.single_content a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    /*color: #A9894F;*/
    text-decoration: underline;
}

.single_content a:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0.7;
}

/* .single_content div {
    max-width: 100%;
} */

.single_content img.size-medium {
    /*max-width: calc(50% - 15px);*/
    height: auto;
}

.single_content img.size-medium:first-child {
    margin-right: 30px;
}

p.single_cate {
    font-size: 1.3rem;
    color: #a9894a;
    position: relative;
    margin-bottom: 60px;
    text-align: left;
}

.single_cate:before {
    content: "";
    width: 40px;
    border-bottom: 1px solid #a9894a;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -3px;
}

.single_left p {
    text-align: left;
    margin: 30px auto;
    line-height: 1.8;
}

.single_left p:first-child {
    margin-top: 0;
}

.single_left img {
    text-align: center;
    /*border: 1px solid #eee;*/
    max-width: 100%;
    height: auto;
}

.sub01_left {
    display: inline-block;
    width: calc(50% - 15px);
    text-align: left;
}

.sub01_left img {
    width: 100%;
    height: auto;
}

.sub01_right {
    width: calc(50% - 15px);
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
    text-align: left;
    font-size: 1.3rem;
}

.sub_info {
    margin-top: 30px;
}

.sub01_right p {
    margin: 0px;
}

.sub01_right p span {
    margin-bottom: 30px;
    display: inline-block;
}

.single_date {
    text-align: left;
    color: #111111;
    font-size: 1.1rem;
}

.single_date:after {
    content: "";
    display: block;
    border-bottom: 1px solid #111111;
    width: 20px;
    padding-bottom: 30px;
}

.sns_sahre {
    text-align: left;
    margin-top: 30px;
}

.sns_sahre a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.sns_sahre a:hover {
    opacity: 0.7;
}

.single_fb {
    display: inline-block;
    margin-right: 30px;
}

.single_fb img {
    width: 11px;
    height: 22px;
    border: none;
}

.single_tw {
    display: inline-block;
}

.single_tw img {
    width: 23px;
    height: 18px;
    border: none;
}

.sidebar {
    float: right;
    width: 180px;
    text-align: left;
}

.sidebar input[type=submit] {
    position: absolute;
    top: 0;
    background-color: #ccc;
    width: 27px !important;
    right: 0;
    display: block;
    z-index: 5;
    background-color: transparent;
    cursor: pointer;
}

.sidebar .wrapper-dropdown-2 {
    width: 100%;
    background: transparent;
    height: 27px;
    font-size: 1.3rem;
}

.sidebar dt {
    color: #a9894a;
    margin-bottom: 10px;
}

.sidebar dl {
    margin-bottom: 30px;
}

.sidebar .AtoW_btn {
    margin: 0px;
    background-color: transparent;
    width: 180px;
}

.sidebar .wrapper-dropdown-2 .dropdown {
    background: #fbf8f0;
    left: 0px;
}

.sidebar .free_word {
    position: relative;
}

.sidebar .free_word input {
    width: 100%;
    background: transparent;
    height: 27px;
    font-size: 1.3rem;
}

.sidebar .free_word:after {
    top: 0;
    height: 27px;
    width: 27px;
}

.sidebar h4 {
    color: #a9894a;
    margin-bottom: 20px;
    font-size: 1.4rem;
    text-align: center;
}
.decTP60 {
    text-align: center;
}

.sidebar h4.sub {
    margin-bottom: 5px;
}

.sidebar p.sub {
    line-height: 1.3;
    margin-bottom: 20px;
}

.sidebar .category_list li {
    font-size: 1.3rem;
    border-bottom: 1px solid #e3e1d9;
}

.sidebar .category_list li a {
    display: block;
    padding: 5px 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.sidebar .category_list li a:hover {
    color: #90743c;
}

.sidebar ul {
    margin-bottom: 40px;
}

.sidebar .app_list img {
    width: 70%;
    height: auto;
}

.sidebar .app_list li {
    text-align: center;
}

.ginza_card img {
    width: 100%;
    height: auto;
}

#single02 .news_wrap {
    max-width: 960px;
    margin: 0 auto;
}

#single02 h2 {
    margin: 60px auto;
    font-size: 2.4rem;
    color: #a9894a;
}

/*floor*/
main#floor {
    position: relative;
}

.search_box {
    padding: 20px;
}

section#floor01 {
    margin: 0 auto;
    max-width: 1100px;
}

.pankuzu02 {
    text-align: left;
    font-size: 1.2rem;
    color: #adadad;
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pankuzu02 a {
    color: #a9894a;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
}

.pankuzu02 a:hover {
    opacity: 0.7;
}

#floor h1 {
    color: #a9894a;
    margin: 60px 0 40px;
}

#floor h1 span {
    display: block;
    color: #333333;
    font-size: 1.4rem;
    margin-top: 5px;
}

.search_box dl {
    border-bottom: none;
    margin: 0 10px;
    width: 180px;
    display: inline-block;
    text-align: left;
}

.search_box dt {
    display: inline-block;
    color: #a9894a;
    text-align: left;
    height: 20px;
    float: none;
    padding-top: 0px;
    margin-left: 0px;
}

.search_box dd {
    display: inline-block;
    text-align: left;
    font-size: 1.3rem;
    padding-top: 10px;
    float: none;
}

.search_box .free_word:after {
    top: 10px;
}

.search_box .keyword_dl {
    display: block;
    width: 790px;
    margin: 0 auto;
}

.search_box .keyword_dl dt {
    text-align: left;
    width: 790px;
    margin: auto;
    margin-bottom: 10px;
}

.search_box .wrapper-dropdown-2 {
    position: relative;
    width: 170px;
}

.search_box .keyword_dl dd {
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 0;
}

.search_box .free_word input {
    width: 170px;
    height: 32px;
    padding: 5px;
    color: #555;
}

#floor .floor_list02 li {
    color: #fff !important;
    background-color: #a9894a;
    display: inline-block;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    margin-right: 15px;
    border: 1px solid;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

#floor .floor_list02 li:hover {
    background: #fff;
    color: #a9894a !important;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#floor .floor_list02 li:hover a {
    color: #a9894a !important;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#floor .floor_list02 li:last-child {
    margin-right: 0px;
}

#floor .floor_list02 li a {
    color: #fff;
    padding-top: 6px;
    display: inline-block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.tab {
    overflow: hidden;
}

.select {
    pointer-events: none !important;
    background-color: #fff !important;
    color: #a9894a !important;
    border: 1px solid #a9894a !important;
}

.select a {
    color: #a9894a !important;
}

.content>li {
    background: transparent;
    padding: 0;
    width: 960px;
    margin: 0 auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#floor {
    position: relative;
    overflow: hidden;
}

#floor:before {
    content: "";
    position: absolute;
    width: 100%;
    background-size: contain;
    height: 75%;
    top: 430px;
    left: 0;
    z-index: -1;
    background-color: #fbf8f0;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
}

#floor02 {
    padding-bottom: 100px;
}

#floor02 .content li {
    display: none;
}

.floorMap_wrap {
    width: 100%;
}

.pc .floorMap_left.fixed {
    position: fixed !important;
    top: 80px;
    /* left: 0; */
}

.floorMap_left a {
    cursor: zoom-in;
}

.modaal-wrapper {
    cursor: zoom-out;
}

.floorMap_left {
    width: 680px;
    float: left;
}

.floorMap_left img {
    width: 100%;
}

.floorMap_right {
    float: right;
    width: 280px;
    text-align: left;
}

.shop_floormap {
    text-align: right;
    float: right;
    display: inline-block;
    margin-top: 2px;
}

.shop_list dt {
    width: 12%;
    display: inline-block;
    text-align: right;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 12px;
    vertical-align: top;
}

.shop_list dd {
    padding-top: 7px;
    padding-bottom: 7px;
    width: 85%;
    display: inline-block;
}

.shop_list dd .popup {
    font-size: 1.3rem;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.shop_list dl:hover dd .popup {
    color: #FFF;
}

ul.shop_list {
    margin-top: 20px;
}

.shop_list dl {
    border-bottom: 1px dotted #e3e2e1;
    font-size: 1.3rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

li[data-floor-map="B1F"] .shop_list dl:first-child {
    /*border-bottom: none;*/
}

li[data-floor-map="B1F"] .shop_list dl:nth-of-type(2) dt {
    /*opacity: 0;*/
}

li[data-floor-map="1F"] .shop_list dl:nth-of-type(2) dt {
    /*opacity: 0;*/
}

/*li[data-floor-map=B1F] .shop_list dl:nth-of-type(2) dd,*/
li[data-floor-map="B1F"] .shop_list dl:nth-of-type(28) dd {
    border-top: 1px dotted #e3e2e1;
}

.shop_list dl.no_link {
    padding: 7px 0;
}

.shop_list dl a {
    display: block;
}

.shop_list dl:not(.no_link):hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #a9894a;
}

.shop_list dl:hover a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #fff;
}

.shop_list dl span {
    display: inline-block;
    margin-left: 10px;
    margin-right: 20px;
}

.hide {
    display: none;
}

.current_floor {
    font-size: 2.6rem;
    color: #a9894a;
    margin: 60px 20px 0;
}

.current_floor_cat {
    font-size: 1.4rem;
    margin-bottom: 60px;
    color: #a9894a;
    display: block;
}

p.current_floor:before {
    content: "";
    width: 160px;
    border-bottom: 1px solid #a9894a;
    display: inline-block;
    margin-right: 20px;
    margin-top: 10px;
    vertical-align: super;
}

p.current_floor:after {
    content: "";
    width: 160px;
    border-bottom: 1px solid #a9894a;
    display: inline-block;
    margin-left: 20px;
    vertical-align: super;
}

.shopserch_btn_search {
    padding: 12px 35px 25px 25px;
    width: 275px;
    margin: 20px 15px;
}

.shopserch_btn_search:after {
    height: 40px;
}

#floor01 .shop_notice {
    margin-bottom: 10px;
}

#floor01 .shop_notice a {
    text-decoration: underline;
    color: #a9894a;
}

/*shop*/
#shop01 {
    position: relative;
    padding-bottom: 100px;
}

#shop01:before {
    content: "";
    position: absolute;
    width: 100%;
    background-size: contain;
    height: 95%;
    top: 100px;
    left: 0;
    z-index: -1;
    background-color: #fbf8f0;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
}

.shop_archive li a {
    position: relative;
}

.display_none {
    display: none !important;
}

.shopLogo_wrap:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #a9894a;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.shop_archive li a:hover .shopLogo_wrap:after {
    opacity: 0.7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

main#shop {
    position: relative;
}

#shop h1,
#shop_all h1 {
    color: #a9894a;
    margin: 50px 0;
}

#shop_all.dutyfree h1 {
    margin-bottom: 15px;
}

#shop h1 span,
#shop_all h1 span {
    display: block;
    color: #333333;
    font-size: 1.4rem;
    margin-top: 5px;
}

.shop_archive {
    width: 1100px;
    margin: 0 auto;
    text-align: left;
}

.shop_archive li {
    display: inline-block;
    width: 240px;
    margin-right: 40px;
    text-align: left;
    margin-bottom: 60px;
    vertical-align: top;
}

.shop_archive li:nth-child(4n) {
    margin-right: 0px;
}

.shopLogo_wrap {
    width: 100%;
    height: 160px;
    background: #fff;
    position: relative;
}

.shopLogo_wrap img {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid #eee;
    width: 100%;
    height: auto;
}

p.shop_nameEN {
    font-size: 1.6rem;
    margin: 10px 0;
    color: #a9894a;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 8px;
    line-height: 1.4;
}

p.shop_info {
    font-size: 1.2rem;
}

span.shop_place {
    display: inline-block;
    margin-right: 5px;
}

span.shop_place span:after,
span.shop_cate span:after {
    content: ", ";
}

span.shop_place span:last-child:after,
span.shop_cate span:last-child:after {
    display: none;
}

span.shop_place:after {
    content: "";
    border-right: 1px solid #cccccc;
    height: 10px;
    display: inline-block;
    margin-left: 5px;
}

#shop_detail {
    margin-top: 50px;
    position: relative;
    padding-bottom: 100px;
    overflow: hidden;
}

#shop_detail:before {
    content: "";
    position: absolute;
    width: 100%;
    background-size: contain;
    height: 84%;
    top: 300px;
    left: 0;
    z-index: -1;
    background-color: #fbf8f0;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
}

#shop_detail a.view_detail {
    color: #fff;
}

.ShopSingle_inner.clfix {
    width: 960px;
    margin: 0 auto;
    text-align: left;
}

.shopSingle_left {
    display: inline-block;
    width: 465px;
    text-align: left;
    /*word-break: break-all;*/
    /*word-wrap: break-word !important;*/
    vertical-align: top;
}

.shopSingle_left h1 span.name_small {
    color: #a9894a;
    display: inline-block;
    font-size: 1.4rem;
}

.shopSingle_left h1 span.name_small_2 {
    color: #a9894a;
    display: inline-block;
    font-size: 1.6rem;
}

.shopSingle_left .prof_jp {
    display: inline-block;
}

.shopSingle_left .prof_en {
    display: none;
}

span.bookable_ttl {
    display: inline-block;
    width: calc(100% - 20px);
}

span.bookable_icon {
    vertical-align: top;
    display: inline-block;
    height: 20px;
    width: 20px;
}

span.bookable_icon img {
    vertical-align: middle;
}

.shop_tag {
    font-size: 1.2rem;
    margin-top: 30px;
    color: #a9894a;
}

.shop_tag ul {
    display: inline-block;
}

.shop_tag ul li {
    display: inline-block;
    margin-right: 3px;
    line-height: 1.8;
}

.shop_tag a {
    color: #a9894a;
    border-bottom: 1px solid #a9894a;
    font-size: 1.4rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.shop_tag a:hover {
    opacity: 0.7;
}

.shop_tag span {
    color: #333333;
    display: inline-block;
    margin-right: 10px;
}

.shopSingle_right {
    width: 430px;
    margin-top: 7px;
    display: inline-block;
    text-align: right;
    margin-left: 30px;
    vertical-align: top;
}

.shopSingle_right .bx-wrapper {
    border: 1px solid #eee;
}

ul.bxslider.border_none {
    border: none !important;
}

#shop_detail h1 {
    margin: 0 0 20px;
    font-size: 2.2rem;
}

.shop_InfoInner {
    width: 960px;
    margin: 50px auto 0;
}

.shop_InfoInner a {
    color: #a9894a;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.shop_InfoInner .sidebar a {
    color: #555;
}

.sidebar .AtoW_btn:before {
    content: "";
    border-bottom: 1px solid #555555;
}

.sidebar .AtoW_btn:after {
    content: "";
    border-bottom: 1px solid #555555;
}

.shop_InfoInner .sidebar a:hover .AtoW_btn:before,
.shop_InfoInner .sidebar a:hover .AtoW_btn:after {
    border-bottom: 1px solid #a9894a;
}

.shop_InfoInner .ginza_card a:hover,
.shop_InfoInner .app_list a:hover,
.shop_InfoInner .InfoDl a:hover {
    opacity: 0.6;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.shop_InfoInner .floor_search.serch_modal {
    border: none;
}

a.archive.view_all {
    color: #fff;
    margin: 0 auto;
    display: block;
    width: 178px;
}

a.archive.view_all:after {
    content: "";
    background-image: url(../images/top/more_arrow.png);
    background-position: center;
    position: absolute;
    right: -2px;
    top: -2px;
    height: 37px;
    width: 20px;
    background-color: #90743c;
    background-size: 10px;
    background-repeat: no-repeat;
}

.InfoInner_left {
    width: 710px;
    float: left;
    text-align: left;
}

.InfoInner_left .view_detail {
    margin-top: 0px;
    color: #fff;
}

.InfoInner_left .news_list {
    width: calc(100% + 19px);
    margin-right: -19px;
}

.InfoInner_left .news_list li {
    width: 224px;
    margin-right: 16px;
}

.displaynone {
    display: none;
}

.InfoDl {
    margin-bottom: 60px;
}

.InfoDl dd a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.InfoDl dd a:not(.view_detail):hover {
    color: #a9894a;
}

.genre_tag {
    display: inline-block;
}

.genre_tag span:after {
    content: " , ";
    position: relative;
    display: inline-block;
    margin-right: 2px;
}

.genre_tag span:last-child:after {
    display: none;
}

ul.key_li li:after {
    content: ",";
    margin-left: 3px;
}

ul.key_li li:last-child:after {
    display: none;
}

.InfoInner_left h2 {
    color: #a9894a;
    margin-top: 90px;
    margin-bottom: 60px;
}

.InfoDl h4 {
    color: #a9894a;
}

.InfoDl dt {
    display: inline-block;
    text-align: left;
    width: 250px;
    vertical-align: top;
}

.InfoDl dd {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 450px;
}

.InfoDl dd.shop_infomation {
    width: 100%;
    margin-left: 0;
}

span.shop_floormap {
    float: right;
}

.InfoDl hr {
    border-bottom: 1px dotted #ccc;
    margin: 15px 0;
}

.shop_sns {
    margin-top: 60px;
}

.shop_sns li {
    display: inline-block;
    margin-right: 20px;
}

.shop_sns a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.shop_sns a:hover {
    opacity: 0.7;
}

.shop_sns .line {
    position: relative;
    top: 2px;
}

/*ACCESS*/
div#area-google-map {
    margin: 0 auto;
}

p.addres {
    font-size: 1.8rem;
    margin-top: 40px;
    letter-spacing: 1px;
}

ul.access_nav {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    margin: 60px auto;
    text-align: center;
}

.access_nav li {
    display: inline-block;
    margin-right: 60px;
}

.access_nav li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: block;
}

.access_nav li a:hover {
    opacity: 0.7;
}

.access_nav li:last-child {
    margin-right: 0px;
}

.access_nav li span {
    color: #a9894a;
    display: block;
}

#access02 {
    position: relative;
    padding-bottom: 100px;
    overflow: hidden;
}

#access:before {
    content: "";
    position: absolute;
    width: 100%;
    background-size: contain;
    height: 91%;
    top: 430px;
    left: 0;
    z-index: -1;
    background-color: #fbf8f0;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
}

.access_inner {
    width: 720px;
    margin: 0 auto;
    text-align: left;
}

.access_inner hr {
    border-bottom: 1px dotted #ccc;
}

.access_inner h2 {
    color: #a9894a;
    margin-bottom: 30px;
    text-align: center;
}

.access_inner h3 {
    color: #a9894a;
    text-align: left;
    margin-bottom: 10px;
}

.access_inner h4 {
    padding-left: 12px;
    position: relative;
    color: #a9894a;
    margin: 10px 0;
}

.access_inner h4:before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #a9894a;
    vertical-align: top;
    position: absolute;
    top: 48%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.access_nav li img {
    margin-bottom: 10px !important;
}

.access_inner img {
    margin-bottom: 10px;
}

.link-zoom>span::before {
    content: "";
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    margin-right: 0.5em;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../assets/img/membership/nav/zoom.svg);
    vertical-align: middle;
}

.link-zoom {
    display: inline-block;
}

#train h2:before {
    content: "";
    display: inline-block;
    background-image: url(../images/access/train_icon.svg);
    width: 35px;
    height: 34px;
    background-size: contain;
    margin-right: 10px;
    vertical-align: bottom;
}

div#train {
    margin-bottom: 60px;
}

dl.train_access {
    text-align: left;
}

.train_access dt {
    display: inline-block;
    text-align: left;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
    width: 635px;
}

.train_access dt:before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #a9894a;
    vertical-align: middle;
    margin-right: 10px;
}

.train_access dd {
    display: inline-block;
    float: right;
    width: 60px;
    text-align: right;
}

.train_access span {
    font-size: 1.3rem;
}

/*train map*/
dl.train_access_map {
    padding-top: 10px;
}

.train_access_map h4 {
    margin-top: 20px !important;
}

.train_access_map .clfix {
    padding: 10px 0;
}

.train_access_map dt {
    text-align: left;
    width: 50%;
    float: left;
}

.train_access_map dd {
    position: relative;
    display: inline-block;
    text-align: left;
    float: right;
    margin-top: 20px;
    width: 40%;
}

.train_access_map dd img {
    width: 100%;
    height: auto;
}

.train_access_map .access_map_img a {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.train_access_map .access_map_img span {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.train_access_map .access_map_img:hover span {
    opacity: 0.7;
}

.train_access_map .access_map_img a:after {
    content: "";
    width: 100%;
    height: 470px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #a9894a;
    opacity: 0;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    margin: 10px 0;
}

.pc .train_access_map .access_map_img a:hover:after {
    opacity: 0.7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#car h2:before {
    content: "";
    display: inline-block;
    background-image: url(../images/access/car_icon.svg);
    width: 42px;
    height: 47px;
    background-size: contain;
    vertical-align: bottom;
    margin-right: 10px;
}

.access_info.clfix {
    padding: 10px 0;
}

.access_info dt {
    text-align: left;
    width: 47%;
    float: left;
}

.access_info dd {
    position: relative;
    display: inline-block;
    text-align: left;
    float: right;
    width: 50%;
}

.access_info dd img {
    width: 100%;
    height: auto;
}

#bike h2:before {
    content: "";
    display: inline-block;
    background-image: url(../images/access/bike_icon.svg);
    width: 47px;
    height: 47px;
    background-size: contain;
    vertical-align: bottom;
    margin-right: 10px;
}

#plane h2:before {
    content: "";
    display: inline-block;
    background-image: url(../images/access/plane_icon.svg);
    width: 38px;
    height: 38px;
    background-size: contain;
    vertical-align: bottom;
    margin-right: 10px;
}

#plane h5 {
    margin-bottom: 10px;
}

#plane hr {
    margin: 15px 0;
}

.block:before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #a9894a;
    vertical-align: middle;
    margin-right: 10px;
    position: absolute;
    top: 48%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

/*service*/
#service {
    position: relative;
    padding-bottom: 100px;
    overflow: hidden;
}

#service:before {
    content: "";
    position: absolute;
    width: 100%;
    background-size: contain;
    height: 90%;
    top: 430px;
    left: 0;
    z-index: -1;
    background-color: #fbf8f0;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
}

.kv_area {
    width: 960px;
    margin: 0 auto;
}

.kv_area h1,
#facillty01 h1,
#access h1 {
    margin: 60px 0 40px;
    padding-top: 0;
    color: #a9894a;
}

#service h2 {
    color: #a9894a;
    text-align: center;
    margin: 60px 0 40px;
}

#service h3 {
    color: #a9894a;
    margin: 40px 0 15px;
}

#service p {
    margin-bottom: 15px;
}

#service02,
#service04 {
    width: 720px;
    margin: 0 auto;
    text-align: left;
}

section#service02 ul {
    margin-bottom: 10px;
}

section#service02 li {
    position: relative;
    padding-left: 12px;
    display: inline-block;
    width: 170px;
    margin-bottom: 10px;
}

section#service02 li {
    display: inline-block;
    width: auto;
    margin-bottom: 10px;
    margin-right: 20px;
}

section#service03 {
    margin-top: 60px;
}

#serviceAdd01 {
    border: 1px solid #a9894a;
}

.add_wrap {
    width: 90%;
    margin: 0 auto;
    padding: 40px 0;
}

.add_right dt,
.add_right dd {
    display: inline-block;
    text-align: left;
    vertical-align: top;
}

.add_right dt {
    width: 8%;
}

.add_right dd {
    width: 92%;
}

dl.add_right hr {
    border-bottom: 1px solid #e3e2e1;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

img.add_left {
    width: 60%;
    display: inline-block;
    text-align: left;
}

dl.add_right {
    display: inline-block;
    width: 37%;
    vertical-align: top;
    margin-top: 60px;
    padding-left: 40px;
}

.service_dl {
    margin-bottom: 20px;
}

.service_dl dt {
    display: inline-block;
    text-align: left;
    width: 47%;
    margin: 10px 0;
    vertical-align: top;
}

.service_dl dd {
    padding: 10px 0;
    position: relative;
    display: inline-block;
    text-align: left;
    width: 50%;
}

.service_dl hr {
    border-bottom: 1px dotted #cccccc;
    height: 2px;
}

#service h3:before,
#access h3:before,
.access_inner h2:before {
    background-repeat: no-repeat;
}

h3.info:before {
    content: "";
    display: inline-block;
    background-image: url(../images/service/info_icon.svg);
    width: 23px;
    height: 23px;
    background-size: contain;
    vertical-align: sub;
    margin-right: 10px;
}

h3.aed:before {
    content: "";
    display: inline-block;
    background-image: url(../images/service/aed_icon.svg);
    width: 24px;
    height: 21px;
    background-size: contain;
    vertical-align: sub;
    margin-right: 10px;
}

h3.baby:before {
    content: "";
    display: inline-block;
    background-image: url(../images/service/baby_icon.svg);
    width: 27px;
    height: 22px;
    background-size: contain;
    vertical-align: sub;
    margin-right: 10px;
}

h3.wifi:before {
    content: "";
    display: inline-block;
    background-image: url(../images/service/wifi_icon.svg);
    width: 24px;
    height: 19px;
    background-size: contain;
    vertical-align: sub;
    margin-right: 10px;
}

h3.valley:before {
    content: "";
    display: inline-block;
    background-image: url(../images/service/Valet_icon.svg);
    width: 24px;
    height: 26px;
    background-size: contain;
    vertical-align: sub;
    margin-right: 10px;
}

h3.smoke:before {
    content: "";
    display: inline-block;
    background-image: url(../images/service/tabaco_icon.svg);
    width: 25px;
    height: 19px;
    background-size: contain;
    vertical-align: baseline;
    margin-right: 10px;
}

h3.ATM:before {
    content: "";
    display: inline-block;
    background-image: url(../images/service/ATM.svg);
    width: 23px;
    height: 22px;
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
}

h3.pet:before {
    content: "";
    display: inline-block;
    background-image: url(../images/service/pet.svg);
    width: 26px;
    height: 22px;
    background-size: contain;
    vertical-align: sub;
    margin-right: 10px;
}

h3.tourist:before {
    content: "";
    display: inline-block;
    background-image: url(../images/service/tourist_info_icon.svg);
    width: 26px;
    height: 22px;
    background-size: contain;
    vertical-align: sub;
    margin-right: 10px;
}

h3.convini:before {
    content: "";
    display: inline-block;
    background-image: url(../images/service/conveni_icon.svg);
    width: 23px;
    height: 25px;
    background-size: contain;
    vertical-align: baseline;
    margin-right: 10px;
}

h3.ticket:before {
    content: "";
    display: inline-block;
    background-image: url(../images/service/ticket_icon.svg);
    width: 22px;
    height: 20px;
    background-size: contain;
    vertical-align: baseline;
    margin-right: 10px;
}

h3.exchange:before {
    content: "";
    display: inline-block;
    background-image: url(../images/service/money_icon.svg);
    width: 27px;
    height: 28px;
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
}

h3.taxfree:before {
    content: "";
    display: inline-block;
    background-image: url(../images/service/menzei_icon.svg);
    width: 29px;
    height: 23px;
    background-size: contain;
    vertical-align: sub;
    margin-right: 10px;
}

h3.clork:before {
    content: "";
    display: inline-block;
    background-image: url(../images/service/clork_icon.svg);
    width: 23px;
    height: 19px;
    background-size: contain;
    vertical-align: baseline;
    margin-right: 10px;
}

h3.cafe:before {
    content: "";
    display: inline-block;
    background-image: url(../images/service/cafe_icon.svg);
    width: 26px;
    height: 16px;
    background-size: contain;
    vertical-align: baseline;
    margin-right: 10px;
}

h3.haisou:before {
    content: "";
    display: inline-block;
    background-image: url(../images/service/haisou.svg);
    width: 21px;
    height: 25px;
    background-size: contain;
    vertical-align: sub;
    margin-right: 10px;
}

/*facilty*/
#facility {
    position: relative;
    padding-bottom: 100px;
    overflow: hidden;
}

#facility:before {
    content: "";
    position: absolute;
    width: 100%;
    background-size: contain;
    height: 88%;
    top: 430px;
    left: 0;
    z-index: -1;
    background-color: #fbf8f0;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
}

#facillty01 {
    width: 960px;
    margin: 0 auto;
}

.facility_img {
    width: 360px;
    height: 200px;
}

.facility_img img {
    width: 100%;
    height: auto;
}

/* facility add */
li.facility_office {
    margin-top: -25px;
}

.facility_office_img {
    height: auto;
}

.facility_img2 {
    width: 360px;
    height: 315px;
}

.facility_img2 img {
    width: 100%;
    height: auto;
}

.facility_img3 {
    width: 450px;
    margin-top: 9px;
}

.facility_img3 img {
    width: 100%;
    height: auto;
}

.facility_office h4 {
    margin-bottom: 4px;
}

.facility_office p {
    letter-spacing: -0.63px;
}

ul.facility_list li {
    margin-bottom: 60px;
}

.facility_list h3:before {
    background-repeat: no-repeat;
}

.facilty_txt {
    width: 560px;
    text-align: left;
}

.facility_list li .left {
    float: left;
}

.facility_list li .right {
    float: right;
}

#facillty01 h2 {
    color: #a9894a;
    margin: 60px 0 40px;
}

#facillty01 h3 {
    color: #a9894a;
    margin-bottom: 5px;
}

#facillty01 hr {
    border-bottom: 1px dotted #cccccc;
    margin: 20px 0;
}

a.nougakudo {
    color: #a9894a;
    display: inline-block;
    margin-top: 10px;
    border-bottom: 1px solid;
    position: relative;
}

/*.nougakudo::before {
  content: "";
  display: inline-block;
  border: 5px solid transparent;
  border-left-color: #a9894a;
  vertical-align: baseline; }*/
#facillty01 .view_detail {
    margin-top: 20px;
}

#facillty01 .garden:before {
    content: "";
    display: inline-block;
    background-image: url(../images/facility/garden.svg);
    width: 36px;
    height: 31px;
    background-size: 100%;
    vertical-align: baseline;
    margin-right: 10px;
}

#facillty01 .terace:before {
    content: "";
    display: inline-block;
    background-image: url(../images/facility/terrace.svg);
    width: 32px;
    height: 22px;
    background-size: contain;
    vertical-align: baseline;
    margin-right: 10px;
}

#facillty01 .tour:before {
    content: "";
    display: inline-block;
    background-image: url(../images/facility/tour.svg);
    width: 27px;
    height: 25px;
    background-size: 100%;
    vertical-align: sub;
    margin-right: 10px;
}

#facillty01 .bus:before {
    content: "";
    display: inline-block;
    background-image: url(../images/facility/bus.svg);
    width: 31px;
    height: 22px;
    background-size: 100%;
    vertical-align: baseline;
    margin-right: 10px;
}

#facillty01 .nou:before {
    content: "";
    display: inline-block;
    background-image: url(../images/facility/nougaku.svg);
    width: 31px;
    height: 26px;
    background-size: 100%;
    vertical-align: sub;
    margin-right: 10px;
}

#facillty01 .office:before {
    content: "";
    display: inline-block;
    background-image: url(../images/facility/office.svg);
    width: 31px;
    height: 26px;
    background-size: 100%;
    vertical-align: sub;
    margin-right: 10px;
}

.escape_wrap {
    border: 1px solid #a9894a;
    padding: 30px 30px;
    width: 720px;
    margin: 30px auto 0;
}

.escape_wrap>h3 {
    margin-bottom: 20px !important;
}

.escape_wrap p {
    text-align: left;
}

.interview_wrap {
    margin-bottom: 80px;
}

.interview_img01 {
    width: 358px;
    float: left;
}

.interview_txt {
    width: 550px;
    float: left;
    text-align: left;
    margin-left: 50px;
}

.interview_people {
    float: left;
    width: 358px;
    text-align: left;
    vertical-align: top;
    margin-top: 30px;
}

.interview_people img {
    display: inline-block;
    vertical-align: top;
}

.people_right {
    display: inline-block;
    width: 225px;
    margin-left: 20px;
    vertical-align: top;
}

.people_right p {
    font-size: 1.3rem;
    line-height: 1.6;
    margin-top: 5px;
}

/*hour*/
#hour {
    position: relative;
    padding-bottom: 100px;
    overflow: hidden;
}

#hour:before {
    content: "";
    position: absolute;
    width: 100%;
    background-size: contain;
    height: 80%;
    top: 430px;
    left: 0;
    z-index: -1;
    background-color: #fbf8f0;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
}

#hour02 {
    width: 720px;
    margin: 0 auto;
}

#hour02 p {
    text-align: left;
}

#hour02 p.txt-center {
    text-align: center;
    margin-top: 20px;
}

#hour02 a {
    text-align: left;
    display: inline-block;
    float: left;
    margin-top: 20px;
}

a.underline {
    text-decoration: underline;
}

a.question:before {
    content: "";
    display: inline-block;
    background: url(../images/general/question.svg) no-repeat;
    width: 22px;
    height: 17px;
    vertical-align: text-bottom;
}

#hour02 a.underline {
    float: none;
}

#hour02 h2 {
    color: #a9894a;
    margin: 60px 0 0;
}

.hour_inner.clfix {
    line-height: 1.8;
}

#hour02 h3 {
    border-bottom: 1px dotted #ccc;
    color: #a9894a;
    margin: 60px 0 20px;
    padding-bottom: 10px;
    text-align: left;
}

.hour_left {
    float: left;
}

.hour_right {
    float: right;
    width: 264px;
    margin-right: 40px;
    margin-top: 20px;
}

.hour_right img {
    width: 100%;
    height: auto;
}

.gold {
    color: #a9894a;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a.gold:hover {
    opacity: 0.7;
}

.black {
    color: #555555;
}

.gold_border {
    border-bottom: 1px solid #a9894a;
}

.shop:before {
    content: "";
    display: inline-block;
    background-image: url(../images/hour/shop.svg);
    width: 27px;
    height: 23px;
    background-size: 100%;
    vertical-align: sub;
    margin-right: 10px;
}

.tour:before {
    content: "";
    display: inline-block;
    background-image: url(../images/hour/tour.svg);
    width: 25px;
    height: 23px;
    background-size: 100%;
    vertical-align: sub;
    margin-right: 10px;
}

.garden:before {
    content: "";
    display: inline-block;
    background-image: url(../images/hour/garden.svg);
    width: 36px;
    height: 31px;
    background-size: 100%;
    vertical-align: baseline;
    margin-right: 10px;
}

.pasage:before {
    content: "";
    display: inline-block;
    background-image: url(../images/hour/pasage.svg);
    width: 26px;
    height: 23px;
    background-size: 100%;
    vertical-align: sub;
    margin-right: 10px;
}

.terace:before {
    content: "";
    display: inline-block;
    background-image: url(../images/hour/terace.svg);
    width: 27px;
    height: 18px;
    background-size: contain;
    vertical-align: baseline;
    margin-right: 10px;
}

.bus:before {
    content: "";
    display: inline-block;
    background-image: url(../images/contact/bus.svg);
    width: 35px;
    height: 27px;
    background-size: 100%;
    vertical-align: text-bottom;
    margin-right: 10px;
}

.office:before {
    content: "";
    display: inline-block;
    background-image: url(../images/contact/office.svg);
    width: 36px;
    height: 27px;
    background-size: 100%;
    vertical-align: baseline;
    margin-right: 10px;
}

.access:before {
    content: "";
    display: inline-block;
    background-image: url(../images/hour/access.svg);
    /*  width: 42px;
  height: 32px;*/
    width: 36px;
    height: 27px;
    background-size: 100%;
    vertical-align: baseline;
    margin-right: 10px;
}

/*contact*/
#contact {
    position: relative;
    padding-bottom: 100px;
    overflow: hidden;
}

section#contact02 div {
    margin-bottom: 80px;
}

#contact02 h3:before {
    background-repeat: no-repeat;
}

#contact:before {
    content: "";
    position: absolute;
    width: 100%;
    background-size: contain;
    height: 50%;
    top: 430px;
    left: 0;
    z-index: -1;
    background-color: #fbf8f0;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
}

section#contact02 {
    width: 720px;
    margin: 0 auto;
    text-align: left;
}

section#contact02 a {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

section#contact02 a:hover {
    opacity: 0.7;
}

section#contact02 h3 {
    color: #a9894a;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
    margin-bottom: 15px;
    min-height: 42px;
}

.contact_left {
    width: 44.8%;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin-right: 8%;
}

.contact_right {
    width: 44.8%;
    display: inline-block;
    text-align: left;
    vertical-align: top;
}

.contact_left:last-of-type {
    clear: both;
}

.yoyaku_form {
    margin-top: 10px;
    position: relative;
    padding-left: 10px;
    display: inline-block;
    border-bottom: 1px solid #a9894a;
}

.sankaku {
    position: relative;
    padding-left: 10px;
    border-bottom: 1px solid #a9894a;
    display: inline-block;
}

.sankaku:before {
    content: "";
    display: inline-block;
    border: 5px solid transparent;
    border-left-color: #a9894a;
    position: absolute;
    left: 0;
    top: 24%;
}

.shisetsu:before {
    content: "";
    display: inline-block;
    background-image: url(../images/contact/shisetsu.svg);
    width: 27px;
    height: 27px;
    background-size: contain;
    vertical-align: sub;
    margin-right: 10px;
}

.card:before {
    content: "";
    display: inline-block;
    background-image: url(../images/contact/card.svg);
    width: 33px;
    height: 27px;
    background-size: 100%;
    vertical-align: sub;
    margin-right: 10px;
}

/* PRESSROOMページ css追加
========================================================================== */
#pressroom {
    position: relative;
    overflow: hidden;
    padding-bottom: 100px;
}

#pressroom:before {
    content: "";
    position: absolute;
    width: 100%;
    background-size: contain;
    height: 84%;
    top: 300px;
    left: 0;
    z-index: -1;
    background-color: #fbf8f0;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
}

section#pressroom02 {
    margin-bottom: 80px;
}

.pressroom .item-block {
    display: table;
    margin: 0 auto;
}

.pressroom .item-block+.item-block {
    margin-top: 50px;
}

.pressroom .item-block .item {
    margin-top: 30px;
    text-align: center;
}

.pressroom .item-block.contact .item+.item {
    margin-top: 50px;
}

.pressroom p {
    line-height: 1.6;
}

.pressroom .small {
    margin-left: 5px;
    margin-bottom: 8px;
    display: block;
}

.pressroom a.download {
    display: block;
    font-size: 1.1rem;
    /*font-family: sans-serif;*/
    width: 50%;
    margin: 8px auto;
}

.download::before {
    content: "";
    display: inline-block;
    background: url(../images/general/download.png) no-repeat;
    background-size: 12px 12px;
    width: 12px;
    height: 12px;
    position: relative;
    top: 2px;
    left: 10px;
    margin-right: 20px;
}

span.small {
    margin-bottom: 20px;
    display: inline-block;
}

span.small18 {
    font-size: 1.8rem;
}

#pressroom02 h3 {
    margin-bottom: 20px;
}

a.download {
    margin-bottom: 60px;
    display: inline-block;
}

.ytwrap {
    margin-bottom: 60px;
}

.pr_contact {
    line-height: 1.8;
}

.pr_contact h2 {
    margin-bottom: 20px;
}

/* aboutページ css追加
========================================================================== */
#about {
    position: relative;
    overflow: hidden;
    padding-bottom: 100px;
}

#about:before {
    content: "";
    position: absolute;
    width: 100%;
    background-size: contain;
    height: 90%;
    top: 400px;
    left: 0;
    z-index: -1;
    background-color: #fbf8f0;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
}

#about03,
#about04 {
    width: 960px;
    margin: 0 auto 60px;
    text-align: left;
    line-height: 1.8;
}

#about04 table {
    width: 740px;
    margin: 0 auto;
}

#about02 {
    width: 960px;
    margin: 0 auto;
    text-align: left;
    line-height: 1.8;
}

#about02 table {
    width: 740px;
    margin: 0 auto;
}

.credit_02 {
    text-align: center;
    font-size: 2rem;
    padding-top: 30px;
}

.credit_02 .bycredit {
    font-size: 1.4rem;
}

#about h2 {
    text-align: center;
    margin-bottom: 20px;
}

#about02 h3,
#about03 h3 {
    margin-bottom: 10px;
}

table {
    border-collapse: collapse;
    border: none;
    border-spacing: 0;
    empty-cells: show;
    width: 100%;
}

.about_map img {
    width: 100%;
    height: auto;
}

table tr {
    border-bottom: 1px dotted #ccc;
}

table .title {
    width: 35%;
}

table td {
    width: 64%;
}

table th,
table td {
    vertical-align: top;
    font-weight: normal;
    text-align: left;
}

table th,
table td {
    display: inline-block;
    padding: 10px 0 8px;
}

.item-block p {
    font-size: 1.2rem;
    margin-bottom: 5px;
}

p.category {
    color: #a9894a;
    line-height: 1.6;
}

.list-cell p.title {
    font-size: 1.5rem;
    border-bottom: 1px dotted #666;
    padding-bottom: 6px;
    margin-bottom: 10px;
}

tr.list-indent .title {
    margin-top: 10px;
}

table .list-indent td ul li:first-child {
    width: 31.5%;
}

table .list-indent td ul li:last-child {
    padding-left: 0;
}

table .list-indent th,
#about02 table .list-indent td {
    display: block;
    padding-top: 0;
}

table .list-indent td ul {
    padding-bottom: 8px;
    margin-left: 60px;
}

table .list-indent td {
    width: initial;
}

table .list-indent td ul li {
    display: inline-block;
}

table .list-indent td ul li:last-child {
    padding-left: 0;
}

.about_map02 img {
    width: 100%;
    height: auto;
}

.company-list {
    padding-left: 0;
    padding-right: 0;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.company-list .company-cell div.h70 {
    height: 70px;
    margin-bottom: 30px;
}

.company-list .company-cell div.h70 img.mT10 {
    margin-top: 10px;
}

.company-list .company {
    font-size: 1.6rem;
}

.company-list .company {
    margin-top: 40px;
}

.company-list .company {
    color: #a9894a;
    margin-top: 16px;
    margin-bottom: 8px;
}

.company-list .company-cell {
    height: 225px;
}

.company-list .company-cell {
    margin: 40px auto;
    width: 30%;
}

/*terms*/
#term {
    position: relative;
    overflow: visible;
}

#term:before {
    content: "";
    position: absolute;
    width: 100%;
    background-size: contain;
    top: 380px;
    height: 93.5%;
    left: 0;
    z-index: -1;
    background-color: #fbf8f0;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
}

#term02,
#term03,
#term04 {
    width: 720px;
    margin: 0 auto;
    text-align: left;
    border-bottom: 1px solid #ccc;
    padding-bottom: 60px;
}

#term04 {
    border-bottom: 0px;
}

#term01 h1 {
    margin-bottom: 40px;
}

#term02 h2,
#term03 h2,
#term04 h2 {
    text-align: center;
    padding-top: 60px;
}

#term02 h3,
#term03 h3,
#term04 h3 {
    margin-top: 60px;
    margin-bottom: 20px;
    text-align: center;
}

#term02 ul {
    text-align: center;
}

#term02 ul li {
    display: inline-block;
    margin-right: 50px;
    position: relative;
}

#term02 ul li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#term02 ul li a:hover {
    color: #a9894a;
}

#term02 ul li:nth-of-type(2) {
    margin-right: 0px;
}

li.down_arrow:before {
    content: "";
    width: 0px;
    border-color: #a9894a;
    border-style: solid;
    border-width: 6px;
    border-left-color: transparent;
    /* border-top-color: transparent; */
    border-right-color: transparent;
    border-bottom: transparent;
    position: absolute;
    top: 8px;
    left: -20px;
}

#term p {
    margin-bottom: 30px;
}

/*ART*/
#art {
    position: relative;
    overflow: hidden;
}

#art:before {
    content: "";
    position: absolute;
    width: 100%;
    background-size: contain;
    height: 95%;
    top: 210px;
    left: 0;
    z-index: -1;
    background-color: #fbf8f0;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
}

#art h2 {
    margin-bottom: 20px;
}

#art h3 {
    margin-bottom: 10px;
}

#art02,
#art03,
#art04,
#art05,
#art06 {
    width: 960px;
    margin: 0 auto;
}

section#art03,
#art06 {
    margin: 40px auto 0;
}

#art06 {
    text-align: center;
}

#art06 .art_box {
    text-align: center;
    display: inline-block;
    width: calc(40% - 20px);
    margin-right: 20px;
}

#art06 .art_box:last-child {
    margin-right: 0;
}

#art06 .art_box .art_img,
#art06 .art_box .art_img img {
    width: 100%;
}

#art06 .art_box h3 {
    margin-top: 15px;
    font-size: 1.6rem;
}

#art06 a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#art06 a:hover {
    opacity: 0.7;
}

.artist_image {
    display: inline-block;
    text-align: left;
    width: 167px;
    vertical-align: top;
    margin-top: 30px;
}

.artDescriptionWrap:first-of-type {
    padding-top: 0;
}

.artDescriptionWrap:first-of-type .add-art-img,
.artDescriptionWrap:first-of-type .add-art-wrap {
    margin-top: 0;
}

.artist_image img {
    display: inline-block;
    width: 100%;
}

.art_info {
    /*display: inline-block;
  margin-top: 30px;
  margin-left: 30px;*/
    width: 800px;
    text-align: left;
    margin: 0 auto;
}

.art_info h3 {
    text-align: center;
    margin: 25px 0 15px !important;
}

p.product_caption {
    margin: 20px 0;
}

p.produt_detail {
    font-size: 1.2rem;
}

#art .pablic-ttl {
    margin-top: 45px;
}

.art_box {
    text-align: left;
    vertical-align: top;
    margin-bottom: 60px;
}

.art_img {
    width: 550px;
    display: inline-block;
}

.art_img>img {
    width: 100%;
    display: inline-block;
}

.art_caption {
    width: 380px;
    display: inline-block;
    text-align: left;
    vertical-align: top;
}

.artist_box {
    vertical-align: top;
    text-align: left;
    margin-top: 30px;
}

.artist_box img {
    vertical-align: top;
    display: inline-block;
    margin-right: 30px;
}

#art .artist_box p {
    display: block;
    vertical-align: top;
    margin-bottom: 0;
}

.artist_box a {
    color: #a9894a;
    text-decoration: underline;
    font-size: 1.2rem;
}

#art .small {
    font-size: 11px;
}

#art .block {
    margin-bottom: 40px;
}

.mgright {
    margin-right: 20px;
}

.direction_by {
    padding: 30px;
    border: 1px solid #a9894a;
}

.direction_by h3 {
    text-align: left;
    margin-bottom: 30px;
}

.direction_by .left {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    text-align: left;
}

.direction_by .left img {
    width: 100%;
    height: auto;
}

.direction_by .right {
    display: inline-block;
    vertical-align: top;
    width: 770px;
    text-align: left;
}

.direction_by .left span {
    font-size: 1.2rem;
    text-align: center;
    display: inline-block;
    margin-top: 5px;
}

.art_en .direction_by .left span {
    font-size: 1.1rem;
}

.direction_by .left span span {
    margin-left: 0px;
    margin-top: 0px;
    display: block;
    color: #a9894a;
}

.teamlab,
.patrick {
    display: inline-block;
    /*width: 220px;*/
    width: 435px;
    text-align: left;
    vertical-align: top;
}

.teamlab_img,
.patrick_img {
    display: inline-block;
    text-align: left;
    vertical-align: top;
}

.teamlab {
    margin-right: 65px;
}

.patrick {
    margin-left: 65px;
}

.teamlab_img {
    /*margin-right: 30px;*/
    margin-right: 87px;
}

.patrick_img {
    margin-left: 87px;
}

.patrick,
.patrick_img {
    margin-top: 60px;
}

.profile_box {
    display: inline-block;
    /*width: 300px;*/
}

.profile_box_01 {
    display: inline-block;
    width: 650px;
}

.profile_box_02 {
    display: inline-block;
    width: 410px;
}

#art .profile_box h4,
#art .profile_box_02 h4 {
    margin-top: 0;
}

.profile_box_01 h4 {
    margin: 0 0 10px !important;
}

div#archive {
    margin: 60px 0 100px;
}

.art_archive:before {
    content: "";
    width: 40px;
    border-bottom: 1px solid #555;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -3px;
}

h3#kusama {
    margin: 0 0 15px;
}

div#kusama {
    margin-top: 20px;
}

.art_caption .view_all {
    padding: 8px 60px 7px 40px !important;
    margin-top: 5px;
}

/*shop_all*/
#sitemap {
    position: relative;
    overflow: hidden;
}

#sitemap:before {
    content: "";
    position: absolute;
    width: 100%;
    background-size: contain;
    height: 82%;
    top: 210px;
    left: 0;
    z-index: -1;
    background-color: #fbf8f0;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
}

section#sitemap02 {
    width: 960px;
    margin: 0 auto 100px;
}

#shop_all {
    position: relative;
    padding-bottom: 100px;
    overflow: hidden;
}

#shop_all:before {
    content: "";
    position: absolute;
    width: 100%;
    background-size: contain;
    height: 75%;
    top: 430px;
    left: 0;
    z-index: -1;
    background-color: #fbf8f0;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
}

#shop_all02 {
    max-width: 1100px;
    width: 1100px;
    margin: 0 auto;
}

ul.AtoZ_list li {
    display: inline-block;
    margin-right: 8px;
}

.AtoW_list {
    margin: 60px auto;
    line-height: 1.8;
}

.dutyfree_list {
    margin: 0 auto 30px;
}

.AtoW_list li,
.dutyfree_list li {
    display: inline-block;
    font-size: 1.8rem;
}

.AtoW_list a,
.dutyfree_list a {
    color: #a9894a;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.AtoW_list a:hover,
.dutyfree_list a:hover {
    opacity: 0.7;
}

.AtoW_list span,
.dutyfree_list span {
    padding: 0 8px;
    color: #bbb;
}

dl.AtoZ_dl {
    vertical-align: top;
    text-align: left;
    border-top: 1px dotted #ccc;
    margin-top: 30px;
    padding-top: 30px;
}

dl.AtoZ_dl dt {
    width: 60px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

dl.AtoZ_dl dd {
    width: calc(100% - 70px);
    display: inline-block;
    vertical-align: top;
    text-align: left;
    line-height: 1.8;
}

dd.column a,
dd.column span {
    display: block;
    padding-left: 40px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    line-height: 1.6;
    margin: 20px 0;
    font-size: 1.3rem;
    word-wrap: break-word;
}

dd.column a:hover {
    color: #a9894a;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#shop_all02 h2 {
    margin: 50px auto 0;
}

.shop_az .AtoW_list,
.shop_az .dutyfree_list {
    max-width: 590px;
}

.shop_az .AtoW_list li,
.shop_az .dutyfree_list li {
    margin: 0;
}

.shop_az .AtoW_list span,
.shop_az .dutyfree_list span {
    padding: 0 6px;
}

.sitemap_right {
    margin-left: 40px;
}

.sitemap_left,
.sitemap_right {
    display: inline-block;
    text-align: left;
    width: 45%;
    vertical-align: top;
}

.sitemap_left dl,
.sitemap_right dl {
    padding: 20px 0;
    border-bottom: 1px dotted #ccc;
}

.sitemap_left dl dt,
.sitemap_right dl dt {
    width: 120px;
    display: inline-block;
    vertical-align: top;
}

.sitemap_left .dd_second,
.sitemap_right .dd_second {
    width: 80px;
    display: inline-block;
    vertical-align: top;
}

.sitemap_left dd .cat-item a,
.sitemap_left dd .cat-item:before {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.sitemap_left dd .cat-item:hover a {
    color: #a9894a;
}

.sitemap_left dd .cat-item:hover:before {
    border-color: #a9894a !important;
}

.sitemap_left dl dd,
.sitemap_right dl dd {
    display: inline-block;
    vertical-align: top;
}

#sitemap .btn_arrow:before,
#sitemap .btn_arrow a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#sitemap .btn_arrow:hover:before,
#sitemap .btn_arrow a:hover {
    color: #a9894a;
    border-color: #a9894a;
}

/* ----------

 add
 2017.03.08 

 ---------- */
body {
    -webkit-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
    opacity: 0;
}

main {
    position: relative;
}

.overflow-x {
    position: relative;
    overflow-x: hidden !important;
}

.sp-image-container {
    background: #000;
    position: relative;
    z-index: 30;
}

/* footer */
footer {
    height: auto;
}

footer h2 {
    display: block;
    width: 170px;
    height: 30px;
    float: none;
}

footer h2 img {
    display: block;
}

footer ul {
    margin-left: 0;
}

.m-txt_foot_01 {
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
}

.m-txt_foot_02 {
    font-family: "中ゴシックBBB";
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 20px;
}

.m-txt_foot_02 a {
    color: #fff;
}

.m-txt_foot_01 span {
    font-size: 1.2rem;
}

.l-grid-item_foot {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    letter-spacing: 0.08px;
}

.l-grid-item_foot:nth-of-type(1) {
    width: 34%;
    float: left;
}

.l-grid-item_foot:nth-of-type(2) {
    width: 35%;
}

.l-grid-item_foot:nth-of-type(3) {
    width: 17%;
}

.l-grid-item_foot:nth-of-type(4) {
    width: 10%;
}

.l-grid-item_foot:nth-of-type(5) {
    width: 15%;
}

.l-menu-item_foot {
    font-size: 1.4rem;
    margin-bottom: 7px;
    line-height: 1.5;
    color: #fff;
}

.l-menu-item_foot:last-of-type {
    margin-bottom: 0;
}

.l-menu-item_foot dt {
    display: inline-block;
    width: 40%;
    font-size: 1.4rem;
    vertical-align: top;
}

.l-menu-item_foot dd {
    display: inline-block;
    width: 45%;
    font-size: 1.4rem;
}

/* subnav */
.subnav_inner {
    width: 58px;
    height: 36px;
    position: relative;
    margin: 0 auto;
}

.subnav_inner img {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.txt_wrap {
    margin-top: 10px;
}

.keyword_list li a {
    font-size: 1.2rem;
}

#shop_all02 .AtoZ_dl h2 {
    margin-top: 0;
}

.AtoZ_list a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.AtoZ_list a:hover {
    color: #a9894a;
}

.shop_tag {
    font-size: 1.4rem;
}

/* アクセス */
#access02:before {
    top: 620px;
}

#service05 {
    text-align: left;
    width: 720px;
    margin: 0 auto;
}

#service05 p {
    line-height: 1.7;
}

/* module */
.m-underBar {
    text-decoration: underline;
}

.m-icon_list01 {
    display: inline-block;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    margin-right: 5px;
}

#service h2.m-ttl_service01 {
    margin-bottom: 40px;
}

.m-text_subCopyService01 {
    display: block;
    color: #a9894a;
    font-size: 1.4rem;
    margin: 0 auto;
    position: relative;
    text-align: center;
    margin-top: 12px;
}

.m-text_subCopyService01 span {
    display: inline-block;
    padding: 0 5px;
    background: #fbf8f0;
    position: relative;
    z-index: 10;
}

.foot_wrap_service {
    margin-top: 40px;
    border: solid 1px #a9894a;
    padding: 20px;
}

#service .m-text_service01 {
    text-align: center;
    margin-bottom: 55px;
}

.m-text_ttl_sub01 {
    font-size: 1.4rem;
    color: #555;
}

/* プレスルーム */
.l-wrap_pressRoom {
    margin-bottom: 80px;
}

.l-dl_preessRoom {
    width: 720px;
    margin: 0 auto;
    text-align: left;
}

.l-dl_preessRoom dt,
.l-dl_preessRoom dd {
    display: inline-block;
    vertical-align: top;
}

#pressroom02 a.download {
    margin-bottom: 10px;
    text-indent: -32px;
    margin-left: 30px;
}

#pressroom02 h2 {
    line-height: 1;
    text-align: center;
}

.l-wrap_pressRoom02 {
    width: 720px;
    margin: 0 auto;
    text-align: left;
}

.l-dl_preessRoom dt {
    width: 18.75%;
}

.l-dl_preessRoom dd {
    width: 80%;
}

.l-dl_preessRoom dd a {
    color: #a9894a;
}

#pressroom02 hr {
    border-bottom: 1px dotted #dddddd;
    width: 720px;
    margin: 10px auto 20px;
}

/* news */
#single02 {
    max-width: 960px;
    border-top: 1px solid #c9c6c0;
    margin: auto;
}

#single02 .view_all:after {
    content: "";
    background-image: url(../images/top/view_arrow.png);
    background-position: center;
    background-size: 100%;
    position: absolute;
    right: -9px;
    top: 7px;
    height: 20px;
    width: 35px;
    background-color: #90743c;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background-size: 70%;
}

.single_end {
    margin-bottom: 0;
}

.single_end_left,
.single_end_right {
    display: inline-block;
    vertical-align: top;
}

.single_end_left {
    text-align: left;
    width: 60%;
    margin-right: 5.6%;
    float: left;
}

.single_end_left a.txt_link {
    margin-bottom: 5px;
}

.end_wrapper {
    border: solid 1px #afada8;
    padding: 15px;
}

.single_end_left p {
    margin: 0;
}

.single_end_left .open {
    display: block;
}

p.single_end_end {
    display: inline-block;
    background: #a9894a;
    color: #fff;
    padding: 8px 35px;
    font-size: 1.2rem;
}

.single_end_left .single_end_end {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1;
}

.single_end_right {
    width: 34%;
    float: left;
}

.single_end_right img {
    vertical-align: top;
    width: 100%;
}

/* terms */
/*#term:before{
  top:500px;
  height:76.5%;
  }*/
#term05 {
    width: 720px;
    margin: 0 auto;
    text-align: left;
    border-bottom: 1px solid #ccc;
    padding-bottom: 60px;
}

#term04 {
    padding-bottom: 180px;
}

/*#term04,#term05{
  margin-top:-140px;
  padding-top:140px;
  }*/
#term04 h2 {
    text-align: center;
    padding-top: 60px;
    margin-bottom: 60px;
}

#term02 h3,
#term03 h3,
#term04 h3 {
    text-align: left;
}

#term04 h3 {
    margin-top: 60px;
    margin-bottom: 20px;
    text-align: left;
}

#term a {
    text-decoration: underline;
}

#term02 ul {
    margin: 0 auto;
}

/* menu */
.menu-trigger-outer {
    position: absolute;
    width: 70px;
    height: 60px;
    top: 0;
    left: 0;
    z-index: 999999;
}

.pc .cate_list .hover02 a:hover {
    background: #90743c;
}

.dropdown_btn.move-z {
    z-index: 2;
}

.dropdown_btn.is-active {
    background: #a9894a;
}

.dropdown_btn.is-active img {
    opacity: 0;
}

.dropdown_btn.is-active img.more_arrow {
    opacity: 1;
}

/* add yoshimura 2017.03.14 */
.serch_wrap_sp {
    position: absolute;
    right: 20px;
    top: 23px;
}

.serch_wrap_sp input.serch_open {
    width: 140px !important;
}

.serch_wrap_sp .serch img {
    width: 25px;
    height: 25px;
}

.burger_nav_head {
    width: 100%;
    height: 50px;
    position: absolute;
    background: #A9894B;
    top: 0;
    left: 0;
    z-index: 60;
}

.burger_nav_inner {
    padding-top: 200px;
    margin-top: -100px;
    height: calc(100% + 100px);
    width: 110%;
    overflow-y: scroll;
    padding-bottom: 50px;
    -webkit-overflow-scrolling: touch;
}

.burger_nav_inner>div {
    padding-right: 10%;
    padding-bottom: 50px;
}

nav#burger_nav {
    overflow: hidden !important;
}

ul.burger_menu {
    position: static;
    top: 0;
    left: 0;
    margin: 0 auto;
    text-transform: uppercase;
}

.lang_list_sp {
    width: 80%;
    margin: 0 auto;
    text-align: left;
    margin-top: 20px;
}

.lang_list_sp li {
    margin-bottom: 7px;
}

.lang_list_sp li a {
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.lang_list_sp li a:hover {
    opacity: 0.7;
}

#top01 .sp-slides a {
    display: block;
    width: 100%;
    height: 100%;
}

#top01 .sp-slides a .sp-image {
    -webkit-transition: 0.3s ease-in !important;
    transition: 0.3s ease-in !important;
    width: 100% !important;
    height: 100% !important;
}

#top01 .slider-pro a:hover .sp-image {
    opacity: 0.6;
}

#top01 .sp-thumbnail:hover:before {
    background-color: rgba(0, 0, 0, 0.75);
}

#top01 .sp-thumbnail a {
    -webkit-transition: 0.3s !important;
    transition: 0.3s !important;
    display: inline;
}

#top01 .sp-thumbnail a:before {
    -webkit-transition: 0.3s !important;
    transition: 0.3s !important;
}

#top01 .sp-thumbnail a:hover {
    color: #a9894a;
}

#top01 .sp-thumbnail a:hover:before {
    border-color: #a9894a;
}

/* floormap */
#floorMapList li {
    display: none;
}

#navigation ul li {
    margin-right: 60px;
}

.floorMap_wrap {
    position: relative;
}

#floor .floor_list02 li a {
    pointer-events: none;
}

#art:before {
    top: 430px;
    height: 85%;
}

.pc .dropdown_list .dropdown2 a:hover {
    background: #fff;
    color: #a9894a;
}

.direction_by {
    width: 807px;
    margin: 55px auto 60px;
    padding: 25px;
}

#art .direction_by h3 {
    margin-bottom: 7px;
}

#art .direction_by a.view_detail {
    margin-top: 10px;
}

.artDescriptionWrap {
    padding-top: 5px;
    margin-bottom: 25px;
}

.direction_by .right {
    width: 630px;
    padding-left: 10px;
}

#art04 {
    padding-bottom: 30px;
}

.pc .pc_hide.left {
    display: none;
}

#art05 h1 {
    margin-bottom: 55px;
}

#art02 .produt_detail_mt {
    margin-top: 25px;
}

#art p {
    margin-bottom: 15px;
    margin-top: 0;
}

#art h4 {
    font-size: 1.4rem;
    color: #a9894a;
    margin: 10px 0;
}

a.btn_arrow.sp-selectable {
    width: 38px;
}

#art p.art_sub_description_01 {
    margin-top: -15px;
    margin-bottom: 55px;
}

/*search*/
#search {
    min-height: calc(100vh - 170px);
}

#search h1 {
    color: #a9894a;
    margin: 50px 0;
}

span.snumber {
    font-size: 1.4rem;
}

section#serch_result01,
section#serch_result02,
section#serch_result03 {
    width: 720px;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 30px;
}

h2.gold.search_resulth2 {
    margin-bottom: 60px;
}

section#serch_result01 h2,
section#serch_result02 h2,
section#serch_result03 h2 {
    border-bottom: 1px solid #7f7f7f;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

ul.serch_list li {
    border-bottom: 1px dotted #7f7f7f;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

ul.serch_list li:nth-child(n+8) {
    display: none;
}

ul.serch_list.show li:nth-child(n+8) {
    display: block;
}

ul.serch_list li {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

ul.serch_list li {
    color: #a9894a;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

ul.serch_list {
    /* max-height: 335px;
  overflow: hidden;
  -webkit-transition: .3s;
  transition: .3s;*/
}

ul.serch_list li a {
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

ul.serch_list li a:hover {
    color: #a9894a;
}

#search .view_all {
    display: block;
    margin: 30px auto;
    text-align: center;
    width: 178px;
}

.sp-thumbnail-container {
    cursor: auto;
}

#top01 h3.thum_ttl {
    bottom: 10px;
}

.navigationInner {
    position: relative;
    width: 100%;
    height: 50px;
    overflow: hidden;
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    background: #fff;
    border-bottom: 1px solid #e5dbc8;
}

.rarrow {
    position: relative;
    top: -1px;
    margin: 0 5px;
}

.ttl_current {
    line-height: 1;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #777;
    margin-bottom: -2px;
    width: 200px;
}

#term .local_menu_terms a {
    text-decoration: none;
}

.show_all_wrap {
    width: 1130px;
    margin: -20px auto 0;
    text-align: right;
}

.show_all_inner {
    width: 155px;
    margin-left: auto;
    text-align: center;
}

.show_all_btn {
    margin-left: -47px;
}

/* 404.php */
#not_found {
    position: relative;
    min-height: calc(100vh - 310px);
}

#not_found:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    background-size: contain;
    height: 70%;
    top: 380px;
    left: 0;
    z-index: -1;
    background-color: #fbf8f0;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
}

#not_found .h1_style {
    padding-top: 50px;
    margin-bottom: 60px;
}

.not_found_menu_body {
    padding-top: 60px;
    padding-bottom: 190px;
}

.not_found_menu_body li {
    font-size: 1.6rem;
    line-height: 2.25;
}

/**/
.sub_field01 {
    text-align: left;
}

.sub_field01 h4 {
    color: #a9894a;
}

.bx-wrapper .bx-pager {
    -webkit-tap-highlight-color: transparent;
}

a.txt_link {
    color: #A9894E;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a.txt_link:hover {
    opacity: 0.7;
}

.txt_link.btn_arrow::before,
.txt_link.btn_arrow::after {
    border-color: #A9894E;
}

p.no_result {
    text-align: center;
    height: 20vh;
}

.shop_InfoInner dd a.tel_link,
a.tel_link {
    pointer-events: none;
    color: #555;
    text-decoration: none !important;
}

.sub-nav {
    list-style-type: none;
    display: block;
    padding: 0;
    width: 100%;
    text-align: center;
    margin: auto;
    margin-bottom: 30px;
}

.sub-nav li {
    display: inline-block;
    border-top: none;
    padding-right: 26px;
    padding-left: 26px;
}

.sub-nav li span {
    display: block;
    width: auto;
    margin: 0 auto;
    text-align: left;
}

.sub-nav li a span::before {
    content: "";
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    margin-right: 0.32em;
    vertical-align: center;
    background-image: url(../assets/img/membership/nav/triangle.svg);
    background-size: contain;
    -webkit-background-size: contain;
    background-repeat: no-repeat;
}

.sub-nav li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.sub-nav li a:hover {
    color: #a9894a;
}

/* タブレット */
@media screen and (min-width: 769px) {
    .tablet .contents_before {
        top: 0 !important;
        z-index: 1;
    }

    .tablet .contents {
        width: 100%;
        overflow: visible;
        -webkit-transform: none;
        transform: none;
        height: 40px !important;
        margin-bottom: 250px;
        background-color: #fbf8f0;
        position: relative;
    }

    .tablet .contents:before {
        content: "";
        position: absolute;
        top: 39px;
        left: 0;
        width: 100%;
        padding-bottom: 17.67578125%;
        background: url("../images/top/mask_01.png") no-repeat bottom left;
        background-attachment: auto;
    }

    .tablet #top06 .contents:before {
        background: url("../images/top/mask_03.png") no-repeat bottom left;
    }

    .tablet .contents_before {
        background-image: none !important;
        -webkit-transform: none;
        transform: none;
        height: 290px;
        padding-bottom: 0;
    }

    .tablet .contents_before:after {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 100%;
        padding-bottom: 17.67578125%;
        background: url("../images/top/mask_02.png") no-repeat bottom left;
    }

    .tablet #top06 .contents_before:after {
        content: "";
        background: url("../images/top/mask_04.png") no-repeat bottom left;
    }

    .tablet #bgParallaxSp {
        position: fixed;
        background-image: none;
        background-repeat: no-repeat;
        background-size: cover !important;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: -1;
        background-position: bottom center !important;
        -webkit-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px);
        display: block;
    }

    .tablet section#top03 {
        /*padding-bottom:40px;*/
        /* padding-top: 40px;*/
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        background: none;
    }

    .tablet section#top06 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .tablet section#top06 .contents {
        background: #fff;
    }

    .tablet section#top07 {
        background: #fff;
    }

    .tablet section#top03,
    .tablet section#top04,
    .tablet section#top05,
    .tablet section#top06,
    .tablet section#top07 {
        margin-top: -1px;
    }

    .tablet section#top05 {
        background: #fff;
    }

    .tablet #top07 .card_wrap {
        margin-bottom: 0;
    }

    .tablet #top07 {
        padding-bottom: 110px;
    }

    .tablet .subnav {
        margin-bottom: 0;
        padding-bottom: 15px;
        background: #fff;
    }

    .tablet #top02.topPage {
        margin-top: -1px;
    }
}

@media screen and (min-width: 769px) and (min-width: 960px) {
    .tablet .contents {
        margin-bottom: 450px;
    }

    .tablet .contents_before {
        height: 490px;
    }
}

p.restaurants_attension {
    margin: 30px 0 40px;
}

.aligncenter {
    display: block;
    margin: 0 auto !important;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

/*Top Instagram*/
#top02 .instagram {
    margin-bottom: 20px;
}

#top02 .instagram img {
    position: relative;
    top: -3px;
    margin-right: 5px;
}

#top02 .instagram a {
    text-decoration: underline;
    color: #a9894a;
    margin-right: 25px;
    line-height: 2;
}

#top02 .instagram a {
    text-decoration: underline;
}

/*Top Timeline*/
.tl_wrap {
    display: inline-block;
    width: 800px;
    margin: 0 auto 0;
}

.tl_list {
    margin-bottom: 5px;
    padding-bottom: 3px;
}

.timeline .tl_list li {
    text-align: left;
    border-bottom: 1px solid #dddddd;
    padding: 5px 2px 4px;
    width: 100%;
    display: table;
}

.tl_list li:nth-of-type(n+11) {
    display: none;
}

.timeline .tl_list a {
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #a9894a;
}

.timeline .tl_list a:hover {
    opacity: 0.7;
}

.timeline .tl_list .tl_thumb {
    display: inline-block;
    vertical-align: top;
    width: 45px;
}

.timeline .tl_thumb img {
    width: 100%;
}

.timeline .tl_info {
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
    width: calc(100% - 95px);
}

.timeline .tl_title {
    display: inline-block;
    width: 65%;
    vertical-align: top;
}

.timeline a.tl_shopname,
.timeline span.tl_shopname {
    position: relative;
    display: inline-block;
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 3px;
    margin-right: 8px;
    width: 13%;
    margin-top: 21px;
}

.timeline span.content {
    color: #555;
}

.timeline .tl_cate {
    display: inline-block;
    padding: 1px 6px;
    font-size: 1.1rem;
    background: #a9894a;
    color: #fff;
    line-height: 1.4;
}

.tl_wrap .tl_view_all {
    margin-top: 5px;
    margin-bottom: 60px;
    text-align: right;
}

.tl_wrap .tl_view_all a {
    color: #a9894a;
    font-size: 1.2rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.tl_wrap .tl_view_all a:hover {
    opacity: 0.7;
}

.tl_wrap .tl_view_all .btn_arrow::before,
.tl_wrap .tl_view_all .btn_arrow::after {
    border-color: #a9894a;
}

.insta_list {
    font-size: 0;
}

.insta_list li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
}

.insta_list li:hover {
    background: #a9894b;
}

.insta_list li:nth-child(3n) {
    margin-right: 0px;
}

.insta_list li img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.insta_list li img:hover {
    opacity: 0.6;
}

.insta_list li img {
    width: 223px;
}

.pagePass {
    height: 85vh;
}

.pagePass h1 {
    color: #a9894a;
    text-align: center;
    font-size: 2rem;
    margin: 20px 0;
}

.pagePass p {
    margin-bottom: 20px;
}

.pagePass input.form {
    border: 1px solid #aaa;
    padding: 1px 5px;
}

.pagePass .enter {
    background: #a9894a;
    color: #fff;
    border-radius: 0;
    padding: 2px 11px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    margin-left: 3px;
}

.pagePass .enter:hover {
    opacity: 0.6;
}

/* stopped accepting applications */
#not_found .h1_style02 {
    font-size: 2.1rem;
    color: #a9894a;
    margin-bottom: 30px;
    padding-top: 120px;
    line-height: 1.6;
}

#not_found .cont {
    text-align: left;
    max-width: 800px;
    margin: auto;
}

/* membership add*/
.p_membership_update {
    margin: 40px auto;
    font-size: 1.3rem;
    text-align: left;
    width: 680px;
}

.section#stageservice {
    padding-bottom: 30px;
}

section#premium {
    padding-bottom: 90px;
    padding-top: 50px;
}

@media only screen and (min-width: 1024px) and (max-width: 1099px) {

    .news_wrap,
    section#floor01,
    .shop_archive {
        width: 1024px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .cate_list>li,
    .cate_list li ul li {
        width: 216px;
    }

    .detail_Kv,
    #shop_all02 {
        width: 1024px;
    }

    .news_list li,
    .pc .news_list_top.news_list li {
        width: 305px;
        margin-right: 30px;
    }

    #top04 {
        padding: 0 20px;
    }

    section#single02 .news_list li {
        width: 283px;
    }

    .card_wrap {
        width: 100%;
    }

    .footer_inner {
        min-width: 1024px;
    }
}

.press_group h3,
.press_group h3 a {
    color: #a9894a;
    margin: 40px 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.press_group h3 a span {
    background: #fbf8f0;
    padding: 0 15px;
    position: relative;
    z-index: 2;
}

.press_group h3 a .sankaku {
    border: none;
}

.press_group h3 a .sankaku:before {
    border: 10px solid transparent;
    border-top-color: #a9894a;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    top: -11px;
    margin-left: 7px;
}

.press_group h3 a .sankaku.up:before {
    border-top-color: transparent;
    border-bottom-color: #a9894a;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.press_group h3 a:before {
    content: "";
    display: block;
    border-top: 1px solid #a9894a;
    position: relative;
    top: 15px;
    width: 720px;
    margin: auto;
}

.press_group h3 a:hover {
    color: #D2B681;
}

.press_wrap {
    display: none;
}

/*Swiper Basic*/
.slider_with_controler {
    position: relative;
    height: 100%;
}

.slide_run {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slide_controler {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 20;
}

.slide_assets {
    text-align: center;
}

.swiper-pagination {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    position: relative;
    z-index: 10;
    vertical-align: top;
}

.swiper-pagination span {
    display: inline-block;
    margin: 0 6px;
    background: #a9894a;
    position: relative;
    width: 7px;
    height: 7px;
}

.swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    border-radius: 50%;
    transition: 0.3s;
    -webkit-ttransition: 0.3s;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.swiper-pagination .swiper-pagination-bullet-active {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    border: 1px solid #a9894a;
    background: none;
}

.swiper-pagination a {
    position: relative;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px;
}

/*End Swiper*/
.subnav {
    background: #FFF;
}

#topSlide .topSlide_thumbs .subnav {
    display: none;
}

#topSlide ul.sp_subnav_list a {
    position: relative;
}

/* TopSlide */
#topSlide {
    width: 100%;
    height: calc(100vw / 16 * 9 / 1.6 - 35px);
    position: relative;
}

/*PC時*/
@media screen and (min-width: 961px) {
    .sp_topSlide {
        display: none;
    }

    .pc_topSlide {
        width: 100%;
        height: 100%;
    }
}

/*SP時*/
@media screen and (max-width: 960px) {
    .pc_topSlide {
        display: none;
    }

    .sp_topSlide {
        width: 100%;
        height: 100vw;
    }

    #topSlide {
        width: 100%;
        height: 100vw;
        position: relative;
    }
}

#topSlide .slider_with_controler {
    width: 100%;
}

#topSlide .slide_run {
    width: 100%;
    height: 100%;
}

#topSlide .slide_run a:before {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(/wp-content/themes/G6/images/top/topslide-shadow.png);
    width: 100%;
    height: 100%;
    z-index: 10;
    background-size: contain;
    overflow: hidden;
}

#topSlide .swiper-slide {
    background: #000;
}

#topSlide h3.slide_ttl {
    position: absolute;
    bottom: 30px;
    text-align: center;
    left: 0;
    color: #fff;
    font-size: 3rem;
    z-index: 10;
    width: 100%;
}

#topSlide .g6editors_illust {
    width: 120px;
    margin-right: 8px;
    display: inline-block;
    position: relative;
    top: 13px;
}

#topSlide .g6editors_illust img {
    width: 100%;
}

#topSlide .g6editors_title {
    display: inline-block;
    width: calc(80% - 160px);
}

#topSlide .g6editors_title .ttl {
    display: inline-block;
}

#topSlide .slide_assets_set {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 100;
}

#topSlide .swiper-pagination {
    bottom: 10px;
    text-align: center;
    position: absolute;
    display: block;
}

#topSlide .next,
#topSlide .prev {
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: inline-block;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    background-color: #a9894a;
    background-image: url(../images/top/view_arrow.png);
    background-position: center;
    background-size: 60%;
}

#topSlide .next:hover,
#topSlide .prev:hover {
    background-color: #90743c;
}

#topSlide .prev {
    margin-right: 1px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.topSlide_thumbs {
    position: absolute;
    top: 0;
    right: 0;
    overflow: auto;
    width: 25%;
    height: calc(100vw / 16 * 9 / 1.6);
    -ms-overflow-style: none;
}

.topSlide_thumbs ul {
    position: relative;
    top: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.topSlide_thumbs a:not(.gold) {
    position: absolute;
    color: #FFF;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.topSlide_thumbs span.bgImg {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.topSlide_thumbs li.thumbnail {
    width: 100%;
    height: calc(100vw / 16 * 9 / 1.6 / 3.5);
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    background: #000;
}

.topSlide_thumbs li.thumbnail:not(last-child) {
    border-top: 1px solid #999;
}

.pc .topSlide_thumbs li span.bgImg:hover {
    opacity: 0.3;
}

.topSlide_thumbs .thumb_txt,
#topSlide .thumb_txt .g6editors_title {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 10px;
    z-index: 20;
    text-align: left;
    padding-left: 20px;
    padding-right: 10px;
}

.topSlide_thumbs .thumb_txt h3 {
    color: #FFF;
    font-size: 1vw;
}

.topSlide_thumbs .thumb_txt p {
    color: #FFF;
    font-size: 0.7vw;
    line-height: 1.4;
}

#topSlide .thumb_txt .g6editors_illust {
    display: none;
}

.topSlide_thumbs .active_bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    background: #a9894a;
    height: calc(100vw / 16 * 9 / 1.6 / 3.5);
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.right_search {
    height: 580px;
}

.app_wrap {
    position: relative;
}

.app_right {
    top: -60px;
}

.app_right .slider_with_controler {
    position: absolute;
    top: 43px;
    left: 50%;
    width: 78%;
    transform: translateX(-50%);
}

.app_right .slider_with_controler .swiper-slide img {
    width: 100%;
}

.app_right .swiper-pagination {
    top: calc(50% - 43px);
    right: -120px;
    transform: translateY(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) rotate(90deg);
}

.app_wrap h2 {
    position: absolute;
    color: #a9894a;
    position: relative;
    padding-left: 70px;
    margin-bottom: 10px;
    line-height: 1.5;
    text-align: left;
}

.app_wrap h2:before {
    content: "";
    background-image: url(../images/top/feature01.png);
    position: absolute;
    left: 0;
    top: 50%;
    width: 45px;
    height: 55px;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.card_wrap h2 {
    color: #a9894a;
    position: relative;
    padding-left: 70px;
    margin-bottom: 10px;
    line-height: 1.5;
    width: 450px;
    text-align: left;
    float: right;
}

.card_wrap h2:before {
    content: "";
    background-image: url(../images/top/feature02.png);
    position: absolute;
    left: 0;
    top: 50%;
    width: 45px;
    height: 55px;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.breadcrumbs {
    position: relative;
    z-index: 9999;
    font-size: 1.2rem;
}

.breadcrumbs {
    display: none;
}

.breadcrumbs div {
    display: inline-block;
}

/*Hitosara*/
#shop_detail .quick_info {
    font-size: 1.3rem;
    margin-bottom: 20px;
}

#shop_detail .quick_info li {
    margin-right: 10px;
    margin-bottom: 8px;
    display: inline-block;
}

#shop_detail .quick_info .label {
    padding: 3px 5px;
    border: 1px solid #555;
    display: inline-block;
}

#shop_detail .shop_nav {
    margin-bottom: 15px;
    border-bottom: 1px solid #a9894a;
    padding-left: 10px;
}

#shop_detail .shop_nav li {
    float: left;
    margin-right: 1px;
    display: inline-block;
}

#shop_detail .shop_nav a {
    display: inline-block;
    padding: 8px 20px;
    color: #FFF;
    background: #a9894a;
    font-size: 1.3rem;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

#shop_detail .shop_nav a:hover {
    background: #90743c;
}

#shop_detail .shop_nav a.current {
    background: #90743c;
}

.ShopSingle_inner .prof_en {
    display: none;
}

/* add restaurant top */
.shop-label-info {
    display: inline-block;
    margin-left: 3px;
}

#restaurant_Slide {
    width: 100%;
    height: 530px;
    margin-bottom: 40px;
}

#restaurant_Slide .slide_run {
    width: calc(100% - 260px - 2px);
    float: left;
    margin-right: 2px;
}

#restaurant_Slide .slide_run li {
    position: relative;
    /*background: #000;*/
}

#restaurant_Slide .slide_run li:before {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(/wp-content/themes/G6/images/top/topslide-shadow.png);
    width: 100%;
    height: 100%;
    /*z-index: 10;*/
    background-size: contain;
    overflow: hidden;
    opacity: 0.6;
}

#restaurant_Slide .slide_run .slideImg {
    width: 100%;
    height: 530px;
}

#restaurant_Slide .slide_run .slideText {
    position: absolute;
    left: 20px;
    bottom: 20px;
    color: #FFF;
    font-size: 1.6rem;
}

#restaurant_Slide .thumbs {
    width: 260px;
    height: 530px;
    overflow: hidden;
    float: left;
}

#restaurant_Slide .thumbs ul {
    width: calc(100% + 15px);
    overflow: scroll;
    height: 100%;
    overflow-x: hidden;
}

#restaurant_Slide .thumbs li {
    list-style: none;
    width: 128px;
    height: 94px;
    margin-right: 2px;
    margin-bottom: 2px;
    float: left;
    background: #000;
    cursor: pointer;
}

#restaurant_Slide .thumbs li .slideImg {
    width: 100%;
    height: 94px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

#restaurant_Slide .thumbs li .slideImg  img{
    width: 100%;
}

#restaurant_Slide .thumbs li.current .slideImg {
    opacity: 0.6;
}

#restaurant_Slide .thumbs li:nth-child(2n) {
    margin-right: 0;
}

/* windows sclollber 非表示 */
#restaurant_Slide .thumbs::-webkit-scrollbar {
    display: none;
}

#restaurant_Slide .thumbs {
    -ms-overflow-style: none;
    /*overflow: -moz-scrollbars-none;*/
}

.shop-prof-txt {
    width: 720px;
    margin: 0 auto;
}

.shop-prof-txt h2 {
    font-size: 2rem;
    color: #a9894a;
    text-align: center;
    line-height: 1.5;
    margin: 45px 0 25px;
}

.shop-prof-txt .shop_tag {
    margin-top: 15px;
}

.shop-data {
    margin: 60px 0;
}

.shop-data h2 {
    font-size: 2.4rem;
    color: #a9894a;
    text-align: center;
    margin-bottom: 30px;
}

.w720 {
    width: 720px;
    margin: 60px auto;
}

.shop-img-wrap {
    position: relative;
    margin-bottom: 40px;
}

.h-300 {
    height: 300px;
}

.h-345 {
    height: 345px;
}

span.best_cap {
    display: inline-block;
    background: #a9894a;
    position: absolute;
    left: 0;
    top: 0;
    padding: 4px 8px;
    font-size: 1.6rem;
    color: #fff;
    z-index: 1;
}

img.best-crown {
    width: 26px;
    display: block;
    text-align: center;
    margin: 5px auto 0;
}

.shop-img-left-top {
    width: 400px;
    float: left;
}

.shop-txt-top {
    text-align: left;
    display: table-cell;
    vertical-align: top;
}

.p-20 {
    padding-left: 20px;
}

.p-40 {
    padding-left: 40px;
}

.w720 h3 {
    font-size: 1.6rem;
    color: #a9894a;
}

.shop-txt-top p {
    margin: 15px 0 20px;
}

.shop-best_list {
    display: inline-block;
    text-align: left;
    margin: 0 35px 0 0;
    vertical-align: top;
    position: relative;
    width: 340px;
}

.shop-best_list.best3 {
    margin-right: 0;
}

img.shop-data_photo_menu {
    width: 100%;
    margin-bottom: 12px;
}

.shop_btn {
    text-align: center;
    margin-top: 40px;
}

.shop-img-left-shop {
    width: 460px;
    float: left;
}

.shop-data h3 {
    font-size: 1.8rem;
    color: #a9894a;
}

.shop_btn2 {
    text-align: left;
    margin-top: 20px;
}

.shop-chef-wrapper {
    margin-top: 80px;
    padding: 40px;
    border: 1px solid #a9894a;
}

.shop-prof_txt .shop-prof_img {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin-right: 20px;
}

.shop-prof_img img {
    width: 100%;
}

.shop-txtbox {
    width: calc(100% - 120px);
    float: left;
    text-align: left;
}

.shop-txtbox h4 {
    color: #555 !important;
    margin: 14px 0 !important;
}

.shop-txtbox p {
    margin-top: 10px;
}

/* restarant menu revise */
.restaurant-menu .shop-data {
    text-align: center;
    width: 960px;
    margin: 60px auto;
}

.restaurant-menu .shop-data h3 {
    margin-bottom: 10px;
    text-align: left;
}

.restaurant-menu .shop-data p {
    text-align: left;
}

.restaurant-menu .shop-data>div {
    display: inline-block;
    margin: 0 20px;
}

.restaurant-menu .shop-best_list {
    width: 430px;
}

.restaurant-menu .shop-data .best1 {
    width: 600px;
    margin: 0 auto 40px;
}

.restaurant-menu .shop-img-left-top {
    float: none;
    width: 100%;
    margin-bottom: 15px;
}

.restaurant-menu .best1 .shop-txt-top {
    display: block;
    padding-left: 0;
}

/* restarant shop */
.shop-inner {
    width: 100%;
    margin: 0 auto 80px;
    height: 375px;
}

.shop-inner-img {
    width: 500px;
    float: left;
}

.shop-inner:nth-child(odd) .shop-inner-img {
    float: right;
}

.shop-inner-img-left {
    width: 500px;
    float: left;
}

.shop-inner-img-right {
    width: 500px;
    float: right;
}

.shop-inner-txt {
    text-align: left;
    display: table-cell;
    vertical-align: top;
    padding: 0 40px 0;
}

.shop-inner h3 {
    margin: 0;
}

.shop-inner h4 {
    color: #555;
    margin: 0 0 6px;
}

.shop-inner p {
    margin-top: 10px;
}

.shop-inner-txt a {
    text-decoration: underline;
    transition: .3s
}

.shop-inner-txt a:hover {
    opacity: 0.6;
}

.shop-thumb_wrap {
    margin-bottom: 12px;
}

.shop-inner-txt ul {
    margin-top: 30px;
}

.shop-data_list {
    margin: 0 auto;
    text-align: left;
}

ul.shop-data_list li {
    display: inline-block;
    margin-bottom: 20px;
    vertical-align: top;
    position: relative;
}

li.shop-data_info {
    width: 305px;
    text-align: left;
    margin-right: 15px;
}

ul li.shop-data_info:nth-child(3n) {
    margin-right: 0;
}

img.shop-data_photo {
    width: 305px;
}

ul.shop-data_list p {
    margin-top: 10px;
}

/* restarant chef */
.vertical {
    height: 510px;
}

.vertical-img {
    width: 380px;
    margin-left: 60px;
}

.shop-note {
    margin-top: 10px !important;
}

.shop-logo {
    width: 300px;
    margin: 40px auto 0;
}

.shop-logo img {
    width: 100%;
}

.shop-logo p {
    font-size: 1.3rem;
    text-align: center;
    margin-top: 10px;
}

/*Home Renewal*/
.homeVer2 #top02 {
    position: relative;
    z-index: 2;
}

.homeVer2 #top02 .instagram {
    margin-top: -40px;
    margin-bottom: 40px;
}

.homeVer2 #top02 .instagram img {
    width: 100px;
    position: relative;
    top: 10px;
    margin-right: 8px;
}

.homeVer2 .news_list {
    margin-bottom: 0;
    text-align: center;
}

.img_insert {
    width: 100%;
    padding-top: 0;
    position: relative;
}

.img_insert_wrap {
    background: none;
    position: relative;
    margin: 0 0 10% 0;
    padding: 0px;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
    width: 100%;
    overflow: hidden;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    height: 520px;
}

.img_insert_holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 66.999%;
    background-position: bottom center;
    background-size: cover;
    background-attachment: fixed;
    z-index: -1;
    -webkit-transform: skewY(10deg);
    transform: skewY(10deg);
    background-repeat: no-repeat;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}

#img_insert1 {
    padding-bottom: 140px;
}

#img_insert1:before {
    content: "";
    display: block;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
    width: 100%;
    height: 500px;
    background: #fbf8f0;
    position: absolute;
    z-index: 0;
}

#img_insert1 .img_insert_wrap .img_insert_holder {
    background-image: url(../images/top/visual1.webp);
}

#img_insert2 {
    background: #fff;
    position: relative;
    z-index: 60;
    overflow: hidden;
    margin-top: -190px;
}

#img_insert2 .img_insert_wrap .img_insert_holder {
    background-image: url(../images/top/visual1.webp);
}

.editors_bottom_bnr {
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 50;
    width: 126px;
    height: 96px;
}

.editors_bottom_bnr:hover {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    opacity: 0.6;
}

.editors_bottom_bnr img {
    width: 100%;
}

section#top05 {
    padding-top: 1px;
    position: relative;
    background: #fbf8f0;
}

.timeline {
    width: 90%;
    max-width: 1400px;
    margin: auto;
}

.timeline .view_all {
    border-color: #e3ddcc;
    border: 1px solid;
    box-sizing: border-box;
    line-height: 1.5;
}

.timeline .view_all:after {
    top: 0px;
}

#top02 .timeline .view_all:after {
    border-color: #e3ddcc;
    border: 1px solid;
    box-sizing: border-box;
    top: -1px;
}

.timeline .cate_list {
    width: 100%;
    margin-bottom: 0;
    display: block;
}

.timeline .cate_list>li {
    width: calc((100% / 7) + 0.8px);
    margin: 0px;
    margin-right: -1px;
    border: 1px solid #e2c988;
    border-bottom: 1px solid #fff;
    margin-right: -1px;
}

#floor .timeline .cate_list>li {
    border: none;
}

.timeline .cate_list>li a {
    font-size: 1.4rem;
}

.timeline ul.cate_list li.current a {
    background: #FFF;
    color: #a9894a;
}

.timeline .timeline_wrapper {
    width: 100%;
    background: #FFF;
    margin-bottom: 40px;
}

.timeline .tab_wrap {
    position: relative;
    height: 485px;
    background: #FFF;
}

#floor .timeline .tab_wrap {
    height: 310px;
}

.timeline .tab_wrap .section {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #FFF;
    top: 0;
    left: 0;
    padding: 20px;
    padding-right: 10px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.timeline .tab_wrap .section.current {
    visibility: visible;
    opacity: 1;
}

.timeline .tl_list li {
    padding: 10px 2px 9px;
    font-size: 0;
}

.timeline .tl_list li:last-child {
    border-bottom: none;
}

.timeline .tl_list .tl_thumb {
    width: 95px;
}

.timeline .tl_cate {
    display: inline-block;
    background: none;
    color: #555;
    padding-left: 0;
    width: 17%;
    margin-top: 21px;
    vertical-align: top;
    text-align: center;
}

.timeline .tl_list li:nth-of-type(n+6),
.timeline .tl_list li:nth-of-type(n+11) {
    display: block !important;
}

.timeline .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.timeline .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: #a9894a !important;
}

.timeline .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: #90743c;
}

.timeline .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background: #90743c;
}

.timeline .mCSB_scrollTools .mCSB_draggerRail {
    background: none;
}

.pc .news_list_top.news_list.grid4 li {
    width: 242px;
}

.triangle1 {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 520px 3000px 0 0;
    border-color: #fbf8f0 transparent transparent transparent;
    margin-bottom: -520px;
}

.special_shop_news {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

.special_shop_news h1 {
    font-size: 2.4rem;
    color: #a9894a;
    margin: 50px 20px 60px;
}

.special_shop_news h1:before {
    content: "";
    width: 160px;
    border-bottom: 1px solid #a9894a;
    display: inline-block;
    margin-right: 20px;
    margin-top: 10px;
    vertical-align: super;
}

.special_shop_news h1:after {
    content: "";
    width: 160px;
    border-bottom: 1px solid #a9894a;
    display: inline-block;
    margin-left: 20px;
    vertical-align: super;
}

.opa {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.opa:hover {
    opacity: 0.8;
}

.open-cal {
    display: inline-block;
}

#news .calender .chtxt,
#news #news .calender .chtxt {
    font-size: 1.6rem;
}

#news .calender {
    margin-top: 40px;
    position: relative;
    width: 430px;
    margin: 0 auto;
    border: 1px solid #cccccc;
    padding: 12px 15px;
    text-align: left;
    margin-bottom: 40px;
}

#news .open-cal {
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

#news .open-cal:hover {
    opacity: 0.6;
}

#news .cal-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}

#news .calender form {
    display: block;
    height: 50px;
    width: 140px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
}

#news .calender form input#sample {
    background: #a8884f;
    color: #FFF;
    width: 100%;
    height: 100%;
    border: 1px solid #a8884f;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    cursor: pointer;
}

#news .calender form input#sample:hover {
    background: transparent;
    color: #a8884f;
}

#news div#datepicker {
    position: absolute;
    left: -240px;
    right: 0;
    margin: auto;
    width: 320px;
    z-index: 999;
    top: 55px;
    display: none;
    background-color: #FFF;
}

#news span.open-cal {
    cursor: pointer;
}

#news div#datepicker:before {
    content: "";
    border-right: 15px solid transparent;
    border-bottom: 20px solid #fff;
    border-left: 15px solid transparent;
    display: inline-block;
    position: absolute;
    top: -10px;
    left: 75px;
}

.noevent {
    min-height: 300px;
    text-align: center;
    width: 100%;
    font-size: 1.8rem;
    vertical-align: middle;
    padding-top: 150px;
}

#news .calender span,
#news .calender span {
    vertical-align: top;
}

#news .calender .cal-icon,
#news .calender .cal-icon {
    margin-right: 7px;
}

#datepicker .calender .cal-icon img,
#news .calender .cal-icon img {
    margin-top: 3px;
    vertical-align: top;
}

#datepicker .calender span img {
    vertical-align: top;
}

.ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    width: 320px;
    height: auto;
    padding: 10px 10px;
}

#datepicker table td {
    width: 30px;
    height: 30px;
    margin: 0 6px;
}

#datepicker .ui-datepicker-calendar thead th span {
    color: #757575;
}

#datepicker .ui-datepicker-calendar thead th span {
    font-size: 1.3rem;
}

#datepicker table tr {
    border: none;
}

#datepicker .ui-widget-header span {
    font-size: 1.5rem;
}

#datepicker #datepicker .ui-datepicker table {
    font-size: 1.3rem;
    color: #ECECEC;
}

#datepicker a.ui-state-default.ui-state-active {
    background-color: #555555;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    color: #ECECEC;
}

#datepicker .ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: transparent;
}

#datepicker .ui-state-default,
#datepicker .ui-widget-content .ui-state-default,
#datepicker .ui-widget-header .ui-state-default,
#datepicker .ui-button,
html #datepicker .ui-button.ui-state-disabled:hover,
html #discover .ui-button.ui-state-disabled:active {
    border: none;
    background: transparent;
}

#datepicker .ui-state-default,
#datepicker .ui-widget-content .ui-state-default {
    border: none;
    background: transparent;
    font-weight: normal;
    color: #454545;
    text-align: center;
    width: 30px;
    height: 30px;
    padding: 5px;
    font-size: 1.3rem;
}

#datepicker .ui-widget-header {
    border: none;
    background: none;
    color: #333;
    font-weight: bold;
}

#datepicker .ui-widget-header span {
    color: #191919;
}

/* categoly add*/
@media screen and (max-width: 1099px) {
    li.cat-item.cat-item-96.dropdown2 a {
        line-height: 15px;
        height: 40px;
    }

    .triangle1 {
        border-width: 190px 1099px 0 0;
        margin-bottom: -200px;
    }
}

/*static-event*/
#static-event:before {
    content: "";
    position: absolute;
    width: 100%;
    background-size: contain;
    height: calc(100% - 500px);
    top: 430px;
    left: 0;
    z-index: -1;
    background-color: #fbf8f0;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
}

#static-event .kv {
    width: 100%;
    max-width: 1600px;
    margin: auto;
}

#static-event .kv img {
    width: 100%;
}

#static-event .alert-notice {
    color: #FFF;
    background: #a9894a;
    padding: 5px 30px;
}

#static-event .short-news {
    margin: 40px 0;
    font-size: 1.6rem;
}

#static-event .short-news a {
    font-size: 1.6rem;
    color: #a9894a;
    text-decoration: underline;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

#static-event .short-news a:hover {
    opacity: 0.6;
}

#static-event .cont {
    width: 960px;
    margin: auto;
    line-height: 1.6;
    padding-bottom: 180px;
    text-align: left;
}

#static-event iframe {
    margin: 40px 0;
    width: 960px;
    height: calc(960px / 16 * 9);
}

#static-event h3 {
    color: #a9894a;
    font-size: 1.6rem;
    margin-top: 40px;
}

#static-event .profile {
    margin-top: 20px;
}

#static-event .profile-block {
    margin-bottom: 40px;
}

#static-event .profile-img {
    display: inline-block;
    width: 35%;
    vertical-align: top;
    max-width: 250px;
    margin-right: 4%;
}

#static-event .profile-img img {
    width: 100%;
    height: auto;
}

#static-event .profile-txt {
    display: inline-block;
    width: 60%;
    vertical-align: top;
}

#static-event .profile-txt h4 {
    font-size: 1.4rem;
    margin-bottom: 20px;
}

#static-event .profile-txt a {
    text-decoration: underline;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

#static-event .profile-txt a:hover {
    opacity: 0.6;
}

/*Vip規約*/
#vip_kiyaku {
    max-width: 720px;
    width: 90%;
    margin: auto;
    text-align: left;
    padding-bottom: 80px;
}

#vip_kiyaku h1 {
    text-align: center;
}

#vip_kiyaku h3 {
    margin-bottom: 10px;
}

#vip_kiyaku ul {
    margin-bottom: 40px;
    margin-left: 20px;
}

#vip_kiyaku li {
    list-style-type: disc;
}

#vip_kiyaku .small {
    text-align: right;
}

/* VIP特定商取引法に基づく表示 */
.tokutei th {
    display: inline-block;
    padding: 18px 20px 16px 0;
}

.tokutei td {
    display: inline-block;
    padding: 18px 0 16px;
}

/* add 200826 shop detail */
.detail {
    width: 680px;
    margin: 0 auto 40px;
    text-align: left;
    padding: 2rem;
    background: #fff;
    display: flex;
    justify-content: center;
    border: 1px solid #a9894a;
    align-items: center;
}

.detail h3 {
    margin: 0 auto 8px;
    font-size: 2rem;
    font-weight: bold;
}

.detail_img {
    width: 180px;
}

.detail_pc {
    margin-left: 30px;
}

.detail_info {
    margin: 8px 0 10px;
}

.detail_info a {
    color: #a9894a;
    text-decoration: underline;
}

.season_comments a {
    color: #a9894a;
    text-decoration: underline;
}

/*add shop ver2*/
#floor.floor_ver2:before {
    height: 89%;
}

.floorMap_left {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}

#floor.floor_ver2 {
    /* new coming */
}

#floor.floor_ver2 .time_notice {
    margin: 30px 0;
}

#floor.floor_ver2 .time_notice a {
    line-height: 1.5;
    background: none;
    color: #a9894a;
    font-size: 2rem;
    padding: 10px 20px;
    border: none;
    border-top: #A9894A solid 1px;
    border-bottom: #A9894A solid 1px;
}

#floor.floor_ver2 .time_notice img {
    width: 6px;
    height: auto;
    position: relative;
    top: -9px;
    display: inline;
    margin-left: 10px;
}

#floor.floor_ver2 .new_coming {
    background: #A9894A;
    padding: 40px 0;
    margin: 60px 0 40px;
}

#floor.floor_ver2 .new_coming .swiper-wrapper {
    transition-timing-function: cubic-bezier(0.79, 0.16, 0.08, 0.94);
}

#floor.floor_ver2 .new_coming h2 {
    font-size: 2.6rem;
    color: #fff;
    padding-top: 0;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
}

#floor.floor_ver2 .no_link {
    cursor: default;
}

#floor.floor_ver2 .new_coming .new_coming_wrap {
    width: 75%;
    max-width: 960px;
    margin: 30px auto 0;
}

#floor.floor_ver2 .new_coming li {
    display: flex;
}

#floor.floor_ver2 .new_coming .image {
    display: block;
    width: 35%;
    margin-right: 3%;
}

#floor.floor_ver2 .new_coming .image img {
    width: 100%;
    height: auto;
}

#floor.floor_ver2 .new_coming .txt_wrap {
    width: 70%;
    margin-top: 0;
}

#floor.floor_ver2 .new_coming .txt_wrap h4 {
    width: 100%;
}

#floor.floor_ver2 .new_coming .sub_info {
    margin-top: 10px;
    margin-right: 20px;
    display: inline-block;
}

#floor.floor_ver2 .new_coming .prof_en,
#floor.floor_ver2 .new_coming .sub_info_en {
    display: none;
}

#floor.floor_ver2 .new_coming span.jp_txt {
    vertical-align: top;
    font-size: 1.8rem;
    color: #fff;
    display: inline-block;
    vertical-align: top;
}

#floor.floor_ver2 .new_coming .furigana {
    color: #fff;
    font-size: 1.4rem;
    margin-top: 5px;
}

#floor.floor_ver2 .new_coming .new_coming-slide {
    position: relative;
}

#floor.floor_ver2 .new_coming p {
    color: #FFF;
    font-size: 1.3rem;
    line-height: 1.5;
}

#floor.floor_ver2 .new_coming a {
    color: #FFF;
}

#floor.floor_ver2 .new_coming .view_detail_wrap {
    display: inline-block;
    position: relative;
    top: -10px;
}

#floor.floor_ver2 .new_coming a.view_detail {
    background: #90743c;
    border-color: #90743C;
    min-width: 0px;
    width: 100px;
    padding: 7px 34px 7px 22px;
    margin-top: 0;
}

#floor.floor_ver2 .new_coming .prev {
    position: absolute;
    left: -60px;
    top: 40%;
    width: 30px;
    height: 30px;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

#floor.floor_ver2 .new_coming .prev:after {
    content: "";
    position: absolute;
    top: 21px;
    left: 0;
    width: 20px;
    height: 2px;
    display: block;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff;
}

#floor.floor_ver2 .new_coming .prev:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #fff;
    display: block;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#floor.floor_ver2 .new_coming .next {
    position: absolute;
    right: -60px;
    top: 40%;
    width: 30px;
    height: 30px;
    z-index: 1;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#floor.floor_ver2 .new_coming .next:after {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 20px;
    height: 2px;
    display: block;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff;
}

#floor.floor_ver2 .new_coming .next:before {
    content: "";
    position: absolute;
    top: 21px;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #fff;
    display: block;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#floor.floor_ver2 .floor_index {
    width: 80%;
    padding-bottom: 100px;
    margin: auto;
}

#floor.floor_ver2 .floor_index h3 {
    text-align: left;
    font-size: 2.6rem;
    color: #a9894a;
    margin: 0 auto 10px 0;
}

#floor.floor_ver2 .floor_index h3 span {
    display: inline-block;
    margin-left: 10px;
    font-size: 1.4rem;
}

#floor.floor_ver2 .floor_index .index_single {
    margin-bottom: 0px;
}

#floor.floor_ver2 .floor_index ul {
    width: 100%;
}

#floor.floor_ver2 .floor_index li {
    width: 33%;
}

#floor.floor_ver2 .floor_index li figure {
    background-color: #a9894a;
}

#floor.floor_ver2 .floor_index li img {
    width: 100%;
    height: auto;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

#floor.floor_ver2 .floor_index a {
    display: block;
    position: relative;
}

#floor.floor_ver2 .floor_index a:hover img {
    opacity: 0.7;
}

#floor.floor_ver2 .floor_index .new_label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px 6px 2px;
    display: inline-block;
    background: #a9894a;
    color: #fff;
    font-size: 10px;
    z-index: 2;
}

#floor.floor_ver2 .floor_index p {
    margin-top: 10px;
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.4;
}

#floor.floor_ver2 .floor_index .swiper-controller {
    text-align: right;
    margin-top: 10px;
    margin-right: 10px;
}

#floor.floor_ver2 .floor_index .prev {
    margin-right: 1px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

#floor.floor_ver2 .floor_index .next,
#floor.floor_ver2 .floor_index .prev {
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: inline-block;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    background-color: #a9894a;
    background-image: url(../images/top/view_arrow2.png);
    background-position: center;
    background-size: 60%;
    background-repeat: no-repeat;
}

#floor.floor_ver2 .floor_index .next:hover,
#floor.floor_ver2 .floor_index .prev:hover {
    background-color: #90743c;
}

#floor.floor_ver2 .banner {
    margin: 40px auto 200px;
    max-width: 600px;
    width: 80%;
}

#floor.floor_ver2 .banner a {
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

#floor.floor_ver2 .banner a:hover {
    opacity: 0.7;
}

#floor.floor_ver2 .banner img {
    width: 100%;
    height: auto;
}

.prof-wrap {
    display: flex;
}

.prof-wrap img {
    width: 100px;
    height: 100px;
    margin-right: 20px;
}

/* news yoshioka */
.col-2 .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.col-2 img {
    width: 50%;
}

.col-2 span {
    margin: 0 auto;
}

.col-2 .ot,
.col-2 .rc,
.col-2 .prc {
    flex-direction: row-reverse;
}

.col-2 .ot,
.col-2 .gth,
.col-2 .rc,
.col-2 .snow {
    margin-bottom: 20px;
}

.col_2 {
    display: flex;
    justify-content: space-between;
}

.col_2_item {
    width: 49%;
}

.col_2_lg {
    display: flex;
    justify-content: space-around;
}

.lg_item {
    width: 240px;
}

.txt-left {
    text-align: left;
}

span.prc_txt_ttl {
    color: #a9894a;
    font-size: 1.6rem;
}




.ys-prof-wrap {
    display: flex;
    flex-wrap: wrap;
}

.ys-prof-wrap img {
    width: 100%;
}

.ys-prof-img {
    width: 15%;
}

.ys-prof-txt {
    width: 85%;
    padding-left: 2rem;
}



.col-2 span {
    margin: 1rem auto 0;
    padding: 0 3rem;
}

.light−up {
    padding: 3rem 2rem 2rem;
    margin: 4rem auto 6rem;
    border: 1px solid #a9894a;
}

.light−up p {
    margin: 2rem auto;
}

p.light-up-ttl {
    color: #a9894a;
    font-size: 1.8rem;
}

.pc_img {
    display: flex;
    justify-content: space-between;
}

.pc_img_w img {
    width: 49%;
    margin-right: 0 !important;
}

/* news christmas_bnr */

.christmas_bnr {
    display: flex;
    flex-wrap: wrap;
    width: 1100px;
    margin: 4rem auto 0;
    justify-content: center;
}

.christmas_bnr_c {
    width: 24.5%;
    margin: 0px 2px;
}

@media screen and (max-width: 786px) {
    .christmas_bnr_c {
        width: 24.5%;
        margin: 0;
    }
}

.christmas_bnr img {
    width: 100%;
}

.christmas_bnr p {
    font-size: 1.3rem;
    margin-top: 1rem;
    line-height: 1.4;
    margin-bottom: 2rem;
}

.christmas_bnr a {
    color: #a9894a;
    transition: 0.3s;
}

.christmas_bnr a:hover {
    opacity: 0.7;
}


/*News Pager*/
.pagination .page-numbers {
    font-size: 1.4rem;
    display: inline-block;
    padding: 0 8px;
    color: #a9894a;
    transition: .3s;
}

.pagination .page-numbers.current {
    position: relative;
}

.pagination .page-numbers.current::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #a9894a;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.pagination a.page-numbers:hover {
    opacity: 0.6;
}

.pagination .page-numbers.next,
.pagination .page-numbers.prev {
    text-decoration: underline;
}


/*記事詳細内の改ページ*/
.pagebreak-links {
    margin: 80px 0;
}

.pagebreak-links .page-number {
    display: inline;
    background: #a9894a;
    color: #fff;
    border: 1px solid #a9894a;
    padding: 7px 10px;
}

.pagebreak-links a {
    text-decoration: none;
    margin: 0 2px;
}

.pagebreak-links a .page-number {
    background: #a9894a;
    color: #fff;
}

.pagebreak-links .nextpage-link,
.pagebreak-links .previouspage-link {
    background: #a9894a;
    color: #fff;
    padding: 14px 40px;

}

.single_left .single_content ul.col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.single_left .single_content ul.col2 li {
    width: 48%;
    margin-bottom: 20px;
    text-align: left;
}

.single_left .single_content ul.col2 li img {
    margin-bottom: 5px;
}

.single_left .single_content ul.col2 li:nth-child(2n-1) {
    margin-right: 4%;
}


/*Meta Slider*/
.single_content .metaslider {
    margin: 40px 0 60px !important;
}

.flex-control-paging li a {
    background: #a9894a !important;
    width: 8px !important;
    ;
    height: 8px !important;
    box-sizing: content-box;
    opacity: 0.4;
}

.flex-control-paging li a.flex-active {
    opacity: 1;
}

.metaslider .flex-control-nav {
    bottom: -20px;
}

.metaslider .caption-wrap {
    opacity: 1 !important;
    background: rgba(169, 137, 74, 0.6) !important;
}

.metaslider .caption {
    position: relative;
    top: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    left: auto;
    right: auto;
    margin: auto;
    font-size: 1.4rem;
    opacity: 1;
    color: #fff;
    letter-spacing: normal;
}

.metaslider .flexslider .flex-direction-nav li a.flex-next {
    background-image: none;
    border-top: solid 2px #a9894a;
    border-right: solid 2px #a9894a;
    width: 24px;
    height: 24px;
    transform: rotate(45deg);
}


.metaslider .flexslider .flex-direction-nav li a.flex-prev {
    background-image: none;
    border-bottom: solid 2px #a9894a;
    border-left: solid 2px #a9894a;
    width: 24px;
    height: 24px;
    transform: rotate(45deg);
}

.single_inner .small_txt{
    display: inline-block;
    font-size: 12px;
    line-height: 1.6;
    text-align: left;
}

.single_left.magazine_singleBody .single_content img.pc_img_small{
    width: 78%;
    margin-left: 11%;
}


/* アコーディオン*/
.pc .js-innerAccordion {
    display: block !important;
}

#accordion .searchBox {
    position: relative;
    width: 340px;
    margin: 70px auto;
    border: 1px solid #dddddd;
    background: #fff;
    cursor: pointer;
    outline: none;
    padding: 5px;
}

#accordion .selectBox {
    margin: 40px auto;
    position: relative;
    width: 317px;
}

#accordion .selectBox:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1.8em;
    display: block;
    content: "";
    background: #a9894a url(../images/general/accordion_arrow.png) no-repeat;
    pointer-events: none;
    background-position: center;
    background-size: 50%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 27px;
    background-color: #a9894a;
    background-repeat: no-repeat;
    -webkit-transition: .3s;
    transition: .3s;
}

#accordion select {
    color: #555;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    padding: 5px 40px 5px 20px;
    width: 100%;
}

#accordion .season_lim {
    background: #a9894a;
    padding: 3px 7px 2px;
    margin: 5px 0 3px;
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}

@charset "UTF-8";

/* Scss Document */
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    font-size: 1.4rem;
    font-family: "Univers Next W01 Medium", "Roboto", "中ゴシックBBB", sans-serif;
    color: #555555;
    line-height: 1.6;
    min-width: 960px;
    position: relative;
}

.break {
    display: block;
}

input {
    font-family: "Univers Next W01 Medium", "中ゴシックBBB", sans-serif;
}

.mgTop {
    margin-top: 155px;
}

.pc .overflow-x {
    width: 100%;
    overflow: visible !important;
}

p {
    color: #555555;
    line-height: 1.8;
}

h1 {
    font-size: 3rem;
}

h2 {
    font-size: 2.2rem;
}

h3 {
    font-size: 1.8rem;
}

h4 {
    font-size: 1.6rem;
}

h5 {
    color: #a9894a;
}

p {
    font-size: 1.4rem;
}

a {
    color: #555555;
}

em {
    font-style: italic;
}

strong {
    font-family: Midashi Go MB31;
}

.sp .sp_hide {
    display: none;
}

.pc .pc_hide {
    display: none;
}

main {
    padding-top: 120px;
    overflow: visible;
}

main.is-alert-on {
    margin-top: 0;
    padding-top: 120px;
}

.cont960 {
    width: 960px;
    margin: auto;
}

.cont960 h2 {
    color: #a9894a;
    margin: 60px 0;
}

#top02 {
    background: #a9894b;
    padding-bottom: 80px;
}

a.pagetop {
    position: absolute;
    top: -60px;
    right: 20px;
    width: 30px;
    height: 30px;
    background: #a9894a;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    z-index: -1;
}

a.pagetop.show {
    opacity: 1;
    z-index: 9995;
}

.pc a.pagetop {
    position: fixed;
    top: auto;
    bottom: 200px;
}

.pc #footer2 a.pagetop {
    bottom: 70px;
}

a.pagetop:hover {
    opacity: 1;
    background: #90743c;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a.pagetop span:first-child {
    border-bottom: 1px solid #fff;
    height: 18px;
    display: block;
    width: 11px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 0px;
    left: 0;
}

a.pagetop span:nth-child(2) {
    border-bottom: 1px solid #fff;
    height: 18px;
    display: block;
    width: 11px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 0;
}

.inline {
    display: inline;
}

.txt-center {
    text-align: center;
}

/*Translation*/
.en_txt {
    display: none;
}

/*burger mwnu*/
nav#burger_nav {
    position: fixed;
    left: -280px;
    top: 0;
    width: 280px;
    background: #a9894a;
    height: 100%;
    -webkit-overflow-scrolling: touch;
}

ul.burger_menu {
    position: absolute;
    top: 100px;
    left: 20px;
    text-align: left;
    width: 80%;
}

ul.burger_menu li {
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
    padding-bottom: 10px;
    /*opacity: 0;*/
    margin-left: -30px;
}

ul.burger_menu li.jp_hide {
    display: none;
}

ul.burger_menu li.sub {
    border: none;
    margin-bottom: 5px;
    padding-bottom: 3px;
}

ul.burger_menu li.sub:nth-of-type(9) {
    margin-top: 20px;
}

ul.burger_menu li.sub a {
    font-size: 1.4rem;
}

p.message_open {
    font-size: 1.4rem;
    position: absolute;
    right: 15px;
    top: 9px;
    color: #A9894C;
}

.lang_list_sp li {
    /*opacity: 0;*/
    margin-left: -30px;
}

.burger_menu li span {
    display: inline-block;
    padding-right: 10px;
    width: 40px;
    vertical-align: text-bottom;
    text-align: center;
}

.burger_menu li span img {
    display: inline-block;
    vertical-align: middle;
}

ul.burger_menu li a {
    color: #fff;
    display: block;
}

.menu-trigger {
    position: absolute;
    left: 20px;
    top: 27px;
    width: 30px;
    height: 15px;
    z-index: 99999;
}

.menu-trigger_02 {
    position: absolute;
    left: 20px;
    top: 35px;
    width: 30px;
    height: 15px;
    z-index: 99999;
}

.menu-trigger_02 span {
    background: #fff;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
}

.menu-trigger_02 span:nth-of-type(2) {
    left: 0px !important;
}

.pc .menu-trigger:hover span:nth-of-type(1) {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}

.pc .menu-trigger:hover span:nth-of-type(3) {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.menu-trigger.active span:nth-of-type(2) {
    left: 0px !important;
}

.menu-trigger,
.menu-trigger span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    box-sizing: border-box;
}

.menu-trigger.active {
    opacity: 0;
    pointer-events: none;
}

.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #555555;
}

.menu-trigger span:nth-of-type(1) {
    top: 0;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.menu-trigger span:nth-of-type(2) {
    top: 7px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.menu-trigger span:nth-of-type(3) {
    bottom: 0;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.menu-trigger span:nth-of-type(2)::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #555555;
}

.menu-trigger_02 span:nth-of-type(1) {
    -webkit-transform: translate(50%) scale(0) !important;
    transform: translate(50%) scale(0) !important;
    background-color: #fff;
}

.menu-trigger_02 span:nth-of-type(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff;
}

.menu-trigger_02 span:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #fff;
}

.burger_absolute {
    position: absolute;
}

.btn_arrow {
    position: relative !important;
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle;
    text-decoration: none;
}

.icon_foot_fb,
.icon_foot_tw {
    position: relative !important;
    display: inline-block;
    padding-left: 15px;
    vertical-align: middle;
    text-decoration: none;
}

.icon_foot_fb:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 17px;
    background: url("../images/footer/foot_fb.png") no-repeat center center;
    background-size: cover;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.icon_foot_tw:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -3px;
    width: 14px;
    height: 12px;
    background: url("../images/footer/foot_tw.png") no-repeat center center;
    background-size: cover;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn_arrow::before,
.btn_arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.btn_arrow::before {
    left: 0px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.gold.btn_arrow::before {
    border-top: 1px solid #a9894a;
    border-right: 1px solid #a9894a;
}

.black.btn_arrow::before {
    border-top: 1px solid #555555;
    border-right: 1px solid #555555;
}

.red {
    color: red;
}

#access .red {
    margin-bottom: 30px;
}

#access .map_warp {
    margin-bottom: 0;
}

#access .map_img {
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

#access .map_img:hover {
    opacity: 0.8;
}

#access .view_detail {
    position: relative;
    top: 0;
}

#access .addres a {
    color: #a9894a;
    text-decoration: underline;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

#access .addres a:hover {
    opacity: 0.7;
}

/*sitemap*/
#sitemap .cat-item {
    position: relative !important;
    padding-left: 10px;
    vertical-align: middle;
    text-decoration: none;
}

#sitemap .cat-item::before,
#sitemap .cat-item::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

#sitemap .cat-item::before {
    left: 0px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#sitemap .cat-item::before {
    border-top: 1px solid #555555;
    border-right: 1px solid #555555;
}

/*hover*/
.hover01 {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.hover01:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.hover01:hover img {
    opacity: 0.7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.hover01 img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.hover03 img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.hover03:hover img {
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

/*hover02*/
.hover02 {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.hover02:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #90743c;
}

/* effect-shine */
.effect-shine {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a.effect-shine:hover {
    /*-webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, 0.6) 30%, #000 50%, rgba(0, 0, 0, 0.6) 70%);
  -webkit-mask-size: 200%;
  animation: shine 2s infinite;*/
    opacity: 0.7;
}

@-webkit-keyframes shine {
    from {
        -webkit-mask-position: 150%;
    }

    to {
        -webkit-mask-position: -50%;
    }
}

/* effect-shine */
/*header*/
header {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
}

header.header_absolute {
    position: absolute;
    top: 0;
}

header h1 img {
    width: 170px;
    height: 30px;
}

header h1 {
    padding-bottom: 21px;
    border-bottom: 1px solid #e5dbc8;
    background: #fff;
}

header h1 a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

header h1 a:hover {
    opacity: 0.7;
}

header form#siteSearch {
    display: inline-block;
    margin-right: 10px;
    position: relative;
}

.alert_wrap {
    width: 960px;
    margin: 0 auto;
    background-color: #a9894a;
    padding: 10px 20px;
}

.alert_wrap,
.alert_wrap p {
    color: #FFF;
    font-size: 1.3rem;
}

.alert_wrap a {
    color: #FFF;
    text-decoration: underline;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 1.3rem;
}

.alert_wrap a:hover {
    opacity: 0.7;
}

p.alert_ttl {
    padding-top: 7px;
    color: #fff;
    font-size: 1.6rem;
    border: 1px solid #fff;
    width: 200px;
}

p.alert_content {
    font-size: 1.3rem;
    color: #fff;
    width: 640px;
    text-align: center;
    margin: 0 auto;
}

input.serch_input {
    width: 0px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-bottom: 1px solid #ccc;
    font-size: 1.2rem;
}

#searchsubmit {
    display: none;
    position: absolute;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
    background-image: url(../images/header/arrow_search-01.svg);
    background-repeat: no-repeat;
    background-color: transparent;
    top: 5px;
    right: 0;
    cursor: pointer;
}

.serch_open {
    width: 150px !important;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.form_wrap {
    position: absolute;
    right: 20px;
    top: 25px;
}

.form_wrap>div {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

.form_wrap a {
    vertical-align: top;
    display: inline-block;
}

ul.lang_list {
    position: absolute;
    z-index: 999;
    width: 90px;
    overflow: hidden;
    height: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-top: 5px;
}

ul.lang_list.lang_open {
    height: 143px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

ul.lang_list li {
    background-color: #a9894a;
    border-bottom: 1px solid #bfa16b;
}

ul.lang_list li a {
    color: #fff;
    font-size: 1.2rem;
    display: block;
    padding: 4px 0;
}

.language {
    display: inline-block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding-right: 15px;
    position: relative;
    text-transform: capitalize;
}

.language:hover,
.language.is-active {
    color: #a9894a;
}

.language::before,
.language::after {
    content: "";
    position: absolute;
    top: -2px;
    bottom: 0;
    right: 2px;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.language::before {
    content: "";
    right: 2px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #555;
    border-right: 2px solid #555;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.language:hover::before,
.language.is-active:before {
    border-color: #a9894a;
}

/*.language:after {
  content: url(../images/header/lang_icon.png);
  display: inline-block;
  margin-left: 10px; }*/
.serch img {
    width: 20px;
    height: 20px;
}

#navigation ul {
    padding-top: 15px;
}

#navigation ul li {
    display: inline-block;
    margin-right: 70px;
}

#navigation ul li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: block;
    text-transform: uppercase;
}

#navigation ul li a:hover {
    color: #a9894a;
}

#navigation ul li:last-child {
    margin-right: 0px;
}

#navigation {
    position: relative;
    height: 50px;
    overflow: hidden;
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    background: none;
}

li.current-item a {
    color: #a9894a;
}

#slide-line {
    position: absolute;
    top: 0px;
    height: 0px;
    background-color: #a9894a;
    -webkit-transition: left 0.5s ease, width 0.5s ease, height 0.3s ease;
    transition: left 0.5s ease, width 0.5s ease, height 0.3s ease;
}

.subnav {
    margin-bottom: 15px;
}

.subnav_list li {
    display: inline-block;
    margin-right: 45px;
    margin-top: 20px;
}

.subnav_list li img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.subnav_list li a {
    display: block;
}

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

.subnav_time {
    padding: 12px 0 2px;
    text-align: center;
}

.subnav_time span {
    padding: 0 15px;
}

.subnav_time img {
    width: 15px;
    margin-right: 2px;
    vertical-align: text-bottom;
}

img.subnav01,
.subnav02,
.subnav03,
.subnav04,
.subnav05,
.subnav06 {
    width: 60px;
    height: 36px;
}

#top02 .view_all:after {
    content: "";
    background-image: url(../images/top/view_arrow.png);
    background-position: center;
    background-size: 100%;
    position: absolute;
    right: -2px;
    top: -2px;
    height: 37px;
    width: 20px;
    background-color: #90743c;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background-size: 100%;
}

#news #top02 .view_all:after,
#shop .search_more1:after,
#shop .search_more2:after {
    content: "";
    background-image: url(../images/top/more_arrow.png);
    background-position: center;
    position: absolute;
    right: -2px;
    top: -2px;
    height: 37px;
    width: 20px;
    background-color: #90743c;
    background-size: 10px;
    background-repeat: no-repeat;
}

#single02 .view_all:after {
    content: "";
    background-image: url(../images/top/view_arrow.png);
    background-position: center;
    background-size: 100%;
    position: absolute;
    right: -9px;
    top: 7px;
    height: 20px;
    width: 35px;
    background-color: #90743c;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background-size: 70%;
}

.single_related {
    margin: 60px 0;
}

.single_related h3 {
    color: #a9894a;
}

.single_related h4 {
    text-align: left;
}

.single_related ul li {
    margin-top: 20px;
}

.single_related_left {
    float: left;
    display: inline-block;
    width: 16%;
    position: relative;
}

.single_related_left img {
    width: 100%;
    height: auto;
}

p.single_related_cap {
    margin-bottom: 5px !important;
    /* background: #fff; */
    display: inline-block;
    padding: 0;
    vertical-align: top;
    font-size: 1.1rem;
    color: #555;
}

.single_left p.single_related_author {
    font-size: 1.3rem;
    color: #555;
    margin-top: 0;
}

.single_related_right {
    float: left;
    display: inline-block;
    width: 84%;
    vertical-align: top;
    padding-left: 20px;
    text-align: left;
}

.single_related ul li a {
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.single_related ul li .single_related_left:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #a9894a;
    opacity: 0;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.single_related ul li a:hover .single_related_left:after {
    opacity: 0.7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.single_related ul li a:hover .single_related_right {
    opacity: 0.6;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#news_detail .intro_block {
    width: 800px;
    background: #FFF;
    padding: 30px 40px;
    margin: -100px auto 30px;
    z-index: 100;
    position: relative;
}

#news_detail .intro_block .left {
    width: 25%;
    float: left;
}

#news_detail .intro_block .left img {
    margin-top: -15px;
    width: 100%;
    border-style: none;
}

#news_detail .intro_block .right {
    width: 75%;
    float: left;
    text-align: left;
}

#news_detail .intro_block h3 {
    padding-left: 20px;
}

#news_detail .intro_block p {
    width: 100%;
    float: right;
    text-align: left;
    padding-left: 20px;
}

#news_detail .intro_block .right h3 {
    letter-spacing: 0.05em;
}

#news_detail .editors_prof .prof_img {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin-right: 20px;
}

#news_detail .editors_prof .prof_img img {
    width: 100%;
}

#news_detail .editors_prof {
    margin: 30px 0;
}

#news_detail .editors_prof .prof_txt {
    width: calc(100% - 120px);
    float: left;
    text-align: left;
}

#news_detail .editors_prof .prof_txt h4 {
    font-size: 1.4rem;
    margin-bottom: 5px;
}

#news_detail .editors_prof .prof_txt .insta {
    margin: 10px 0;
    display: inline-block;
    text-decoration: underline;
}

#news_detail .editors_prof .prof_txt .insta img {
    width: 16px;
    height: auto;
    position: relative;
    top: -3px;
    margin-right: 5px;
}

#news_detail .gallery {
    max-width: none;
}

#news_detail .gallery figure img {
    width: 100%;
    height: auto;
}

#news_detail .bx-wrapper .bx-pager.bx-default-pager a {
    background: #a9894a;
    border: 1px solid #a9894a;
    width: 7px;
    height: 7px;
    transition: 0.3s;
}

#news_detail .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: transparent;
    width: 14px !important;
    height: 14px !important;
    transition: 0.3s;
}

.sp-slide a {
    display: block;
}

.sp-slide .g6editors_illust {
    width: 165px;
    margin-right: 8px;
    display: inline-block;
    position: relative;
    top: -7px;
}

.sp-slide .g6editors_illust img {
    width: 100%;
}

.sp-slide .g6editors_title {
    display: inline-block;
    width: calc(80% - 160px);
}

.h1_style {
    color: #a9894a;
    margin: 60px 0 40px;
}

.search_wrap .h1_style {
    margin: 0 0 30px;
}

.h1_style span {
    display: block;
    color: #333333;
    font-size: 1.4rem;
    margin-top: 5px;
}

#top02 h3 {
    color: #a9894a;
    margin-top: 40px;
    margin-bottom: 30px;
}

.cate_list {
    margin: 0 auto 25px;
    *zoom: 1;
    list-style: none;
    display: inline-block;
    position: relative;
    z-index: 20;
    width: 1100px;
}

.cate_list>li {
    width: 273px;
    height: 50px;
    position: relative;
    text-align: center;
    margin: 0 1px 2px;
    float: left;
}

.cate_list>li:first-of-type {
    /*margin-left: 0px;*/
}

.cate_list>li:last-of-type {
    margin-right: 0px;
}

.cate_list li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

ul.cate_list li a {
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-size: 1.6rem;
    display: block;
    height: 100%;
    padding-top: 10px;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.more .more_arrow {
    position: relative;
    width: 17px;
    top: -5px;
    margin-left: 5px;
}

.bg_gold {
    content: "";
    background-color: #a9894a;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
}

span.cat_name {
    z-index: 99;
    position: absolute;
    top: 14px;
    left: 0;
    right: 0;
    margin: auto;
}

.cate_list:before,
.cate_list:after {
    content: "";
    display: table;
}

.cate_list:after {
    clear: both;
}

.cate_list>a {
    display: block;
    padding: 10px 20px;
    line-height: 1.2em;
    color: #fff;
    border-left: 1px solid #a9894a;
}

.cate_list a:hover,
.cate_list li.is-active a {
    text-decoration: none;
    background: #a9894a;
    color: #fff;
}

.cate_list a.more>img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.cate_list a.more:hover>img {
    opacity: 0;
}

.cate_list li ul a {
    border: none;
}

.cate_list li ul a:hover {
    background: rgba(0, 0, 0, 0.2);
}

.cate_list li ul {
    /*border-top: 1px solid #bfa16b;*/
    background: #a9894a;
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 1;
}

.cate_list li ul li {
    position: relative;
    text-align: center;
    width: 273px;
    overflow: hidden;
    height: 0;
    text-align: left;
    -webkit-transition: height 150ms ease-in;
    transition: height 150ms ease-in;
    color: #a9894a;
}

.cate_list li ul li:last-child {
    border: none;
}

.cate_list li ul li a {
    font-size: 1.4rem;
    padding-top: 5px;
    padding-left: 10px;
}

/*.cate_list > li:hover ul li {
    height: 36px;
    border-bottom: 1px solid $lighter;
    }*/
.dropdown2 {
    height: 36px !important;
    border-bottom: 1px solid #bfa16b;
}

label {
    display: inline-block;
}

input[type=checkbox].on-off {
    display: none;
}

.menu ul {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu li {
    padding: 5px;
}

input[type=checkbox].on-off+ul {
    height: 0;
    overflow: hidden;
}

input[type=checkbox].on-off:checked+ul {
    height: 200px;
}

.img_midium {
    margin-bottom: 30px;
}

.img_midium img {
    width: 100%;
    height: auto;
}

.news_wrap {
    width: 1100px;
    margin: 30px auto 0;
}

h2.news_sub {
    margin-bottom: 35px;
    font-size: 2rem;
    color: #a9894a;
    margin-top: 30px;
}

h2.news_sub span {
    display: block;
    font-size: 1.4rem;
    color: #555555;
    margin-top: 5px;
}

.news_list {
    width: calc(100% + 43px);
    margin-right: -43px;
}

.news_list li {
    position: relative;
    width: 338px;
    overflow: hidden;
    display: inline-block;
    margin-right: 40px;
    vertical-align: top;
    /*padding-bottom: 30px;*/
}

.news_list .thumb_wrap {
    position: relative;
}

.news_list .thumb_wrap.editors:before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/news/news-shadow.png);
    background-size: contain;
}

.news_list .thumb_wrap .editors_illust {
    position: absolute;
    bottom: 3px;
    left: 3px;
    width: 40%;
    height: auto;
}

#single02 .news_list {
    width: calc(100% + 30px);
    margin-right: -30px;
}

#single02 .news_list li {
    width: 300px;
    margin-right: 27px;
}

.pc .news_list_top.news_list li {
    margin-right: 40px;
}

.news_list li>img {
    height: 100%;
    width: auto;
}

.news_list {
    text-align: left;
    margin-bottom: 30px;
}

.news_list li img {
    width: 100%;
    height: auto;
}

ul.news_list li a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #a9894a;
    width: 100%;
}

ul.news_list li>a {
    border: 1px solid #eee;
}

ul.news_list li h4 a:hover {
    /* color: #90743c;*/
    opacity: 0.7;
}

.news_list li>a:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #a9894a;
    opacity: 0;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

p.no_cat_txt {
    text-align: center;
    height: 34vh;
}

li.post .shop_meta {
    margin-bottom: 15px;
}

li.post .shop_meta .editor_position {
    padding-left: 10px;
}

.access_info .access_map_img a {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.access_info .access_map_img span {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.access_info .access_map_img:hover span {
    opacity: 0.7;
}

.access_info .access_map_img a:after {
    content: "";
    width: 100%;
    height: 220.5px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #a9894a;
    opacity: 0;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    margin: 10px 0;
}

ul.news_list li a:hover:after,
.pc .access_info .access_map_img a:hover:after {
    opacity: 0.7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

ul.news_list li a:hover .caption {
    opacity: 1;
    top: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
    z-index: 1;
}

.news_thumb {
    width: 100%;
}

span.news_end {
    font-size: 1.1rem;
    margin-left: 9px;
    white-space: nowrap;
    vertical-align: middle;
    position: relative;
    color: #a9894a;
}

.news_end {
    position: relative;
    text-decoration: line-through;
}

/*.news_end:before {
  content: "";
  border-bottom: 1px solid #555;
  width: 72%;
  position: absolute;
  top: 55%;
  left: 0; }*/
.news_end:after {
    content: "[終了しました]";
    display: inline-block;
    font-size: 1.1rem;
    margin-left: 5px;
    color: #a9894a;
}

.caption {
    position: absolute;
    top: 53%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    font-size: 1.1rem;
    opacity: 0;
    color: #fff;
    letter-spacing: 1px;
}

.fb_icon {
    width: 7px !important;
    height: 13px !important;
    display: inline-block;
    margin-right: 10px;
}

.fb_icon img {
    width: 100%;
    height: auto;
    display: block;
}

li.post h4 {
    font-size: 1.3rem;
}

.txt_wrap {
    text-align: left;
    margin-top: 5px;
}

.txt_wrap h4 {
    display: inline-block;
    float: left;
    width: calc(100% - 37px - 5px);
    word-wrap: break-word;
    margin-bottom: 5px;
}

.shop_InfoInner .txt_wrap {
    margin-top: 0px;
}

.txt_wrap h4 a {
    display: block !important;
}

span.jp_txt {
    display: block;
}

.sns_wrap {
    display: inline-block;
    float: right;
    width: 37px;
    text-align: right;
}

.sns_wrap a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.sns_wrap a:hover {
    opacity: 0.7;
}

.tw_icon {
    width: 15px !important;
    height: 11px !important;
    display: inline-block;
}

.tw_icon img {
    width: 100%;
    height: auto;
    display: block;
}

.shop_meta hr {
    border-top: 1px solid #dddddd;
}

.brand_name {
    padding-top: 10px;
    line-height: 1.4;
    font-size: 1.3rem;
}

.admin_txt {
    font-size: 1.2rem;
    margin-top: 15px;
}

.brand_name:before {
    content: url(../images/news/shopbag.svg);
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: text-bottom;
}

span.clock_icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: super;
    margin-right: 2px;
}

span.clock_icon img {
    border: none;
    text-align: left;
}

p.open {
    display: inline-block;
    white-space: nowrap;
    font-size: 1.2rem;
}

.txt_inner.clfix {
    /*padding-bottom: 5px;*/
}

span.cate_cap {
    display: inline-block;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    padding: 4px 8px;
    font-size: 1.1rem;
    color: #a9894a;
    z-index: 1;
}

.view_all {
    width: auto;
    height: 37px;
    display: inline-block;
    margin: 0 auto;
    background: #a9894a;
    color: #fff;
    padding: 7px 60px 7px 40px;
    position: relative;
    border: 2px solid #a9894a;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    line-height: 1.2;
    cursor: pointer;
}

.view_all:hover,
.view_detail:hover {
    background: #90743c;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-color: #90743c;
    opacity: 1 !important;
}

.view_all:after {
    content: "";
    background-image: url(../images/top/view_arrow.png);
    background-position: center;
    background-size: 100%;
    position: absolute;
    right: -2px;
    top: -1px;
    height: 35px;
    width: 20px;
    background-color: #90743c;
}

.alm-btn-wrap {
    margin-top: 30px;
    text-align: center;
    width: 960px;
}

.alm-load-more-btn.done {
    display: none !important;
}

section#top03 {
    width: 100%;
    padding-top: 0;
    padding-bottom: 140px;
    background-color: #fbf8f0;
}

p.artist_credit {
    float: right;
    margin-right: 40px;
    margin-top: -90px;
    font-size: 1rem;
    text-align: left;
    line-height: 1.4rem;
}

@media screen and (max-width: 1280px) {
    p.artist_credit {
        margin-top: -70px;
    }

    #top01 h3.slide_ttl {
        left: 180px;
    }

    .sp-slide .g6editors_illust {
        width: 125px;
    }

    #top01 h3.slide_ttl {
        font-size: 2.2rem;
    }

    #top01 h3.thum_ttl {
        font-size: 1.4rem;
        left: 10px;
        width: 70%;
    }
}

.contents {
    position: relative;
    margin: 0 0 10% 0;
    padding: 0px;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
    width: 100%;
    overflow: hidden;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    max-height: 520px;
    /*height: 425px;*/
    /* padding-bottom:25%;*/
}

.contents_before {
    content: "";
    position: absolute;
    top: 0 !important;
    left: 0;
    width: 100%;
    padding-bottom: 66.999%;
    background-image: url(../images/top/visual1.webp);
    background-position: bottom center;
    background-size: cover;
    background-attachment: fixed;
    z-index: -1;
    -webkit-transform: skewY(10deg);
    transform: skewY(10deg);
    background-repeat: no-repeat;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.contents_inner {
    box-sizing: boder-box;
    width: 100%;
    max-width: 640px;
    height: 100%;
    margin: 0 auto;
    padding: 100px 10px 120px;
    color: #fff;
    text-align: center;
}

.header-sns {
    text-align: right;
    margin: -24px 20px 0 0;
}

/* DEMO 2 */
.wrapper-dropdown-2 {
    /* Size and position */
    position: relative;
    /* Enable absolute positionning for children and pseudo elements */
    width: 230px;
    margin: 5px auto 0;
    border: 1px solid #dddddd;
    /* Styles */
    background: #fff;
    cursor: pointer;
    outline: none;
    padding: 5px;
}

.AtoW_btn {
    position: relative;
    /* Enable absolute positionning for children and pseudo elements */
    width: 170px;
    margin: 5px auto 0;
    border: 1px solid #dddddd;
    background: #fff;
    cursor: pointer;
    outline: none;
    padding: 5px;
}

.AtoW_btn:before {
    content: "";
    position: absolute;
    right: 7px;
    border-bottom: 1px solid #a9894a;
    width: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 12px;
}

.AtoW_btn:after {
    content: "";
    position: absolute;
    right: 7px;
    border-bottom: 1px solid #a9894a;
    width: 8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 17px;
}

.wrapper-dropdown-2:after {
    background-size: contain;
    background-position: center;
    content: "";
    background-image: url(../images/top/serach_arrow.png);
    background-position: center;
    background-size: 50%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 27px;
    background-color: #a9894a;
    background-repeat: no-repeat;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.wrapper-dropdown-2:hover:after {
    background-color: #90743c;
}

.wrapper-dropdown-2 .dropdown {
    /* Size & position */
    position: absolute;
    top: 100%;
    left: 0;
    right: 0px;
    /* Styles */
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    list-style: none;
    z-index: 10;
    border: none;
}

.wrapper-dropdown-2 .dropdown li {
    background: #a9894a;
    height: 0px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
}

.drop2_open ul li {
    height: 40px !important;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-bottom: 1px solid #BFA16E;
    padding-top: 0px;
}

.wrapper-dropdown-2 .dropdown li a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 10px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.wrapper-dropdown-2 .dropdown li i {
    margin-right: 5px;
    color: inherit;
    vertical-align: middle;
}

/* Hover state */
.wrapper-dropdown-2 .dropdown li:hover a {
    background: #90743c;
}

/* Active state */
.wrapper-dropdown-2.active:after {
    border-width: 0 6px 6px 6px;
}

.wrapper-dropdown-2.active .dropdown {
    opacity: 1;
    pointer-events: auto;
    z-index: 999;
}

/* No CSS3 support */
.no-opacity .wrapper-dropdown-2 .dropdown,
.no-pointerevents .wrapper-dropdown-2 .dropdown {
    display: none;
    opacity: 1;
    /* If opacity support but no pointer-events support */
    pointer-events: auto;
    /* If pointer-events support but no pointer-events support */
}

#top04 {
    background: #fbf8f0;
    position: relative;
    height: 400px;
}

/* カスタム  */
#top04 .search_box {
    padding: 12px 20px 15px;
    background: #fff;
}

#top04 .search_box dl {
    border-bottom: 1px dotted #dddddd;
    margin: 0 10px;
    width: calc(100% - 20px);
    padding-bottom: 5px;
    display: block;
}

#top04 .search_box dt {
    display: inline-block;
    color: #a9894a;
    text-align: left;
    height: 55px;
    float: left;
    padding-top: 20px;
}

#top04 .wrapper-dropdown-2 {
    position: relative;
    width: 230px;
    margin: 5px auto 0;
    border: 1px solid #dddddd;
    background: #fff;
    cursor: pointer;
    outline: none;
    padding: 5px;
}

#top04 .search_box dd {
    display: inline-block;
    text-align: left;
    font-size: 1.3rem;
    padding-top: 10px;
    float: right;
}

#top04 .keyword_list li {
    margin-top: 10px;
    margin-right: 8px;
    text-align: center;
    padding: 2px 2px 2px 0;
}

/*カスタム  */
.AtoW_btn {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.AtoW_btn:hover {
    color: #a9894a;
    border-color: #a9894a;
}

#top04 .floor_btn {
    text-align: center;
}

#top04::before {
    content: "";
    position: absolute;
    width: 100%;
    background-size: contain;
    height: 100%;
    top: 200px;
    left: 0;
    z-index: -1;
    background-color: #fbf8f0;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
}

.search_box {
    padding: 12px 20px 15px;
    background: #fff;
}

.search_box input[type=submit] {
    position: absolute;
    top: 10px;
    background-color: #a9894a;
    width: 27px !important;
    height: 32px;
    right: 0;
    display: block;
    z-index: 5;
    background-color: transparent;
    cursor: pointer;
}

.search_box dl {
    border-bottom: 1px dotted #dddddd;
    margin: 0 10px;
    width: calc(100% - 20px);
    padding-bottom: 5px;
}

.search_box dt {
    display: inline-block;
    color: #a9894a;
    text-align: left;
    height: 55px;
    float: left;
    padding-top: 20px;
}

.search_box dd {
    display: inline-block;
    text-align: left;
    font-size: 1.3rem;
    padding-top: 10px;
    float: right;
}

.search_wrap {
    width: 1040px;
    margin: 0 auto;
    position: relative;
}

.left_search {
    /* float: left; */
    width: 550px;
    background: #fff;
    z-index: 36;
    position: absolute;
}

.left_search .AtoW_btn {
    width: 230px;
}

.search_wrap h1 {
    text-align: left;
    margin-left: 20px;
    margin-bottom: 20px;
}

.floor_btn li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #a9894a;
}

.floor_btn li a {
    color: #FFF;
    position: relative;
    top: 6px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    font-size: 1.2rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.floor_btn li:hover {
    background: #90743c;
}

.floor_btn li:hover a {
    color: #FFF;
}

.search_box .free_word {
    position: relative;
}

#top04 .search_box .free_word {
    margin: 5px 0 0;
    height: 42px;
}

.free_word input {
    border: 1px solid #dddddd;
}

#top04 .search_box .free_word input {
    width: 230px;
    padding: 5px;
    height: 32px;
}

.free_word:after {
    background-size: contain;
    background-position: center;
    content: "";
    background-image: url(../images/top/serch_icon.png);
    background-position: center;
    background-size: 50%;
    position: absolute;
    right: 0;
    top: 10px;
    height: 31px;
    width: 27px;
    background-color: #a9894a;
    background-repeat: no-repeat;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#top04 .search_box .free_word.is-hover:after {
    background-color: #90743c;
}

#top04 .search_box .keyword_dl {
    border-bottom: none !important;
}

#top04 .search_box .keyword_dl dt,
#top04 .search_box .keyword_dl dd {
    display: block !important;
    float: none !important;
}

#top04 .search_box .keyword_dl dd {
    margin-top: -30px;
}

#top04 .search_box ul.keyword_list {
    text-align: left;
    margin: auto;
    line-height: 0.9;
}

#floor .alert {
    color: #555;
    display: inline-block;
    padding-top: 10px;
}

#floor #topSlide {
    width: 960px;
    margin: auto;
    height: calc(100vw / 16 * 9);
    max-height: calc(960px / 16 * 9);
}

#floor #topSlide .slider_with_controler {
    width: 100%;
}

#floor #topSlide h3.slide_ttl {
    font-size: 1.8rem;
}

#floor #topSlide .g6editors_illust {
    width: 100px;
}

#floor #topSlide h3.slide_ttl {
    bottom: 10px;
}

#floor #topSlide .slide_assets_set {
    bottom: 6px;
}

#floor #topSlide .slide_run a:before {
    height: 130%;
}

#floor #topSlide .swiper-slide {
    background: #000;
}

.search_box .keyword_list li {
    display: inline-block;
    color: #fff;
    margin-top: 10px;
    margin-right: 8px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 2px 2px 2px 0;
    /*height: 30px;*/
}

.search_box .keyword_list li a {
    display: block;
    color: #a9894a;
    font-size: 1.2rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
    text-decoration: underline;
}

.search_box .keyword_list li a:hover {
    opacity: 0.7;
}

.search_box .keyword_list li a span {
    display: block;
    width: 100%;
    margin-bottom: 3px;
}

.search_box .keyword_list li.keyword_list_more a {
    color: #a9894a;
    text-decoration: underline;
    position: relative;
    font-size: 1.2rem;
    /*top: 8px;*/
}

.right_search {
    width: 580px;
    position: absolute;
    right: 0;
    top: 10px;
    overflow: hidden;
}

.right_search img {
    width: 100%;
    height: auto;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.naname {
    width: 200%;
    height: 450px;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    margin-left: -500px;
    background: #fbf8f0;
    position: relative;
    top: 197px;
    z-index: -1;
}

section#top05 {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 0;
}

.floor_wrap.clfix {
    width: 850px;
    margin: 60px auto;
}

.floor_left {
    width: 435px;
    float: left;
    position: relative;
}

.floor_left img {
    width: 100%;
    height: auto;
}

.floor_right {
    width: 61px;
    float: left;
    margin-left: 40px;
}

.floor_right img {
    width: 100%;
}

.floor_list li.no_link {
    cursor: default;
}

.floor_list li.no_link:hover {
    opacity: 0.7;
    background: none;
}

.floor_list li.no_link:hover {
    color: #555;
}

ul.floor_list {
    float: left;
    width: 290px;
    /*margin-left: 20px;*/
    text-align: left;
    font-size: 1.3rem;
}

ul.floor_list li {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding-left: 5px;
}

ul.floor_list li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

ul.floor_list li:hover a {
    color: #fff;
}

ul.floor_list li:hover {
    background-color: #a9894a;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

ul.floor_list lihover a {
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

ul.floor_list li:first-child {
    margin-top: -5px;
}

ul.floor_list li:nth-child(2) {
    margin-top: 5px;
}

ul.floor_list li:nth-child(3) {
    margin-top: 50px;
}

ul.floor_list li:nth-child(4) {
    margin-top: 72px;
}

ul.floor_list li:nth-child(5) {
    margin-top: 5px;
}

ul.floor_list li:nth-child(6) {
    margin-top: 5px;
}

ul.floor_list li:nth-child(7) {
    margin-top: 7px;
}

ul.floor_list li:nth-child(8) {
    margin-top: 6px;
}

ul.floor_list li:nth-child(9) {
    margin-top: 5px;
}

ul.floor_list li:nth-child(10) {
    margin-top: 6px;
}

ul.floor_list li:nth-child(11) {
    margin-top: 6px;
}

ul.floor_list li:nth-child(12) {
    margin-top: 6px;
}

ul.floor_list li:nth-child(13) {
    margin-top: 5px;
}

.floor_bar01 {
    position: absolute;
    opacity: 0;
    right: 1px;
    top: 0;
    width: 404px !important;
}

.floor_bar02 {
    position: absolute;
    opacity: 0;
    right: 1px;
    width: 404px !important;
}

.pc .on_b4f {
    top: 407px;
    opacity: 1;
}

.pc .on_b3f {
    top: 381px;
    opacity: 1;
}

.pc .on_b2f {
    top: 355px;
    opacity: 1;
}

.pc .on_b1f {
    top: 329px;
    opacity: 1;
}

.pc .on_1f {
    top: 297px;
    opacity: 1;
}

.pc .on_2f {
    top: 273px;
    opacity: 1;
}

.pc .on_3f {
    top: 250px;
    opacity: 1;
}

.pc .on_4f {
    top: 226px;
    opacity: 1;
}

.pc .on_5f {
    top: 202px;
    opacity: 1;
}

.pc .on_6f {
    top: 178px;
    opacity: 1;
}

.pc .on_13f {
    opacity: 1;
    top: 17px;
    /*top: 28px;*/
}

.pc .on_RF {
    top: -5px;
    /*top: -8px;*/
    opacity: 1;
}

.no_hover {
    pointer-events: none;
}

.floor_search.serch_modal {
    display: none;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    z-index: 10000;
    border: none;
    width: 90%;
    max-width: 960px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 50px 30px;
    overflow: auto;
    height: 270px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.floor_search.serch_modal.long {
    height: 800px;
}

.modal_overlay {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

a.modal_close {
    width: 30px;
    height: 30px;
    border-left: 1px solid;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: block;
    position: relative;
    left: 5px;
    top: -35px;
}

a.modal_close:after {
    content: "";
    width: 30px;
    height: 30px;
    border-left: 1px solid;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    display: block;
    position: absolute;
    top: 15px;
    left: -15px;
}

section#top06 {
    width: 100%;
    padding-bottom: 85px;
}

#top06 .contents_before {
    background-image: url(../images/top/visual2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.menber_txt {
    line-height: 1.8;
    width: 700px;
    margin: 40px auto 60px;
}

#top07 {
    position: relative;
}

.app_inner:before {
    content: "";
    position: absolute;
    width: 100%;
    background-size: contain;
    height: 84%;
    top: 210px;
    left: 0;
    z-index: -1;
    background-color: #fbf8f0;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
}

.app_inner {
    padding-top: 40px;
    position: relative;
}

.app_left {
    text-align: left;
    float: left;
}

.app_right {
    float: right;
    width: 220px !important;
    position: relative;
}

.app_right .bx-wrapper {
    position: absolute;
    margin: 0 auto 60px;
    padding: 0;
    top: 43px;
    left: 23px;
    height: 80%;
    width: 78%;
}

.app_right .bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    top: 50%;
    right: -46px;
    width: 25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 110px;
    text-align: center;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
}

.app_right .bx-wrapper .bx-pager.bx-default-pager a {
    background-color: transparent !important;
    border: 4px solid #a9894a;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    vertical-align: middle;
}

.app_right .active {
    background: #a9894a !important;
    border: 1px solid #a9894a !important;
    width: 15px !important;
    height: 15px !important;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

img.iphone {
    width: 206px;
    position: relative;
}

.app_wrap {
    width: 860px;
    margin: 0 auto;
}

.app_left h2 {
    color: #a9894a;
    position: relative;
    padding-left: 70px;
    margin-bottom: 10px;
    line-height: 1.5;
}

.app_left h2:before {
    content: "";
    background-image: url(../images/top/feature01.png);
    position: absolute;
    left: 0;
    top: 50%;
    width: 45px;
    height: 55px;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.app_left a.view_detail {
    margin-top: 25px;
}

ul.top_app_list {
    margin-top: 25px;
}

.top_app_list li {
    margin-bottom: 7px;
    color: #a9894a;
    text-align: left;
    padding-left: 12px;
    position: relative;
}

.top_app_list li span img {
    width: 100%;
    height: auto;
    display: block;
    vertical-align: top;
}

.top_app_list li span {
    display: block;
    width: 6px;
    height: 7px;
    vertical-align: middle;
    margin-right: 5px;
    position: absolute;
    vertical-align: top;
    top: 49%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ginza_card {
    text-align: center;
}

a.view_detail {
    /* width: 165px; */
    height: 35px;
    display: inline-block;
    background: #a9894a;
    color: #fff;
    position: relative;
    margin-top: 30px;
    text-align: center;
    padding: 7px 34px 7px 16px;
    border: 2px solid #a9894a;
    line-height: 1.2;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    min-width: 130px;
}

a.view_detail:after {
    content: "";
    background-image: url(../images/top/view_arrow.png);
    background-position: center;
    background-size: 100%;
    position: absolute;
    right: -2px;
    top: -2px;
    height: 35px;
    width: 20px;
    background-color: #90743c;
}

.download_wrap {
    margin-top: 30px;
}

.appstore {
    width: 130px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

.appstore a,
.appstore img {
    width: 100%;
    display: block;
}

.googleplay {
    width: 130px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.googleplay a,
.googleplay img {
    width: 100%;
    display: block;
}

.googleplay a,
.appstore a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.googleplay a:hover,
.appstore a:hover {
    opacity: 0.8;
}

.card_left {
    text-align: left;
    float: left;
}

.card_right {
    float: right;
    text-align: left;
    width: 450px;
}

.card_right img {
    width: 220px;
    height: auto;
}

.card_wrap {
    width: 1080px;
    margin: 110px auto;
}

.card_right h2 {
    color: #a9894a;
    position: relative;
    padding-left: 70px;
    margin-bottom: 10px;
    line-height: 1.5;
}

.card_left img {
    width: 563px;
}

.card_right h2:before {
    content: "";
    background-image: url(../images/top/feature02.png);
    position: absolute;
    left: 0;
    top: 50%;
    width: 45px;
    height: 55px;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.card_right a.underline {
    display: inline-block;
    text-decoration: underline;
    margin: 20px 0 0;
    color: #A9894A;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.card_right .btn_arrow::before,
.card_right .btn_arrow::after {
    border-color: #A9894A;
}

.card_right a.underline:hover {
    color: #555;
}

footer {
    width: 100%;
    height: 350px;
    position: relative;
    background: #a9894a;
    z-index: 100;
}

footer#footer2 {
    height: 50px;
    position: relative;
    top: 0;
}

footer li,
footer li a {
    /*font-size: 13px;*/
    font-size: 1.4rem;
}

footer a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

footer a:hover {
    opacity: 0.7;
}

.copyright2 {
    position: absolute;
    right: 30px;
    top: 16px;
    font-size: 1.1rem;
    color: #fff;
}

ul.footer2 {
    margin-left: 0px;
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

ul.footer2 li {
    margin-left: 0px;
    width: auto;
    display: inline-block;
    margin-bottom: 0px;
    margin-right: 30px;
    display: inline-block;
}

.footer_inner {
    /*  width: 80%;*/
    margin: 0 auto;
    /*
  padding-top: 50px;*/
    padding-top: 30px;
    padding-bottom: 30px;
    max-width: 1100px;
}

footer h2 {
    margin-top: 5px;
    width: 140px;
    height: 25px;
    display: inline-block;
    float: left;
}

footer h2 img {
    width: 100%;
    height: auto;
}

footer h3 {
    font-size: 1.5rem;
    position: relative;
    margin-bottom: 10px;
    border-bottom: 1px solid #cbb892;
    padding-bottom: 10px;
}

footer ul {
    margin-left: 200px;
}

/*
footer ul li {
  width: 29%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-right: 30px;
  color: #fff;
  margin-bottom: 30px; }

footer ul li p {
  color: #fff; }

footer ul li span {
  text-align: right;
  display: inline-block;
  float: right; }*/
footer ul li a {
    color: #fff;
    display: block;
}

.copyright {
    font-size: 1.1rem;
    background: #fff;
    width: 100%;
    /*height: 45px;*/
    padding: 10px 0;
}

/*news*/
#news #top02 {
    background-color: transparent;
    position: relative;
    padding-bottom: 40px;
    overflow: hidden;
    padding-top: 0;
}

#news .news_archive {
    margin-top: 30px;
}

#news #top02.news_archive {
    margin-top: 0;
}

#news .pankuzu02 {
    padding-top: 8px;
}

#news li.post {
    margin-bottom: 15px;
}

#news #top02:before {
    content: "";
    position: absolute;
    width: 100%;
    background-size: contain;
    height: 70%;
    top: 430px;
    left: 0;
    z-index: -1;
    background-color: #fbf8f0;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
}

#news .information {
    margin: 0;
    padding: 20px 0;
    background: #fbf8f0;
}

#news .information ul {
    max-width: 650px;
    margin: auto;
    text-align: left;
    padding: 0 10px;
}

#news .information ul li {
    margin-bottom: 2px;
    display: table;
    border-collapse: separate;
    border-spacing: 10px 0;
    font-feature-settings: "palt";
}

#news .information .label {
    display: table-cell;
    vertical-align: top;
}

#news .information span {
    background: #a9894a;
    padding: 3px 10px;
    color: #FFF;
    display: inline-block;
    font-size: 1rem;
}

#news .information a {
    display: table-cell;
}

p.pnakuzu {
    width: 960px;
    font-size: 1.2rem;
    color: #adadad;
    margin: 0 auto;
    text-align: left;
    padding-top: 5px;
}

#news_detail {
    position: relative;
    margin-top: 50px;
    padding-bottom: 100px;
    overflow: hidden;
}

#news_detail:before {
    content: "";
    position: absolute;
    width: 100%;
    background-size: contain;
    height: 92%;
    top: 380px;
    left: 0;
    z-index: -1;
    background-color: #fbf8f0;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
}

.detail_Kv {
    width: 100%;
    max-width: 1100px;
    margin: 5px auto 30px;
}

#single01 .detail_Kv iframe {
    width: 100%;
    margin: 0 auto;
    height: 618.75px;
}

.detail_Kv img {
    width: 100%;
    height: auto;
    border: 1px solid #eee;
}

.single_inner.clfix {
    width: 960px;
    margin: 0 auto;
    padding-bottom: 60px;
}

#news_detail.bura_editors .intro_block {
    width: 100%;
}

#news_detail.bura_editors .intro_block {
    margin-top: 0;
    border: 1px solid #aaa;
    padding: 40px;
}

#news_detail.bura_editors .intro_block .left {
    width: 23%;
}

#news_detail.bura_editors .intro_block .right {
    width: 77%;
}

#news_detail.bura_editors .intro_block h3 {
    margin-bottom: 20px;
}

#news_detail.bura_editors .intro_block p {
    width: 77%;
    padding-left: 20px;
    margin: 0;
}

#news_detail.bura_editors .intro_block p a {
    text-decoration: underline;
}

.bura_editors .single_content ul {
    width: calc(100% + 3%);
    margin-right: -3%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
}

.bura_editors .single_content ul li {
    width: 47%;
    margin-right: 3%;
    vertical-align: top;
    overflow-x: hidden;
}

.single_left {
    width: 710px;
    display: block;
    float: left;
}

.single_left h1 {
    font-size: 2.2rem;
    color: #a9894a;
    margin-bottom: 30px;
    word-wrap: break-word;
    text-align: left;
}

.single_left h3 {
    margin-bottom: 30px;
    text-align: left;
}

.single_left h3.sub_ttl {
    font-size: 1.4rem;
}

.single_left h3.sub_ttl span {
    padding-left: 10px;
}

.single_left h5 {
    margin-bottom: -25px;
    text-align: left;
}

.single_left h5:before {
    content: "";
    width: 6px;
    height: 6px;
    margin-right: 5px;
    background: #A9894E;
    display: inline-block;
    position: relative;
    top: -2px;
}

.single_left .date {
    font-size: 1.3rem;
    margin-top: 30px;
}

.single_content h3 {
    margin-bottom: -7px;
    color: #a9894a;
}

.single_content a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    /*color: #A9894F;*/
    text-decoration: underline;
}

.single_content a:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0.7;
}

/* .single_content div {
    max-width: 100%;
} */

.single_content img.size-medium {
    /*max-width: calc(50% - 15px);*/
    height: auto;
}

.single_content img.size-medium:first-child {
    margin-right: 30px;
}

p.single_cate {
    font-size: 1.3rem;
    color: #a9894a;
    position: relative;
    margin-bottom: 60px;
    text-align: left;
}

.single_cate:before {
    content: "";
    width: 40px;
    border-bottom: 1px solid #a9894a;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -3px;
}

.single_left p {
    text-align: left;
    margin: 30px auto;
    line-height: 1.8;
}

.single_left p:first-child {
    margin-top: 0;
}

.single_left img {
    text-align: center;
    /*border: 1px solid #eee;*/
    max-width: 100%;
    height: auto;
}

.sub01_left {
    display: inline-block;
    width: calc(50% - 15px);
    text-align: left;
}

.sub01_left img {
    width: 100%;
    height: auto;
}

.sub01_right {
    width: calc(50% - 15px);
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
    text-align: left;
    font-size: 1.3rem;
}

.sub_info {
    margin-top: 30px;
}

.sub01_right p {
    margin: 0px;
}

.sub01_right p span {
    margin-bottom: 30px;
    display: inline-block;
}

.single_date {
    text-align: left;
    color: #111111;
    font-size: 1.1rem;
}

.single_date:after {
    content: "";
    display: block;
    border-bottom: 1px solid #111111;
    width: 20px;
    padding-bottom: 30px;
}

.sns_sahre {
    text-align: left;
    margin-top: 30px;
}

.sns_sahre a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.sns_sahre a:hover {
    opacity: 0.7;
}

.single_fb {
    display: inline-block;
    margin-right: 30px;
}

.single_fb img {
    width: 11px;
    height: 22px;
    border: none;
}

.single_tw {
    display: inline-block;
}

.single_tw img {
    width: 23px;
    height: 18px;
    border: none;
}

.sidebar {
    float: right;
    width: 180px;
    text-align: left;
}

.sidebar input[type=submit] {
    position: absolute;
    top: 0;
    background-color: #ccc;
    width: 27px !important;
    right: 0;
    display: block;
    z-index: 5;
    background-color: transparent;
    cursor: pointer;
}

.sidebar .wrapper-dropdown-2 {
    width: 100%;
    background: transparent;
    height: 27px;
    font-size: 1.3rem;
}

.sidebar dt {
    color: #a9894a;
    margin-bottom: 10px;
}

.sidebar dl {
    margin-bottom: 30px;
}

.sidebar .AtoW_btn {
    margin: 0px;
    background-color: transparent;
    width: 180px;
}

.sidebar .wrapper-dropdown-2 .dropdown {
    background: #fbf8f0;
    left: 0px;
}

.sidebar .free_word {
    position: relative;
}

.sidebar .free_word input {
    width: 100%;
    background: transparent;
    height: 27px;
    font-size: 1.3rem;
}

.sidebar .free_word:after {
    top: 0;
    height: 27px;
    width: 27px;
}

.sidebar h4 {
    color: #a9894a;
    margin-bottom: 20px;
    font-size: 1.4rem;
}

.sidebar h4.sub {
    margin-bottom: 5px;
}

.sidebar p.sub {
    line-height: 1.3;
    margin-bottom: 20px;
}

.sidebar .category_list li {
    font-size: 1.3rem;
    border-bottom: 1px solid #e3e1d9;
}

.sidebar .category_list li a {
    display: block;
    padding: 5px 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.sidebar .category_list li a:hover {
    color: #90743c;
}

.sidebar ul {
    margin-bottom: 40px;
}

.sidebar .app_list img {
    width: 70%;
    height: auto;
}

.sidebar .app_list li {
    text-align: center;
}

.ginza_card img {
    width: 100%;
    height: auto;
}

#single02 .news_wrap {
    max-width: 960px;
    margin: 0 auto;
}

#single02 h2 {
    margin: 60px auto;
    font-size: 2.4rem;
    color: #a9894a;
}

/*floor*/
main#floor {
    position: relative;
}

.search_box {
    padding: 20px;
}

section#floor01 {
    margin: 0 auto;
    max-width: 1100px;
}

.pankuzu02 {
    text-align: left;
    font-size: 1.2rem;
    color: #adadad;
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pankuzu02 a {
    color: #a9894a;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
}

.pankuzu02 a:hover {
    opacity: 0.7;
}

#floor h1 {
    color: #a9894a;
    margin: 60px 0 40px;
}

#floor h1 span {
    display: block;
    color: #333333;
    font-size: 1.4rem;
    margin-top: 5px;
}

.search_box dl {
    border-bottom: none;
    margin: 0 10px;
    width: 180px;
    display: inline-block;
    text-align: left;
}

.search_box dt {
    display: inline-block;
    color: #a9894a;
    text-align: left;
    height: 20px;
    float: none;
    padding-top: 0px;
    margin-left: 0px;
}

.search_box dd {
    display: inline-block;
    text-align: left;
    font-size: 1.3rem;
    padding-top: 10px;
    float: none;
}

.search_box .free_word:after {
    top: 10px;
}

.search_box .keyword_dl {
    display: block;
    width: 790px;
    margin: 0 auto;
}

.search_box .keyword_dl dt {
    text-align: left;
    width: 790px;
    margin: auto;
    margin-bottom: 10px;
}

.search_box .wrapper-dropdown-2 {
    position: relative;
    width: 170px;
}

.search_box .keyword_dl dd {
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 0;
}

.search_box .free_word input {
    width: 170px;
    height: 32px;
    padding: 5px;
    color: #555;
}

#floor .floor_list02 li {
    color: #fff !important;
    background-color: #a9894a;
    display: inline-block;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    margin-right: 15px;
    border: 1px solid;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

#floor .floor_list02 li:hover {
    background: #fff;
    color: #a9894a !important;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#floor .floor_list02 li:hover a {
    color: #a9894a !important;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#floor .floor_list02 li:last-child {
    margin-right: 0px;
}

#floor .floor_list02 li a {
    color: #fff;
    padding-top: 6px;
    display: inline-block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.tab {
    overflow: hidden;
}

.select {
    pointer-events: none !important;
    background-color: #fff !important;
    color: #a9894a !important;
    border: 1px solid #a9894a !important;
}

.select a {
    color: #a9894a !important;
}

.content>li {
    background: transparent;
    padding: 0;
    width: 960px;
    margin: 0 auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#floor {
    position: relative;
    overflow: hidden;
}

#floor:before {
    content: "";
    position: absolute;
    width: 100%;
    background-size: contain;
    height: 75%;
    top: 430px;
    left: 0;
    z-index: -1;
    background-color: #fbf8f0;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
}

#floor02 {
    padding-bottom: 100px;
}

#floor02 .content li {
    display: none;
}

.floorMap_wrap {
    width: 100%;
}

.pc .floorMap_left.fixed {
    position: fixed !important;
    top: 80px;
    /* left: 0; */
}

.floorMap_left a {
    cursor: zoom-in;
}

.modaal-wrapper {
    cursor: zoom-out;
}

.floorMap_left {
    width: 680px;
    float: left;
}

.floorMap_left img {
    width: 100%;
}

.floorMap_right {
    float: right;
    width: 280px;
    text-align: left;
}

.shop_floormap {
    text-align: right;
    float: right;
    display: inline-block;
    margin-top: 2px;
}

.shop_list dt {
    width: 12%;
    display: inline-block;
    text-align: right;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 12px;
    vertical-align: top;
}

.shop_list dd {
    padding-top: 7px;
    padding-bottom: 7px;
    width: 85%;
    display: inline-block;
}

.shop_list dd .popup {
    font-size: 1.3rem;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.shop_list dl:hover dd .popup {
    color: #FFF;
}

ul.shop_list {
    margin-top: 20px;
}

.shop_list dl {
    border-bottom: 1px dotted #e3e2e1;
    font-size: 1.3rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

li[data-floor-map="B1F"] .shop_list dl:first-child {
    /*border-bottom: none;*/
}

li[data-floor-map="B1F"] .shop_list dl:nth-of-type(2) dt {
    /*opacity: 0;*/
}

li[data-floor-map="1F"] .shop_list dl:nth-of-type(2) dt {
    /*opacity: 0;*/
}

/*li[data-floor-map=B1F] .shop_list dl:nth-of-type(2) dd,*/
li[data-floor-map="B1F"] .shop_list dl:nth-of-type(28) dd {
    border-top: 1px dotted #e3e2e1;
}

.shop_list dl.no_link {
    padding: 7px 0;
}

.shop_list dl a {
    display: block;
}

.shop_list dl:not(.no_link):hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #a9894a;
}

.shop_list dl:hover a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #fff;
}

.shop_list dl span {
    display: inline-block;
    margin-left: 10px;
    margin-right: 20px;
}

.hide {
    display: none;
}

.current_floor {
    font-size: 2.6rem;
    color: #a9894a;
    margin: 60px 20px 0;
}

.current_floor_cat {
    font-size: 1.4rem;
    margin-bottom: 60px;
    color: #a9894a;
    display: block;
}

p.current_floor:before {
    content: "";
    width: 160px;
    border-bottom: 1px solid #a9894a;
    display: inline-block;
    margin-right: 20px;
    margin-top: 10px;
    vertical-align: super;
}

p.current_floor:after {
    content: "";
    width: 160px;
    border-bottom: 1px solid #a9894a;
    display: inline-block;
    margin-left: 20px;
    vertical-align: super;
}

.shopserch_btn_search {
    padding: 12px 35px 25px 25px;
    width: 275px;
    margin: 20px 15px;
}

.shopserch_btn_search:after {
    height: 40px;
}

#floor01 .shop_notice {
    margin-bottom: 10px;
}

#floor01 .shop_notice a {
    text-decoration: underline;
    color: #a9894a;
}

/*shop*/
#shop01 {
    position: relative;
    padding-bottom: 100px;
}

#shop01:before {
    content: "";
    position: absolute;
    width: 100%;
    background-size: contain;
    height: 95%;
    top: 100px;
    left: 0;
    z-index: -1;
    background-color: #fbf8f0;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
}

.shop_archive li a {
    position: relative;
}

.display_none {
    display: none !important;
}

.shopLogo_wrap:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #a9894a;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.shop_archive li a:hover .shopLogo_wrap:after {
    opacity: 0.7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

main#shop {
    position: relative;
}

#shop h1,
#shop_all h1 {
    color: #a9894a;
    margin: 50px 0;
}

#shop_all.dutyfree h1 {
    margin-bottom: 15px;
}

#shop h1 span,
#shop_all h1 span {
    display: block;
    color: #333333;
    font-size: 1.4rem;
    margin-top: 5px;
}

.shop_archive {
    width: 1100px;
    margin: 0 auto;
    text-align: left;
}

.shop_archive li {
    display: inline-block;
    width: 240px;
    margin-right: 40px;
    text-align: left;
    margin-bottom: 60px;
    vertical-align: top;
}

.shop_archive li:nth-child(4n) {
    margin-right: 0px;
}

.shopLogo_wrap {
    width: 100%;
    height: 160px;
    background: #fff;
    position: relative;
}

.shopLogo_wrap img {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid #eee;
    width: 100%;
    height: auto;
}

p.shop_nameEN {
    font-size: 1.6rem;
    margin: 10px 0;
    color: #a9894a;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 8px;
    line-height: 1.4;
}

p.shop_info {
    font-size: 1.2rem;
}

span.shop_place {
    display: inline-block;
    margin-right: 5px;
}

span.shop_place span:after,
span.shop_cate span:after {
    content: ", ";
}

span.shop_place span:last-child:after,
span.shop_cate span:last-child:after {
    display: none;
}

span.shop_place:after {
    content: "";
    border-right: 1px solid #cccccc;
    height: 10px;
    display: inline-block;
    margin-left: 5px;
}

#shop_detail {
    margin-top: 50px;
    position: relative;
    padding-bottom: 100px;
    overflow: hidden;
}

#shop_detail:before {
    content: "";
    position: absolute;
    width: 100%;
    background-size: contain;
    height: 84%;
    top: 300px;
    left: 0;
    z-index: -1;
    background-color: #fbf8f0;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
}

#shop_detail a.view_detail {
    color: #fff;
}

.ShopSingle_inner.clfix {
    width: 960px;
    margin: 0 auto;
    text-align: left;
}

.shopSingle_left {
    display: inline-block;
    width: 465px;
    text-align: left;
    /*word-break: break-all;*/
    /*word-wrap: break-word !important;*/
    vertical-align: top;
}

.shopSingle_left h1 span.name_small {
    color: #a9894a;
    display: inline-block;
    font-size: 1.4rem;
}

.shopSingle_left h1 span.name_small_2 {
    color: #a9894a;
    display: inline-block;
    font-size: 1.6rem;
}

.shopSingle_left .prof_jp {
    display: inline-block;
}

.shopSingle_left .prof_en {
    display: none;
}

span.bookable_ttl {
    display: inline-block;
    width: calc(100% - 20px);
}

span.bookable_icon {
    vertical-align: top;
    display: inline-block;
    height: 20px;
    width: 20px;
}

span.bookable_icon img {
    vertical-align: middle;
}

.shop_tag {
    font-size: 1.2rem;
    margin-top: 30px;
    color: #a9894a;
}

.shop_tag ul {
    display: inline-block;
}

.shop_tag ul li {
    display: inline-block;
    margin-right: 3px;
    line-height: 1.8;
}

.shop_tag a {
    color: #a9894a;
    border-bottom: 1px solid #a9894a;
    font-size: 1.4rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.shop_tag a:hover {
    opacity: 0.7;
}

.shop_tag span {
    color: #333333;
    display: inline-block;
    margin-right: 10px;
}

.shopSingle_right {
    width: 430px;
    margin-top: 7px;
    display: inline-block;
    text-align: right;
    margin-left: 30px;
    vertical-align: top;
}

.shopSingle_right .bx-wrapper {
    border: 1px solid #eee;
}

ul.bxslider.border_none {
    border: none !important;
}

#shop_detail h1 {
    margin: 0 0 20px;
    font-size: 2.2rem;
}

.shop_InfoInner {
    width: 960px;
    margin: 50px auto 0;
}

.shop_InfoInner a {
    color: #a9894a;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.shop_InfoInner .sidebar a {
    color: #555;
}

.sidebar .AtoW_btn:before {
    content: "";
    border-bottom: 1px solid #555555;
}

.sidebar .AtoW_btn:after {
    content: "";
    border-bottom: 1px solid #555555;
}

.shop_InfoInner .sidebar a:hover .AtoW_btn:before,
.shop_InfoInner .sidebar a:hover .AtoW_btn:after {
    border-bottom: 1px solid #a9894a;
}

.shop_InfoInner .ginza_card a:hover,
.shop_InfoInner .app_list a:hover,
.shop_InfoInner .InfoDl a:hover {
    opacity: 0.6;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.shop_InfoInner .floor_search.serch_modal {
    border: none;
}

a.archive.view_all {
    color: #fff;
    margin: 0 auto;
    display: block;
    width: 178px;
}

a.archive.view_all:after {
    content: "";
    background-image: url(../images/top/more_arrow.png);
    background-position: center;
    position: absolute;
    right: -2px;
    top: -2px;
    height: 37px;
    width: 20px;
    background-color: #90743c;
    background-size: 10px;
    background-repeat: no-repeat;
}

.InfoInner_left {
    width: 710px;
    float: left;
    text-align: left;
}

.InfoInner_left .view_detail {
    margin-top: 0px;
    color: #fff;
}

.InfoInner_left .news_list {
    width: calc(100% + 19px);
    margin-right: -19px;
}

.InfoInner_left .news_list li {
    width: 224px;
    margin-right: 16px;
}

.displaynone {
    display: none;
}

.InfoDl {
    margin-bottom: 60px;
}

.InfoDl dd a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.InfoDl dd a:not(.view_detail):hover {
    color: #a9894a;
}

.genre_tag {
    display: inline-block;
}

.genre_tag span:after {
    content: " , ";
    position: relative;
    display: inline-block;
    margin-right: 2px;
}

.genre_tag span:last-child:after {
    display: none;
}

ul.key_li li:after {
    content: ",";
    margin-left: 3px;
}

ul.key_li li:last-child:after {
    display: none;
}

.InfoInner_left h2 {
    color: #a9894a;
    margin-top: 90px;
    margin-bottom: 60px;
}

.InfoDl h4 {
    color: #a9894a;
}

.InfoDl dt {
    display: inline-block;
    text-align: left;
    width: 250px;
    vertical-align: top;
}

.InfoDl dd {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 450px;
}

.InfoDl dd.shop_infomation {
    width: 100%;
    margin-left: 0;
}

span.shop_floormap {
    float: right;
}

.InfoDl hr {
    border-bottom: 1px dotted #ccc;
    margin: 15px 0;
}

.shop_sns {
    margin-top: 60px;
}

.shop_sns li {
    display: inline-block;
    margin-right: 20px;
}

.shop_sns a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.shop_sns a:hover {
    opacity: 0.7;
}

.shop_sns .line {
    position: relative;
    top: 2px;
}

/*ACCESS*/
div#area-google-map {
    margin: 0 auto;
}

p.addres {
    font-size: 1.8rem;
    margin-top: 40px;
    letter-spacing: 1px;
}

ul.access_nav {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    margin: 60px auto;
    text-align: center;
}

.access_nav li {
    display: inline-block;
    margin-right: 60px;
}

.access_nav li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: block;
}

.access_nav li a:hover {
    opacity: 0.7;
}

.access_nav li:last-child {
    margin-right: 0px;
}

.access_nav li span {
    color: #a9894a;
    display: block;
}

#access02 {
    position: relative;
    padding-bottom: 100px;
    overflow: hidden;
}

#access:before {
    content: "";
    position: absolute;
    width: 100%;
    background-size: contain;
    height: 91%;
    top: 430px;
    left: 0;
    z-index: -1;
    background-color: #fbf8f0;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
}

.access_inner {
    width: 720px;
    margin: 0 auto;
    text-align: left;
}

.access_inner hr {
    border-bottom: 1px dotted #ccc;
}

.access_inner h2 {
    color: #a9894a;
    margin-bottom: 30px;
    text-align: center;
}

.access_inner h3 {
    color: #a9894a;
    text-align: left;
    margin-bottom: 10px;
}

.access_inner h4 {
    padding-left: 12px;
    position: relative;
    color: #a9894a;
    margin: 10px 0;
}

.access_inner h4:before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #a9894a;
    vertical-align: top;
    position: absolute;
    top: 48%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.access_nav li img {
    margin-bottom: 10px !important;
}

.access_inner img {
    margin-bottom: 10px;
}

.link-zoom>span::before {
    content: "";
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    margin-right: 0.5em;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../assets/img/membership/nav/zoom.svg);
    vertical-align: middle;
}

.link-zoom {
    display: inline-block;
}

#train h2:before {
    content: "";
    display: inline-block;
    background-image: url(../images/access/train_icon.svg);
    width: 35px;
    height: 34px;
    background-size: contain;
    margin-right: 10px;
    vertical-align: bottom;
}

div#train {
    margin-bottom: 60px;
}

dl.train_access {
    text-align: left;
}

.train_access dt {
    display: inline-block;
    text-align: left;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
    width: 635px;
}

.train_access dt:before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #a9894a;
    vertical-align: middle;
    margin-right: 10px;
}

.train_access dd {
    display: inline-block;
    float: right;
    width: 60px;
    text-align: right;
}

.train_access span {
    font-size: 1.3rem;
}

/*train map*/
dl.train_access_map {
    padding-top: 10px;
}

.train_access_map h4 {
    margin-top: 20px !important;
}

.train_access_map .clfix {
    padding: 10px 0;
}

.train_access_map dt {
    text-align: left;
    width: 50%;
    float: left;
}

.train_access_map dd {
    position: relative;
    display: inline-block;
    text-align: left;
    float: right;
    margin-top: 20px;
    width: 40%;
}

.train_access_map dd img {
    width: 100%;
    height: auto;
}

.train_access_map .access_map_img a {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.train_access_map .access_map_img span {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.train_access_map .access_map_img:hover span {
    opacity: 0.7;
}

.train_access_map .access_map_img a:after {
    content: "";
    width: 100%;
    height: 470px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #a9894a;
    opacity: 0;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    margin: 10px 0;
}

.pc .train_access_map .access_map_img a:hover:after {
    opacity: 0.7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#car h2:before {
    content: "";
    display: inline-block;
    background-image: url(../images/access/car_icon.svg);
    width: 42px;
    height: 47px;
    background-size: contain;
    vertical-align: bottom;
    margin-right: 10px;
}

.access_info.clfix {
    padding: 10px 0;
}

.access_info dt {
    text-align: left;
    width: 47%;
    float: left;
}

.access_info dd {
    position: relative;
    display: inline-block;
    text-align: left;
    float: right;
    width: 50%;
}

.access_info dd img {
    width: 100%;
    height: auto;
}

#bike h2:before {
    content: "";
    display: inline-block;
    background-image: url(../images/access/bike_icon.svg);
    width: 47px;
    height: 47px;
    background-size: contain;
    vertical-align: bottom;
    margin-right: 10px;
}

#plane h2:before {
    content: "";
    display: inline-block;
    background-image: url(../images/access/plane_icon.svg);
    width: 38px;
    height: 38px;
    background-size: contain;
    vertical-align: bottom;
    margin-right: 10px;
}

#plane h5 {
    margin-bottom: 10px;
}

#plane hr {
    margin: 15px 0;
}

.block:before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #a9894a;
    vertical-align: middle;
    margin-right: 10px;
    position: absolute;
    top: 48%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

/*service*/
#service {
    position: relative;
    padding-bottom: 100px;
    overflow: hidden;
}

#service:before {
    content: "";
    position: absolute;
    width: 100%;
    background-size: contain;
    height: 90%;
    top: 430px;
    left: 0;
    z-index: -1;
    background-color: #fbf8f0;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
}

.kv_area {
    width: 960px;
    margin: 0 auto;
}

.kv_area h1,
#facillty01 h1,
#access h1 {
    margin: 60px 0 40px;
    padding-top: 0;
    color: #a9894a;
}

#service h2 {
    color: #a9894a;
    text-align: center;
    margin: 60px 0 40px;
}

#service h3 {
    color: #a9894a;
    margin: 40px 0 15px;
}

#service p {
    margin-bottom: 15px;
}

#service02,
#service04 {
    width: 720px;
    margin: 0 auto;
    text-align: left;
}

section#service02 ul {
    margin-bottom: 10px;
}

section#service02 li {
    position: relative;
    padding-left: 12px;
    display: inline-block;
    width: 170px;
    margin-bottom: 10px;
}

section#service02 li {
    display: inline-block;
    width: auto;
    margin-bottom: 10px;
    margin-right: 20px;
}

section#service03 {
    margin-top: 60px;
}

#serviceAdd01 {
    border: 1px solid #a9894a;
}

.add_wrap {
    width: 90%;
    margin: 0 auto;
    padding: 40px 0;
}

.add_right dt,
.add_right dd {
    display: inline-block;
    text-align: left;
    vertical-align: top;
}

.add_right dt {
    width: 8%;
}

.add_right dd {
    width: 92%;
}

dl.add_right hr {
    border-bottom: 1px solid #e3e2e1;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

img.add_left {
    width: 60%;
    display: inline-block;
    text-align: left;
}

dl.add_right {
    display: inline-block;
    width: 37%;
    vertical-align: top;
    margin-top: 60px;
    padding-left: 40px;
}

.service_dl {
    margin-bottom: 20px;
}

.service_dl dt {
    display: inline-block;
    text-align: left;
    width: 47%;
    margin: 10px 0;
    vertical-align: top;
}

.service_dl dd {
    padding: 10px 0;
    position: relative;
    display: inline-block;
    text-align: left;
    width: 50%;
}

.service_dl hr {
    border-bottom: 1px dotted #cccccc;
    height: 2px;
}

#service h3:before,
#access h3:before,
.access_inner h2:before {
    background-repeat: no-repeat;
}

h3.info:before {
    content: "";
    display: inline-block;
    background-image: url(../images/service/info_icon.svg);
    width: 23px;
    height: 23px;
    background-size: contain;
    vertical-align: sub;
    margin-right: 10px;
}

h3.aed:before {
    content: "";
    display: inline-block;
    background-image: url(../images/service/aed_icon.svg);
    width: 24px;
    height: 21px;
    background-size: contain;
    vertical-align: sub;
    margin-right: 10px;
}

h3.baby:before {
    content: "";
    display: inline-block;
    background-image: url(../images/service/baby_icon.svg);
    width: 27px;
    height: 22px;
    background-size: contain;
    vertical-align: sub;
    margin-right: 10px;
}

h3.wifi:before {
    content: "";
    display: inline-block;
    background-image: url(../images/service/wifi_icon.svg);
    width: 24px;
    height: 19px;
    background-size: contain;
    vertical-align: sub;
    margin-right: 10px;
}

h3.valley:before {
    content: "";
    display: inline-block;
    background-image: url(../images/service/Valet_icon.svg);
    width: 24px;
    height: 26px;
    background-size: contain;
    vertical-align: sub;
    margin-right: 10px;
}

h3.smoke:before {
    content: "";
    display: inline-block;
    background-image: url(../images/service/tabaco_icon.svg);
    width: 25px;
    height: 19px;
    background-size: contain;
    vertical-align: baseline;
    margin-right: 10px;
}

h3.ATM:before {
    content: "";
    display: inline-block;
    background-image: url(../images/service/ATM.svg);
    width: 23px;
    height: 22px;
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
}

h3.pet:before {
    content: "";
    display: inline-block;
    background-image: url(../images/service/pet.svg);
    width: 26px;
    height: 22px;
    background-size: contain;
    vertical-align: sub;
    margin-right: 10px;
}

h3.tourist:before {
    content: "";
    display: inline-block;
    background-image: url(../images/service/tourist_info_icon.svg);
    width: 26px;
    height: 22px;
    background-size: contain;
    vertical-align: sub;
    margin-right: 10px;
}

h3.convini:before {
    content: "";
    display: inline-block;
    background-image: url(../images/service/conveni_icon.svg);
    width: 23px;
    height: 25px;
    background-size: contain;
    vertical-align: baseline;
    margin-right: 10px;
}

h3.ticket:before {
    content: "";
    display: inline-block;
    background-image: url(../images/service/ticket_icon.svg);
    width: 22px;
    height: 20px;
    background-size: contain;
    vertical-align: baseline;
    margin-right: 10px;
}

h3.exchange:before {
    content: "";
    display: inline-block;
    background-image: url(../images/service/money_icon.svg);
    width: 27px;
    height: 28px;
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
}

h3.taxfree:before {
    content: "";
    display: inline-block;
    background-image: url(../images/service/menzei_icon.svg);
    width: 29px;
    height: 23px;
    background-size: contain;
    vertical-align: sub;
    margin-right: 10px;
}

h3.clork:before {
    content: "";
    display: inline-block;
    background-image: url(../images/service/clork_icon.svg);
    width: 23px;
    height: 19px;
    background-size: contain;
    vertical-align: baseline;
    margin-right: 10px;
}

h3.cafe:before {
    content: "";
    display: inline-block;
    background-image: url(../images/service/cafe_icon.svg);
    width: 26px;
    height: 16px;
    background-size: contain;
    vertical-align: baseline;
    margin-right: 10px;
}

h3.haisou:before {
    content: "";
    display: inline-block;
    background-image: url(../images/service/haisou.svg);
    width: 21px;
    height: 25px;
    background-size: contain;
    vertical-align: sub;
    margin-right: 10px;
}

/*facilty*/
#facility {
    position: relative;
    padding-bottom: 100px;
    overflow: hidden;
}

#facility:before {
    content: "";
    position: absolute;
    width: 100%;
    background-size: contain;
    height: 88%;
    top: 430px;
    left: 0;
    z-index: -1;
    background-color: #fbf8f0;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
}

#facillty01 {
    width: 960px;
    margin: 0 auto;
}

.facility_img {
    width: 360px;
    height: 200px;
}

.facility_img img {
    width: 100%;
    height: auto;
}

/* facility add */
li.facility_office {
    margin-top: -25px;
}

.facility_office_img {
    height: auto;
}

.facility_img2 {
    width: 360px;
    height: 315px;
}

.facility_img2 img {
    width: 100%;
    height: auto;
}

.facility_img3 {
    width: 450px;
    margin-top: 9px;
}

.facility_img3 img {
    width: 100%;
    height: auto;
}

.facility_office h4 {
    margin-bottom: 4px;
}

.facility_office p {
    letter-spacing: -0.63px;
}

ul.facility_list li {
    margin-bottom: 60px;
}

.facility_list h3:before {
    background-repeat: no-repeat;
}

.facilty_txt {
    width: 560px;
    text-align: left;
}

.facility_list li .left {
    float: left;
}

.facility_list li .right {
    float: right;
}

#facillty01 h2 {
    color: #a9894a;
    margin: 60px 0 40px;
}

#facillty01 h3 {
    color: #a9894a;
    margin-bottom: 5px;
}

#facillty01 hr {
    border-bottom: 1px dotted #cccccc;
    margin: 20px 0;
}

a.nougakudo {
    color: #a9894a;
    display: inline-block;
    margin-top: 10px;
    border-bottom: 1px solid;
    position: relative;
}

/*.nougakudo::before {
  content: "";
  display: inline-block;
  border: 5px solid transparent;
  border-left-color: #a9894a;
  vertical-align: baseline; }*/
#facillty01 .view_detail {
    margin-top: 20px;
}

#facillty01 .garden:before {
    content: "";
    display: inline-block;
    background-image: url(../images/facility/garden.svg);
    width: 36px;
    height: 31px;
    background-size: 100%;
    vertical-align: baseline;
    margin-right: 10px;
}

#facillty01 .terace:before {
    content: "";
    display: inline-block;
    background-image: url(../images/facility/terrace.svg);
    width: 32px;
    height: 22px;
    background-size: contain;
    vertical-align: baseline;
    margin-right: 10px;
}

#facillty01 .tour:before {
    content: "";
    display: inline-block;
    background-image: url(../images/facility/tour.svg);
    width: 27px;
    height: 25px;
    background-size: 100%;
    vertical-align: sub;
    margin-right: 10px;
}

#facillty01 .bus:before {
    content: "";
    display: inline-block;
    background-image: url(../images/facility/bus.svg);
    width: 31px;
    height: 22px;
    background-size: 100%;
    vertical-align: baseline;
    margin-right: 10px;
}

#facillty01 .nou:before {
    content: "";
    display: inline-block;
    background-image: url(../images/facility/nougaku.svg);
    width: 31px;
    height: 26px;
    background-size: 100%;
    vertical-align: sub;
    margin-right: 10px;
}

#facillty01 .office:before {
    content: "";
    display: inline-block;
    background-image: url(../images/facility/office.svg);
    width: 31px;
    height: 26px;
    background-size: 100%;
    vertical-align: sub;
    margin-right: 10px;
}

.escape_wrap {
    border: 1px solid #a9894a;
    padding: 30px 30px;
    width: 720px;
    margin: 30px auto 0;
}

.escape_wrap>h3 {
    margin-bottom: 20px !important;
}

.escape_wrap p {
    text-align: left;
}

.interview_wrap {
    margin-bottom: 80px;
}

.interview_img01 {
    width: 358px;
    float: left;
}

.interview_txt {
    width: 550px;
    float: left;
    text-align: left;
    margin-left: 50px;
}

.interview_people {
    float: left;
    width: 358px;
    text-align: left;
    vertical-align: top;
    margin-top: 30px;
}

.interview_people img {
    display: inline-block;
    vertical-align: top;
}

.people_right {
    display: inline-block;
    width: 225px;
    margin-left: 20px;
    vertical-align: top;
}

.people_right p {
    font-size: 1.3rem;
    line-height: 1.6;
    margin-top: 5px;
}

/*hour*/
#hour {
    position: relative;
    padding-bottom: 100px;
    overflow: hidden;
}

#hour:before {
    content: "";
    position: absolute;
    width: 100%;
    background-size: contain;
    height: 80%;
    top: 430px;
    left: 0;
    z-index: -1;
    background-color: #fbf8f0;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
}

#hour02 {
    width: 720px;
    margin: 0 auto;
}

#hour02 p {
    text-align: left;
}

#hour02 p.txt-center {
    text-align: center;
    margin-top: 20px;
}

#hour02 a {
    text-align: left;
    display: inline-block;
    float: left;
    margin-top: 20px;
}

a.underline {
    text-decoration: underline;
}

a.question:before {
    content: "";
    display: inline-block;
    background: url(../images/general/question.svg) no-repeat;
    width: 22px;
    height: 17px;
    vertical-align: text-bottom;
}

#hour02 a.underline {
    float: none;
}

#hour02 h2 {
    color: #a9894a;
    margin: 60px 0 0;
}

.hour_inner.clfix {
    line-height: 1.8;
}

#hour02 h3 {
    border-bottom: 1px dotted #ccc;
    color: #a9894a;
    margin: 60px 0 20px;
    padding-bottom: 10px;
    text-align: left;
}

.hour_left {
    float: left;
}

.hour_right {
    float: right;
    width: 264px;
    margin-right: 40px;
    margin-top: 20px;
}

.hour_right img {
    width: 100%;
    height: auto;
}

.gold {
    color: #a9894a;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a.gold:hover {
    opacity: 0.7;
}

.black {
    color: #555555;
}

.gold_border {
    border-bottom: 1px solid #a9894a;
}

.shop:before {
    content: "";
    display: inline-block;
    background-image: url(../images/hour/shop.svg);
    width: 27px;
    height: 23px;
    background-size: 100%;
    vertical-align: sub;
    margin-right: 10px;
}

.tour:before {
    content: "";
    display: inline-block;
    background-image: url(../images/hour/tour.svg);
    width: 25px;
    height: 23px;
    background-size: 100%;
    vertical-align: sub;
    margin-right: 10px;
}

.garden:before {
    content: "";
    display: inline-block;
    background-image: url(../images/hour/garden.svg);
    width: 36px;
    height: 31px;
    background-size: 100%;
    vertical-align: baseline;
    margin-right: 10px;
}

.pasage:before {
    content: "";
    display: inline-block;
    background-image: url(../images/hour/pasage.svg);
    width: 26px;
    height: 23px;
    background-size: 100%;
    vertical-align: sub;
    margin-right: 10px;
}

.terace:before {
    content: "";
    display: inline-block;
    background-image: url(../images/hour/terace.svg);
    width: 27px;
    height: 18px;
    background-size: contain;
    vertical-align: baseline;
    margin-right: 10px;
}

.bus:before {
    content: "";
    display: inline-block;
    background-image: url(../images/contact/bus.svg);
    width: 35px;
    height: 27px;
    background-size: 100%;
    vertical-align: text-bottom;
    margin-right: 10px;
}

.office:before {
    content: "";
    display: inline-block;
    background-image: url(../images/contact/office.svg);
    width: 36px;
    height: 27px;
    background-size: 100%;
    vertical-align: baseline;
    margin-right: 10px;
}

.access:before {
    content: "";
    display: inline-block;
    background-image: url(../images/hour/access.svg);
    /*  width: 42px;
  height: 32px;*/
    width: 36px;
    height: 27px;
    background-size: 100%;
    vertical-align: baseline;
    margin-right: 10px;
}

/*contact*/
#contact {
    position: relative;
    padding-bottom: 100px;
    overflow: hidden;
}

section#contact02 div {
    margin-bottom: 80px;
}

#contact02 h3:before {
    background-repeat: no-repeat;
}

#contact:before {
    content: "";
    position: absolute;
    width: 100%;
    background-size: contain;
    height: 50%;
    top: 430px;
    left: 0;
    z-index: -1;
    background-color: #fbf8f0;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
}

section#contact02 {
    width: 720px;
    margin: 0 auto;
    text-align: left;
}

section#contact02 a {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

section#contact02 a:hover {
    opacity: 0.7;
}

section#contact02 h3 {
    color: #a9894a;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
    margin-bottom: 15px;
    min-height: 42px;
}

.contact_left {
    width: 44.8%;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin-right: 8%;
}

.contact_right {
    width: 44.8%;
    display: inline-block;
    text-align: left;
    vertical-align: top;
}

.contact_left:last-of-type {
    clear: both;
}

.yoyaku_form {
    margin-top: 10px;
    position: relative;
    padding-left: 10px;
    display: inline-block;
    border-bottom: 1px solid #a9894a;
}

.sankaku {
    position: relative;
    padding-left: 10px;
    border-bottom: 1px solid #a9894a;
    display: inline-block;
}

.sankaku:before {
    content: "";
    display: inline-block;
    border: 5px solid transparent;
    border-left-color: #a9894a;
    position: absolute;
    left: 0;
    top: 24%;
}

.shisetsu:before {
    content: "";
    display: inline-block;
    background-image: url(../images/contact/shisetsu.svg);
    width: 27px;
    height: 27px;
    background-size: contain;
    vertical-align: sub;
    margin-right: 10px;
}

.card:before {
    content: "";
    display: inline-block;
    background-image: url(../images/contact/card.svg);
    width: 33px;
    height: 27px;
    background-size: 100%;
    vertical-align: sub;
    margin-right: 10px;
}

/* PRESSROOMページ css追加
========================================================================== */
#pressroom {
    position: relative;
    overflow: hidden;
    padding-bottom: 100px;
}

#pressroom:before {
    content: "";
    position: absolute;
    width: 100%;
    background-size: contain;
    height: 84%;
    top: 300px;
    left: 0;
    z-index: -1;
    background-color: #fbf8f0;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
}

section#pressroom02 {
    margin-bottom: 80px;
}

.pressroom .item-block {
    display: table;
    margin: 0 auto;
}

.pressroom .item-block+.item-block {
    margin-top: 50px;
}

.pressroom .item-block .item {
    margin-top: 30px;
    text-align: center;
}

.pressroom .item-block.contact .item+.item {
    margin-top: 50px;
}

.pressroom p {
    line-height: 1.6;
}

.pressroom .small {
    margin-left: 5px;
    margin-bottom: 8px;
    display: block;
}

.pressroom a.download {
    display: block;
    font-size: 1.1rem;
    /*font-family: sans-serif;*/
    width: 50%;
    margin: 8px auto;
}

.download::before {
    content: "";
    display: inline-block;
    background: url(../images/general/download.png) no-repeat;
    background-size: 12px 12px;
    width: 12px;
    height: 12px;
    position: relative;
    top: 2px;
    left: 10px;
    margin-right: 20px;
}

span.small {
    margin-bottom: 20px;
    display: inline-block;
}

span.small18 {
    font-size: 1.8rem;
}

#pressroom02 h3 {
    margin-bottom: 20px;
}

a.download {
    margin-bottom: 60px;
    display: inline-block;
}

.ytwrap {
    margin-bottom: 60px;
}

.pr_contact {
    line-height: 1.8;
}

.pr_contact h2 {
    margin-bottom: 20px;
}

/* aboutページ css追加
========================================================================== */
#about {
    position: relative;
    overflow: hidden;
    padding-bottom: 100px;
}

#about:before {
    content: "";
    position: absolute;
    width: 100%;
    background-size: contain;
    height: 90%;
    top: 400px;
    left: 0;
    z-index: -1;
    background-color: #fbf8f0;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
}

#about03,
#about04 {
    width: 960px;
    margin: 0 auto 60px;
    text-align: left;
    line-height: 1.8;
}

#about04 table {
    width: 740px;
    margin: 0 auto;
}

#about02 {
    width: 960px;
    margin: 0 auto;
    text-align: left;
    line-height: 1.8;
}

#about02 table {
    width: 740px;
    margin: 0 auto;
}

.credit_02 {
    text-align: center;
    font-size: 2rem;
    padding-top: 30px;
}

.credit_02 .bycredit {
    font-size: 1.4rem;
}

#about h2 {
    text-align: center;
    margin-bottom: 20px;
}

#about02 h3,
#about03 h3 {
    margin-bottom: 10px;
}

table {
    border-collapse: collapse;
    border: none;
    border-spacing: 0;
    empty-cells: show;
    width: 100%;
}

.about_map img {
    width: 100%;
    height: auto;
}

table tr {
    border-bottom: 1px dotted #ccc;
}

table .title {
    width: 35%;
}

table td {
    width: 64%;
}

table th,
table td {
    vertical-align: top;
    font-weight: normal;
    text-align: left;
}

table th,
table td {
    display: inline-block;
    padding: 10px 0 8px;
}

.item-block p {
    font-size: 1.2rem;
    margin-bottom: 5px;
}

p.category {
    color: #a9894a;
    line-height: 1.6;
}

.list-cell p.title {
    font-size: 1.5rem;
    border-bottom: 1px dotted #666;
    padding-bottom: 6px;
    margin-bottom: 10px;
}

tr.list-indent .title {
    margin-top: 10px;
}

table .list-indent td ul li:first-child {
    width: 31.5%;
}

table .list-indent td ul li:last-child {
    padding-left: 0;
}

table .list-indent th,
#about02 table .list-indent td {
    display: block;
    padding-top: 0;
}

table .list-indent td ul {
    padding-bottom: 8px;
    margin-left: 60px;
}

table .list-indent td {
    width: initial;
}

table .list-indent td ul li {
    display: inline-block;
}

table .list-indent td ul li:last-child {
    padding-left: 0;
}

.about_map02 img {
    width: 100%;
    height: auto;
}

.company-list {
    padding-left: 0;
    padding-right: 0;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.company-list .company-cell div.h70 {
    height: 70px;
    margin-bottom: 30px;
}

.company-list .company-cell div.h70 img.mT10 {
    margin-top: 10px;
}

.company-list .company {
    font-size: 1.6rem;
}

.company-list .company {
    margin-top: 40px;
}

.company-list .company {
    color: #a9894a;
    margin-top: 16px;
    margin-bottom: 8px;
}

.company-list .company-cell {
    height: 225px;
}

.company-list .company-cell {
    margin: 40px auto;
    width: 30%;
}

/*terms*/
#term {
    position: relative;
    overflow: visible;
}

#term:before {
    content: "";
    position: absolute;
    width: 100%;
    background-size: contain;
    top: 380px;
    height: 93.5%;
    left: 0;
    z-index: -1;
    background-color: #fbf8f0;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
}

#term02,
#term03,
#term04 {
    width: 720px;
    margin: 0 auto;
    text-align: left;
    border-bottom: 1px solid #ccc;
    padding-bottom: 60px;
}

#term04 {
    border-bottom: 0px;
}

#term01 h1 {
    margin-bottom: 40px;
}

#term02 h2,
#term03 h2,
#term04 h2 {
    text-align: center;
    padding-top: 60px;
}

#term02 h3,
#term03 h3,
#term04 h3 {
    margin-top: 60px;
    margin-bottom: 20px;
    text-align: center;
}

#term02 ul {
    text-align: center;
}

#term02 ul li {
    display: inline-block;
    margin-right: 50px;
    position: relative;
}

#term02 ul li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#term02 ul li a:hover {
    color: #a9894a;
}

#term02 ul li:nth-of-type(2) {
    margin-right: 0px;
}

li.down_arrow:before {
    content: "";
    width: 0px;
    border-color: #a9894a;
    border-style: solid;
    border-width: 6px;
    border-left-color: transparent;
    /* border-top-color: transparent; */
    border-right-color: transparent;
    border-bottom: transparent;
    position: absolute;
    top: 8px;
    left: -20px;
}

#term p {
    margin-bottom: 30px;
}

/*ART*/
#art {
    position: relative;
    overflow: hidden;
}

#art:before {
    content: "";
    position: absolute;
    width: 100%;
    background-size: contain;
    height: 95%;
    top: 210px;
    left: 0;
    z-index: -1;
    background-color: #fbf8f0;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
}

#art h2 {
    margin-bottom: 20px;
}

#art h3 {
    margin-bottom: 10px;
}

#art02,
#art03,
#art04,
#art05,
#art06 {
    width: 960px;
    margin: 0 auto;
}

section#art03,
#art06 {
    margin: 40px auto 0;
}

#art06 {
    text-align: center;
}

#art06 .art_box {
    text-align: center;
    display: inline-block;
    width: calc(40% - 20px);
    margin-right: 20px;
}

#art06 .art_box:last-child {
    margin-right: 0;
}

#art06 .art_box .art_img,
#art06 .art_box .art_img img {
    width: 100%;
}

#art06 .art_box h3 {
    margin-top: 15px;
    font-size: 1.6rem;
}

#art06 a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#art06 a:hover {
    opacity: 0.7;
}

.artist_image {
    display: inline-block;
    text-align: left;
    width: 167px;
    vertical-align: top;
    margin-top: 30px;
}

.artDescriptionWrap:first-of-type {
    padding-top: 0;
}

.artDescriptionWrap:first-of-type .add-art-img,
.artDescriptionWrap:first-of-type .add-art-wrap {
    margin-top: 0;
}

.artist_image img {
    display: inline-block;
    width: 100%;
}

.art_info {
    /*display: inline-block;
  margin-top: 30px;
  margin-left: 30px;*/
    width: 800px;
    text-align: left;
    margin: 0 auto;
}

.art_info h3 {
    text-align: center;
    margin: 25px 0 15px !important;
}

p.product_caption {
    margin: 20px 0;
}

p.produt_detail {
    font-size: 1.2rem;
}

#art .pablic-ttl {
    margin-top: 45px;
}

.art_box {
    text-align: left;
    vertical-align: top;
    margin-bottom: 60px;
}

.art_img {
    width: 550px;
    display: inline-block;
}

.art_img>img {
    width: 100%;
    display: inline-block;
}

.art_caption {
    width: 380px;
    display: inline-block;
    text-align: left;
    vertical-align: top;
}

.artist_box {
    vertical-align: top;
    text-align: left;
    margin-top: 30px;
}

.artist_box img {
    vertical-align: top;
    display: inline-block;
    margin-right: 30px;
}

#art .artist_box p {
    display: block;
    vertical-align: top;
    margin-bottom: 0;
}

.artist_box a {
    color: #a9894a;
    text-decoration: underline;
    font-size: 1.2rem;
}

#art .small {
    font-size: 11px;
}

#art .block {
    margin-bottom: 40px;
}

.mgright {
    margin-right: 20px;
}

.direction_by {
    padding: 30px;
    border: 1px solid #a9894a;
}

.direction_by h3 {
    text-align: left;
    margin-bottom: 30px;
}

.direction_by .left {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    text-align: left;
}

.direction_by .left img {
    width: 100%;
    height: auto;
}

.direction_by .right {
    display: inline-block;
    vertical-align: top;
    width: 770px;
    text-align: left;
}

.direction_by .left span {
    font-size: 1.2rem;
    text-align: center;
    display: inline-block;
    margin-top: 5px;
}

.art_en .direction_by .left span {
    font-size: 1.1rem;
}

.direction_by .left span span {
    margin-left: 0px;
    margin-top: 0px;
    display: block;
    color: #a9894a;
}

.teamlab,
.patrick {
    display: inline-block;
    /*width: 220px;*/
    width: 435px;
    text-align: left;
    vertical-align: top;
}

.teamlab_img,
.patrick_img {
    display: inline-block;
    text-align: left;
    vertical-align: top;
}

.teamlab {
    margin-right: 65px;
}

.patrick {
    margin-left: 65px;
}

.teamlab_img {
    /*margin-right: 30px;*/
    margin-right: 87px;
}

.patrick_img {
    margin-left: 87px;
}

.patrick,
.patrick_img {
    margin-top: 60px;
}

.profile_box {
    display: inline-block;
    /*width: 300px;*/
}

.profile_box_01 {
    display: inline-block;
    width: 650px;
}

.profile_box_02 {
    display: inline-block;
    width: 410px;
}

#art .profile_box h4,
#art .profile_box_02 h4 {
    margin-top: 0;
}

.profile_box_01 h4 {
    margin: 0 0 10px !important;
}

div#archive {
    margin: 60px 0 100px;
}

.art_archive:before {
    content: "";
    width: 40px;
    border-bottom: 1px solid #555;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -3px;
}

h3#kusama {
    margin: 0 0 15px;
}

div#kusama {
    margin-top: 20px;
}

.art_caption .view_all {
    padding: 8px 60px 7px 40px !important;
    margin-top: 5px;
}

/*shop_all*/
#sitemap {
    position: relative;
    overflow: hidden;
}

#sitemap:before {
    content: "";
    position: absolute;
    width: 100%;
    background-size: contain;
    height: 82%;
    top: 210px;
    left: 0;
    z-index: -1;
    background-color: #fbf8f0;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
}

section#sitemap02 {
    width: 960px;
    margin: 0 auto 100px;
}

#shop_all {
    position: relative;
    padding-bottom: 100px;
    overflow: hidden;
}

#shop_all:before {
    content: "";
    position: absolute;
    width: 100%;
    background-size: contain;
    height: 75%;
    top: 430px;
    left: 0;
    z-index: -1;
    background-color: #fbf8f0;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
}

#shop_all02 {
    max-width: 1100px;
    width: 1100px;
    margin: 0 auto;
}

ul.AtoZ_list li {
    display: inline-block;
    margin-right: 8px;
}

.AtoW_list {
    margin: 60px auto;
    line-height: 1.8;
}

.dutyfree_list {
    margin: 0 auto 30px;
}

.AtoW_list li,
.dutyfree_list li {
    display: inline-block;
    font-size: 1.8rem;
}

.AtoW_list a,
.dutyfree_list a {
    color: #a9894a;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.AtoW_list a:hover,
.dutyfree_list a:hover {
    opacity: 0.7;
}

.AtoW_list span,
.dutyfree_list span {
    padding: 0 8px;
    color: #bbb;
}

dl.AtoZ_dl {
    vertical-align: top;
    text-align: left;
    border-top: 1px dotted #ccc;
    margin-top: 30px;
    padding-top: 30px;
}

dl.AtoZ_dl dt {
    width: 60px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

dl.AtoZ_dl dd {
    width: calc(100% - 70px);
    display: inline-block;
    vertical-align: top;
    text-align: left;
    line-height: 1.8;
}

dd.column a,
dd.column span {
    display: block;
    padding-left: 40px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    line-height: 1.6;
    margin: 20px 0;
    font-size: 1.3rem;
    word-wrap: break-word;
}

dd.column a:hover {
    color: #a9894a;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#shop_all02 h2 {
    margin: 50px auto 0;
}

.shop_az .AtoW_list,
.shop_az .dutyfree_list {
    max-width: 590px;
}

.shop_az .AtoW_list li,
.shop_az .dutyfree_list li {
    margin: 0;
}

.shop_az .AtoW_list span,
.shop_az .dutyfree_list span {
    padding: 0 6px;
}

.sitemap_right {
    margin-left: 40px;
}

.sitemap_left,
.sitemap_right {
    display: inline-block;
    text-align: left;
    width: 45%;
    vertical-align: top;
}

.sitemap_left dl,
.sitemap_right dl {
    padding: 20px 0;
    border-bottom: 1px dotted #ccc;
}

.sitemap_left dl dt,
.sitemap_right dl dt {
    width: 120px;
    display: inline-block;
    vertical-align: top;
}

.sitemap_left .dd_second,
.sitemap_right .dd_second {
    width: 80px;
    display: inline-block;
    vertical-align: top;
}

.sitemap_left dd .cat-item a,
.sitemap_left dd .cat-item:before {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.sitemap_left dd .cat-item:hover a {
    color: #a9894a;
}

.sitemap_left dd .cat-item:hover:before {
    border-color: #a9894a !important;
}

.sitemap_left dl dd,
.sitemap_right dl dd {
    display: inline-block;
    vertical-align: top;
}

#sitemap .btn_arrow:before,
#sitemap .btn_arrow a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#sitemap .btn_arrow:hover:before,
#sitemap .btn_arrow a:hover {
    color: #a9894a;
    border-color: #a9894a;
}

/* ----------

 add
 2017.03.08 

 ---------- */
body {
    -webkit-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
    opacity: 0;
}

main {
    position: relative;
}

.overflow-x {
    position: relative;
    overflow-x: hidden !important;
}

.sp-image-container {
    background: #000;
    position: relative;
    z-index: 30;
}

/* footer */
footer {
    height: auto;
}

footer h2 {
    display: block;
    width: 170px;
    height: 30px;
    float: none;
}

footer h2 img {
    display: block;
}

footer ul {
    margin-left: 0;
}

.m-txt_foot_01 {
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
}

.m-txt_foot_02 {
    font-family: "中ゴシックBBB";
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 20px;
}

.m-txt_foot_02 a {
    color: #fff;
}

.m-txt_foot_01 span {
    font-size: 1.2rem;
}

.l-grid-item_foot {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    letter-spacing: 0.08px;
}

.l-grid-item_foot:nth-of-type(1) {
    width: 34%;
    float: left;
}

.l-grid-item_foot:nth-of-type(2) {
    width: 35%;
}

.l-grid-item_foot:nth-of-type(3) {
    width: 17%;
}

.l-grid-item_foot:nth-of-type(4) {
    width: 10%;
}

.l-grid-item_foot:nth-of-type(5) {
    width: 15%;
}

.l-menu-item_foot {
    font-size: 1.4rem;
    margin-bottom: 7px;
    line-height: 1.5;
    color: #fff;
}

.l-menu-item_foot:last-of-type {
    margin-bottom: 0;
}

.l-menu-item_foot dt {
    display: inline-block;
    width: 40%;
    font-size: 1.4rem;
    vertical-align: top;
}

.l-menu-item_foot dd {
    display: inline-block;
    width: 45%;
    font-size: 1.4rem;
}

/* subnav */
.subnav_inner {
    width: 58px;
    height: 36px;
    position: relative;
    margin: 0 auto;
}

.subnav_inner img {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.txt_wrap {
    margin-top: 10px;
}

.keyword_list li a {
    font-size: 1.2rem;
}

#shop_all02 .AtoZ_dl h2 {
    margin-top: 0;
}

.AtoZ_list a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.AtoZ_list a:hover {
    color: #a9894a;
}

.shop_tag {
    font-size: 1.4rem;
}

/* アクセス */
#access02:before {
    top: 620px;
}

#service05 {
    text-align: left;
    width: 720px;
    margin: 0 auto;
}

#service05 p {
    line-height: 1.7;
}

/* module */
.m-underBar {
    text-decoration: underline;
}

.m-icon_list01 {
    display: inline-block;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    margin-right: 5px;
}

#service h2.m-ttl_service01 {
    margin-bottom: 40px;
}

.m-text_subCopyService01 {
    display: block;
    color: #a9894a;
    font-size: 1.4rem;
    margin: 0 auto;
    position: relative;
    text-align: center;
    margin-top: 12px;
}

.m-text_subCopyService01 span {
    display: inline-block;
    padding: 0 5px;
    background: #fbf8f0;
    position: relative;
    z-index: 10;
}

.foot_wrap_service {
    margin-top: 40px;
    border: solid 1px #a9894a;
    padding: 20px;
}

#service .m-text_service01 {
    text-align: center;
    margin-bottom: 55px;
}

.m-text_ttl_sub01 {
    font-size: 1.4rem;
    color: #555;
}

/* プレスルーム */
.l-wrap_pressRoom {
    margin-bottom: 80px;
}

.l-dl_preessRoom {
    width: 720px;
    margin: 0 auto;
    text-align: left;
}

.l-dl_preessRoom dt,
.l-dl_preessRoom dd {
    display: inline-block;
    vertical-align: top;
}

#pressroom02 a.download {
    margin-bottom: 10px;
    text-indent: -32px;
    margin-left: 30px;
}

#pressroom02 h2 {
    line-height: 1;
    text-align: center;
}

.l-wrap_pressRoom02 {
    width: 720px;
    margin: 0 auto;
    text-align: left;
}

.l-dl_preessRoom dt {
    width: 18.75%;
}

.l-dl_preessRoom dd {
    width: 80%;
}

.l-dl_preessRoom dd a {
    color: #a9894a;
}

#pressroom02 hr {
    border-bottom: 1px dotted #dddddd;
    width: 720px;
    margin: 10px auto 20px;
}

/* news */
#single02 {
    max-width: 960px;
    border-top: 1px solid #c9c6c0;
    margin: auto;
}

#single02 .view_all:after {
    content: "";
    background-image: url(../images/top/view_arrow.png);
    background-position: center;
    background-size: 100%;
    position: absolute;
    right: -9px;
    top: 7px;
    height: 20px;
    width: 35px;
    background-color: #90743c;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background-size: 70%;
}

.single_end {
    margin-bottom: 0;
}

.single_end_left,
.single_end_right {
    display: inline-block;
    vertical-align: top;
}

.single_end_left {
    text-align: left;
    width: 60%;
    margin-right: 5.6%;
    float: left;
}

.single_end_left a.txt_link {
    margin-bottom: 5px;
}

.end_wrapper {
    border: solid 1px #afada8;
    padding: 15px;
}

.single_end_left p {
    margin: 0;
}

.single_end_left .open {
    display: block;
}

p.single_end_end {
    display: inline-block;
    background: #a9894a;
    color: #fff;
    padding: 8px 35px;
    font-size: 1.2rem;
}

.single_end_left .single_end_end {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1;
}

.single_end_right {
    width: 34%;
    float: left;
}

.single_end_right img {
    vertical-align: top;
    width: 100%;
}

/* terms */
/*#term:before{
  top:500px;
  height:76.5%;
  }*/
#term05 {
    width: 720px;
    margin: 0 auto;
    text-align: left;
    border-bottom: 1px solid #ccc;
    padding-bottom: 60px;
}

#term04 {
    padding-bottom: 180px;
}

/*#term04,#term05{
  margin-top:-140px;
  padding-top:140px;
  }*/
#term04 h2 {
    text-align: center;
    padding-top: 60px;
    margin-bottom: 60px;
}

#term02 h3,
#term03 h3,
#term04 h3 {
    text-align: left;
}

#term04 h3 {
    margin-top: 60px;
    margin-bottom: 20px;
    text-align: left;
}

#term a {
    text-decoration: underline;
}

#term02 ul {
    margin: 0 auto;
}

/* menu */
.menu-trigger-outer {
    position: absolute;
    width: 70px;
    height: 60px;
    top: 0;
    left: 0;
    z-index: 999999;
}

.pc .cate_list .hover02 a:hover {
    background: #90743c;
}

.dropdown_btn.move-z {
    z-index: 2;
}

.dropdown_btn.is-active {
    background: #a9894a;
}

.dropdown_btn.is-active img {
    opacity: 0;
}

.dropdown_btn.is-active img.more_arrow {
    opacity: 1;
}

/* add yoshimura 2017.03.14 */
.serch_wrap_sp {
    position: absolute;
    right: 20px;
    top: 23px;
}

.serch_wrap_sp input.serch_open {
    width: 140px !important;
}

.serch_wrap_sp .serch img {
    width: 25px;
    height: 25px;
}

.burger_nav_head {
    width: 100%;
    height: 50px;
    position: absolute;
    background: #A9894B;
    top: 0;
    left: 0;
    z-index: 60;
}

.burger_nav_inner {
    padding-top: 200px;
    margin-top: -100px;
    height: calc(100% + 100px);
    width: 110%;
    overflow-y: scroll;
    padding-bottom: 50px;
    -webkit-overflow-scrolling: touch;
}

.burger_nav_inner>div {
    padding-right: 10%;
    padding-bottom: 50px;
}

nav#burger_nav {
    overflow: hidden !important;
}

ul.burger_menu {
    position: static;
    top: 0;
    left: 0;
    margin: 0 auto;
    text-transform: uppercase;
}

.lang_list_sp {
    width: 80%;
    margin: 0 auto;
    text-align: left;
    margin-top: 20px;
}

.lang_list_sp li {
    margin-bottom: 7px;
}

.lang_list_sp li a {
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.lang_list_sp li a:hover {
    opacity: 0.7;
}

#top01 .sp-slides a {
    display: block;
    width: 100%;
    height: 100%;
}

#top01 .sp-slides a .sp-image {
    -webkit-transition: 0.3s ease-in !important;
    transition: 0.3s ease-in !important;
    width: 100% !important;
    height: 100% !important;
}

#top01 .slider-pro a:hover .sp-image {
    opacity: 0.6;
}

#top01 .sp-thumbnail:hover:before {
    background-color: rgba(0, 0, 0, 0.75);
}

#top01 .sp-thumbnail a {
    -webkit-transition: 0.3s !important;
    transition: 0.3s !important;
    display: inline;
}

#top01 .sp-thumbnail a:before {
    -webkit-transition: 0.3s !important;
    transition: 0.3s !important;
}

#top01 .sp-thumbnail a:hover {
    color: #a9894a;
}

#top01 .sp-thumbnail a:hover:before {
    border-color: #a9894a;
}

/* floormap */
#floorMapList li {
    display: none;
}

#navigation ul li {
    margin-right: 60px;
}

.floorMap_wrap {
    position: relative;
}

#floor .floor_list02 li a {
    pointer-events: none;
}

#art:before {
    top: 430px;
    height: 85%;
}

.pc .dropdown_list .dropdown2 a:hover {
    background: #fff;
    color: #a9894a;
}

.direction_by {
    width: 807px;
    margin: 55px auto 60px;
    padding: 25px;
}

#art .direction_by h3 {
    margin-bottom: 7px;
}

#art .direction_by a.view_detail {
    margin-top: 10px;
}

.artDescriptionWrap {
    padding-top: 5px;
    margin-bottom: 25px;
}

.direction_by .right {
    width: 630px;
    padding-left: 10px;
}

#art04 {
    padding-bottom: 30px;
}

.pc .pc_hide.left {
    display: none;
}

#art05 h1 {
    margin-bottom: 55px;
}

#art02 .produt_detail_mt {
    margin-top: 25px;
}

#art p {
    margin-bottom: 15px;
    margin-top: 0;
}

#art h4 {
    font-size: 1.4rem;
    color: #a9894a;
    margin: 10px 0;
}

a.btn_arrow.sp-selectable {
    width: 38px;
}

#art p.art_sub_description_01 {
    margin-top: -15px;
    margin-bottom: 55px;
}

/*search*/
#search {
    min-height: calc(100vh - 170px);
}

#search h1 {
    color: #a9894a;
    margin: 50px 0;
}

span.snumber {
    font-size: 1.4rem;
}

section#serch_result01,
section#serch_result02,
section#serch_result03 {
    width: 720px;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 30px;
}

h2.gold.search_resulth2 {
    margin-bottom: 60px;
}

section#serch_result01 h2,
section#serch_result02 h2,
section#serch_result03 h2 {
    border-bottom: 1px solid #7f7f7f;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

ul.serch_list li {
    border-bottom: 1px dotted #7f7f7f;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

ul.serch_list li:nth-child(n+8) {
    display: none;
}

ul.serch_list.show li:nth-child(n+8) {
    display: block;
}

ul.serch_list li {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

ul.serch_list li {
    color: #a9894a;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

ul.serch_list {
    /* max-height: 335px;
  overflow: hidden;
  -webkit-transition: .3s;
  transition: .3s;*/
}

ul.serch_list li a {
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

ul.serch_list li a:hover {
    color: #a9894a;
}

#search .view_all {
    display: block;
    margin: 30px auto;
    text-align: center;
    width: 178px;
}

.sp-thumbnail-container {
    cursor: auto;
}

#top01 h3.thum_ttl {
    bottom: 10px;
}

.navigationInner {
    position: relative;
    width: 100%;
    height: 50px;
    overflow: hidden;
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    background: #fff;
    border-bottom: 1px solid #e5dbc8;
}

.rarrow {
    position: relative;
    top: -1px;
    margin: 0 5px;
}

.ttl_current {
    line-height: 1;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #777;
    margin-bottom: -2px;
    width: 200px;
}

#term .local_menu_terms a {
    text-decoration: none;
}

.show_all_wrap {
    width: 1130px;
    margin: -20px auto 0;
    text-align: right;
}

.show_all_inner {
    width: 155px;
    margin-left: auto;
    text-align: center;
}

.show_all_btn {
    margin-left: -47px;
}

/* 404.php */
#not_found {
    position: relative;
    min-height: calc(100vh - 310px);
}

#not_found:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    background-size: contain;
    height: 70%;
    top: 380px;
    left: 0;
    z-index: -1;
    background-color: #fbf8f0;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
}

#not_found .h1_style {
    padding-top: 50px;
    margin-bottom: 60px;
}

.not_found_menu_body {
    padding-top: 60px;
    padding-bottom: 190px;
}

.not_found_menu_body li {
    font-size: 1.6rem;
    line-height: 2.25;
}

/**/
.sub_field01 {
    text-align: left;
}

.sub_field01 h4 {
    color: #a9894a;
}

.bx-wrapper .bx-pager {
    -webkit-tap-highlight-color: transparent;
}

a.txt_link {
    color: #A9894E;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a.txt_link:hover {
    opacity: 0.7;
}

.txt_link.btn_arrow::before,
.txt_link.btn_arrow::after {
    border-color: #A9894E;
}

p.no_result {
    text-align: center;
    height: 20vh;
}

.shop_InfoInner dd a.tel_link,
a.tel_link {
    pointer-events: none;
    color: #555;
    text-decoration: none !important;
}

.sub-nav {
    list-style-type: none;
    display: block;
    padding: 0;
    width: 100%;
    text-align: center;
    margin: auto;
    margin-bottom: 30px;
}

.sub-nav li {
    display: inline-block;
    border-top: none;
    padding-right: 26px;
    padding-left: 26px;
}

.sub-nav li span {
    display: block;
    width: auto;
    margin: 0 auto;
    text-align: left;
}

.sub-nav li a span::before {
    content: "";
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    margin-right: 0.32em;
    vertical-align: center;
    background-image: url(../assets/img/membership/nav/triangle.svg);
    background-size: contain;
    -webkit-background-size: contain;
    background-repeat: no-repeat;
}

.sub-nav li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.sub-nav li a:hover {
    color: #a9894a;
}

/* タブレット */
@media screen and (min-width: 769px) {
    .tablet .contents_before {
        top: 0 !important;
        z-index: 1;
    }

    .tablet .contents {
        width: 100%;
        overflow: visible;
        -webkit-transform: none;
        transform: none;
        height: 40px !important;
        margin-bottom: 250px;
        background-color: #fbf8f0;
        position: relative;
    }

    .tablet .contents:before {
        content: "";
        position: absolute;
        top: 39px;
        left: 0;
        width: 100%;
        padding-bottom: 17.67578125%;
        background: url("../images/top/mask_01.png") no-repeat bottom left;
        background-attachment: auto;
    }

    .tablet #top06 .contents:before {
        background: url("../images/top/mask_03.png") no-repeat bottom left;
    }

    .tablet .contents_before {
        background-image: none !important;
        -webkit-transform: none;
        transform: none;
        height: 290px;
        padding-bottom: 0;
    }

    .tablet .contents_before:after {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 100%;
        padding-bottom: 17.67578125%;
        background: url("../images/top/mask_02.png") no-repeat bottom left;
    }

    .tablet #top06 .contents_before:after {
        content: "";
        background: url("../images/top/mask_04.png") no-repeat bottom left;
    }

    .tablet #bgParallaxSp {
        position: fixed;
        background-image: none;
        background-repeat: no-repeat;
        background-size: cover !important;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: -1;
        background-position: bottom center !important;
        -webkit-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px);
        display: block;
    }

    .tablet section#top03 {
        /*padding-bottom:40px;*/
        /* padding-top: 40px;*/
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        background: none;
    }

    .tablet section#top06 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .tablet section#top06 .contents {
        background: #fff;
    }

    .tablet section#top07 {
        background: #fff;
    }

    .tablet section#top03,
    .tablet section#top04,
    .tablet section#top05,
    .tablet section#top06,
    .tablet section#top07 {
        margin-top: -1px;
    }

    .tablet section#top05 {
        background: #fff;
    }

    .tablet #top07 .card_wrap {
        margin-bottom: 0;
    }

    .tablet #top07 {
        padding-bottom: 110px;
    }

    .tablet .subnav {
        margin-bottom: 0;
        padding-bottom: 15px;
        background: #fff;
    }

    .tablet #top02.topPage {
        margin-top: -1px;
    }
}

@media screen and (min-width: 769px) and (min-width: 960px) {
    .tablet .contents {
        margin-bottom: 450px;
    }

    .tablet .contents_before {
        height: 490px;
    }
}

p.restaurants_attension {
    margin: 30px 0 40px;
}

.aligncenter {
    display: block;
    margin: 0 auto !important;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

/*Top Instagram*/
#top02 .instagram {
    margin-bottom: 20px;
}

#top02 .instagram img {
    position: relative;
    top: -3px;
    margin-right: 5px;
}

#top02 .instagram a {
    text-decoration: underline;
    color: #a9894a;
    margin-right: 25px;
    line-height: 2;
}

#top02 .instagram a {
    text-decoration: underline;
}

/*Top Timeline*/
.tl_wrap {
    display: inline-block;
    width: 800px;
    margin: 0 auto 0;
}

.tl_list {
    margin-bottom: 5px;
    padding-bottom: 3px;
}

.timeline .tl_list li {
    text-align: left;
    border-bottom: 1px solid #dddddd;
    padding: 5px 2px 4px;
    width: 100%;
    display: table;
}

.tl_list li:nth-of-type(n+11) {
    display: none;
}

.timeline .tl_list a {
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #a9894a;
}

.timeline .tl_list a:hover {
    opacity: 0.7;
}

.timeline .tl_list .tl_thumb {
    display: inline-block;
    vertical-align: top;
    width: 45px;
}

.timeline .tl_thumb img {
    width: 100%;
}

.timeline .tl_info {
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
    width: calc(100% - 95px);
}

.timeline .tl_title {
    display: inline-block;
    width: 65%;
    vertical-align: top;
}

.timeline a.tl_shopname,
.timeline span.tl_shopname {
    position: relative;
    display: inline-block;
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 3px;
    margin-right: 8px;
    width: 13%;
    margin-top: 21px;
}

.timeline span.content {
    color: #555;
}

.timeline .tl_cate {
    display: inline-block;
    padding: 1px 6px;
    font-size: 1.1rem;
    background: #a9894a;
    color: #fff;
    line-height: 1.4;
}

.tl_wrap .tl_view_all {
    margin-top: 5px;
    margin-bottom: 60px;
    text-align: right;
}

.tl_wrap .tl_view_all a {
    color: #a9894a;
    font-size: 1.2rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.tl_wrap .tl_view_all a:hover {
    opacity: 0.7;
}

.tl_wrap .tl_view_all .btn_arrow::before,
.tl_wrap .tl_view_all .btn_arrow::after {
    border-color: #a9894a;
}

.insta_list {
    font-size: 0;
}

.insta_list li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
}

.insta_list li:hover {
    background: #a9894b;
}

.insta_list li:nth-child(3n) {
    margin-right: 0px;
}

.insta_list li img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.insta_list li img:hover {
    opacity: 0.6;
}

.insta_list li img {
    width: 223px;
}

.pagePass {
    height: 85vh;
}

.pagePass h1 {
    color: #a9894a;
    text-align: center;
    font-size: 2rem;
    margin: 20px 0;
}

.pagePass p {
    margin-bottom: 20px;
}

.pagePass input.form {
    border: 1px solid #aaa;
    padding: 1px 5px;
}

.pagePass .enter {
    background: #a9894a;
    color: #fff;
    border-radius: 0;
    padding: 2px 11px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    margin-left: 3px;
}

.pagePass .enter:hover {
    opacity: 0.6;
}

/* stopped accepting applications */
#not_found .h1_style02 {
    font-size: 2.1rem;
    color: #a9894a;
    margin-bottom: 30px;
    padding-top: 120px;
    line-height: 1.6;
}

#not_found .cont {
    text-align: left;
    max-width: 800px;
    margin: auto;
}

/* membership add*/
.p_membership_update {
    margin: 40px auto;
    font-size: 1.3rem;
    text-align: left;
    width: 680px;
}

.section#stageservice {
    padding-bottom: 30px;
}

section#premium {
    padding-bottom: 90px;
    padding-top: 50px;
}

@media only screen and (min-width: 1024px) and (max-width: 1099px) {

    .news_wrap,
    section#floor01,
    .shop_archive {
        width: 1024px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .cate_list>li,
    .cate_list li ul li {
        width: 216px;
    }

    .detail_Kv,
    #shop_all02 {
        width: 1024px;
    }

    .news_list li,
    .pc .news_list_top.news_list li {
        width: 305px;
        margin-right: 30px;
    }

    #top04 {
        padding: 0 20px;
    }

    section#single02 .news_list li {
        width: 283px;
    }

    .card_wrap {
        width: 100%;
    }

    .footer_inner {
        min-width: 1024px;
    }
}

.press_group h3,
.press_group h3 a {
    color: #a9894a;
    margin: 40px 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.press_group h3 a span {
    background: #fbf8f0;
    padding: 0 15px;
    position: relative;
    z-index: 2;
}

.press_group h3 a .sankaku {
    border: none;
}

.press_group h3 a .sankaku:before {
    border: 10px solid transparent;
    border-top-color: #a9894a;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    top: -11px;
    margin-left: 7px;
}

.press_group h3 a .sankaku.up:before {
    border-top-color: transparent;
    border-bottom-color: #a9894a;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.press_group h3 a:before {
    content: "";
    display: block;
    border-top: 1px solid #a9894a;
    position: relative;
    top: 15px;
    width: 720px;
    margin: auto;
}

.press_group h3 a:hover {
    color: #D2B681;
}

.press_wrap {
    display: none;
}

/*Swiper Basic*/
.slider_with_controler {
    position: relative;
    height: 100%;
}

.slide_run {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slide_controler {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 20;
}

.slide_assets {
    text-align: center;
}

.swiper-pagination {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    position: relative;
    z-index: 10;
    vertical-align: top;
}

.swiper-pagination span {
    display: inline-block;
    margin: 0 6px;
    background: #a9894a;
    position: relative;
    width: 7px;
    height: 7px;
}

.swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    border-radius: 50%;
    transition: 0.3s;
    -webkit-ttransition: 0.3s;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.swiper-pagination .swiper-pagination-bullet-active {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    border: 1px solid #a9894a;
    background: none;
}

.swiper-pagination a {
    position: relative;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px;
}

/*End Swiper*/
.subnav {
    background: #FFF;
}

#topSlide .topSlide_thumbs .subnav {
    display: none;
}

#topSlide ul.sp_subnav_list a {
    position: relative;
}

/* TopSlide */
#topSlide {
    width: 100%;
    height: calc(100vw / 16 * 9 / 1.6 - 35px);
    position: relative;
}

/*PC時*/
@media screen and (min-width: 961px) {
    .sp_topSlide {
        display: none;
    }

    .pc_topSlide {
        width: 100%;
        height: 100%;
    }
}

/*SP時*/
@media screen and (max-width: 960px) {
    .pc_topSlide {
        display: none;
    }

    .sp_topSlide {
        width: 100%;
        height: 100vw;
    }

    #topSlide {
        width: 100%;
        height: 100vw;
        position: relative;
    }
}

#topSlide .slider_with_controler {
    width: 100%;
}

#topSlide .slide_run {
    width: 100%;
    height: 100%;
}

#topSlide .slide_run a:before {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(/wp-content/themes/G6/images/top/topslide-shadow.png);
    width: 100%;
    height: 100%;
    z-index: 10;
    background-size: contain;
    overflow: hidden;
}

#topSlide .swiper-slide {
    background: #000;
}

#topSlide h3.slide_ttl {
    position: absolute;
    bottom: 30px;
    text-align: center;
    left: 0;
    color: #fff;
    font-size: 3rem;
    z-index: 10;
    width: 100%;
}

#topSlide .g6editors_illust {
    width: 120px;
    margin-right: 8px;
    display: inline-block;
    position: relative;
    top: 13px;
}

#topSlide .g6editors_illust img {
    width: 100%;
}

#topSlide .g6editors_title {
    display: inline-block;
    width: calc(80% - 160px);
}

#topSlide .g6editors_title .ttl {
    display: inline-block;
}

#topSlide .slide_assets_set {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 100;
}

#topSlide .swiper-pagination {
    bottom: 10px;
    text-align: center;
    position: absolute;
    display: block;
}

#topSlide .next,
#topSlide .prev {
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: inline-block;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    background-color: #a9894a;
    background-image: url(../images/top/view_arrow.png);
    background-position: center;
    background-size: 60%;
}

#topSlide .next:hover,
#topSlide .prev:hover {
    background-color: #90743c;
}

#topSlide .prev {
    margin-right: 1px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.topSlide_thumbs {
    position: absolute;
    top: 0;
    right: 0;
    overflow: auto;
    width: 25%;
    height: calc(100vw / 16 * 9 / 1.6);
    -ms-overflow-style: none;
}

.topSlide_thumbs ul {
    position: relative;
    top: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.topSlide_thumbs a:not(.gold) {
    position: absolute;
    color: #FFF;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.topSlide_thumbs span.bgImg {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.topSlide_thumbs li.thumbnail {
    width: 100%;
    height: calc(100vw / 16 * 9 / 1.6 / 3.5);
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    background: #000;
}

.topSlide_thumbs li.thumbnail:not(last-child) {
    border-top: 1px solid #999;
}

.pc .topSlide_thumbs li span.bgImg:hover {
    opacity: 0.3;
}

.topSlide_thumbs .thumb_txt,
#topSlide .thumb_txt .g6editors_title {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 10px;
    z-index: 20;
    text-align: left;
    padding-left: 20px;
    padding-right: 10px;
}

.topSlide_thumbs .thumb_txt h3 {
    color: #FFF;
    font-size: 1vw;
}

.topSlide_thumbs .thumb_txt p {
    color: #FFF;
    font-size: 0.7vw;
    line-height: 1.4;
}

#topSlide .thumb_txt .g6editors_illust {
    display: none;
}

.topSlide_thumbs .active_bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    background: #a9894a;
    height: calc(100vw / 16 * 9 / 1.6 / 3.5);
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.right_search {
    height: 580px;
}

.app_wrap {
    position: relative;
}

.app_right {
    top: -60px;
}

.app_right .slider_with_controler {
    position: absolute;
    top: 43px;
    left: 50%;
    width: 78%;
    transform: translateX(-50%);
}

.app_right .slider_with_controler .swiper-slide img {
    width: 100%;
}

.app_right .swiper-pagination {
    top: calc(50% - 43px);
    right: -120px;
    transform: translateY(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) rotate(90deg);
}

.app_wrap h2 {
    position: absolute;
    color: #a9894a;
    position: relative;
    padding-left: 70px;
    margin-bottom: 10px;
    line-height: 1.5;
    text-align: left;
}

.app_wrap h2:before {
    content: "";
    background-image: url(../images/top/feature01.png);
    position: absolute;
    left: 0;
    top: 50%;
    width: 45px;
    height: 55px;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.card_wrap h2 {
    color: #a9894a;
    position: relative;
    padding-left: 70px;
    margin-bottom: 10px;
    line-height: 1.5;
    width: 450px;
    text-align: left;
    float: right;
}

.card_wrap h2:before {
    content: "";
    background-image: url(../images/top/feature02.png);
    position: absolute;
    left: 0;
    top: 50%;
    width: 45px;
    height: 55px;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.breadcrumbs {
    position: relative;
    z-index: 9999;
    font-size: 1.2rem;
}

.breadcrumbs {
    display: none;
}

.breadcrumbs div {
    display: inline-block;
}

/*Hitosara*/
#shop_detail .quick_info {
    font-size: 1.3rem;
    margin-bottom: 20px;
}

#shop_detail .quick_info li {
    margin-right: 10px;
    margin-bottom: 8px;
    display: inline-block;
}

#shop_detail .quick_info .label {
    padding: 3px 5px;
    border: 1px solid #555;
    display: inline-block;
}

#shop_detail .shop_nav {
    margin-bottom: 15px;
    border-bottom: 1px solid #a9894a;
    padding-left: 10px;
}

#shop_detail .shop_nav li {
    float: left;
    margin-right: 1px;
    display: inline-block;
}

#shop_detail .shop_nav a {
    display: inline-block;
    padding: 8px 20px;
    color: #FFF;
    background: #a9894a;
    font-size: 1.3rem;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

#shop_detail .shop_nav a:hover {
    background: #90743c;
}

#shop_detail .shop_nav a.current {
    background: #90743c;
}

.ShopSingle_inner .prof_en {
    display: none;
}

/* add restaurant top */
.shop-label-info {
    display: inline-block;
    margin-left: 3px;
}

#restaurant_Slide {
    width: 100%;
    height: 530px;
    margin-bottom: 40px;
}

#restaurant_Slide .slide_run {
    width: calc(100% - 260px - 2px);
    float: left;
    margin-right: 2px;
}

#restaurant_Slide .slide_run li {
    position: relative;
    /*background: #000;*/
}

#restaurant_Slide .slide_run li:before {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(/wp-content/themes/G6/images/top/topslide-shadow.png);
    width: 100%;
    height: 100%;
    /*z-index: 10;*/
    background-size: contain;
    overflow: hidden;
    opacity: 0.6;
}

#restaurant_Slide .slide_run .slideImg {
    width: 100%;
    height: 530px;
}

#restaurant_Slide .slide_run .slideText {
    position: absolute;
    left: 20px;
    bottom: 20px;
    color: #FFF;
    font-size: 1.6rem;
}

#restaurant_Slide .thumbs {
    width: 260px;
    height: 530px;
    overflow: hidden;
    float: left;
}

#restaurant_Slide .thumbs ul {
    width: calc(100% + 15px);
    overflow: scroll;
    height: 100%;
    overflow-x: hidden;
}

#restaurant_Slide .thumbs li {
    list-style: none;
    width: 128px;
    height: 94px;
    margin-right: 2px;
    margin-bottom: 2px;
    float: left;
    background: #000;
    cursor: pointer;
}

#restaurant_Slide .thumbs li .slideImg {
    width: 100%;
    height: 94px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

#restaurant_Slide .thumbs li.current .slideImg {
    opacity: 0.6;
}

#restaurant_Slide .thumbs li:nth-child(2n) {
    margin-right: 0;
}

/* windows sclollber 非表示 */
#restaurant_Slide .thumbs::-webkit-scrollbar {
    display: none;
}

#restaurant_Slide .thumbs {
    -ms-overflow-style: none;
    /*overflow: -moz-scrollbars-none;*/
}

.shop-prof-txt {
    width: 720px;
    margin: 0 auto;
}

.shop-prof-txt h2 {
    font-size: 2rem;
    color: #a9894a;
    text-align: center;
    line-height: 1.5;
    margin: 45px 0 25px;
}

.shop-prof-txt .shop_tag {
    margin-top: 15px;
}

.shop-data {
    margin: 60px 0;
}

.shop-data h2 {
    font-size: 2.4rem;
    color: #a9894a;
    text-align: center;
    margin-bottom: 30px;
}

.w720 {
    width: 720px;
    margin: 60px auto;
}

.shop-img-wrap {
    position: relative;
    margin-bottom: 40px;
}

.h-300 {
    height: 300px;
}

.h-345 {
    height: 345px;
}

span.best_cap {
    display: inline-block;
    background: #a9894a;
    position: absolute;
    left: 0;
    top: 0;
    padding: 4px 8px;
    font-size: 1.6rem;
    color: #fff;
    z-index: 1;
}

img.best-crown {
    width: 26px;
    display: block;
    text-align: center;
    margin: 5px auto 0;
}

.shop-img-left-top {
    width: 400px;
    float: left;
}

.shop-txt-top {
    text-align: left;
    display: table-cell;
    vertical-align: top;
}

.p-20 {
    padding-left: 20px;
}

.p-40 {
    padding-left: 40px;
}

.w720 h3 {
    font-size: 1.6rem;
    color: #a9894a;
}

.shop-txt-top p {
    margin: 15px 0 20px;
}

.shop-best_list {
    display: inline-block;
    text-align: left;
    margin: 0 35px 0 0;
    vertical-align: top;
    position: relative;
    width: 340px;
}

.shop-best_list.best3 {
    margin-right: 0;
}

img.shop-data_photo_menu {
    width: 100%;
    margin-bottom: 12px;
}

.shop_btn {
    text-align: center;
    margin-top: 40px;
}

.shop-img-left-shop {
    width: 460px;
    float: left;
}

.shop-data h3 {
    font-size: 1.8rem;
    color: #a9894a;
}

.shop_btn2 {
    text-align: left;
    margin-top: 20px;
}

.shop-chef-wrapper {
    margin-top: 80px;
    padding: 40px;
    border: 1px solid #a9894a;
}

.shop-prof_txt .shop-prof_img {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin-right: 20px;
}

.shop-prof_img img {
    width: 100%;
}

.shop-txtbox {
    width: calc(100% - 120px);
    float: left;
    text-align: left;
}

.shop-txtbox h4 {
    color: #555 !important;
    margin: 14px 0 !important;
}

.shop-txtbox p {
    margin-top: 10px;
}

/* restarant menu revise */
.restaurant-menu .shop-data {
    text-align: center;
    width: 960px;
    margin: 60px auto;
}

.restaurant-menu .shop-data h3 {
    margin-bottom: 10px;
    text-align: left;
}

.restaurant-menu .shop-data p {
    text-align: left;
}

.restaurant-menu .shop-data>div {
    display: inline-block;
    margin: 0 20px;
}

.restaurant-menu .shop-best_list {
    width: 430px;
}

.restaurant-menu .shop-data .best1 {
    width: 600px;
    margin: 0 auto 40px;
}

.restaurant-menu .shop-img-left-top {
    float: none;
    width: 100%;
    margin-bottom: 15px;
}

.restaurant-menu .best1 .shop-txt-top {
    display: block;
    padding-left: 0;
}

/* restarant shop */
.shop-inner {
    width: 100%;
    margin: 0 auto 80px;
    height: 375px;
}

.shop-inner-img {
    width: 500px;
    float: left;
}

.shop-inner:nth-child(odd) .shop-inner-img {
    float: right;
}

.shop-inner-img-left {
    width: 500px;
    float: left;
}

.shop-inner-img-right {
    width: 500px;
    float: right;
}

.shop-inner-txt {
    text-align: left;
    display: table-cell;
    vertical-align: top;
    padding: 0 40px 0;
}

.shop-inner h3 {
    margin: 0;
}

.shop-inner h4 {
    color: #555;
    margin: 0 0 6px;
}

.shop-inner p {
    margin-top: 10px;
}

.shop-inner-txt a {
    text-decoration: underline;
    transition: .3s
}

.shop-inner-txt a:hover {
    opacity: 0.6;
}

.shop-thumb_wrap {
    margin-bottom: 12px;
}

.shop-inner-txt ul {
    margin-top: 30px;
}

.shop-data_list {
    margin: 0 auto;
    text-align: left;
}

ul.shop-data_list li {
    display: inline-block;
    margin-bottom: 20px;
    vertical-align: top;
    position: relative;
}

li.shop-data_info {
    width: 305px;
    text-align: left;
    margin-right: 15px;
}

ul li.shop-data_info:nth-child(3n) {
    margin-right: 0;
}

img.shop-data_photo {
    width: 305px;
}

ul.shop-data_list p {
    margin-top: 10px;
}

/* restarant chef */
.vertical {
    height: 510px;
}

.vertical-img {
    width: 380px;
    margin-left: 60px;
}

.shop-note {
    margin-top: 10px !important;
}

.shop-logo {
    width: 300px;
    margin: 40px auto 0;
}

.shop-logo img {
    width: 100%;
}

.shop-logo p {
    font-size: 1.3rem;
    text-align: center;
    margin-top: 10px;
}

/*Home Renewal*/
.homeVer2 #top02 {
    position: relative;
    z-index: 2;
}

.homeVer2 #top02 .instagram {
    margin-top: -40px;
    margin-bottom: 40px;
}

.homeVer2 #top02 .instagram img {
    width: 100px;
    position: relative;
    top: 10px;
    margin-right: 8px;
}

.homeVer2 .news_list {
    margin-bottom: 0;
    text-align: center;
}

.img_insert {
    width: 100%;
    padding-top: 0;
    position: relative;
}

.img_insert_wrap {
    background: none;
    position: relative;
    margin: 0 0 10% 0;
    padding: 0px;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
    width: 100%;
    overflow: hidden;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    height: clamp(39.3rem, -0.273rem + 35.976vw, 68.8rem);
}
@media (width <= 1099px) {
    .img_insert_wrap {
        height: clamp(34.3rem, 22.882rem + 14.848vw, 39.2rem);
    }
}

.img_insert_holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* padding-bottom: 66.999%; */
    padding-bottom: clamp(50.3rem, -0.273rem + 45.976vw, 88rem);
    background-position: bottom center;
    background-size: cover;
    background-attachment: fixed;
    z-index: -1;
    -webkit-transform: skewY(10deg);
    transform: skewY(10deg);
    background-repeat: no-repeat;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}
@media (width <= 1099px) {
    .img_insert_holder {
        padding-bottom: clamp(43.9rem, 29.219rem + 19.091vw, 50.2rem);
    }
}

#img_insert1 {
    padding-bottom: 140px;
}

#img_insert1:before {
    content: "";
    display: block;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
    width: 100%;
    height: 500px;
    background: #fbf8f0;
    position: absolute;
    z-index: 0;
}

#img_insert1 .img_insert_wrap .img_insert_holder {
    background-image: url(../images/top/visual1.webp);
}

#img_insert2 {
    background: #fff;
    position: relative;
    z-index: 60;
    overflow: hidden;
    margin-top: -190px;
}

#img_insert2 .img_insert_wrap .img_insert_holder {
    background-image: url(../images/top/visual1.webp);
}

.editors_bottom_bnr {
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 50;
    width: 126px;
    height: 96px;
}

.editors_bottom_bnr:hover {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    opacity: 0.6;
}

.editors_bottom_bnr img {
    width: 100%;
}

.timeline {
    width: 90%;
    max-width: 1400px;
    margin: auto;
}

.timeline .view_all {
    border-color: #e3ddcc;
    border: 1px solid;
    box-sizing: border-box;
    line-height: 1.5;
}

.timeline .view_all:after {
    top: 0px;
}

#top02 .timeline .view_all:after {
    border-color: #e3ddcc;
    border: 1px solid;
    box-sizing: border-box;
    top: -1px;
}

.timeline .cate_list {
    width: 100%;
    margin-bottom: 0;
    display: block;
}

.timeline .cate_list>li {
    width: calc((100% / 7) + 0.8px);
    margin: 0px;
    margin-right: -1px;
    border: 1px solid #e2c988;
    border-bottom: 1px solid #fff;
    margin-right: -1px;
}

#floor .timeline .cate_list>li {
    border: none;
}

.timeline .cate_list>li a {
    font-size: 1.4rem;
}

.timeline ul.cate_list li.current a {
    background: #FFF;
    color: #a9894a;
}

.timeline .timeline_wrapper {
    width: 100%;
    background: #FFF;
    margin-bottom: 40px;
}

.timeline .tab_wrap {
    position: relative;
    height: 485px;
    background: #FFF;
}

#floor .timeline .tab_wrap {
    height: 310px;
}

.timeline .tab_wrap .section {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #FFF;
    top: 0;
    left: 0;
    padding: 20px;
    padding-right: 10px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.timeline .tab_wrap .section.current {
    visibility: visible;
    opacity: 1;
}

.timeline .tl_list li {
    padding: 10px 2px 9px;
    font-size: 0;
}

.timeline .tl_list li:last-child {
    border-bottom: none;
}

.timeline .tl_list .tl_thumb {
    width: 95px;
}

.timeline .tl_cate {
    display: inline-block;
    background: none;
    color: #555;
    padding-left: 0;
    width: 17%;
    margin-top: 21px;
    vertical-align: top;
    text-align: center;
}

.timeline .tl_list li:nth-of-type(n+6),
.timeline .tl_list li:nth-of-type(n+11) {
    display: block !important;
}

.timeline .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.timeline .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: #a9894a !important;
}

.timeline .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: #90743c;
}

.timeline .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background: #90743c;
}

.timeline .mCSB_scrollTools .mCSB_draggerRail {
    background: none;
}

.pc .news_list_top.news_list.grid4 li {
    width: 242px;
}

.triangle1 {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 520px 3000px 0 0;
    border-color: #fbf8f0 transparent transparent transparent;
    margin-bottom: -520px;
}

.special_shop_news {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

.special_shop_news h1 {
    font-size: 2.4rem;
    color: #a9894a;
    margin: 50px 20px 60px;
}

.special_shop_news h1:before {
    content: "";
    width: 160px;
    border-bottom: 1px solid #a9894a;
    display: inline-block;
    margin-right: 20px;
    margin-top: 10px;
    vertical-align: super;
}

.special_shop_news h1:after {
    content: "";
    width: 160px;
    border-bottom: 1px solid #a9894a;
    display: inline-block;
    margin-left: 20px;
    vertical-align: super;
}

.opa {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.opa:hover {
    opacity: 0.8;
}

.open-cal {
    display: inline-block;
}

#news .calender .chtxt,
#news #news .calender .chtxt {
    font-size: 1.6rem;
}

#news .calender {
    margin-top: 40px;
    position: relative;
    width: 430px;
    margin: 0 auto;
    border: 1px solid #cccccc;
    padding: 12px 15px;
    text-align: left;
    margin-bottom: 40px;
}

#news .open-cal {
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

#news .open-cal:hover {
    opacity: 0.6;
}

#news .cal-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}

#news .calender form {
    display: block;
    height: 50px;
    width: 140px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
}

#news .calender form input#sample {
    background: #a8884f;
    color: #FFF;
    width: 100%;
    height: 100%;
    border: 1px solid #a8884f;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    cursor: pointer;
}

#news .calender form input#sample:hover {
    background: transparent;
    color: #a8884f;
}

#news div#datepicker {
    position: absolute;
    left: -240px;
    right: 0;
    margin: auto;
    width: 320px;
    z-index: 999;
    top: 55px;
    display: none;
    background-color: #FFF;
}

#news span.open-cal {
    cursor: pointer;
}

#news div#datepicker:before {
    content: "";
    border-right: 15px solid transparent;
    border-bottom: 20px solid #fff;
    border-left: 15px solid transparent;
    display: inline-block;
    position: absolute;
    top: -10px;
    left: 75px;
}

.noevent {
    min-height: 300px;
    text-align: center;
    width: 100%;
    font-size: 1.8rem;
    vertical-align: middle;
    padding-top: 150px;
}

#news .calender span,
#news .calender span {
    vertical-align: top;
}

#news .calender .cal-icon,
#news .calender .cal-icon {
    margin-right: 7px;
}

#datepicker .calender .cal-icon img,
#news .calender .cal-icon img {
    margin-top: 3px;
    vertical-align: top;
}

#datepicker .calender span img {
    vertical-align: top;
}

.ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    width: 320px;
    height: auto;
    padding: 10px 10px;
}

#datepicker table td {
    width: 30px;
    height: 30px;
    margin: 0 6px;
}

#datepicker .ui-datepicker-calendar thead th span {
    color: #757575;
}

#datepicker .ui-datepicker-calendar thead th span {
    font-size: 1.3rem;
}

#datepicker table tr {
    border: none;
}

#datepicker .ui-widget-header span {
    font-size: 1.5rem;
}

#datepicker #datepicker .ui-datepicker table {
    font-size: 1.3rem;
    color: #ECECEC;
}

#datepicker a.ui-state-default.ui-state-active {
    background-color: #555555;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    color: #ECECEC;
}

#datepicker .ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: transparent;
}

#datepicker .ui-state-default,
#datepicker .ui-widget-content .ui-state-default,
#datepicker .ui-widget-header .ui-state-default,
#datepicker .ui-button,
html #datepicker .ui-button.ui-state-disabled:hover,
html #discover .ui-button.ui-state-disabled:active {
    border: none;
    background: transparent;
}

#datepicker .ui-state-default,
#datepicker .ui-widget-content .ui-state-default {
    border: none;
    background: transparent;
    font-weight: normal;
    color: #454545;
    text-align: center;
    width: 30px;
    height: 30px;
    padding: 5px;
    font-size: 1.3rem;
}

#datepicker .ui-widget-header {
    border: none;
    background: none;
    color: #333;
    font-weight: bold;
}

#datepicker .ui-widget-header span {
    color: #191919;
}

/* categoly add*/
@media screen and (max-width: 1099px) {
    li.cat-item.cat-item-96.dropdown2 a {
        line-height: 15px;
        height: 40px;
    }

    .triangle1 {
        border-width: 190px 1099px 0 0;
        margin-bottom: -200px;
    }
}

/*static-event*/
#static-event:before {
    content: "";
    position: absolute;
    width: 100%;
    background-size: contain;
    height: calc(100% - 500px);
    top: 430px;
    left: 0;
    z-index: -1;
    background-color: #fbf8f0;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
}

#static-event .kv {
    width: 100%;
    max-width: 1600px;
    margin: auto;
}

#static-event .kv img {
    width: 100%;
}

#static-event .alert-notice {
    color: #FFF;
    background: #a9894a;
    padding: 5px 30px;
}

#static-event .short-news {
    margin: 40px 0;
    font-size: 1.6rem;
}

#static-event .short-news a {
    font-size: 1.6rem;
    color: #a9894a;
    text-decoration: underline;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

#static-event .short-news a:hover {
    opacity: 0.6;
}

#static-event .cont {
    width: 960px;
    margin: auto;
    line-height: 1.6;
    padding-bottom: 180px;
    text-align: left;
}

#static-event iframe {
    margin: 40px 0;
    width: 960px;
    height: calc(960px / 16 * 9);
}

#static-event h3 {
    color: #a9894a;
    font-size: 1.6rem;
    margin-top: 40px;
}

#static-event .profile {
    margin-top: 20px;
}

#static-event .profile-block {
    margin-bottom: 40px;
}

#static-event .profile-img {
    display: inline-block;
    width: 35%;
    vertical-align: top;
    max-width: 250px;
    margin-right: 4%;
}

#static-event .profile-img img {
    width: 100%;
    height: auto;
}

#static-event .profile-txt {
    display: inline-block;
    width: 60%;
    vertical-align: top;
}

#static-event .profile-txt h4 {
    font-size: 1.4rem;
    margin-bottom: 20px;
}

#static-event .profile-txt a {
    text-decoration: underline;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

#static-event .profile-txt a:hover {
    opacity: 0.6;
}

/*Vip規約*/
#vip_kiyaku {
    max-width: 720px;
    width: 90%;
    margin: auto;
    text-align: left;
    padding-bottom: 80px;
}

#vip_kiyaku h1 {
    text-align: center;
}

#vip_kiyaku h3 {
    margin-bottom: 10px;
}

#vip_kiyaku ul {
    margin-bottom: 40px;
    margin-left: 20px;
}

#vip_kiyaku li {
    list-style-type: disc;
}

#vip_kiyaku .small {
    text-align: right;
}

/* VIP特定商取引法に基づく表示 */
.tokutei th {
    display: inline-block;
    padding: 18px 20px 16px 0;
}

.tokutei td {
    display: inline-block;
    padding: 18px 0 16px;
}

/* add 200826 shop detail */
.detail {
    width: 680px;
    margin: 0 auto 40px;
    text-align: left;
    padding: 2rem;
    background: #fff;
    display: flex;
    justify-content: center;
    border: 1px solid #a9894a;
    align-items: center;
}

.detail h3 {
    margin: 0 auto 8px;
    font-size: 2rem;
    font-weight: bold;
}

.detail_img {
    width: 180px;
}

.detail_pc {
    margin-left: 30px;
}

.detail_info {
    margin: 8px 0 10px;
}

.detail_info a {
    color: #a9894a;
    text-decoration: underline;
}

.season_comments a {
    color: #a9894a;
    text-decoration: underline;
}

/*add shop ver2*/
#floor.floor_ver2:before {
    height: 89%;
}

.floorMap_left {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}

#floor.floor_ver2 {
    /* new coming */
}

#floor.floor_ver2 .time_notice {
    margin: 30px 0;
}

#floor.floor_ver2 .time_notice a {
    line-height: 1.5;
    background: none;
    color: #a9894a;
    font-size: 2rem;
    padding: 10px 20px;
    border: none;
    border-top: #A9894A solid 1px;
    border-bottom: #A9894A solid 1px;
}

#floor.floor_ver2 .time_notice img {
    width: 6px;
    height: auto;
    position: relative;
    top: -9px;
    display: inline;
    margin-left: 10px;
}

#floor.floor_ver2 .new_coming {
    background: #A9894A;
    padding: 40px 0;
    margin: 60px 0 40px;
}

#floor.floor_ver2 .new_coming .swiper-wrapper {
    transition-timing-function: cubic-bezier(0.79, 0.16, 0.08, 0.94);
}

#floor.floor_ver2 .new_coming h2 {
    font-size: 2.6rem;
    color: #fff;
    padding-top: 0;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
}

#floor.floor_ver2 .no_link {
    cursor: default;
}

#floor.floor_ver2 .new_coming .new_coming_wrap {
    width: 75%;
    max-width: 960px;
    margin: 30px auto 0;
}

#floor.floor_ver2 .new_coming li {
    display: flex;
}

#floor.floor_ver2 .new_coming .image {
    display: block;
    width: 35%;
    margin-right: 3%;
}

#floor.floor_ver2 .new_coming .image img {
    width: 100%;
    height: auto;
}

#floor.floor_ver2 .new_coming .txt_wrap {
    width: 70%;
    margin-top: 0;
}

#floor.floor_ver2 .new_coming .txt_wrap h4 {
    width: 100%;
}

#floor.floor_ver2 .new_coming .sub_info {
    margin-top: 10px;
    margin-right: 20px;
    display: inline-block;
}

#floor.floor_ver2 .new_coming .prof_en,
#floor.floor_ver2 .new_coming .sub_info_en {
    display: none;
}

#floor.floor_ver2 .new_coming span.jp_txt {
    vertical-align: top;
    font-size: 1.8rem;
    color: #fff;
    display: inline-block;
    vertical-align: top;
}

#floor.floor_ver2 .new_coming .furigana {
    color: #fff;
    font-size: 1.4rem;
    margin-top: 5px;
}

#floor.floor_ver2 .new_coming .new_coming-slide {
    position: relative;
}

#floor.floor_ver2 .new_coming p {
    color: #FFF;
    font-size: 1.3rem;
    line-height: 1.5;
}

#floor.floor_ver2 .new_coming a {
    color: #FFF;
}

#floor.floor_ver2 .new_coming .view_detail_wrap {
    display: inline-block;
    position: relative;
    top: -10px;
}

#floor.floor_ver2 .new_coming a.view_detail {
    background: #90743c;
    border-color: #90743C;
    min-width: 0px;
    width: 100px;
    padding: 7px 34px 7px 22px;
    margin-top: 0;
}

#floor.floor_ver2 .new_coming .prev {
    position: absolute;
    left: -60px;
    top: 40%;
    width: 30px;
    height: 30px;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

#floor.floor_ver2 .new_coming .prev:after {
    content: "";
    position: absolute;
    top: 21px;
    left: 0;
    width: 20px;
    height: 2px;
    display: block;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff;
}

#floor.floor_ver2 .new_coming .prev:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #fff;
    display: block;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#floor.floor_ver2 .new_coming .next {
    position: absolute;
    right: -60px;
    top: 40%;
    width: 30px;
    height: 30px;
    z-index: 1;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#floor.floor_ver2 .new_coming .next:after {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 20px;
    height: 2px;
    display: block;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff;
}

#floor.floor_ver2 .new_coming .next:before {
    content: "";
    position: absolute;
    top: 21px;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #fff;
    display: block;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#floor.floor_ver2 .floor_index {
    width: 80%;
    padding-bottom: 100px;
    margin: auto;
}

#floor.floor_ver2 .floor_index h3 {
    text-align: left;
    font-size: 2.6rem;
    color: #a9894a;
    margin: 0 auto 10px 0;
}

#floor.floor_ver2 .floor_index h3 span {
    display: inline-block;
    margin-left: 10px;
    font-size: 1.4rem;
}

#floor.floor_ver2 .floor_index .index_single {
    margin-bottom: 0px;
}

#floor.floor_ver2 .floor_index ul {
    width: 100%;
}

#floor.floor_ver2 .floor_index li {
    width: 33%;
}

#floor.floor_ver2 .floor_index li figure {
    background-color: #fbf8f0;
    aspect-ratio: 3 / 2;
    width: 100%; 
    object-fit: cover; 
}

#floor.floor_ver2 .floor_index li img {
    width: 100%;
    height: auto;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

#floor.floor_ver2 .floor_index a {
    display: block;
    position: relative;
}

#floor.floor_ver2 .floor_index a:hover img {
    opacity: 0.7;
}

#floor.floor_ver2 .floor_index .new_label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px 6px 2px;
    display: inline-block;
    background: #a9894a;
    color: #fff;
    font-size: 10px;
    z-index: 2;
}

#floor.floor_ver2 .floor_index p {
    margin-top: 10px;
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.4;
}

#floor.floor_ver2 .floor_index .swiper-controller {
    text-align: right;
    margin-top: 10px;
    margin-right: 10px;
}

#floor.floor_ver2 .floor_index .prev {
    margin-right: 1px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

#floor.floor_ver2 .floor_index .next,
#floor.floor_ver2 .floor_index .prev {
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: inline-block;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    background-color: #a9894a;
    background-image: url(../images/top/view_arrow2.png);
    background-position: center;
    background-size: 60%;
    background-repeat: no-repeat;
}

#floor.floor_ver2 .floor_index .next:hover,
#floor.floor_ver2 .floor_index .prev:hover {
    background-color: #90743c;
}

#floor.floor_ver2 .banner {
    margin: 40px auto 200px;
    max-width: 600px;
    width: 80%;
}

#floor.floor_ver2 .banner a {
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

#floor.floor_ver2 .banner a:hover {
    opacity: 0.7;
}

#floor.floor_ver2 .banner img {
    width: 100%;
    height: auto;
}

.prof-wrap {
    display: flex;
}

.prof-wrap img {
    width: 100px;
    height: 100px;
    margin-right: 20px;
}

/* news yoshioka */
.col-2 .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.col-2 img {
    width: 50%;
}

.col-2 span {
    margin: 0 auto;
}

.col-2 .ot,
.col-2 .rc,
.col-2 .prc {
    flex-direction: row-reverse;
}

.col-2 .ot,
.col-2 .gth,
.col-2 .rc,
.col-2 .snow {
    margin-bottom: 20px;
}

.col_2 {
    display: flex;
    justify-content: space-between;
}

.col_2_item {
    width: 49%;
}

.col_2_lg {
    display: flex;
    justify-content: space-around;
}

.lg_item {
    width: 240px;
}

.txt-left {
    text-align: left;
}

span.prc_txt_ttl {
    color: #a9894a;
    font-size: 1.6rem;
}




.ys-prof-wrap {
    display: flex;
    flex-wrap: wrap;
}

.ys-prof-wrap img {
    width: 100%;
}

.ys-prof-img {
    width: 15%;
}

.ys-prof-txt {
    width: 85%;
    padding-left: 2rem;
}



.col-2 span {
    margin: 1rem auto 0;
    padding: 0 3rem;
}

.light−up {
    padding: 3rem 2rem 2rem;
    margin: 4rem auto 6rem;
    border: 1px solid #a9894a;
}

.light−up p {
    margin: 2rem auto;
}

p.light-up-ttl {
    color: #a9894a;
    font-size: 1.8rem;
}

.pc_img {
    display: flex;
    justify-content: space-between;
}

.pc_img_w img {
    width: 49%;
    margin-right: 0 !important;
}

/* news christmas_bnr */

.christmas_bnr {
    display: flex;
    flex-wrap: wrap;
    width: 1100px;
    margin: 4rem auto 0;
    justify-content: center;
}

.christmas_bnr_c {
    width: 24.5%;
    margin: 0px 2px;
}

@media screen and (max-width: 786px) {
    .christmas_bnr_c {
        width: 24.5%;
        margin: 0;
    }
}

.christmas_bnr img {
    width: 100%;
}

.christmas_bnr p {
    font-size: 1.3rem;
    margin-top: 1rem;
    line-height: 1.4;
    margin-bottom: 2rem;
}

.christmas_bnr a {
    color: #a9894a;
    transition: 0.3s;
}

.christmas_bnr a:hover {
    opacity: 0.7;
}


/*News Pager*/
.pagination .page-numbers {
    font-size: 1.4rem;
    display: inline-block;
    padding: 0 8px;
    color: #a9894a;
    transition: .3s;
}

.pagination .page-numbers.current {
    position: relative;
}

.pagination .page-numbers.current::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #a9894a;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.pagination a.page-numbers:hover {
    opacity: 0.6;
}

.pagination .page-numbers.next,
.pagination .page-numbers.prev {
    text-decoration: underline;
}


/*記事詳細内の改ページ*/
.pagebreak-links {
    margin: 80px 0;
}

.pagebreak-links .page-number {
    display: inline;
    background: #a9894a;
    color: #fff;
    border: 1px solid #a9894a;
    padding: 7px 10px;
}

.pagebreak-links a {
    text-decoration: none;
    margin: 0 2px;
}

.pagebreak-links a .page-number {
    background: #a9894a;
    color: #fff;
}

.pagebreak-links .nextpage-link,
.pagebreak-links .previouspage-link {
    background: #a9894a;
    color: #fff;
    padding: 14px 40px;

}

.single_left .single_content ul.col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.single_left .single_content ul.col2 li {
    width: 48%;
    margin-bottom: 20px;
    text-align: left;
}

.single_left .single_content ul.col2 li img {
    margin-bottom: 5px;
}

.single_left .single_content ul.col2 li:nth-child(2n-1) {
    margin-right: 4%;
}


/*Meta Slider*/
.single_content .metaslider {
    margin: 40px 0 60px !important;
}

.flex-control-paging li a {
    background: #a9894a !important;
    width: 8px !important;
    ;
    height: 8px !important;
    box-sizing: content-box;
    opacity: 0.4;
}

.flex-control-paging li a.flex-active {
    opacity: 1;
}

.metaslider .flex-control-nav {
    bottom: -20px;
}

.metaslider .caption-wrap {
    opacity: 1 !important;
    background: rgba(169, 137, 74, 0.6) !important;
}

.metaslider .caption {
    position: relative;
    top: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    left: auto;
    right: auto;
    margin: auto;
    font-size: 1.4rem;
    opacity: 1;
    color: #fff;
    letter-spacing: normal;
}

.metaslider .flexslider .flex-direction-nav li a.flex-next {
    background-image: none;
    border-top: solid 2px #a9894a;
    border-right: solid 2px #a9894a;
    width: 24px;
    height: 24px;
    transform: rotate(45deg);
}


.metaslider .flexslider .flex-direction-nav li a.flex-prev {
    background-image: none;
    border-bottom: solid 2px #a9894a;
    border-left: solid 2px #a9894a;
    width: 24px;
    height: 24px;
    transform: rotate(45deg);
}

.single_inner .small_txt{
    display: inline-block;
    font-size: 12px;
    line-height: 1.6;
    text-align: left;
}

.single_left.magazine_singleBody .single_content img.pc_img_small{
    width: 78%;
    margin-left: 11%;
}


/* アコーディオン*/
.pc .js-innerAccordion {
    display: block !important;
}

#accordion .searchBox {
    position: relative;
    width: 340px;
    margin: 70px auto;
    border: 1px solid #dddddd;
    background: #fff;
    cursor: pointer;
    outline: none;
    padding: 5px;
}

#accordion .selectBox {
    margin: 40px auto;
    position: relative;
    width: 317px;
}

#accordion .selectBox:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1.8em;
    display: block;
    content: "";
    background: #a9894a url(../images/general/accordion_arrow.png) no-repeat;
    pointer-events: none;
    background-position: center;
    background-size: 50%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 27px;
    background-color: #a9894a;
    background-repeat: no-repeat;
    -webkit-transition: .3s;
    transition: .3s;
}

#accordion select {
    color: #555;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    padding: 5px 40px 5px 20px;
    width: 100%;
}

#accordion .season_lim {
    background: #a9894a;
    padding: 3px 7px 2px;
    margin: 5px 0 3px;
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}

/*information_below*/

.information_below {
    padding: 0 0 160px;
    background-color: #fff;
}

.info_below_inner {
    background: #FFF;
    padding: 80px 0;
}

.information_below h2 {
    color: #A9894A;
    text-align: center;
    font-size: 4rem;
    margin-bottom: 60px;
}

.information_below ul {
    width: 80%;
    max-width: 960px;
    margin: 0 auto;
    text-align: left;
}

.information_below ul li {
    margin-bottom: 14px;
    padding-bottom: 14px;
    display: block;
    line-height: 1.8;
    border-bottom: 1px solid #A9894A;
}

.information_below ul li span {
    padding: 3px 10px;
    color: #FFF;
    display: inline-block;
    background-color: #987B42;
    margin-right: 10px;
    font-size: 1rem;
    vertical-align: top;
}

.information_below ul li:last-child {
    margin-bottom: 0;
}

.information_below ul li {
    color: #555;
}

.information_below ul li a {
    color: #555;
    width: calc(100% - 60px);
    text-align: left;
}

@media screen and (max-width: 769px) {
    .information_below {
        padding: 0;
        padding-bottom: 40px;
        background-color: #fff;
    }

    .info_below_inner {
        background: #FFF;
        padding: 45px 0;
    }

    .information_below h2 {
        font-size: 2.2rem;
        margin-bottom: 35px;
    }

    .information_below ul li a {
        font-size: 1.3rem;
        display: inline-block;
        width: calc(100% - 60px);
    }

    .information_below ul {
        width: 90%;
        margin: 0 auto;
        text-align: left;
    }
}

.pc_topSlide .slide-bg{
    height: calc(100vw / 16 * 9 / 1.6 - 35px)
}

.sp_topSlide .slide-bg{
    height: calc(107vw / 750 * 700);
}

.slide-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.magazine_cardOneImage img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* Shop レストラン タブ*/
.shop_tab-buttons {
    margin-bottom: 10px;
}

.shop_tab-button {
    background-color: #a9894a;
    color: #fff;
    border: none;
    outline: none;
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.shop_tab-button:hover {
    background-color: #90743c;
}

.shop_tab-button.active {
    background-color: #90743c;
}

.shop_tab-content {
    display: none;
}

.shop_tab-content.active {
    display: block;
}


.burger_nav_inner .sub.instagram a{
    text-transform: none;
}

.burger_nav_inner .sub.instagram a img{
    width: 18px;
    height: 18px;
    position: relative;
    top: -2px;
}