@charset "utf-8";
@media (max-width: 1024px)  {
 .pc_v {
  display: none;
 }
 .sp_v {
    display: inherit;
 }
 
body {
/* 	overflow-x: hidden; */
	}
 /* スマホメニュートリガー 共通 */
.menu-trigger-pc { display:none;}
 .menu-trigger,
 .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
 }
 .menu-trigger {
  position: fixed;
  width: 30px;
  height: 22px;
  top: 20px;
  right: 20px;
  z-index: 100;
  cursor: pointer;
 }
 .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
 }
 .menu-trigger span:nth-of-type(1) {
  top: 0;
 }
 .menu-trigger span:nth-of-type(2) {
  top: 9px;
 }
 .menu-trigger span:nth-of-type(3) {
  bottom: 0;
 }
 /* スマホメニュートリガー エフェクト */
 .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
 }
 .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
 }
 .menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
 }
 /* ハンバーガーメニュー */
 /* 全体 */
 section {
  width: 100%;
 /* padding: 30px 0; */
  box-sizing: border-box;
 }
 a {
  text-decoration: none;
  outline: none;
  color: #000;
 }
 img {
  vertical-align: top;
 }
 .fl_wrap {
  clear: both;
  overflow: hidden;
 }
 .fl_left {
  float: left;
 }
 .fl_right {
  float: right;
 }
 .btn_1 {}
 .btn_2 {}

 /* width */
 #menu-wrap,
 #breadcrumb,
 .menu-in,
 .vision-in,
 .space-in,
 .reservation-in,
 .information-in,
 .blog-in,
 .btn-wrap,
 #map,
 #shopinfo,
 .w1000,
 #shokuzai,
 #floormap,
 #insta,
 #gallery {
  width: 95%;
 }
 /* 追従エリア */
 /*
 .window_right {
  position: fixed;
  top: 60%;
  right: 0;
  width: 42px;
  height: auto;
  display: inline-block;
  z-index: 98;
 }
 .window_right img {
  width: 100%;
  height: auto;
 }
*/
 /* 追従エリア */
 #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: 39px;
  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-wrap2 {
  width: 100%;
  padding-bottom: 15px;
  height: 40px;
 }
 .page #nav-wrap2 {
  background: rgba(0, 0, 0, 0.4);
 }
 #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: rgba(156, 81, 101, 0.95);
  box-sizing: border-box;
  text-align: left;
  float: none;
 }
 #nav a {
  display: block;
  width: 100%;
  padding: 20px 0 20px 10%;
  margin: 0 auto;
  box-sizing: border-box;
  font-size: 20px;
  border-bottom: 1px dotted #fff;
 }
 #nav a span.jp {
  position: static;
  display: inline-block;
  width: auto;
  opacity: 1;
  margin-left: 20px;
  color: #ccc;
  font-size: 13px;
 }
 #nav a:hover span.jp {}
 .tel {
  position: relative;
  z-index: 80;
  float: right;
  margin: 10px 30px 0 20px;
  font-size: 19px;
  color: #fff;
/*  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;*/
 }
 .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: #9c5165;
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -92px;
 }
 .tel_sp a i.fa {
  padding-right: 12px;
 }
  #nav #sns {
  background-color:transparent;
  position: static;
  text-align: center;
  padding: 10px 0;
  width: 100%;
 }
 #nav #sns a {
  display: inline-block;
  width: auto;
  margin: 0 5px;
  padding: 0;
  border: 0;
  float:none;
 }

 /* フッター */
 #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;
 }
 #map {
  height: 350px;
 }
 #totop {
  width: 64px;
  height: 87px;
  position: fixed;
  right: 10px;
  bottom: 50px;
  z-index: 999;
  display: none;
 }
 #totop img {
  width: 100%;
  height: auto;
 }
 /* メインビジュアル */
 #top #mainv {
  position: relative;
  width: 100%;
  height: 500px;
  color: #fff;
  padding: 90px 30px;
  box-sizing: border-box;
  z-index: 21;
 }
 .mainv_bg {
  position: absolute;
  width: 100%;
  height: 500px;
  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 h1 {}
 .mainv_logo_wrap h1 img {
  display: block;
  width: 100%;
  height: auto;
 }
 .mainv_logo_wrap h1 .logo {
  display: block;
  width: 204px;
  height: auto;
  margin: 0 auto 45px;
 }
 .mainv_logo_wrap h1 .lead {
  display: block;
  width: 304px;
  height: auto;
  margin: 0 auto 45px;
 }
 .page #mainv {}
 /* ページ */
 .top {}
 #about {}
 .menu-in {}
 .menu-in>.fl_wrap {}
 .menu-img1 {}
 .menu-img2 {}
 .menu-img3 {}

 .menu-in>.fl_wrap>div:first-child {
  margin-left: 0;
 }
 .menu-in>.fl_wrap>div p {}
 
 #information {
  /* background: url(../img/bg_info.png); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
 }
 .information-in {}
 .list_wrap {}
 .list {}
 .list:last-child {}
 .info-date {}
 .readmore {}
 #top-btn {}
 .btn-wrap {}
 .btn-list {
  width: 48%;
  height: 200px;
  margin-left: 4%;
  margin-bottom: 20px;
 }
 .btn-list:first-child {
  margin-left: 4%;
 }
 .btn-list:nth-child(2n-1) {
  margin-left: 0;
 }
 .btn-list p {}
 .btn-list img {}
 .btn-list:hover img {}
 .page h2 {
  margin-bottom: 30px;
 }
 #course_menu {}
 .course_list {
  margin-bottom: 50px;
 }
 .course_list>.fl_left {
  width: 40%;
 }
 .course_list>.fl_right {
  width: 55%;
 }
 .nomiho_menu .fl_left {
  margin-right: 10%;
  width: 45%;
 }
 .nomiho_menu .fl_left:nth-child(2n) {
  margin-right: 0;
 }
 .alc_lead {
  width: 49%;
  height: 273px;
  box-sizing: border-box;
  border: 1px solid #000;
  position: relative;
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
 }
 .alc_lead_in {}
 .alc_lead_in h3 {}
 .alc_lead_in p {}
 .alc_lead_in p:last-child {}
 .alc_list {
  width: 49%;
  height: 273px;
  margin-right: 2%;
  margin-bottom: 2%;
 }
 .alc_list:nth-child(4n) {
  margin-right: 2%;
 }
 .alc_list:nth-child(2n) {
  margin-right: 0;
 }
 .alc_list p {}
 #nihonshu>.fl_left {
  margin-right: 0;
  width: 100%;
 }
 #nihonshu>.fl_left:nth-child(2n) {
  margin-right: 0;
 }
 #nihonshu table {
  width: 100%;
 }
 #nihonshu table tr td {
  width: 65%;
  padding-bottom: 20px;
 }
 #nihonshu table tr td:last-child {
  width: 35%;
  text-align: right;
 }
 .drink_list {
  margin-top: 50px;
 }
 .drink_list h4 {
  margin-bottom: 20px;
 }
 .drink_list table {
  width: 100%;
 }
 .drink_list table tr td {
  padding-bottom: 20px;
 }
 .drink_list table tr td:last-child,
 .drink_list table tr td:nth-child(2) {
  text-align: right;
 }
 .drink_list table tr td:first-child,
 .drink_list table tr td:nth-child(3) {
  width: 31.2%;
 }
 .drink_list table tr td:nth-child(2) {
  width: 20.8%;
  padding-right: 40px;
 }
 .drink_list table tr td:last-child {
  width: 16.8%;
 }
 #floormap {}
 .map_floor_base {
  width: auto;
  height: auto;
  max-width: 100%;
 }

/*blog*/
article.blogpost {
	width:100%;
	margin-right: 1%;
}
article.blogpost:nth-child(2n)  {
	margin-right: 0;
}
article.blogpost .entry-thumb{
	border:solid 1px #eaeaea;
}
article.blogpost .entry-thumb a{
height: auto;
display: inline;
overflow: inherit;
}

article.blogpost .entry-thumb img{
	width:100%;
}
article.blogpost .entry-detail {
	text-align:left;
}
article.blogpost .link_viewmore {
	margin:2em 0 1em 0;

}


}
