@charset "UTF-8";
/*************************
* 共通
*************************/

.page_title {
  background: url(../img/main.jpg) center center/cover no-repeat;
}

.cuisine_content_wrap {
  position: relative;
  margin: -140px auto 80px;
  padding: 210px 0 0;
  /*予約導線復活時に削除*/
  margin: -80px auto 80px;
  padding: 150px 0 0;
  /*予約導線復活時に削除*/
}

.cuisine_content_wrap::before {
  position: absolute;
  z-index: 1;
  top: 140px;
  left: 50%;
  width: 1px;
  height: 50px;
  background: #000;
  content: '';
}

.cuisine_content_wrap::before {
  top: 80px;
}

.cuisine_content_title {
  margin: 0 0 20px;
  font-size: 4rem;
  text-align: center;
  letter-spacing: .07em;
  font-family: ten-mincho,serif;
}

.cuisine_content_subtitle {
  margin: 50px 0 15px;
  text-align: center;
  font-size: 3rem;
  font-family: ten-mincho,serif;
}

.cuisine_content_subtitle span {
  background: #000;
  color: #fff;
  margin-right: 19px;
  padding: 2px 14px;
  font-size: 2rem;
}

.cuisine_content_subtitle span span {
  margin: 0;
  padding: 0;
  background: #fff;
  -webkit-background-clip: text;
  color: transparent;
}

_:lang(x)::-ms-backdrop, .cuisine_content_subtitle span span {
  background: none;
  color: #fff;
}

_:-ms-lang(x)::backdrop, .cuisine_content_subtitle span span {
  background: none;
  color: #fff;
}
.dinner_price{
text-align: right;
    font-size: 3rem;
    font-weight: bold;
margin-bottom: 15px;
}
@media(max-width:768px){
.dinner_price{
text-align: center;
    font-size: 2.1rem;
}
}

/*************************
* 各コンテンツ
*************************/
.page_title.page_cusion {
  text-shadow: #fff 1px 1px 7px, #fff -1px 1px 7px, #fff 1px -1px 7px, #fff -1px -1px 7px;
}

#lead {
  background: url(../../img/common/inpagelink_bg.png) 0 0/63px 38px;
}

#lead.cuisine_content_wrap {
  margin: 0;
  padding: 70px 0 40px;
}

#lead.cuisine_content_wrap::before {
  top: 0;
}

#lead .cuisine_content_title {
  font-size: 3rem;
}

#lead .cuisine_content_title br {
  display: none;
}

.lead_text {
  margin: 0 0 35px;
  text-align: center;
}

#dinner.cuisine_content_wrap {
  margin-bottom: 65px;
}

#dinner_main {
  position: relative;
  margin: 0 0 65px;
  padding: 0 0 50px;
  background: url(../../img/top/cuisine_bg.jpg) center center/cover no-repeat;
  color: #fff;
}

.dinner_main_title {
  position: absolute;
  z-index: 10;
  top: 0;
  left: calc(50% - 33px);
  width: 66px;
  height: 280px;
  padding: 35px 6px 0 0;
  background: #fff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 3rem;
  font-family: ten-mincho,serif;
  color: #000;
}

.dinner_main_title::after {
  position: absolute;
  bottom: -56px;
  left: 0;
  content: '';
  width: 0;
  height: 0;
  border: 33px solid transparent;
  border-top: 23px solid #fff;
}

.dinner_main_lead_outer {
  width: 1220px;
  margin: 0 auto;
}

.dinner_main_img {
  width: 610px;
  float: left;
}

.dinner_main_img img {
  position: absolute;
  z-index: 1;
}

.dinner_main_text {
  position: relative;
  z-index: 10;
  width: 537px;
  float: right;
  padding: 21px 0 0 0;
}

.dinner_main_lead {
  margin: 0 0 20px;
  font-size: 2.4rem;
  line-height: 1.7;
  font-family: ten-mincho,serif;
  background: #fff;
  -webkit-background-clip: text;
  color: transparent;
}

.dinner_main_lead span {
  font-size: 4rem;
}

_:lang(x)::-ms-backdrop, .dinner_main_lead {
  background: none;
  color: #fff;
}

_:-ms-lang(x)::backdrop, .dinner_main_lead {
  background: none;
  color: #fff;
}

.dinner_main_body {
  width: 450px;
}

.dinner_main_dish {
  margin: 70px auto 0;
}

.dinner_main_dish_elem {
  width: 500px;
  float: left;
}

.dinner_main_dish_elem:nth-child(2n) {
  float: right;
}

.dinner_main_dish_img {
  margin: 0 0 17px;
}

.dinner_main_dish_title {
  padding: 0 0 6px 8px;
  margin: 0 0 7px;
  font-size: 2.5rem;
  font-family: ten-mincho,serif;
  background: #fff;
  -webkit-background-clip: text;
  color: transparent;
  border-bottom: dotted 1px #E2C293;
}

.dinner_main_dish_title span {
  display: inline-block;
  margin-right: 19px;
  position: relative;
  background: #E2C293;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 2rem;
  padding: 0 25px;
}

.dinner_main_dish_title span::before, .dinner_main_dish_title span::after {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 16px;
  height: 28px;
  background: url(../img/dinner_title_ico.png) 0 0/16px 28px no-repeat;
}

.dinner_main_dish_title span::after {
  left: auto;
  right: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

_:lang(x)::-ms-backdrop, .dinner_main_dish_title {
  background: none;
  color: #fff;
}

_:lang(x)::-ms-backdrop, .dinner_main_dish_title span {
  background: none;
  color: #E2C293;
}

_:-ms-lang(x)::backdrop, .dinner_main_dish_title {
  background: none;
  color: #fff;
}

_:-ms-lang(x)::backdrop, .dinner_main_dish_title span {
  background: none;
  color: #E2C293;
}

.dinner_main_dish_text {
  padding: 0 10px;
}

#dinner .inpage_link_sub li {
  height: 112px;
  line-height: 1.5;
  padding: 10px 30px 10px 20px;
  font-size: 2rem;
  text-align: center;
}
#dinner .inpage_link_sub li:nth-child(2) {
  padding: 26px 30px 10px 20px;
}
#dinner .inpage_link_sub li:nth-child(3) {
  padding: 40px 30px 10px 20px;
}
#dinner .inpage_link_sub li .link_button_arrow {
  right: 17px;
}

.dinner_content {
  margin-top: -140px;
  padding: 140px 0 40px;
  background: #F7EEDE;
  overflow: hidden;
}

.cuisine_slider {
  position: relative;
  z-index: 100;
  float: left;
  width: 820px;
}

.cuisine_slider::after {
  position: absolute;
  top: 50%;
  left: -100vw;
  z-index: -1;
  content: '';
  width: 200vw;
  height: 200vh;
  background: url(../../img/common/contents_bg.png) 0 0/63px 38px;
}

.cuisine_slider_elem {
  position: relative;
  z-index: 1;
}

.cuisine_slider_selecter {
  position: relative;
  z-index: 100;
  float: right;
  width: 210px;
}

.cuisine_slider_selecter_elem {
  position: relative;
  height: 115px;
  overflow: hidden;
  opacity: .5;
}

.cuisine_slider_selecter_elem img {
  width: 210px;
  height: auto;
  margin-top: -12px;
}

.slick-current .cuisine_slider_selecter_elem {
  opacity: 1;
}

.dinner_content_text {
  position: relative;
  z-index: 100;
}

.dinner_content_body {
  margin: 0 0 13px;
  padding: 6px 20px;
}

.dinner_content_example {
  margin: 0 20px;
  padding: 16px 22px 25px;
  background: #F7EEDE;
  font-size: 1.6rem;
}

.dinner_content_example_title {
  margin: 0 0 11px;
  font-size: 2rem;
}

.dinner_content_caution {
  padding: 10px 45px;
  letter-spacing: normal;
  font-size: 1.6rem;
}

.cuisine_resavation {
  position: relative;
  overflow: hidden;
  margin: 65px auto 0;
  padding: 35px 0 45px;
  background: #fff;
}

.cuisine_resavation_outer {
  position: relative;
  left: 50%;
  float: left;
}

.cuisine_resavation_title {
  margin: 0 auto 20px;
  text-align: center;
  font-size: 2.4rem;
}

.cuisine_resavation_title span {
  padding: 0 0px 0 40px;
  background: url(../img/resavation_ico_calendar.png) 0 7px/22px 25px no-repeat;
}

.cuisine_resavation_link {
  position: relative;
  left: -50%;
  float: left;
  margin: 0 10px;
}

.cuisine_resavation_link .link_button {
  width: 300px;
  text-align: left;
}

.cuisine_resavation_link .link_button a {
  padding-left: 20px;
  background: url(../../img/common/btn_bg_orange.png) 0 0/299px 59px repeat;
}

.cuisine_resavation_link .link_button a span {
  background: #fff;
  -webkit-background-clip: text;
  color: transparent;
}

.cuisine_resavation_link .link_button::after {
  border-color: #C93F0E;
}

.cuisine_resavation_link .link_button .link_button_arrow {
  fill: #fff;
}

_:lang(x)::-ms-backdrop, .cuisine_resavation_link .link_button a span {
  background: none;
  color: #fff;
}

_:-ms-lang(x)::backdrop, .cuisine_resavation_link .link_button a span {
  background: none;
  color: #fff;
}

.cuisine_resavation_tel {
  position: relative;
  left: -50%;
  float: left;
  margin: 0 10px;
}

.dinner_dish {
  margin: 60px auto 0;
  padding: 30px 27px 0;
  background: #E8DBC5;
}

.dinner_dish_title {
  margin: 0;
  text-align: center;
  font-size: 3rem;
}

.dinner_dish_text {
  margin: 0 0 30px;
  text-align: center;
}

.dinner_dish_list_elem {
  float: left;
  width: 305px;
  margin: 0 11px 33px;
}

.dinner_dish_list_elem:nth-child(3n+1) {
  clear: both;
}

.dinner_dish_img {
  margin: 0 0 20px;
}

.dinner_dish_name {
  margin: 0 0 20px;
  padding: 0 10px;
  font-size: 2rem;
  font-family: ten-mincho,serif;
  line-height: 1;
}

.dinner_dish_name span.dinner_dish_name_sub {
  font-size: 1.6rem;
}

.dinner_dish_price {
  margin: -18px 0 16px;
  text-align: right;
  font-family: ten-mincho,serif;
  background: #C93F0E;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 2.5rem;
  line-height: 1;
}

.dinner_dish_price span.dinner_dish_price_unit {
  font-size: 1.6rem;
}

.dinner_dish_price span.dinner_dish_price_contact {
  font-size: 1.6rem;
  color: #000;
  font-family: 'Noto Serif JP', serif;
}

.dinner_dish_price span.dinner_dish_price_number {
  font-size: 1.6rem;
  color: #000;
  font-family: 'Noto Serif JP', serif;
}

_:lang(x)::-ms-backdrop, .dinner_dish_price {
  background: none;
  color: #C93F0E;
}

_:-ms-lang(x)::backdrop, .dinner_dish_price {
  background: none;
  color: #C93F0E;
}

.dinner_dish_body {
  padding: 0 7px;
}

.dinner_dish_caution {
  margin: -50px 0 0;
  text-align: right;
  font-size: 1.6rem;
}

#breakfast.cuisine_content_wrap {
  margin-bottom: 40px;
}

.breakfast_content {
  margin-top: -140px;
  padding: 140px 0 35px;
  background: #F7EEDE;
  overflow: hidden;
}

.breakfast_content_body {
  position: relative;
  z-index: 100;
  margin: 0 0 25px;
  padding: 10px 20px;
}

.breakfast_chaduke {
  position: relative;
  z-index: 100;
  margin: 0 0 30px;
}

.breakfast_chaduke_title {
  margin: 0 0 10px;
  text-align: center;
  font-family: ten-mincho,serif;
  font-size: 3rem;
  letter-spacing: .07em;
}

.breakfast_chaduke_img {
  float: left;
  width: 515px;
  height: auto;
  margin: 0 0 25px;
}
.breakfast_chaduke_img:nth-of-type(2) {
  float: right;
}
.breakfast_chaduke_body {
  clear: both;
  width: 1000px;
  margin: 0 auto;
  line-height: 1.65;
}

.breakfast_link.link_button {
  width: 350px;
  margin: 0 auto 155px;
}

.breakfast_link.link_button a {
  padding: 0 0 0 20px;
  background: url(../../img/common/btn_bg_black.png) 0 0/299px 59px repeat;
}

.breakfast_link.link_button a span {
  background: #fff;
  -webkit-background-clip: text;
  color: transparent;
}

.breakfast_link.link_button a span.link_button_font_small {
  font-size: 1.6rem;
}

.breakfast_link.link_button::after {
  border-color: #000;
}

.breakfast_link.link_button .link_button_arrow {
  right: 20px;
  fill: #fff;
}

_:lang(x)::-ms-backdrop, .breakfast_link.link_button a span {
  background: none;
  color: #fff;
}

_:-ms-lang(x)::backdrop, .breakfast_link.link_button a span {
  background: none;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .cuisine_content_wrap {
    position: relative;
    margin: 0 auto 80px;
    padding: 55px 0 0;
  }
  .cuisine_content_wrap::before {
    top: 0;
  }
  .cuisine_content_title {
    margin: 0 0 20px;
    padding: 0;
    font-size: 2.5rem;
    letter-spacing: normal;
    line-height: 1.6;
  }
  .cuisine_content_subtitle {
    margin: 50px 0 15px;
    font-size: 2.5rem;
  }
  #plan1.dinner_content .cuisine_content_subtitle {
    font-size: 2.1rem;
  }
  .cuisine_content_subtitle span {
    margin-right: 0;
    padding: 0;
    font-size: 1.8rem;
  }
  .cuisine_content_subtitle span span {
    margin: 0;
    padding: 4px 14px;
  }
  #lead.cuisine_content_wrap {
    padding: 55px 20px 25px;
  }
  #lead .cuisine_content_title {
    font-size: 2.5rem;
  }
  .lead_text {
    margin: 0 0 35px;
    text-align: left;
  }
  #dinner.cuisine_content_wrap {
    margin-bottom: 20px;
  }
  #dinner_main {
    margin: 0 0 40px;
    padding: 0 0 0;
  }
  .dinner_main_title {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 30px;
    width: 55px;
    height: 225px;
    padding: 20px 6px 0 0;
    font-size: 2.5rem;
  }
  .dinner_main_title::after {
    bottom: -50px;
    left: 0;
    border: 27px solid transparent;
    border-top: 23px solid #fff;
  }
  .dinner_main_lead_outer {
    width: 100%;
    margin: 0 auto 40px;
    padding: 0 20px;
  }
  .dinner_main_img {
    width: 100%;
    float: none;
  }
  .dinner_main_img img {
    position: relative;
    width: 100%;
    height: auto;
  }
  .dinner_main_text {
    width: 100%;
    float: none;
    padding: 21px 0 0 0;
  }
  .dinner_main_lead {
    margin: -80px 0 10px;
    font-size: 2rem;
    line-height: 1.7;
  }
  .dinner_main_lead span {
    font-size: 3.2rem;
  }
  .dinner_main_lead br {
    display: none;
  }
  .dinner_main_lead br.tablet-show {
    display: block;
  }
  .dinner_main_body {
    width: 100%;
  }
  .dinner_main_dish {
    margin: 30px auto 0;
  }
  .dinner_main_dish_elem {
    width: 100%;
    margin: 0 0 40px;
    padding: 0 20px;
    float: none;
  }
  .dinner_main_dish_elem:nth-child(2n) {
    float: none;
  }
  .dinner_main_dish_img {
    width: 100%;
    height: auto;
  }
  .dinner_main_dish_title {
    padding: 0 0 6px 8px;
    margin: 0 0 7px;
    font-size: 2.2rem;
  }
  .dinner_main_dish_text {
    padding: 0;
  }

  #dinner .inpage_link_sub li {
    height: auto;
  }
  #dinner .inpage_link_sub li:nth-child(2),
  #dinner .inpage_link_sub li:nth-child(3) {
    padding: 10px 25px 10px 10px;
  }

  .dinner_content {
    margin-top: 0;
    padding: 0 0 20px;
  }
  .cuisine_slider {
    float: none;
    width: calc(100% - 40px);
    margin: 0 20px 10px;
  }
  .cuisine_slider::after {
    top: 50%;
    left: -20px;
    z-index: -1;
    content: '';
    width: 100vw;
    height: 300vh;
  }
  .cuisine_slider_elem img {
    width: 100%;
    height: auto;
  }
  .cuisine_slider_selecter {
    float: none;
    width: calc(100% - 40px);
    margin: 0 20px;
  }
  .cuisine_slider_selecter .slick-list {
    margin: 0 -5px;
  }
  .cuisine_slider_selecter .slick-slide {
    margin: 0 5px;
    width: calc((100% - 40px) / 4) !important;
  }
  .cuisine_slider_selecter_elem {
    width: calc((100% - 40px) / 4);
    height: auto;
    float: left;
    margin: 0 10px 10px 0;
  }
  .cuisine_slider_selecter_elem img {
    width: 100%;
    height: auto;
    margin-top: 0;
  }
  .dinner_content_example {
    padding: 15px 15px 15px;
  }
  .dinner_content_example_title {
    margin: 0 0 5px;
  }
  .dinner_content_caution {
    padding: 10px 30px;
    letter-spacing: normal;
  }
  .cuisine_resavation {
    width: calc(100% - 40px);
    margin: 25px 20px 0;
    padding: 20px 0;
  }
  .cuisine_resavation_outer {
    position: relative;
    left: auto;
    float: none;
  }
  .cuisine_resavation_title {
    margin: 0 auto 20px;
  }
  .cuisine_resavation_title span {
    padding: 0 0px 0 30px;
  }
  .cuisine_resavation_link {
    left: auto;
    float: none;
    margin: 0 10px 40px;
  }
  .cuisine_resavation_link .link_button {
    width: 300px;
    margin: 0 auto;
  }
  .cuisine_resavation_tel {
    left: auto;
    float: none;
    margin: 0 10px 20px;
    text-align: center;
  }
  .dinner_dish_list {
    width: 621px;
    margin: 0 auto;
  }
  .dinner_dish_list_elem {
    float: left;
    width: 305px;
    margin: 0 0 45px;
  }
  .dinner_dish_list_elem:nth-child(2n) {
    float: right;
  }
  .dinner_dish_list_elem:nth-child(3n+1) {
    clear: none;
  }
  .dinner_dish_list_elem:nth-child(2n+1) {
    clear: both;
  }
  .dinner_dish_caution {
    margin: 0 0 25px;
    text-align: left;
  }
  .breakfast_content {
    margin-top: 0;
    padding: 0 0 15px;
  }
  .breakfast_chaduke {
    padding: 0 20px;
  }
  .breakfast_chaduke_title {
    font-size: 2.4rem;
    margin: 0;
  }
  .breakfast_chaduke_img {
    float: none;
    width: 100%;
    margin: 0 0 10px;
  }
  .breakfast_chaduke_body {
    float: none;
    width: 100%;
  }
  .breakfast_link.link_button {
    width: 100%;
    max-width: 350px;
    margin: 0 auto 155px;
  }
  .breakfast_link.link_button a {
    padding: 0 0 0 20px;
    background: url(../../img/common/btn_bg_black.png) 0 0/299px 59px repeat;
  }
  .breakfast_link.link_button a span {
    background: #fff;
    -webkit-background-clip: text;
    color: transparent;
  }
  .breakfast_link.link_button a span.link_button_font_small {
    font-size: 1.6rem;
  }
  .breakfast_link.link_button::after {
    border-color: #000;
  }
  .breakfast_link.link_button .link_button_arrow {
    right: 20px;
    fill: #fff;
  }
}

@media screen and (max-width: 500px) {
  #lead .cuisine_content_title br {
    display: block;
  }
  .dinner_main_title {
    left: auto;
    right: 20px;
  }
  .dinner_main_lead br {
    display: block;
  }
  .dinner_dish_list {
    width: 100%;
    margin: 0 auto;
  }
  .dinner_dish_list_elem {
    float: none;
    width: 100%;
  }
  .dinner_dish_list_elem:nth-child(2n) {
    float: none;
  }
  .dinner_dish_img {
    width: 100%;
    height: auto;
  }
}
