@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

/*==== base setting ====*/
html, body {
  -webkit-overflow-scrolling: touch;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans Japanese", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 14.4px;
  font-size: 1.44rem;
  line-height: 1.8;
  position: relative;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
  overflow-x: hidden;
  overflow-wrap: break-word;
  min-height: 100vh;
}
body.menu {
  width: 100%;
  position: relative;
  z-index: 0;
}
body.menu::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-image: url(../img/bg.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  body.menu::before {
    background-size: contain;
  }
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333;
  outline: none;
}
a:link, a:hover, a:visited, a:focus {
  text-decoration: none;
  color: #333;
  outline: none;
}
a:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a {
    transition: all 0.2s;
  }
  a:hover {
    opacity: 0.8;
  }
}

img {
  max-width: 100%;
  vertical-align: top;
}

/*==== common ====*/
.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  main {
    width: calc(100% - 14vh);
  }
}
@media screen and (min-width: 1080px) {
  main {
    width: calc(100% - 120px);
  }
}

/*==== header ====*/
header {
  position: fixed;
  right: 0;
  top: 0;
  width: 18vw;
  padding: 6vw 0;
  background-color: #fff;
  z-index: 100;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  header {
    position: fixed;
    padding: 20px;
    height: 100vh;
    width: 14vh;
  }
}
@media screen and (min-width: 1080px) {
  header {
    position: fixed;
    padding: 20px;
    height: 100vh;
    width: 120px;
  }
}
header .logo {
  width: 12vw;
}
@media screen and (min-width: 768px) {
  header .logo {
    width: 8vh;
    margin-top: 2vh;
    max-width: 63px;
  }
}
header nav {
  margin-top: 6vw;
}
@media screen and (min-width: 768px) {
  header nav {
    margin-top: 6vh;
  }
}
header nav li {
  text-align: center;
}
header nav li img {
  padding: 3vw 0;
}
@media screen and (min-width: 768px) {
  header nav li img {
    padding: 2vh 0;
    width: 2.8vh;
  }
}
header nav li.menu {
  cursor: pointer;
  position: relative;
  width: 60px;
}
header nav li.menu::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 2px solid #777;
  border-right: 2px solid #777;
  border-bottom: 2px solid #777;
  border-left: 2px solid #fff;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
}
header nav li.menu.active::after {
  visibility: visible;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  header nav li.menu img {
    max-width: 19px;
  }
}
header nav li.menu .menu_storeslist {
  position: absolute;
  bottom: -100px;
  right: 58px;
  background-color: #fff;
  border: 2px solid #000;
  display: flex;
  flex-direction: row-reverse;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
}
header nav li.menu .menu_storeslist.active {
  visibility: visible;
  opacity: 1;
}
header nav li.menu .menu_storeslist li {
  padding: 5vw 2vw;
  font-size: 16px;
  height: auto;
}
@media screen and (min-width: 768px) {
  header nav li.menu .menu_storeslist li {
    padding: 30px 10px;
  }
}
header nav li.menu .menu_storeslist li:first-child {
  margin-right: 4vw;
}
@media screen and (min-width: 768px) {
  header nav li.menu .menu_storeslist li:first-child {
    margin-right: 20px;
  }
}
header nav li.menu .menu_storeslist li:last-child {
  margin-left: 6vw;
}
@media screen and (min-width: 768px) {
  header nav li.menu .menu_storeslist li:last-child {
    margin-left: 20px;
  }
}
header nav li.menu .menu_storeslist li a {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright; /* すべて縦方向に表示 */
  width: 1em;
}
header nav li.menu .menu_storeslist li a:hover {
  opacity: 1;
  color: #777;
}

/*==== main ====*/
.kv {
  position: relative;
}
.kv .copy {
  position: absolute;
  z-index: 4;
  width: 50vw;
  top: 10vw;
  right: 32vw;
}
@media screen and (min-width: 768px) {
  .kv .copy {
    width: auto;
    height: auto;
    top: 6vw;
    right: 8vw;
  }
}
.kv .ami {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-image: url(../img/ami.png);
}
.kv video {
  position: fixed;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .kv video {
    width: 100vw;
    height: auto;
  }
}

.cuisine {
  position: relative;
  width: 100vw;
  z-index: 10;
  font-family: ro-nikkatsu-sei-kai-std, serif;
  font-weight: 600;
}
.cuisine .inner {
  width: 92vw;
  padding: 30px 19vw 70px 0;
  margin: 0px auto;
  color: #000;
}
@media screen and (min-width: 768px) {
  .cuisine .inner {
    padding: 40px 0;
    width: 768px;
  }
}
.cuisine .inner .concept {
  font-size: 17px;
  line-height: 2;
  max-width: 600px;
  margin: 0 auto 30px;
}
@media screen and (min-width: 768px) {
  .cuisine .inner .concept {
    font-size: 15px;
  }
}
.cuisine .inner .menu_wrap {
  background-color: #FFF;
  padding: 20px 40px;
}
@media screen and (max-width: 768px) {
  .cuisine .inner .menu_wrap {
    padding: 3vw 6vw;
    margin: 0 3vw;
  }
}
.cuisine .inner .menu_wrap .ttl {
  background-color: #333;
  color: #FFF;
  padding: 0px 20px;
  margin-bottom: 15px;
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .cuisine .inner .menu_wrap .ttl {
    font-size: 5vw;
  }
}
.cuisine .inner .menu_wrap .line {
  margin: 60px auto;
}
.cuisine .inner .menu_wrap .box {
  margin-bottom: 30px;
}
.cuisine .inner .menu_wrap .box h3 {
  font-size: 24px;
  padding-bottom: 0px;
  margin-bottom: 10px;
  font-weight: 600;
  border-bottom: solid 1px #555;
}
@media screen and (max-width: 768px) {
  .cuisine .inner .menu_wrap .box h3 {
    font-size: 4.5vw;
  }
}
.cuisine .inner .menu_wrap .box p {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .cuisine .inner .menu_wrap .box p {
    font-size: 3.5vw;
  }
}
.cuisine .inner .menu_wrap .box_sub {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .cuisine .inner .menu_wrap .box_sub {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.cuisine .inner .menu_wrap .box_sub h3 {
  font-size: 20px;
  padding-bottom: 0px;
  margin-bottom: 10px;
  font-weight: 600;
  border-bottom: solid 1px #555;
}
@media screen and (max-width: 768px) {
  .cuisine .inner .menu_wrap .box_sub h3 {
    font-size: 4vw;
  }
}
.cuisine .inner .menu_wrap .box_sub p {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .cuisine .inner .menu_wrap .box_sub p {
    font-size: 3.5vw;
  }
}
.cuisine .inner .basic {
  display: block;
  margin: 70px auto;
  text-align: center;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .cuisine .inner .basic {
    padding: 0;
  }
}
.cuisine .inner .basic img {
  width: 100%;
  max-width: none;
}
@media screen and (min-width: 768px) {
  .cuisine .inner .basic img {
    max-width: 100%;
    width: auto;
  }
}
.cuisine .inner .menu_block {
  background-image: url(../img/menu_bg.png);
  margin-bottom: 30px;
  color: #000;
  padding: 20px;
}
.cuisine .inner .menu_block h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}
.cuisine .inner .menu_block h2 span {
  font-size: 12px;
}
.cuisine .inner .menu_block h3 {
  font-size: 18px;
  font-weight: 600;
  padding: 5px 15px;
  margin-bottom: 20px;
  color: #FFF;
  background-color: #000;
}
.cuisine .inner .menu_block h4 {
  font-size: 16px;
  font-weight: 600;
  border-bottom: dotted 1px #555;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.cuisine .inner .menu_block p {
  line-height: 1.8;
  padding: 0 10px;
  font-size: 14px;
  margin-bottom: 20px;
}
.cuisine .inner .menu_block p span {
  font-size: 12px;
}

/*
.cuisine{
	padding: 10vw 0;
	.menu &{
		padding:0;
		padding-bottom: 120px;
	}
	@include mins($breakpoint-tab) {
		padding: 0;
	}

	.kisetsu_ttl{
		padding-right: 20vw;
		text-align: center;
		margin-top: 50px;
		margin-bottom: 30px;
		@include mins($breakpoint-tab) {
			margin-top: 70px;
			margin-bottom: 0px;
			padding:0;
		}
		img{
			max-width: 50vw;
			@include mins($breakpoint-tab) {
				max-width: 100%;
			}
		}
	}

	.kisetsu{
		padding-right: 20vw;
		display: flex;
		align-items: center;
		margin-bottom: 10vw;
		flex-direction: column;

		@include mins($breakpoint-tab) {
			flex-direction: row;
			justify-content: center;
			width: 940px;
			margin: 70px auto;
			padding:0;
		}

		.detail{
		margin: 0 20px 40px;
			img{
				width: 70vw;
				@include mins($breakpoint-tab) {
					width: 400px;
					max-width: 100%;
				}
			}
		}

		p{
			margin-top: -6vw;
			@include mins($breakpoint-tab) {
				margin: -40px 40px 0;
			}
			img{
				width: 60vw;
				@include mins($breakpoint-tab) {
					width: 400px;
					max-width: 100%;
				}
			}
		}
	}

	.basic{
		display: block;
		margin: 70px auto;
		text-align: center;
		padding:0 23vw 0 3vw;
		@include mins($breakpoint-tab) {
			padding:0;
		}
	}



	.box{
		padding: 8vw;
		display: flex;
		flex-direction: column;
		align-items: center;
		visibility: hidden;
		opacity: 0;
		transition: opacity 2s .2s;
		&.active{
			visibility:visible;
			opacity: 1;
		}
		@include mins($breakpoint-tab) {
			width: 880px;
			margin: 100px auto;
			padding:0;
			flex-direction: row;
			&.right{
				flex-direction: row-reverse;
				justify-content: flex-end;
			}
		}
		p{
			margin-top: 6vw;
			@include mins($breakpoint-tab) {
				margin: 0 40px;
			}
		}
	}
	.store_menu{
		padding-right: 20vw;
		margin-top: 12vw;
		display: flex;
		flex-direction: column;
		justify-content: center;
		@include mins($breakpoint-tab) {
			flex-direction: row-reverse;
			padding-right: 0;
			margin-top: 20px;
		}
	h2{
		text-align: center;
		@include mins($breakpoint-tab) {
		margin-left: 40px;
		}
	}
	.menu_storeslist{
		display: flex;
		flex-direction: row-reverse;
		justify-content: center;
		margin-top: 6vw;
		@include mins($breakpoint-tab) {
			margin-top: 0;
		}
		li{
			padding: 5vw 2vw;
			font-size: 16px;
			height: auto;
			@include mins($breakpoint-tab) {
				padding: 30px 10px;
			}
			&:first-child{
				margin-right: 4vw;
				@include mins($breakpoint-tab) {
					margin-right: 20px;
				}
			}
			&:last-child{
				margin-left: 6vw;
				@include mins($breakpoint-tab) {
					margin-left: 20px;
				}
			}
			a{
				-webkit-writing-mode: vertical-rl;
			-ms-writing-mode: tb-rl;
			writing-mode: vertical-rl;
			text-orientation: upright;
			width: 1em;
				&:hover{
					opacity: 1;
					color: #777;
				}
			}
		}
	}
	}
}
*/
footer {
  position: relative;
  width: 100%;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  footer {
    padding-right: 100px;
  }
}
.top footer {
  position: fixed;
  bottom: 0;
  z-index: 100;
}
.top footer p {
  text-align: left;
  color: #eee;
  font-size: 8px;
  padding: 20px 20px;
}
.menu footer {
  position: absolute;
  bottom: 0;
  background-color: #000;
  z-index: 100;
}
.menu footer p {
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 20px 0;
}

/*ボタン*/
.button_detail a {
  border: solid 1px #000;
  background: #FFF;
  border-radius: 3px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 10px;
  max-width: 200px;
  padding: 5px 15px;
  color: #000;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
}

.button_detail a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.button_detail a:hover {
  background: #000;
  color: #FFF;
}

.button_detail a:hover:after {
  right: 1.4rem;
}
