@charset "utf-8";
/* CSS Document */
.brown2{ color:#614336; }
.orange{ color:#eb711f; }
#menuList{
	width:100%;
	height: 100%;
    padding:83px 0 60px;
	box-sizing: border-box;
	font-size: 4.1vw;
}
#menu li{
    display: block;
	width:90%;
	margin:0 auto;
	text-align: left;
	border-bottom:solid 1px #ccc;
	position: relative;

}
#menu li::before{
    font-family:'marurino';
    color:#eb711f;
    font-size:1.3em;
    padding-right:0.4em;
    padding-top:0.4em;
    position: absolute;
}
#menu ul li a{
/*	width:90%;*/
	display: block;
	color:#000;
    padding:0.6em 0 0.6em 10%;
	font-weight:bold;
	font-size:3.6vw;
    position:relative;
}
#menu ul li a:after{
    font-family:'marurino';
    content:'\e93f';
    display: flex;
    top:0;
    right:0;
    width:1.2em;
    height:100%;
    align-items: center;
    font-size:0.9em;
    color:#ccc;
    position: absolute;
}

#menu ul li a.subMenu:after{
position: absolute;
top: 12%;
content:'+';
color: #fff;
background-color: #ccc;
width: 7vw;
height: 7vw;

text-align: center;
font-size:4vw;
overflow: hidden;
display: inline-grid;
font-weight: bold;
}

#menu ul li a.open:after{
    content:'-';
}

#menu ul li.subMenuArea .sub{
    width:100%;
	padding:0 0 0.8em 0;
}
#menu ul li.subMenuArea h2{
	font-size:3.4vw;
    line-height: 1.3em;
    display: flex;
	font-weight: bold;
}

#menu ul li.subMenuArea h2 > a{
	padding: 0.4em 0;
}

#menu ul li.subMenuArea h2::before{
    font-family:'marurino';
    color:#eb711f;
    font-size:1.5em;
    padding-right:0.5em;
}
#menu ul li.subMenuArea li{
    border:none;
    width:100%;
    padding-left:0.3em;
	display: block;
}
#menu ul li.subMenuArea li a{
    font-size:0.75em;
    padding:0.4em 0 0.4em 10%;
}
#menu ul li.subMenuArea li::before{
    font-size:1.1em;
    color:#614336;
}
#menu ul li.subMenuArea li a:after{
    content:'';
}

#m-top::before{
    content:'\e91d';
}
#m-precious::before{
    content:'\e91e';
    font-size:1.7em;
}
#m-about::before{
    content:'\e91e';
    font-size:1.7em;
}

#m-warranty::before{
    content:'\e964';

}

#m-technique::before{
    content:'\e90c';
}

#m-used::before{
    content:'\e907';
}

#m-oshirase::before{
    content:'\e90d';
}

#m-event::before{
    content:'\e91c';
}

#m-eventlist::before,
#m-eventlist2::before,
#m-eventlist3::before{
    content:'\e91c';
}
.m-eventlist.tokyo::before{
    color:var(--tokyo) !important;
}
.m-eventlist.chubu::before{
    color:var(--chubu) !important;
}
.m-eventlist.kinki::before{
    color:var(--kinki) !important;
}

#m-eventvoice::before{
    content:'\e917';
}

#m-osusume::before{/*h2*/
    content:'\e913';
}
#m-vision::before{
    content:'\e962';
}

#m-use::before{
    content:'\e91a';
}

#m-navi::before{
    content:'\e918';
}
#m-reading::before{
    content:'\e91a';
}
#m-basic::before{
    content:'\e90a';
}
#m-flow::before{
    content:'\e90a';
}
#m-performance::before{
    content:'\e90f';
}
#m-faq::before{
    content:'\e911';
}

#m-case::before{
    content:'\e907';
}

#m-gallery::before{
    content:'\e907';
}

#m-voice::before{
    content:'\e917';
}

#m-office::before{
    content:'\e91f';
}
#m-request::before{
    content:'\e908';
}
#m-contact::before{
    content:'\e92f';
}
#m-construction::before{
  content:"\e912";
}
#m-support::before{
  content:"\e913";
}
#m-seminar::before{
    content:'\e917';
}
#m-story::before{
    content:'\e90c';
}	

#m-movie::before{
    content:'\e92b';
}	

#m-view::before{
    content:'\e963';
}

#m-highspeed::before{
    content:'\e92b';	
}

#m-vr::before{
  width: 11px;
  height: 11px;
    background-image: url(/common/img/icons-vr.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    content:'';
  top:4px;
}

#m-hou::before{
  width: 11px;
  height: 11px;
    background-image: url(/common/img/icons-hou.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    content:'';
  top:4px;
}

#m-zeh::before{
  width: 11px;
  height: 11px;
    background-image: url(/common/img/icons-zeh.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    content:'';
  top:4px;
}

#m-360::before{
    content:'\e963';	
}

#m-grs::before{
  width: 11px;
  height: 11px;
    background-image: url(/common/img/icons-grs.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    content:'';
  top:4px;
}

.displayNone {
    display: none;
}

#menu ul li#m-office{
border-bottom: none;
margin-bottom: 0.5em;	
}

#menu ul > li:last-child{
border-bottom: none;
}

#menu ul li#m-contact,
#menu ul li#m-request{
    width: 44%;
    display: inline-block;
	border-bottom: none;
}

#menu ul li#m-contact::before,
#menu ul li#m-request::before{
content: '';
}

#menu ul li#m-contact a,
#menu ul li#m-request a{
background-color: #2b84d2;
	color: #fff;
	text-align: center;
padding:0.8em 0.6em;	
}

#menu ul li#m-contact a::before,
#menu ul li#m-request a::before{
font-family: 'marurino';
display: inline-block;
font-size: 1.5em;
font-weight: normal !important;
vertical-align: middle;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 0.4em;
}

#menu ul li#m-contact a::before{
	content: "\e91e";	
}
#menu ul li#m-request a::before{
    content: "\e908";	
}


#menu ul li#m-contact  a::after,
#menu ul li#m-request  a::after {
content: '';	
}

#menu .receptBx {
vertical-align: top;
position: relative;
	margin-top: 0.8em;
}


#menu .button-open {
display: block;
margin: 0 auto;
width: 100%;
height: 100%;
background-color: rgba(49, 64, 201, 0);
padding: 0.6em 0 0.4em;
color: #fff;
cursor: pointer;
border: none;
z-index: 1;
position: absolute;
top: 0;
left: 0;
}


#menu .receptBx .eve {
color: #fff;
font-size: 0.9em;
background-color: #e18080;
border: 1px solid #e18080;
line-height: 2em;
padding: 0.6em 0 0.4em;
position: relative;
text-align: center;
margin:  0 20%;	
}

#menu .receptBx .eve:before {
font-size: 1.8em;
content: '\e90b';
vertical-align: middle;
	position: absolute;
    left: 0.4em;	
}

#menu .modal-window {
display: none;	
position: fixed;
position: absolute;
top:28vw;
left: 50%;
transform: translate(-50%, -50%);
width:96%;
background-color: rgba(0,0,0,0.8);
border-radius: 5px;
z-index: 11;
padding: 1rem;
padding: 0.7rem;
height: 25vw;
text-align: center;	
}	

#menu .modal-window > p{
color: #fff;
font-weight: bold;
font-size: 15px;
}

#menu .modal-window .btWp{
display: flex;
justify-content: space-around;
align-items:center;
gap:1em;
margin-top: 3.5em;
}	
	
#menu .modal-window .btWp{
margin-top: 3.2em;
}
	
#top #menu .modal-window .btWp{
margin-top:2.8em;
}	
	
#menu .modal-window .btWp a{
width:30%;
border-radius: 3em;
text-decoration: none;
color: #fff;
text-box:trim-both cap alphabetic;
position: relative;
box-sizing: border-box;
transition: all .2s;
padding: 0.7em 0.7em;
font-size: 13px;
text-align: center;
font-weight: normal;		
}	

#menu .modal-window .btWp a:after{
font-family: 'marurino';
content: "\e93f";
display: inline-block;
position: absolute;
top:50%;
right:0.8em;
transform: translateY(-50%) rotate(90deg);
color: #fff;	
}
#menu .modal-window .btWp a .area{
display: block;
box-sizing: border-box;
width:118%;
font-size:min(.85em,2.7vw);
padding:.75em 0;
position: absolute;
top:-4em;
left:-9%;
visibility: hidden;
opacity: 0;
transition: all .2s;
}

#menu .modal-window .btWp a .area{
visibility: visible;
opacity: 1;
width:110%;
left:-5%;
}

#menu .modal-window .btWp a .area .area-inner{
display: block;
width:100%;
box-sizing: border-box;
text-align: center;
text-box:trim-both cap alphabetic;
border:2px solid;
background-color: #fff;
border-radius: 3px;
padding:.75em 0;
position:relative;
font-weight: normal;	
}
#menu .modal-window .btWp a .area .area-inner::before{
content: '';
width:1em;
height:.8em;
position: absolute;
bottom:-.8em;
left:50%;
clip-path: polygon(0 0, 50% 100%, 100% 0);
transform: translateX(-50%);
}
#menu .modal-window .btWp	a .area.tokyo .area-inner::before{
	background-color: var(--tokyo);
}
#menu .modal-window .btWp	a .area.chubu .area-inner::before{
	background-color: var(--chubu);
}
#menu .modal-window .btWp	a .area.kinki .area-inner::before{
	background-color: var(--kinki);
}

#menu .button-close {
position: absolute;
top: -20px;
right:-20px;
/*transform: translate(-50%, -50%);*/
width: 40px;
height: 40px;
background-color:#2b84d2;
color: #eaeaea;
border-radius: 50%;
padding: 0;
cursor: pointer;
border: none;
font-size:30px;
line-height: 1.1;
}	

#menu .overlay {
display: none;
position: fixed;
top: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.2);
width: 100%;
height: calc(100% - 42px);
z-index: 10;
}	

#menu .no_scroll {
overflow: hidden;
}	

#menu .button-close {
position: absolute;
top: -10px;
right: -10px;
width: 30px;
height: 30px;
font-size: 20px;
}	

