@charset "UTF-8";
.forPC {
  display: block;
}

.forSP {
  display: none;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-family: 'Noto Sans JP', sans-serif;
  scroll-behavior: smooth;
}

body {
  -webkit-text-size-adjust: none;
  width: 100%;
  position: relative;
  padding-top: 10rem;
}

a {
  text-decoration: none;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #fffff9;
  text-align: center;
  transition: height .3s;
  padding: 30px 0;
}

header h3 {
  position: absolute;
  right: 0;
  top: 0;
}

main {
  background: #f2f2f2;
  padding: 0px 0 0;
  position: relative;
  z-index: 10;
  width: 100%;
  overflow: hidden;
}

footer {
  position: fixed;
  z-index: 0;
  height: auto;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fffff9;
  padding: 1em;
  padding-top: 10px;
  border: 0 solid white;
  border-top: 0;
  transition: border .3s ease, padding .3s ease;
  margin: auto;
  text-align: center;
}

li {
  list-style-type: none;
}

button {
  background: transparent;
  border: 0 none transparent;
  outline: none;
}

rt, rp {
  display: block;
  font-size: 10px;
}

/* サイトロゴ */
#site-logo img {
  line-height: 2;
  height: 90px;
  color: white;
  transition: all .3s;
}

/* 縮小時のサイトロゴ */
.smaller {
  padding: 10px 0;
}

.smaller h1#site-logo img {
  height: 40px;
  margin-bottom: -6px;
}

.smaller h3 img {
  display: none;
}

.sns_Btn p {
  margin-bottom: 50px;
  font-weight: bold;
  color: #003d60;
}

.sns_Btn {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 20px;
  z-index: 11;
  text-align: center;
  height: 100vh;
  margin: auto;
}

.sns_Btn div {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 20px;
  z-index: 11;
  text-align: center;
  margin: auto;
  height: 170px;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.btn01 {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  background: url("../images/headlogo.svg") center center no-repeat;
  background-size: 150px auto;
}

.btn01 p {
  font-size: 13px;
  margin-right: 50px;
  border-radius: 5px;
}

.btn01 p:hover {
  background: #e6e6e6;
}

.btn01 p a {
  color: #e61f1d;
  text-align: center;
  padding: 4px 15px;
  letter-spacing: 3px;
  font-weight: bold;
  display: block;
}

.main_imgBox {
  height: 680px;
  overflow: hidden;
  position: relative;
}

.main_img {
  z-index: 10;
  opacity: 0;
  width: 100%;
  height: 680px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 40s 0s infinite;
  animation: anime 40s 0s infinite;
}

.main_img:nth-of-type(2) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}

.main_img:nth-of-type(3) {
  -webkit-animation-delay: 16s;
          animation-delay: 16s;
}

.main_img:nth-of-type(4) {
  -webkit-animation-delay: 24s;
          animation-delay: 24s;
}

.main_img:nth-of-type(5) {
  -webkit-animation-delay: 32s;
          animation-delay: 32s;
}

.main_img:nth-of-type(6) {
  -webkit-animation-delay: 40s;
          animation-delay: 40s;
}








.fb-a {
  display: none;
}

.fb-b {
  display: block;
}

.hov:hover > .fb-a {
  display: block;
}

.hov:hover > .fb-b {
  display: none;
}

.secHeading {
  font-size: 26px;
  color: #003d60;
  text-align: center;
  margin-bottom: 3rem;
  width: 100%;
  letter-spacing: 0.2em;
}

.secHeading span {
  display: block;
  font-size: 14px;
  text-align: center;
  letter-spacing: normal;
}

.secHeading.secHeading-white {
  color: #fff;
  margin-bottom: 4rem;
}

.secHeading.secHeading-white span {
  display: block;
  font-size: 14px;
  text-align: center;
  letter-spacing: 3px;
}

.sec01,
.sec05 {
  padding-bottom: 11rem;
  background: #f2f2f2;
}

.sec02 {
  display: flex;
  justify-content: space-between;
  padding-bottom: 11rem;
  position: relative;
  background: #f2f2f2;
}

.sec02 p {
  text-align: center;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.snsWrap {
  width: 50%;
}

.palaImg {
  width: 50%;
  position: relative;
}

.snsBox {
  height: 570px;
  display: flex;
  flex-wrap: wrap;
}

.snsFlex {
  display: flex;
  position: relative;
}

.fb01 {
  width: 40%;
  text-align: center;
}

.fb01 h3 {
  padding: 10px;
  border-bottom: 2px solid #003d60;
  color: #003d60;
}

.fb01a .hov,
.fb01b .hov {
  display: table-cell;
  vertical-align: middle;
}

.fb01a,
.fb01b {
  height: 200px;
  display: table;
  width: 100%;
}

.fb01a {
  border-bottom: 2px solid #003d60;
}

.fb02 {
  text-align: center;
  padding: 20px;
  border: 2px solid #003d60;
  border-radius: 10px;
  background: #fff;
  margin: 0 auto;
  width: 400px;
  border-left: 2px solid #003d60 !important;
}

.fb-txt {
  font-size: 12px;
  text-align: center;
  color: #003d60;
  font-weight: bold;
  width: 100%;
  float: right;
  margin: 15px 0;
  letter-spacing: 2px;
}

.sec03 {
  padding-bottom: 11rem;
  background: #f2f2f2;
}

.location {
  width: 1200px;
  height: 590px;
  display: flex;
}

.location:last-child {
}

.location .location_img {
  width: 780px;
  position: relative;
}

.location .location_img .swiper-slide img {
  max-width: 100%;
}



.location .location_info {
  width: 420px;
  text-align: center;
  padding: 30px;
  background: #fffff9;
}

.location .location_info h3 {
  color: #e61f1d;
  font-size: 21px;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin-bottom: 0.5em;
}

.location .location_info h3 span {
  display: block;
  letter-spacing: normal;
  color: #003d60;
  font-size: 9px;
}




.location .location_info .location_infoBox {
  width: 60%;
  margin: 0 auto 20px;
  background: #fff;
}

.location .location_info .location_infoBoxRow {
  color: #003d60;
  font-size: 17px;
  font-family: Shuei MaruGo INITIAL;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  padding: 40px 30px;
  display: block;
  border-bottom: 1px solid #003d60;
  border-left: 2px solid #003d60;
  border-right: 2px solid #003d60;
}

.location .location_info .location_infoBoxRow a{
  color: #003d60;
  padding: 40px 30px;
}

.location .location_info .location_infoBoxRow:first-child {
  border-top: 2px solid #003d60;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.location .location_info .location_infoBoxRow:last-child {
  border-bottom-width: 2px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.location .location_info .location_infoBoxRow p {
  font-size: 12px;
  font-family: Shuei MaruGo INITIAL;
}

.location .location_info .location_infoBoxRow p img{
  vertical-align: -2px;
}


.location .location_info .location_infoBoxRow p + p {
  margin-top: 1em;
}

.location .location_info .location_infoBoxRow.location_infoBoxRow-btn {
  background: #fff;
  cursor: pointer;
}

.location .location_info .location_infoBoxRow.location_infoBoxRow-btn:hover, .location .location_info .location_infoBoxRow.location_infoBoxRow-btn.on {
  background: #f2f2f2;
}

.location .location_map {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.location .location_map > li {
  width: 100%;
  height: 100%;
}

.location .location_map iframe {
  width: 100%;
  height: 100%;
  border: 0 none transparent;
}

.menu {
  color: #003d60;
  background: #fff;
}

.menu .menu_heading {
  width: 100%;
  padding: 20px 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu .menu_heading .menu_headingLeft,
.menu .menu_heading .menu_headingRight {
  width: calc(50% - 50px);
}

.menu .menu_heading .menu_headingRight {
  display: flex;
}

.menu .menu_heading .menu_headingCenter {
  width: 100px;
}

.menu_title {
  color: #003d60;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.menu_title a {
  color: #003d60;
}

.menu_title span {
  font-size: 10px;
  display: block;
}

.menu_title.menu_title-small {
  font-size: 15px;
  margin-left: 165px;
}

.menu_body {
  padding: 0 20px 0;
}

.menu_subtitle {
  font-size: 20px;
  letter-spacing: 0.2em;
  text-align: center;
  padding: 0 10px;
  margin-bottom: 10px;
}

.menu_img {
  width: 100%;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  top: 0;
  z-index: 2;
}

.menu_table {
  width: 100%;
  border: 1px solid;
  border-radius: 10px;
  border-spacing: 0;
  position: relative;
  table-layout: fixed;
}

.menu_table th {
  vertical-align: bottom;
  padding: 10px 10px 5px;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.menu_table th:first-child {
  white-space: nowrap;
  text-align: left;
}

.menu_table th:last-child {
  text-align: right;
}

.menu_table th:first-child:last-child {
  text-align: left;
}

.menu_table tr:first-child > th {
  border-top: 0 none transparent;
}

.menu_table td {
  vertical-align: top;
  padding: 10px;
}

.menu_table td:first-child {
  font-size: 14px;
  text-align: left;
}

.menu_table td:last-child {
  text-align: right;
  border-left: 1px solid;
}

.menu_table .badge {
  color: #e6290f;
  font-size: 10px;
  vertical-align: middle;
  height: 18px;
  padding: 1px 5px;
  margin-top: -10px;
  background: rgba(230, 41, 15, 0.3);
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -5px;
}

.menu_main {
  padding: 50px 0 80px;
  display: flex;
  justify-content: space-between;
}

.menu_main .menu_column {
  width: 24%;
}

.menu_main .menu_column .menu_columnInner {
  padding-top: 120px;
  position: relative;
}

.menu_main .menu_column .menu_columnInner + .menu_columnInner {
  margin-top: 50px;
}

.menu_main .menu_table {
  margin-top: -30px;
}

.menu_main .menu_table th:last-child {
  width: 80px;
}

.menu_main .menu_table .dFlex {
  justify-content: space-between;
}

.menu_drink {
  padding: 50px 20px 80px;
  margin: 0 -20px;
  background: #FBFBFB;
  display: flex;
  justify-content: center;
}

.menu_drink .menu_column {
  width: 45%;
}

.menu_drink .menu_column .menu_columnInner {
  padding: 0 35px;
}

.menu_drink .menu_table {
  margin-top: 10px;
}

.menu_drink .menu_table th:last-child {
  width: 110px;
}

.menu_drink .menu_table th:nth-child(2):nth-last-child(2) {
  width: 120px;
}

.menu_drink .menu_table td:nth-child(2):nth-last-child(2) {
  font-size: 14px;
}

.menu_drink .menu_table .dFlex {
  margin: 0 -10px;
}

.menu_drink .menu_table .dFlex > * {
  padding: 0 10px;
}

.menu_appetizers {
  padding: 50px 20px 80px;
  margin: 0 -20px;
  background: #f2f2f2;
  display: flex;
  justify-content: center;
}

.menu_appetizers .menu_column {
  width: 35%;
}

.menu_appetizers .menu_table {
  margin-top: 10px;
}

.menu_appetizers .menu_table th:last-child {
  width: 135px;
}

.menu_appetizers .menu_table .dFlex {
  justify-content: space-between;
}

.menu_month {
  padding: 50px 20px;
  background-image: url("../images/manuBg.png");
  border-radius: 8px;
}

.menu_month .menu_monthHeading {
  font-size: 20px;
  border-bottom: 1px solid;
  padding: 20px 10px 0;
  background-color: #fff;
  position: relative;
}

.menu_month .menu_monthHeading::after {
  content: "";
  width: 100%;
  position: absolute;
  border-bottom: 1px solid;
  bottom: -5px;
  right: 0;
  left: 0;
  margin: auto;
}

.menu_month .menu_monthHeading span {
  font-size: 10px;
  margin: 10px;
}

.menu_month .menu_monthBody {
  width: 100%;
  background-color: #fff;
  display: table;
  table-layout: fixed;
}

.menu_month .menu_monthBody p, .menu_month .menu_monthBody span {
  display: table-cell;
  padding: 20px 0;
}

.menu_month .menu_monthBody p {
  width: 25%;
  text-align: center;
  font-weight: bold;
}

.menu_month .menu_monthBody span {
  font-size: 10px;
  padding: 10px;
}

.menu_close {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}

.menu_close button {
  cursor: pointer;
}

.menu_close button:hover {
  opacity: .7;
}

.sec04 {
  background: #f2f2f2;
}

.delivery {
  width: 100%;
  margin-top: 80px;
}

.delivery .delivery_menuBtn {
  width: 100%;
  text-align: center;
}

.delivery .delivery_menuBtn p {
  display: inline-block;
  background: #fff;
  border: 2px solid #003d60;
  font-size: 17px;
  letter-spacing: 0.2em;
  border-radius: 8px;
  font-weight: 600;
}

.delivery .delivery_menuBtn a {
  color: #003d60;
  padding: 10px 20px;
  display: block;
}

.delivery .delivery_wrap {
  width: 100%;
  padding: 50px 0 100px;
  display: flex;
  justify-content: center;
}

.delivery .delivery_column {
  width: 500px;
  padding: 0 35px;
}

.delivery .delivery_box {
  color: #003d60;
  font-family: "Shuei MaruGo INITIAL";
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}

.delivery .delivery_box .delivery_boxHeading {
  padding: 15px 0 7px;
}

.delivery .delivery_box .delivery_boxHeading h3 {
  font-size: 16px;
  letter-spacing: 0.2em;
  padding-bottom: 5px;
  border-bottom: 1px solid;
}

.delivery .delivery_box .delivery_boxHeading h4 {
  font-size: 10px;
  padding-top: 2px;
}

.delivery .delivery_box .delivery_boxBody {
  padding: 0 30px;
}

.delivery .delivery_box .delivery_boxBody p {
  font-size: 18px;
}

.delivery .delivery_box .delivery_boxBody p + p {
  margin-top: 10px;
}

.delivery .delivery_box .delivery_boxBody .delivery_phonenumber {
  vertical-align: middle;
  font-size: 27px;
  letter-spacing: 0.2em;
}

.delivery .delivery_box .delivery_boxBody .delivery_requests {
  padding-top: 50px;
}

.delivery .delivery_box .delivery_boxBody .delivery_requests p {
  font-size: 16px;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.delivery .delivery_box .delivery_boxBody .delivery_requests p + p {
  margin-top: 30px;
}

.delivery .delivery_regularlyClosed {
  color: #003d60;
  text-align: center;
  padding-top: 55px;
  margin-top: 35px;
  border-top: 1px solid;
}

.delivery .delivery_supplement {
  font-size: 11pt;
  color: #033f62;
  letter-spacing: 0.2em;
  font-weight: bold;
  text-align:center;
  margin-top:40px;
}




.sec05 {
  background: #4d4d4d;
  padding: 4rem 0 6rem;
  margin: 5rem 0 0;
}

h4.sec5H4 font,
h3.sec5H3 font {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 11px;
  vertical-align: middle;
  margin-top: -5px;
  margin-right: 5px;
}

h4.sec5H4,
h4.sec5H4 a {
  color: #fff;
  text-align: center;
  font-size: 31px;
  letter-spacing: 2px;
}

h3.sec5H3 {
  font-size: 27px;
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  margin-bottom: 1rem;
}

h3.ft_h3 {
  width: 100%;
}

.footBox {
  display: table;
  width: 100%;
  margin: 50px 0;
}

.foot02,
h2.ft_h2,
.foot01 {
  display: table-cell;
  width: 33%;
  text-align: center;
  vertical-align: middle;
}

.foot01 div {
  display: flex;
  justify-content: space-around;
  color: #003d60;
  font-weight: bold;
}

.foot01 div p a {
  color: #003d60;
  letter-spacing: 2px;
  font-weight: normal;
}

.foot01 div p a:hover {
  color: #003d60;
  border-bottom: 1px solid;
}

.copy {
  line-height: 1;
  text-align: left;
  font-size: 14px;
  color: #003d60;
  font-weight: normal;
  letter-spacing: 1px;
}

.footer_spacer {
  position: relative;
  z-index: -1;
  height: 30rem;
  pointer-events: none;
  background: #fffff9;
}

#page_top {
  line-height: 1;
  width: 90px;
  position: relative;
  text-align: center;
  margin: 0 auto;
}

.swiper-slide {
  box-sizing: border-box;
  background: #003d60;
  padding: 15px 15px 10px;
}

.slick-slide {
  text-align: center;
  color: #419be0;
  background: white;
}

.container {
  margin: 0 auto;
  padding: 40px;
  width: 80%;
  color: #333;
  background: #419be0;
}

.c-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  padding: 0 15px;
}

td.flex-a {
  display: flex;
}

td.flex-a p {
  text-align: center;
  width: 50%;
}

.drink001,
.drink002 {
  width: 48%;
}

.ot_001 {
  width: 48%;
  margin: 0 auto;
}

table.ot_01 rt {
  float: left;
  display: inline-block;
}

.cRed {
  color: #e6290f !important;
}

.cBlue {
  color: #003d60 !important;
}

.fs10px {
  font-size: 10px !important;
}

.fs12px {
  font-size: 12px !important;
}

.talignCenter {
  text-align: center !important;
}

.talignRight {
  text-align: right !important;
}

.valignTop {
  vertical-align: top !important;
}

.valignMiddle {
  vertical-align: middle !important;
}

.p0 {
  padding: 0 !important;
}

.px0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.dFlex {
  display: flex;
}

.posRelative {
  position: relative !important;
}

@keyframes anime {
  0% {
    opacity: 0;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
    transform: scale(1.05);
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes anime {
  0% {
    opacity: 0;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
    -webkit-transform: scale(1.05);
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}






@media screen and (max-width: 767px) {
  .forPC {
    display: none;
  }
  .forSP {
    display: block;
  }
  header {
    text-align: center;
    width: 100%;
    height: 100px;
    padding: 0;
    background-color: #fffff9;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transition: height 0.3s;
    overflow: hidden;
  }
  header .inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header h1#site-logo {
    line-height: 1;
  }
  header h1#site-logo img {
    max-width: 100%;
    height: 45px;
    margin: 0 auto;
    transition: all 0.3s;
  }
  header h2 {
    position: absolute;
    left: 20%;
    top: 40%;
  }
  header h3 {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  header h3 img {
    height: 80px;
  }
  header.smaller {
    height: 54px;
    padding: 0;
  }
  header.smaller h1#site-logo img {
    height: 23px;
    margin-bottom: 0;
  }
  header.smaller h2 {
    position: absolute;
    left: 20%;
    top: 30%;
  }
  header.smaller h3 img {
    height: 80px;
  }
  main {
    background: #f2f2f2;
    padding: 0;
    position: relative;
    z-index: 10;
    width: 100%;
    overflow: hidden;
    margin-top: -100px;
  }
  button {
    border: none;
    outline: none;
    background: #fff;
  }
  rp {
    display: block;
    font-size: 10px;
  }
  .main_img {
    z-index: 10;
    opacity: 0;
    width: 100%;
    height: 480px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime 40s 0s infinite;
  animation: anime 40s 0s infinite;
  }



  .main_imgBox {
    height: 60vh;
    overflow: hidden;
    position: relative;
  }
  .main_imgBox p img {
    height: 100px;
  }
  .main_imgBox p {
    position: absolute;
    bottom: 0;
    z-index: 100;
    right: 5%;
  }
  .sec01 {
  height: 83vh;
  }
  .inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: initial;
  }
  .chine {
    margin: 20px;
    text-align: center;
  }
  .btn01 {
    width: 100%;
    height: 10vh;
    position: relative;
    background: none;
  }
  .underBtn {
    position: absolute;
  bottom: -20px;
  width: 100%;
  text-align: center;
  }
  .btn01 p {
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 16px;
  margin-left: 15px;
  }


.btn01 p.demae_bt{
  margin-left: 50px;
}


  .snsWrap {
    width: 100%;
    padding: 10px;
  }
  .snsBox {
    height: auto;
  }
  .snsBox h3 {
    border-bottom: 1px solid #003d60;
    border-top: 1px solid #003d60;
    text-align: center;
    padding: 10px;
  }
  .fb02 {
    border-left: none;
    text-align: center;
    width: 80%;
    padding: 20px;
  }
  .fb01 {
    width: 100%;
    text-align: center;
    display: flex;
  }
  .fb01a {
    border-bottom: none;
    border-right: 1px solid #003d60;
  }
  .fb01a,
  .fb01b {
    height: 120px;
    display: table;
    width: 50%;
  }
  .fb01a img {
    max-width: 100%;
  }
  div#under {
    margin-top: -100px;
    padding-top: 100px;
  }
  .fb-txt {
    font-size: 12px;
    text-align: center;
    color: #003d60;
    font-weight: bold;
    width: 100%;
    float: right;
    margin: 30px 0;
    letter-spacing: 2px;
  }
  .snsBtn {
    position: relative;
    width: 100%;
  }
  .snsBtn p {
    color: #003d60;
    text-align: center;
    width: 100%;
    padding: 10px;
    margin: 10px auto;
    position: static;
  }
  .snsBtn p img {
    height: 20px;
  }
  .sec02 {
    display: flex;
    justify-content: space-between;
    padding-bottom: 6rem;
    position: relative;
    background: #f2f2f2;
  }
  .sec03 {
    padding-bottom: 0;
    background: #f2f2f2;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 4rem;
  }
  .location {
    width: 100%;
    height: auto;
    display: block;
  }
  .location .location_img {
    width: 100%;
    height: 320px;
  }
  .location .location_info {
    width: 100%;
  }
  .location .location_info .location_infoBox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .location .location_info .location_infoBoxRow {
    width: 50%;
    padding: 20px;
  }

.location .location_info .location_infoBoxRow a {
  padding: 0px;
}

  .location .location_info .location_infoBoxRow:first-child {
    width: 100%;
    border-top: 1px solid;
    border-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    order: 1;
  }
  .location .location_info .location_infoBoxRow:last-child {
    border-top: 2px solid;
    border-bottom: 0 none;
    border-left: 1px solid;
    border-radius: 0;
    border-top-right-radius: 10px;
  }
  .location .location_info .location_infoBoxRow:nth-child(2):nth-last-child(2) {
    border-top: 2px solid;
    border-bottom: 0 none;
    border-right: 0 none;
    border-radius: 0;
    border-top-left-radius: 10px;
  }
  .location .location_info .location_infoBoxRow:nth-child(2):nth-last-child(1) {
    width: 100%;
    border-left: 2px solid;
    border-top-left-radius: 10px;
  }
  .location .location_info .location_infoBoxRow p {
    font-size: 16px;
  }
  .swiper-slide {
    box-sizing: border-box;
    background: #003d60;
    padding: 10px 10px 5px;
  }
  .swiper-slide img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .menu .menu_heading {
    flex-direction: column;
  }
  .menu .menu_heading .menu_headingLeft,
  .menu .menu_heading .menu_headingRight,
  .menu .menu_heading .menu_headingCenter {
    width: 100%;
  }
  .menu .menu_heading .menu_headingLeft {
    text-align: center;
    margin-top: 20px;
    order: 2;
  }
  .menu .menu_heading .menu_headingRight {
    justify-content: flex-end;
    display: none;
  }
  .menu_title.menu_title-small {
    margin-left: 20px;
  }
  .menu_main {
    padding-top: 0;
    flex-wrap: wrap;
  }
  .menu_main .menu_column {
    width: 100%;
  }
  .menu_main .menu_column .menu_columnInner {
    margin-top: 30px;
  }
  .menu_main .menu_column .menu_columnInner + .menu_columnInner {
    margin-top: 30px;
  }
  .menu_main .menu_column:last-child .menu_columnInner {
    padding-top: 30px;
  }
  .menu_drink {
    flex-wrap: wrap;
  }
  .menu_drink .menu_column {
    width: 100%;
  }
  .menu_drink .menu_column .menu_columnInner {
    padding: 0;
  }
  .menu_drink .menu_column:last-child .menu_columnInner {
    margin-top: 30px;
  }
  .menu_drink .menu_table th:last-child,
  .menu_drink .menu_table th:nth-child(2):nth-last-child(2) {
    width: 70px;
  }
  .menu_drink .menu_table .dFlex.dBlockSP {
    margin-top: -20px;
  }
  .menu_drink .menu_table .dFlex.dBlockSP > * {
    padding-top: 20px;
  }
  .menu_appetizers .menu_column {
    width: 100%;
  }
  .delivery .delivery_wrap {
    display: block;
  }
  .delivery .delivery_column {
    width: 100%;
    padding: 10px;
  }
  .delivery .delivery_column:last-child {
    padding-top: 50px;
  }
  .delivery .delivery_box .delivery_boxBody {
    padding: 0;
  }
  .delivery .delivery_box .delivery_boxBody .delivery_phonenumber {
    font-size: 27px;
    letter-spacing: 0.1em;
  }
  .delivery .delivery_regularlyClosed {
    padding-top: 10px;
  }
  .delivery .delivery_supplement {
    padding: 15px 15px 0;
  margin-top: 10px;
  }

  h3.sec5H3 {
    font-size: 26px;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 1rem;
  }
  h3.ft_h3 {
    float: left;
    width: 100%;
    margin-bottom: 50px;
  }
  h4.sec5H4,
  h4.sec5H4 a {
    color: #fff;
    text-align: center;
    font-size: 22px;
  }
  .footBox {
    display: flex;
    width: 100%;
    margin: 50px 0;
    flex-wrap: wrap;
  }
  .foot01 {
    display: none;
  }
  h2.ft_h2 {
    display: block;
    width: 100%;
    text-align: center;
    vertical-align: middle;
  }
  .footBox .forSP,
  .footBox .forSP a {
    text-align: left;
    color: #0a4466;
    margin-top: 80px;
    font-size: 12px;
    letter-spacing: 2px;
  }
  .footBox .forSP p {
    margin-bottom: 5px;
  }
  div#page_top img {
    width: 28px;
  }
  #page_top {
    width: 80px;
    height: 17px;
    position: absolute;
    text-align: center;
    margin: 0 auto;
    display: block !important;
    right: 0;
    left: 0;
    bottom: 80px;
  }
  .copy {
    text-align: left;
    font-size: 14px;
    color: #003d60;
    margin: 30px 0 0;
    letter-spacing: 2px;
    font-size: 12px;
  }
  .sec04 {
    background: #f2f2f2;
    padding-top: 3rem;
  }
  .footer_spacer {
    position: relative;
    z-index: -1;
    height: 31rem;
    pointer-events: none;
    background: #fffff9;
  }
  .snsFlex {
    display: flex;
    flex-wrap: wrap;
  }
  .cRedSP {
    color: #e6290f !important;
  }
  .cBlueSP {
    color: #003d60 !important;
  }
  .fs10pxSP {
    font-size: 10px !important;
  }
  .fs12pxSP {
    font-size: 12px !important;
  }
  .talignCenterSP {
    text-align: center !important;
  }
  .talignRightSP {
    text-align: right !important;
  }
  .valignTopSP {
    vertical-align: top !important;
  }
  .valignMiddleSP {
    vertical-align: middle !important;
  }
  .p0SP {
    padding: 0 !important;
  }
  .px0SP {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py0SP {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .pt0SP {
    padding-top: 0 !important;
  }
  .pb0SP {
    padding-bottom: 0 !important;
  }
  .pl0SP {
    padding-left: 0 !important;
  }
  .pr0SP {
    padding-right: 0 !important;
  }
  .dFlexSP {
    display: flex;
  }
  .dBlockSP {
    display: block;
  }
  .posRelativeSP {
    position: relative !important;
  }
}


/* add css */



.headlogo{
text-align:center;
}

.sec02 {
 margin-top:80px;
}

.sec01{
  padding-bottom:80px;
}


.headlogo p{
  width:150px;
  display:inline-block;
}



.sub_logo{
  position:absolute;
  top:40px;
  right:50px;
  z-index:999;
}

.palaImg:after{
  content:"";
  position:absolute;
  top: 0;
  left:-1px;
  width:2px;
  height:100%;
  background:#003D60;
}


.top_movie_sns{
  padding: 0 100px;
}

.top_movie_sns p{
  position:relative;
}

.top_movie_sns .title p{
  font-size:16pt;
  color:#003D60;
}

.top_movie_img{
 margin-top:20px;
}


.top_movie_img img{
  width:100%;
  height:auto;
}


.top_movie_detail{
  margin-top:0px;
}

.top_movie_detail a{
  color:#003D60;
  font-size:11pt;
}


.top_sns{
  border-top:2px solid #003D60;
  margin-top:40px;
  padding-top:40px;
}

.top_sns_icon {
  margin-top:20px;  
}

.top_sns_icon ul{
  display: flex;
  justify-content: space-between;
}

.top_sns_icon ul li a{
  color:#003D60;
  font-size:14pt;
  vertical-align: middle;
}

.top_sns_icon ul li a span.icon_sns{
 margin-left:30px;
  vertical-align: middle;
  display: inline-block;
}




.foot02 p{
padding:0 20px;
}

#aoyama.location .location_info{
  padding: 0 30px 30px;
}

#aoyama.location .location_info h3 {
  padding-top:30px;
  border-top:2px solid #003d60;
}










.menu_page{
  padding-top: 4rem;
}

.menu_page footer{
  position: static;
}


.menu_page header{
  padding: 10px 0;
}

.menu_page #site-logo img {
  height: 40px;
  margin-bottom: -6px;
}

.menu_head{
  background:#fffff9;
  padding:20px 0;
}

.menu_menu_title{
  text-align:center;
}

.menu_menu_title p{
  height:35px;
  display:inline-block;
}

.menu_menu_title img{
  width:auto;
  height:100%;
}

.menu_menu{
width:100%;
  margin-top:30px;
}

.menu_menu ul{
text-align:center;
  padding-left: 25px;
}

.menu_menu ul li{
  height:35px;
  display:inline-block;
padding:0 25px;
}

.menu_menu ul li:after{
  content:"";
  display:block;
  width:100%;
  height:1px;
  background:#003D60;
  opacity:0;
  -webkit-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
  -moz-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
  -ms-transition:  0.4s cubic-bezier(0.78, .18, .34, .98);
  -o-transition:  0.4s cubic-bezier(0.78, .18, .34, .98);
  transition:  0.4s cubic-bezier(0.78, .18, .34, .98);
}

.menu_menu ul li:hover:after{
  opacity:1;
  -webkit-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
  -moz-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
  -ms-transition:  0.4s cubic-bezier(0.78, .18, .34, .98);
  -o-transition:  0.4s cubic-bezier(0.78, .18, .34, .98);
  transition:  0.4s cubic-bezier(0.78, .18, .34, .98);
}


.menu_menu ul li.active:after{
  opacity:1;
}


.menu_menu ul li img{
  width:auto;
  height:100%;
}



.menu_menu_img {
  margin:0px auto;
  padding:40px 100px;

}


.menu_menu_img img{
  width:100%;
  height:auto;
}


.menu_menu_img{
  display:none;
}

.menu_menu_img.show{
  display:block;
  animation-duration: 1s;
  animation-name: fade-in;
  -moz-animation-duration: 1s;
  -moz-animation-name: fade-in;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: fade-in;
}


@keyframes fade-in {
  0% {
  display: none;
  opacity: 0;
}

1% {
  display: block;
  opacity: 0;
}

100% {
  display: block;
  opacity: 1;
}
}

@-moz-keyframes fade-in {
  0% {
  display: none;
  opacity: 0;
}

1% {
  display: block;
  opacity: 0;
}

100% {
  display: block;
  opacity: 1;
}
}

@-webkit-keyframes fade-in {
  0% {
  display: none;
  opacity: 0;
}

1% {
  display: block;
  opacity: 0;
}

100% {
  display: block;
  opacity: 1;
}
}








.button_back{
  margin-left:30px;
 width:65px; 
  display: inline-block;
}


.menu_menu_dish_img{
  background-color:#FBFBFB;
}

.menu_menu_drink_img{
  background-color:#FBFBFB;
  
}

.menu_menu_otsumami_img{
  background-color:#FFFFFF;
}














.sp_img{
  display:none;
}


@media screen and (max-width: 900px) {
  
  .sp_img{
  display:block!important;
}

.pc_img{
  display:none!important;
}



.fb02 iframe{
  width:100%!important;
}


.fb02{
  max-width: 500px;
  margin: 0 auto;
}

.fb02 > .fb-page {
  width: 100%;
}
.fb02 > .fb-page > span,
.fb02 iframe {
  width: 100% !important;
}

.palaImg {
  width: 100%;
}

.palaImg:after {
display:none;
}

.top_movie_sns {
  padding: 0 40px;
}



#aoyama.location .location_info h3 {
  padding-top: 30px;
  border-top: none;
}




.top_sns_icon ul li a span{
  display: none;
}
  


.top_sns_icon ul {
  justify-content: center;
  text-align: center;
}

.top_sns_icon ul li a span.icon_sns{
text-align:center;
  margin-left: 25px;
  margin-right: 25px;
}


.top_sns_icon ul li a span.icon_sns img{
display:inline-block;
}






.delivery .delivery_box h3{
  font-family: 'Noto Sans JP', sans-serif;
}

.delivery .delivery_box h4{
  font-family: 'Noto Sans JP', sans-serif;
}

.fb-txt {
  font-family: 'Noto Sans JP', sans-serif;
}

.location .location_info .location_infoBoxRow p {
  font-family: 'Noto Sans JP', sans-serif;
}

.delivery .delivery_box {
  font-family: 'Noto Sans JP', sans-serif;
}


.location .location_info .location_infoBoxRow p {
  font-family: 'Noto Sans JP', sans-serif;
}



.location .location_info .location_infoBoxRow {
  font-family: 'Noto Sans JP', sans-serif;
}






.menu_page {
  padding-top: 6rem;
}

.menu_menu_title {
  margin-top:30px;
}

.menu_menu ul {
  padding-left: 25px;
}


.menu_menu ul li {
  height: 30px;
  padding: 0 15px;
}


.menu_menu_img {
  padding: 40px 15px;
}

.menu_menu_drink_sp .menu_menu_img {
  padding: 40px 0px;
}

.menu_menu_sp{
  
}

.menu_menu_sp ul {
  text-align: center;
}


.menu_menu_sp ul li {
  height: 32px;
  padding: 0 15px;
  display: inline-block;
}

.menu_menu_drink_sp .menu_menu_sp ul li {
  height: 40px;
}

.menu_menu_sp ul li img {
  width: auto;
  height: 100%;
}


.menu_menu_sp ul li:after{
  content:"";
  display:block;
  width:100%;
  height:1px;
  background:#003D60;
  opacity:0;
  -webkit-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
  -moz-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
  -ms-transition:  0.4s cubic-bezier(0.78, .18, .34, .98);
  -o-transition:  0.4s cubic-bezier(0.78, .18, .34, .98);
  transition:  0.4s cubic-bezier(0.78, .18, .34, .98);
}

.menu_menu_sp ul li:hover:after{
  opacity:1;
  -webkit-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
  -moz-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
  -ms-transition:  0.4s cubic-bezier(0.78, .18, .34, .98);
  -o-transition:  0.4s cubic-bezier(0.78, .18, .34, .98);
  transition:  0.4s cubic-bezier(0.78, .18, .34, .98);
}


.menu_menu_sp ul li.active:after{
  opacity:1;
}








  
}



























