@charset "utf-8";
@media (max-width: 767px) {
 .pc_v {
  display: none;
 }
 .sp_v {
  display: block;
 }
 .flex {
  flex-direction: column;
 }
 /* 全体 */
 section {
  padding: 30px 0;
 }
 h2 {
  margin-bottom: 30px;
 }
 /* width */
 #menu-wrap,
 .about-in,
 .information-in,
 .btn-wrap,
 #map,
 #shopinfo,
 #floormap,
 #gallery {}
 /* 追従エリア */
 #sp_bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  clear: both;
  overflow: hidden;
  z-index: 999;
 }
 .yoyaku {
  width: 80%;
  background: #000;
  padding: 0;
  text-align: center;
  box-sizing: border-box;
  vertical-align: middle;
 }
 .yoyaku p {
  display: block;
  width: 100%;
  line-height: 46px;
  text-align: center;
  background: #ff9a00;
  margin-top: 0;
  margin-bottom: 0;
 }
 .yoyaku p a {
  color: #000;
  font-size: 16px;
 }
 .sp_totop {
  width: 20%;
  background: #000;
  display: table-cell;
  padding: 5px 0;
  text-align: center;
  box-sizing: border-box;
  line-height: 120%;
  vertical-align: middle;
 }
 .yoyaku a {
  color: #fff;
 }
 .sp_totop a {
  color: #fff;
 }
 #nav #sns {
  background: #fff;
  position: static;
  text-align: center;
  padding: 10px 0;
 }
 #nav #sns a {
  display: inline-block;
  width: auto;
  margin: 0 5px;
  padding: 0;
  border: 0;
 }
 #nav #sns a img {
  width: auto;
  height: auto;
 }
 /* ヘッダー */
 #nav-wrap {
  margin: 0 auto;
  position: static;
  margin-left: 0;
  z-index: 99;
 }
 #nav {
  display: none;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  color: #fff;
  background: #000;
  box-sizing: border-box;
  text-align: left;
  float: none;
 }
 #nav a {
  display: block;
  width: 100%;
  padding: 10px 0 10px 20%;
  margin: 0 auto;
  box-sizing: border-box;
  font-size: 14px;
  border-bottom: 1px dotted #fff;
 }
 #nav #nav_logo {
  max-width: 100%;
  height: auto;
  position: relative;
  margin: 0 auto;
  top: 0;
 }
 .nav_box {
  margin-left: 0;
 }
 #nav a span.jp {
  position: static;
  display: inline-block;
  width: auto;
  opacity: 1;
  font-size: 12px;
  margin-left: 20px;
  color: #ccc;
 }
 #nav a:hover span.jp {}
 .tel {
  /*
  position: relative;
  z-index: 80;
  float: left;
  margin: 10px 50px 0 20px;
  font-size: 19px;
  color: #fff;
  font-family: "ヒラギノ明朝 Pro W3",
  "Hiragino Mincho Pro",
  "ＭＳ Ｐ明朝",
  "MS PMincho",
  serif;
*/
 }
 .tel a {
  color: #fff;
 }
 .tel_sp a {
  color: #fff;
  font-size: 15px;
  text-align: center;
  display: block;
  width: 170px;
  height: 30px;
  line-height: 30px;
  /*  padding-left: 15px;*/
  border-radius: 15px;
  /*  background: url(../img/icn_tel.png) 15px no-repeat #0c902c;*/
  background: #0c902c;
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -92px;
 }
 .tel_sp a i.fa {
  padding-right: 12px;
 }
 /* フッター */
 #access {
  background: url(../img/bg_access.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  padding-top: 60px;
 }
 #access .section_ttl {
  margin-bottom: 30px;
 }
 #shopinfo h3 {
  font-size: 16px;
  padding-bottom: 5px;
  border-bottom: 1px solid #232323;
  margin-top: 30px;
  margin-bottom: 10px;
 }
 #shopinfo>.fl_wrap>img.fl_left {
  width: 100%;
  height: auto;
  float: none;
 }
 #shopinfo>.fl_wrap>div.fl_right {
  margin-left: 0;
  float: none;
  margin-top: 20px;
 }
 .shopinfo_img_box {
  width: 100%;
  margin-right: 0;
  padding-right: 0;
 }
 #shopinfo img {
  max-height: 250px;
 }
 #footer {
  background-repeat: repeat-x;
  background-position: right top;
  background-size: auto 200px;
  height: 140px;
  padding-top: 25px;
  box-sizing: border-box;
 }
 #footer-menu {
  display: none;
 }
 #footer-menu a {}
 .paid_media {
  flex-direction: row;
 }
 #copy {
  font-size: 13px;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0 50px;
  border-top: none;
 }
 #totop {
  width: 55px;
  height: 63px;
  position: fixed;
  right: 37px;
  bottom: 40px;
  z-index: 999;
  display: none;
 }
 #totop img {
  width: 100%;
  height: auto;
 }
 /* メインビジュアル */
 #mainv {
  position: relative;
  width: 100%;
  height: 300px;
  color: #fff;
  padding: 90px 30px;
  box-sizing: border-box;
  z-index: 21;
 }
 .mainv_bg {
  position: absolute;
  width: 100%;
  height: 300px;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  background-position: center center;
  z-index: 23;
 }
 .mainv_logo_wrap {
  display: none;
  text-align: center;
  position: absolute;
  /* ←ここを変更 */
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 25;
 }
 .mainv_logo_wrap img {
  display: block;
  width: 100%;
  height: auto;
 }
 .mainv_logo_wrap .logo {
  display: block;
  width: 70%;
  height: auto;
  margin: 0 auto;
 }
 .page #mainv {
  position: relative;
  width: 100%;
  height: 240px;
  padding: 0;
  z-index: 21;
 }
 /* ページ */
 #about {
  padding-top: 90px;
 }
 .about-in>.fl_wrap>div {
  width: 100%;
  height: 100px;
  box-sizing: border-box;
  margin-left: 0;
  margin-top: 20px;
 }
 .about-in>.fl_wrap>div:first-child {
  margin-left: 0;
  margin-top: 0;
 }
 .about-in>.fl_wrap>div p {
  padding: 15px;
 }
 .about-in>.fl_wrap>div:hover p.about_off {
  opacity: 1;
 }
 .about-in>.fl_wrap>div p.about_on,
 .about-in>.fl_wrap>div:hover p.about_on {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  -moz-transform: none;
  -webkit-transform: none;
  transform: none;
  display: none;
  opacity: 1;
  text-align: left;
  box-sizing: border-box;
  padding: 30px;
  font-size: 13px;
  background: rgba(0, 0, 0, 0.3);
  transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  -webkit-transition: none;
 }
 .about_read {
  font-size: 16px;
  text-align: left;
  line-height: 180%;
  letter-spacing: 0;
 }
 .btn-list {
  width: 49%;
  height: 100px;
  margin-left: 2%;
  margin-bottom: 10px;
 }
 .btn-list:first-child {
  margin-left: 2%;
 }
 .btn-list:nth-child(2n-1) {
  margin-left: 0;
 }
 .btn-list img {
  height: auto;
 }
 .page h2 {
  margin-top: 20px;
  margin-bottom: 10px;
 }
 .course_list {
  margin-bottom: 50px;
 }
 .course_list table tr td:first-child {
  width: 30%;
 }
 .course_list table tr td:last-child {
  width: 70%;
 }
 .course_list>.fl_left {
  width: 100%;
 }
 .course_list>.fl_right {
  width: 100%;
  margin-top: 20px;
 }
 .nomiho_menu .fl_left {
  margin-right: 10%;
  width: 100%;
 }
 .nomiho_menu .fl_left:nth-child(2n) {
  margin-right: 0;
 }
 #course_comment {
  text-align: left;
 }
 .alc_lead {
  width: 100%;
  height: 100px;
  margin-right: 0;
  margin-bottom: 2%;
 }
 .alc_lead_in {}
 .alc_lead_in h3 {}
 .alc_list p {
  width: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 17px;
  color: #fff;
 }
 .alc_list p.alc_off {
  opacity: 1;
 }
 .alc_list:hover p.alc_off {
  opacity: 1;
 }
 .alc_list p.alc_on,
 .alc_list:hover p.alc_on {
  display: none;
  opacity: 1;
  font-size: 13px;
  padding: 30px;
  box-sizing: border-box;
  text-align: left;
  position: static;
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
  transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  -webkit-transition: none;
 }
 .alc_lead_in p:last-child {}
 .alc_list {
  width: 100%;
  height: 100px;
  margin-right: 0;
  margin-bottom: 2%;
 }
 .alc_list.active {
  height: auto;
 }
 .alc_list:nth-child(4n) {
  margin-right: 0;
 }
 .alc_list:nth-child(2n) {
  margin-right: 0;
 }
 #ryori table, #drink_menu table {
  width: 100%;
  display: block;
 }
 #ryori table tbody, #drink_menu table tbody {
  width: 100%;
  display: block;
 }
 #ryori table tr, #drink_menu table tr {
  width: 100%;
  display: block;
 }
 #ryori table tr td, #drink_menu table tr td {
  width: 100%;
/*  display: block;*/
  padding: 0 0 5px 0;
 }
 #ryori table tr td:last-child, #drink_menu table tr td:last-child {
  text-align: right;
  width: 100%;
  display: block;
  padding: 0 0 20px 0;
 }
 #nihonshu table {
  width: 100%;
  display: block;
 }
 #nihonshu table tbody {
  width: 100%;
  display: block;
 }
 #nihonshu table tr {
  width: 100%;
  display: block;
 }
 #nihonshu table tr td {
  display: block;
  width: 100%;
  padding: 0 0 5px 0;
 }
 #nihonshu table tr td:last-child {
  width: 100%;
  text-align: right;
  padding: 0 0 20px 0;
 }
 .drink_list {
  margin-top: 50px;
 }
 .drink_list h4 {
  margin-bottom: 20px;
 }
 .drink_list table {
  width: 100%;
  display: block;
 }
 .drink_list table tbody {
  width: 100%;
  display: block;
 }
 .drink_list table tr {
  width: 100%;
  display: block;
 }
 .drink_list table tr td {
  width: 100%;
  display: block;
  padding: 0 0 5px 0;
 }
 .drink_list table tr td:first-child,
 .drink_list table tr td:nth-child(3) {
  width: 100%;
 }
 .drink_list table tr td:nth-child(2) {
  width: 100%;
  padding: 0 0 20px 0;
 }
 .drink_list table tr td:last-child {
  width: 100%;
  padding: 0 0 20px 0;
 }
 #gallery .fl_left {
  width: 33.3333%;
 }
 #reservation {
  padding: 30px 5%;
  margin-bottom: 30px;
 }
 #reservation_page form table {
  width: 100%;
  display: block;
 }
 #reservation_page form table tr {
  width: 100%;
  display: block;
 }
 #reservation_page form table tr td {
  width: 100%;
  display: block;
  padding: 0;
 }
 #reservation_page form table tr td:last-child {
  width: 100%;
  padding-bottom: 20px;
 }
 #reservation_page form input,
 #reservation_page form textarea {
  width: 100%;
 }
 #reservation_page form input[type="radio"] {
  width: auto;
 }
 #reservation_page form .form_s input {
  width: 30%;
 }
 #reservation_page form textarea {
  width: 100%;
 }
 #reservation_page form input:focus,
 #reservation_page form textarea:focus {
  border: 1px solid #008e80;
 }
 #reservation_page form dt .va_top {
  padding-top: 0;
  display: block;
 }
 #reservation_page form input[type="submit"],
 #reservation_page form input[type="button"] {
  width: auto;
  padding: 5px 40px;
  display: inline-block;
  cursor: pointer;
  border-radius: 20px;
  font-size: 13px;
  font-weight: normal;
 }
 #information_arc {
  padding: 30px 5%;
  margin-bottom: 30px;
 }
 /* クーポン*/
 .coupon_box>table .coupon_naiyou {
  padding: 0;
 }
 .coupon_box>table .coupon_naiyou table td {
  padding: 5px 2px;
 }
 .coupon_box>table .coupon_naiyou table tr td:first-of-type {
  width: 40%!important;
  padding: 5px 0;
 }
 .coupon_naiyou td.coupon_dt {
  font-size: 12px;
 }
 /*サイトマップ*/
 #sitemap_list {
  width: 90%;
  margin: 0 auto;
 }
 #sitemap_list ul {
  width: 100%;
  padding-left: 1em;
 }
 #sitemap_list span {
  padding-left: 1em;
 }
}
