/* @font-face {
 font-family: 'M PLUS Rounded 1c', sans-serif;
 src: url("../font/DFMaruGothic-SB-WIN-RKSJ-H-01.ttf") format("truetype"), 
   url("../font/DFMaruGothic-SB-WINP-RKSJ-H-02.ttf") format("truetype"),
   url("../font/DFMaruGothic-SB-WING-RKSJ-H-03.ttf") format("truetype");
} */
/* RESET */
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}


/* color */
.black {
    background: #000000 !important;
}
.red {
    background: #ff4200 !important;
}
.blue {
    background: #081c67 !important;
}
.green {
    background: #294f34 !important;
}
.yellow {
    background: #d3ac07 !important;
}
.text-black {
    color: #000000 !important;
}
.text-red {
    color: #ff4200 !important;
}
.text-blue {
    color: #081c67 !important;
}
.text-green {
    color: #294f34 !important;
}
.text-yellow {
    color: #d3ac07 !important;
}

/* base */
body {
  color: #fff;
	background: transparent;
  font-family: 'DFMaruGothic','Arial', 'Helvetica', sans-serif;
  font-size: 16px;
}
* img {
  width: 100%;
}
.ms-section .in {
  padding: 15%;
  box-sizing: border-box;
}
.ms-left,
.cont-left {
  width: 30% !important;
	vertical-align: middle;
}
.ms-right,
.cont-right {
  width: 70% !important;
	vertical-align: middle;
}
.ms-right *,
.cont-right * {
  color: #fff;
	vertical-align: middle;
}
.ms-left .ms-tableCell {
	vertical-align: middle;
}
h2 {
  font-size: 2.5em;
  margin-bottom: 40px;
  /* text-transform: uppercase; */
  font-family: 'M PLUS Rounded 1c', sans-serif;
  text-align: center;
	font-weight: 800;
}
p {
  font-family: 'Arial', 'Helvetica', sans-serif;
}

/* Custom CSS
 * --------------------------------------- */

/* MENU */
.logo {
  max-width: 330px;
  min-width: 330px;
  height: auto;
  margin-right: 0;
	margin-bottom: 1.5em;
}
.logo svg {
  width: 95%;
}
.logo.charbon {
  max-width: 330px;
  min-width: 330px;
  margin:0 auto;
}
#menu{
	position:fixed;
	top:10%;
	left:4.5%;
	height: 40px;
	z-index: 70;
	width: 30%;
	padding: 0;
	margin:auto 0;
}
#menu li {
	display:block;
	font-size: 2.5em;
  text-transform: uppercase;
  text-align: left;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
#menu li.active{
	color: transparent !important;
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
}
#menu li a{
	color: #fff;
  transition: all ease 0.2s;
	text-decoration: none;
  font-weight: 800;
}
#menu li.active a:hover{
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  color: transparent !important;
}
.ms-viewing-restaurant #menu li:first-of-type a,
.ms-viewing-bistro #menu li:nth-child(2) a,
.ms-viewing-stand #menu li:nth-child(3) a,
.ms-viewing-onigiri #menu li:nth-child(4) a,
.ms-viewing-akikochi #menu li:nth-child(5) a,
#udontubevideo #menu li.udontube a,
#menu li a:hover {
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  color: transparent !important;
}
#menu li:hover{
	background: transparent;
}
#menu li a,
#menu li.active a{
	text-decoration: none;
}
#menu li.active a{
	color: transparent !important;
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
}
#menu .logo svg {
  fill: #fff;
}
#menu ul.social {
  margin-top: 30px;
}
#menu ul.social li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#menu ul.social li i {
  font-size: 1.4em;
  color: #000;
	transition: all ease 0.2s;
}
#menu ul.social li a {
	text-stroke: inherit !important;
   -webkit-text-stroke: inherit !important;
}
.ms-viewing-top #menu li a {
  color: #000 !important;
}
.ms-viewing-restaurant #menu li a,
.ms-viewing-bistro #menu li a #menu li a,
.ms-viewing-stand #menu li a #menu li a,
.ms-viewing-onigiri #menu li a,
.ms-viewing-akikochi #menu li a,
.ms-viewing-restaurant #menu ul.social li i,
.ms-viewing-bistro #menu ul.social li i,
.ms-viewing-stand #menu ul.social li i,
.ms-viewing-onigiri #menu ul.social li i,
.ms-viewing-akikochi #menu ul.social li i{
  color: #fff !important;
}
.ms-viewing-top #menu li a:hover,
.ms-viewing-top #menu li a:hover i {
  text-stroke: 1px #000;
  -webkit-text-stroke: 1px #000;
  color: transparent !important;
}
.ms-viewing-restaurant #menu li a:hover,
.ms-viewing-bistro #menu li a #menu li a:hover,
.ms-viewing-stand #menu li a #menu li a:hover,
.ms-viewing-onigiri #menu li a:hover,
.ms-viewing-akikochi #menu li a:hover {
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  color: transparent !important;
}
.ms-viewing-restaurant #menu ul.social a:hover i,
.ms-viewing-bistro #menu ul.social a:hover i,
.ms-viewing-stand #menu ul.social a:hover i,
.ms-viewing-onigiri #menu ul.social a:hover i,
.ms-viewing-akikochi #menu ul.social a:hover i {
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  color: transparent !important;
}
#udontubevideo #menu ul.social li i {
	color: #fff;
}
#udontubevideo #menu ul.social li a:hover i {
	text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  color: transparent !important;
}
.ms-viewing-top #menu .logo svg {
  fill: #000;
}


/* button */
.btn-list {
  display: block;
  text-align: center;
  width: 100%;
}
.btn-list li {
  text-align: center;
  display: inline-block;
  margin-right: 20px;
}
.btn-list li:last-of-type {
  margin-right: 0;
}
.btn {
  text-transform: uppercase;
  display: block;
  padding: 10px;
  border: 2px solid #fff;
  width: 350px;
  margin: 0 auto;
  transition: all ease 0.2s;
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 20px;
  text-decoration: none;
  text-align: center;
}
.btn:hover {
  background: #fff;
  color: transparent;
}

/* information */
.info {
  font-family: 'Arial', 'Helvetica', sans-serif;
  margin-bottom: 50px;
  font-size: 1.4em;
  line-height: 2;
  text-align: center;
}

/* TOP */
.top {
  background: #fff;
}
.top * {
  color: #000 !important;
}

/* RESTAURENT */
.restaurant .btn-list {
	margin-bottom: 30px;
}
.restaurant .btn:hover {
  background: #fff;
  color: #000;
}

/* BISTRO */
.bistro .btn:hover {
  background: #fff;
  color: #ff4200;
}

/* STAND */
.stand .btn:hover {
  background: #fff;
  color: #081c67;
}

/* ONIGIRI */
.onigiri .btn:hover {
  background: #fff;
  color: #294f34;
}

/* AKIKOCHI */
.akikochi .btn:hover {
  background: #fff;
  color: #d3ac07;
}
.ms-viewing-akikochi .ms-section .in {
  padding-top: 5%;
}

/* udontube */
#udontubevideo {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  display: none;
}
#udontubevideo video { 
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transition: 1s opacity;
}
#udontubevideo2 #menu li a,
#udontubevideo2 #menu li.udontube a {
  color: #000 !important;
}
#udontubevideo2 #menu li a:hover {
  text-stroke: 1px #000;
  -webkit-text-stroke: 1px #000;
  color: transparent !important;
}
#udontubevideo2 #menu li.udontube a {
  text-stroke: 1px #000;
  -webkit-text-stroke: 1px #000;
  color: transparent !important;
}
#udontubevideo2 #menu .logo svg {
  fill: #000;
}
#udontubevideo2 video,
#udontubevideo2 iframe {
  /* width: 100%; */
  height: 260px;
}
#udontubevideo2 .vido-list {
  flex-wrap: wrap;
  justify-content: space-between;
}
#udontubevideo2 .vido-list div {
  flex: 1;
  margin: 10px;
}

@media (max-width: 1575px) {
  #udontubevideo2 video,
  #udontubevideo2 iframe {
    width: 100%;
    height: 240px;
  }
}
@media (max-width: 1400px) {
  #udontubevideo2 video,
  #udontubevideo2 iframe {
    width: 100%;
    height: 220px;
  }
}
@media (max-width: 1300px) {
  #udontubevideo2 video,
  #udontubevideo2 iframe {
    width: 100%;
    height: 200px;
  }
}
@media (max-width: 1200px) {
  #udontubevideo2 video,
  #udontubevideo2 iframe {
    width: 100%;
    height: 180px;
  }
  #udontubevideo2 .vido-list div {
    margin: 20px;
  }
}
@media (max-width: 1200px) {
  html {
    overflow: auto;
  }
  body#udontubevideo2 {
    overflow: auto;
  }
  #udontubevideo2 .vido-list {
    display: block !important;
    text-align: center;
  }
  #udontubevideo2 iframe {
    width: 100%;
    height: 375px;
  }
  #udontubevideo2 video {
    height: auto;
  }
  #udontubevideo2 .cont-right p {
  }
}

.stopfade { 
   opacity: .5;
}
.cont-out {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 100%;
}
.cont-out .cont-left,
.cont-out .cont-right {
  padding: 10% 5%;
  box-sizing: border-box;
}
.cont-out .cont-left {
  width: 35%;
}
.cont-out .cont-left {
  width: 65%;
}
.cont-out .cont-left .in,
.cont-out .cont-right .in {
}
#udontubevideo .logo {
}
#sp-top {
  display: none;
}
.memu-sp {
  display: none;
}
.sp-logo{
  display: none;
}
.udongif {
	display: none;
}
#udontubevideo2 .cont-right * {
  color: #000;
  margin-top: 20px;
}

/*---------------------
RESERVATION
----------------------*/
#reserv {
  padding: 5rem;
}
#reserv p {
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
#reserv main {
  box-shadow: 0 0 24px 0 rgba(0,0,0,0.1);
  width: 60%;
  margin: 0 auto;
}
@media (min-width: 1600px) {
  #reserv main {
    width: 50%;
  }
}
@media (max-width: 1024px) {
  #reserv main {
    width: 100%;
  }
  #reserv {
    padding: 1rem 1rem 5rem;
  }
}
#reserv .bg-black {
  background: #000;
}
#reserv .info {
  font-size: 14px;
  color: #fff;
  margin-top: 20px;
  position: relative;
  padding-top: 20px;
  line-height: 1.5;
  text-align: left;
}
#reserv h2 {
  position: relative;
  padding-bottom: 30px;
  font-size: 1.65rem;
  font-weight: 500;
  margin-bottom: 30px;
}
#reserv h2:after {
    content: '';
    position: absolute;
    border-top: 2px solid #000;
    bottom: 0;
    right: 0;
    left: 0;
    width: 40px;
    height: 2px;
    margin: 0 auto;
}
#reserv .info2 {
  text-align:center;
  font-size:18px;
  font-weight:bold;
  line-height:1.2;
  color:#FF4200;
  font-weight: 500;
}
#reserv .btn {
  text-align: center; 
  margin-bottom: 30px; 
  display: block;
}
#reserv .btn a {
  display: inline-block; 
  background: #FF4200; 
  color: #fff; 
  text-align: center; 
  padding: 5px 20px; 
  font-size: 16px;
  text-decoration: none;
  transition: ease all .2s;
}
#reserv .btn a:hover {
  background: #000;
}

/*---------------------
RESPONSIVE
----------------------*/
@media (max-width: 1440px) {
  .btn {
    width: 250px;
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .logo {
    max-width: 300px;
    min-width: 300px;
  }
}

@media (max-width: 840px) {
  .ms-left,
  .cont-left {
    width: 100% !important;
    display: none;
  }
  .ms-right,
  .cont-right {
    width: 100% !important;
  }
  .logo {
    max-width: 150px;
    min-width: 150px;
    padding-left: 20px;
    float: left;
  }
  .logo.charbon {
    max-width: 250px;
    min-width: 250px;
    margin:0 auto 30px;
    float: none;
    padding: 0;
}
  .sp-logo {
    display: block;
    width: 70%;
    margin: 0 auto;
  }
  h2 {
    font-size: 2.5em;
    line-height: 1.2;
  }
  .info {
    font-size: 1em;
  }
  .btn-list li {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  #menu {
    left: 0;
    top: 0;
    width: 100%;
  }
  #menu .in {
    position: relative;
    width: 100%;
  }
  #menu .menu.pc {
    display: block;
		background: #000;
		
    width: 100%;
    height: 100vh;
    position: absolute;
    top: -30px;
		left: 100%;
    z-index: 9998;
		overflow: hidden;
		padding: 100px 30px;
		transition: all 0.4s linear;
  }
	#menu .menu.pc li {
		text-align: left;
		padding: 10px 0;
		font-size: 1.35em;
	}
	
	#menu .menu.pc.open {
		left: 35%;
		width: 100%;
	}
	.ms-viewing-top #menu .menu.pc a {
		color: #fff !important;
	}
	.ms-viewing-top #menu li a i {
		color: #fff !important;
	}
	h2 {
		margin-bottom: 15px;
		font-size: 1.8em;
	}
	.ms-section .in {
		padding: 8%;
	}
	.btn {
		font-size: 1em;
		width: 100%;
	}
	.info {
		margin-bottom: 20px;
		line-height: 1.5;
	}
	.btn-list li {
		margin-bottom: 10px;
	}
	.btn-list li:last-of-type {
		margin-bottom: 0;
	}
	#menu ul.social li {
		font-size: 1.7em;
	}
	#menu ul.social li:first-of-type {  
		margin-left: 20px;
	}
	.udongif {
		height: 100vh;
		width: 100%;
		display: block;
		background: url("../img/new_udon.gif") no-repeat center bottom;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.ms-viewing-top #menu .logo svg {
		fill: #fff;
	}
	#menu ul.social li i {
		color: #fff;
	}
  #udontubevideo2 #menu ul.social li i {
    color: #000;
  }
	/*ハンバーガーボタン*/
	.el_humburger {
		position: fixed;
		top: 45px;
		right: 60px;
		width: 0;
		height: 25px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding-top: 0px;
		z-index: 9999;
		cursor: pointer;
		pointer-events: auto;
		color: #fff;
		text-align: center;
	}
	.el_humburger:before{
		content: "";
		position: absolute;
		background: url("../img/open-menu.png") no-repeat right top;
		-webkit-background-size: contain;
		background-size: contain;
		width: 30px;
		height: 30px;
		font-size: 30px;
		top: 33px;
		right: 33px;
		color: #fff;
	}
	.el_humburger.close:before{
		content: "";
		position: absolute;
		background: url("../img/close.png") no-repeat right top;
		-webkit-background-size: contain;
		background-size: contain;
		width: 30px;
		height: 30px;
		font-size: 30px;
		top: 33px;
		right: 33px;
		color: #fff;
	}
  #udontubevideo2 .el_humburger:before {
    background: url(../img/open-menu_black.png) no-repeat right top;
    background-size: contain;
    width: 30px;
    height: 30px;
    font-size: 30px;
    top: 33px;
    right: 33px;
    color: #000;
  }
  #udontubevideo2 .el_humburger.close:before {
    content: "";
    position: absolute;
    background: url(../img/close.png) no-repeat right top;
    -webkit-background-size: contain;
    background-size: contain;
    width: 30px;
    height: 30px;
    font-size: 30px;
    top: 33px;
    right: 33px;
    color: #fff;
  }
  #udontubevideo2 #menu .menu.open li a {
    color: #fff !important;
  }

}

@media screen and (max-width: 840px) {
  .el_humburger {
    display: block;
    right: 0;
    top: 0;
    padding-top: 20px;
    width: 70px;
    height: 70px;
	}
}
@media screen and (max-width: 764px) {
  #udontubevideo2 .vido-list {
    display: block !important;
    margin-top: 40px;
  }
  #udontubevideo2 .vido-list div {
    margin: 10px;
  }
  #udontubevideo2 .vido-list video,
  #udontubevideo2 .vido-list iframe {
    height: 375px;
    width: 100%;
  }
}
@media screen and (max-width: 578px) {
  #udontubevideo2 .vido-list video,
  #udontubevideo2 .vido-list iframe {
    height: 280px;
    width: 100%;
  }
} 
@media screen and (max-width: 524px) {
  #udontubevideo2 .vido-list video,
  #udontubevideo2 .vido-list iframe {
    height: 250px;
    width: 100%;
  }
}  
@media screen and (max-width: 375px) {
  #udontubevideo2 .vido-list {
    margin-top: 80px;
  }
  #udontubevideo2 .vido-list video,
  #udontubevideo2 .vido-list iframe {
    height: 180px;
    width: 100%;
  }
} 



