html {
  scroll-behavior: smooth;
}

.main {
  height: auto !important;
  padding-top: 5px !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
}


header {
  width: 100%;
  background-color: white;
  height: 35px;
}

div#header_logo {
  float: left;
  width: 100px;
  padding: 7px 5px 5px 5px;
}


div#header_tel {
  float: left;
  padding: 11px 5px 5px 5px;
  text-shadow: rgba(0, 0, 0, 0.6) 0 -1px 0;
  color: #221814;
}

div#header_tel a {
  text-decoration: none;
  color: #0053A5;
}

div#header_menu {
  float: right;
}

footer {
  width: 100%;
  text-align: center;
  color: white;
  font-size: 70%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#808080), to(#000000));
  margin-top: 20px;
}

address {
  padding: 5px;
}

.content p {
  margin: 1em 0;
}

.pclinks {
  margin: 0 0 10px 0;
  border-top: 1px solid gray;
}

.pclinks p {
  margin: 1em 15px;
}

table#teatime_table {
  border-collapse: collapse;
  border: thin solid #DCDCDC;
  width: 100%;
  font-size: 82%;
  margin-bottom: 24px;
}

table#teatime_table tr {
  text-align: center;
  border: 1px solid #808080;
}

table#teatime_table td {
  border: thin solid #DCDCDC;
  padding: 5px 0 5px 0;
}

.column_youbi {
  background-color: #f8fdec;
  width: 30px;
}

.main_menu_ul {
  margin: -10px 0px 0 0;
  padding: 0px;
  list-style-type: none;
  font-size: 82%;
}

.main_menu_ul li {
  padding-top: 5px;
  line-height: 30px;
}


.main_menu_ul li .menu_item_box {
  clear: both;
  height: 30px;
  width: 100%;
}

.main_menu_ul li .menu_item_box .left {
  float: left;


}

.main_menu_ul li .menu_item_box .right {
  float: right;
}

ul.dinner_course {
  margin: -10px 0 0 0;
  padding: 0 0 0 15px;
  list-style-type: none;
  line-height: 1.7em !important;
}

ul.dinner_course li {

  padding: 8px 0 7px 0;
  line-height: 1.3em;
}

ul.dinner_course li .comments {
  font-size: 84%;
  color: #006400;
  line-height: 1.3em;
  margin: 5px 0 0 -3px;
}

ul.dinner_course li.price {
  color: #B22222;
  text-decoration: underline;
}

.content h2 {
  margin: 15px 0 20px 0;
  text-shadow: 1px 1px 3px #000;
  width: 100%;
  border-bottom: 1px solid gray;
}

div#main .content.dinner h2 {
  margin: 15px 0 20px 0;
  padding: 0;
  text-shadow: 1px 1px 3px #000;
  width: 100%;
  border-bottom: 1px solid gray;
  background: none;
  color: #000;
}

table.partymenu_table {
  border-collapse: collapse;
  border: thin solid #DCDCDC;
  width: 100%;
  font-size: 82%;
  margin-bottom: 20px;
}

table.partymenu_table tr {
  text-align: center;

}

table.partymenu_table td {
  border-left: thin solid #DCDCDC;
  padding: 10px 2px 5px 10px;
  text-align: left;
}

table.partymenu_table td span {
  padding-left: 10px;
  font-size: 94%;
}

.column_partymenucost {
  background-color: #f8fdec;
  width: 70px;
  padding: 2px !important;
  text-align: center !important;
  font-size: 84%;
}

/* �{�^���X�^�C�� */
.AccessButton,
.AccessButtonBlack {
  margin: 0 auto;
  width: 100%;
  border: solid 1px #2d3137;
  -webkit-border-radius: 10px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  padding: 2px;
  text-align: center;
}

.AccessButton {
  background: -webkit-gradient(linear, left top, left bottom, from(#F4E4C3), to(#DFC391));
  background-color: #bdbfc2;
  margin-bottom: 5px;
}

.AccessButtonBlack {
  background: -webkit-gradient(linear, left top, left bottom, from(#F4E4C3), to(#DFC391));
  background: #282e37;
}

.AccessButton a,
.AccessButtonBlack a {
  -webkit-border-radius: 5px;
  display: inline-block;
  text-align: center;
  text-shadow: 1px 1px 1px #808080;
  padding: 25px 0;
  text-decoration: none;
  font-weight: bold;
  width: 100%;

}

.AccessButton a {
  color: #000;
}

.AccessButtonBlack a {
  color: #fff;
}

table#shopinfo {
  width: 100%;
  font-size: 75%;
  margin-bottom: 10px;
}

table#shopinfo td {
  padding: 7px 0px 7px 5px;
  border-bottom: 1px dotted #C0C0C0;
}

table#shopinfo td.shopinfo_title {
  padding-left: 3px !important;
  font-weight: bold;
}

table#shopinfo td.shopinfo_infoname {
  width: 60px;
  vertical-align: top;
}


/* humburger */
.burger-btn {
  display: block;
  width: 40px;
  height: 36px;
  position: relative;
  z-index: 3;
  border: none;
}

.bar {
  width: 28px;
  height: 3px;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #221814;
}

.bar_top {
  top: 8px;
}

.bar_mid {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.bar_bottom {
  bottom: 8px;
}

.nav-wrapper {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: .3s;
  transition: .3s;
  width: 100vw;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

.nav-wrapper.slide-in {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: .3s;
  transition: .3s;
}

.header-nav {
  width: 100%;
  height: 100%;
  background-color: #951E22;
  z-index: 2;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header-nav .nav-list {
  display: block;
  padding: 30px 40px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header-nav .nav-list a {
  color: #fff;
  text-decoration: none;
}

.header-nav .nav-list li {
  margin: 10px 0;
}

.header-nav .nav-list li>ul {
  margin-left: 1em;
}

.burger-btn.close {
  background-color: #AAAAAB;
}

.burger-btn.close .bar_top {
  -webkit-transform: translate(-50%, 10px) rotate(45deg);
  transform: translate(-50%, 10px) rotate(45deg);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  background-color: #fff;
}

.burger-btn.close .bar_mid {
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  background-color: #fff;
}

.burger-btn.close .bar_bottom {
  -webkit-transform: translate(-50%, -8px) rotate(-45deg);
  transform: translate(-50%, -8px) rotate(-45deg);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  background-color: #fff;
}

body.noscroll {
  overflow: hidden;
}

.mt-20 {
  margin-top: 20px !important;
}


/* sp css */
div#main h2,
#sub_address h2 {
  clear: both;
  color: white;
  font-size: 100%;
  width: 100%;
  height: auto;
  padding: 4px 0 4px 10px;
  background: url(../../images/main/midashi01.png) no-repeat;
  box-sizing: border-box;
}

#about_us_txt {
  margin: 20px 10px 40px;
  box-sizing: border-box;
}

#about_us_txt span {
  text-align: center;
  display: block;
}

#shop_view {
  margin-top: 20px;
}

#shop_view img,
#sub_address img {
  width: 100%;
  height: auto;
}

.shop_view_txt {
  margin: 5px 10px 20px;
  font-size: 85%;
}

.topabout {
  width: 100%;
  padding: 10px 10px 10px 10px;
  background: url(../../images/left/address_bg.gif) 0 0 repeat;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.topabout_text {
  font-size: 85%;
  line-height: 1.5;
  margin-top: 5px;
}

.youtube_box {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube_box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* favorite */
div.favorite_content {
  width: 100%;
  background-size: cover;
  margin-bottom: 30px;
}

div.favorite_content .favorite_main {
  width: 80%;
  margin: 0 auto;
  height: 100%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}

div#main div.favorite_content .favorite_main h2 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
  width: 100%;
  height: auto;
  padding: 0;
  background: none;
  font-family: '', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', 'Noto Serif JP', serif;
  font-weight: bold;
  letter-spacing: -0.01em;
}

div#main div.favorite_content .favorite_main h3 {
  font-size: 80%;
  color: #901D22;
  margin-bottom: 5px;
}

.menunav {
  margin: 20px 10px;
}

.menunav li {
  margin-bottom: 8px;
}

.menunav li span {
  color: #0053A5;
}

.menunav li a {
  color: #231815;
}

div#menu h2.menu_title {
  background-color: #0C7B5A;
  color: #fff;
  font-weight: bold;
  padding: 4px 10px;
  margin-bottom: 0;
}

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

.menu_detail ul {
  padding: 0 10px;
  margin-bottom: 30px;
}

.menu_detail ul li {
  margin: 10px 0;
  line-height: 1.4;
}

.menu_detail ul.drink li {
  margin: 0px 0;
  line-height: 1.4;
}

.time {
  padding: 10px;
  color: #C6000B;
}

.menu_txt {
  padding: 10px;
}

.subtitle {
  padding: 10px 10px 5px;
  color: #C6000B;
  font-weight: bold;
}

.mys {
  color: #C6000B;
  font-weight: bold;
}

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

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

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.menu_detail .wine li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 30px;
}

.wine li .wineimg {
  width: 35%;
}

.wine li .wineimg img {
  width: 100%;
  height: auto;
}

.wine li p {
  width: 62%;
  font-size: 90%;
  line-height: 1.4;
}

.totop {
  width: 12%;
  position: fixed;
  bottom: 10px;
  right: 10px;
  opacity: 0.8;
}

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


/* takeout */
.mincho {
  font-family: '', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', 'Noto Serif JP', serif;
}

div#main .h2wrap {
  width: 80%;
  margin: 40px auto 30px;
}

div#main h2.takeopen {
  font-size: 30px;
  text-align: center;
  margin-bottom: 0px;
  width: 100%;
  height: auto;
  padding: 10px 0;
  background: none;
  font-weight: normal;
  color: #97171B;
  position: relative;
  display: inline-block;
}

div#main h2.takeopen.top {
  font-weight: bold;
  color: #C7000B;
  font-size: 24px;
}

div#main h2.takeopen:before {
  position: absolute;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 80px;
  height: 25px;
  border-top: 1px solid #999A9A;
  border-left: 1px solid #999A9A;
}

div#main h2.takeopen:after {
  position: absolute;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 25px;
  border-bottom: 1px solid #999A9A;
  border-right: 1px solid #999A9A;
}

div#main.takeout p.takeout_p {
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
  color: #231815;
  margin: 0 10px 40px;

}

div#main.takeout .takeout_block {
  background-color: #FFF5E0;
  padding: 0px 10px 20px;
  margin-bottom: 40px;
}

div#main.takeout .takeout_block h3 {
  background-color: #0C7B5A;
  color: #fff;
  font-size: 100%;
  font-weight: bold;
  text-align: center;
  margin: 0 -10px 20px;
  padding: 3px 0;
}

div#main.takeout p.takeout_menup {
  font-size: 100%;
  line-height: 1.5;
  text-align: center;
  color: #231815;
  margin-bottom: 20px;
}

.takeout_imgbox {}

.takeout_imgbox img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.takeout_menu {
  text-align: center;
}

div#main.takeout .takeout_menu a {
  border: none;
}

.menuflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 85%;
  margin-bottom: 40px;
}

.menuflex .menu_name {
  width: 100%;
  line-height: 1.4;
}

.menuflex .menu_price {
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
}

.menuphoto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.menuphoto .mphoto {
  width: 100%;
  margin-bottom: 20px;
}

.menuphoto .mphoto img {
  width: 100%;
  height: 140px;
  -o-object-fit: cover;
  object-fit: cover;
}

.menuphoto .mphoto p.caption {
  font-size: 85%;
  margin-top: 5px;
  line-height: 1.4;
}

.swiper-container {
  width: 100vw;
  height: auto;
}

.insta_box {
  margin-top: 20px;
  text-align: center;
}