@charset "utf-8";
/* CSS Information========
Table of Contents:
 * info

========================== */
#container strong {
  display: inline-block;
}
/* =======================
	　とび先リンク配置
========================== */
.link {
  margin-top: -50px;
  padding-top: 50px;
  display: block;
}
/* =======================
	　ページ内リンク
========================== */
.p_navi {
  display: flex;
  justify-content: center;
  font-size: 1.6rem;
}
.p_navi li {
  padding: 0 16px;
  text-align: center;
  border-left: #adadad solid 1px;
  font-size: 1.4rem;
}
.p_navi li:last-child {
  border-right: #adadad solid 1px;
}
#container a:hover {
  text-decoration: none;
}
/* ==============================
   サムネイル画像切slide_text_l替 restaurant_box
============================== */
/* .restaurant_box .slideShow
------------------------- */
.restaurant_box .slideShow {
  text-align: left;
  display: none;
  width: 100% !important;
}
/* .mainView
------------------------- */
.restaurant_box .slideShow .mainView {
  width: 100% !important;
  overflow: hidden;
  margin-bottom: 5px;
}
.restaurant_box .slideShow .mainView ul {
  width: 100% !important;
  overflow: hidden;
  position: relative;
}
.restaurant_box .slideShow .mainView ul li {
  top: 0;
  left: 0;
  width: 100% !important;
  position: absolute;
}
/* .thumbNail
------------------------- */
.restaurant_box .slideShow .thumbNail {
  width: 100% !important;
  overflow: hidden;
}
.restaurant_box .slideShow .thumbNail ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.restaurant_box .slideShow .thumbNail ul li {
  display: inline;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 1.5%;
  margin-left: 1.5%;
  width: calc((100% - 1.5% * 4) / 5) !important;
}
.restaurant_box .slideShow .thumbNail ul li:first-child,
.restaurant_box .slideShow .thumbNail ul li:nth-child(5n + 1) {
  margin-left: 0;
}
.restaurant_box .slideShow .thumbNail ul li img {
  width: 100% !important;
}
.restaurant_box .slideShow .thumbNail ul li.active {
  filter: alpha(opacity=100) !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
}
/* =======================================
	ClearFixElements
======================================= */
.restaurant_box .slideShow ul:after {
  content: ".";
  height: 0;
  font-size: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
.restaurant_box .slideShow ul {
  display: inline-block;
}
/* ------------------------------------------------
	一応mediaQueriesの指定を入れておきますが
	スライドショー動作には関連しておりません。
------------------------------------------------ */
/* ==============================
   サムネイル画像切替 main_photo
============================== */
/* .main_photo .slideShow
------------------------- */
.main_photo {
  margin-bottom: 20px;
}
.main_photo .slideShow {
  margin: 0 auto;
  text-align: left;
  display: none;
  position: relative;
}
/* .mainView
------------------------- */
.main_photo .slideShow .mainView {
  width: 100% !important;
  overflow: hidden;
}
.main_photo .slideShow .mainView ul {
  width: 100%;
  overflow: hidden;
}
.main_photo .slideShow .mainView ul li {
  width: 100%;
}
.main_photo .slideShow .mainView ul li .mainView_mt {
  margin-top: -61%;
}
.main_photo .slideShow .mainView ul li .mainView_mt2 {
  margin-top: -177%;
}
.main_photo .slideShow .mainView ul li .mainView_mt3 {
  margin-top: -293%;
}
.main_photo .slideShow .mainView ul li .mainView_mt4 {
  margin-top: -409%;
}
.main_photo .slideShow .mainView ul li img {
  width: 100%;
}

/* sideNavi
------------------------- */
.main_photo .slideShow .mainView .btnPrev,
.main_photo .slideShow .mainView .btnNext {
  top: 0;
  width: 5%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.main_photo .slideShow .mainView .btnPrev {
  left: 0;
  background: #ccc url(../img/btnPrev.png) no-repeat center center;
}
.main_photo .slideShow .mainView .btnNext {
  right: 0;
  background: #ccc url(../img/btnNext.png) no-repeat center center;
}
/* =======================================
	ClearFixElements
======================================= */
.main_photo .slideShow ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
.main_photo .slideShow ul {
  display: inline-block;
  overflow: hidden;
}
.info_popup {
  width: 94%;
  margin: -5px auto 6%;
}
.info_popup p {
  border: #999 solid 1px;
  text-align: center;
  padding: 10px;
  margin: 10px 0 10px 0;
}
.img_right .copy_txt img {
  width: 97%;
}
.l_btn a {
  margin: 0 auto;
  background-color: #8e6127;
  color: #fff;
  font-size: 1.2rem;
  display: block;
  padding: 10px 5px;
  text-align: center;
}
div.menu_btn {
  display: flex;
  justify-content: center;
}
div.menu_btn p {
  width: 100%;
}
div.menu_btn p {
  margin-right: 10px;
}
div.menu_btn p:last-child {
  margin-right: 0;
}
div.menu_btn .m_btn a,
.l_btn a {
  margin: 0 auto;
  background-color: #8e6127;
  color: #fff;
  font-size: 1.2rem;
  display: block;
  padding: 10px 5px;
  text-align: center;
}
.l_btn a {
  width: 97%;
  font-size: 1.4rem;
}
.l_btn a:hover {
  background-color: #8e6127;
}
.m_detail {
  margin-left: 100px;
}
/* 電話番号用*/
.reservation_box {
  margin: 0 auto 20px;
  background-color: #fff;
  border: solid 1px #e5e5e5;
  padding: 3%;
  width: 70%;
}
.reservation_box h3 {
  display: block;
  width: 100%;
  padding: 10px 0;
  margin: 0 0 30px 0;
  background-color: #f2f2f2;
  text-align: center;
  font-weight: normal;
  font-size: 1.6rem;
  color: #333;
}
.reservation_box .open_anteroom {
  font-size: 1.6rem;
  margin: 0 0 20px 0;
  line-height: 1.5;
  text-align: center;
}
.reservation_box .phon_number {
  font-size: 3rem;
  background-image: url(../img/common/phon_img_001.gif);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 24px 39px;
  width: 279px;
  margin: -10px auto 0;
  text-align: center;
  line-height: 1.2;
}
.reservation_box .phon_number a {
  color: #0c000c;
}
.reservation_box .phon_number a:hover {
  color: #999;
}
/* ----------------------
dinner detail
----------------------*/
.d_detail_box {
  display: flex;
  margin-bottom: 20px;
  flex-direction: column;
}
.d_detail_box:last-child {
  margin-bottom: 0;
}
.d_detail_box .detail_txt {
  width: 100%;
  text-align: center;
}
.d_detail_box .detail_txt p {
  line-height: 1.5;
  text-align: left;
}
.d_detail_box .detail_txt a.link_text {
  text-decoration: underline;
  color: inherit;
  margin-top: 10px;
  display: block;
  text-align: left;
}
@media (any-hover: hover) {
  .d_detail_box .detail_txt a.link_text:hover {
    opacity: 0.7;
  }
}
.d_detail_box .detail_txt h4 {
  font-size: 24px;
  line-height: 1.3;
  margin: 5px auto 10px;
}
.d_detail_box .detail_txt h4 span {
  font-size: 14px;
  margin: 0;
}
.detail_img {
  margin: auto;
}
/* ------------------------------------------------
	一応mediaQueriesの指定を入れておきますが
	スライドショー動作には関連しておりません。
------------------------------------------------ */
/*スマートフォン*/
@media screen and (min-width: 0px) {
  #container {
    width: 90%;
    margin: 10px auto 70px;
  }
  #container .ttl {
    text-align: center;
    margin-top: 60px;
  }
  .ttl h2 {
    font-size: 2.4rem;
  }
  .ttl h3 {
    font-size: 2.3rem;
    margin-bottom: 25px;
  }
  #container .topicpath {
    margin-bottom: 60px;
  }
  #container .info p {
    border: 1px #999 solid;
    padding: 14px 0;
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.7;
    margin-bottom: 50px;
  }
  #container .detail_box {
    padding: 30px 0;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    line-height: 1.8;
  }
  #container .detail_box .m_tit {
    float: left;
    margin-right: 10px;
    width: 78px;
  }
  .rest_box {
    margin-bottom: 40px;
  }
  section.datail_ttl {
    margin-top: 50px;
  }
  #restaurant_bar_box {
    margin-bottom: 80px;
  }
  #container .main_txt {
    margin: 10px 0 40px 0;
    line-height: 1.8;
  }
  #container .sub_txt {
    margin: 10px 0 40px 0;
    line-height: 1.8;
  }
  .img_right {
    margin-top: 20px;
  }
  div.menu_btn {
    display: block;
  }
  div.menu_btn p {
    margin-bottom: 10px;
  }
  .reservation_box {
    width: 90%;
    padding: 3% 3% 6%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .tb_none {
    display: none;
  }
}
/* タブレット（縦） */
@media screen and (min-width: 768px) {
  #container .info p {
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 14px 0;
  }
  .pc_none {
    display: none;
  }
  /* ==============================
   サムネイル画像切替 main_photo
============================== */
  .ttl h2 {
    font-size: 3rem;
  }
  #container {
    width: 90%;
    margin: 10px auto 0px;
  }
  .p_navi li {
    padding: 0 50px;
    font-size: 1.6rem;
  }
  div.menu_btn .m_btn a {
    font-size: 1.4rem;
  }
  .main_photo {
    margin-bottom: 22%;
  }
  .main_photo .slideShow {
    width: 100% !important;
  }
  .main_photo .slideShow .mainView {
    margin-bottom: 10px;
    width: 100%;
  }
  .main_photo .slideShow2 .mainView2 {
    margin-bottom: 10px;
    width: 100%;
  }
  .main_photo .slideShow .mainView ul li {
    width: 100% !important;
  }
  .main_photo .slideShow2 .mainView2 ul li {
    width: 100% !important;
  }
  .main_photo .slideShow .mainView ul li img {
    width: 100% !important;
  }
  .main_photo .slideShow2 .mainView2 ul li img {
    width: 100% !important;
  }
  .main_photo .slideShow .mainView2 ul li .mainView_mt {
    margin-top: -62%;
  }
  .main_photo .slideShow2 .mainView2 ul li .mainView_mt {
    margin-top: -62%;
  }
  .main_photo .slideShow .mainView ul li .mainView_mt2 {
    margin-top: -178%;
  }
  .main_photo .slideShow2 .mainView2 ul li .mainView_mt2 {
    margin-top: -178%;
  }
  .main_photo .slideShow .mainView ul li .mainView_mt3 {
    margin-top: -294%;
  }
  .main_photo .slideShow .thumbNail {
    width: 100% !important;
    top: 104%;
    left: 0;
  }
  .main_photo .slideShow .thumbNail ul {
    width: 103% !important;
  }
  .main_photo .slideShow .thumbNail ul li {
    margin-left: 2%;
    width: 18% !important;
  }
  .rest_box {
    margin-bottom: 60px;
  }
  .rest_box .restaurant_box.clearfix .slide_img {
    width: 100%;
    float: left;
    margin-right: 20px;
  }
  .rest_box .restaurant_box .slide_img2,
  .rest_box .restaurant_box .slide_text_l {
    width: 50%;
    float: left;
    margin-right: 20px;
  }
  .rest_box .restaurant_box .slide_text_l p {
    margin-top: 20px;
    line-height: 2;
  }
  /* =======================
	.restaurant_box .slideShow
========================== */
  .restaurant_box .slideShow {
    width: 100% !important;
  }
  .restaurant_box .slideShow .thumbNail {
    margin-top: 0px;
  }
  .restaurant_box .slideShow .thumbNail ul li {
    margin-bottom: 1%;
    margin-left: 1%;
    width: calc((100% - 1% * 9) / 10) !important;
  }
  .restaurant_box .slideShow .thumbNail ul li:nth-child(5n + 1) {
    margin-left: 1%;
  }
  .restaurant_box .slideShow .thumbNail ul li:first-child,
  .restaurant_box .slideShow .thumbNail ul li:nth-child(10n + 1) {
    margin-left: 0;
  }
  .restaurant_box .slide_img2 .slideShow .thumbNail ul li {
    width: calc((100% - 1% * 6) / 7) !important;
  }
  .restaurant_box .slide_img2 .slideShow .thumbNail ul li:nth-child(5n + 1) {
    margin-left: 1%;
  }
  .restaurant_box .slide_img2 .slideShow .thumbNail ul li:first-child,
  .restaurant_box .slide_img2 .slideShow .thumbNail ul li:nth-child(7n + 1) {
    margin-left: 0;
  }
  /* =======================
		.menu_img
========================== */
  div.menu_btn {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }
  div.menu_btn p {
    margin: 0;
    max-width: calc(50% - 5px);
    min-width: 240px;
  }
  #main .menu .restaurant_box .menu_img {
    width: 100%;
    margin-bottom: 1%;
  }
  .img_right {
    float: right;
    width: 47%;
  }
  .rest_box .slide_mb {
    margin-bottom: 140px;
  }
  #restaurant_bar_box {
    margin-bottom: 0px;
  }
  .m_detail {
    margin-left: 100px;
  }
  .l_btn a {
    width: 50%;
    font-size: 1.4rem;
  }
  .lunch .l_btn a {
    width: 100%;
    box-sizing: border-box;
  }
  .reservation_box {
    width: 70%;
  }
  #d_detail,
  #b_detail {
    margin: 45px auto 65px;
  }
  .d_detail_box {
    display: flex;
    margin-bottom: 0px;
    flex-direction: row;
    gap: 2%;
  }
  .d_detail_box:nth-child(even) {
    flex-direction: row-reverse;
  }
  .d_detail_box .detail_img {
    width: 50%;
  }
  .d_detail_box .detail_txt {
    width: 48%;
    text-align: left;
    margin: auto;
    box-sizing: border-box;
    vertical-align: top;
  }
  .d_detail_box + .d_detail_box .detail_txt {
    padding: 0;
  }

  .d_detail_box .detail_txt h4 {
    font-size: 26px;
    vertical-align: top;
    line-height: 0.9;
    margin: 0 auto 15px;
  }
  .d_detail_box .detail_txt h4 span {
    vertical-align: top;
  }
  .d_detail_box .detail_txt p {
    line-height: 1.5;
  }
}
/*　タブレット（横）　*/
@media screen and (min-width: 1024px) {
  header #logo a {
    width: 100%;
  }
  #container {
    width: 1000px;
    margin: 0 auto 60px;
  }
  .p_navi li {
    padding: 0 70px;
    font-size: 1.6rem;
  }
  .img_right {
    float: right;
    width: 41%;
  }
  .rest_box .restaurant_box .slide_img2,
  .rest_box .restaurant_box .slide_text_l {
    width: 55%;
    float: left;
    margin-right: 20px;
  }
  .rest_box .restaurant_box .slide_text_l p {
    margin-top: 20px;
    line-height: 2;
  }
  .page_image p {
    width: 160%;
    right: -300px;
    position: absolute;
  }
  div.menu_btn {
    flex-wrap: nowrap;
  }
  .d_detail_box {
    gap: 4%;
  }
  .d_detail_box .detail_txt {
    text-align: left;
    margin: auto;
    box-sizing: border-box;
    width: 46%;
  }
  .d_detail_box .detail_txt h4 {
    font-size: 28px;
    margin: 0 auto 20px;
  }
  .d_detail_box .detail_txt p {
    font-size: 14px;
    line-height: 1.8;
  }
}
/*　PCページ　*/
@media screen and (min-width: 1025px) {
  /* ==============================
   サムネイル画像切替 main_photo
============================== */
  .rest_box .restaurant_box .slide_img {
    width: 1000px;
    margin-right: 40px;
  }
  .rest_box .restaurant_box .slide_img2,
  .rest_box .restaurant_box .slide_text_l {
    width: 550px;
    margin-right: 40px;
  }
  .rest_box .restaurant_box .slide_text_l p {
    margin-top: 10px;
    line-height: 2;
  }
  .main_photo {
    margin-bottom: 80px;
  }
  .main_photo .slideShow {
    width: 100% !important;
  }
  .main_photo .slideShow .thumbNail {
    width: 100% !important;
  }
  .main_photo .slideShow .thumbNail ul {
    margin: 0 auto 10px;
  }
  .restaurant_box .slideShow .thumbNail ul {
    width: 100% !important;
  }
  .main_photo .slideShow .thumbNail ul li {
    margin-left: 2%;
    width: 18% !important;
  }
  .main_photo .slideShow .mainView ul li .mainView_mt {
    margin-top: -65%;
  }
  .main_photo .slideShow .mainView ul li .mainView_mt2 {
    margin-top: -181%;
  }
  .main_photo .slideShow .mainView ul li .mainView_mt3 {
    margin-top: -297%;
  }
  .menu .restaurant_box .menu_text .btn a {
    padding: 10px 0 10px 2%;
  }
  .restaurant_box .slideShow .mainView {
    margin-bottom: 10px;
  }
  #container #rest_contents .slide_img2 .mainView {
    margin-bottom: 5px;
  }
  .rest_box .slide_mb {
    margin-bottom: 140px;
  }
  /* ==============================
   　　　コンテンツ内容
============================== */
  .page_image p {
    width: 100%;
    right: 0;
  }
  #container .text_l_box .text_box .m_tit {
    width: 100px;
  }
  #container #faci_wrapper #faci_contents .rest_box .text_box .detail_box {
    line-height: 1.8;
    margin: 0px 0px 30px;
  }
  #container .text_l_box .text_box {
    margin: 0px 0 40px;
  }
  #container #faci_wrapper #faci_contents .text_box p {
    line-height: 1.8;
    margin-bottom: 40px;
  }
  .ttl h3 {
    margin-bottom: 40px;
  }
  .ttl .second_top {
    margin-bottom: 40px;
  }
  #restaurant_bar_box .img_left {
    float: left;
  }
  .img_right {
    float: right;
    width: 40%;
    margin-top: 10px;
  }
  .copy_txt p {
    line-height: 1.8;
  }
  #container .rest_main_txt {
    line-height: 2;
  }
  #container .main_txt {
    margin: 30px 0 80px 0;
    line-height: 2;
  }
  #container .sub_txt {
    margin: 0px 0 40px 0;
    line-height: 1.8;
  }
  #restaurant_bar_box {
    margin-bottom: 0px;
  }
}
