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

========================== */
/* =======================
	　とび先リンク配置
========================== */
.link {
  margin-top: -62px;
  padding-top: 62px;
  display: block;
}
/* =======================
	　info
========================== */
.info {
  margin: 0 auto 40px;
}
.info p {
  border: 1px #999 solid;
  padding: 14px 0;
  text-align: center;
}
.info p span {
  color: red;
}
.info p a {
  text-decoration: underline;
}
.info p a:hover {
  text-decoration: none;
}
/* =======================
	　ページ内リンク
========================== */
.p_navi {
  display: flex;
  justify-content: center;
  font-size: 1.6rem;
  flex-wrap: wrap;
}
.p_navi li {
  padding: 5px 0;
  text-align: center;
  border-left: #adadad solid 1px;
  width: 49%;
  margin: 10px 0;
}
.p_navi li:nth-child(even) {
  border-right: #adadad solid 1px;
}
/* ==============================
   サムネイル画像切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;
}
.mainView_overlay_caption {
  display: block;
  position: absolute;
  bottom: 8px;
  color: #fff;
  text-shadow: 0.2em 0 1em rgba(0, 0, 0, 0.8), 0 0.2em 1em rgba(0, 0, 0, 0.8), -0.2em 0 1em rgba(0, 0, 0, 0.8), 0 -0.2em 1em rgba(0, 0, 0, 0.8);
  font-size: clamp(1.3rem, 2.5vw, 2.2rem);
  right: 8px;
}
/* .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: ".";
  font-size: 0;
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
.restaurant_box .slideShow ul {
  display: inline-block;
}
.img_right .copy_txt {
  line-height: 1.8;
}
.img_right .copy_txt img {
  width: 97%;
}
#container .detail_box {
  padding: 15px 0;
  margin: 25px 0 0;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  line-height: 1.4;
}
#container .detail_box_list {
  display: grid;
  grid-template-columns: minmax(4em, auto) 1fr;
  column-gap: 30px;
  margin: 0;
  row-gap: 4px;
  margin: 0;
}
.detail_box > .detail_box_list + * {
  margin-top: 20px;
}
/* ------------------------------------------------
	一応mediaQueriesの指定を入れておきますが
	スライドショー動作には関連しておりません。
------------------------------------------------ */
/*スマートフォン*/
@media screen and (min-width: 0px) {
  #container {
    width: 90%;
    margin: 10px auto 70px;
  }
  #container .ttl {
    text-align: center;
  }
  .ttl h2 {
    font-size: 2.4rem;
    line-height: 1.4;
  }
  #container .topicpath {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 568px) {
  header #logo a {
    display: block;
    margin: 0 auto;
  }
}
/* タブレット（縦） */
@media screen and (min-width: 768px) {
  .pc_none {
    display: none;
  }
  /* =======================
	　とび先リンク配置
========================== */
  .link {
    margin-top: -124px;
    padding-top: 124px;
    display: block;
  }
  /* =======================
	　info
========================== */
  .info p {
    text-align: center;
  }
  /* ==============================
   サムネイル画像切替 main_photo
============================== */
  .ttl h2 {
    font-size: 3rem;
  }
  #container {
    width: 90%;
    margin: 10px auto 0px;
  }
  .p_navi {
    flex-wrap: nowrap;
  }
  .p_navi li {
    padding: 0px 20px;
  }
  .p_navi li:nth-child(even) {
    border-right: none;
  }
  .p_navi li:last-child {
    border-right: #adadad solid 1px;
  }
  .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;
  }
  /* =======================
	.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
========================== */
  .img_right {
    float: right;
    width: 47%;
  }
  .btn {
    width: 45%;
    margin: 0 auto;
  }
  .dinnerbar .menu_btn,
  .lunchcafe .menu_btn {
    display: flex;
    width: 75%;
    margin: 0 auto;
  }
  .dinnerbar .btn {
    margin: 0 10px;
  }
  #container .detail_box {
    padding: 30px 0;
    line-height: 1.8;
  }
  #container .detail_box.b_list {
    padding: 15px 0;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    margin: 0px 0 0;
  }
}
/*　タブレット（横）　*/
@media screen and (min-width: 1024px) {
  header #logo a {
    width: 100%;
  }
  #container {
    width: 1000px;
    margin: 0 auto 60px;
  }
  .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;
  }
  .room_type .slideShow .thumbNail {
    margin-top: 0px;
  }
}
/*　PCページ　*/
@media screen and (min-width: 1025px) {
  /* =======================
	.restaurant_box .slideShow
========================== */
  #container {
    width: 1000px;
    margin: 0 auto 60px;
  }
  /* ==============================
   サムネイル画像切替 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: 30px;
  }
  .restaurant_box .slideShow .thumbNail ul {
    width: 100% !important;
  }
  .restaurant_box .slideShow .mainView {
    margin-bottom: 10px;
  }
  #container #rest_contents .slide_img2 .mainView {
    margin-bottom: 10px;
  }
  /* ==============================
   　　　コンテンツ内容
============================== */
  .img_right {
    float: right;
    width: 40%;
    margin: 10px 20px 0 0;
  }
  #container .detail_box {
    line-height: 1.8;
    margin: 0px 0px 30px;
  }
}
