/*
Theme Name: Matsuya
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: http://tidythemes.com/
Description: Please read: tidythemes.com/concept. BlankSlate is the definitive WordPress HTML5 boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Version: 2019.1
License: GNU General Public Licensxe
License URI: https://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2019 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

/*GENERAL*/

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap');
body {
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0;
  padding: 0;
  color: #19191A;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5,h6{
  font-weight: normal;
}
ul {
  padding: 0;
  margin: 0;
}
li{
  list-style: none;
}
a{
  color: #19191a;
  text-decoration: none;
  -webkit-transition: 0.12s all ease-in;
-moz-transition: 0.12s all ease-in;
-o-transition: 0.12s all ease-in;
transition: 0.12s all ease-in;
}
img{
  max-width: 100%;
}
header a:hover, .breadcrumbs a:hover {
  color: #bd7f13;
}
a:hover .clr-brown,label:hover .clr-brown{
  border-bottom: 1px solid #bd7f13;
}
/*a:hover .clr-brown , .clr-brown, label:hover .clr-brown{
  -webkit-transition: 0.12s all ease-in;
-moz-transition: 0.12s all ease-in;
-o-transition: 0.12s all ease-in;
transition: 0.12s all ease-in;
}*/
*, *:before, *:after{
  box-sizing: border-box;
  outline: none;
  border: none;
}
.sp, .web-catalog-wrapper.wc-sp {
  display: none;
}
.js-body-search-active {
  overflow: hidden;
}
p{
  line-height: 1.7;
  letter-spacing: 1.6px;
  margin: 0;
}
article a {
  color: #bd7f13;
  -webkit-transition: 0.12s all ease-in;
-moz-transition: 0.12s all ease-in;
-o-transition: 0.12s all ease-in;
transition: 0.12s all ease-in;
  border: none;
}
.lg{
  display: none;
}
a, button{
  -webkit-transition: 0.12s all ease-in;
-moz-transition: 0.12s all ease-in;
-o-transition: 0.12s all ease-in;
transition: 0.12s all ease-in;
}
a:hover, button:hover{
  -webkit-transition: 0.12s all ease-in;
-moz-transition: 0.12s all ease-in;
-o-transition: 0.12s all ease-in;
transition: 0.12s all ease-in;
}
.white-space-pre{
 white-space: pre-wrap;
}
#footer div[class^="col-"], #header div[class^="col-"] {
  padding: 0;
}
.desc.pre {
  white-space: pre-wrap;
}

/*FONT*/
.matsuya-font{
  font-family: 'matsuya-font';
}
.helvetica-font{
  font-family: 'Helvetica Neue', 'Arial';
}
.helvetica-font-bold{
  font-family: 'Helvetica Neue', 'Arial';
  font-weight: bold;
}

/*BACKGROUND COLORS*/
.grey-bg {
  background-color: #f8f6f6;
}

/*BORDERS*/
.border-right {
  border-right: 1px solid #7c7e80;
}
.border-top {
  border-top: 1px solid #7c7e80;
}
.border-bottom {
  border-bottom: 1px solid #7c7e80;
}
.border-left {
  border-left: 1px solid #7c7e80;
}
.border-left-grey {
  border-left: 1px solid #d8d8d8;
}
.no-border-bottom, .business-table-label.no-border-bottom {
  border-bottom: 0;
}

/* MARGINS */
.ml-auto {
  margin-left: auto;
}
.mr-auto {
  margin-right: auto;
}
.mt-auto {
  margin-top: auto;
}
.mb-auto {
  margin-bottom: auto;
}
.m-auto {
  margin: 0 auto;
}
.mb-40{
  margin-bottom: 40px;
}
.mb-45{
  margin-bottom: 40px;
}
.mt-0, h2.mt-0{
  margin-top: 0;
}
.mt-5{
  margin-top: -5px;
}
.mt-10{
  margin-top: 10px;
}
.ml-15{
  margin-left: 15px;
}
.mt-25, h2.mt-25 {
  margin-top: 25px;
}
.mt-35{
  margin-top: 35px;
}
.mb-28 {
  margin-bottom: 28px;
}
.mb-43, .about-p.mb-43{
  margin-bottom: 44px;
}
.pb-0 {
  padding-bottom: 0;
}
.mb-0, table.table.mb-0 {
  margin-bottom: 0;
}

/* TEXT ALIGNS */
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.flex{
  display: -webkit-box; 
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
  flex-wrap: wrap;
}
.flex-right{
  justify-content: flex-end;
}
.flex-space-between{
  justify-content: space-between;
}
.flex-align-center {
  align-items: center;
}
.flex-align-baseline {
  align-items: baseline;
}
.flex-align-start {
  align-items: flex-start;
}
.flex-nowrap {
  flex-wrap: nowrap;
}

/* FONTS SIZES and WEIGHTS */
/*.font-helvetica{
font-family: 'HelveticaNeue';
}*/
.font-weight-bold {
  font-weight: bold;
}
.font-weight-500 {
  font-weight: 500;
}
.font-size-16{
  font-size: 16px;
}
.icon-B1:before, .icon-B2:before {
  content: "\e913";
}

/* BUTTONS */
.btn-black {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 5px;
  text-align: center;
  color: #ffffff;
  border: solid 2px #ffffff;
  background-color: #19191a;
  display: block;
  width: 217px;
  height: 45px;
  font-family: 'Helvetica Neue', 'Arial';
}
.btn-black:hover {
  color: #19191a;
  border: solid 2px #19191a;
  background-color: #ffffff;
  cursor: pointer;
}
.btn-white {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 5px;
  text-align: center;
  color: #19191a;
  box-sizing: border-box;
  min-width: 202px;
  min-height: 45px;
  border: solid 2px #19191a;
  background-color: #ffffff;
  display: inline-block;
  line-height: 41px;
  padding: 0 10px;
  font-family: 'Helvetica Neue', 'Arial';
}
.btn-white:hover {
  color: #ffffff;
  border: solid 2px #000;
  background-color: #19191a;
  cursor: pointer;
}
.disabled:hover {
  color: #ffffff;
  border: solid 2px #000000;
  background-color: #19191a;
}
.disabled {
  cursor: initial !important;
}

/* HEADINGS */
.title {
  object-fit: contain;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.4;
  letter-spacing: 2.4px;
  color: #19191A;
  text-align: center;
  margin-top: 64px;
  display: inline-block;
  width: 100%;
  margin-bottom: 0px;
}
.title.title-normal {
  letter-spacing: 1.8px;
  font-size: 36px;
  margin-top: 100px;
}
.title2 {
  font-size: 85px;
  color: #fff;
  padding: 0;
  margin: 0;
  align-items: flex-start;
  line-height: 1;
}
.titleh2{
  font-weight: 500;
  font-size: 24px;
}
.subtitle-24 {
  object-fit: contain;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 1.2px;
  color: #19191a;
  position: relative;
}
.subtitle-24 span {
  position: absolute;
  top: -22px;
  margin-left: -29px;
  z-index: -1;
}
.subtitle-18 {
  object-fit: contain;
  font-weight: 500;
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 1.8px;
  color: #19191a;
}


/* COLORS */
.clr-black {
  color: #000000;
}
.clr-white {
  color: #ffffff;
}
.clr-grey{
  color: #7c7e80;
}
.clr-brown{
  color: #bd7f13;
  border-bottom: 1px solid transparent;
}

/*LIST*/
.li-disc li {
  list-style: disc;
  margin-left: 4px;
}

/* LINKS */
.link-in-white-bg {
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: 1.6px;
  color: #bd7f13;
  text-decoration: none;
}
.link-in-white-bg:hover span{
  border-bottom: 1px solid #bd7f13;
  padding-bottom: 3px;
  cursor: pointer;
}
.link-in-black-bg {
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: 1.6px;
  color: #ffffff;
  text-decoration: none;
}
.link-in-black-bg:hover {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 3px;
}

/*TABLE*/
table.table {
  border: 2px solid #d8d8d8;
  width: 100%;
  margin-bottom: 40px;
  letter-spacing: 1.4px;
  font-size: 14px;
  border-collapse: collapse;
}
table.table tr td {
  margin: 0;
  padding: 18px 13px;
  border-bottom: 2px solid #d8d8d8;
  border-right: 2px solid #d8d8d8;
  vertical-align: top;
  box-sizing: border-box;
}
table.table tr td:first-child {
  width: 168px;
}
table.table tr:last-child td, table.table tr:last-child td[rowspan]{
  border-bottom: 0;
}
table.table tr td:last-child{
  border-right: 0;
}
table.table ol {
  margin: 0;
  padding: 0;
}
table.table li {
  line-height: 1.5;
}

/* CUSTOM INPUTS */
input::placeholder {
  color: #969799 !important;
  opacity: 1; /* Firefox */
}
.input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #969799 !important;
  opacity: 1; 
}
.input::-ms-input-placeholder { /* Microsoft Edge */
  color: #969799 !important;
  opacity: 1; 
}
.custom-dropdown {
  font-size: 16px;
  border: none;
  border-bottom: 1px solid #19191a;
  padding-bottom: 8px;
  color: #19191a;
}
.custom-dropdown:focus {
  outline: none;
}
.custom-input-text {
  height: 40px;
  border: solid 1px #e7e7e7;
  padding: 0 10px;
}
.dropdown, #menu-topbar-info .menu-item-has-children {
  padding-right: 10px;
}
.dropdown:after, #menu-topbar-info .menu-item-has-children:after, #menu-topbar-info-1 .menu-item-has-children:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #19191a;
  content: '';
  position: absolute;
  right: 2px;
  top: 50%;
  margin-top: -2px;
}
.dropdown:hover:after, #menu-topbar-info .menu-item-has-children:hover:after, #menu-topbar-info-1 .menu-item-has-children.toggle-dropdown-active:after{
  transform: rotate(180deg);
}
.dropdown:hover .dropdown-content, #menu-topbar-info .menu-item-has-children:hover .sub-menu{
  display: block;
  -webkit-transition: 0.12s all ease-in;
-moz-transition: 0.12s all ease-in;
-o-transition: 0.12s all ease-in;
transition: 0.12s all ease-in;
}
ul#menu-topbar-info > li:last-child > a {
  font-family: 'Helvetica Neue', 'Arial';
}
.top-info ul.dropdown-content, #menu-topbar-info .menu-item-has-children .sub-menu {
  position: absolute;
  right: 0;
  display: -webkit-box; 
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
  flex-direction: column;
  margin: 0;
  background: #19191a;
  text-align: center;
  padding: 0;
  z-index: 1;
  display: none;
  -webkit-transition: 0.12s all ease-in;
-moz-transition: 0.12s all ease-in;
-o-transition: 0.12s all ease-in;
transition: 0.12s all ease-in;
}
.top-info ul.dropdown-content a, #menu-topbar-info .menu-item-has-children .sub-menu a{
  color: #7c7e80;
  font-size: 13.5px;
  line-height: 1.5;
  letter-spacing: 1.35px;
}
.top-info ul.dropdown-content a:hover, #menu-topbar-info .menu-item-has-children .sub-menu a:hover{
  color: #fff;
}
.top-info ul.dropdown-content li, #menu-topbar-info .menu-item-has-children .sub-menu li{
  border-bottom: 1px solid #fff;
  padding: 5px 14.5px;
}
.header-pc, .header-sp {
  background: #fff;
  position: relative;
  top: 0;
  transition: all ease 500ms;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.header-pc.header-fixed, .header-sp.header-fixed{
  top: -175px;
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 1000;
  background: #fff;
}
.header-pc.header-fixed.js-menu-active, .header-sp.header-fixed.js-menu-active {
  top: 0;
}

/* COMMON STYLES */
.subtitle-border-left {
  padding-left: 10px;
  border-left: 4px solid black;
  height: 20px;
  line-height: 20px;
  margin-bottom: 19px;
  letter-spacing: 1.8px;
  word-spacing: 7px;
}
.title24-with-bg-light-grey {
  background-color: #f8f6f6;
  object-fit: contain;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 1.2px;
  text-align: center;
  color: #19191a;
  margin-top: 50px;
  margin-bottom: 50px;
  display: inline-block;
  width: 100%;
  padding: 13.5px 15px;
  box-sizing: border-box;
}
.underline-for-title {
  border-bottom: 2px solid #19191a;
  width: 65px;
  margin: 34px auto 50px auto
}
.underline-for-title-short {
  border-bottom: 2px solid #19191a;
  width: 30px;
  margin: 30px auto 50px auto;
}
.underline-for-title.underline-for-title-white {
  border-bottom: 2px solid white;
  width: 32px;
  margin: 26px auto 34px auto;
}
.underline-for-left-title {
  border-bottom: 2px solid black;
  width: 35px;
  margin: 35px;
}
.underline-for-title-h2 {
  height: 2px;
  background: #19191a;
  width: 32px;
}
.underline-for-title-h2-white {
  height: 2px;
  background: #fff;
  width: 30px;
}
.underline-left {
  margin-left: 0;
}


/* Style the tab */
/*.tab {
overflow: hidden;
}
*/
/* Style the buttons inside the tab */
.tab button {
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  border-bottom: 1px solid black;
  background-color: #fff;
  margin: 15px 0;
  font-size: 15px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  opacity: 1;
  border-bottom: 1px solid black;
}

/* Create an active/current tablink class */
.tab button.active {
  opacity: 1;
  border-top: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  border-bottom: 0 !important;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

/*tablinks css*/
.tablinks {
  font-weight: bold;
  letter-spacing: 0;
  height: 42px;
  width: 190px;
  opacity: 0.6;
}

.clearfix{
  clear: both;
}
.container-full {
  width: 100%;
}
.container-750 {
  max-width: calc(100% - 30px);
  width: 750px;
  margin: 0 auto;
  box-sizing: border-box;
  z-index: 2;
  position: relative;
}
.container-945 {
  max-width: calc(100% - 30px);
  width: 945px;
  margin: 0 auto;
  box-sizing: border-box;
  z-index: 2;
  position: relative;
}
.container-1440 {
  max-width: 100%;
  width: 1440px;
  margin: 0 auto;
  box-sizing: border-box;
  z-index: 2;
  position: relative;
}
.container-1440.alt {
  width: 100%;
}
.container-search {
  width: 775px;
  margin: 0 auto;
  max-width: 100%;
  display: -webkit-box; 
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.container-grey {
  margin-top: 35px;
  padding: 24px 30px;
  border: solid 2px #edebeb;
  background-color: #f8f6f6;
}
div.fullwidth {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

/*BOOTSTRAP*/
.container {
  width: 100%;
  max-width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
  position: relative;
}

.row {
  display: -webkit-box; 
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
  flex-wrap: wrap;
}
.row-inner {
    margin: 0 -15px;
}

/*GRID SIZES*/
.col-md-1,
.col-md-2, 
.col-md-3, 
.col-md-4, 
.col-md-5, 
.col-md-6, 
.col-md-7, 
.col-md-8, 
.col-md-9,
.col-md-10, 
.col-md-11, 
.col-md-12,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 
{
  position: relative;
  min-height: 1px;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left
}
.col-md-12 {
  width: 100%
}
.col-md-11 {
  width: 91.66666667%
}
.col-md-10 {
  width: 83.33333333%
}
.col-md-9 {
  width: 75%
}
.col-md-8 {
  width: 66.66666667%
}
.col-md-7 {
  width: 58.33333333%
}
.col-md-6 {
  width: 50%
}
.col-md-5 {
  width: 41.66666667%
}
.col-md-4 {
  width: 33.33333333%
}
.col-md-3 {
  width: 25%
}
.col-md-2 {
  width: 16.66666667%
}
.col-md-1 {
  width: 8.33333333%
}


/*HEADER*/
.top-info ul, .bottom-info ul {
  display: -webkit-box; 
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
  font-size: 13.5px;
  line-height: 1.5;
  letter-spacing: 1.35px;
  justify-content: flex-end;
}
.top-info ul {
  padding: 22px 0 10px;
}
.top-info ul li {
  padding: 0 10px;
  position: relative;
}
.top-ameneties ul {
  display: -webkit-box; 
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
  justify-content: flex-end;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1.5px;

}
.topbar {
  padding-bottom: 13px;
  padding-top: 3px;
}
.topbar .row {
  align-items: baseline;
}
.top-ameneties ul li {
  padding: 0 12.5px;
  letter-spacing: 1.5px;
}
.top-ameneties ul li:last-child{
  padding-right: 0;
}
.custom-logo-link img {
  max-width: 100%;
  height: 36px;
  width: auto;
}
a.custom-logo-link {
    line-height: 1;
    padding: 0;
    display: block;
    text-align: center;
}
.home.topbar {
  padding: 25px 0;
  margin: 0;
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  background: rgba(255,255,255,0.8);
}
.search img, .js-search img {
  height: 15px;
}
#menu-topbar-info .menu-item-has-children {
  margin-left: 6px;
  border-left: 1px solid #d8d8d8;
}
#menu-topbar-info .menu-item-has-children a {
  padding-right: 8px;
  margin-left: 4px;
}
.search, .js-search{
  background-image: url(https://www.matsuya.com/wp-content/uploads/2020/04/search.png);
}
.search.js-search-active, .js-search .js-search-active{
  background-image: url('https://www.matsuya.com/wp-content/uploads/2020/04/close.png');
}
.search, .js-search {
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 16px;
  height: 20px;
  margin-top: -4px;
  padding: 0 !important;
  display: block;
}
.searchbox {
  background: #000;
  color: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: -webkit-box; 
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  display: none;
  -webkit-transition: 0.12s all ease-in;
-moz-transition: 0.12s all ease-in;
-o-transition: 0.12s all ease-in;
transition: 0.12s all ease-in;
  bottom: 0;
}
.searchbox.js-searchbox-active {
  display: -webkit-box; 
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
}
.searchlabel {
  font-size: 13.5px;
  letter-spacing: 1.35px;
  margin-bottom: 23px;
  -webkit-transition: 0.12s all ease-in;
-moz-transition: 0.12s all ease-in;
-o-transition: 0.12s all ease-in;
transition: 0.12s all ease-in;
}
.searchbox input[type="text"] {
  background: transparent;
  border: none;
  border-bottom: 2px solid #fff;
  font-size: 28px;
  letter-spacing: 1.4px;
  color: #Fff;
  outline: none;
  width: 100%;
  padding-bottom: 15px;
}
.search-pc {
  position: absolute;
  right: 15px;
  bottom: 15px;
  cursor: pointer;
}
.close {
  font-size: 13.5px;
  width: 95px;
  max-width: 13%;
  margin-top: -23px;
  cursor: pointer;
}
.close-pc {
  display: inline-block;
  vertical-align: sub;
  width: 15px;
  margin-left: 20px;
  margin-right: 7px;
}
.searchbox form {
  position: relative;
  width: 680px;
  max-width: 90%;
}
.search-img {
  position: absolute;
  right: 1%;
  top: 2px;
}

/*BREADCRUMBS*/
ul#breadcrumbs {
  display: -webkit-box; 
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
  align-items: center;
  font-size: 13.5px;
  letter-spacing: 1.35px;
  padding: 14px 0;
}
.breadcrumbs .separator:before {
  width: 8px;
  height: 1px;
  background: #000;
  content: '';
  display: block;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  left: calc(50% - 4px);
}
.breadcrumbs .separator:after {
  width: 8px;
  height: 1px;
  background: #000;
  content: '';
  display: block;
  transform: rotate(-45deg);
  position: absolute;
  bottom: calc(50% - 3px);
  left: calc(50% - 4px);
}
li.separator {
  height: 16px;
  width: 16px;
  margin: 0 4px;
  position: relative;
}

/*NAV*/
.main-menu {
  border-top: 1px solid #edebeb;
  border-bottom: 1px solid #edebeb;
}
#menu-main-menu, #menu-main-menu-2 {
  display: -webkit-box; 
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
  flex: 1 1 0;
  flex-wrap: wrap;
  justify-content: space-around;
  font-weight: bold;
}
#menu-main-menu li.menu-item, #menu-main-menu-2 li.menu-item {
  flex: 1 0 auto;
  width: calc(100% / 5);
}
li.menu-item a {
  padding: 15px 0;
}
#menu-main-menu li.menu-item:hover, #menu-main-menu-2 li.menu-item:hover, #menu-main-menu li.current-menu-item {
  background: #edebeb;
}
#menu-main-menu li.menu-item a,#menu-main-menu-2 li.menu-item a {
  display: -webkit-box; 
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#menu-main-menu li.menu-item img, #menu-main-menu-2 li.menu-item img {
  height: 30px;
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
}

/*GO TO TOP*/
.go-to-top {
  position: fixed;
  right: calc((100% - 1140px) /2);
  bottom: -100px;
  z-index: 1000;
  transition: all ease-in-out 0.25s;
  cursor: pointer;
}

/*FOOTER*/
footer#footer {
  margin-top: 110px;
}
footer#footer.no-margin-top {
  margin-top: 0;
}
.bottombar {
  padding: 35px 0 30px 0;
}
.bottom-info li {
  padding: 0 10px;
  font-size: 13.5px;
  letter-spacing: 1.35px;
  line-height: 1.4;
}
.footer-links-wrapper {
  background: #19191a;
  color: #d8d8d8;
  font-size: 13.5px;
  padding: 38px 0 78px 0;
}
.footer-links-wrapper a{
  color: #d8d8d8;
  letter-spacing: 1.35px;
}
.footer-links-content ul li:last-child{
  margin-bottom:0;
}
.footer-links-wrapper ul li{
  margin-bottom: 15px;
}
footer div#branding {
  display: -webkit-box; 
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
footer .custom-logo-link img {
  width: 260px;
  height: 24px;
  margin-right: 20px;
}
ul.bottom-info {
  display: -webkit-box; 
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
  align-items: center;
}
ul.bottom-info a:hover {
  color: #bd7f13;
}
ul.bottom-info.bottom-phone li {
  padding: 0px 15px;
}
ul.bottom-info.bottom-phone span {
  padding-left: 8px;
  font-family: 'Helvetica Neue', 'Arial';
  font-size: 13.5px;
  letter-spacing: 1.35px;
  display: inline-block;
}
ul.ft-locs{
  display: -webkit-box; 
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
}
ul.ft-locs li{
  padding: 0 15px;
  border-right: 1px solid #979797;
  line-height: 1;
  margin-bottom: 21px;
}
ul.ft-locs li:last-child {
  padding-right: 0;
  border-right: none;
}
.bottom-social {
  display: inline-block;
  vertical-align: top;
}

.bottom-social:not(:last-child) {
  margin-right: 56px;
}
.bottom-social-title {
  color: #7c7e80 !important;
}
.bottom-social > a {
  margin-bottom: 34px;
  display: block;
  font-family: 'Helvetica Neue', 'Arial';
  font-weight: bold;
  line-height: 20px
}
.bottom-social img {
  vertical-align: middle;
  margin-right: 10px;
}
div#copyright {
  margin-top: 47px;
  font-size: 11px;
  color: #aeb0b3;
  font-family: 'Helvetica Neue', 'Arial';
  letter-spacing: 1.8px;
}
.footer-links-content {
  margin-bottom: 32px;
}
.img-newtab{
  margin-left: 2px;
  margin-bottom: -2px;
}
img.img-newtab {
  width: 12px;
}

/*TABS*/
div#allTabsContainer {
  margin-top: 40px;
}
ul.tabs {
  padding: 0 15px;
  border-bottom: 2px solid #d8d8d8;
  display: -webkit-box; 
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
  flex-wrap: wrap;
}
ul.tabs li, ul.tabs > a {
  flex: 1 1 0;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.tab-switcher {
  margin-bottom: -2px;
  border: 2px solid transparent;
  color: #969799;
  font-weight: bold;
  padding: 3px 0;
  line-height: 2;
  font-size: 15px;
  outline: 0 !important;
  cursor: pointer;
  transition: none;
  position: relative;
}
/*.tab-switcher:hover, a.tab-switcher:hover {
background: #f8f6f6;
border-bottom: 2px solid #d8d8d8;
border-top: 2px solid #f8f6f6;
}
.tab-switcher.tab-switcher-active:hover, a.tab-switcher.tab-switcher-active:hover{
border-bottom: 2px solid #f8f6f6;
border-top: 2px solid #d8d8d8;
}*/
.tab-switcher.tab-switcher-active {
  border: 2px solid #d8d8d8;
  border-bottom:none;
  margin-bottom: -2px;
  color: #19191a;
  transition: none;
  background: #fff;
  z-index: 1;
}
.tab-switcher:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fff;
  left: 0;
  top: 0;
  z-index: -1;
    -webkit-transition: 0.12s all ease-in;
-moz-transition: 0.12s all ease-in;
-o-transition: 0.12s all ease-in;
transition: 0.12s all ease-in;
}
.tab-switcher:hover:before{
  background: #f8f6f6;
    -webkit-transition: 0.12s all ease-in;
-moz-transition: 0.12s all ease-in;
-o-transition: 0.12s all ease-in;
transition: 0.12s all ease-in;
}
.tab-container {
    opacity: 0;
    height: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    display: block;
}
.tab-container.tab-active{
  opacity: 1;
  -webkit-transition: opacity 0.12s ease-in;
  transition: opacity 0.12s ease-in;
  height: auto;
  z-index: 1;
  position: relative;
}

/*TOP*/
section#home-slider {
  position: relative;
}
.slider-content-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slider-business-hours {
  width: 180px;
  background: #19191A;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 120px;
  left: 100px;
}
.slider-business-hours a{
  color: #fff;
  display: block;
}
.slider-business-hours-title {
  margin-top: 20px;
  font-size: 12px;
  font-weight: 400;
}
.slider-business-hours-time {
  margin: 25px 0 35px 0;
  font-size: 30px;
}
.slider-business-hours-time > * {
  display: block;
  line-height: 1;
}
.slider-business-hours-divider {
  width: 2px;
  height: 10px;
  background: #fff;
  margin: 10px auto;
}
.slider-business-hours-btn {
  font-size: 15px;
  left: -1px;
  text-align: left;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border-top: 1px solid #ddd;
}
.slider-event-card {
  position: absolute;
  background: rgba(255,255,255,0.9);
  left: 100px;
  bottom: 63px;
}
.slider-event-top-info {
  display: -webkit-box; 
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
}
.slider-event-cat:before {
  content: '';
  width: 50px;
  height: 50px;
  background: #F5D818;
  display: block;
  border: 10px solid #6CC1A9;
}
.slider-event-top-info {
  display: -webkit-box; 
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
  vertical-align: middle;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #ddd;
}
.slider-event-cat {
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 2.53px;
  display: -webkit-box; 
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
  align-items: center;
  border-right: 1px solid #ddd;
  padding-right: 20px;
}
.slider-event-cat:before {
  content: '';
  width: 50px;
  height: 50px;
  background: #F5D818;
  border: 10px solid #6CC1A9;
  margin-right: 10px;
}
.slider-event-loc {
  font-size: 17px;
  letter-spacing: 2.27px;
  font-weight: bold;
  margin: 0 20px;
}
.slider-event-date-time {
  font-size: 17px;
  letter-spacing: -0.11px;
  font-weight: bold;
}
.slider-event-title {
  font-size: 40px;
  letter-spacing: -0.27px;
  line-height: 1.3;
  padding: 20px 35px;
}
.slider-event-title h3{
  margin: 0;
}

/*SINGLE*/
h1.entry-title {
  font-size: 32px;
  line-height: 1.4;
  letter-spacing: 2.4px;
  text-align: center;
}

/*BUSINESS PAGE*/
.business-page {
  font-size: 14px;
}
.business-table-label {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1.4px;
}
.business-hours {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 1.6px;
}
.business-schedule {
  margin-bottom: 43px;
}
.business-schedule:last-child {
  margin-bottom: 0px;
}
.business-floors {
  margin-bottom: 25px;
}
.business-table-content li {
  margin-bottom: 7px;
}
.business-table-content li:last-child {
  margin-bottom: 0px;
}
.business-table-label {
  background: #f8f6f6;
}
td.business-table-content.text-left {
  letter-spacing: 1.4px;
}

/*FLOOR GUIDE*/
.floor-guide-row {
  border-bottom: 2px solid #d8d8d8;
  height: 85px;
  box-sizing: border-box;
  align-items: center;
}
.floor-guide-row.no-border {
  border-bottom: none;
}
.floor-guide-row:last-child{
  border-bottom: none;
}
.floor-guide-row, .floor-info {
  display: -webkit-box; 
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
  position: relative;
  color: #19191a;
}
a.floor-guide-row:hover {
  background-color: #f8f6f6;
  border-bottom: 2px solid #d8d8d8;
}
a.floor-guide-row.no-border:hover{
  border-bottom: 0px;
}
.floor-info {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 1.5px;
  font-weight: 500;
}
span.arrow-right-orange {
  width: 21px;
  position: absolute;
  right: 10px;
  height: 21px;
  top: 50%;
  margin-top: -10.5px;
}
.floor-guide-info {
  margin-top: 40px;
  padding: 25px 30px 15px 30px;
  background: #f8f6f6;
  border: 2px solid #edebeb;
}
.floor-guide-info li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
}
.floor-guide-info.flex-left {
  justify-content: flex-start;
}
.floor-num {
  width: 50px;
  font-family: 'matsuya-font';
  font-size: 40px;
  letter-spacing: 0.1em;
  padding: 0 13px;
  box-sizing: content-box;
}
.floor-num-big.floor-roof {
  font-size: 36px;
}
.floor-info {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 1.5px;
  font-weight: 500;
  width: calc(100% - 50px);
  display: -webkit-box; 
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
  justify-content: space-between;
  padding-right: 38px;
  align-items: center;
}
.floor-info.floor-info-2{
  padding: 0;
  width: 100%;
}
.floor-info.floor-info-2 .icon-restroom-male-female {
  margin-right: 15px;
}
.floor-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  text-align: right;
}
.floor-icon span {
  width: 24px;
  display: inline-block;
  margin: 0 2px;
}
.floor-icon .hide {
  opacity: 0;
}
.floor-guide-icon-note {
  width: 100%;
  font-size: 13px;
  letter-spacing: 0.63px;
  color: #969799;
}
.floor-num-small {
  font-size: 11px;
  text-align: center;
  width: 18px;
  display: inline-block;
  color: #231916;
  font-weight: bold;
  margin-left: 2px;
}
.floor-num-big {
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
.floor-guide-info span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.floor-info-thin {
  color: #7c7e80;
  margin-left: 15px;
}
.floor-address {
  padding: 30px 0 20px;
}
.floor-address.pb-0 {
  padding-bottom: 0;
}
.floor-address.no-padding-top {
  padding-top: 0;
}
.floor-address-content {
  line-height: 1.7;
  letter-spacing: 1.6px;
}
.img-box {;
  margin-top: 33px;
  border-radius: 2px;
}
.floor-address-loc .img-box {
  margin: 33px 0 50px 0;
}
.placeholder.placeholder-300 {
  height: 299px;
  margin-top: 0;
}
.icon-train {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  margin-right: 10px;
}
.floor-address-link {
  display: inline-block;
  margin-top: 20px;
  font-size: 15px;
  letter-spacing: 1.88px;
}
img.linkarrow {
  width: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 3px;
}
.icon-dog img {
  width: 24px;
}
.floor-info img.linkarrow {
  margin-left: 10px;
}
.map-note {
  font-size: 13.5px;
  line-height: 1.5;
  letter-spacing: 1.8px;
  margin-top: 25px;
}
.inns td.business-table-content.text-left {
  font-size: 14px;
  letter-spacing: 1.75px;
  padding: 9.5px 13px;
}
.table.inns td {
  vertical-align: middle;
}
.container-grey-content {
  margin-top: 22px;
  line-height: 1.6;
  letter-spacing: 1.6px;
}
col.col-inns-1 {
  width: 168px;
}
col.col-inns-2 {
  width: 258px;
}
col.col-inns-3 {
  width: 324px;
}
.font-11 {
  font-size: 13.5px;
}
.subtitle-18.subtitle-border-left.mt-10 {
  margin-top: 10px;
  display: inline-block;
}

/*ABOUT*/
.about-banner {
  z-index: 2;
  position: relative;
}
.about-banner-overlay img {
  width: 100%;
}
.about-banner-overlay img {
  width: 100%;
}
.about-below-banner {
  color: #e0e3e6;
}
.title2 .text-down {
  flex-direction: column;
  width: 30px;
  font-size: 22px;
  line-height: 1.3;
  margin-right: 15px;
  margin-top: 4px;
}
.title2 .text-down:first-child {
  margin-right: 0;
}
.about-banner-content {
  position: absolute;
  left: 2px;
  top: 53px;
  margin: 0 auto;
  width: 100%;
}
h2.flex.title2 img {
  width: 245px;
}
.page-template-tpl-about section#breadcumbs {
  display: none;
}
.subtitle-18-white {
  font-size: 18px;
  letter-spacing: 2.4px;
  margin-top: 22px;
  color: #fff;
}
.about-content {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 1.6px;
  background: #19191a;
  color: #fff;
  padding: 0 0 60px;
  position: relative;
}
.about-content p {
  line-height: 1.7;
  letter-spacing: 1.6px;
  margin-bottom: 20px;
}
.about-banner-overlay{
  line-height: 0.85;
}
.about-section .about-section-desc{
  padding: 0 40px 0 30px;
  box-sizing: border-box;
}
.about-section .about-section-desc-right {
  padding: 70px 30px 0 40px;
  box-sizing: border-box;
}
.about-p {
  margin-top: 27px;
  line-height: 1.7;
  letter-spacing: 1.6px;
  margin-bottom: 30px;
}
.about-3-subtitle {
  margin-top: 20px;
}
.about-section .about-img-right {
  padding-left: 15px;
  padding-right: 0;
  box-sizing: border-box;
  margin-top: -150px;
}
.about-section .about-img-left {
  padding-right: 15px;
  box-sizing: border-box;
  padding-left: 0;
}
.triangle-divide{
  position: relative;
}
.triangle-divider:before {
  width: 130%;
  height: 300px;
  background: #19191a;
  transform: rotate(11.3deg);
  margin-top: -51px;
  position: absolute;
  z-index: 1;
  content: '';
}
.about-section {
  padding: 205px 0 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.about-section-2{
  padding-top: 110px;
  padding-bottom: 115px;
}
.about-section-bg-overlay {
  background: url(https://www.matsuya.com/wp-content/uploads/2020/04/mg-pattern.png);
  position: absolute;
  background-attachment: fixed;
  left: 0;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 0;
  background-size: 60%;
}
.about-section .about-img-right img{
  position: relative;
  z-index: 1;
}
.about-section-content {
  position: relative;
}
.triangle-divider-white {
  width: 130%;
  height: 1000px;
  background: #ffffff;
  transform: rotate(-11deg);
  margin-top: -150px;
  position: absolute;
  z-index: 0;
  top: 204px;
}
.about-section-desc {
  position: relative;
  z-index: 1;
}
.about-section-layout2 {
  background: url(https://www.matsuya.com/wp-content/uploads/2020/04/matsuyadesign.jpg);
  color: #fff;
  padding: 105px 0 88px 0;
  position: relative;
  background-size: cover;
}
.about-section-layout2:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 0;
  content: '';
}
.about-section-layout2 .row {
  z-index: 1;
  position: relative;
}
.about-section-layout3 {
  padding: 90px 0 0;
}
.about-section-layout3 .col-md-6 {
  padding: 0px 40px 20px 30px;
  box-sizing: border-box;
  border-right: 1px solid #d8d8d8;
}
.about-section-layout3 .col-md-6:last-child{
  border-right: 0;
  padding: 0px 30px 20px 40px;
}
.about-section-layout2 img.about-img {
  margin-bottom: 20px;
}

/*DISCOVER / WATCH*/
.archive-wrapper {
  margin-top: 70px;
  padding: 70px 0 50px 0;
}
.title-3 span {
  text-orientation: upright;
  writing-mode: vertical-rl;
  font-size: 14px;
  vertical-align: top;
}
.discover-p {
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: 2.16px;
  color: #969799;
  margin-left: 20px;
}
.title-3 {
  vertical-align: top;
  align-items: flex-start;
  line-height: 1;
  font-weight: 500;
}

.title-3-big img {
  width: 150px;
}

img.discover-matsuya {
  margin-right: 8px;
}

/*ARCHIVE - START*/
/*SEARCH TAG*/
ul#menu-search-tag {
  margin-top: 23px;
  margin-bottom: 60px;
}
#menu-search-tag li {
  display: inline-block;
}
#menu-search-tag li a {
  color: #19191a;
  font-weight: 500;
  width: 94px;
  height: 40px;
  border-radius: 1px;
  box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, 0.1);
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  margin-right: 15px;
  display: block;
  padding: 0;
}
#menu-search-tag li.current_page_item a, #menu-search-tag li a:hover{
  background: #000;
  color: #fff;
}

/*SEARCH FILTER*/
.searchbox-filter {
  border: solid 2px #edebeb;
  background-color: #ffffff;
  padding: 35px 60px;
  margin-bottom: 40px;
}
.searchbox-filter-d-wrapper {
  margin-top: 30px;
}
.searchbox-filter-title {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: -0.12px;
}
.searchbox-filter-more-content {
  display: inline;
}
.searchbox-filter-dropdown {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1px;
  width: 200px;
  border: none;
  border-bottom: solid 2px #d8d8d8;
  padding-bottom: 7px;
  position: relative;
  margin-right: 15px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 10px 15px 5px 5px;
  background: url(https://www.matsuya.com/wp-content/uploads/2020/04/arrow-dropdown.svg) no-repeat 94% center;
  height: 40px;
  outline: none;
}
.searchbox-filter-keyword {
  font-weight: 500;
  width: 340px;
  border: solid 2px #d8d8d8;
  padding: 7px 15px;
  font-size: 16px;
  height: 40px;
  margin-left: 20px;
  float: right;
}
.searchbox-filter-button {
  width: 92px;
  height: 35px;
  background-color: #19191a;
  border: 2px solid #000;
  color: #Fff;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 14px;
  display: block;
  margin-top: 30px;
  cursor: pointer;
  -webkit-transition: 0.12s all ease-in;
-moz-transition: 0.12s all ease-in;
-o-transition: 0.12s all ease-in;
transition: 0.12s all ease-in;
}
.searchbox-filter-button:hover{
  background-color: #fff;
  color: #19191a;
  -webkit-transition: 0.12s all ease-in;
-moz-transition: 0.12s all ease-in;
-o-transition: 0.12s all ease-in;
transition: 0.12s all ease-in;
}

/*ARCHIVE CARD*/
.archive-section{
  display: -webkit-box; 
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
  flex-wrap: wrap;
}
.archive-card {
  box-shadow: 5px 5px 10px 0 rgba(25, 25, 26, 0.1);
  background-color: #ffffff;
  width: calc(50% - 15px);
  display: inline-block;
  padding: 15px;
  margin-bottom:40px;
  line-height: 1;
  height: 245px;
  -webkit-transition: 0.12s all ease-in;
-moz-transition: 0.12s all ease-in;
-o-transition: 0.12s all ease-in;
transition: 0.12s all ease-in;
  position: relative;
  color: #19191a;
  box-sizing: border-box;
}
.archive-card:hover, a.archive-card.mg-fade-in:hover {
  box-shadow: 20px 20px 30px 0 rgba(25, 25, 26, 0.1);
  -webkit-transition: 0.12s all ease-in;
-moz-transition: 0.12s all ease-in;
-o-transition: 0.12s all ease-in;
transition: 0.12s all ease-in;
  border-bottom: none;
  transition-delay: unset !important;
}
.archive-card:nth-child(odd) {
  margin-right: 15px;
}
.archive-card:nth-child(even) {
  margin-left: 15px;
}
.archive-card-date {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  color: #969799;
  margin-bottom: 10px;
}
.archive-thumbnail {
  width: 215px;
  height: 215px;
  display: inline-block;
  background: #e6e6e6;
  margin-right: 17px;
}
.archive-right-content {
  display: inline-block;
  width: calc(100% - 240px);
  vertical-align: top;
}
.archive-card-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1.6px;
  margin-top: 5px;
  margin-bottom: 20px;
}
.archive-floor {
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 1.6px;
  margin-top: 15px;
}
.genre-title {
  font-size: 12px;
  letter-spacing: -0.08px;
  font-weight: bold;
  margin-left: 7px;
}
.main-floor {
  font-size: 32px;
}
.num-floor{
  margin-right: 3px;
}
.label-floor {
  font-size: 8px;
}
.title-floor {
  margin-left: 5px;
  line-height: 1.3;
}
.genre-color {
  width: 20px;
  height: 20px;
  background: #f7db03;
  display: inline-block;
  vertical-align: middle;
  border: 3px solid #f7bc10;
}
.genre-campaign{
  background: #f7db03;
  border-color: #f7bc10;
}
.genre-exhibition{
  background: #6cc1a9;
  border-color: #f5d818;
}
.genre-limited-shop{
  background: #81d8d5;
  border-color: #41adf7;
}
.genre-new-item{
  background: #f7db03;
  border-color: #930c5a;
}
.genre-new-shop{
  background: #930c5a;
  border-color: #f7db03;
}
.genre-workshop {
  background: #f7db03;
  border-color: #41adf7;
}
.genre-online-store {
  border-color: #41adf7;
  background: #e60088;
}
.genre-sale{
  background: #e83c42;
  border-color: #ee8f21;
}
.genre-other{
  background: #e60088;
  border-color: #930c5a;
}
.badge {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
  background: transparent;
  z-index: 1;
}
.badge-bg {
  width: 90px;
  height: 90px;
  position: absolute;
  background-size: cover;
}
.badge-text {
  color: #fff;
  position: absolute;
  transform: rotate(-45deg);
  font-size: 14px;
  letter-spacing: -0.09px;
  font-weight: bold;
  left: 2px;
  top: 22.5px;
}
.badge-gray .badge-bg {
  background-image: url(images/end-pc.png);
}
.badge-gold .badge-bg {
  background-image: url(images/notice-pc.png);
}
.badge-black .badge-bg {
  background-image: url(images/near-end-pc.png);
}
.badge-no-badge .badge-bg {
  border: none;
}
.badge-gray .badge-text, .badge-gold .badge-text {
  left: 16px;
}


/*ARCHIVE EVENT*/
.display-in-pc-archive-event {
  display: block;
}
.display-in-mobile-archive-event {
  display: none;
}
.flag-1-sliders {
  border-top: 1px solid #19191a;
  position: relative;
}
.flag-1-left-content {
  position: relative;
}
.flag-1-pagination {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 15px;
}
.flag-1-pagination li {
  min-width: 35px;
  height: 35px;
  border: 1px solid #19191a;
  text-align: center;
  line-height: 35px;
  padding: 0 10px;
  box-sizing: border-box;
  margin-left: 5px;
  margin-top: -1px;
}
.flag-1-pagination li.active {
  background: #19191a;
  color: #fff !important;
}
.flag-1-pagination li.active span{
  letter-spacing: 2.25px;
  margin-right: 10px;
}
.flag-1-right-content {
  margin-left: 67px;
  margin-top: 50px;
}
.flag-1-right-content .main-floor {
  font-size: 48px;
}
.flag-1-right-content .label-floor {
  font-size: 14px;
  margin-left: 6px;
}
.flag-1-right-content .title-floor {
  margin-top: 0px;
  margin-left: 8px;
  margin-right: 0;
  width: auto;
  /*height: 27px;*/
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.8px;
  color: #333333;
}
.flag-1-card-title {
  /* margin-top: 22px; */
  margin-bottom: 21.4px;
  width: 407px;
  min-height: 33.6px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.55;
  letter-spacing: 1.2px;
  color: #19191a;
}
.flag-1-right-content .event-date {
  margin-bottom: 15px;
  /*height: 21px;*/
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.62;
  letter-spacing: 0.6px;
  color: #969799;
}
.flag-1-right-content .genre {
  margin-bottom: 30px;
}
.flag-1-right-content .genre .genre-color {
  width: 30px;
  height: 30px;
}
.flag-1-right-content .genre .genre-title {
  width: 123px;
  height: 12px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.75;
  letter-spacing: -0.11px;
  color: #19191a;
}
.flag-1-right-content .btn-white {
  width: 200px;
}
.main-floor.floor-1f:before {
  content: '\e91a';
  font-family: 'matsuya-font';
  margin-right: 5px;
}
.main-floor.floor-2f:before {
  content: '\e91b';
  font-family: 'matsuya-font';
  margin-right: 5px;
}
.main-floor.floor-3f:before {
  content: '\e91c';
  font-family: 'matsuya-font';
  margin-right: 5px;
}
.main-floor.floor-4f:before{
  content: '\e91d';
  font-family: 'matsuya-font';
  margin-right: 5px;
}
.main-floor.floor-5f:before {
  content: '\e91e';
  font-family: 'matsuya-font';
  margin-right: 5px;
}
.main-floor.floor-6f:before{
  content: '\e91f';
  font-family: 'matsuya-font';
  margin-right: 5px;
}
.main-floor.floor-7f:before{
  content: '\e920';
  font-family: 'matsuya-font';
  margin-right: 5px;
}
.main-floor.floor-8f:before{
  content: '\e921';
  margin-right: 5px;
  font-family: 'matsuya-font';
}
.main-floor.floor-b1f:before{
  content: '\e922';
  font-family: 'matsuya-font';
  margin-right: 5px;
}
.main-floor.floor-b2f:before {
  content: '\e923';
  font-family: 'matsuya-font';
  margin-right: 5px;
}
.main-floor.floor-roof:before{
   content: '\e924';
  font-family: 'matsuya-font';
  margin-right: 5px;
}
/*ARCHIVE - END*/

/*WEB CATALOG*/

.web-catalog-section {
  background-color: #f8f6f6;
  padding: 40px 0 110px 0;
}
.web-catalog-wrapper {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.web-catalog-card {
  width: 255px;
  color: #19191a;
  outline: none;
}
.web-catalog-card:hover{
  color: #bd7f13;
  border: none;
}
.web-catalog-thumbnail {
  width: 203px;
  height: auto;
  line-height: 0.9;
  margin: 0 20px 30px 30px;
  box-shadow: 5px 5px 10px 0 rgba(25, 25, 26, 0.1);
}
.web-catalog-label {
  font-weight: bold;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 1.6px;
}
.web-catalog-label img {
  width: 15px;
  margin-left: 4px;
}

/*SINGLE PAGE - EVENT*/
.events-single-notice {
  font-size: 13.5px;
  line-height: 1.5;
  letter-spacing: 1.8px;
  background: #f8f6f6;
  padding: 10px 0 10px 0;
}
.notice-details-line {
  padding: 6px 15px;
  -webkit-transition: 0.12s all ease-in;
-moz-transition: 0.12s all ease-in;
-o-transition: 0.12s all ease-in;
transition: 0.12s all ease-in;
}
.notice-details-line:hover {
  background: #edebeb;
  -webkit-transition: 0.12s all ease-in;
-moz-transition: 0.12s all ease-in;
-o-transition: 0.12s all ease-in;
transition: 0.12s all ease-in;
}
.notice-label {
  font-weight: bold;
  width: 75px;
  padding-top: 5px;
}
.notice-details {
  width: calc(100% - 75px);
}
.notice-date {
  width: 150px;
}
.notice-title {
  width: calc(100% - 150px);
}
.single-event .underline-for-title-short {
  margin-bottom: 40px;
}
/*.events-single-details-top > * {
  margin-bottom: 8px;
}*/
.events-single-details-top {
  margin-bottom: 15px;
}
.events-single-thumbnail {
  line-height: 1;
  position: relative;
  height: calc(100vw * 0.34895833);
}
.events-single-thumbnail .related-img {
  width: 100%;
  height: 100%;
}
.events-single-details {
    width: 63.541667vw;
    padding: 15px 80px 25px 70px;
    margin-top: -8vw;
    background: #fff;
    z-index: 100;
    position: relative;
    max-width: 915px;
}
.events-single-floor-info {
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 1.6px;
  margin-left: 10px;
  margin-right: 20px;
}
.events-single-floor-num {
  font-size: 39px;
}
.events-single-floor-label {
  font-size: 45px;
  line-height: 1;
}
.events-single-genre-color.genre-color, .flag-1.genre-color {
  width: 30px;
  height: 30px;
  border-width: 4px;
}
.events-single-genre-title.genre-title {
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.11px;
  margin-left: 10px;
  margin-right: 20px;
}
.events-single-cat {
  line-height: 1.3;
  letter-spacing: -0.11px;
  color: #969799;
  font-weight: bold;
  font-weight: 500;
}
.events-single-info-1 {
  font-weight: 500;
}
h1.events-single-title {
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 20px;
  line-height: 1.6;
  letter-spacing: 2.55px;
}
.events-single-details-date {
  line-height: 1.4;
  font-size: 15px;
}
.events-single-date {
  font-weight: 500;
  letter-spacing: 0.58px;
}
span.date-divider {
  padding: 0 10px;
}
.events-single-details-bot {
  font-weight: 500;
  font-size: 13px;
  line-height: 1.62;
  letter-spacing: 0.5px;
  color: #969799;
  margin-top: 10px;
}
.event-badge.badge{
  width: 180px;
  height: 180px;
}
.event-badge-text.badge-text {
  font-size: 26px;
  top: 55px;
  left: 15px;
}
.event-badge-bg.badge-bg {
  width: 12.5vw;
  height: 12.5vw;
  max-width: 180px;
  max-height: 180px;
}
.event-badge-text.badge-text {
  font-size: 26px;
}
.badge-gold .event-badge-text.badge-text,.badge-gray .event-badge-text.badge-text {
  left: 40px;
}
.es1-left-content {
  width: 650px;
  max-width: 100%;
}
.es1-right-content {
  width: calc(100% - 650px);
  padding-left: 80px;
  padding-top: 35px;
}
.events-single-section-1 {
  background: #f8f6f6;
  padding-bottom: 75px;
  padding-top: 45px;
}
.es1-title {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1.8px;
  margin-bottom: 15px;
}
.es1-desc {
  line-height: 2;
  letter-spacing: 1.6px;
  margin-bottom: 30px;
  white-space: pre-line;
}
.es1-links a {
  font-weight: bold;
  letter-spacing: 2px;
  margin-right: 35px;
}
.es1-links a img {
    width: 20px;
    transform: rotate(90deg);
    margin-left: 10px;
    vertical-align: middle;
    margin-top: -2px;
}
.es1-right-content img {
  transform: rotate(-345deg);
  max-width: none;
}
.events-single-section-2 {
  background: #0c3836;
  color: #Fff;
  font-size: 13.5px;
  line-height: 1.5;
  letter-spacing: 1.8px;
  padding: 110px 0 70px 0;
}
.es2-images-wrapper {
  margin: 0 -15px;
  width:100%;
}
.es2-image {
  margin-bottom: 40px;
  flex: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.es2-image img {
  width: 100%;
}
.es-img-large {
  width: 100%;
}
.es2-label.es2-label-black {
  color: #000;
}
.es2-label.es2-label-white {
  color: #fff;
}
.es2-image-large {
  width: 100%;
}
.es2-image.es2-image-medium {
  max-width: 50%;
  width: 50%;
}
.es2-image.es2-image-small {
  width: 33.33%;
  max-width: 33.33%;
}
.events-single-section-3 {
  padding: 55px 0;
  position: relative;
  overflow: hidden;
  background: url(images/dots.png);
}
.es3-author img {
  width: 240px;
  height: auto;
}
.es3-author .es3-author-details {
  width: calc(100% - 240px);
  padding-left: 30px;
  padding-top: 22px;
  max-width: 100%;
  padding-bottom: 22px;
}
.es3-author-details.es3-author-no-image {
  width: 100%;
  padding-left: 15px;
  padding-bottom: 22px;
}
.es3-author {
  padding: 12px 30px 12px 12px;
  border: 1px solid #edebeb;
  background: #fff;
}
.es3-name-1 {
  letter-spacing: 2.2px;
  font-weight: bold;
  font-size: 22px;
}
.es3-name-2 {
  font-size: 16px;
  letter-spacing: 1.6px;
  color: #aeb0b3;
  margin-left: 15px;
}
.es3-author-desc {
  border-top: 1px solid #19191a;
  white-space: pre-line;
}
.es3-author-desc {
  border-top: 1px solid #19191a;
  line-height: 1.7;
  letter-spacing: 1.6px;
  color: #19191a;
  padding-top: 7px;
  margin-top: 10px;
}
.es3-btn-group .btn-white {
  width: auto;
  padding-left: 43px;
  padding-right: 43px;
  margin-right: 30px;
  margin-top: 35px;
  letter-spacing: 2px;
}
.events-single-padding {
  padding: 58px 0 17px 0;
}
.es5-table {
  border: solid 2px #edebeb;
  background-color: #f8f6f6;
  padding: 22px 30px 27px 30px;
  line-height: 1.7;
  letter-spacing: 1.6px;
}
.es5-table>div {
  margin-bottom: 13px;
}
.es5-table>div:last-child {
  margin-bottom: 0px;
}
.es5-table-label {
  font-weight: bold;
  width: 95px;
}
.es5-table-value {
  width: calc(100% - 95px);
}
.es6-row {
  margin-bottom: 70px;
}
.es6-row:last-child {
  margin-bottom: 0;
}
.es6-thumbnail {
  width: 295px; 
  line-height: 1;
}
.es6-thumbnail img {
  width: 100%;
}
.es6-desc, .es7-menu-desc {
  width: calc(100% - 295px);
  padding-left: 30px;
  margin-top: -5px;
}
.es6-desc{
  white-space: pre-line;
}
.fullwidth .es6-desc {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  padding-left: 0;
}
.es7-menu {
  margin-top: 40px;
  align-items: flex-start;
}
.es7-menu img {
  width: 295px;
}
.es7-menu-desc{
  margin-bottom: 40px;
}
.es7-menu-detail a {
  margin-top: 20px;
}
.es7-menu.flex img {
  width: 295px;
}
.es7-menu-title {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1.8px;
  font-size: 18px;
  white-space: pre-line;
}
.es7-menu-price {
  margin: 8px 0;
  border-bottom: 1px solid #edebeb;
  padding-bottom: 10px;
}
.es7-menu-detail {
  font-size: 13.5px;
  line-height: 1.5;
  letter-spacing: 1.35px;
  white-space: pre-line;
}
.es8-desc {
  white-space: pre-line;
  margin-bottom: 18px;
}
.events-single-section-7 p {
  white-space: pre-line;
}
table.table.table-events-single {
  margin-bottom: 30px;
}
table.table.table-events-single tr td {
  width: 20%;
  padding: 18px 15px;
}
table.table.table-events-single tr td.es4-table-header {
  border: solid 2px #d8d8d8;
  background-color: #f8f6f6;
  padding: 10px 15px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1.4px;
}
table.table.table-events-single tr td.es4-table-header.es4-value{
  padding: 18px 15px;
}
.event-single-share.text-center {
  margin-top: 36px;
}
.event-single-share > .container > * {
  display: inline-block;
  vertical-align: middle;
}
.event-single-share > .container > a {
  margin-left: 25px;
}
.event-single-share > .container > span {
  margin-right: 6px;
  line-height: 1.7;
  letter-spacing: 1.6px;
  margin-top: -5px;
}
/*SINGLE PAGE EVENT*/

/*style only - place on bottom*/
article a:hover {
  border-bottom: none;
}



/*new information post*/
.placename {
  color: #969799;
  line-height: 1;
}
.new-info-desc {
  font-size: 13.5px;
}
.new-info-s1 .row {
  margin-top: 40px;
}
.new-info-card-title {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.8px;
}
.new-info-card-title {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.8px;
  margin: 7px 0 5px;
}
.desc.new-info-price {
  border-bottom: 2px solid #edebeb;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.new-info-desc p {
  line-height: 1.5;
  letter-spacing: 1.35px;
}
.new-info-desc a:hover {
  text-decoration: underline;
}
.new-info-desc a::after {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(images/linkarrow.png) no-repeat center;
  background-size: 16px;
  vertical-align: text-bottom;
}
.new-info-desc a[target=_blank]::after {
  background: url(images/newtab.png) no-repeat center;
  background-size: 12px;
}
aside.desc.header1-desc a {
  position: relative;
  padding-right: 20px;
}
.new-info-img-newtab {
  background: url(images/linkarrow.svg) center bottom;
  width: 17px;
  height: 17px;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 3px;
}
a[target=_blank] .new-info-img-newtab {
  width: 17px;
  height: 17px;
  background: url(images/newtab.svg) center bottom;
  background-size: cover;
}
img.n-child-img.n-new-tab {
  width: 15px;
  vertical-align: middle;
}
.restaurant-archive-list-p{
  margin-bottom: 35px;
}
.bd-section-1-note {
  line-height: 1.5;
  letter-spacing: 1px;
  font-size: 13.5px;
}
.archive-restaurant-view-more {
    margin-top: 5px;
    line-height: 1.7;
    letter-spacing: 1.6px;
    display: inline-block;
}
.dots-overlay {
  position: absolute;
  height: 100%;
  width: 150%;
  left: -25%;
  transform: translateY(50%) rotateZ(-11deg);
}
.dots-img {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
}
.s3-overlay {
  content: '';
  background: #fff;
  position: absolute;
  width: 150%;
  height: 100%;
  left: -25%;
  transform: translateY(-53%) rotateZ(-11deg);
}
.web-catalog-card:nth-child(n+5) {
  margin-top: 20px;
}
.notice-archive-images {
  justify-content: space-between;
}
.mg-notice-a-large {
  width: 100%;
}
.mg-notice-a-medium {
  width: calc(50% - 7.5px);
}
.notice-archive-images img {
  width: 100%;
}
.mg-notice-a-small {
  width: calc(33.33% - 10px);
}
.mg-row.mg-detail-type04.mg-right {
  flex-direction: row-reverse;
}
.n-privacy-table th {
  background: #f8f6f6;
}
.mg-search-form input[type="text"] {
  border: solid 2px #d8d8d8;
}
.mg-keyboard li{
  -webkit-transition: 0.12s all ease-in;
-moz-transition: 0.12s all ease-in;
-o-transition: 0.12s all ease-in;
transition: 0.12s all ease-in;
}
.mg-keyboard li:hover {
  background: #000;
  color: #fff;
  -webkit-transition: 0.12s all ease-in;
-moz-transition: 0.12s all ease-in;
-o-transition: 0.12s all ease-in;
transition: 0.12s all ease-in;
}
.events-single-nos1 {
  height: 100px;
}
.ni-tab-title{
  margin-top: 45px;
}
.n-bg-custom {
    background: #f8f6f6;
}
.n-bg-custom img.n-child-img.n-new-tab {
    width: 24px;
}
.align-middle{
  vertical-align: middle;
}
.n-child-note-custom{
  letter-spacing: 2px;
}
.tab-container .bd-hr-seperator--grey:last-child {
    display: none;
}
article>section:last-child {
    margin-bottom: 0px;
}
.tab-container.tab-active > *:last-child {
    margin-bottom: 0;
}
.tab-container .bd-left-right-contents:last-child [class^="container"]:last-child {
    margin-bottom: 0;
}
.flag-1-left-content {
    max-width: 60%;
}
.flag-1-thumbnail img {
    max-width: 100%;
}
.flag-1-right-content{
     max-width: calc(40% - 40px);
}
.flag-1-left-content, .flag-1-thumbnail img{
  height: auto;
}
.bd-list-of-restaurants.bd-list-of-restaurants-last .col-md-4:nth-last-child(-n+3) {
    margin-bottom: 0;
}
.discover-page .archive-wrapper {
    padding-bottom: 50px;
}
input[type="text"], select {
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
}
.clear{
  clear: both;
}
h1.title.text-left.nm-top {
    text-align: left;
    margin-top: 0;
}
.ml-0{
  margin-left: 0;
}
.kidspage {
    margin-top: 64px;
}

.event-copyright {
    position: absolute;
    bottom: 0;
    font-size: 10px;
    color: #fff;
    background: rgba(0,0,0,0.25);
    padding: 2.5px 10px;
    line-height: 1.2;
    letter-spacing: -0.5px;
    z-index: 1;
    max-width: 27.777778vw;
}
.flag-1-sliders .event-copyright {
    right: 0;
}
.events-single-thumbnail .event-copyright {
    right: 0;
}
.text-center.js-search-btn.js-search-active{
  margin-top: 40px;
}
/*.page-template-tpl-shop-brand-search .text-center.mg-mt40, .page-template-tpl-shop-brand-search-category .text-center.mg-mt40,
.page-template-tpl-shop-brand-search-index-kana .text-center.mg-mt40{
    margin-top: 0;
}
.page-template-tpl-shop-brand-search .text-center.mg-mt40:first-of-type, .page-template-tpl-shop-brand-search-category .text-center.mg-mt40:first-of-type,
.page-template-tpl-shop-brand-search-index-kana .text-center.mg-mt40:first-of-type{
    margin-top: 40px;
}*/
.slider-event-card .event-copyright {
    margin-bottom: -30px;
}
/*section#breadcumbs {
    position: relative;
    z-index: -1;
}*/
.events-single-thumbnail-bg {
    position: relative;
    overflow: hidden;
}
.events-single-thumbnail-overlay {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.05);
    position: absolute;
        width: calc(100% + 20px);
    height: calc(100% + 20px);
    left: -10px;
    top: -10px;
    /* display: none; */
}
.notice-single-section-wrapper a {
    color: #bd7f13;
    padding-bottom: 2px;
}
.notice-single-section-wrapper a:hover {
    border-bottom: 1px solid #bd7f13;
}
.notice-single-section-wrapper a.mg-anchor-right:hover {
  border-bottom: none;
}
.n-mg-golf img{
  width: 142px;
}
.notice-single-section-wrapper a.btn-white {
    color: #000;
}
.notice-single-section-wrapper a.btn-white:hover {
    color: #fff;
    border: solid 2px #000;
}
.mg-td {
    white-space: pre-wrap;
}
ul.tabs.tabs-flex-auto>.tab-switcher {
    flex: none;
    width: max-content !important;
}
.archive-section:last-of-type {
  margin-bottom: 20px;
}
.grey-bg{
  background: #f8f6f6;
    z-index: auto;
}
.clr-brown {
    color: #bd7f13;
    border-bottom: 1px solid transparent;
}
.genre-wrapper-other {
    display: none;
}
span.icon-stairs {
    width: 24px;
}
li.item-parent-bread-in-store, li.separator-parent-bread-in-store {
    display: none;
}


/*form*/
form.n-contact-form input {
    width: 100%;
    height: 45px;
    border: solid 2px #d8d8d8;
    box-sizing: border-box;
    padding: 10px;
}
span.n-form-control-error {
    object-fit: contain;
    font-size: 13.5px;
    line-height: 1.5;
    letter-spacing: 1.35px;
    color: #dd0000;
    display: block;
    margin-top: 5px;
    width: 100%;
}
form .n-input-multicol > input {
    width: 150px;
    margin-right: 15px;
    max-width: calc(33% - 30px);
    display: inline-block;
}
.n-searchbox-filter-dropdown-1.n-searchbox-filter-dropdown-2{
  font-size: 13.3333px;
  width: 150px;
  letter-spacing: normal;
}

/*addon*/
a.es6-btn.btn-white[target="_blank"] span, a.btn-white[target="_blank"] span {
    position: relative;
    padding-right: 20px;
}

a.es6-btn.btn-white[target="_blank"] span:after, a.btn-white[target="_blank"] span:after {
    background: url(https://www.matsuya.com/wp-content/uploads/2020/04/newtab.png) center center no-repeat;
    background-size: 16px;
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
}
.event-single-share{
    margin-bottom: 110px;
}
.events-single-tag {
    background: #f8f6f6;
    padding-top: 70px;
}
.mg-list-text-type05 .sb-col li {
    width: 100%;
}
.mg-list-text-type05 .sb-col {
    width: calc(100% / 3);
}

/*addon*/

.page-template-tpl-search div#ss-main.css3 #ss-form fieldset.ss-category-field input[type=checkbox]:checked + label::after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #f3f3f3;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    margin-top: -7px;
    left: 6.5px;
}
div#ss-main.css3 #ss-form fieldset.ss-category-field input[type=checkbox]:checked + label:before {
    background: #000;
    border: 2px solid #000000;
}
div#ss-main.css3 #ss-form fieldset.ss-category-field input[type=checkbox] + label::before {
    background: #fff;
    height: 17px;
    width: 17px;
}
.form-label-searchpage {
    display: inline-block;
    float: left;
    margin-right: 5px;
}
.page-template-tpl-search #ss-form div.ss-categories {
    margin-top: 15px;
    display: inline-block;
    vertical-align: middle;
}
span#ss-total-hits {
    display: inline-block;
    margin-top: 20px;
    float: none;
}
.page-template-tpl-search #ss-form div.ss-categories fieldset.ss-category-field {
    vertical-align: middle;
    margin: 0;
}
.page-template-tpl-search div#ss-result div.ss-item div.ss-page .ss-title a{
  margin-top: 15px;
}
.ss-pagination > * {
    font-family: 'Helvetica Neue', 'Arial';
    font-weight: 500;
    font-size: 18px;
}
div.ss-pagination {
    position: relative;
    top: 20px;
    margin-bottom: 40px;
    clear: left;
    text-align: center;
}
.page-template-tpl-search #container {
    overflow: visible;
} 
.page-template-tpl-search  div#ss-result {
    padding-left: 7px;
    padding-left: 0;
}
div#ss-result div.ss-item div.ss-page .ss-summary{
  line-height: 1.7;
}

a.mg-anchor-right.no-arrow:after {
    display: none;
}
.page-numbers.next {
    width: 16px;
    height: 16px;
    background: url(https://www.matsuya.com/wp-content/uploads/2020/04/linkarrow.png);
    background-size: contain;
    display: inline-block;
    margin-left: 5px;
  vertical-align: middle;
}
.page-numbers.prev {
    width: 16px;
    height: 16px;
    background: url(https://www.matsuya.com/wp-content/uploads/2020/04/linkarrow.png);
    background-size: contain;
    display: inline-block;
    margin-left: 5px;
    transform: rotate(180deg);
  vertical-align: middle;
}
div.ss-pagination span.ss-page.ss-select-page {
    color: #19191a;
    font-weight: 500;
}
div.ss-pagination .ss-page{
  vertical-align: middle;
}
.ginza-main-visual-cont {
    display: flex;
}
* {
    word-break: break-all;
}


/*new events*/
.es24-image-flex{
  align-items: flex-start;
  margin-top: -20px;
  margin-right: -15px;
  margin-bottom: -20px;
  margin-left: -15px;
}

.es24-image-flex>div{
  padding-top: 20px;
  padding-right: 15px;
  padding-bottom: 20px;
  padding-left: 15px;
}
.es24-image .subtitle-18.subtitle-border-left {
    margin-top: 0px;
    overflow: hidden;
}

.es24-image .subtitle-18.subtitle-border-left.hidden {
  visibility: hidden;
}
.es24-image-flex p{
  word-break: break-all;
}
.es-24-desc {
    padding: 30px;
    width: 100%;
    margin-top: 40px;
}
.es-24-desc.no-pad {
  padding: 0 !important;
}
.es-24-desc.grey-bg.grey-border {
    border: solid 2px #edebeb;
    width: 100%;
}
.es-24-desc a {
  color: #bd7f13;
}
.es-24-desc a:hover {
  text-decoration: underline;
}
.es-24-desc a::after {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(images/linkarrow.png) no-repeat center;
  background-size: 16px;
  vertical-align: text-bottom;
}
.es-24-desc a[target=_blank]::after {
  background: url(images/newtab.png) no-repeat center;
  background-size: 12px;
}
.es24-image {
    width: 100%;
    align-items: flex-start;
}
.es24-image .btn-white {
    margin-top: 20px;
}
.es24-image.es24-image-half {
    flex: 1 0 50%;
    max-width: 50%;
}
.es24-image.es24-image-third {
    flex: 1 0 33.33%;
    max-width: 33.33%;
}
.es24-image.es24-image-full-half > img {
  width: 375px;
  margin-right: 30px;
}
.es24-image.es24-image-full-half .es24-content {
  flex: 1 0 calc(100% - 405px);
  width: calc(100% - 405px);
}
.es24-image.es24-image-small img {
    width: 25%;
    margin-right: 30px;
}
.es24-image.es24-image-small .es24-content {
  flex: 1 0 calc(75% - 30px);
  width: calc(75% - 30px);
}
table.es24-table{
  margin-top: 40px;
  margin-bottom: 0;
}
.s24-after-table-desc{
  margin-top: 30px;
}
.subtitle-border-left {
    flex: 0 0 100%;
    max-width: 100%; 
    margin-top: 45px;
}
.es24-image.es24-image-full-half .es24-label, 
.es24-image.es24-image-full .es24-label, 
.es24-image-half .es24-label, 
.es24-image-third .es24-label {
    margin-top: 7px;
}

.es24-image-full-half .subtitle-18.subtitle-border-left {
    width: 100%;
}

.container-945 > .es-24-desc {
    margin-bottom: 45px;
}

ul.ft-links {
  display: flex;
  flex-wrap: wrap;
}

.event-list-29 {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.event-list-29 li {
  flex: 0 0 100%;
  max-width: 100%;
  list-style: disc;
  list-style-position: inside;
  padding-left: 38px;
  padding-right: 15px;
  text-indent: -23px;
}

.subtitle-18.is-event-list-29 {
  margin-bottom: 0;
}

.event-video-30 {
  display: flex;
  flex-wrap: wrap;
  margin: -20px -15px;
}

.event-video-30 > div {
  flex: 0 0 100%;
  max-width: 100%;
  padding-top: 20px;
  padding-right: 15px;
  padding-bottom: 20px;
  padding-left: 15px;
}

.event-video-30-iframe {
  position: relative;
  width: 100%;
  height: 257px;
  overflow: hidden;
}

.event-video-30-iframe iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
}

.event-video-30-desc {
  margin-top: 7px;
}

.event-desc-30 {
  margin-bottom: 20px;
}

.event-video-30 .subtitle-border-left {
  margin-top: 0;
}

.new-info-sec6:not(:last-child) {
  margin-bottom: 30px;
}

.new-info-sec6-img {
  margin-bottom: 35px;
}

.new-info-sec6-img img {
  display: block;
  max-width: 100%;
  margin: auto;
}

.new-info-sec6-disc {
  margin-bottom: 35px;
}

.new-info-sec7 {
  display: flex;
  flex-wrap: wrap;
}

.new-info-sec7:not(:last-child) {
  margin-bottom: 40px;
}

.new-info-sec7-img {
  flex: 0 0 100%;
  max-width: 100%;
}

.new-info-sec7-detail {
  flex: 0 0 100%;
  max-width: 100%;
}

.new-info-sec7-img img {
  display: block;
  max-width: 100%;
  margin: auto;
}

.new-info-sec7-title {
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: bolder;
}

.new-info-sec7-link {
  margin-top: 35px;
}

