@charset "utf-8";
html {
 /* overflow: hidden; */
}

.serif {
  font-family: 'Noto Serif JP', "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


body {
  display: none;
  margin: 0;
  padding: 0;
  background-image: url(https://goen.kataranna.com/wp/wp-content/uploads/background.png);
  background-image: url(https://goen.kataranna.com/wp/wp-content/uploads/bg2.png);
  background-image: url(https://goen.kataranna.com/wp/wp-content/uploads/bg3.png);  
  background-size: 300px auto;
  background-attachment: fixed;
  color: #fff;
  font-family: 'Noto Serif JP', "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
/*font-family: sans-serif; */
  width: 100%;
  letter-spacing: 0.1rem;
  position: relative;
}

div {  /* パララックス用 */
  box-sizing: border-box;
}
img {
  width: 100%;
}  

.go-top,
.go-top:hover {
  background-color: #333!important;
}  
.go-top,
.go-top:hover {
  color: #fff;
}
.go-top:hover svg {
  stroke: #888;
} 
.preloader {
  display: none;
}
.page-wrap {
  padding-top: 0;
  padding-bottom: 0;
}  
.outer {
  min-width: 1100px;
}  

@font-face {
  font-family: "ajifude";
  src: url("ajifude_subset.woff") format("woff"),
       url("ajifude_subset.ttf") format("truetype")
}
@font-face {
  font-family: "hannari";
  src: url("hannari_subset.woff") format("woff");
}
.wf-hannari { font-family: "hannari"; }

.wf-ajifude { font-family: "ajifude"; }


/****************
  共通
****************/
.outer {
  padding: 50px 0;
/*  position: relative; */
}  
.inner2 {
  width: 1200px;
  margin: 0 auto;
}  
.inner {
  width: 1100px;
  margin: 0 auto;
/*  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc; */
}

.chunk {
  display: inline-block;
}  

.mb-anchor {
  display: none;
}

@media screen and (max-width: 1099px) {
  .inner {
    width: 95%;
    margin: 0 auto;
  }
}  

/* --- モバイル -- */
@media screen and (max-width: 991px) {
  .outer {
    min-width: 0;
  }      
  .inner {
    width: 95%;
    margin: 0 auto;
  }
  .mb-anchor {
  }    
}
.no-pc {
  display: none;
}  
@media screen and (max-width: 991px) {
  .no-tb {
    display: none;
  }
}    
@media screen and (max-width: 559px) {
  .no-tb {
    display: block;
  }
  .no-sp {
    display: none;
  }
  .no-pc {
    display: block;
  }    
}

/*** ボタン ***/
.btn-wrap {
  width: 100%;
  display: flex;
  margin-top: 20px;
}
.btn-wrap.left {
  justify-content: flex-start;
}  
.btn-wrap.center {
  justify-content: center;
}  
.btn-wrap.right {
  justify-content: flex-end;
}  
.btn {
 /* color: #b49c4c; */
/*  color: #eaaa52; */
/*  color: #edad53; */
  color: #fff;
  background-color: #111;
  padding: 3px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.5s;
  width: 10rem;
  letter-spacing: 0.0rem;
  border: 1px solid #fff;
}
.btn.bento-btn {
  width: 12rem;
}
.btn .btn-txt {
  margin-right: 10px;
}
.btn .btn-arrow {
  margin-top: 3px;
  transition: all 0.5s;
}  
.btn:hover {
  pacity: 0.8;
  cursor: pointer;
}  
.btn:hover .btn-arrow {
  transform: translateX(10px);
}

/* inview */
.fade-up {
  opacity: 0;
  transform: translate(0, 20%);
  transition: 2s;
}
.fade-up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
.fade-in {
  opacity: 0;
  transform: translate(0, 1%);
  transition: 2.5s;
}
.fade-in.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
.fade-out {
  transform: scale(1,1);
/*  transform: translate(0, 1%);*/
  transition: .1s;
}
.fade-out.transparent {
  transform: scale(0,0);
}  




/*************
  ヘッダー・ヒーロー 
**************/
#masthead,
#masthead-mobile {
  display: none;
  z-index: 9999;
}
.top-area {
  position: relative;
  display: flex;
  min-width: 1100px;
  background-image: linear-gradient(rgba(14,10,9,1.0), rgba(14,10,9,1.0));
}
.top-area.detail-page {
  background-image: linear-gradient(rgba(0,0,0,.3), rgba(0,0,0,.3));
}  
.top-area-overlay {
  position: absolute;
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100vh;
  z-index: 888;
}

/* 横ヘッダー・メニュー */
.h-hdr-cntnr {
  position: fixed;
  top: 0;
  left: 0;
  padding: 2px 0;
  color: #fff;
  background-color: #000; 
  width: 100%;
  z-index: 9999;
  opacity: 0;
}  
.h-hdr-cntnr a {
  color: #fff;
}  
.h-hdr-inner {
  width: 95%;
  max-width: 1359px;
  margin: 0 auto; 
  display: flex;
  justify-content: space-between; 
  align-items: center;
  position: relative;
}
.h-hdr-shop-logo {
  flex: 2.0;
  max-width: 130px;
  margin-right: 50px;
}
.h-hdr-menu {
  flex: 5;
  display: flex; 
  justify-content: space-around;
  list-style-type: none; 
  padding: 5px 0 0 0;
  margin: 0;
  font-family: sans-serif;
}
.h-hdr-menu li {
  min-width: 5rem;
}  

.h-hdr-phone {
  flex: 1.5; 
  font-size: 1.6rem; 
  text-align: right;
  line-height: 1.0; 
  letter-spacing: 0.1rem;
  padding-top: 5px;
}
.h-hdr-phone i {
 /* color: #f44838; */
  margin-right: 5px;
}  

/* 縦メニュー */
.v-menu-cntnr {
  /*position: sticky;*/
  top: 0;
  width: 22vw;
 /* height: 600px;   */
  background-image: linear-gradient(rgba(0,0,0,0.9), rgba(0,0,0,0.9));
  border-radius: 0 0 100px 0;
  padding: 30px 0;
  display: flex;
  justify-content: center;
}
.v-menu-cntnr-inner {
  display: flex; 
  flex-direction: column; 
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 20px;
  margin-right: 20px;
}  
.v-menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.v-menu-shop-logo {
  width: 250px;
  margin-bottom: 20px;
}
.v-menu-item {
  width: 180px;
  margin-bottom: 10px;
}
.v-menu-item-str {
  font-family: sans-serif;
  font-size: 1.3rem;
  color:#fff;
}

.v-menu-thankyou {
  width: 150px;
}
.v-menu-room-pr {
  margin: 20px 0;
  width: 200px;
}
.v-menu-oper-hours {
  font-family: sans-serif;
  font-size: 1.2rem;
}
.v-menu-sns-cntnr {
  display: flex;
  opacity: 0.6;
}
.v-menu-sns-item {
  width: 50px;
  margin-right: 5px;
}  

.detail-page-hero-img {
  height: 100vh;
  width: 100%;
  padding-left: 200px;
}
.detail-page-hero-img img {
  height: 100vh;
  object-fit:cover;
}  

/* --- モバイル --- */
.mobile-header {
  padding: 5px 0;
  position: sticky;
  top: 0;
  left: 0;
  min-height: 0;
/*  z-index: 9999; */
}  
#masthead-mobile,
.sydney-offcanvas-menu {
  background-color: #000;
}
#masthead-mobile {

} 
.header-search {
  display: none;
}
.mb-site-title-logo {
  width: 130px;
}

.mb-hdr-phone {
  display: flex; 
  justify-content: flex-start;
  font-size: 1.3rem;
  margin-right: 20px;
} 
.mb-hdr-phone a {
  color: #fff;
  line-height: 1.1;
  margin-top: 10px;
}  
.sydney-offcanvas-menu svg {
  width: 24px;
  height: 24px;
  max-width: 24px;
  max-height: 24px;
  fill: #fff;
  
}
.mb-canvas-phone {
  font-size: 1.6rem;
}
.mb-canvas-phone a {
  color: #fff;
  letter-spacing: 0.1rem;
}
.mb-canvas-ope-hour {
  font-family: sans-serif;
  margin-bottom: 5px;
}  
.mb-canvas-kositu-pr {
  width: 130px;
  margin-bottom: 10px;
}
.mb-canvas-sns-cntnr {
  display: flex;
}
.mb-canvas-sns-icon {
  width: 50px;
}  
.mb-canvas-sns-icon:first-of-type {
  margin-right: 5px;
}  
.mobile-hdr-item:last-of-type {
  display: flex;
  jusitfy-content: center;
  width: 90%;
  margin: 0 auto;
}

.mb-kositu-img-wrap {
  display: none;
}
@media screen and (max-width: 1279px) {
  .v-menu-cntnr {
    width: 26vw;
  }
}  
@media screen and (max-width: 991px) {
  .main-header {
    display: none;
    min-height: 0;
  }
  .h-hdr-cntnr {
    display: none;
  }
  .v-menu-cntnr {
    display: none;
  }
  .top-area {
    min-width: 0;
  }    
  .top-area-overlay {
    height: 50vh;
  }
  #masthead-mobile {
    position: fixed;
    top: 0;
    display: block;
    opacity: 1.0;
    width: 100%;
    z-index: 9999;
  }
  #masthead-mobile .site-branding {
    display: flex;
    align-items: flex-end;
  }
  #masthead-mobile .site-description {
    min-width: 20rem;
/*    font-size: 1.0rem!important; */
  }    
  .sydney-offcanvas-menu .site-branding {
    flex-direction: column;
  }  
  .site-title {
    margin-right: 10px;
  }    
  .sydney-offcanvas-menu #mainnav ul li {
    font-family: sans-serif;
  }    
  .mb-kositu-img-wrap {
    display: flex;
    justify-content: flex-end;
  }
  .mb-kositu-img {
    width: 20vw;
    margin-top: 20px;
    margin-right: 20px;
  }    
}
@media screen and (max-width: 559px) {
  .mb-kositu-img {
    width: 35vw;
    margin-top: 5px;
    margin-right: 5px;
  }
  #masthead-mobile {
    width: 100%;
  }    
  #masthead-mobile .site-branding {
    display: block;
  }
  #masthead-mobile .site-title {
    margin-right: 0;
  }    
  #masthead-mobile .site-description {
    min-width: 0;
    font-size: 0.7rem;
  }
}
/*****************
  SNSセクション
*****************/  

/*************
  フッター
*************/  

footer {
/*  background-image: linear-gradient(rgba(0,0,0,.8), rgba(0,0,0,.8)), url(https://goen.kataranna.com/wp/wp-content/uploads/kuro_texture5.jpg); */
  background-image: linear-gradient(rgba(14,10,9,.8), rgba(14,10,9,.8)), url(https://goen.kataranna.com/wp/wp-content/uploads/kuro_texture5.jpg);
  color: #fff;
  min-width: 1100px
}
.ftr-inner {
  width: 1100px;
  margin: 0 auto; 
  padding: 50px 0;
  display: flex;
  justify-content: space-around;
}
.ftr-shop-logo {
  width: 300px;
  margin-bottom: 20px;
}
.ftr-shop-info-cntnr {
  flex: 1;
}  
.ftr-shop-info {
  display: flex;
  flex-direction: column; 
  letter-spacing: 0.1rem;
  line-height: 1.8;
}
.ftr-shop-name {
  font-size: 1.2rem;
}  
.ftr-shop-biz-hour,
.ftr-shop-dayoff {
  font-size: 1.1rem;
}  
.ftr-rsrv-info-cntnr {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  padding: 20px 0;
}
.ftr-rsrv-info-hdr {
  font-size: 1.1rem;
  letter-spacing: 0.2rem;
}  
.ftr-rsrv-info-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 50px;
  background-color: #222;
  border-radius: 5px;
  margin: 10px 0 30px;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s;
}
.ftr-rsrv-info-phone .mark {
  width: 50px;
  margin-top: 10px;
  margin-right: 10px;
}
.ftr-rsrv-info-phone .no {
  font-size: 3.2rem;
  letter-spacing: 0.2rem;
}
.ftr-rsrv-info-note {
  letter-spacing: 0.1rem;
}
.ftr-copyright {
 width: 100%;
 text-align: center;
 color: #fff;
 font-family: sans-serif;
 padding: 2px; 
 font-size: 0.7rem;
 border-top: 1px solid #333;
 color: #ccc;
}

/* --- モバイル --- */
footer.sp {
  display: none;
  min-width: 0px;
}  
@media screen and (max-width: 991px) {
  footer.pc {
    display: none;
  }
  footer.sp {
    display: block;
  }
}  
.mb-ftr-menu {
  list-style-type: none;
  background-color: #222;
  text-align: center;
  padding: 0;
  margin: 0;
}

.mb-ftr-menu > li {
/*  padding: 10px 0;  */
}
.mb-ftr-menu > li:not(:last-of-type) {
  border-bottom: 1px dashed #555;
} 
.mb-ftr-menu > li > a {
  display: block;
  width: 100%;
  /* height: 100%; */
  color: #fff;
  font-size: 1.1rem;
  padding: 12px 0;
}  
.mb-ftr-phone {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 0;
}  
.mb-ftr-phone-catch {
  font-size: 1.1rem;
}  
.mb-ftr-phone-num-wrap {
  width: 90%;
  margin: 10px auto;
  padding: 10px;
  border-radius: 10px;
  background-color: #222;
}

/*****************
  １ページ目
******************/
.hero-area.toppage {
/*  background-image: url(kumo1.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 18vw auto; */
}
.toppage-slider-cntnr {
  background-image: linear-gradient(rgba(14.10,9,1.0), rgba(14,10,9,1.0));
}  
.toppage-slider-wrap {
  position: relative;
  width: 85vw;
  margin: 0 0 0 auto;
}  
.toppage-slider {
  height: 100vh;
}
.toppage-slide img {
  height: 100vh;
  object-fit: cover;
}  
.toppage-slider-overlay {
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%;
  height: 100vh; 
  background-image: linear-gradient(to right, rgba(255,255,255,.4), rgba(255,255,255,0.1), rgba(255,255,255,.0), rgba(255,255,255,.0));
}  
.genre-hdr-wrap {
  display: flex;
}
.grad-bg { 
  /*background-image: */
}
.grad-bg-2 { 
  background-image: linear-gradient(rgba(14,10,9,.0), rgba(14,10,9,1.0), rgba(14,10,9,1.0), rgba(14,10,9,1.0), rgba(14,10,9,.0));
}

.outer.toppage-catch {
  padding-top: 70px;
  /*
  background-image: url(https://goen.kataranna.com/wp/wp-content/uploads/kumo1.png), linear-gradient(rgba(14,10,9,.0), rgba(14,10,9,1.0), rgba(14,10,9,1.0), rgba(14,10,9,.0));
  background-repeat: no-repeat, no-repeat;
  background-size: 20% auto, cover;
  background-position: top 5vw left -5vw, top left;
  */
  /* background-image: linear-gradient(rgba(14,10,9,.0), rgba(14,10,9,1.0), rgba(14,10,9,1.0), rgba(14,10,9,.0)); */
  background-image: linear-gradient(rgba(14,10,9,1.0), rgba(14,10,9,1.0), rgba(14,10,9,1.0), rgba(20,20,20,0.5));
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  
}  
.toppage-catch-hdr-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.toppage-catch-hdr {
  width: 450px;
} 
.toppage-catch-block-cntnr {
  display: flex;
  margin-bottom: 50px;
}
.toppage-catch-block {
  flex: 2;
  color: #fff;
  display: flex;
  flex-direction: column; 
  justify-content: space-around;
  align-items: center;
}
.toppage-catch-block.catch {
  flex: 1;
}  
.toppage-catch-block.kyusyu {
  flex: 1;
}
.toppage-catch-block.kyusyu .mb-kyusyu-logo {
  display: none;
}  
.toppage-catch-block.catch .catch {
  width: 80%;
  letter-spacing: 0.1rem; 
  display: flex;
  flex-direction: column;
  align-items: center;
}  

.toppage-catch-block .thankyou-logo {
  width: 50%;
}  

.outer.toppage-intro {
  padding-top: 0;
  padding-bottom: 80px;
 /* margin-bottom: 80px; */
  /*
  background-image: url(https://goen.kataranna.com/wp/wp-content/uploads/kumo1.png), url(https://goen.kataranna.com/wp/wp-content/uploads/kumo2.png);
  background-position: right -3vw top 5vw, right -5vw top 13vw;
  background-size: 15vw auto, 15vw auto;
  background-repeat: no-repeat, no-repeat;
  */
  background-image: linear-gradient(rgba(20,20,20,0.5), rgba(20,20,20,0.8), rgba(14,10,9,0.6));
}  
.toppage-intro-hdr {
  width: 400px;
  margin-bottom: 50px;
}
.toppage-intro-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
}
.toppage-intro-block:last-of-type {
  margin-bottom: 50px;
}  
.toppage-intro-block.lunch {
  margin-bottom: 50px;
}  
.toppage-intro-img {
  width: 53%;
}
.toppage-intro-img img {
  box-shadow: 1px 1px 5px #ccc;
}
.maru-no {
  width: 70px;
  margin-left: 30px;
}
.toppage-intro-desc-cntnr {
  width: 47%; 
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.toppage-intro-desc-wrap {
  display: flex;
  justify-content: flex-end;
}
.toppage-intro-desc-wrap.sake {
  justify-content: flex-start;
}  

.toppage-intro-desc {
  width: 90%;
  padding: 20px 20px 0;
  display: flex;
  flex-direction: column;
}  
.toppage-intro-desc-hdr-wrap {
  width: 80%;
  border-bottom: 2px solid #8f8558;
  margin-bottom: 40px;
}  
.toppage-intro-desc-hdr {
  width: 250px;
  margin-bottom: 5px;
}
.toppage-intro-desc-hdr.course {
  width: 400px;
}
.toppage-intro-desc-hdr.lunch {
  width: 350px;
}  
.toppage-intro-desc-desc {
  letter-spacing: 0.1rem;
  line-height: 1.5;
  margin-bottom: 30px;
}

/*.outer.toppage-bento-tennai {
 padding: 100px 0 0; 
 background-image: url(https://goen.kataranna.com/wp/wp-content/uploads/kumo1.png), linear-gradient(rgba(0,0,0,.0), rgba(0,0,0,.5), rgba(0,0,0,.6), rgba(0,0,0,.8), rgba(0,0,0,1.0)), url(https://goen.kataranna.com/wp/wp-content/uploads/maru_9.png); 
 background-size: 20vw auto, cover, 400px auto;
 background-repeat: no-repeat, no-repeat, no-repeat;
 background-position: top left -3vw, top left, top right 50px;
 z-index: 888;
}*/
/*
.toppage-bento-hdr-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}
.toppage-bento-hdr {
  width: 500px;
}
.toppage-bento-desc {
  text-align: center;
  margin-bottom: 50px;
}
.toppage-bento-img-cntnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 10px;
}
.toppage-bento-img {
  flex:1;
  height: 300px;
  margin-right: 3px;
}  
.toppage-bento-img:last-of-type {
  margin-right: 0;
}  
.toppage-bento-img img {
  height: 100%;
  object-fit: cover;
}  
.inner.bento-btn {
  padding-bottom: 30px;
}  
*/
.outer.toppage-tennai {
  /*background-color: #000;*/
  background-image: linear-gradient(rgba(14,10,9,0.6), rgba(14,10,9,1.0), rgba(14,10,9,1.0));
}
.inner.tennai-upper {
/* background-image: url(https://goen.kataranna.com/wp/wp-content/uploads/maru_10.png), url(https://goen.kataranna.com/wp/wp-content/uploads/maru_9.png), url(https://goen.kataranna.com/wp/wp-content/uploads/kositu_horigotatu.png);
 background-size: 450px auto, 500px auto, 150px auto;
 background-position: top+80px center, top+80px center, right bottom 3vw;
 background-repeat: no-repeat, no-repeat, no-repeat;
 */
  margin-top: -50px;
 /*margin-bottom: 30px; */
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.toppage-tennai-hdr {
  width: 170px;
/*  margin-left: 10vw; */
/*  margin-top: 70px; */
  padding-bottom: 50px;
}

.toppage-tennai-kositu {
  margin-bottom: 50px;
  margin-left: 50px;
  width: 180px;
}  
.toppage-tennai-img-row {
  display: flex; 
/*  padding-bottom: 50px; */
}
.toppage-tennai-img-box {
  flex: 1;
  display: flex;
  margin-right: 20px;
  flex-direction: column;
}
.toppage-tennai-img-box:last-of-type {
  margin-right: 0;
}
.toppage-tennai-img-box-desc {
  text-align: center;
  margin: 20px 0;
  font-family: sans-serif;
}
.outer.tennai-zu-map {
  padding-top: 50px;
/*  background-image: linear-gradient(rgba(255,255,255,.3),rgba(255,255,255,.3)), url(https://goen.kataranna.com/wp/wp-content/uploads/tennai.jpg);
  background-attachment: fixed, fixed;
  background-size: cover, cover;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;*/
 /* background-color: #222; */
  background-image: linear-gradient(rgba(14,10,9,1.0), rgba(14,10,9,0.7), rgba(54,54,55,0.7), rgba(54,54,54,0.8));
}
.inner.tennai-zu {
  max-width: 1100px;
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
}

.toppage-tennai-zu {
  width: 80%;
}
.inner.map {

}
.outer.shop-recruit-info {
  padding-top: 50px;
  padding-bottom: 100px;
 /* background-image: linear-gradient(rgba(0,0,0,1.0), rgba(0,0,0,.0));*/
/* background-color: #111; */
  background-image: linear-gradient(rgba(54,54,54,.8), rgba(14,14,14,0.8), rgba(14,14,14,1.0), rgba(14,14,14,1.0), rgba(14,14,14,1.0));
} 
.outer.shop-recruit-info .inner {
   display: flex;
}   
.toppage-shop-info-cntnr,
.toppage-recruit-info-cntnr {
  color: #fff;
  letter-spacing: 0.1rem;
  flex: 1;
  display: flex; 
  flex-direction: column;
  align-items: center;
}
.toppage-shop-info-cntnr {
  margin-right: 60px;
}  
.toppage-recruit-info-cntnr {
  margin-left: 60px;
}  
.toppage-shop-info-hdr {
  width: 220px;
  margin: 0 auto 30px;
}  
.toppage-recruit-info-hdr {  
  width: 290px;
  margin: 0 auto 30px;
}  

.toppage-shop-info-tbl,
.toppage-recruit-info-tbl {
  font-family: sans-serif;
}
.toppage-shop-info-tbl .tbl-row,
.toppage-recruit-info-cntnr .tbl-row {
  display: flex;
}  
.toppage-shop-info-tbl .tbl-row dt,
.toppage-recruit-info-cntnr .tbl-row dt {
  min-width: 6rem;
}

/* --- モバイル --- */
.mb-toppage-catch-block-cntnr {
  display: none;
}  
.mb-toppage-intro-img {
  display: none;
}  
@media screen and (max-width: 991px) {
  .toppage-slider-cntnr {
    width: 100%;
    padding-top: 55px;
  }
  .toppage-slider-wrap {
    width: 100%;
  }    
  .toppage-slider,
  .toppage-slider img,
  .toppage-slider-overlay {
    height: 50vh;
  }
  
  .outer.toppage-catch {
   /* background-image: url(https://goen.kataranna.com/wp/wp-content/uploads/kumo1.png), linear-gradient(rgba(14,10,9,.0), rgba(14,10,9,1.0), rgba(14,10,9,1.0), rgba(14,10,9,.0));
    background-repeat: no-repeat, no-repeat;
    background-size: 40% auto, cover;
    background-position: top 5vw left -5vw, top left; */
  }
  .toppage-catch-hdr {
    width: 60%;
    margin: 0 auto;
  }    
  .mb-toppage-catch {
    display: flex;
    flex-direction: column;
    align-items: center;
  }    

  .outer.toppage-intro {
    /*background-image: url(https://goen.kataranna.com/wp/wp-content/uploads/kumo1.png), url(https://goen.kataranna.com/wp/wp-content/uploads/kumo2.png);
    background-position: right -3vw top 5vw, right -5vw top 13vw;
    background-size: 15vw auto, 40vw auto;
    background-repeat: no-repeat, no-repeat; */
  }
  .toppage-intro-hdr {
    width: 60%;
    margin: 0 auto;
  }
  .toppage-intro-block {
    display: block;
    margin-bottom: 30px
  }
  .mb-toppage-intro-img {
    display: block;
  }    
  .toppage-intro-img {
    display: none;
  }
  .toppage-intro-desc-cntnr {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .toppage-intro-desc-wrap {
    display: block;
  }
  .toppage-intro-desc {
    display: block;
    width: 100%;
    padding: 20px 0;
    margin-bottom: 30px;
  } 
  .toppage-intro-desc-desc {
    margin-top: 20px;
  }    
  .toppage-intro-desc-wrap.sake .btn-wrap.center {
    justify-content: flex-end;
  }
  .outer.toppage-bento-tennai {
    padding: 0;
     background-image: linear-gradient(rgba(0,0,0,.0), rgba(0,0,0,.9), rgba(0,0,0,.9)), url(https://goen.kataranna.com/wp/wp-content/uploads/kumo1.png), linear-gradient(rgba(0,0,0,.0), rgba(0,0,0,.5), rgba(0,0,0,.6), rgba(0,0,0,.8), rgba(0,0,0,1.0)), url(https://goen.kataranna.com/wp/wp-content/uploads/maru_9.png); 
     background-size: cover, 20vw auto, cover, 400px auto;
     background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
     background-position: top left, top left -3vw, top left, top right 50px;
  }
  .toppage-bento-hdr {
     width: 60%;
     margin: 0 auto;
  }
  .toppage-bento-desc {
    width: 95%;
    margin: 0 auto 30px;
    
  }    
  .toppage-bento-img-cntnr {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .toppage-bento-img {
    flex: auto;
    width: 48%;
    margin-right: 5px;
    margin-bottom: 5px;
  } 
  .toppage-bento-img:nth-of-type(2n) {
    margin-right: 0;
  }    
  .inner.tennai-upper {
/*   background-image:  url(https://goen.kataranna.com/wp/wp-content/uploads/kositu_horigotatu.png);
   background-size:   150px auto;
   background-position:right bottom 3vw;
   background-repeat: no-repeat;
   margin-top: -50px; */
  }
  .toppage-tennai-img-row {
/*    display: block; */
    padding-bottom: 0px;
  }
  .toppage-tennai-img-box {
    /*margin-right: 0;*/
    margin-right: 5px;
  }
  .outer.tennai-zu {
    height: 300px;
    background-image: linear-gradient(rgba(255,255,255,.3),rgba(255,255,255,.3)), url(https://goen.kataranna.com/wp/wp-content/uploads/tennai_bg_sml.jpg);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .toppage-tennai-zu {
    width: 95%;
    margin: 0 auto;
  }
  .toppage-shop-info-cntnr {
    margin-right: 30px;
  }    
  .toppage-recruit-info-cntnr {
    margin-left: 30px;
  }    
  .toppage-shop-info-tbl .tbl-row dt,
  .toppage-recruit-info-cntnr .tbl-row dt {
    min-width: 4rem;
  }    
}

@media screen and (max-width: 559px) {
  .toppage-slider,
  .toppage-slider img,
  .toppage-slider-overlay {
    height: 40vh;
  }
  .toppage-slider-cntnr {
    padding-top: 80px;
  } 
  .outer.toppage-catch {
    padding-top: 40px;
  }    
  .toppage-catch-block-cntnr {
    display: none;
  }  
  .mb-toppage-catch-block-cntnr {
    display: block;
  }
  .toppage-catch-hdr {
    width: 90%;
    margin: 0 auto;    
  }    
  .mb-toppage-catch-img-cntnr {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    
  }
  .mb-toppage-catch-img-cntnr .kyusyu {
    width: 90%;
    margin: 0 auto;
  }
  .kyusyu-logo {
    display: none;
  }
  .mb-kyusyu-logo {
    display: block;
  }    
  .mb-toppage-catch-img-cntnr .thankyou {
    width: 40%;
  } 
  .outer.toppage-intro {
    padding-bottom: 30px;
  }    
  .outer.toppage-tennai {
    padding-bottom: 0;
  }    
  .toppage-tennai-img-row {
    display: block;
  }  
  .toppage-tennai-img-box,
  .toppage-tennai-img-box:last-of-type {
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
  }
  .inner.tennai-zu {
    width: 90%;
    margin: 0 auto;
  }    
    
  .outer.shop-recruit-info {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .toppage-intro-hdr,
  .toppage-bento-hdr {
    width: 90%;
  } 
  .outer.shop-recruit-info .inner {
    display: block;
  }
  .toppage-shop-info-hdr {
    width: 50%;
  }    
  .toppage-recruit-info-hdr {
    width: 60%;
  }    
  .toppage-shop-info-cntnr {
    margin-right: 0;
    margin-bottom: 50px;
  }
  .toppage-recruit-info-cntnr {
    margin-left: 0;
  }
  .toppage-shop-info-tbl,
  .toppage-recruit-info-tbl {
    width: 80%;
    margin: 0 auto;
  }    

  .toppage-shop-info-tbl .tbl-row, 
  .toppage-recruit-info-tbl .tbl-row {
    display: block;
  } 
  .toppage-shop-info-tbl .tbl-row dd,
  .toppage-recruit-info-tbl .tbl-row  dd {
    margin: 0;
  }
}

/*********************
  2ページ目
*********************/

/*** 料理 ***/
.outer.ryori {
  /* background-image: url(maru_10.png), url(maru_9.png), url(maru_3.png), url(maru_9.png), linear-gradient(rgba(0,0,0,.3), rgba(0,0,0,.3), rgba(0,0,0,.3), rgba(0,0,0,.3), rgba(0,0,0,.3), rgba(0,0,0,1.0)), url(kuro_texure_5.jpg); */
  /*background-image: url(https://goen.kataranna.com/wp/wp-content/uploads/maru_10.png), url(https://goen.kataranna.com/wp/wp-content/uploads/maru_9.png), url(https://goen.kataranna.com/wp/wp-content/uploads/maru_3.png), url(https://goen.kataranna.com/wp/wp-content/uploads/maru_9.png), linear-gradient(rgba(0,0,0,.3), rgba(0,0,0,.3), rgba(0,0,0,.3), rgba(0,0,0,.4), rgba(0,0,0,.6), rgba(0,0,0,1.0)); */
  /*, url(https://goen.kataranna.com/wp/wp-content/uploads/kuro_texture5.jpg);
  /*background-size: 400px auto, 400px auto, 400px auto, 400px auto, cover;
  background-repeat: no-repeat no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: top+60px right+5vw, top+50px right+5vw, center left+5vw, bottom+80px right+5vw, top left;
  */
  background-image: linear-gradient(rgba(14,10,9,1.0), rgba(14,10,9,0.7), rgba(14,10,9,0.5), rgba(14,10,9,0.5), rgba(14,10,9,0.5), rgba(14,10,9,0.7), rgba(14,10,9,1.0));
  margin-bottom: 0;
  padding-bottom: 120px;
  color: #fff; 
}
.inner.ryori {
  margin-bottom: 70px;
}  
.ryori-hdr-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}  
.ryori-hdr.A {
  width: 400px;
}
.ryori-hdr.B {
  width: 300px;
}
.ryori-hdr.C {
  width: 270px;
}
.ryori-hdr.D {
  width: 200px;
}  

.ryori-catch {
  margin-bottom: 30px;
  text-align: center;
}  
.ryori-row-1-col,
.ryori-row-2-col,
.ryori-row-3-col {
  margin-bottom: 50px;
}  
  
.ryori-row-2-col,
.ryori-row-3-col {
  display: flex;
}
.ryori-row-2-col-block {
  flex:1;
  display: flex;
  flex-direction: column;
}  
.ryori-row-2-col-block.left {
  margin-right: 1vw;
}
.ryori-row-2-col-block.right {
  margin-left: 1vw;
}

.ryori-img {
  margin-bottom: 20px;
} 
.ryori-img img {
  box-shadow: 1px 1px 1px #888;
}  
.ryori-name-price {
  display: flex; 
  margin-bottom: 5px;
  width: 90%;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 5px;
  
}  
.ryori-name {
  text-align: center;
  font-size: 1.2rem;
/*  margin-right: 30px; */
  margin-bottom: 10px;
}
.ryori-price-wrap {
/*  width: 100%;  */
  display: flex;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.ryori-price {
  font-size: 1.2rem;
  display: flex;
  justify-content: center; 
  align-items: center; 
  padding: 0 10px;
/*  line-height: 1.0; */
  background-color: #cca458; 
  color: #000;
  align-self: center;
}

.ryori-row-3-col-block {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.ryori-row-3-col-block.left {
  margin-right: 10px;
}  
.ryori-row-3-col-block.center {
  margin-right: 10px;
  margin-left: 10px;
}
.ryori-row-3-col-block.right {
  margin-left: 10px;
}
.ryori-row-3-col-block .ryori-img {
  height: 350px;
}
.ryori-row-3-col-block .ryori-img img {
  height: 100%;
  object-fit: cover;
}
.ryori-menu-note {
  display: flex;
  justify-content: flex-end;
}  
@media screen and (max-width: 1365px) {
  .ryori-name-price.lunch {
    flex-direction: column;
    width: 100%;
    align-items: center;
  }    
  .ryori-name-price.lunch .ryori-name {
    margin-right: 0;
  }    
}

@media screen and (max-width: 991px) {
  .outer.ryori {
   /* background-image: linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.4)), url(https://goen.kataranna.com/wp/wp-content/uploads/maru_10.png), url(https://goen.kataranna.com/wp/wp-content/uploads/maru_9.png), url(https://goen.kataranna.com/wp/wp-content/uploads/maru_3.png), url(https://goen.kataranna.com/wp/wp-content/uploads/maru_9.png), linear-gradient(rgba(0,0,0,.3), rgba(0,0,0,.3), rgba(0,0,0,.3), rgba(0,0,0,.4), rgba(0,0,0,.6), rgba(0,0,0,1.0));
    background-size: cover, 400px auto, 400px auto, 400px auto, 400px auto, cover;
    background-repeat: no-repeat no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: top left, top+60px right, top+50px right, center left, bottom+80px right, top left;
    margin-bottom: 0;
    padding-bottom: 50px;
  */
    color: #fff; 
  }    
  .ryori-hdr.B,
  .ryori-hdr.C {
    width: 250px;
  }
  .ryori-row-2-col-block.left.A,
  .ryori-row-2-col-block.left.B {  
    margin-right: 0;
  }
  .ryori-row-2-col-block.right.A,
  .ryori-row-2-col-block.right.B {
    margin-left: 0;
  }
  .ryori-row-2-col-block,
  .ryori-row-3-col-block {
    margin-bottom: 20px;
  }
  .ryori-row-3-col-block.center {
    margin-right: 5px;
    margin-left: 5px;
  }
  .ryori-row-3-col-block.left {
    margin-right: 0;
  }
  .ryori-row-3-col-block.right {
    margin-left: 0;
  }
  .ryori-name-price {
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
  }
  .ryori-img {
    height: 400px;
  } 
  .ryori-img img {
    height: 400px;
    object-fit: cover;
  }    
}  
@media screen and (max-width: 559px) {
  .outer.ryori {
    padding-bottom: 50px;
  }  
  .ryori-row-2-col,
  .ryori-row-3-col {
    display: block;
    margin-bottom: 0;
  }    
  .ryori-name-price {
    width: 100%;
    align-items: center;
  }
}  
/*** お酒 ***/
.outer.sake {
  padding: 0;
  background-color: #000;
  position: relative;
  /*padding-bottom: 100px; */
}
.sake-title-area {
 position: relative;
 z-index: 9;
}
.sake-title-area-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 
  display: flex; 
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(rgba(0,0,0,.3), rgba(0,0,0,.3)); 
  z-index: 9;
}
.sake-title-img {
  width: 400px;
  margin-top: 10vw;
}  
.sake-cntnt-cntnr {
  display: flex;
  position: relative;
  z-index: 999;
  padding-bottom: 150px;
}
.mb-sake-cntnt-cntnr {
  display: none;
}  
.sake-cntnt-left {
  width: 30%;
  min-width: 350px; 
  position: sticky; 
  top: 0; 
  height: 100vh;
  z-index: 9;
}
.sake-cntnt-left img {
  height: 100vh;
  object-fit: cover;
}
.sake-cntnt-right {
  min-height: 100vh; 
  width: 70%; 
  position: relative; 
  display: flex; 
  flex-direction: column;
  z-index: 9999;
}  
.sake-cntnt-right .desc-catch {
  padding: 50px 50px 0;
  font-size: 1.1rem; 
  display: flex;
}

.sake-cntnt-right .desc-catch .desc {
  flex: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sake-cntnt-right .desc-catch .desc .ikenotsuyu {
  text-align: center;
  margin-bottom: 30px;
}
.sake-cntnt-right .desc-catch .desc .tb-ikenotsuyu {
  display: none;
}  
.sake-cntnt-right .desc-catch .desc .line-w {
  font-size: 1.7rem;
}
.sake-cntnt-right .desc-catch .desc .line-m {
  font-size: 1.6rem;
}
.sake-cntnt-right .desc-catch .desc .line-n {
  font-size: 1.3rem;
}

.sake-cntnt-right .desc-catch .desc .img-cntnr {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0;
}
.sake-cntnt-right .desc-catch .desc .img-cntnr .upper,
.sake-cntnt-right .desc-catch .desc .img-cntnr .lower {
  width: 100%;
  position: relative;
}
.sake-cntnt-right .desc-catch .desc .img-cntnr .upper {
  margin-left: -30%;
  z-index: 2;
}
.sake-cntnt-right .desc-catch .desc .img-cntnr .lower {
  margin-right: -30%;
  margin-top: -30px;
  z-index: 1;
}

.sake-cntnt-right .desc-catch .catch {
  flex: 2;
  position: relative;
  margin-top: -200px;
}
.sake-cntnt-right .desc-catch .catch .catch-img {
  width: 150px;
  margin-left: 50px;
}
.sake-cntnt-right .ikenotsuyu {
  margin-bottom: -20px;
  margin-left: -3vw;
}

.sake-desc {
  width: 80%;
  padding: 50px;
}

/* モバイル */
@media screen and (max-width: 991px) {
  .outer.sake {
    padding-bottom: 0;
    padding-top: 0;
  }
  .sake-cntnt-left {
    min-width: 280px;
    height: auto;
  }  
  .sake-cntnt-left {
    height: auto;
  }    
  .sake-cntnt-right .desc-catch {
    padding-left: 25px;
  }    
  .sake-cntnt-right .desc-catch .catch {
    margin-top: -100px;
  }    
  .sake-cntnt-right .desc-catch .catch .catch-img {
    width: 130px;
  }
  .sake-cntnt-right .desc-catch .desc .ikenotsuyu {
    display: none;
  }
  .sake-cntnt-right .desc-catch .desc .tb-ikenotsuyu {
    display: block;
    text-align: center;
    font-size: 1.0rem;
  }
  .sake-cntnt-right .desc-catch .desc .tb-ikenotsuyu .big {
    font-size: 1.1rem;
  }
  .sake-desc {
    width: 100%;
  }    
}
@media screen and (max-width: 559px) {
  .outer.sake {
    padding-bottom: 50px;
  }    
  .sake-cntnt-cntnr {
    display: none;
  }
  .mb-sake-cntnt-cntnr {
    display: block;
  }
  .sake-title-img {
    width: 80%;
    margin-top: 0;
  }    
  .mb-sake-glass {
    position: relative;
  }
  .mb-sake-catch-wrap {
    position: absolute; 
    top: 0; left: 0; 
    width: 100%;
    height: 100%; 
    display: flex; 
    justify-content:    flex-end; 
    background-image: linear-gradient(rgba(0,0,0,.1), rgba(0,0,0,.1));
  }
  .mb-sake-catch {
    width: 80px;
    margin-top: 30px;
    margin-right: 10px;
    z-index: 800;
  }
  .mb-sake-ikenotsuyu-desc {
    text-align: center; 
    padding: 30px 0;
  }
  .mb-sake-ikenotsuyu-img {
    padding-bottom: 30px;
  }
  .mb-sake-desc {
    width: 95%;
    margin: 0 auto;
  }
  .mb-sake-desc p {
    margin-bottom: 0;
    padding-bottom: 30px;
  }    
}  
/*** お品書き ***/
.outer.sinagaki-upper {
  background-image: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.6)), url(https://goen.kataranna.com/wp/wp-content/uploads/sinagaki_bg.png);
  background-size: cover, 100% 100%;
  padding-bottom: 0;
}
.outer.sinagaki-lower {
  background-image: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.6)), url(https://goen.kataranna.com/wp/wp-content/uploads/sinagaki_bg_half.png); 
  background-size: cover, 100% 100%;
  padding-top: 30px;
}  
.sinagaki-hdr-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.sinagaki-hdr-img {
  width: 200px;
}
.sinagaki-sub-hdr-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.sinagaki-sub-hdr.ryori {
  width: 120px;
}
.sinagaki-sub-hdr.sake {
  width: 200px;
}
.sinagaki-sub-hdr.lunch {
  width: 100px;
}  
.sinagaki-cntnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #fff;
}
.sinagaki-block {
  width: 33%;
} 
.sinagaki-genre-block {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}  
.sinagaki-genre-hdr-wrap {
  display: flex;
  justify-content: center;
}
.sinagaki-genre-hdr {
/*  background-image: url(test_sinagaki_hdr_bg_1.png); */
  background-size: 100% 100%;
  width: 90%;
  text-align: center; 
  font-size: 1.2rem;
  margin-bottom: 20px;
  color: #fff;
  background-color: #555;
}
.sinagaki-genre-hdr.brown {
/*  background-image: url(test_sinagaki_hdr_bg_1.png); */
}
.sinagaki-genre-hdr.green {
/*  background-image: url(test_sinagaki_hdr_bg_6.png); */
}
.sinagaki-genre-cntnt {
  display: flex;
  flex-direction: column;
}
.sinagaki-sub-genre-hdr {
  width: 90%;
  margin: 0 auto;
  text-align: left;
  display: inline-block;
  border-bottom: 1px solid #333;
  margin-bottom: 10px;
  padding: 5px 0;
}

.sinagaki-sina-line {
  width: 90%;
  margin: 0 auto 5px;
  display: flex;
  justify-content: space-between;
  letter-spacing: 0.1rem;
}  
.sinagaki-sina-line .price {
  color: #edad53;
  text-align: right;
}

/* モバイル */
@media screen and (max-width: 991px) {
  .sinagaki-block {
    width: 48%;
  }
}
@media screen and (max-width: 559px) {
  .sinagaki-block {
    width: 100%;
  }    
  .sinagaki-sub-hdr.sake {
    margin-top: 30px;
  }
  .sinagaki-genre-hdr {
    margin-top: 20px;
  }    
  .sinagaki-genre-block {
    margin-bottom: 0;
  }
}
  
/*** コース ***/
.outer.course {
  padding-top: 0;
  z-index: 5;
  background-image: linear-gradient(rgba(0,0,0,1.0), rgba(0,0,0,0.6));
}  
.course-title-area {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.course-title-img {
  width: 350px;
}  
.course-title-area-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 
  display: flex;
  flex-direction: column; 
  justify-content: center; 
  align-items: center; 
  background-image: linear-gradient(rgba(0,0,0,.2), rgba(0,0,0,.2));
}
.course-title-area-img {
  height: 350px;
}  
.course-title-area-img img {
  height: 350px;
  object-fit: cover;
}
.course-catch {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.inner.course {
  position: relative;
  z-index: 888;
}

.course-sample-cntnr {
}
.course-sample-img-cntnr {
  flex:2;
  z-index: 5;
  display: flex;
  flex-direction: column;
}
.course-sample-short-desc {
  padding-top: 50px;
  padding-left: 50px;
  order: 2;
}
.course-sample-title {
  margin: 10px 0 20px;
}  
.course-sample-title .title {
  display: inline-block;
  font-size: 1.4rem;
  border-bottom: 1px solid #fff;
}  
.course-sample-img {
  margin-bottom: 30px;
}  
.course-sample-desc {

}
.course-sample-item-lst {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style-type: square;
  margin-bottom: 20px;
}
.course-sample-item-lst li {
  margin: 0;
  padding: 0;
  margin-left: 1.4rem;
  min-width: 12rem;
}
.course-sample-img-note {
  text-align: right;
  margin-bottom: 30px;
  display: flex;
}
.course-sample-others-lst-cntnr {
  display: flex;
}  
.course-sample-others-lst {
  flex: 1;
  margin: 0;
  padding: 0;
  list-style-type: square;
  margin-bottom: 30px;
}
.course-sample-others-lst li {
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  margin-left: 1.4rem;
  margin-bottom: 10px;
}
.course-max-person-note {
  font-size: 1.6rem;
  margin-bottom: 30px;
}  
.course-note {
  display: flex;
  margin-bottom: 10px;
} 
.course-max-person-phone {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.6rem;
  margin-top: 20px;
}  
.course-max-person-phone .phone-num {
  font-size: 2.2rem;
  color: orange;
}  
/* モバイル */
@media screen and (max-width: 991px) {
  .course-sample-short-desc {
    padding-left: 0;
  }
  .course-max-person-phone .phone-info {
    text-align: right;
  }    
}  
@media screen and (max-width: 559px) {
  .course-title-area-img {
    height: 200px;
  }
  .course-title-area-img img {
    height: 200px;
  }    
  
  .course-title-img {
    width: 340px;
  }    
  .course-sample-cntnr {
    display: block;
    margin-top: 0;
  }
  .course-sample-title {
    text-align: center;
  }    
  .course-sample-title .title {
    text-align: center;
    border-bottom-style: none;
  }    
  .course-sample-img-cntnr {
    display: block;
    margin-top: 30px;
  }
  .course-sample-img {
    order: 2;
  }
  .course-sample-img-note {
    text-align: left;
  }
  .course-sample-others-lst-cntnr {
    display: block;
  }  
  .course-sample-desc {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
  }    
  .course-sample-short-desc {
    order: 1;
    padding: 0;
    text-align: center;
    margin-bottom: 30px;
  }
  .course-sample-desc {
    margin-top: 30px;
    background: transparent;
  }
  .course-max-person-phone {
    display: block;
    text-align: center;
    font-size: 1.4rem;
  }
  .course-max-person-phone .max-person-info {
    margin-bottom: 10px;
  }
  .course-max-person-phone .phone-info {
    text-align: center;
  }    
}  
  
/*** ランチ ***/
.outer.lunch {
  background-image: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,0.8));
}

.lunch-box {
  display: flex;
  background-image: linear-gradient(rgba(255,255,255,.4), rgba(255,255,255,.4)), url(https://goen.kataranna.com/wp/wp-content/uploads/kaisendon_2.jpg);
  background-size: cover, 100% auto;
}
.mb-lunch-box {
  display: none;
}  
.lunch-title-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.lunch-title-img {
  width: 350px;
}
.lunch-box {
  background-size: cover, cover;
}  
.lunch-box-desc {
  flex: 3; 
  padding: 20px;
  background-image: linear-gradient(rgba(0,0,0,.8), rgba(0,0,0,.8));
}
.lunch-box-dummy {
  flex: 4;
}  
.lunch-desc {
  text-align: left; 
  padding: 10px;
}
.lunch-hours {
  font-size: 1.5rem;
}
.lunch-desc-line {
  font-size: 1.2rem;
  display: flex;
}
.lunch-desc-line-narrow {
  margin-top: 5px;
  font-size: 1.1rem;
}  

/* モバイル */
@media screen and (max-width: 559px) {
  .outer.lunch {
   /* background-image: url(https://goen.kataranna.com/wp/wp-content/uploads/kumo5_gray.png), url(https://goen.kataranna.com/wp/wp-content/uploads/kumo6_gray.png), linear-gradient(rgba(118,99,52,1.0),rgba(118,99,52,1.0));
    background-position: top 10vw left -5vw, bottom 10vw right -5vw, top left;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 50vw, 50vw, cover;
    padding-bottom: 70px; */
  }
  .lunch-title-img {
    width: 350px;
  }    
  .lunch-box-cntnr {
    display: block;
  }
  .lunch-box {
    width: 100%;
    margin-bottom: 30px;
    background-size: cover, cover;
  }
  .lunch-box {
    display: none;
  }
  .mb-lunch-box {
    display: block;
    background-image: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url(https://goen.kataranna.com/wp/wp-content/uploads/kaisendon_2.jpg);
    background-size: cover, auto 100%;
    background-position: top left, center center;
  }
  .lunch-hours {
    text-align: center;
  }    
  
  
}  

/*** お弁当・オードブル ***/
.outer.bento-outer {
  padding-top: 100px;
  padding-bottom: 100px;
/*  background-image: url(maru_8.png), url(maru_6.png), url(maru_8.png), url(maru_6.png);
  background-size: 35%, 35%, 35%, 35%, 35%;
  background-position: 10% 0%, 90% 33%, 10% 66%, 90% 100%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;*/
  /* background-image: linear-gradient(rgba(0,0,0,.3), rgb(0,0,0,.3)), url(https://goen.kataranna.com/wp/wp-content/uploads/maru_8.png), url(https://goen.kataranna.com/wp/wp-content/uploads/maru_6.png);
  background-size: cover, 35%, 35%;
  background-position: top left, 2% 0%, 98% 100%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-attachment: fixed, fixed, fixed;
  */
  background-image: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,1.0));
}
@media screen and (max-width: 1359px) {
  .outer.bento-outer {
    background-position: 0% 0%, 100% 100%;
  }
} 
.outer.bento-outer.inner {
  text-align: center;
  color: #fff;
}  
.bento-title-wrap {
  width: 400px;
  margin: 0 auto 30px;
}  
.bento-catch {
  text-align: center;
  margin-bottom: 50px;
}  
.bento-img-cntnr {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.bento-img {
  flex: 1;
  margin-right: 5px;
}  
.bento-img:last-of-type {
  margin-right: 0;
}  
.mb-bento-cntnr {
  display: none;
}  
.bento {
  width: 30%;
  height: 300px;
}

.bento img {
  height: 300px;
  object-fit: cover;
  box-shadow: 1px 1px 1px #777
}

/* モバイル */
@media screen and (max-width: 559px) {
  .outer.bento-outer {
   /* background-image: linear-gradient(rgba(0,0,0,.3), rgb(0,0,0,.3)), url(https://goen.kataranna.com/wp/wp-content/uploads/maru_8.png), url(https://goen.kataranna.com/wp/wp-content/uploads/maru_6.png);
    background-size: cover, 60%, 60%;
    background-position: top left, 20% 15%, 90% 90%;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-attachment: fixed, fixed, fixed;*/
    padding-top: 30px;
    padding-bottom: 30px;
} 
  .bento-title-wrap {
    width: 340px;
    margin: 0 auto;    
  }
  .bento-cntnr {
    display: none;
  }
  .mb-bento-cntnr {
    display: block;
  }
  .bento {
    width: 100%;
    margin-bottom: 10px;
  } 
  .bento-img-cntnr {
    display: block;
  }
  .bento-img-cntnr .bento-img {
    margin-right: 0;
    margin-bottom: 5px;
  }    
}

/******
  SNS
*******/
.outer.sns {
/*  background-color: #8f8558; */
/*  background-color:  #443f3f;; */
/*  background-color: #333;
  background-image: linear-gradient(rgba(14,10,9,1.0), rgba(14,10,9,0.7), rgba(14,10,9,0.5), rgba(14,10,9,0.5), rgba(14,10,9,0.5), rgba(14,10,9,0.7), rgba(14,10,9,1.0));
  padding-top: 0; */
  padding-bottom: 0;
  display: flex; 
  justify-content: center;
  align-items: center;
/*  background-color: #111;*/ 
  background-image: linear-gradient(rgba(14,10,9,1.0), rgba(14,10,9,1.0));
}  
.inner.sns {
  width: 60%;
  margin: 30px auto;
}

.sns-insta-cntnr {
  display: flex;
  align-items: flex-start;
}
.sns-insta-logo,
.sns-fb-logo {
  width: 50px; 
  padding-top: 14px;
}  
.sns-fb-logo {
  display: none;
}  
.sns-inner {
  max-width: 1100px;
  width: 70vw;
  margin: 0 auto; 
  padding: 20px 0;
  display: flex;
}
.sns-insta-wrap {
  flex: 3;
  padding: 0 20px;
  display: flex;
  flex-direction: column; 
  justify-content: space-between;
  align-self: stretch;
}
.sns-hdr {
  width: 250px;
  margin-bottom: 20px;
  display: none;
}
.sns-insta-wrap {

} 
.sns-insta-plugin-wrap {
  margin-bottom: -20px;
}  
.sns-fb-wrap {
  flex: 1;
  padding: 0 20px;
  display: flex;
  flex-direction: column; 
  justify-content: space-between;
  align-self: stretch; 
}
.sns-fb-plugin-wrap {
/*  margin-bottom: 10px; */
}

@media screen and (max-width: 991px) {
  .inner.sns {
    width: 80%;
  }    
  .sns-hdr {
    width: 200px;
  }    
  .sns-inner {
    width: 95%;
  }
}
@media screen and (max-width: 559px) {
  .outer.sns {
    padding-top: 0;
  }    
  .inner.sns {
    width: 100%;
  }
  .sns-insta-cntnr {
     display: block;
  }    
    
  .sns-insta-logo-wrap {
    width: 100%;
    display: flex;
    justify-content: center;  
  }    
  .sns-inner {
    display: block;
  }
  .sns-hdr {
    margin: 0 auto;
  }
  .sns-hdr.fb {
    margin-bottom: 20px;
  }    
  .sns-insta-wrap,
  .sns-fb-wrap {
    display: block;
    width: 95%;
    margin: 0 auto;
  } 
 .sns-insta-wrap {
   padding: 0;
   margin-bottom: 50px;
  }   
  .sns-fb-logo {
    display: block;
  }    
  
}  

/* Instagram Feed 非表示 */  
.inner.sns {
  display: none;
}
@media screen and (max-width: 559px) {
  .inner.sns {
    display: block;
  }
  #sbi_mod_error {
    display: none;
  }    
  .anchor {
    margin-top: 20px;
  }    
}


/********
 * 臨時 *
********/
.lunch-note {
  display: flex; 
  justify-content: center;
  margin-top: 20px; 
  font-size: 1.3rem;
}
.mb-lunch-note {
  display: none;
}
@media screen and (max-width: 559px) {
  .lunch-note {
    display: none;
  }
  .mb-lunch-note {
    display: block;
    margin-top: 10px;
    font-size: 1.1rem;
  }
}

/* 2024 梅雨キャンペーン */
.toppage-2024-rainy-season-campaign {
  width: 500px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 991px) {
  .toppage-2024-rainy-season-campaign {
    width: 400px;
  }
}  
@media screen and (max-width: 559px) {
  .toppage-2024-rainy-season-campaign {
    width: 300px;
  }
}  


