@charset "utf-8";
/*@import url('https://fonts.googleapis.com/css?family=Noto+Serif:200,400,700');*/
/*@import url(https://fonts.googleapis.com/css?family=Lato:400,700);*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}



mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/* normalize.css --end
   ========================================================================== */

*{
	box-sizing: border-box;
}
*:before,
*:after {
    box-sizing: inherit; /* 継承 */
}

html{
	font-family: "Noto Sans JP", sans-serif;
	/*font-family: "Noto Serif JP", serif;*/
	line-height: 1.7;
	letter-spacing: 0.3em;
	font-size: 62.5%;
	font-weight:200;
	font-feature-settings: "palt";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body{
	-webkit-text-size-adjust: 100%;
	font-size: 1.4em;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	margin: 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, body {
		font-feature-settings: "pkna";
	}
}


.ab-title{
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 100px;
	
}

.ab-logo {
	font-family:"source-han-serif-japanese", "Noto Serif JP", serif;
	width: 200px;
	height: 200px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	/*background: rgba(255,255,255,0.11);
	background: rgba(39,34,34,0.3);
	background: url(../IMG/bg-red.png);*/
	background: url(../IMG/bg-red-08.png);
}
@media all and (-ms-high-contrast: none){
  .ab-logo{
    background: url(../IMG/bg-red-08-ie.png); /* IE10以上 */
  }
}
.ab-logo-android{
    background: url(../IMG/bg-red-08-ie.png); /* IE10以上 */
  }
.svg-title-text {
    text-anchor: middle;
    font-size: 2.5rem;
	font-size:25px;
	letter-spacing: 0;
	/*line-height: 0;*/
    fill: none;
    stroke: none;
    stroke-dasharray: 150% 150%;
    stroke-width: 0.3px;
	-webkit-animation: stroke-offset 5s cubic-bezier(0.6, 0.04, 0.98, 0.335) 2s forwards;
	animation: stroke-offset 5s cubic-bezier(0.6, 0.04, 0.98, 0.335) 2s forwards;
	}

@media(max-width:768px) {

    .svg-title-text {
        font-size: 2rem;
    }
}

@-webkit-keyframes stroke-offset {
  0% {
    stroke-dashoffset: 150%;
    stroke: rgba(255,255,255,0.50);
    fill:transparent;
  }
  50% {
    fill:transparent;
    stroke: rgba(255,255,255,0.65);
  }
  100% {
    stroke-dashoffset: 0%;
    stroke:rgba(255,255,255,.8);
    fill: rgba(255,255,255,.8);
  }
}


@keyframes stroke-offset {
  0% {
    stroke-dashoffset: 150%;
    stroke: rgba(255,255,255,0.50);
    fill:transparent;
  }
  50% {
    fill:transparent;
    stroke: rgba(255,255,255,0.65);
  }
  100% {
    stroke-dashoffset: 0%;
    stroke:rgba(255,255,255,.8);
    fill: rgba(255,255,255,.8);
  }
}
@-webkit-keyframes stroke-anim {
  0% {
    /* 100%だと最後まで表示されないので多めに設定する */
    stroke-dashoffset: 150%;
    fill:transparent;
  }
  50% {
    fill:transparent;
  }
  100% {
    stroke-dashoffset: 0%;
    fill:black;
  }
}
@keyframes stroke-anim {
  0% {
    /* 100%だと最後まで表示されないので多めに設定する */
    stroke-dashoffset: 150%;
    fill:transparent;
  }
  50% {
    fill:transparent;
  }
  100% {
    stroke-dashoffset: 0%;
    fill:black;
  }
}


.ab-news{
	background: rgba(31,27,27,0.87);
	background: url(../IMG/bg-brown-black.png);
	background: url(../IMG/bg-brown02.png);
	opacity: .97;
	text-align: center;
	padding: 20px;
	margin: 0;
	color: #fff;
}
.takeout{
	font-family: "Noto Serif JP", serif;
	font-family:"source-han-serif-japanese", "Noto Serif JP", serif;
	
	background: url(../IMG/circ-red.png) no-repeat;
	background-color:rgba(0,0,0,0.87);
	background-size: 70px 70px;
	background-position: 50% 50%;
	padding: 30px;
	margin-top: 50px;
	margin-bottom: 50px;
}
.ab-news br{
	display: none;
}
@media screen and (max-width:960px){
	
	.ab-news br{
		display:inline;
	}
	
}
#modal2 p{
	position: relative;
}
img.karaage{
	width: 100%;
	height: auto;
}
.ab-sec1{
	width: 100%;
	height: auto;
	background: rgba(14,13,13,1.00);
	background: rgba(17,14,14,1.00);
	background: url(../IMG/bg-black-black.png);
	margin: 0px auto; 
	/*margin-top: -7vh;*/
	margin-bottom: 100px;
	padding:50px 0px;
	opacity: 1;
	transition:all 5s ease 0s;
	border: 0px solid  rgba(14,13,13,1.00);
	box-shadow: 0 0 50px rgba(14,13,13,.8);
}



.ab-main{
	height: 500px;
	background: #000;
	
}
.enkai{
	background:url(https://cdnjs.cloudflare.com/ajax/libs/vegas/2.4.0/overlays/02.png),url(../IMG/enkai.jpg) center center / cover no-repeat fixed;
	/*background-attachment: fixed;
	background-image: url(../IMG/enkai.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;*/
	overflow: hidden;
	position: relative;
	height: 600px;
}

	

.enkai span{
	display: block;
	text-align: center;
	color: #fff;
	font-size: 8rem;
	font-family: "Noto Serif JP", serif;
	font-family:"source-han-serif-japanese", "Noto Serif JP", serif;
	text-shadow: 0 0 50px #000;
	padding: 100px;
}
.enkai::before {
	content: "";
	position: absolute;
	height: 400px;
	width: 300%;
	background: rgba(14,13,13,1.00);
	background: rgba(17,14,14,1.00);
	background: url(../IMG/bg-black-black.png);
	bottom: -200px;
	left: -100%;
	-webkit-transform: rotate(-8deg);
	-ms-transform: rotate(-8deg);
	-o-transform: rotate(-8deg);
	transform: rotate(-8deg);
}
.sidasi{
		background:url(https://cdnjs.cloudflare.com/ajax/libs/vegas/2.4.0/overlays/02.png),url(../IMG/sidasi.jpg) center center / cover no-repeat fixed;
	/*background-attachment: fixed;
	background-image: url(../IMG/sidasi.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;*/
	overflow: hidden;
	position: relative;
	height: 900px;
}
.sidasi span{
	display: block;
	text-align: center;
	color: #fff;
	font-size: 7rem;
	font-family: "Noto Serif JP", serif;
	font-family:"source-han-serif-japanese", "Noto Serif JP", serif;
	text-shadow: 0 0 50px #000;
	padding: 100px;
	padding-top: 400px;
}
.sidasi::before {
	content: "";
	position: absolute;
	height: 400px;
	width: 300%;
	background: rgba(14,13,13,1.00);
	background: rgba(17,14,14,1.00);
	background: url(../IMG/bg-black-black.png);
	top: -200px;
	left: -100%;
	-webkit-transform: rotate(8deg);
	-ms-transform: rotate(8deg);
	-o-transform: rotate(8deg);
	transform: rotate(8deg);
}
.lunch{
	background:url(https://cdnjs.cloudflare.com/ajax/libs/vegas/2.4.0/overlays/02.png),url(../IMG/IMG_3004.jpg) center center / cover no-repeat fixed;

	/*background-attachment: fixed;
	background-image: url(../IMG/lunch06.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;*/
	overflow: hidden;
	position: relative;
	height: 600px;
}
.lunch span{
	display: block;
	text-align: center;
	color: #fff;
	font-size: 7rem;
	font-family: "Noto Serif JP", serif;
	font-family:"source-han-serif-japanese", "Noto Serif JP", serif;
	text-shadow: 0 0 50px #000;
	padding: 100px;
	padding-top: 350px;
}
.lunch::before {
	content: "";
	position: absolute;
	height: 400px;
	width: 300%;
	background: rgba(14,13,13,1.00);
	background: rgba(17,14,14,1.00);
	background: url(../IMG/bg-black-black.png);
	top: -200px;
	left: -100%;
	-webkit-transform: rotate(8deg);
	-ms-transform: rotate(8deg);
	-o-transform: rotate(8deg);
	transform: rotate(8deg);
}
.ab-main-txt{
	font-family: "Noto Serif JP", serif;
	font-family:"source-han-serif-japanese", "Noto Serif JP", serif;
	color:#fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
	background: url(../IMG/circ-red.png) no-repeat;
	background-size: 130px 130px;
	background-position: 50% 50%;
	min-height: 130px;
	text-align: center;
}
.lunch-txt{
	height: 300px;
}
.sidasi-txt{
	overflow: hidden;
	position: relative;
}
@media screen and (max-width:1150px){
	
	.ab-main-txt{
		font-size: 1.8rem;
	}
	
}
@media screen and (max-width:1030px){
	
	.ab-main-txt{
		font-size: 1.6rem;
	}
	
}
@media screen and (max-width:930px){
	
	.ab-main-txt{
		font-size: 1.4rem;
	}
	
}
@media screen and (max-width:870px){
	
	.ab-main-txt{
		text-align: left;
		padding-left:15px;
		padding-right: 15px;
	}
	
}
.sidasi::after {
	content: "";
	position: absolute;
	height: 400px;
	width: 300%;
	background: rgba(14,13,13,1.00);
	background: rgba(17,14,14,1.00);
	background: url(../IMG/bg-black-black.png);
	top: 700px;
	left: -100%;
	-webkit-transform: rotate(-8deg);
	-ms-transform: rotate(-8deg);
	-o-transform: rotate(-8deg);
	transform: rotate(-8deg);
}



@media screen and (max-width:1024px){
	
	.enkai span,
	.sidasi span,
	.lunch span{
		font-size:5rem;
	}
	.enkai span{
		padding-top: 150px;
	}
	
}
@media screen and (max-width:479px){
	
	.enkai span,
	.sidasi span,
	.lunch span{
		font-size:4rem;
		padding-left:50px;
		padding-right:50px;
	}
	.enkai span{
		padding-top: 150px;
	}
	
}
.ab-map{
	opacity: .97;
	margin: 0 auto;
	margin-top: 200px;
	background: url(../IMG/bg-brown-black.png);
	background: url(../IMG/bg-brown02.png);
	padding:10px;
	padding-bottom: 20px;
}
.ab-map-txt{
	color:#fff;
	text-align: center;
	padding: 20px;
	margin: 0;
	font-family: "Noto Serif JP", serif;
	font-family:"source-han-serif-japanese", "Noto Serif JP", serif;
}
.ab-footer{
	/*background: url(../IMG/bg-black-black.png);*/
	background: url(../IMG/bg-brown-black.png);
	background: url(../IMG/bg-brown02.png);
	opacity: .97;
	display: flex;
	padding:50px 10%;
	margin-bottom: 0;
	color: #fff;
}
.ab-info-wrap p{
	margin: 0;
}
.ab-info-wrap p span:last-child{
	display: inline;
}

@media screen and (max-width:960px){
	
	.ab-footer{
		display: flex;
		flex-direction: column;
		margin-bottom: 20px;
		width: 97%;
	}	
	
	.ab-sec1{
		
		margin-top: 20px;
	}
	.ab-map{
		margin-bottom: 0;
		width: 97%;
	}
}
.ab-info-title{
	padding: 20px;
	display: inline-block;
	width: 150px;
	height: 50px;
	font-weight: 400;
	font-style: normal;

}
@media screen and (max-width:700px){
	
	.ab-info-title{
		padding: 10px;
		width: 120px;
		height: 30px;
	}
	.ab-footer{
		padding: 30px 3%;
	}	
	.ab-phone p span:last-child{
		color: #C0CBF1 !important;
		text-decoration:none !important;
	}
	a{text-decoration: none;}
}
@media screen and (max-width:550px){
	
	.ab-footer{
		letter-spacing: .15em;
	}	
	.ab-time{
		min-height: 60px;
		display:block;
	}
	.ab-time span{
		display: block;
	}
	.ab-time p span:last-child{
		margin-left: 10px;
		margin-top: 10px;
		display: block;
	}
}
@media screen and (max-width:480px){
	
	.ab-info-wrap p span,address span:first-child{
		display: block;
	}
	address span:first-child{
		margin-bottom: 10px;
	}
	.ab-info-wrap p span:last-child{
		margin-left: 10px;
		margin-top: 10px;
		display: block;
	}
	address span:nth-child(2){
		padding-left: 10px;
	}
}
address{
	font-style: normal;
}
.copyright{
	width: 100%;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background:url(../IMG/bg-red.png);
	opacity: .97;
	color: #fff;
}
@media screen and (max-width:960px){
	
	.copyright{
		font-size: 1.2rem;
	}
	
}
.ab-tweet{
	border: 1px solid #fff;
	margin: 0 auto;
	width: 300px;
}
@media screen and (max-width:370px){
	
	.copyright{
		font-size: 1rem;
	}
	
}

@media screen and (max-width:960px){
	
	.ab-tweet{
		width: 80%;
	}
	.twitter-timeline{
		width: 100% !important;
		height: 200px !important;
		
	}
	
}
.timeline-InformationCircle{
	display: none !important;
}

.ab-company-name {
	font-family: "Noto Serif JP", serif;
	font-family:"source-han-serif-japanese", "Noto Serif JP", serif;
	font-weight: 700;
	font-size: 2.4rem;
}

.ab-footer-address {
	min-height: 400px;
	
}
.scrolldownbtn {
	padding-top: 80px;
	position: absolute;
	left: 50%;
	top:80%;
}
.scrolldownbtn span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb 2.5s infinite;
	-webkit-animation-delay: -1s;
	animation: sdb 2.5s infinite;
	animation-delay: -1s;
	box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
	  transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
	  transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
.ab-phone-mobile{
	position: fixed;
	top:0;
	right: 10px;
	display: block;
	width: 50px;
	height: 50px;
	z-index: 9999;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	transition: all .3s cubic-bezier(0.785, 0.135, 0.15, 0.86) .1s;
	visibility: hidden;
	opacity: 0;
	box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}
.ab-phone-mobile img{
	width: 50px;
	height: 50px;
}
.abfadein{
	visibility: visible;
	opacity: 1;

}
a.modal{
	text-decoration: none;
}
.ab-news{
	transition: .2s ease;
}
a.modal:hover .ab-news{
	opacity: .8;
}
a.modal:hover{
	;
}