@charset "UTF-8";
/*
Theme Name: yonayoa
Author: Sado Kazuhisa
Description: yonayoa Theme
Version: 1.0
*/
/* グラデ */
/* html5doctor.com Reset v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/) - http://cssreset.com */
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-color: transparent;
}

body {
  line-height: 1.8;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

address {
  font-style: normal;
}

html {
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  background: url(../images/bg.jpg) repeat 0 0 white;
  color: #56575a;
  font-family: Segoe UI, "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-size: 16px;
  white-space: normal;
  word-break: normal;
  word-wrap: break-word;
}

h3 {
  font-size: 16px;
}

p {
  margin-bottom: 10px;
}

img {
  vertical-align: bottom;
}

a {
  outline: none;
  color: #921c2f;
  text-decoration: underline;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  /*
  &:hover {
  		opacity: 0.7;
  		filter: alpha(opacity=70);
  		-ms-filter: "alpha(opacity=70)";
  }
  .btn {
  	@include transition(all 0.3s);
  	&:hover {
  		opacity: 0.7;
  		filter: alpha(opacity=70);
  		-ms-filter: "alpha(opacity=70)";
  	}
  }
  */
}

/*----------------------------------
header
----------------------------------*/
header {
  position: fixed;
  background: url(../images/bg.jpg) repeat 0 0 white;
  width: 100%;
  margin-bottom: 30px;
  z-index: 11;
  height: 169px;
  border-bottom: 1px solid #ccc;
}
header .upper_header {
  position: relative;
  padding: 8px 0 10px;
}
header .upper_header #logo {
  text-align: center;
}
header .upper_header .lang_box {
  position: absolute;
  right: 0;
  top: 15px;
  width: 150px;
  color: #333333;
}
header .upper_header .lang_box p {
  display: none;
}
header .upper_header .lang_box .lang_tit {
  float: left;
  font-size: 12px;
  margin-right: 8px;
}
header .upper_header .lang_box #translation_bar {
  display: none;
}
header .upper_header .lang_box #lang_selector {
  float: right;
}
header nav ul li {
  float: left;
  height: 50px;
  cursor: pointer;
}
header nav ul li a {
  display: block;
}
header nav ul li a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}
header nav ul li .downmenu {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 10;
}
header nav ul li .downmenu li {
  float: none;
  margin-bottom: 1px;
}
header nav ul li .downmenu li a {
  text-decoration: none;
  line-height: 50px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.8);
}
header nav ul li .downmenu li a:hover {
  color: #ffffff;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
}
header nav #restaurant_nav .downmenu {
  width: 137px;
}

#main_img {
  position: relative;
  width: 100%;
  height: 395px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#main_img #page_tit {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 960px;
  height: 61px;
  z-index: 8;
}

#main_img_normal {
  position: relative;
  width: 100%;
  height: 395px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*----------------------------------
common
----------------------------------*/
#wrapper {
  padding-top: 170px;
  margin-bottom: 100px;
}

#main {
  padding: 40px 0 80px;
}
#main h1 {
  margin: 0 0 20px;
}
#main section {
  margin: 0 0 60px;
}

/* サイドナビ */
#side_nav {
  position: fixed;
  right: 10px;
  bottom: 0;
  width: 170px;
  height: 124px;
}
#side_nav.sidenav_fix {
  position: absolute;
  top: -129px;
}
#side_nav ul {
  position: relative;
}
#side_nav ul li {
  width: 170px;
  margin-bottom: 1px;
}
#side_nav ul li.snav_location ul {
  position: absolute;
  display: none;
  bottom: 0px;
  left: -160px;
}
#side_nav ul li.snav_location ul li {
  width: 158px;
  border-style: solid;
  border-color: #bbbbbb;
  border-width: 1px 1px 0 1px;
  margin-bottom: 0;
}
#side_nav ul li.snav_location ul li a {
  display: block;
  height: 24px;
  padding: 3px 10px 3px 20px;
  background: url(../images/ico_arr_red.jpg) no-repeat 10px 45% #fafafa;
  color: #921c2f;
  text-decoration: none;
  line-height: 24px;
}

/*----------------------------------
home
----------------------------------*/
.top_left {
  float: left;
  width: 660px;
}
.top_left li {
  margin-bottom: 13px;
}

.top_right {
  float: right;
  width: 290px;
}
.top_right li {
  margin-bottom: 12px;
}

/*----------------------------------
店舗
----------------------------------*/
#main.restaurant_contents .inner section {
  margin: 0 0 -60px;
  padding-top: 175px;
}
#main.restaurant_contents .inner section:first-child {
  padding-top: 0;
}
#main.restaurant_contents .inner section:last-child {
  margin-bottom: 0;
}
#main.restaurant_contents .shop_news {
  position: relative;
}
#main.restaurant_contents .shop_news .to_news {
  position: absolute;
  top: 8px;
  right: 10px;
}
#main.restaurant_contents .shop_news .to_news a {
  background: url(../images/ico_arr_red.jpg) no-repeat 0 45% transparent;
  text-decoration: none;
  font-size: 12px;
  padding-left: 12px;
  color: #333333;
}
#main.restaurant_contents .shop_news .news_item {
  padding: 5px 0;
}
#main.restaurant_contents .shop_news .news_item h3 {
  font-weight: normal;
}
#main.restaurant_contents .shop_news .news_item .thumbnail {
  max-height: 70px;
  overflow: hidden;
}
#main.restaurant_contents .shop_news .news_item .thumbnail img {
  width: 70px;
  height: auto;
}
#main.restaurant_contents .con_l {
  float: left;
  width: 420px;
}
#main.restaurant_contents .con_r {
  float: right;
  width: 420px;
}
#main.restaurant_contents .fb_box {
  border: 1px solid #cccccc;
}
#main.restaurant_contents .fb_box .fb-like-box {
  background: #ffffff;
}
#main.restaurant_contents .fb_box .fb_post {
  width: 398px;
  margin: 0 auto;
  padding: 5px 0;
  border-top: 1px solid #cccccc;
}
#main.restaurant_contents .fb_box .fb_post .link_tit {
  background: url(../images/link_tit.jpg) no-repeat scroll 2px 50% transparent;
  font-size: 11px;
  margin-bottom: 5px;
  padding-left: 12px;
}
#main.restaurant_contents #menu ul li {
  float: left;
  width: 225px;
  margin: 0 20px 20px 0;
}
#main.restaurant_contents #menu ul li img {
  margin-bottom: 8px;
}
#main.restaurant_contents #reservation h2 {
  border: none;
  font-size: 14px;
  margin-bottom: 10px;
}
#main.restaurant_contents #reservation #or_tel {
  background: url(../images/ico_tel.png) no-repeat scroll 2px 50% transparent;
  padding-left: 26px;
}
#main.restaurant_contents #access .con_l {
  width: 490px;
}
#main.restaurant_contents .address {
  width: 420px;
  text-align: left;
}
#main.restaurant_contents .address th {
  font-size: 12px;
  padding: 5px 0 5px 3px;
  font-weight: bold;
}
#main.restaurant_contents .address td {
  font-size: 12px;
  padding: 5px 0 5px 3px;
}
#main.restaurant_contents .shop_icon {
  margin-top: 10px;
}
#main.restaurant_contents .shop_icon li {
  float: left;
  margin: 0 5px 10px 0;
}
#main.restaurant_contents #layout div {
  width: 420px;
}
#main.restaurant_contents #layout .con_l {
  width: 315px;
}
#main.restaurant_contents #layout #layout_map {
  position: relative;
}
#main.restaurant_contents #layout #layout_map span {
  position: absolute;
  cursor: pointer;
}
#main.restaurant_contents #layout .layout_aoyama {
  background: url(../images/aoyama/lay_ao.jpg) no-repeat scroll 0 0 transparent;
  width: 420px;
  height: 262px;
  /*
  #yonayoa_aoyama_interior_1 {
  	left: 105px;
  	top: 225px;
  }
  #yonayoa_aoyama_interior_2 {
  	left: 270px;
  	top: 235px;
  }
  #yonayoa_aoyama_interior_3 {
  	left: 80px;
  	top: 172px;
  }
  #yonayoa_aoyama_interior_4 {
  	left: 248px;
  	top: 172px;
  }
  #yonayoa_aoyama_interior_5 {
  	left: 367px;
  	top: 163px;
  }
  */
}
#main.restaurant_contents #layout .layout_kanda {
  background: url(../images/kanda/lay_kan.jpg) no-repeat scroll 0 0 transparent;
  width: 640px !important;
  height: 220px;
}
#main.restaurant_contents #layout .layout_akasaka {
  background: url(../images/akasaka/lay_aka.jpg) no-repeat scroll 0 0 transparent;
  width: 434px !important;
  height: 434px;
}
#main.restaurant_contents #layout .layout_kichijoji {
  background: url(../images/kichijoji/lay_kichi.jpg) no-repeat scroll 0 0 transparent;
  width: 550px !important;
  height: 345px;
}
#main.restaurant_contents #layout .layout_shinjuku {
  background: url(../images/shinjuku/lay_shin.jpg) no-repeat scroll 0 0 transparent;
  width: 550px !important;
  height: 280px;
}
#main.restaurant_contents #layout .layout_ebisu {
  background: url(../images/ebisu/lay_ebisu.jpg) no-repeat scroll 0 0 transparent;
  width: 550px !important;
  height: 280px;
}
#main.restaurant_contents #layout .layout_kabukicho {
  background: url(../images/kabukicho/lay_kabukicho.jpg) no-repeat scroll 0 0 transparent;
  width: 440px !important;
  height: 241px;
}
#main.restaurant_contents #gallery .gallery_list {
  padding: 30px 30px 15px 30px;
  border: 5px solid #dddddd;
  background: #f9f9f9;
}
#main.restaurant_contents #gallery .gallery_list li {
  overflow: hidden;
  float: left;
  height: 90px;
  margin-bottom: 15px;
  padding: 0 10px;
}
#main.restaurant_contents #gallery .gallery_list li img {
  width: 158px;
  height: auto;
}
#main.restaurant_contents #staff .staff_img {
  float: left;
  width: 200px;
}
#main.restaurant_contents #staff .staff_info {
  float: right;
  width: 730px;
}
#main.restaurant_contents #staff .staff_info .staff_name {
  font-size: 20px;
  margin-bottom: 15px;
}
#main.restaurant_contents #recruit li {
  float: left;
  margin-right: 20px;
}
#main.restaurant_contents #recruit li img {
  margin-bottom: 8px;
}

.radius_box {
  background: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 20px 14px;
}

/*----------------------------------
店舗ニュース
----------------------------------*/
.news_wrapper {
  margin-bottom: 80px;
}

.news_contents #archive {
  width: 600px;
  margin: 0 auto 45px;
}
.news_contents #archive article {
  margin-bottom: 45px;
}
.news_contents #archive article img {
  max-width: 600px;
  height: auto;
}
.news_contents #archive article .news_tit_box {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #56575a;
  font-size: 16px;
}
.news_contents #archive article .news_tit_box .news_date {
  width: 47px;
  height: 39px;
  float: left;
  margin-right: 15px;
  padding-top: 8px;
  line-height: 1.1;
  background: #5c4b34;
  color: #ffffff;
  font-weight: normal;
  text-align: center;
  font-size: 14px;
}
.news_contents #archive article .news_tit_box .news_tit {
  float: left;
  margin: 0;
  padding-top: 9px;
}
.news_contents #archive .archive_info {
  margin-bottom: 10px;
}
.news_contents #archive .archive_info li {
  float: left;
  margin-right: 10px;
}
.news_contents #archive_box {
  width: 600px;
  margin: 0 auto;
}
.news_contents #archive_box h3 {
  font-weight: normal;
  margin-right: 10px;
}
.news_contents #archive_box select {
  margin-top: 5px;
}
.news_contents #archive_box #arc_upper h3, .news_contents #archive_box #arc_upper select {
  float: left;
}
.news_contents #archive_box #arc_upper aside {
  margin-bottom: 15px;
}
.news_contents #archive_box #arc_upper .month {
  margin-right: 20px;
}
.news_contents #archive_box #arc_upper .index select {
  width: 300px;
}
.news_contents #archive_box #arc_lower li {
  float: left;
  margin-right: 15px;
  width: 60px;
  height: 60px;
  overflow: hidden;
}
.news_contents #archive_box #arc_lower li img {
  width: 60px;
  height: auto;
}

/*----------------------------------
concept
----------------------------------*/
#container {
  height: 750px;
  width: 100%;
}

#main .con_img {
  margin-bottom: 30px;
}

/*----------------------------------
beer
----------------------------------*/
.nomikurabe_box {
  margin: 100px auto 0;
}
.nomikurabe_box h2 {
  margin-bottom: 15px;
}
.nomikurabe_box .nomikurabe {
  line-height: 1.8;
  height: 101px;
  padding: 40px 280px 23px 40px;
  background: url(../images/bg_nomikurabe.jpg) no-repeat 0 0 transparent;
}

.w860 {
  width: 860px;
  margin: 0 auto;
}
.w860 #intro {
  margin-bottom: 45px;
}

/*----------------------------------
about us
----------------------------------*/
.about_contents section {
  margin-bottom: 100px !important;
}
.about_contents section .fl_l, .about_contents section .fl_r {
  width: 447px;
}
.about_contents section .fl_l h2, .about_contents section .fl_r h2 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: normal;
}
.about_contents section .fl_l img, .about_contents section .fl_r img {
  margin: 0;
}

.about_header {
  font-size: 24px;
  color: #444;
  font-weight: normal;
  border-bottom: 3px solid #964;

}

/*----------------------------------
footer
----------------------------------*/
footer {
  position: relative;
  padding: 15px 0 45px;
  border-top: 5px solid #ffde00;
  font-size: 12px;
}

/*----------------------------------
汎用
----------------------------------*/
.page_navi li {
  display: inline;
}

.page_navi a,
.page_navi span {
  background: url(../images_smartphone/paginate_bg.png) no-repeat 50% 0 transparent;
  background-size: 167px 33px;
  border: 1px solid #3a2729;
  margin: 0;
  padding: 10px 20px;
  text-decoration: none;
}

.pager a {
  padding: 3px 8px;
  background: #921c2f;
  color: #ffffff;
  text-decoration: none;
}
.pager span.current {
  padding: 2px 7px;
  border: 1px solid #921c2f;
  color: #921c2f;
  text-decoration: none;
}

.single_pager .nav-next {
  float: right;
}
.single_pager .nav-previous {
  float: left;
}

.inner {
  width: 960px;
  margin: 0 auto;
}

.relative {
  position: relative;
}

.btn {
  cursor: pointer;
}

.icon {
  vertical-align: middle;
  margin-right: 5px;
}

.dn {
  display: none;
}

.fl_r {
  float: right;
}
.fl_r img {
  margin-left: 20px;
}

.fl_l {
  float: left;
}
.fl_l img {
  margin-right: 20px;
}

.of_h {
  overflow: hidden;
}

.ta_c {
  text-align: center;
}

.ta_l {
  text-align: left;
}

.ta_r {
  text-align: right;
}

.m0 {
  margin: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mr30 {
  margin-right: 30px !important;
}

#wrapper.pt0 {
  padding-top: 0;
}

.pt40 {
  padding-top: 40px !important;
}

/* For modern browsers */
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1;
}
