@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora&display=swap');


/*  ----------------------------------------------------------

index

----------------------------------------------------------  */
/* kv */
#main {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 72rem;
}
#main::before {
    content: "SCROLL";
    letter-spacing: 0.1em;
    font-family: 'Lora', serif;
    position: absolute;
    bottom: 5.5rem;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);  
    display: block;
    z-index: 99;  
}
#main::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);  
    display: block;
    z-index: 99;
    width: 1px;  
    height: 4rem;
    background: rgba(255,255,255,0.6);
}
@media screen and (max-width: 767px) {
	#main {
        height: 44rem;
    }
}

/* news */
.top-news {
    padding: 20rem 0 12rem 0;
    position: relative;
}
.top-news::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);  
    display: block;
    z-index: 99;
    width: 1px;  
    height: 8rem;
    background: rgba(255,255,255,0.6);
}
.top-news .more {
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.top-news {
        padding: 20rem 0 8rem 0;
    }
}

/* icon */
.icon {
    width: 100%;
    max-width: 28px;
}
/* about */
.top-about {
    background: url(https://steak-kappou-danro.jp/img/top-bg1.webp) no-repeat center / cover;
    padding: 24rem 0 16rem 0;
    position: relative;
}
.top-about h2 {
    width: 32rem;
    position: absolute;
    right: 22rem;
    top: 46rem;
    z-index: 99;
}
.top-about h3 {
    width: 48rem;
    margin: 0 auto 10rem auto;
    border: solid 3px #fff;
    font-size: 4rem;
    padding: 3rem;
    text-align: center;
}
.top-about p {
    width: 48rem;
    margin: 0 auto;
    line-height: 2.2;
}
@media screen and (max-width: 767px) {
    .top-about {
        background: url(https://steak-kappou-danro.jp/img/top-bg1-sp.webp) no-repeat center / cover;
        padding: 28rem 0 20rem 0;
        position: relative;
    }
    .top-about h2 {
        width: 28rem;
        right: auto;
        top: 20rem;
        left: 1rem;
    }
    .top-about h3 {
        width: 36rem;
        margin: 0 auto 4rem auto;
        font-size: 2.8rem;
        padding: 2.5rem 3rem;
        text-align: center;
    }
    .top-about p {
        width: 36rem;
        text-shadow: 0 0 8px rgba(0,0,0,0.7),0 0 14px rgba(0,0,0,0.7);
    }	
}

/* menu */
.top-menu {
    position: relative;
    margin-top: 12rem;
}
.top-menu h2 {
    position: absolute;
    right: 8rem;
    top: -6rem;
    width: 28rem;
    z-index: 99;
}
.top-menu h3 {
    background: url(https://steak-kappou-danro.jp/img/top-bg2.webp) no-repeat center left / cover;
    padding: 16rem 15rem 16rem 40rem;
    text-align: right;
    font-weight: normal;
    font-size: 2.4rem;
    color: #000;
}
.top-menu-wrap {
    background: url(https://steak-kappou-danro.jp/img/top-bg3.webp) no-repeat center top / cover;
    position: relative;
    padding-top: 12rem;
    padding-bottom: 12rem;
}
.top-menu .img {
    position: absolute;
    right: 0;
    top: -4rem;
    width: 70rem;
    z-index: 99;
}
.top-menu-detail {
    width: 34rem;
    margin-left: 10rem;
    margin-bottom: 10rem;
}
.top-menu p {
    margin-bottom: 3rem;
}
.top-menu-lunch {
    display: flex;
    justify-content: space-between;
    width: 75%;
    margin: 0 auto;
    max-width: 1200px;
}
.top-menu-lunch > *:first-of-type {
    width: 55%;
}
.top-menu-lunch > *:last-of-type {
    width: 37%;
    position: relative;
    padding-top: 4rem;
}
.top-menu-lunch h4 {
    position: absolute;
    left: -6rem;
    top: -4rem;
    width: 20rem;
}
.top-menu-lunch h5 {
    text-align: right;
}
.top-menu-lunch .more {
    margin-left: auto;
}
@media screen and (max-width: 767px) {
	.top-menu {
        margin-top: 10rem;
    }
    .top-menu h2 {
        position: absolute;
        right: auto;
        left: 2rem;
        top: -4rem;
        width: 24rem;
    }
    .top-menu h3 {
        padding: 10rem 3rem 10rem 3rem;
        text-align: right;
        font-weight: normal;
        font-size: 2.4rem;
        color: #fff;
        position: relative;
    }
    .top-menu h3::before {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.4);
        position: absolute;
        left: 0;
        top:0;
    }
    .top-menu h3 span {
        display: block;
        position: relative;
        z-index: 99;
    }
    .top-menu-wrap {
        padding-top: 0;
        padding-bottom: 8rem;
    }
    .top-menu .img {
        position: relative;
        right: auto;
        top: auto;
        width: 100%;
        margin-top: -3rem;
        margin-bottom: 2rem;
    }
    .top-menu-detail {
        width: 100%;
        padding: 0 3rem;
        margin: 0 auto 6rem auto;
    }
    .top-menu-lunch {
        display: block;
        width: 100%;
        padding: 0 3rem;
    }
    .top-menu-lunch > *:first-of-type {
        width: 100%;
    }
    .top-menu-lunch > *:last-of-type {
        width: 100%;
        position: relative;
        padding-top: 4rem;
    }
    .top-menu-lunch h4 {
        position: absolute;
        left: -1rem;
        top: -4rem;
        width: 20rem;
    }
    .top-menu-lunch p {
        text-align: left;
    }
}

/* drink */
.top-drink {
    background: url(https://steak-kappou-danro.jp/img/top-bg4.webp) no-repeat center left / cover;
    padding: 10rem 0 10rem 10rem;
}
.top-drink > div {
    width: 36rem;
}
.top-drink h2 {
    width: 28rem;
    margin-left: -4rem;
    margin-bottom: 1rem;
}
.top-drink p {
    margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
	.top-drink {
        background: url(https://steak-kappou-danro.jp/img/top-bg4.webp) no-repeat center / cover;
        padding: 8rem 3rem;
        position: relative;
    }
    .top-drink::before {
        content: "";
        background: rgba(0,0,0,0.5);
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        display: block;
    }
    .top-drink > div {
        width: 100%;
        position: relative;
        z-index: 99;
    }
    .top-drink h2 {
        width: 22rem;
        margin-left: -2rem;
        margin-bottom: 1rem;
    }
    .top-drink p {
        margin-bottom: 3rem;
    }
}

/* takeout */
.top-takeout {
    background: url(https://steak-kappou-danro.jp/img/top-bg5.webp) no-repeat center right / cover;
    padding: 10rem 10rem 10rem 0;
    color: #000;
}
.top-takeout > div {
    width: 36rem;
    margin-left: auto;
}
.top-takeout h2 {
    width: 32rem;
    margin-left: -10rem;
}
.top-takeout p {
    margin-bottom: 3rem;
}
.top-takeout .more {
    color: #000;
    border: solid 1px #000;
}
.top-takeout .more:hover {
    color: #fff;
    background: #000;
}
@media screen and (max-width: 767px) {
	.top-takeout {
        background: url(https://steak-kappou-danro.jp/img/top-bg5.webp) no-repeat center left / cover;
        padding: 8rem 3rem;
        color: #fff;
        position: relative;
    }
    .top-takeout::before {
        content: "";
        background: rgba(0,0,0,0.5);
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        display: block;
    }
    .top-takeout > div {
        width: 100%;
        position: relative;
        z-index: 99;
    }
    .top-takeout h2 {
        width: 28rem;
        margin-left: -2rem;
    }
    .top-takeout .more {
        color: #fff;
        border: solid 1px #fff;
    }
    .top-takeout .more:hover {
        color: #000;
        background: #fff;
    }
}

/* gallery */
.top-gallery {
    padding: 12rem 0;
}
.top-gallery .more {
    margin: 0 auto;
}
#loopslider {
	margin: 0 auto 5rem auto;
	width: 100%;
	height: 240px;
	text-align: left;
	position: relative;
	overflow: hidden;
}
#loopslider ul {
	height: 240px;
	float: left;
	display: inline;
	overflow: hidden;
	margin: 0!important;
	padding: 0!important;
}
#loopslider ul li {
	width: 321px;
	height: 240px;
	float: left;
	display: inline;
	overflow: hidden;
}
#loopslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
#loopslider ul {
	display: inline-block;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	.top-gallery {
        padding: 10rem 0;
    }
    #loopslider {
        height: 120px;
    }
    #loopslider ul {
        height: 120px;
    }
    #loopslider ul li {
        width: 160px;
        height: 120px;
    }
    .top-gallery .more {
        width: calc(100% - 6rem);
    }
}

/* access */
.top-access {
    background: #1d1d1d;
    padding: 12rem 0 0 0;
}
.top-access-wrap {
    margin: 8rem auto;
    display: flex;
    justify-content: space-between;
    width: 80%;
    max-width: 1200px;
}
.top-access-wrap > dl {
    width: 48%;
}
.gmap iframe {
    width: 100%;
    height: 40rem;
}
@media screen and (max-width: 767px) {
    .top-access {
        padding: 8rem 0 0 0;
    }
    .top-access-wrap {
        margin: 6rem auto;
        display: block;
        width: 100%;
        padding: 0 3rem;
    }
    .top-access-wrap > dl {
        width: 100%;
    }
}






/*  ----------------------------------------------------------

news

----------------------------------------------------------  */
.top-news .CMS-NEWS-INDEX {
    padding-bottom: 2rem;
    margin-bottom: 0;
}
.CMS-NEWS-INDEX {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 8rem;
    position: relative;
    margin-bottom: 8rem;
    position: relative;
}
.CMS-NEWS-INDEX > * {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 3.5%;
}
.CMS-NEWS-INDEX > *:nth-of-type(3n) {
    margin-right: 0;    
}
.CMS-NEWS-ITEM a {
    transition: all .3s;
    display: block;
}
.CMS-NEWS-ITEM a:hover {
    opacity: 0.6;
}
.CMS-NEWS-TIME {
    font-size: 1.2rem;
    margin: 2rem 0 0.6rem 0;
    line-height: 1;
}
.CMS-NEWS-LINK {
    line-height: 1.8;
}
.CMS-NEWS-INDEX > * img {
    height: 24rem;
    width: 100%;
    object-fit: cover;  
}

/* read more */
.CMS-NEWS-MORE-READ {
    background: var(--accent);
    border:none;
    border-radius: 0.2rem;
    text-align: center;
    padding: 2rem 0;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    margin: 4rem auto 0 auto;
    width: 24rem;
    display: block;
    transition: all .3s;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
}
.CMS-NEWS-MORE-READ:hover {
    cursor: pointer;
    opacity: 0.6;
}
.top-news .CMS-NEWS-MORE-READ {
    display: none;
}

/* detail */
.CMS-NEWS-TITLE {
    border-bottom: solid 1px rgba(255,255,255,0.2);
    font-size: 2.4rem;
    line-height: 1.6;
    margin-bottom: 3rem;
    padding: 1rem 0 1.5rem 0;
    position: relative;
    font-weight: bold;
}
.CMS-NEWS-TITLE:after {
    border-bottom: solid 3px var(--accent);
    bottom: -3px;
    content: " ";
    display: block;
    position: absolute;
    width: 25%;
}
.CMS-NEWS-CONTENT img {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto 2rem auto;
}

@media screen and (max-width: 767px) {
    .CMS-NEWS-INDEX {
        display: block;
        margin-bottom: -4rem;
        padding-bottom: 12rem;
    }
    .CMS-NEWS-INDEX > * {
        width: 100%;
        margin-right: 0;
        margin-bottom: 4rem;        
    }
    .CMS-NEWS-CONTENT img {
        width: 100%;
    }
    .CMS-NEWS-INDEX > * img {
        height: auto;
    }
}


.menu-img {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem;
}
.menu-img li {
    width: 32%;
}

.thumb {
    display: flex;
    align-items: center;
}
.thumb i {
    margin-right: 2rem;
}
.thumb i img {
    width: 10rem;
}
@media screen and (max-width: 767px) {
    .thumb {
        display: block;
    }
    .thumb i {
        margin-right: 0;
        margin-bottom: 1.5rem;
        display: block;
    }
    .thumb i img {
        width: 70%;
        display: block;
        margin: 0 auto;
    }
}

/*メニューページ食べログ連携用CSS*/
.menu-category {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.menu-category li {
  margin: 0 5px;
  border: solid 1px #666;
  list-style: none;
}

.menu-category li a {
  display: block;
  padding: 15px 40px;
  text-decoration: none;
  color: #000;
}

.menu-category li.current {
  border: solid 1px #da1209;
}

.menu-category li.current a {
  color: #da1209;
}

@media screen and (max-width: 767px) {
  .menu-category {
    flex-wrap: wrap;
  }

  .menu-category li {
    margin: 0 1%;
    margin-bottom: 2%;
    width: 48%;
  }

  .menu-category li a {
    padding: 15px 10px 15px 20px;
  }
}

/* ------------------------------
pc-menu
------------------------------ */
@media screen and (min-width: 768px) {
  /* ------------------------------
    　rstdtl-menu-lst
    ------------------------------ */
  .pttl {
    padding: 60px;
    text-align: center;
  }

  .pttl img {
    height: 36px;
    width: auto;
  }

  .rstdtl-menu-lst {
    max-width: 980px;
    margin: 0 auto 100px auto;
  }

  /* ------------------------------
    　rstdtl-menu-lst
    ------------------------------ */
  .pttl {
    padding: 60px;
    text-align: center;
  }

  .pttl img {
    height: 36px;
    width: auto;
  }

  .rstdtl-menu-lst {
    margin: 60px auto 80px auto;
    max-width: 980px;
  }

  /* ------------------------------
    　menu new
    ------------------------------ */
  .rstdtl-menu-lst__heading {
    margin-top: 25px;
    font-size: 2rem;
  }

  .rstdtl-menu-lst__contents {
    display: table;
    padding: 0 10px;
    border-bottom: 1px dotted #d2d2d2;
    width: 100%;
    box-sizing: border-box;
  }

  .rstdtl-menu-lst__contents:last-of-type {
    border-bottom: none;
  }

  .rstdtl-menu-lst__info {
    display: table-cell;
    padding: 10px 0;
    vertical-align: top;
  }

  .rstdtl-menu-lst__info-inner {
    display: table;
    width: 100%;
  }

  .rstdtl-menu-lst__menu-title {
    display: table-cell;
    color: #ff;
    font-weight: bold;
    font-size: 1.2rem;
  }

  .rstdtl-menu-lst__price {
    display: table-cell;
    font-weight: bold;
    text-align: right;
    width: 9rem;
    font-size: 1.3rem;
  }

  .rstdtl-menu-lst__desc {
    font-size: 15px;
    padding-bottom: 10px;
  }

  .rstdtl-menu-lst__desc p {
    font-size: 20px;
    padding: 12px 10px;
    line-height: 1.6;
    background: url("https://tblg.k-img.com/images/line/line_dot.gif?1547477344")
      repeat-x 0 100%;
  }

  .rstdtl-menu-lst__img {
    display: table-cell;
    padding: 20px 15px 20px 0;
    width: 120px;
    text-align: center;
  }

  /* ------------------------------
    　course menu pc
    ------------------------------ */
  .course-list {
    margin: 20px 0 30px;
  }

  .course-list__heading {
    display: block;
    position: relative;
  }

  .course-list__hotpepper-logo {
    display: block;
    position: absolute;
    top: 3.2rem;
    right: 0.5rem;
  }
  .rstdtl-course-list__course-summary p:first-of-type span {
    font-size: 1.2rem;
  }

  .course-list__heading-tax {
    position: absolute;
    right: 0;
    color: #949499;
    top: 2.8rem;
    font-size: 1.1rem;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .course-list__items {
    margin: auto;
    width: 95%;
  }

  .course-list__tax-notice {
    margin-top: 5px;
    color: #949499;
    font-size: 1rem;
  }

  .course-seatonly {
    padding: 12px 15px;
    background-color: #faf8f5;
    margin-bottom: 1.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }

  .course-seatonly__title {
    color: #13131e;
    font-weight: bold;
    font-size: 1.4rem;
  }

  .course-seatonly__btn {
    width: 10rem;
  }

  .rstdtl-course-list {
    display: table;
    position: relative;
    z-index: 1;
    border-top: 1px solid #e0dccc;
    border-bottom: 1px solid #e0dccc;
    width: 100%;
  }

  .rstdtl-course-list a {
    color: #000;
  }

  .rstdtl-course-list + .rstdtl-course-list {
    border-top: none;
  }

  .rstdtl-course-list__target {
    color: inherit;
    z-index: 1;
  }

  .rstdtl-course-list__target:hover {
    color: inherit;
    text-decoration: none;
  }

  .rstdtl-course-list.rstdtl-course-list--hotpepper:hover {
    cursor: default;
  }

  .rstdtl-course-list__data {
    display: table-cell;
    position: relative;
    padding: 20px 0;
    width: 100%;
    word-break: break-all;
    vertical-align: top;
  }

  .rstdtl-course-list__tieup-mc ~ .rstdtl-course-list__img {
    padding-top: 6.5rem;
  }

  .rstdtl-course-list__tieup-mc ~ .rstdtl-course-list__data {
    padding-top: 6.5rem;
  }

  .rstdtl-course-list__data-header {
    display: table;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
  }

  .rstdtl-course-list__img
    + .rstdtl-course-list__data
    .rstdtl-course-list__data-header {
    min-height: 72px;
  }

  .rstdtl-course-list__course-title {
    display: table-cell;
    word-break: break-all;
    vertical-align: top;
  }

  .rstdtl-course-list__course-title-text {
    margin-bottom: 0.2rem;
    color: #fff;
    font-weight: bold;
    line-height: 1.6;
    font-size: 1.5rem;
  }

  .rstdtl-course-list__course-title-text .rstdtl-course-list__target:hover {
    color: #ff9600;
    text-decoration: underline;
  }

  .rstdtl-course-list.rstdtl-course-list--hotpepper
    .rstdtl-course-list__course-title-text {
    color: #13131e;
  }

  .rstdtl-course-list__dish-count.rstdtl-course-list__dish-count {
    border: 1px solid #e0dccc;
    box-sizing: border-box;
    color: #463f2d;
    background-color: #fff;
    margin-left: 0.5rem;
    padding: 0.1rem 0.3rem;
    font-size: 0.9rem;
  }

  .rstdtl-course-list__price-wrap {
    display: table-cell;
    white-space: nowrap;
    vertical-align: top;
    padding-right: 0.8rem;
    width: 100%;
    display: inline-block;
  }

  .rstdtl-course-list__price-discount {
    display: inline-block;
  }

  .rstdtl-course-list__price-before {
    color: #fff;
    text-align: left;
    margin-right: 0.5rem;
    margin-bottom: -0.2rem;
    font-size: 1.1rem;
  }

  .rstdtl-course-list__price-hotpepper-discount {
    display: inline-block;
    position: relative;
    margin-bottom: 7px;
    border: solid 1px #d2d2d2;
    border-radius: 2px;
    color: #949499;
    font-weight: bold;
    line-height: 1;
    background-color: #fff;
    padding: 0.4rem 0.5rem 0.3rem;
    font-size: 1rem;
  }

  .rstdtl-course-list__price-hotpepper-discount::before,
  .rstdtl-course-list__price-hotpepper-discount::after {
    display: block;
    position: absolute;
    border: solid transparent;
    width: 0;
    height: 0;
    content: "";
  }

  .rstdtl-course-list__price-hotpepper-discount::before {
    bottom: -7px;
    border-width: 6px 6px 0;
    border-top-color: #d2d2d2;
    right: 3rem;
  }

  .rstdtl-course-list__price-hotpepper-discount::after {
    bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #fff;
    right: 3.1rem;
  }

  .rstdtl-course-list__price-num {
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
  }

  .rstdtl-course-list.rstdtl-course-list--hotpepper
    .rstdtl-course-list__price-num {
    display: block;
  }

  .rstdtl-course-list__price-num > em {
    margin-right: 2px;
    font-family: Arial, sans-serif;
    font-size: 1.3rem;
  }

  .rstdtl-course-list__price-num-tax {
    font-weight: normal;
    font-size: 0.6rem;
  }

  .rstdtl-course-list__data-body {
    display: block;
    width: 100%;
    line-height: 1;
    padding-top: 0.5rem;
  }

  .rstdtl-course-list__data-body:before,
  .rstdtl-course-list__data-body:after {
    display: block;
    overflow: hidden;
    content: "";
  }

  .rstdtl-course-list__data-body:after {
    clear: both;
  }

  .rstdtl-course-list__img {
    display: table-cell;
    padding: 20px 15px 20px 0;
    width: 120px;
    pointer-events: none;
  }

  .rstdtl-course-list__img img {
    width: 120px;
    height: auto;
  }

  .rstdtl-course-list__img .rstdtl-course-list__target:hover {
    opacity: 0.8;
  }

  .rstdtl-course-list.rstdtl-course-list--hotpepper
    .rstdtl-course-list__img:hover {
    opacity: 1;
  }

  .rstdtl-course-list__subinfo {
    display: table;
    position: relative;
    float: left;
    padding-top: 0.5rem;
  }

  .rstdtl-course-list__desc {
    color: #797152;
    line-height: 1.6;
    font-size: 1rem;
    margin-bottom: 0 !important;
  }

  .rstdtl-course-list__data-footer {
    float: right;
  }

  .rstdtl-course-list__label {
    margin-left: 5px;
  }

  .rstdtl-course-list__label.rstdtl-course-list__label {
    background-color: #ffd700;
    line-height: 1.1rem;
    font-size: 1.1rem;
    padding: 0.3rem 0.4rem;
    display: inline-block;
  }

  .rstdtl-course-list__hotpepper-target::before {
    color: #999;
  }

  .rstdtl-course-list__course-rule {
    display: table-cell;
    white-space: nowrap;
    vertical-align: bottom;
    padding: 0 0 0.3rem 1rem;
  }

  .rstdtl-course-list__course-rule > dt,
  .rstdtl-course-list__course-rule > dd {
    display: inline-block;
  }

  .rstdtl-course-list__course-rule > dd {
    margin-right: 0.5rem;
  }

  .rstdtl-course-list__course-rule-title::before {
    display: inline-block;
    color: #bcb08a;
    vertical-align: -0.1rem;
  }

  .rstdtl-course-list__course-rule-title.rstdtl-course-list__course-rule-title--member::before {
    /* font-family: "Tabelog Glyph"; */
    /* font-style: normal;
    font-weight: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    text-transform: none;
    speak: none;
    content: "\f663"; */
    font-family: "Font Awesome 5 Free";
    content: "\f007";
    font-weight: 900;
    padding-right: 5px;
  }

  .rstdtl-course-list__course-rule-title.rstdtl-course-list__course-rule-title--time::before {
    /* font-family: "Tabelog Glyph"; */
    /* font-style: normal;
    font-weight: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    text-transform: none;
    speak: none;
    content: "\f677"; */
    font-family: "Font Awesome 5 Free";
    content: "\f017";
    font-weight: 900;
    padding-right: 5px;
  }

  .rstdtl-course-list__course-rule-title > i {
    display: none;
  }

  .rstdtl-course-list {
    position: relative;
  }

  .rstdtl-course-list__action-btn {
    display: table-cell;
    width: 100px;
    text-align: right;
    padding-left: 1.5rem;
    color: #fff;
  }

  .rstdtl-course-list__action-btn-target {
    display: block;
    float: right;
    clear: right;
    cursor: pointer;
    white-space: nowrap;
    vertical-align: middle;
    width: 10rem;
    color: #000;
  }

  .rstdtl-course-list__action-btn-target
    + .rstdtl-course-list__action-btn-target {
    margin-top: 0.6rem;
  }

  .rstdtl-course-list__reserve-notice + .rstdtl-course-list__action-btn-target {
    margin-top: 0.6rem;
  }

  .rstdtl-course-list__coupon {
    display: inline-block;
    float: right;
    margin-top: 0.5rem;
  }

  .rstdtl-course-list__coupon-btn {
    float: right;
  }

  .rstdtl-course-list__coupon-contents {
    width: auto;
    text-align: left;
    padding-top: 0.7rem;
  }

  .rstdtl-course-rdimg {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .rstdtl-course-list__tieup-mc {
    display: table-row;
    position: absolute;
    left: 0;
    z-index: 5;
    border-radius: 6px;
    vertical-align: middle;
    background-color: #221815;
    top: 1.5rem;
  }

  .rstdtl-course-list__tieup-mc:hover {
    opacity: 0.8;
  }

  .rstdtl-course-list__tieup-mc-target {
    display: block;
    box-sizing: border-box;
    padding: 0.6rem 1.2rem 0.6rem 1.5rem;
  }

  .rstdtl-course-list__tieup-mc-target::after {
    color: #fff;
    vertical-align: middle;
  }

  .rstdtl-course-list__tieup-mc-target:hover {
    text-decoration: none;
  }

  .rstdtl-course-list__tieup-mc-logo {
    display: inline-block;
    width: 123px;
    height: 22px;
    background: url("https://tblg.k-img.com/images/shared/tieup/mastercard_pricelessjapan/tieup_logo_mastercard.png?1547477503")
      no-repeat 0 0;
    background-size: 123px 22px;
    vertical-align: bottom;
  }

  .rstdtl-course-list__tieup-mc-logo > i {
    display: none;
  }

  .rstdtl-course-list__tieup-mc-text {
    display: inline-block;
    color: #fff;
    margin-left: 1rem;
    padding-bottom: 0.2rem;
    font-size: 1.1rem;
  }

  .rstdtl-course-list__tieup-mc-text > em {
    color: #ff9600;
    font-weight: bold;
    margin-right: 0.7rem;
    font-size: 1.3rem;
  }
}

/* ------------------------------
sp-menu
------------------------------ */
@media screen and (max-width: 768px) {
  /* ------------------------------
    　rstdtl-menu-lst
    ------------------------------ */
  .pttl {
    padding: 33px 0 40px 0;
    text-align: center;
  }

  .pttl img {
    height: 32px;
    width: auto;
  }

  .rstdtl-menu-lst {
    margin: 0 20px 60px 20px;
  }

  /* ------------------------------
    　rstdtl-menu-lst
    ------------------------------ */
  .pttl {
    padding: 33px 0 40px 0;
    text-align: center;
  }

  .pttl img {
    height: 32px;
    width: auto;
  }

  .rstdtl-menu-lst {
    margin: 40px 0px 0px 0px;
  }

  /* ------------------------------
    　menu new sp
    ------------------------------ */
  .rstdtl-menu-lst__heading {
    margin-top: 20px;
    font-size: 1.6rem;
  }

  .rstdtl-menu-lst__contents {
    display: table;
    padding: 0 10px;
    border-bottom: 1px dotted #d2d2d2;
    width: 100%;
    box-sizing: border-box;
  }

  .rstdtl-menu-lst__contents:last-of-type {
    border-bottom: none;
    padding-top: 10px;
  }

  .rstdtl-course-list a {
    color: #000;
  }

  .rstdtl-menu-lst__info {
    display: table-cell;
    padding: 6px 0;
    vertical-align: top;
  }

  .rstdtl-menu-lst__info-inner {
    /*        display: table;*/
    width: 100%;
  }

  .rstdtl-menu-lst__menu-title {
    display: table-cell;
    width: 100%;
    color: #111;
    font-weight: bold;
    font-size: 1.2rem;
  }

  /*
        .rstdtl-menu-lst__price {
            display: table-cell;
            font-weight: bold;
            text-align: right;
            width: 7rem;
            font-size: 1.5rem
        }
    */

  .rstdtl-menu-lst__price {
    display: inline-block;
    width: 100% !important;
    font-weight: bold;
    text-align: right !important;
    font-size: 1.3rem;
  }

  .rstdtl-menu-lst__desc {
    font-size: 12px;
    padding-bottom: 10px;
  }

  .rstdtl-menu-lst__desc p {
    font-size: 20px;
    padding: 12px 10px;
    line-height: 1.6;
    background: url("https://tblg.k-img.com/images/line/line_dot.gif?1547477344")
      repeat-x 0 100%;
  }

  .rstdtl-menu-lst__img {
    display: table-cell;
    padding: 20px 15px 20px 0;
    width: 120px;
    text-align: center;
  }

  /* ------------------------------
    　course menu sp
    ------------------------------ */

  .course-list__items {
    margin: auto;
    width: 100%;
  }

  .rstdtl-course-list {
    display: table;
    position: relative;
    z-index: 1;
    border-top: 1px solid #e0dccc;
    border-bottom: 1px solid #e0dccc;
    width: 100%;
  }

  .rstdtl-course-list + .rstdtl-course-list {
    border-top: none;
  }

  .rstdtl-course-list__target {
    color: inherit;
    z-index: 1;
  }

  .rstdtl-course-list__target:hover {
    color: inherit;
    text-decoration: none;
  }

  .rstdtl-course-list.rstdtl-course-list--hotpepper:hover {
    cursor: default;
  }

  .rstdtl-course-list__data {
    display: table-cell;
    position: relative;
    padding: 0 0 20px;
    width: 100%;
    word-break: break-all;
    vertical-align: top;
  }

  .rstdtl-course-list__tieup-mc ~ .rstdtl-course-list__img {
    padding-top: 6.5rem;
  }

  .rstdtl-course-list__tieup-mc ~ .rstdtl-course-list__data {
    padding-top: 6.5rem;
  }

  .rstdtl-course-list__data-header {
    display: table;
    width: 100%;
  }

  .rstdtl-course-list__img
    + .rstdtl-course-list__data
    .rstdtl-course-list__data-header {
    min-height: 72px;
  }

  .rstdtl-course-list__course-title {
    display: table-cell;
    word-break: break-all;
  }

  .rstdtl-course-list__course-title-text {
    margin-bottom: 0.2rem;
    color: #111;
    font-weight: bold;
    line-height: 1.6;
    font-size: 1.3rem;
  }

  .rstdtl-course-list__course-title-text .rstdtl-course-list__target:hover {
    color: #ff9600;
    text-decoration: underline;
  }

  .rstdtl-course-list.rstdtl-course-list--hotpepper
    .rstdtl-course-list__course-title-text {
    color: #13131e;
  }

  .rstdtl-course-list__dish-count.rstdtl-course-list__dish-count {
    border: 1px solid #e0dccc;
    box-sizing: border-box;
    color: #463f2d;
    background-color: #fff;
    margin-left: 0.5rem;
    padding: 0.1rem 0.3rem;
  }

  .rstdtl-course-list__price-wrap {
    display: table-cell;
    white-space: nowrap;
    vertical-align: top;
    padding-right: 0rem;
    margin-bottom: 20px;
  }

  .rstdtl-course-list__price-wrap {
    display: block;
    width: 100%;
    white-space: nowrap;
    vertical-align: top;
    padding-right: 0rem;
  }

  .rstdtl-course-list__price-discount {
    display: inline-block;
  }

  .rstdtl-course-list__price-before {
    /* color: #13131e; */
    text-align: left;
    margin-right: 0.5rem;
    margin-bottom: -0.2rem;
    font-size: 0.1rem;
  }

  .rstdtl-course-list__price-hotpepper-discount {
    display: inline-block;
    position: relative;
    margin-bottom: 7px;
    border: solid 1px #d2d2d2;
    border-radius: 2px;
    color: #949499;
    font-weight: bold;
    line-height: 1;
    background-color: #fff;
    padding: 0.4rem 0.5rem 0.3rem;
    font-size: 1rem;
  }

  .rstdtl-course-list__price-hotpepper-discount::before,
  .rstdtl-course-list__price-hotpepper-discount::after {
    display: block;
    position: absolute;
    border: solid transparent;
    width: 0;
    height: 0;
    content: "";
  }

  .rstdtl-course-list__price-hotpepper-discount::before {
    bottom: -7px;
    border-width: 6px 6px 0;
    border-top-color: #d2d2d2;
    right: 3rem;
  }

  .rstdtl-course-list__price-hotpepper-discount::after {
    bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #fff;
    right: 3.1rem;
  }

  .rstdtl-course-list__price-num {
    color: #000;
    font-weight: bold;
    font-size: 1.4rem;
  }

  .rstdtl-course-list.rstdtl-course-list--hotpepper
    .rstdtl-course-list__price-num {
    display: block;
  }

  .rstdtl-course-list__price-num > em {
    margin-right: 2px;
    font-family: Arial, sans-serif;
    font-size: 1.3rem;
  }

  .rstdtl-course-list__price-num-tax {
    font-weight: normal;
    font-size: 0.6rem;
  }

  .rstdtl-course-list__data-body {
    display: block;
    width: 100%;
    line-height: 1;
    padding-top: 0.5rem;
  }

  .rstdtl-course-list__data-body:before,
  .rstdtl-course-list__data-body:after {
    display: block;
    overflow: hidden;
    content: "";
  }

  .rstdtl-course-list__data-body:after {
    clear: both;
  }

  .rstdtl-course-list__img {
    /*        display: table-cell;*/
    padding: 20px 15px 20px 0;
    width: 200px;
    margin-bottom: 0 !important;
    pointer-events: none;
  }

  .rstdtl-course-list__img img {
    width: 90%;
    display: block;
    margin: 0 auto;
  }

  .rstdtl-course-list__img .rstdtl-course-list__target:hover {
    opacity: 0.8;
  }

  .rstdtl-course-list.rstdtl-course-list--hotpepper
    .rstdtl-course-list__img:hover {
    opacity: 1;
  }

  .rstdtl-course-list__subinfo {
    /*        display: table;*/
    position: relative;
    /*        float: left;*/
    padding-top: 0.5rem;
  }

  .rstdtl-course-list__desc {
    color: #797152;
    line-height: 1.6;
    font-size: 1rem;
  }

  .rstdtl-course-list__data-footer {
    float: right;
  }

  .rstdtl-course-list__label {
    margin-left: 5px;
  }

  .rstdtl-course-list__label.rstdtl-course-list__label {
    background-color: #ffd700;
    line-height: 1.1rem;
    font-size: 1.1rem;
    padding: 0.3rem 0.4rem;
    display: inline-block;
  }

  .rstdtl-course-list__hotpepper-target::before {
    color: #999;
  }

  .rstdtl-course-list__course-rule {
    display: table-cell;
    white-space: nowrap;
    vertical-align: bottom;
    padding: 0 0 0.3rem 0;
  }

  .rstdtl-course-list__course-rule > dt,
  .rstdtl-course-list__course-rule > dd {
    display: inline-block;
  }

  .rstdtl-course-list__course-rule > dd {
    margin-right: 0.5rem;
  }

  .rstdtl-course-list__course-rule-title::before {
    display: inline-block;
    color: #bcb08a;
    vertical-align: -0.1rem;
  }

  .rstdtl-course-list__course-rule-title.rstdtl-course-list__course-rule-title--member::before {
    /* font-family: "Tabelog Glyph"; */
    /* font-style: normal;
    font-weight: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    text-transform: none;
    speak: none;
    content: "\f663"; */
    font-family: "Font Awesome 5 Free";
    content: "\f007";
    font-weight: 900;
    padding-right: 5px;
  }

  .rstdtl-course-list__course-rule-title.rstdtl-course-list__course-rule-title--time::before {
    /* font-family: "Tabelog Glyph"; */
    /* font-style: normal;
    font-weight: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    text-transform: none;
    speak: none;
    content: "\f677"; */
    font-family: "Font Awesome 5 Free";
    content: "\f017";
    font-weight: 900;
    padding-right: 5px;
  }

  .rstdtl-course-list__course-rule-title > i {
    display: none;
  }

  .rstdtl-course-list__action-btn {
    display: table-cell;
    width: 100px;
    text-align: right;
    vertical-align: top;
    padding-left: 1.2rem;
    color: #fff;
  }

  .rstdtl-course-list__reserve-notice {
    display: block;
    color: #b4b4b4;
    text-indent: -1em;
    padding-left: 1em;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 1.2;
    font-size: 0.8rem;
  }

  .rstdtl-course-list__action-btn-target {
    display: block;
    float: right;
    clear: right;
    cursor: pointer;
    white-space: nowrap;
    vertical-align: middle;
    /*        width: 10rem;*/
    color: #111;
  }

  .rstdtl-course-list__action-btn-target
    + .rstdtl-course-list__action-btn-target {
    margin-top: 0.6rem;
  }

  .rstdtl-course-list__reserve-notice + .rstdtl-course-list__action-btn-target {
    margin-top: 0.6rem;
  }

  .rstdtl-course-list__coupon {
    display: inline-block;
    float: right;
    margin-top: 0.5rem;
  }

  .rstdtl-course-list__coupon-btn {
    float: right;
  }

  .rstdtl-course-list__coupon-contents {
    width: auto;
    text-align: left;
    padding-top: 0.7rem;
  }

  .rstdtl-course-rdimg {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .rstdtl-course-list__tieup-mc {
    display: table-row;
    position: absolute;
    left: 0;
    z-index: 5;
    border-radius: 6px;
    vertical-align: middle;
    background-color: #221815;
    top: 1.5rem;
  }

  .rstdtl-course-list__tieup-mc:hover {
    opacity: 0.8;
  }

  .rstdtl-course-list__tieup-mc-target {
    display: block;
    box-sizing: border-box;
    padding: 0.6rem 1.2rem 0.6rem 1.5rem;
  }

  .rstdtl-course-list__tieup-mc-target::after {
    color: #fff;
    vertical-align: middle;
  }

  .rstdtl-course-list__tieup-mc-target:hover {
    text-decoration: none;
  }

  .rstdtl-course-list__tieup-mc-logo {
    display: inline-block;
    width: 123px;
    height: 22px;
    background: url("https://tblg.k-img.com/images/shared/tieup/mastercard_pricelessjapan/tieup_logo_mastercard.png?1547477503")
      no-repeat 0 0;
    background-size: 123px 22px;
    vertical-align: bottom;
  }

  .rstdtl-course-list__tieup-mc-logo > i {
    display: none;
  }

  .rstdtl-course-list__tieup-mc-text {
    display: inline-block;
    color: #fff;
    margin-left: 1rem;
    padding-bottom: 0.2rem;
    font-size: 1.1rem;
  }

  .rstdtl-course-list__tieup-mc-text > em {
    color: #ff9600;
    font-weight: bold;
    margin-right: 0.7rem;
    font-size: 1.3rem;
  }
}

.rstdtl-course-list__action-btn {
  display: none;
}

.rstdtl-course-list__course-title a {
  /* pointer-events: none; */
}

.rstdtl-course-list__img-target {
  /* pointer-events: none; */
}
.rstdtl-menu-lst__target {
  /* pointer-events: none; */
}
.rstdtl-course-list__coupon-btn {
  display: none;
}
.tblg-coupon__btn {
  display: none;
}
.tblg-coupon__main {
  display: none;
}

/*メニューページ食べログ連携用CSS*/