@charset "UTF-8";
/* ---------------------------------------------------
	common
------------------------------------------------------ */
#pagetit {
  background: url(../img/lunch_dinner/pagetit_bg.jpg) center;
  background-size: cover;
}

.border_tit {
  margin-top: 92px;
  padding: 0 50px 16px;
  border-bottom: 1px solid #d0d0d0;
  font-size: 2rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 810px) {
  #pagetit {
    background: url(../img/lunch_dinner/pagetit_bg_sp.jpg) center;
    background-size: cover;
  }
  .border_tit {
    margin-top: 59px;
    padding: 0 10px 10px;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
}
/* ---------------------------------------------------
	lunch_sec
------------------------------------------------------ */
#lunch_sec {
  padding: 64px 0 128px;
}
#lunch_sec .lunch_col .col_img {
  width: calc(50% + 160px);
}
#lunch_sec .lunch_col .col_img img {
  width: 100%;
  height: auto;
}
#lunch_sec .lunch_col .col_txt {
  width: calc(50% - 160px);
  padding: 0 48px 0;
}
#lunch_sec .lunch_col .col_txt .txt_container {
  max-width: 330px;
  margin-left: auto;
}
#lunch_sec .lunch_col .col_txt .sec_lead {
  margin-bottom: 16px;
}
#lunch_sec .border_box {
  margin-top: 96px;
}
#lunch_sec .border_box .box_txt {
  width: 43%;
}
#lunch_sec .border_box .box_txt .sec_lead {
  margin-bottom: 24px;
  font-size: 2rem;
  letter-spacing: 0.2em;
  line-height: 1.75;
}
#lunch_sec .border_box .box_img {
  width: 50%;
}
#lunch_sec .table th {
  padding-left: 50px;
}
#lunch_sec .menu_box {
  padding: 28px 50px;
  border-bottom: 1px solid #bc9f77;
}
#lunch_sec .menu_tit {
  margin-bottom: 8px;
  font-size: 2rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
#lunch_sec .menu_col {
  line-height: 2.25;
}
#lunch_sec .menu_col .col_tit {
  width: 220px;
  color: #bc9f77;
}
#lunch_sec .menu_col .col_body {
  width: calc(100% - 220px);
}
#lunch_sec .menu_col .inner_col + .inner_col {
  margin-top: 32px;
}
#lunch_sec .menu_col .inner_col .col_txt {
  width: 44%;
}
#lunch_sec .menu_col .inner_col .col_txt .txt_price {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 240px;
}
#lunch_sec .menu_col .inner_col .col_txt .txt_price .name {
  display: flex;
  align-items: center;
  margin-right: 8px;
  flex-grow: 1;
}
#lunch_sec .menu_col .inner_col .col_txt .txt_price .name::after {
  content: "";
  display: block;
  background: url(../img/common/icon_dots.png) repeat-x left top;
  width: 11px;
  height: 4px;
  background-size: auto 4px;
  margin-left: 8px;
  flex-grow: 1;
}
#lunch_sec .menu_col .inner_col .col_txt .txt_price .price {
  margin-left: auto;
}
#lunch_sec .menu_col .inner_col .col_txt .txt_list {
  justify-content: flex-start;
}
#lunch_sec .menu_col .inner_col .col_txt .txt_list li:after {
  content: "・";
}
#lunch_sec .menu_col .inner_col .col_txt .txt_list li:last-of-type:after {
  content: none;
}
#lunch_sec .menu_col .inner_col .col_img {
  position: relative;
  width: 52%;
  max-width: 390px;
}
#lunch_sec .menu_col .inner_col .col_img .img_txt {
  position: absolute;
  left: 10px;
  top: 10px;
}
#lunch_sec .menu_col .inner_col .col_img .img_txt02 {
  position: absolute;
  bottom: 0;
  right: 0;
  text-shadow: 1px 1px 2px #000, -1px 1px 2px #000, 1px -1px 2px #000, -1px -1px 2px #000;
}
#lunch_sec .menu_col02 {
  line-height: 2.25;
}
#lunch_sec .menu_col02 .col_body {
  width: 46%;
}
#lunch_sec .menu_col02 .inner_col {
  padding-bottom: 16px;
  border-bottom: 1px solid #bc9f77;
}
#lunch_sec .menu_col02 .inner_col:only-child {
  padding-bottom: 0;
  border-bottom: none;
}
#lunch_sec .menu_col02 .inner_col + .inner_col {
  margin-top: 16px;
  padding-bottom: 16px;
}
#lunch_sec .menu_col02 .inner_col .col_tit {
  width: 144px;
  color: #bc9f77;
}
#lunch_sec .menu_col02 .inner_col .col_body {
  width: calc(100% - 144px);
}
#lunch_sec .menu_list li {
  display: flex;
  justify-content: space-between;
}
#lunch_sec .menu_list li .name {
  display: flex;
  align-items: center;
  margin-right: 8px;
  flex-grow: 1;
}
#lunch_sec .menu_list li .name::after {
  content: "";
  display: block;
  background: url(../img/common/icon_dots.png) repeat-x left top;
  width: 11px;
  height: 4px;
  background-size: auto 4px;
  margin-left: 8px;
  flex-grow: 1;
}
#lunch_sec .menu_caution {
  margin-top: 20px;
  text-indent: 1em;
}
#lunch_sec .lunch_btn {
  margin-top: 48px;
  line-height: 1;
  text-align: right;
}
#lunch_sec .lunch_btn .btn {
  padding-right: 64px;
}
#lunch_sec .lunch_btn .btn .icon {
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media screen and (max-width: 810px) {
  #lunch_sec {
    padding: 32px 0 64px;
  }
  #lunch_sec .lunch_col {
    width: 100%;
  }
  #lunch_sec .lunch_col .col_img {
    width: 100%;
  }
  #lunch_sec .lunch_col .col_txt {
    width: calc(100% - 48px);
    margin: 0 auto;
    padding: 32px 0 0;
  }
  #lunch_sec .lunch_col .col_txt .txt_container {
    max-width: 100%;
  }
  #lunch_sec .lunch_col .col_txt .txt_color {
    padding: 1px 16px;
  }
  #lunch_sec .border_box {
    margin-top: 48px;
  }
  #lunch_sec .border_box .box_txt {
    width: 100%;
  }
  #lunch_sec .border_box .box_txt .sec_lead {
    margin-bottom: 24px;
    font-size: 2rem;
    letter-spacing: 0.2em;
    line-height: 1.75;
  }
  #lunch_sec .border_box .box_img {
    width: 100%;
    margin-top: 24px;
  }
  #lunch_sec .table th {
    padding-left: 10px;
  }
  #lunch_sec .menu_box {
    padding: 24px 10px 32px;
  }
  #lunch_sec .menu_tit {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
  #lunch_sec .menu_col {
    line-height: 2;
  }
  #lunch_sec .menu_col .col_tit {
    width: 100%;
    margin-bottom: 8px;
  }
  #lunch_sec .menu_col .col_body {
    width: 100%;
  }
  #lunch_sec .menu_col .inner_col {
    padding-left: 24px;
  }
  #lunch_sec .menu_col .inner_col + .inner_col {
    margin-top: 40px;
  }
  #lunch_sec .menu_col .inner_col .col_txt {
    width: 100%;
  }
  #lunch_sec .menu_col .inner_col .col_img {
    width: 100%;
    max-width: 100%;
    margin-top: 24px;
  }
  #lunch_sec .menu_col02 {
    line-height: 2;
  }
  #lunch_sec .menu_col02 .col_body {
    width: 100%;
  }
  #lunch_sec .menu_col02 .col_body + .col_body {
    margin-top: 16px;
  }
  #lunch_sec .menu_col02 .inner_col:only-child {
    padding-bottom: 16px;
    border-bottom: 1px solid #bc9f77;
  }
  #lunch_sec .menu_col02 .inner_col .col_tit {
    width: 100%;
    margin-bottom: 8px;
  }
  #lunch_sec .menu_col02 .inner_col .col_body {
    width: 100%;
    padding-left: 16px;
  }
  #lunch_sec .lunch_btn {
    margin-top: 48px;
    line-height: 1;
    text-align: right;
  }
  #lunch_sec .lunch_btn .btn {
    padding-right: 64px;
  }
  #lunch_sec .lunch_btn .btn .icon {
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
}
/* ---------------------------------------------------
	onsen
------------------------------------------------------ */
#onsen {
  padding: 64px 0 128px;
}
#onsen .sec_tit .small {
  display: block;
  margin-top: 4px;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
}
#onsen .onsen_col {
  max-width: 1440px;
  margin: 0 auto;
}
#onsen .onsen_col .col_img {
  width: calc(50% + 160px);
}
#onsen .onsen_col .col_txt {
  width: calc(50% - 160px);
  padding: 40px 48px 0;
}
#onsen .onsen_col .col_txt .txt_container {
  max-width: 332px;
}
#onsen .onsen_col .col_txt .sec_lead {
  margin-bottom: 24px;
}
#onsen .onsen_col .col_txt .txt_color {
  padding: 1px 16px;
  background: #b9272d;
}
#onsen .onsen_col.reverse .col_txt {
  padding-top: 0;
}
#onsen .onsen_col.reverse .col_txt .txt_container {
  margin-left: auto;
}
#onsen .border_box {
  margin-top: 96px;
}
#onsen .border_box .box_txt {
  width: 43%;
}
#onsen .border_box .box_txt .sec_lead {
  margin-bottom: 24px;
  font-size: 2rem;
  letter-spacing: 0.2em;
  line-height: 1.75;
}
#onsen .border_box .box_img {
  width: 50%;
}
#onsen .table th,
#onsen .table td {
  border-bottom-color: #bc9f77;
}
#onsen .table th {
  width: 28%;
  padding-left: 50px;
  color: #bc9f77;
}
#onsen .table + .border_tit {
  margin-top: 60px;
}
#onsen .onsen_btn {
  margin-top: 48px;
  line-height: 1;
  text-align: right;
}

@media screen and (max-width: 810px) {
  #onsen {
    padding: 32px 0 64px;
  }
  #onsen .sec_tit .small {
    display: block;
    margin-top: 4px;
    font-size: 2.2rem;
    letter-spacing: 0.1em;
  }
  #onsen .onsen_col {
    width: 100%;
  }
  #onsen .onsen_col .col_img {
    width: 100%;
  }
  #onsen .onsen_col .col_txt {
    width: calc(100% - 48px);
    margin: 0 auto;
    padding: 32px 0 0;
  }
  #onsen .onsen_col .col_txt .txt_container {
    max-width: 100%;
  }
  #onsen .border_box {
    margin-top: 48px;
  }
  #onsen .border_box .box_txt {
    width: 100%;
  }
  #onsen .border_box .box_txt .sec_lead {
    margin-bottom: 24px;
    font-size: 1.8rem;
    letter-spacing: 0.2em;
  }
  #onsen .border_box .box_img {
    width: 100%;
    margin-top: 24px;
  }
  #onsen .table {
    border-bottom-color: #bc9f77;
  }
  #onsen .table th {
    width: 100%;
    padding-left: 10px;
  }
  #onsen .table + .border_tit {
    margin-top: 48px;
  }
  #onsen .onsen_btn {
    margin-top: 48px;
    text-align: center;
  }
}
/* ---------------------------------------------------
	dining
------------------------------------------------------ */
#dining {
  padding: 64px 0 192px;
}
#dining .dining_col {
  align-items: flex-start;
  margin: 0 auto;
}
#dining .dining_col + .dining_col {
  margin-top: 96px;
}
#dining .dining_col .col_tit {
  width: 92%;
  max-width: 1080px;
  margin: 0 auto 40px;
  font-size: 2rem;
  letter-spacing: 0.2em;
  line-height: 1.75;
}
#dining .dining_col .col_img {
  width: calc(50% + 102px);
  overflow: hidden;
}
#dining .dining_col .col_img .common_slide {
  margin-bottom: 24px;
}
#dining .dining_col .col_img .slick-list {
  max-width: 662px;
  margin-left: auto;
  overflow: visible;
}
#dining .dining_col .col_img .slide_item {
  padding-left: 20px;
}
#dining .dining_col .col_img .slick-dots {
  text-align: right;
}
#dining .dining_col .col_img .img_caption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 24px 16px 14px;
  background: linear-gradient(to bottom, rgba(19, 27, 36, 0) 0%, rgba(19, 27, 36, 0.6) 100%);
  line-height: 1.2;
}
#dining .dining_col .col_txt {
  width: calc(50% - 102px);
  padding: 56px 48px 0;
}
#dining .dining_col .col_txt .txt_container {
  max-width: 389px;
}
#dining .dining_col .col_txt .txt_tit {
  margin-bottom: 24px;
}

@media screen and (max-width: 810px) {
  #dining {
    padding: 32px 0 96px;
  }
  #dining .dining_col {
    width: 100%;
  }
  #dining .dining_col + .dining_col {
    margin-top: 64px;
  }
  #dining .dining_col .col_img {
    width: 100%;
    margin-bottom: 24px;
    overflow: hidden;
  }
  #dining .dining_col .col_img .common_slide {
    margin-bottom: 24px;
  }
  #dining .dining_col .col_img .slick-list {
    max-width: 90%;
    margin: 0 auto;
    overflow: visible;
  }
  #dining .dining_col .col_img .slide_item {
    padding: 0 8px;
  }
  #dining .dining_col .col_img .slick-dots {
    text-align: center;
  }
  #dining .dining_col .col_txt {
    width: calc(100% - 48px);
    margin: 0 auto;
    padding: 0 0;
  }
  #dining .dining_col .col_txt .txt_container {
    max-width: 100%;
    margin-left: 0;
  }
  #dining .dining_col .col_txt .txt_tit {
    margin-bottom: 16px;
  }
  #dining .dining_col .col_txt .txt_btn {
    margin-top: 32px;
    text-align: center;
  }
}