@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif");
@import url("https://fonts.googleapis.com/css?family=Lato:400,900");
@media screen and (min-width: 768px) {
  .wrapper,
  header .inner {
    width: 1080px;
    margin: 0 auto;
  }

  .persist-header a::after,
  ul.gnav a::after {
    content: "";
    left: 0;
  }

  .sp {
    display: none;
  }

  #google_translate {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
  }

  .persist-header {
    background: #000;
  }

  header {
    background: url(../img/bg_ptn3.jpg);
    background-size: 350px;
    height: 220px;
}

  header .inner {
    display: flex;
    justify-content: space-between;
  }

  header .inner p {
    padding: 25px 0 15px;
    text-align: right;
    color: #dbc9ab;
    font-size: 24px;
  }

  .gallery h2,
  .gallery p,
  .info h2,
  .kv_second h2 {
    text-align: center;
  }

  header .inner p a {
    color: #dbc9ab;
  }

  header .inner p i {
    font-size: 16px;
    vertical-align: 3px;
  }

  header .inner p span {
    display: inline-block;
    background: #281205;
    padding: 3px 10px;
    margin-right: 15px;
    font-size: 10px;
    vertical-align: 3px;
  }

  header h1 {
    position: relative;
    z-index: 999;
  }

  header h1 img {
      width: auto;
      height: 120px;
      margin: 50px;
  }

  ul.gnav {
    display: flex;
  }

  ul.gnav li {
    margin-left: 25px;
    font-size: 13px;
    font-weight: 700;
  }

  .course dl dt.price + dd span:nth-child(1),
  .info h2 {
    font-weight: 900;
    font-family: Lato, sans-serif;
  }

  ul.gnav a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #fff;
  }

  .access dl a,
  .info a {
    text-decoration: none !important;
  }

  ul.gnav a::after {
    position: absolute;
    background: #fff;
    bottom: -4px;
    height: 1px;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform 0.3s;
    width: 100%;
  }

  ul.gnav a:hover::after {
    transform: scale(1, 1);
  }

  ul.gnav a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  .kv_second {
    background: url(../img/bg_kv2.jpg) center no-repeat;
    background-size: cover;
  }

  .kv_second div {
    background: rgba(0, 0, 0, 0.5);
  }

  .kv_second h2 {
    color: #fff;
    font-size: 36px;
    letter-spacing: 0.1em;
    line-height: 1;
    padding: 90px 0;
    margin-top: -110px;
  }

  #main {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 720px;
    margin-top: -110px;
  }

  .intro h2 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .txt .btn {
    margin: 0 40px;
  }

  .info {
    background: url(../img/bg_ptn2.jpg) center;
    background-size: cover;
    background-size: 320px auto;
    padding: 90px 0;
  }

  .info dl a {
    color: #000;
  }
  .info dl {
    font-size: 13px;
  }

  .gallery .btn,
  .info .btn {
    width: 320px;
    margin: 0 auto;
  }

  .gallery {
    margin-bottom: 90px;
    margin-top: 90px;
  }

  .gallery h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .gallery p {
    line-height: 2;
    margin-bottom: 25px;
  }

  ul.lcmenu {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
  }

  ul.lcmenu li {
    font-size: 17px;
    padding: 0 20px;
  }

  ul.lcmenu li i {
    font-size: 12px;
    margin-right: 5px;
    vertical-align: 2px;
  }

  .course dl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 20px;
    width: 100%;
  }

  .course-list,
  dl.menu-list {
    display: flex;
    flex-wrap: wrap;
  }

  .course dl dt {
    width: 120px;
  }

  .course dl dd {
    width: calc(100% - 120px);
  }

  .course dl dt.price {
    margin-top: 3px;
  }

  .course dl dt.price + dd span:nth-child(1) {
    font-size: 20px;
  }

  .course dl dt.price + dd span:nth-child(2) {
    font-size: 10px;
    margin-left: 2px;
    vertical-align: 1px;
  }

  .course-list {
    padding: 15px 20px;
  }

  .course-list li {
    margin-left: 15px;
    margin-right: 20px;
    font-size: 12px;
    list-style: disc;
  }

  dl.menu-list {
    margin-bottom: 60px;
  }

  dl.menu-list dt {
    font-weight: 700;
    padding: 11px 0 10px 1.5%;
    width: 73.5%;
  }

  dl.menu-list dt span {
    display: block;
    font-size: 11px;
    line-height: 1.6;
    margin-top: 4px;
    opacity: 0.5;
  }

  dl.menu-list dd {
    padding: 10px 1%;
    text-align: right;
    width: 23%;
  }

  dl.menu-list dd span:nth-child(1) {
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 900;
  }

  dl.menu-list dd span:nth-child(2) {
    font-size: 10px;
    margin-left: 2px;
    vertical-align: 1px;
  }

  dl.menu-list dt.multi {
    font-weight: 700;
    padding: 11px 0 10px 1.5%;
    width: 68.5%;
  }

  dl.menu-list dd.multi {
    padding: 10px 1%;
    text-align: right;
    width: 28%;
  }

  dl.menu-list dd.multi dl {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }

  dl.menu-list dd.multi dl dt {
    border-bottom: none;
    border-top: none;
    font-size: 11px;
    font-weight: 400;
    text-align: right;
    padding: 5px 0 0;
    width: 72%;
  }

  dl.menu-list dd.multi dl dd {
    border-bottom: none;
    border-top: none;
    padding: 0;
    text-align: right;
    width: 28%;
  }

  .second figure,
  .second-nrw figure,
  footer small {
    text-align: center;
  }

  .note {
    font-size: 12px;
    opacity: 0.7;
  }

  .access dl {
    font-size: 13px;
  }

  .persist-header a,
  a {
    text-decoration: none;
  }

  .gallery-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    justify-content: center;
    width: 980px;
    margin: 50px auto 70px;
  }

  .gallery-list li {
    list-style: none;
    margin: 0 10px 20px;
  }

  .gallery-list img {
    border-radius: 50%;
    height: 160px;
    width: 160px;
    object-fit: cover;
  }

  .gallery-list span {
    display: block;
    font-size: 12px;
    line-height: 1.7;
    margin: 12px 0 0;
    text-align: center;
    width: 160px;
  }

  .second,
  .second-nrw {
    margin: 50px auto 70px;
  }

  .second {
    width: 980px;
  }

  .second-nrw {
    width: 800px;
  }

  .second div.inner,
  .second-nrw div.inner {
    display: flex;
    margin-bottom: 60px;
  }

  .second div.inner figure img,
  .second-nrw div.inner figure img {
    height: auto;
    margin-bottom: 0 !important;
    margin-right: 35px;
    width: 300px;
  }

  .second figure img,
  .second-nrw figure img {
    height: auto;
    margin-bottom: 25px;
    width: 640px;
  }

  .second p,
  .second-nrw p {
    margin-bottom: 60px;
  }


  a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  a:hover {
    opacity: 0.4;
    filter: alpha(opacity=60);
  }

  .persist-header {
    color: #fff;
    font-size: 13px;
    left: 0;
    line-height: 64px;
    position: fixed;
    top: -64px;
    width: 100%;
    z-index: 9999;
  }

  .persist-header ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: center;
  }

  .persist-header ul li {
    letter-spacing: 0.08em;
    margin: 0 25px;
  }

  .persist-header a {
    color: #fff;
    display: inline-block;
    position: relative;
  }

  .persist-header a::after {
    position: absolute;
    background: #fff;
    bottom: 15px;
    height: 1px;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform 0.3s;
    width: 100%;
  }

  .persist-header a:hover::after {
    transform: scale(1, 1);
  }

  .persist-header a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  dl.shop-info dt {
    clear: both;
    float: left;
    font-weight: 700;
    padding: 12px 0 12px 1.2%;
    width: 23.8%;
    white-space: nowrap;
  }

  dl.shop-info dd {
    padding: 12px 0 12px 27%;
  }

  dl.shop-info dd:last-child {
    border-bottom: none;
  }

  dl.shop-info a {
    font-family: Lato, sans-serif;
    text-decoration: underline;
  }

  footer {
    padding-top: 90px;
  }

  footer div.inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 980px;
  }

  footer p.tel {
    font-family: Lato, sans-serif;
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
  }

  footer p.tel i {
    display: inline-block;
    font-size: 17px;
    margin-right: 2px;
    vertical-align: 4px;
  }

  footer dl {
    font-size: 12px;
    margin: 20px auto;
    width: 980px;
  }

  footer dl a {
    text-decoration: none !important;
  }

  footer small {
    color: #fff;
    display: block;
    font-family: Lato, sans-serif;
    font-size: 11px;
    letter-spacing: 0.08em;
    opacity: 0.7;
    padding-bottom: 18px;
  }

  #page-top {
    bottom: 20px;
    right: 15px;
    font-size: 48px;
    line-height: 1;
    position: fixed;
    z-index: 9999;
  }
}

@media screen and (max-width: 767px) {
  #main,
  header h1 {
    position: relative;
  }

  .course dl dt.price + dd span:nth-child(1),
  .drawer-nav ul li:last-child,
  dl.menu-list dd span:nth-child(1),
  dl.shop-info a,
  footer p.tel,
  footer small {
    font-family: Lato, sans-serif;
  }

  .pc {
    display: none;
  }

  .drawer-hamburger-icon,
  .drawer-hamburger-icon:after,
  .drawer-hamburger-icon:before {
    background-color: #fff;
  }

  .drawer-nav {
    background-color: #000;
  }

  .drawer-hamburger {
    background: #000 !important;
      z-index: 999;
  }

  #google_translate {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
  }

  .wrapper{
    background: url(../img/bg_ptn2.jpg) center;
  }
  button {
    margin: 0;
  }

  button span {
    color: #fff;
  }

  header {
    background: url(../img/bg_ptn3.jpg);
    background-size: 350px;
  }

  header h1 {
    text-align: center;
    margin: 0 auto;
    z-index: 990;
    
  }

  header h1 img {
    height: 100px;
    width: auto;
      padding-top:35px
  }

  .kv_second {
    background: url(../img/bg_kv2.jpg) center no-repeat;
    background-size: cover;
  }

  .kv_second div {
    background: rgba(0, 0, 0, 0.5);
  }

  .kv_second h2 {
    color: #fff;
    font-size: 32px;
    letter-spacing: 0.1em;
    line-height: 1;
    text-align: center;
    padding: 80px 0 40px;
    margin-top: -40px;
  }

  #main {
    overflow: hidden;
    width: 100%;
    height: 480px;
    margin-top: -40px;
  }

  .drink img,
  .food img,
  .intro img {
    height: auto;
    width: 100%;
  }

  .gallery p,
  .intro p,
  .txt p {
    line-height: 2;
  }

  .info dl {
    font-size: 13px;
  }

  .info a {
    text-decoration: none !important;
  }

  .gallery .btn,
  .info .btn {
    margin: 0 20px;
  }

  .gallery {
    margin-bottom: 40px;
  }

  .gallery h2 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 0 20px;
  }

  .gallery p {
    margin-bottom: 25px;
    padding: 0 20px;
  }

  ul.lcmenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
  }

  .course dl,
  .course-list {
    flex-wrap: wrap;
    display: flex;
  }

  ul.lcmenu li {
    font-size: 15px;
    padding: 0 10px 5px;
    margin-bottom: 3px;
  }

  ul.lcmenu li i {
    font-size: 12px;
    margin-right: 3px;
    vertical-align: 1px;
  }

  .course dl {
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    width: 100%;
  }

  .course dl dt {
    width: 120px;
  }

  .course dl dd {
    width: calc(100% - 120px);
  }

  .course dl dt.price {
    margin-top: 3px;
  }

  .course dl dt.price + dd span:nth-child(1) {
    font-size: 20px;
    font-weight: 900;
  }

  .course dl dt.price + dd span:nth-child(2) {
    font-size: 10px;
    margin-left: 2px;
    vertical-align: 1px;
  }

  .course-list {
    padding: 15px 20px;
    font-size: 13px;
  }

  .course-list li {
    margin-left: 10px;
    margin-right: 20px;
    list-style: disc;
  }

  dl.menu-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  dl.menu-list dt {
    width: 68%;
    padding: 11px 0 10px 2%;
    font-weight: 700;
    font-size: 13px;
  }

  dl.menu-list dt span {
    display: block;
    font-size: 10px;
    line-height: 1.6;
    margin-top: 4px;
    opacity: 0.5;
  }

  dl.menu-list dd {
    width: 28%;
    padding: 10px 2% 10px 0;
    font-weight: 700;
    font-size: 13px;
    text-align: right;
  }

  dl.menu-list dd span:nth-child(1) {
    font-weight: 900;
    font-size: 14px;
  }

  dl.menu-list dd span:nth-child(2) {
    font-size: 10px;
    font-weight: 400;
    vertical-align: 1px;
    margin-left: 2px;
  }

  dl.menu-list dt.multi {
    font-weight: 700;
    padding: 11px 0 10px 2%;
    width: 33%;
  }

  dl.menu-list dd.multi {
    padding: 10px 2% 10px 0;
    text-align: right;
    width: 63%;
  }

  dl.menu-list dd.multi dl {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
  }

  dl.menu-list dd.multi dl dt {
    border-bottom: none !important;
    border-top: none;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.5;
    text-align: right;
    padding: 2px 0 0;
    width: calc(100% - 74px);
  }

  dl.menu-list dd.multi dl dd {
    border-bottom: none !important;
    border-top: none;
    padding: 0;
    text-align: right;
    width: 74px;
  }

  .note {
    font-size: 12px;
    opacity: 0.7;
  }

  .gallery-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    justify-content: center;
    margin: 30px 0 40px;
  }

  .gallery-list li {
    list-style: none;
    margin: 5px 5px 15px;
  }

  .gallery-list img {
    border-radius: 50%;
    width: 110px;
    height: 110px;
    object-fit: cover;
  }

  .gallery-list span {
    display: block;
    font-size: 10px;
    line-height: 1.6;
    margin: 10px auto 0;
    text-align: center;
    width: 110px;
  }

  .second,
  .second-nrw {
    margin: 30px 20px 40px;
  }

  .second figure img,
  .second-nrw figure img {
    height: auto;
    width: 100%;
    margin-bottom: 18px;
  }

  .second p,
  .second-nrw p {
    margin-bottom: 40px;
  }

  .drawer-nav {
    color: #fff;
    z-index: 9999;
  }

  .drawer-nav ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .drawer-nav ul li:last-child a:before {
    content: "";
  }

  .drawer-nav ul li a {
    color: #fff;
    display: block;
    padding: 17px 15px;
  }

  .drawer-nav ul li:last-child {
    border-bottom: none;
    font-size: 24px;
    font-weight: 900;
    line-height: 0.4;
    padding-top: 30px;
    padding-bottom: 40px;
    text-align: center;
  }

  .drawer-nav ul li:last-child span {
    display: block;
    font-size: 11px !important;
    font-weight: 400;
    margin-left: 17px;
    letter-spacing: 0.1em;
  }

  .drawer-nav ul li:last-child i {
    font-size: 15px;
    margin-right: 1px;
    vertical-align: 3px;
  }

  dl.shop-info dt {
    clear: both;
    font-weight: 700;
    padding: 11px 10px 0;
  }

  dl.shop-info dd {
    font-size: 0.9em;
    line-height: 1.6;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
  }

  dl.shop-info dd:last-child {
    border-bottom: none !important;
  }

  dl.shop-info a {
    text-decoration: underline;
    font-weight: 400;
  }

  footer {
    font-size: 13px;
    padding-top: 26px;
 
  }

  footer p.tel {
    font-size: 32px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 10px;
    text-align: center;
  }

  footer p.tel i {
    font-size: 18px;
    margin-right: 1px;
    vertical-align: 5px;
  }

  footer dl {
    margin-top: 0;
    margin-bottom: 10px;
  }

  footer small {
    color: #fff;
    display: block;
    font-size: 11px;
    letter-spacing: 0.08em;
    opacity: 0.7;
    padding-bottom: 15px;
    text-align: center;
  }

  #social_share {
    margin: 0 auto 5px !important;
  }

  a {
    text-decoration: none;
  }

  #page-top {
    display: block;
    font-size: 40px;
    line-height: 1;
    position: fixed;
    bottom: 70px;
    right: 10px;
    z-index: 1;
  }

  .fit {
    height: auto;
    width: 100%;
  }
}

* {
  box-sizing: border-box;
}

img {
  width: 100%;
  height: auto;

}

#google_translate img {
  width: auto;
  height: auto;
}

.intro {
  padding: 90px 25% 0px;
}

.intro-img {
  width: 100%;
  margin: 0 auto 40px auto;

}

.intro p {
  margin-bottom: 20px;
}

.intro .btn {
  width: 30%;
  margin: 0 auto;
}

.intro .inner{
  max-width: 1400px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .intro {
    padding: 60px 20px;
  }
  .intro-img {
    width: 100%;
    margin: 0 auto 60px auto;
  }
  .intro p {
    margin-bottom: 20px;
  }
  .intro .btn {
    width: 100%;
  }
  .intro h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  .top-course,
  .top-lunch,
  .top-drink,
  .top-food {
    display: flex;
  }

  .top-course,
  .top-drink {
    flex-direction: row-reverse;
  }

  .introduction .tops{
    max-width: 1400px;
    margin: 0 auto;
    padding : 90px;
  }
  .top-food,
  .top-drink{
    padding: 1.5rem;
  }


  .top-food .bg {
    width: 100%;
    background: url(../img/bg_food.jpg) center no-repeat;
    background-size: cover;
  }

  .top-drink .bg {
    width: 100%;
    background: url(../img/bg_drink.jpg) center no-repeat;
    background-size: cover;
  }
  .top-course .bg {
    width: 40%;
    background: url(../img/bg_course.jpg) center no-repeat;
    background-size: cover;
  }

  .top-lunch .bg {
    width: 60%;
    background: url(../img/bg_lunch.jpg) center no-repeat;
    background-size: cover;
  }

  .txt {
    width: 40%;
    background: url(../img/bg_ptn5.jpg);
    background-size: 75px;
    padding: 40px 0;
  }

  .txt h2,
  .txt p {
    padding: 0 40px;
  }

  .txt h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .txt p {
    line-height: 2;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .txt {
    background: url(../img/bg_ptn5.jpg);
    background-size: 75px;
    padding: 30px 20px;
  }

  .txt h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .txt p {
    margin-bottom: 20px;
  }
}

/*-------------------------
  news
---------------------------*/
.CMS-NEWS-INDEX {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 60px;
}

.CMS-NEWS-INDEX img {
  width: 100%;
  height: auto;
}

.CMS-NEWS-INDEX a {
  text-decoration: none;
}

.top-news .CMS-NEWS-INDEX {
  padding-bottom: 0;
}

.CMS-NEWS-INDEX > * {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 40px;
}

.CMS-NEWS-INDEX > *:nth-of-type(3n) {
  margin-right: 0;
}

.CMS-NEWS-TITLE {
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 30px;
  padding: 10px 0 12px 0;
  position: relative;
  font-weight: bold;
}

.CMS-NEWS-TITLE:after {
  border-bottom: solid 3px #da1209;
  bottom: -3px;
  content: " ";
  display: block;
  position: absolute;
  width: 25%;
}

.CMS-NEWS-CONTENT img {
  width: 80%;
  height: auto;
  display: block;
  margin: 0 auto 20px auto;
}

.CMS-NEWS-ITEM a {
  transition: all 0.3s;
  display: block;
  padding: 2rem 0;
}

.CMS-NEWS-ITEM a:hover {
  opacity: 0.6;
}

.CMS-NEWS-TIME {
  color: #999;
  display: block;
  margin-top: 15px;
}

.CMS-NEWS-LINK {
  display: block;
  line-height: 1.6;
  color: #000;
}

.CMS-NEWS-MORE-READ {
  background: #da1209;
  border: none;
  border-radius: 2px;
  text-align: center;
  padding: 20px 0;
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin: 40px auto 0 auto;
  width: 240px;
  display: block;
  transition: all 0.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;
}

.top-news .btn {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .CMS-NEWS-INDEX {
    display: block;
    padding-bottom: 100px;
  }

  .CMS-NEWS-INDEX > * {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .CMS-NEWS-INDEX > * :last-of-type {
    margin-bottom: 0;
  }

  .CMS-NEWS-CONTENT img {
    width: 100%;
  }

  .CMS-NEWS-ITEM a {
    display: block;
  }

  .CMS-NEWS-LINK {
    display: block;
    width: auto;
  }
}

/*-------------------------
  予約バナー
---------------------------*/
.float {
  position: fixed;
  z-index: 999;
}

.float a {
  background: #da1209;
  color: #fff;
  display: block;
  padding: 20px 15px;
  font-weight: bold;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .float {
    right: 0;
    top: 180px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}

@media screen and (max-width: 767px) {
  footer {

  }

  .float {
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    height: 60px;
    line-height: 60px;
  }

  .float a {
    padding: 0;
  }
}

/*-------------------------
  contact
---------------------------*/
.CMS-FORM-GROUP {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.CMS-FORM-GROUP label {
  width: 25%;
  text-align: left;
  color: #000;
  font-size: 14px;
}

.CMS-FORM-GROUP input,
.CMS-FORM-GROUP textarea {
  width: 75%;
  padding: 15px;
  border: #ccc solid 1px;
  border-radius: 4px;
  box-sizing: border-box;
  background: #fff;
}

.CMS-FORM-GROUP textarea {
  height: 120px;
}

.CMS-FORM-GROUP input[type="submit"] {
  background: #da1209;
  border: none;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: bold;
  width: 200px;
  padding: 20px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .CMS-FORM-GROUP {
    display: block;
  }

  .CMS-FORM-GROUP label {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }

  .CMS-FORM-GROUP input,
  .CMS-FORM-GROUP textarea {
    width: 100%;
  }

  .CMS-FORM-GROUP input[type="submit"] {
    width: 60%;
    margin: 0 auto;
  }
}

/*-------------------------
  policy
---------------------------*/
.ttl {
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 30px;
  padding: 10px 0 12px 0;
  position: relative;
  font-weight: bold;
}

.ttl:after {
  border-bottom: solid 3px #a02c0f;
  bottom: -3px;
  display: block;
  content: " ";
  position: absolute;
  width: 17%;
}

/*-------------------------
  news
---------------------------*/
.top-news {
  padding: 60px 10% 60px 10%;
}

.top-news h2 {
  text-align: center;
  font-size: 28px;
}

@media screen and (min-width: 768px) {
  .top-news .btn {
    margin: 0 auto;
    width: 40%;
  }
}

/*-------------------------
  slider
---------------------------*/
#loopslider {
  margin: 0 auto 30px auto;
  width: 100%;
  height: 280px;
  text-align: left;
  position: relative;
  overflow: hidden;
}

#loopslider ul {
  height: 280px;
  float: left;
  display: inline;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

#loopslider ul li {
  width: 350px;
  height: 280px;
  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;
}

#loopslider img {
  width: 100%;
  height: auto;
}

/*-------------------------
  sns
---------------------------*/
.top_sns_share {
  text-align: center;
  display: flex;
  max-width: 980px;
  margin: 60px auto 100px auto;
}

.top_sns_share_list {
  width: 30%;
  height: 500px;
  margin: auto;
  vertical-align: top;
}

.top_sns_share h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

.top_sns_share_list-insta {
  width: 30%;
  height: 300px;
  margin: auto;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .top_sns_share {
    display: block;
  }

  .top_sns_share_list {
    width: 100%;
  }

  .top_sns_share_list-insta {
    width: 100%;
  }

  .top_sns_share h2 {
    font-size: 32px;
    margin: auto;
    margin-bottom: 20px;
  }

  .top_sns_share > .top_sns_share_list:first-of-type {
    margin-bottom: 60px;
  }
}

/*-------------------------
  movie
---------------------------*/
.movie {
  background: rgba(255, 255, 255, 0.5);
  padding: 80px 15%;
  text-align: center;
}

.movie h2 {
  margin-bottom: 20px;
  font-size: 28px;
}

.movie video {
  width: 800px;
}

@media screen and (max-width: 767px) {
  .movie {
    background: rgba(255, 255, 255, 0.5);
    padding: 60px 20px;
  }
  .movie video {
    width: 300px;
  }
}

/*-------------------------
  gallery
---------------------------*/
.gallery p {
  margin: 20px 0 30px 0;
  text-align: center;
}

.gallery p span {
  display: block;
  font-size: 24px;
  line-height: 1.5;
}

.gallery a {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .gallery a {
    margin: 0 auto;
  }
}

/*-------------------------
  menu
---------------------------*/
.top_contents_wrap > .top-menu-wrap:nth-of-type(2) {
  margin: 40px 0;
}

.top_contents_wrap > .top-menu-wrap:nth-of-type(3) {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .top_contents_wrap > .top-menu-wrap:nth-of-type(2),
  .top_contents_wrap > .top-menu-wrap:nth-of-type(4) {
    flex-direction: row-reverse;
  }
}

.top-menu-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-menu-wrap img {
  width: 100%;
  height: auto;
}

.top-menu-wrap a {
  margin: 0 auto;
}

.top-menu-wrap > * {
  width: 48%;
}

.top-menu-wrap p {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .top-menu-wrap {
    display: block;
  }

  .top-menu-wrap > * {
    width: 100%;
  }
}

.top-access .btn {
  margin: 0 auto;
}

.footer_link {
  margin-top: 20px;
}

/*メニューページ食べログ連携用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 {
    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;
    width: 980px;
  } /* ------------------------------
    　menu new
    ------------------------------ */
  .rstdtl-menu-lst__heading {
    margin-top: 20px;
    font-size: 1.5rem;
  }

  .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: #111;
    font-weight: bold;
    font-size: 1.5rem;
  }

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

  .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;
  }

  .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: #111;
    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: #13131e;
    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: #000;
    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.8rem;
  }

  .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;
  }

  .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: 1.2rem;
  }

  .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;
    padding: 0.2rem 0.4rem;
    line-height: 1.1rem;
    font-size: 1.5rem;
  }

  .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";
  }

  .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";
  }

  .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.4rem;
  } 

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

  .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: 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%;
  }

  .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;
  }

  .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: 2rem;
  }

  .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;
  }

  .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: 1.2rem;
  }

  .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;
    padding: 0.2rem 0.4rem;
    line-height: 1.1rem;
    font-size: 1.3rem;
  }

  .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";
  }

  .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";
  }

  .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;
  }
}


footer dl dd:not(:last-of-type) {
  border-bottom: solid 1px rgba(255, 255, 255, 0.15) !important;
}



/*姉妹店*/

.access{
    margin-top: 100px;
}
.access h2 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 60px;
}

.access_stores h3 {
    text-align: left;
    font-size: 30px;
    margin-bottom: 20px;
}

.access_stores_img {
    text-align: center
}

.access_stores_img img {
    text-align: center;
    width: 30%;
    margin: 5px auto 20px;
}

.access_stores .btn {
    margin: 50px auto !important;
    width: 50%;
    margin: 0 auto;
    
}
.access_stores .btn a{
    color: #fff;
}

.second .access_stores p {
    padding-top: 30px;
    padding-bottom: 30px;
}


@media screen and (max-width:676px) {
    .access_stores_img img {
        text-align: center;
        width: 32%;
        margin: 5px auto 20px;
    }

    .access_stores .btn {
        margin: 50px auto !important;
        width: 100%;
        margin: 0 auto;
    }

}
.lawer_content_inner {
  margin-bottom: 40px;
}

.lawer_content_inner:last-child,
.lawer_content_wrap:last-child {
  margin-bottom: 0;
}

.table {
  width: 100%;
}

.table,
.table_row_inner {
  list-style: none;
}

.table_row_inner {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  /*  justify-content: space-between;  */
  -ms-align-items: center;
  align-items: flex-start;
  padding: 20px 10px;
  border-bottom: solid 1px #313131;
}

.table_item_left {
  font-size: 1.0rem;
  line-height: 2rem;
  color: black;
  font-weight: 600;
  flex: 0 0 70%;
  font-feature-settings: "palt";
}

.table_item_left02 {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: black;
  font-weight: 600;
  flex: 0 0 70%;
  font-feature-settings: "palt";
}

.table_item_left03 {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: black;
  font-weight: 600;
  flex: 0 0 20%;
  font-feature-settings: "palt";
}

.table_list_content {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: black;
  font-weight: 400;
  flex: 0 0 75%;
  font-feature-settings: "palt";

}
.table_item_right {
  font-size: 1.0rem;
  color: black;
  font-weight: 600;
  flex: 0 0 25%;
  text-align: right;
  font-feature-settings: "palt";
}
.heading3 {
  font-size: 1.2rem;
  color: black;
  font-weight: 600;
  border-bottom: solid 1px #5e5e5e;
  padding: 15px 0 15px 15px;
  margin-top: 50px;
  position: relative;
  font-feature-settings: "palt";
}

.heading3::before {
  content: "";
  display: block;
  width: 4px;
  height: 12px;
  background: #a02c0f;  /* #e7c670; */
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.txt12_grey {
  font-size: 0.8rem;
  color: black;
  font-weight: 500;
  line-height: 1.8rem;
}
@media screen and (max-width: 767px) {
    .table_item_left {
      font-size: 0.8rem;
         flex: 0 0 65%;

    }
    .table_item_right {
  font-size: 0.8rem;
   flex: 0 0 35%;
 
}
    .txt12_grey {
  font-size: 0.6rem;
  color: black;
  font-weight: 500;
  line-height: 1.8rem;
}
header h1 img:hover {
   opacity: 0.5;
    transition:0.5s
  }
}
.tel_link{
    color:black;
}

.lawer_content_flex01 {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
  margin-top: 30px;
  /*margin: 0 -20px;*/

}

.lawer_content_flex01_left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0 -20px;
}

.lawer_content_flex01_right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0 20px;
}

.lawer_content_flex01_left img {
  max-width: 100%;
  height: auto;
}