@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
		
}
p {
margin-block-start: 0 !important;
    margin-block-end: 0 !important;
}

img {
	max-width: 100%;
}

body {
	/*font-family:"Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	/*font-family: 'Shippori Mincho B1', serif;*/
	width: 100%;
	font-size: 20px;
	
	/*font-weight:bold;*/
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0 !important;
}
.txt-white {
	color: #fff;
}

.navbar {
    padding-top: 13px;
}

.navbar-expand-lg .navbar-nav .nav-link  {
	padding: 0.5rem 1rem !important;
}

img.logo {
    width: 100%;
}

a:hover {
	text-decoration: none;
}
a.shop-hover {
	background: url("../images/nav-shop2");
}
a.shop-hover:hover {
	background: url("../images/nav-shop2");
}


.bg-dark{
	background-color: #000 !important;
}
.bk-black {
	background-color: #000;
}
.bk-beige {
	background-image: url("../images/soba/soba-bg4.jpg");
}

.bk-beige3 {
	background-image: url("../images/soba/soba-bg2.jpg");
	position: relative;
}


header {
   position: relative;
	background-color: #000;
   
}
.navbar, .clearfix {
    zoom: 1 !important;
}

.navbar a {
    color: rgba(255, 255, 255);
}
.navbar a:hover {
    color: rgba(255, 255, 255, 0.5);
}

.vertical-rl-text {
	writing-mode: vertical-rl;
	cursor: vertical-text;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
}


.fv-img-line {
 
    max-height: 100%;
}



.ttl-bk {
	background-image: url("../images/bk-take13.png");
}



/*.card-warp-2 {
	position: absolute;
    height: 635px;
    line-height: 190%;
	font-size: 20px;
	padding-top: 5rem;
	right: 0;
}*/

.card-warp-2 {
    position: absolute;
    height: 635px;
    line-height: 250%;
    font-size: 16px;
    padding-top: 5rem;
    right: 0;
}

.card-warp-link {
	display: inline-block;
	/*font-size: 20px;*/
	font-size: 16px;
	border: solid 0.5px #fff;
	/*margin-top: 5rem;*/
	border-radius: none !important;
	text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    padding: 1.5rem 0.75rem;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.card-warp-link:hover {
    color: #212529;
    text-decoration: none;
	background-color: #fff;
	transition: 0.3s;
	letter-spacing: 3px;
	
}

.card-warp-link-position {
	position: absolute;
	right: 220px;
}



a.card-warp-link {
	color: #fff;
	transition: 0.3s;
	letter-spacing: 1px;
}

.sobaimg {
	position: absolute;
	right: 0;
	width: 90%;
}



footer {
    background-image: url(../images/footer-img3-100.jpg);
    height: 260px;
    background-size: cover;
	
}

.footer-logo {
	width: 60%;
}


.tel-footer {
    height: auto;
    padding-top: 1.5rem;
}
p.address {
    padding-top: 1rem;
    font-size: 20px;
    letter-spacing: 0.5px;
}

.fv-img {
		position: relative;
	}
	.fv-img-line {
		position: absolute;
		top: 0 ;
		left: 10%;
	}

/*.fv-bk {
	background: url("../images/fv-top-img.svg") no-repeat 100% 50% / cover;
	background-size: 100% auto;
	height: 1000px;
}*/
.pdgbtm8rem {
	padding-bottom: 8rem;
	
}


@media print , screen and (min-width: 767px) {
	.sp {
		display: none;
	}	
	.sms {
	margin-top: 10em;
	margin-bottom: 10em;
}
ul.navbar-nav.mr-auto {
    position: absolute;
    right: 0px;
}
	h1 img.logo {
		width: 360px;
		padding-top: 7px;
	}	
	
	
	.col-md-4	{
		padding-right: 0px !important;
		padding-right: 0px !important;
	}
	.col-md-8	{
		padding-right: 0px !important;
		padding-right: 0px !important;
	}
	
	.col-md-3-2 {
    -ms-flex: 0 0 31%!important;
    flex: 0 0 31%!important;
    max-width: 31%!important;
	position: relative;
    width: 100%;	
}
	.col-md-9-2 {
    -ms-flex: 0 0 69%!important;
    flex: 0 0 69%!important;
    max-width: 69%!important;
	position: relative;
    width: 100%;
}
/*.imgWrap {
	overflow: hidden;	
}
.imgWrap img {
	display: block;
	
	
	transition-duration: 0.3s;	
}
.imgWrap img:hover {
	transform: scale(1.1);	
	transition-duration: 0.3s;	
}*/	
.footer-wrap {
	padding: 70px 0 10px;
	color: #fff;
}
.ttl-img {
	margin-top: 10rem;
	/*margin-bottom: 3rem;*/
}
	

	
/*.card-warp {
	position: absolute;
    height: 635px;
    line-height: 190%;
	font-size: 20px;
	padding-top: 5rem;
	right: 78px;
}*/
	
.card-warp {
    position: absolute;
    height: 635px;
    line-height: 250%;
    font-size: 16px;
    padding-top: 5rem;
    right: 55px;
    font-weight: normal;
	}
	
	
	
	
.copy {
    padding-top: 68px;
	letter-spacing: 2px;
	font-size: 14px;
	color: #adadad;
}
header {
	height: 120px;
	
}
/*.kodawari-bk-img {
	background: url("../images/pc-kodawari3.png") no-repeat;	
	background-size: 100% auto;
	margin-bottom: 5rem;
	margin-top: 5rem;
	}*/
	
.kodawari-bk-img {
    background: url(../images/pc-kodawari3.png) no-repeat;
    /*background-size: 65% auto;*/
  
    /*height: 900px;*/
	background-size: contain;
    margin-top: 3rem;
   
}	
	.sms-pc {
		margin: 0 auto;
		text-align: center;
		padding-bottom: 10rem;
		display: flex;
        justify-content: space-evenly;
	}
	.line-btn{
		padding-left: 20px;
		
	}
	
	#bk-fv-wra {
		position: relative;
		height: 690px;
		overflow: hidden;
	}
	
	.bk-fv {
		background: url("../images/soba/fv-soba5@2x-8.png") 50% 0 no-repeat ;
		background-size: 100% auto;
		-webkit-background-size:100% auto;
		height: 690px;
	}
	
	
}

img.logo:hover {
	opacity: 0.5;
	transition-duration: 0.3s;
}
.ttl-img2 {
	padding-top: 8rem;
	padding-bottom: 0;
}	
 .youtube {
    margin: 0 auto;
    text-align: center;
	 
}
.youtube-txt {
    padding-bottom: 4rem;
}

@media print , screen and (max-width: 765px) {
	.pc {
		display: none;
	}
	.sp-kunsoba {
		padding-bottom: 4rem !important;
	}
	.tenpura-wrap {
    padding-left: 15px;
    padding-right: 15px;
}
	.kamojirusoba {
		padding-bottom: 3rem;
	}
	.takeout-wrap {
		padding-left: 15px;
		padding-right: 15px;
	}
	.navbar-brand {
		height: 90%;

	/*.fv-img {
    position: relative;
    height: 400px;
    width: auto;*/
}
img.ttl-img {
    width: 80%;
}
.ttl-img {
	padding-top: 6rem;
	padding-bottom: 6rem;
}	
	/*.sp-kunsei-img {
    margin-top: 3rem;
}*/
	
.sms {
	margin-top: 3em;
	/*margin-bottom: 2em;*/
}	
	
.card-warp-link {
    margin-left: 4rem;
    margin-top: 2rem;
}
/*.card-warp {
	position: absolute;
    height: 400px;
    line-height: 190%;
	font-size: 20px;
	padding-top: 2rem;
	right: 0px;
	padding-left: 30px;
	padding-right: 30px;
}*/
	.card-warp-2 {
	position: absolute;
    height: 400px;
    line-height: 190%;
	font-size: 20px;
	padding-top: 2rem;
	right: 0px;
	padding-left: 30px;
	padding-right: 30px;
}	
	.copy {
		color: #fff;
		font-size: 12px;
		padding-top: 20px;
		padding-bottom: 4px;
	}
	/*.ttl-bk{
		background-image: url("../images/sp-kazari2@2x-8.png");
	}*/
	
	.ttl-bk2{
		background-image: url("../images/soba/kazari-gold@2x-8.png");
	}
	p.Toggle-txt {
    font-size: 10px;
    padding-top: 37px;
    color: #fff;
	text-align: center;
}
	.fv-sp-bk {
	 background: url("..images/fv-top-img3@2x-8.png")0 50% no-repeat;
	background-size: 100% auto;
	}	
.kodawari-bk-img {
	background: url("../images/sp-kodawari-bk@2x-8.png") no-repeat 0 0 / cover;	
	background-size: 100% auto;
	margin-top: 3rem;
	}
	.sns-btn {
		
	width: 80%;
	height: auto !important;
    margin: 0 auto;
    padding-bottom: 2rem;
	}
	.line-btn {
		padding-bottom: 10rem;
	}
	.sms-pc {
    margin: 0 auto;
    text-align: center;
}
	.sp-kamo-txt{
	font-size: 16px;
    padding-bottom: 6rem;
    padding-top: 3rem;
    line-height: 220%;	
	}
	
}

@media print , screen and (min-width: 1250px) {
	ul.navbar-nav.mr-auto {
    position: absolute;
    /*right: 100px !important;*/
		
}
	.sp-menu {
		display: none;
	}
	
	
	}
	
@media print , screen and (max-width: 480px) {	
	.navbar-brand  {
		height: 65px;
	}
	img.logo {
    width: 75%;
    padding-left: 15px;
}
	
	.row-sp {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    flex-direction: column-reverse;
}
	
	/*.sp-kunsei-img {
		margin-top: 3rem;
	}*/
	
	.sp-kamo {
    top: 300px;
}

	
	
	a.card-warp-link {
    color: #fff;
    height: 197px;
}
	.footer-logo {
    width: 80%;
    margin-top: 50px;
}
	.sp-footer-tel {
    margin: 0 auto;
	width: 50%;
		
	}
	p.address {
	margin: 0 auto;
	color: #fff;	
		
	}
	
	.card-warp {
   
    padding-right: 30px;
    padding-left: 15px;
    padding-top: 2rem;
    float: right;
    line-height: 210%;
	font-size: 16px;
	margin-bottom: -160px;	
}
	
.sp-hot-menu-img{
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}	
	
	}
#pagetop {
    opacity: 0;
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    right: 10px;
    bottom: 10px;
    visibility: hidden;
    z-index: 999;
    transition: opacity .5s ease, visibility .5s ease;
    -moz-transition: opacity .3s ease, visibility .5s ease;
    -webkit-transition: opacity .3s ease, visibility .5s ease;
}
	
#pagetop.visible {
    opacity: 1;
    visibility: visible;
	 width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #ccc;
    color: #333;
	
	
}
.yajirusi {
	transform: rotate(-45deg)
}

#pagetop > * {
    opacity: 1;
    transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -webkit-transition: opacity .5s ease;
}

/*ナビメニューのスタイルを指定*/
nav.NavMenu{
  position: fixed; /*表示位置を固定*/
  z-index: 10;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.7);
  color: #000;
  text-align: center;
  width: 100%; 
  transform: translateY(-100%); /*ナビを上に隠す*/
  transition: all 0.6s; /*アニメーションの時間を指定*/
  opacity: 0.9;	
  }
  
  nav.NavMenu ul{
  /*background: #000;*/
  background: rgba(0,0,0,0.3);	  
  width: 100%;
  margin: 0 auto;
  padding: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  }
  
  nav.NavMenu ul li{
  font-size: 24px;
  list-style-type: none;
  width: 100%;
  padding-bottom: 0px;
  }
  
  nav.NavMenu ul li:last-child{
  padding-bottom: 0;
  }
  
  nav.NavMenu ul li a{
  display: block;
  /*color: #fff;*/
  padding: 10px 0;
  color: #fff;
   
  }
  
  /*トグルボタンが押されたときに付与するクラス*/
  nav.NavMenu.active{
  transform: translateY(0%);
  }
  
    /*トグルボタンのスタイルを指定*/
  .Toggle {
  position: fixed;
  right: 15px;
  top: 9px;
    width: 44px;
    height: 42px;
  cursor: pointer;
  z-index: 13;
  /*background-color: #000;*/
  /*background-color: #320064;*/
  }
  
  .Toggle span {
  display: block;
  position: absolute;
  width: 31px;
  border-bottom: solid 3px #fff;
  -webkit-transition: .35s ease-in-out; /*変化の速度を指定*/
  -moz-transition: .35s ease-in-out;        /*変化の速度を指定*/
  transition: .35s ease-in-out;         /*変化の速度を指定*/
  left: 7px;
  }
  
  .Toggle span:nth-child(1) {
    top: 10px;
  }
  
  .Toggle span:nth-child(2) {
    top: 20px;
  }
  
  .Toggle span:nth-child(3) {
    top: 30px;
  }
  
  /* 最初のspanをマイナス45度に */
  .Toggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-bottom: solid 3px #fff;
  }
  
  /* 2番目と3番目のspanを45度に */
  .Toggle.active span:nth-child(2),
  .Toggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: solid 3px #fff;
  }

/*

soba.html

*/

/*p.soba-caption {
    font-size: 2rem;
	padding-top: 5rem;
	
}*/


p.soba-caption {
    font-size: 1.5rem;
    padding-top: 5rem;
    line-height: 250%;
}
/*p.smoked-caption {
    font-size: 2rem;
	color: #fff;
	padding-top: 5rem;
}*/

p.smoked-caption {
    font-size: 1.5rem;
    color: #fff;
    padding-top: 5rem;
    line-height: 250%;
}




.ttl-menu {
	padding-bottom: 1rem;
}
/*.menu-p {
	padding-bottom: 5rem;
}*/

.menu-p {
    padding-bottom: 3rem;
}

ul.menu-list li {
    list-style: none;
    padding-bottom: 28px;
	position: relative;
	z-index: 100;
}
span.menu-p-letter-s {
    letter-spacing: 4px;
}

.menu-small {
	margin-top: 71px;
}

ul {
    margin-block-start: 0 !important;
    margin-block-end: 0 !important; 
    margin-inline-start: 0 !important;
    margin-inline-end: 0 !important;
    padding-inline-start: 0 !important;
}
span.kamoshabu {
	font-size: 12px;
	
}

.ttl-menu-tenpura {
    padding-top: 100px;
}
.ttl-kaisenyasai {
	width: 200px;
	padding-bottom: 1rem;
	
}
.fv-img-soba {
	width: 100%;
	height: auto;
}

.fv-bk-soba {
	background: url("../images/soba/fv-soba@2x-8.png") no-repeat center;
	background-size: 100% auto;
	height: 780px;
}
.copy-txt-black {
	color: #333;
	
}
.takeout-p {
    padding-bottom: 2rem;
	padding-top: 3rem;
	font-size: 16px;
}


.takeout-p2 {
    padding-bottom: 13rem;
	font-size: 16px;
}

@media print , screen and (min-width: 767px) {
	.menu-wrap {
		padding-left: 75px;
		/*padding-top: 100px;*/
	}
	.pc-soba-pdgbtm {
		padding-bottom: 6rem;
	}
	
	.menu-small {
    float: left;
}
	
	.menu-small:last-child{
	margin-left: 106px;		
	}
	.row.hot-menu {
    padding-top: 120px;
}
	.kamo-menu {
    padding-top: 55px;
}
	
	/*.hot-menu h3 {
		padding-top: 100px;
	}*/
	
	.ttl-menu-h2 {
		width: 400px;
		height: auto;
		margin: 0 auto;
		margin-top: -20px;
	}	
	.ttl-takeout-h2 {
    width: 550px;
    height: auto;
    margin: 0 auto;
}
	.ttl-menu-hot {
    width: 280px;
    height: auto;
		position: relative;
		z-index: 100;
}
	.ttl-menu-h2-2 {
    width: 450px;
    height: auto;
    margin: 0 auto;
		
}
	.kazari-wrap {
	position: relative;
	}
	
	img.kazari-gold {
    position: absolute;
	z-index: -10;	
	}
	img.kazari-gold5 {
    position: absolute;
    z-index: -10;
    top: 850px;
}
	
	img.kazari-smoked {
    position: absolute;
	z-index: -10;
	right: 0;	
	}
	
	img.kazari-shop {
	position: absolute;
	z-index: -10;
	left:0;	
	}
		
	img.kazari-gold-2 {
    position: absolute;
	z-index: -10;
	right: 0;
	bottom: -1000px;
	}
	
	img.kazari-gold-6 {
    position: absolute;
	z-index: -10;
	right: 0;
	bottom: -600px;
	}
	
	img.kazari-gold-7 {
    position: absolute;
	z-index: -10;
	right: 0;
	top: 3970px;
	}
	
	.kazari-position {
		position: relative;
	}
	
	.kazari-position:before {
		content: url("../images/soba/bk-kazari.png");
		position: absolute;
		left: -200px;
		bottom: 10px;
		z-index: -1;
			
		
	}
	
	.kazari-position2 {
		position: relative;
	}
	
	.kazari-position2:before {
		content: url("../images/soba/bk-kazari.png");
		position: absolute;
		right: -200px;
		top: -100px;
		z-index: 2;
			
		
	}
	
	.kazari-wrap-2 {
	position: relative;
	}
	img.kazari-gold-3 {
    position: absolute;
	z-index: -10;
	top:2700px;	
	}
	img.pc-340-img {
		/*width: 340px;*/
		width: 517px;
		height: auto;
		position: relative;
		z-index: 3;
	}
	img.pc-780-img {
		width: 780px;
	}	
	.youtube {
		margin-bottom: 5rem;
		margin-top: 8rem;
	}
	.font-bold {
    /*font-weight: bold;*/
	font-size: 20px;
}


}

@media print , screen and (max-width: 765px) {
img.kazari-gold {
    position: absolute;
    z-index: -10;
    left: 0;
    top: 190px;
    width: 40%;
}
	.pc-kamoshabu-img{
		padding-left: 15px;
		padding-right: 15px;
	}
	img.kazari-gold-2 {
    display: none;
}
	p.soba-caption {
    font-size: 20px;
    z-index: 100;
}
	p.smoked-caption {
    font-size: 2rem;
    font-size: 1.2rem;
    z-index: 100;
	color: #fff;
	padding-bottom: 20px;
	padding-top: 20px;	
}
	
	img.kazari-gold-3 {
    position: absolute;
    width: 40%;
    right: 0;
    top: 250px;
    z-index: -10;
}
	.row.hot-menu {
    text-align: center;
}
	.ttl-img-sp {
		width: 90%;
		padding-top: 3rem;
        padding-bottom: 4rem;
	}
	.ttl-menu-hot {
    width: 70%;
}
	.menu-p-letter-s-sp-none {
		letter-spacing: 0px !important;
	}
	.mgbn3rem {
    margin-top: 7rem;
}
	.kazari-wrap-2 {
		position: relative;
	}
	img.kazari-gold-4 {
    position: absolute;
    width: 40%;
    left: 0;
    top: -30px;
    z-index: -10;
}
	.youtube {
    width: 100%;
    height: auto;
    margin-bottom: 3rem;
}
	ul.menu-list {
    padding-top: 3rem;
	
}
	.font-bold {
		font-size: 20px;
	}
	.ttl-img-sp-takeout {
	padding-top: 2rem !important;
    padding-bottom: 4rem;
    width: 100% !important;
	}
	.sp-tenpura-txt {
    padding: 40px 0 !important;
}
}


/*

smoked.html

*/

.fv-img-soba {
	width: 100%;
	height: auto;
}



.smoked-txt {
    text-align: center;
    font-size: 1.5rem;
    color: #fff;
}
.font-white {
	color: #fff;
}
.smoked-flow {
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10rem;
	width: 100%;
	padding-top: 8rem;
}



@media print , screen and (min-width: 767px) {
.mrgrgt2rem {
	margin-right: 2rem;
}
	.pdtop8rem {
	padding-top: 8rem;
}
.pdtop3rem {
	padding-top: 3rem;
}
.pdtop48 {
	padding-bottom: 48px;
}
	.smoked-caption {
		padding-top: 3rem;
	}
	.smoked-small-2 {
	margin-top: 71px;
	margin-left: 3rem;
}
	img.pc-300-img {
    width: 300px;
}

img.kazari-shop {
    position: absolute;
    z-index: -10;
    right: 0;
}
}
	
	
@media print , screen and (max-width: 765px) {	
	.smoked-flow{
		padding-top: 20rem;
	}
	
.smoked-txt {
    text-align: center;
    font-size: 16px;
}
img.kazari-smoked {
    position: absolute;
    width: 40%;
    top: 172px;
}
img.kazari-shop {
    position: absolute;
    width: 33%;
    top: 336px;
}
	p.smoked-caption {
    
    /*padding-left: 15px;
    padding-right: 15px;*/
    font-size: 16px;
	padding-bottom: 6rem;
		padding-top: 3rem;
		line-height: 220%;
}
	.pdgtop1rem {
		padding-top: 1rem;
	}
	.pdgbtm2rem {
		padding-bottom: 2rem;
	}
	.img-egg {
		padding-left: 0;
		padding-right: 0;
		text-align: left;
		z-index: 1000;
		width: 70%;
	}
	.img-gratin {
		padding-left: 0;
		padding-right: 0;
		z-index: -10;
		width: 70%;
		position: absolute;
		right: 15px;
	}
	/*.smoked-flow {
		padding-top:200px;
	}*/
}

 
/*
kamo.html

*/

.kamoshabu-center {
	text-align: center;
	color: #fff;
}
.shop-wrap {
    font-size: 16px;
}


.kamo-txt {
	text-align: center;
	margin: 0 auto;
	padding: 6rem 0 10rem;
}

.mgnbtm10rem {
	margin-bottom: 10rem;
}

.pdgtop1rem {
	padding-top: 1rem;
}


@media print , screen and (min-width: 767px) {
.kamoshabu-img {
	width: 80%;
}
}

@media print , screen and (max-width: 765px) {
	/*.kamo-txt{
		font-size: 1.2rem;
	}*/
}


/*

shop.html

*/

.pdgtop2rem {
	padding-top: 2rem;
}
.map {
	padding-top: 7rem;
	/*padding-bottom: 10rem;*/
}
.shop-tbody tr {
    /*display: block;*/
    line-height: 26px;
    border-bottom: 1px #444 solid;
    padding-bottom: 16px;
    margin-bottom: 18.3px;
}
.shop-th {
	 padding-bottom: 16px;
     margin-bottom: 18.3px;
	 padding-top: 16px;
     margin-top: 18.3px;
}
.shop-td {
	 padding-bottom: 16px;
     margin-bottom: 18.3px;
     padding-top: 16px;
     margin-top: 18.3px;	
}

.shop-wrap {
	margin: 0 auto;
	margin-top: 8rem;
	width: 100%;
}
.shop-wrap th {
    text-align: left;
    padding-left: 20px;
    width: 300px;
	font-weight: inherit;
}
a.txt-white :hover {
    color: #fff;
}



@media print , screen and (min-width: 767px) {

.shop-txt-wrap {
	position: relative;
	width: 100%;
}
	shop-txt-wra2
	{
	position: relative;
	width: 100%;
}

/*.shop-txt {
	position: absolute;
	right: -160px;
	bottom:200px;
	line-height: 200%;
	font-size: 1.5rem;
	
	
}*/
	.shop-txt {
    bottom: 130px;
    position: absolute;
    /* right: -160px; */
    /* bottom: 200px; */
    line-height: 200%;
    font-size: 1.5rem;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    height: 600px;
    color: #fff;
    margin: 0 auto;
    right: 500px;
}
.shop-wrap {
	width: 700px;
}	
}

@media print , screen and (max-width: 765px) {

.shop-txt {
	font-size: 16px;
	padding-left: 60px;
	padding-bottom: 4rem;
	/*padding-top: 1rem;*/
	text-align: center;
	padding-top: 43px;
	margin: 0 auto;
}

}

@media print , screen and (max-width: 480px) {
.ttl-kaisenyasai {
    width: 140px;
}
.menu-p {
	padding-bottom: 0;
}
.menu-p:last-child{
	padding-bottom: 5rem;
}	
	.tenpura{
		padding-bottom: 2rem;
	}
	.takeout-p{
		padding-top: 0rem;
	}
/*table {
    display: block;
}*/
th.shop-th {
    display: block;
    width: 100%;
	padding-bottom: 0;
	margin-bottom: 0;
}
	
td.shop-td {
    display: block;
    width: 100%;
	padding-left: 10px;
	padding-top: 10px;
	margin-top: 0;
}
	.sp-shop3-img {
		padding-top: 3px;
	
	}

}

img.ttl-img-2 {
    padding-top: 8rem;
}




iframe.line-it-button {
    width: 100% !important;
    height: auto !important;
    visibility: initial !important;
}
.row.hot-menu {
    font-size: 16px;
}

.kazari-wrap-2 {
    font-size: 16px;
}
.kamoshabu-center-img {
    padding-top: 7rem;
}

.animation {
  display:  block;                /* ブロック要素にする */
    margin: 0 auto;                 /* 要素中央揃え */
    position:  relative;            /* 位置指定 */
    animation: anime1 3s ease;
}
 
@keyframes anime1 {
    0% {
        opacity:  0;                /* 透明度指定 */
        top: 50px;                  /* 位置指定 */
    }
    100% {
        opacity:  1;                /* 透明度指定 */
        top: 0;                     /* 位置指定 */
    }
}
@media print , screen and (min-width: 767px) {
	.pc-fv-wra{
		background: url("../images/fv-top-img3@2x-8.png");
		background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
		height: 1000px;
	}
	.soba-pc-fv-wra {
		background: url("../images/soba/fv-soba5@2x-8.png");
		background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
		height: 830px;
		
	}
	.kamo-pc-fv-wra {
		background: url("../images/kamo/fv-kamo4@2x-8.png");
		background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
		height: 830px;
		
	}
	
	.smoked-pc-fv-wra {
		background: url("../images/smoked/fv-smoked4@2x-8.png");
		background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
		height: 830px;
		
	}
	.shop-pc-fv-wra {
		background: url("../images/shop/shop@2x-8.png");
		background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
		height: 250px;
		
	}
	.shop-pc-fv-wra2 {
		background: url("../images/shop/shop-img2.png");
		background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
		height: 600px;
		
	}
	.soba-kazari-wra1 {
		position: relative;
	}
	.soba-kazari-wra1:before {
    content: '';
    position: absolute;
    /* right: -400px; */
    width: 346px;
    height: 693px;
    background: url(../images/soba/kazari-gold.png) no-repeat center top;
    top: -218px;
    left: -200px;
}
	.soba-kazari-wra5 {
		position: relative;
	}
	.soba-kazari-wra5:before {
    content: '';
    position: absolute;
    /* right: -400px; */
    width: 346px;
    height: 693px;
    background: url(../images/soba/kazari-gold.png) no-repeat center top;
    top: -218px;
    right: 0;
}
	.soba-kazari-wra2:before {
    content: '';
    position: absolute;
    right: -270px;
    width: 346px;
    height: 693px;
    background: url(../images/soba/kazari-gold.png) no-repeat center top;
	top: 450px;
    
}
	.kamo-kazari-wra2{
   position: relative;
    
}
	.kamo-kazari-wra2:before {
    content: '';
    position: absolute;
    right: -220px;
    width: 346px;
    height: 693px;
    background: url(../images/smoked/kazari-smoked.png) no-repeat center top;
	top: 0px;
    
}
		.shop-kazari-wra2{
   position: relative;
    
}
	.shop-kazari-wra2:before {
    content: '';
    position: absolute;
    left: -400px;
    width: 346px;
    height: 693px;
    background: url(../images/smoked/kazari-smoked.png) no-repeat center top;
	top: -100px;
		
    
}
		.kamo-kazari-wra3{
   position: relative;
    
}
	.kamo-kazari-wra3:before {
    content: '';
    position: absolute;
    left: -300px;
    width: 346px;
    height: 693px;
    background: url(../images/smoked/kazari-smoked.png) no-repeat center top;
	top: 200px;
    
}
	
	.soba-kazari-wra3 {
		position: relative;
		z-index: 100;
	}
	.soba-kazari-wra3:before {
    content: '';
    position: absolute;
    /* right: -400px; */
    width: 346px;
    height: 693px;
    background: url(../images/soba/kazari-gold.png) no-repeat center top;
    top: 200px;
    left: -340px;
	z-index: 1;
}
	.soba-kazari-wra4 {
		position: relative;
		z-index: 100;
	}
	
	.soba-kazari-wra4:before {
    content: '';
    position: absolute;
    /*right: 220px;*/
    width: 346px;
    height: 693px;
    background: url(../images/soba/kazari-gold.png) no-repeat center top;
	right: -200px;
	
    
}
	.fv-img2 {
	margin: 0px auto;
    display: block;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
	}
	
	.sp{
			display: none;
		
	}	
}


body {
	min-width: 1140px;
}

@media screen and (max-width: 769px){
	body {

		min-width: initial;
	}
}

@media screen and (max-width: 896px) and (min-width: 481px) and (orientation: portrait) { 
.card-warp {
    position: absolute;
    height: 635px;
    line-height: 250%;
    font-size: 14px;
    font-weight: normal;
    right: -4px;
	padding-top: 2rem;
}
	.card-warp-2 {
    position: absolute;
    height: 635px;
    line-height: 250%;
    font-size: 14px;
    padding-top: 2rem;
    right: -10px;
}
	.card-warp-link {
		margin-top: 2rem;
	}
	.card-warp-link-position {
    position: absolute;
    right: 170px;
}
	}


.fadein {
    opacity: 0.1;
    transform: translate(0, 50px);
    transition: all 500ms;
}
.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}


@media screen and (min-width: 769px){
.btn-mgnleft {
    margin-left: 3rem;
}
	.btn {
    display: inline-block;
    position: relative;
	margin-top: 5rem;
}
.btn:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 0;
    background: #fff;
    -webkit-transition: height 0.2s ease;
    transition: height 0.2s ease;
}
 .btn:after {
    position: absolute;
    top: -40px;
    left: 50%;
    content: "";
    width: 1px;
    height: 60px;
    background: #fff;
}
}



.news-page p {
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 50px;
    padding-top: 7em;
    line-height: 1.5;
}
