<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* news */
.contents_news {
  padding: 150px 50px 0 50px;
  margin-bottom: 60px;
}
.page_title h2 {
 font-size: 60px;
 font-weight: normal;
 color: #5C5353;
 margin: 0 0;
}
.page_title p {
  font-size: 20px;
  color: #5C5353;
  margin: 0 0;
}
.page_news {
  padding: 0 50px;
  padding-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .contents_news {
    padding: 90px 0px 0px 0px!important;
    margin-bottom: 30px;
  }
  .page_title h2 {
    font-size: 40px;
    font-weight: normal;
    color: #5C5353;
    margin: 0 0;
   }
   
   .page_title p {
     font-size: 18px;
     color: #5C5353;
     margin: 0 0;
   }
   .page_news {
     padding: 0 50px;
     padding-bottom: 10px;
   }
}

/*ニュースコンテンツ*/
.area_home_news {
  background-color: #fff;
  height: 515px;
}

.area_home_news h2 {
  padding-top: 60px;
}

.list_news {
  list-style: none;
  padding: initial;
  width: 100%;
  max-width: 810px;
  margin: 80px auto;
  border-top: solid 1px #dddbd7;
}
.list_news li {
  border-bottom: solid 1px #dddbd7;
  width: 100%;
}
.news_date {
  font-size: 18px;
  padding: 1px 10px;
  color: #83827F;
  margin: 0 0;
  margin-top: 30px;
}
.news_text {
  padding: 1px 10px;
  border-bottom: initial;
  height: 21px;
  width: initial;
  margin: 0 0;
  margin-bottom: 35px;
  font-size: 22px;
}
.sp_btn_ico_news {
  display: none;
}

@media screen and (max-width: 480px) {
  .area_home_news  {
    height: 600px;
    display: block;
    margin: auto;
    background-color: #fff;
  }
  .head_home_news h2 {
    display: block;
    margin: auto;
    padding: 35px;
    font-size: 25px;
  }
  .area_home_news &gt; .containar {
    padding: 20px;
    margin: 0 auto;
  }
  .list_news {
    list-style: none;
    padding: initial;
    width: 100%;
    border-top: solid 1px #dddbd7;
    margin: 40px auto;
  }
  .list_news li {
    border-bottom: solid 1px #dddbd7;
  }
  .news_date {
    font-size: 14px;
    padding: 0 10px;
    color: #83827F;
    margin: 0 0;
    margin-top: 20px;
  }
  .news_text {
    padding: 0px 10px;
    border-bottom: initial;
    height: 21px;
    width: initial;
    margin: 0 0;
    margin-bottom: 20px;
    font-size: 18px;
  }
  .sp_btn_ico_news {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .sp_btn_ico_news {
    display: flex;
    justify-content: center;
    color: #5C5353;
    text-align: center;
    background-color: #fff;
    border: 1px solid;
    border-color: #5C5353;
    position: relative;
    z-index: 1;
    bottom: -70%;
    width: 180px;
    font-size: 16px;
    line-height: 50px;
    margin: 50px auto;
  }
}

/* ページネーション */
.pager .pagination {
  text-align: center;
}

.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
  border-radius: 10px;
}


.pager .pagination li a{
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display:table;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

.pager .pagination li a span{
  display:table-cell;
  vertical-align:middle;
}

.pager .pagination li a:hover,
.pager .pagination li a.active{
  color: #fff;
  background: #5C5353;
}

@media only screen and (max-width: 767px){
  .pager .pagination li{
    display: none;
  }

  .pager .pagination li.pre,
  .pager .pagination li.next{
    display: inline-block;
    width: 40%;
    height: 50px;
    text-align: center;
    font-size: 15px;
  }

  .pager .pagination li.pre a,
  .pager .pagination li.next a{
    width: 100%;
    text-align: center;
  }

  .pager .pagination li.pre span::after{
    content: "　前の10件へ";
  }

  .pager .pagination li.next span::before{
    content: "次の10件へ　";
  }
  .pagination{
  padding: initial;
  }
}


/*Googleマップ*/
.page_access_map_title_googlemap iframe {
  width: 80%;
  height: 600px;
  margin: auto;
  display: block;
}

.page_access_map_title_googlemap {
  margin-bottom: 80px;
}

.page_access_map_title h3 {
  font-weight: normal;
  color: #5C5353;
  text-align: center;
  font-size: 30px;
  margin: 35px auto;
}

@media screen and (max-width: 757px) {
  .page_access_map {
    margin: auto;
    height: 600px;
  }
  .page_access_map_title_googlemap iframe {
    width: 90%;
    height: 450px;
    margin: auto;
    display: block;
  }
  .page_access_map_title_googlemap {
    margin-bottom: initial;
  }
}
@media screen and (max-width: 480px) {
  .page_access_map_title {
    display: block;
  }
  .page_access_map_title h3 {
    font-size: 25px;
    margin: 20px 0;
    padding-top: 15px;
  }
  .page_access_map {
    margin: auto;
    height: 450px;
  }
  .page_access_map_title_googlemap iframe {
    width: 90%;
    height: 300px;
    margin: auto;
    display: block;
  }
  .page_access_map_title_googlemap {
    margin-bottom: initial;
  }
}

/*infoコンテンツ*/
.page_access_info_logo h2 {
  padding-top: 45px;
}

.page_access_info {
  background-color: #fff;
  height: 719px;
  margin: auto;
}

.table_info {
  font-size: 18px;
  font-style: normal;
  margin: auto;
  color:#5C5353;
}

.img_info {
  margin-left: 30px;
}


/*2分割レイアウト*/
.layout_2_div {
  display: flex;
}

.sp_head_home {
  display: none;
}
@media screen and (max-width: 757px) {
  .area_home_consept &gt; .containar {
    height: 680px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0 10px;
  }
  .head_home {
    display: none;
  } 
  .sp_head_home {
    display: block;
  }
  .sp_head_home h2 {
    font-size: 17px;
    font-family: 'YuMincho', Courier, monospace;
    font-weight: normal;
  }
  .layout_2_div {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .area_home_consept &gt; .containar {
    height: 650px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0 10px;
  }
  .head_home {
    display: none;
  } 
  .sp_head_home {
    display: block;
  }
  .sp_head_home h2 {
    font-size: 17px;
    font-family: 'YuMincho', Courier, monospace;
    font-weight: normal;
  }
  .layout_2_div {
    display: block;
  }
}
.layout_2_div &gt; div {
  width: 50%;
}

/*info画像*/
.img_info img{
  width: 90%;
  object-fit: cover;
  height: 470px;
}

.page_access_info_title h3 {
  font-weight: normal;
  color: #5C5353;
  text-align: center;
  font-size: 30px;
  margin: 40px auto;
  padding-top: 35px;
}
@media screen and (max-width:757px) {
  .img_info img {
    display: none;
  }
  .page_access_info_title h3 {
    font-size: 30px;
    margin: 20px 0;
    padding-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .img_info img {
    display: none;
  }
  .page_access_info_title h3 {
    font-size: 25px;
    margin: 20px 0;
    padding-top: 30px;
  }
}

.table_info th{
  padding: 50px 5px;
  text-align: start;
}

.table_info td {
  padding: 5px 10px;
  vertical-align: top;
}

.td_item{
  width: 80px;
}

.td_contents{
  width: 400px;
}
@media screen and (max-width: 757px) {
  .page_access_info {
    background-color: #fff;
    height: 580px;
  }
  .page_access_info &gt; .containar {
    padding: 0 0;
  }  
  .page_access_info_logo img {
    width: 180px;
  }
  .table_info {
    margin: auto;
    font-size: 16px;
    justify-content: center;
  }
  .table_info td {
    padding: 5px 5px;
    vertical-align: top;
  }
  .td_item {
    width: 100px;
  }
  .td_contents{
    width: 240px;
  }
}
@media screen and (max-width: 480px) {
  .page_access_info {
    background-color: #fff;
    height: 530px;
  }
  .page_access_info &gt; .containar {
    padding: 0 0;
  }  
  .page_access_info_logo img {
    width: 180px;
  }
  .table_info {
    margin: auto;
    font-size: 13px;
    justify-content: center;
  }
  .table_info td {
    padding: 5px 5px;
    vertical-align: top;
  }
  .td_item {
    width: 60px;
  }
  .td_contents{
    width: 190px;
  }
}
/*電車でお越しの方*/
.page_access_train_title h3 {
  font-weight: normal;
  color: #5C5353;
  text-align: center;
  font-size: 30px;
  margin: 40px auto;
  padding-top: 30px;
}
.page_access_train_text {
  text-align: center;
  color: #5C5353;
  border-bottom: solid 1px #dddbd7;
  width: 70%;
  margin: 0 auto;
  padding: 10px 0 15px 0;
}
.page_access_train_title {
  border-bottom: solid 1px #dddbd7;
  width: 70%;
  margin: 0 auto;
}
.page_access_train_text p {
  margin: 20px 0;
}

.page_access_train_text a {
  margin: 0px;
  text-decoration: underline;
}

@media screen and (max-width: 480px) {
  .page_access_train_title h3 {
    font-size: 25px;
    margin: 20px 0;
    padding-top: 30px;
  }
  .page_access_train_text {
    text-align: start;
    color: #5C5353;
    border-bottom: solid 1px #dddbd7;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0 15px 0;
  }
  .page_access_train_title {
    border-bottom: solid 1px #dddbd7;
    width: 100%;
    margin: 0 auto;
  }
}

/*車でお越しの方*/
.page_access_car_title h3 {
  font-weight: normal;
  color: #5C5353;
  text-align: center;
  font-size: 30px;
  margin: 20px auto 10px auto;
  padding-top: 60px;
}

.page_access_car_text {
  text-align: center;
  color: #5C5353;
  margin: 0 auto;
  padding: 10px 0 70px 0;
}
.page_access_car_title {
  margin: 0 auto;
}
.page_access_car_text p {
  margin: 10px 0;
}
.parking_map img {
  display: block;
  width: 80%;
  margin: 0 auto;
  padding-bottom: 50px;
}

@media screen and (max-width: 480px) {
  .page_access_car_title h3 {
    font-size: 25px;
    margin: 20px 0 10px 0;
    padding-top: 40px;
  }
  .parking_map img {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .page_access_car_text {
    text-align: start;
   }
}

/*電話でお問合せ*/
.contents_contact {
  padding: 150px 50px 0 50px;
  margin-bottom: 60px;
}
.page_contact_tell {
  padding-bottom: 50px;
}
.page_contact_tell_title h3 {
  font-weight: normal;
  color: #5C5353;
  text-align: center;
  font-size: 30px;
  margin: 40px auto;
  padding-top: 30px;
}
.page_contact_tell_text {
  text-align: center;
  color: #5C5353;
  width: 70%;
  margin: 0 auto;
  padding: 10px 0 15px 0;
}
.page_contact_tell_text p {
  margin: 20px 0;
}

.page_contact_tell_text a {
  margin: 0px;
}
.page_contact_tell_number {
  text-align: center;
  font-size: 20px;
}

@media screen and (max-width: 480px) {
  .contents_contact {
    padding: 90px 0px 0px 0px!important;
    margin-bottom: 30px;
  }
  .page_contact_tell_title h3 {
    font-size: 25px;
    margin: 20px 0;
    padding-top: 30px;
  }
  .page_contact_tell_text {
    text-align: start;
    color: #5C5353;
    width: 80%;
    margin: 0 auto;
    padding: 10px 0 15px 0;
  }
  .page_contact_tell_number {
    text-align: center;
    font-size: 18px;
  }
}
/*その他のお問い合わせ*/
.page_contact_others {
  width: 100%;
  background-color: #fff;
  padding: 40px 0;
  margin-bottom: 30px;
}
.page_contact_others_title h3 {
  font-weight: normal;
  color: #5C5353;
  text-align: center;
  font-size: 30px;
  margin: 20px auto;
}
.page_contact_others_text {
  text-align: center;
  color: #5C5353;
  width: 70%;
  margin: 0 auto;
  padding: 10px 0 15px 0;
}
.page_contact_others_text p {
  margin: 20px 0;
}

@media screen and (max-width: 480px) {
  .page_contact_others_title h3 {
    font-size: 25px;
    margin: 10px auto;
  }
  .page_contact_others_text {
    text-align: start;
    color: #5C5353;
    width: 70%;
    margin: 0 auto;
    padding: 10px 0 15px 0;
  }
}

/*コンセプトボタン*/
.btn_ico_twitter {
  display: flex;
  align-items: center;
  font-size: 18px;
  height: 50px;
  padding: 0 20px 0 20px;
  color: #5C5353;
  background: #fff;
  border: 1px solid;
  border-color: #5C5353;
  position: relative;
  z-index: 1;
  justify-content: center;
  width: 230px;
  margin: 10px auto;
}

@media screen and (max-width: 480px) {
  .btn_ico_twitter {
    display: flex;
    align-items: center;
    font-size: 16px;
    height: 50px;
    padding: 0 20px 0 20px;
    color: #5C5353;
    background: #fff;
    border: 1px solid;
    border-color: #5C5353;
    position: relative;
    z-index: 1;
    justify-content: center;
    width: 180px;
    margin: 10px auto;
  }
}

/*ドリンク*/
.contents_drink {
  padding: 150px 50px 0 50px;
  margin-bottom: 60px;
}
.page_drink_price {
  padding-bottom: 30px;
}
.page_drink_price_title h3, .page_drink_menu_title h3 {
  font-weight: normal;
  color: #5C5353;
  text-align: center;
  font-size: 30px;
  margin: 40px auto;
  padding-top: 30px;
}

.page_drink_price_list {
  color: #5C5353;
  margin: 0 auto;
  font-size: 18px;
}

.page_drink_price_list th {
  text-align: start;
  font-weight: normal;
  width: 140px;
  padding: 0 30px;
}

@media screen and (max-width: 480px) {
  .contents_drink {
    padding: 90px 0px 0px 0px!important;
    margin-bottom: 30px;
  }
  .page_drink_price_title h3, .page_drink_menu_title h3 {
  font-size: 25px;
  margin: 10px auto;
  }
  .page_drink_price_list {
    font-size: 15px;
    margin-top: 30px;
  }
  .page_drink_price_list th {
    width: 130px;
    padding: 0 0;
  }
}

.layout_2_drink {
  display: flex;
}

.layout_2_drink &gt; div {
  width: 50%;
	font-size: 15px;
}

.page_drink_menu {
  background-color: #fff;
  margin-bottom: 30px;
  padding-bottom: 60px;
}

.page_drink_menu_title h3 {
  padding-top: 50px;
  margin-bottom: 30px;
}

.page_drink_menu_list_a p {
  color: #5C5353;
  width: 200px;
  margin: 20px 0 10px auto;
  padding-right: 10%;
}

.page_drink_menu_list_b p {
  color: #5C5353;
  width: 200px;
  margin: 20px auto 10px 0;
  padding-left: 10%;
}

@media screen and (max-width: 480px) {
  .layout_2_drink {
    display: block;
  }
  .layout_2_drink &gt; div {
    width: 100%;
  }
    .page_drink_menu_list_a p {
    color: #5C5353;
    width: 100%;
    margin: 20px auto 10px 0;
    padding-left: 10%;
    font-size: 15px!important;
  }
  .page_drink_menu_list_b p {
    color: #5C5353;
    width: 100%;
    margin: 20px auto 10px 0;
    padding-left: 10%;
    font-size: 15px!important;
  }
}

/*料金システム*/
.contents_system {
  padding: 150px 50px 0 50px;
  margin-bottom: 60px;
}
.page_drink_price {
  padding-bottom: 30px;
}
.page_system_title h3 {
  font-weight: normal;
  color: #5C5353;
  text-align: center;
  font-size: 30px;
  margin: 40px auto;
  padding-top: 30px;
}
.layout_2_system {
  display: flex;
}
.layout_2_system &gt; div {
  width: 50%;
}
.page_system {
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.page_system_list_b {
  border-left: solid 1px #dddbd7;
}
.page_system_list_a p {
  color: #5C5353;
  width: 220px;
  margin: 20px 0 10px auto;
  padding-right: 10%;
}
.page_system_list_b p {
  color: #5C5353;
  width: 220px;
  margin: 20px auto 10px 0;
  padding-left: 10%;
}
.page_system_caution {
  color: #5C5353;
  font-size: 15px;
  text-align: center;
  margin-right: 16%;
}
@media screen and (max-width: 480px) {
  .contents_system {
    padding: 90px 0px 0px 0px!important;
    margin-bottom: 30px;
  }
  .page_system_title h3 {
    font-size: 25px;
    margin: 10px auto;
  }
  .page_system {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .layout_2_system {
    display: block;
  }
  .layout_2_system &gt; div {
    width: 100%;
  }
  .page_system_list_a p {
    color: #5C5353;
    width: 220px;
    margin: 5px auto 0 0;
    padding-left: 10%;
    font-size: 15px;
  }
  .page_system_list_b p {
    margin: 5px auto 0 0;
    font-size: 15px;
  }
  .page_system_list_b {
    border-left: none;
    margin-top: 25px;
  }
  .page_system_caution {
    color: #5C5353;
    font-size: 10px;
    text-align: start;
    width: 90%;
    padding-left: 10%;
  }
}
/*特別料金システム*/
.page_specoal_system {
  background-color: #fff;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.page_specoal_system h3 {
  font-weight: normal;
  color: #5C5353;
  text-align: center;
  font-size: 30px;
  margin: 50px auto;
  padding-top: 50px;
}
.page_specoal_system_text p {
  color: #5C5353;
  max-width: 600px;
  width: 70%;
  margin: 40px auto;
  line-height: 30px;
}

@media screen and (max-width: 480px) {
  .page_specoal_system h3 {
    font-size: 25px;
    margin: 10px auto;
  }
  .page_specoal_system_text p {
    color: #5C5353;
    width: 85%;
    margin: 40px auto;
    line-height: 25px;
    font-size: 14px;
  }
}

/*貸し切り料金*/
.page_private_system {
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.page_private_system h3 {
  font-weight: normal;
  color: #5C5353;
  text-align: center;
  font-size: 30px;
  margin: 50px auto;
  padding-top: 50px;
}
.page_private_system_text p {
  color: #5C5353;
  max-width: 600px;
  width: 70%;
  margin: 0px auto;
  line-height: 30px;
}
@media screen and (max-width: 480px) {
  .page_private_system h3 {
    font-size: 25px;
    margin: 10px auto;
  }
  .page_private_system_text p {
    color: #5C5353;
    width: 85%;
    margin: 10px auto;
    line-height: 25px;
    font-size: 14px;
  }
}
/*予約システム*/
.contents_reserve {
  padding: 150px 50px 0 50px;
  margin-bottom: 60px;
}
.page_reserve {
  padding-bottom: 30px;
}
.page_reserve_title h3 {
  font-weight: normal;
  color: #5C5353;
  text-align: center;
  font-size: 30px;
  margin: 40px auto;
  padding-top: 30px;
}
.page_reserve_calendar {
  margin: 5%;
}
.page_reserve_text {
	text-align: center;
}

@media screen and (max-width: 480px) {
  .contents_reserve {
    padding: 90px 0px 0px 0px!important;
    margin-bottom: 30px;
  }
  .page_reserve {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .page_reserve_title h3 {
  font-size: 25px;
  margin: 10px auto;
  }
}
/*空席状況*/
.contents_availability {
  padding: 150px 50px 0 50px;
  margin-bottom: 60px;
}
.page_availability {
  padding-bottom: 30px;
}
.page_availability_title h3 {
  font-weight: normal;
  color: #5C5353;
  text-align: center;
  font-size: 30px;
  margin: 40px auto;
  padding-top: 30px;
}
.page_availability_seat {
  margin: 0 10px;
  text-align: center;
}
.page_availability_seat iframe {
  width: 80%;
  height: 600px;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .contents_availability {
    padding: 90px 0px 0px 0px!important;
    margin-bottom: 30px;
  }
  .page_availability {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .page_availability_title h3 {
  font-size: 25px;
  margin: 10px auto;
  }
  .page_availability_seat iframe {
    width: 90%;
    height: 500px;
    margin: 0 auto;
  }
}
/*ニュース一覧ページネーション*/

.wp-pagenavi {
  clear: both;
  margin: 40px auto;
  text-align: center;
  color: #5C5353;
}

.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #83827f;
  padding: 10px 12px;
  margin: 4px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border-color: #83827f;
  background-color: #5c5353;
  color: #fff;
}

.wp-pagenavi span.current {
	font-weight: normal;
}</pre></body></html>