@charset "utf-8";

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}

html {
  overflow: auto;
  background-color: #fff;
}

body {
  font-family: 'Noto Serif JP', 'メイリオ', Meiryo, sans-serif;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}

.container {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1,h2,h3,h4,p,dl,dt,dd,img,ul,figure {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

ol,
ul,
li,
dl,
dt,
dd {
  margin: 0;
  text-decoration: none;
  list-style: none;
  padding: 0;
}

a {
    text-decoration: none;
}

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

address {
  font-style: normal;
}

.screen-reader-text {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	width: 1px;
	height: 1px;
}

/* main kv */

.main_kv {
  display: block;
  background-image: url(../images/pc_top-image.jpg);
  background-position: center center;
  background-size: cover;
  height: 540px;
}

/* lunch time */

.lunch_time-information {
  color: #b81a1a;
}

.heading_en {
  font-size: 2.875em;
}

.heading_ja {
  font-family: 'Noto Sans JP';
}

.pc_lunch-image01 {
  margin-bottom: 25px;
}

.lunch_time {
  padding-bottom: 36px;
}

.pc_lunch-image {
  margin-bottom: 25px;
}

.lunch_time-information {
  padding: 60px;
  text-align: center;
}

.lunch_menu-set {
  padding-bottom: 20px;
}

.lunch_time-menu {
  display: flex;
  justify-content: space-between;
}

.lunch_menu {
  width: 55%;
  margin-left: 50px;
  padding: 120px 0 120px 70px;
  color: #b81a1a;
  border: 1px solid #b81a1a;
}

.lunch_menu-set {
  font-size: 1.875em;;
}

.lunch_ja {
  font-size: 1.875em;
}

.lunch_en {
  margin-left: 10px
}

.lunch_menu-desc {
  padding-top: 20px;
}

/* dinner time */

.dinner_time {
  background-color: #f5f3e7;
  padding: 60px 0 43.5px 0;
}

.dinner_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pc_dinner-image01 {
  margin-bottom: 20px;
}

.dinner_time-information {
  text-align: center;
  margin-bottom: 30px;
}

.dinner_menu-list {
  width: 55%;
  padding: 144px 0;
  background-color: #fff;
  text-align: center;
  color: #3c0000;
  border: 1px solid #3c0000;
}

.dinner_left li {
  display: inline-block;
  width: 45%;
  margin-bottom: 30px;
}

.dinner_left li:nth-last-child(1) {
  margin-bottom: 0;
}

.dinner_left li:nth-last-child(2) {
  margin-bottom: 0;
}

.dinner_time-image {
  height: 100%;
}

.dinner_ja {
  font-size: 1.5em;
}

/* menu alcohol */

.menu_alcohol {
  margin-top: 33px;
  padding: 47px 77px 33px 70px;
  background-color: #fff;
  border: 1px solid #3c0000;
  color:#3c0000;
}

.menu_alcohol p {
  line-height: 1.8;
  margin-top: 20px;
}

.menu-alcohol__item {
  padding: 20px 0 36px;
  border-top: 1px solid #3c0000;
}

.menu-alcohol__item:first-child {
	border: none;
	padding-top: 0;
}

.menu-alcohol__item h3 {
  font-size: 1.875em;
}

.caution {
  margin-top: 12px;
  color: #d10000;
  font-size: .9375em;
}

.menu_alcohol-sake {
  position: relative;
  margin-top: 25px;
  border: 1px solid #3c0000;
}

.menu_alcohol-sake dt {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  background: #FFF;
}

.menu_alcohol-sake dd {
  padding: 12px 0 12px 30px;
}

.menu__caution {
  margin-top: 10px;
  color: #3c0000;
}

/* address contact */

.address_contact {
  font-family: 'Noto Sans JP';
  padding-top: 76px;
}

address {
  line-height: 48px;
  font-style: normal;
}

.addres_contact-menu {
  display: flex;
  justify-content: space-between;
}

.pc_address-image {
  display: block;
  margin-bottom: 14px;
}

.sp_address-image {
  display: none;
}

.address_opening {
  display: flex;
}

.address_opening dd:before {
  content: '：';
}

.address_contact p:first-child {
  font-size: 1.5em;
}

.contact_btn {
  display: inline-block;
  background-color: #b81a1a;
  color: #fff;
  border-radius: 10px;
  padding: 7px 75px;
}

.contact_btn p {
  text-align: center;
}

.tel {
  font-size: 4.375em;
  font-family: 'arno-pro';
  font-style: normal;
  padding-bottom: 70px;
  text-align: center;
}

.tel a {
  color: #000;
}

.tel_tap {
  display: none;
}

.tel_tap::before {
  content: '＊';
}

/*google map*/

.ggmap {
  width: 100%;
  position: relative;
  padding-bottom: 380px;
  height: 0;
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ggmap_aplication {
  display: none;
}

.ggmap_aplication:before {
  position: absolute;
  top: 12px;
  left: 6px;
  content: url(..//images/sp_map-icon.png);
}

.ggmap_aplication a {
  color: #000;
}

.ggmap_aplication p {
  padding: 13px 13px 13px 30px;
  font-size: .9375em;
}

/* instagram */

.instagram {
  text-align: center;
  display: block;
  background-color: #3c0000;
  padding: 85px 0 115px 0;
}

.instagram_article {
  display: block;
}

.instagram_link {
  position: relative;
  display: inline-block;
  padding: 5px 80px 9px 115px;
  margin-bottom: 64px;
  letter-spacing: .1em;
}

.instagram_link::before {
  position: absolute;
  top: 10px;
  left: 20px;
  content: url(../images/pc_instagram-icon.png);
}

.instagram_link a {
  color: #fff;
}

.instagram_link h3 {
  font-size: 3.75em;
  margin: 0;
}

.instagram_btn {
  display: inline-block;
  border: 1px solid #fff;
  padding: 20px 95px;
  margin-top: 28px;
}

.instagram_btn p {
  display: inline-block;
  font-family: 'Noto Sans JP';
  letter-spacing: .1em;
}

.instagram_btn a{
  color: #fff;
  font-size: 1.125em;
}

.instagram_btn::after {
  content: '▶︎';
  color: #fff;
}

/* footer */

footer {
  text-align: center;
  font-family: 'Noto Sans JP';
  margin-top: 34px;
  margin-bottom: 34px;
  font-weight: 300;
}

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

/* mainkv */

.main_kv {
  background: url(../images/sp_top-image.jpg);
  background-size: cover;
  height: 315px;
}

/* lunch time */

.heading_en {
  font-size: 1.875em;
}

.heading_ja {
  display: inline-block;
  font-size: 1.125em;
  margin-top: 2%;
}

.lunch_time {
  padding: 5.5% 2% 13% 2%;
}

.lunch_time-information {
  padding: 4% 2% 4% 2%;
}

.lunch_time {
  padding-bottom: 36px;
}

.lunch_time-image {
  display: flex;
}

.pc_lunch-image01 {
  margin-bottom: 0;
}

.lunch_menu-set {
  padding-bottom: 20px;
}

.lunch_time-menu {
  display: inherit;
}

.lunch_menu {
  width: 100%;
  margin-top: 20px;
  margin-left: 0;
  padding: 20px 0 20px 10px;
}

.lunch_menu-set {
  font-size: 1.5em;;
}

.lunch_ja {
  font-size: 1.125em;
}

.lunch_menu-desc {
  font-size: .9375em;
}

/* dinner time */

.dinner_time {
  padding: 5.5% 2% 13% 2%;
}

.dinner_time-information {
  margin-top: 4.1%;
  margin-bottom: 4.1%;
}

.dinner_menu {
  flex-direction: column;
}

.dinner_left {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.pc_dinner-image01 {
  margin-bottom: 30px;
}

.dinner_menu-list {
  width: 100%;
  padding: 36px 0;
  margin-bottom: 8%;
  order: 2;
}

.dinner_left li {
  display: inline-block;
  margin-bottom: 25px;
}

.dinner_time-image {
  display: flex;
   order: 1;
}

.dinner_ja {
  font-size: 1.125em;
}

.dinner_en {
  font-size: .875em;
}

/* menu alcohol */

.menu_alcohol {
  padding-top: 11.6%;
  padding-left: 6%;
  padding-right: 6%;
  padding-bottom: 0;
  margin-top: 0;
}

.menu-alcohol__item {
  padding: 20px 0 30px;
  border-top: 1px solid #3c0000;
}

.menu_alcohol h3 {
  font-size: 1.5em;
  margin-bottom: 4.1%;
}

.menu_alcohol p {
  font-size: .9375em;
}

.menu_wine {
  padding-bottom: 5.5%;
}

.caution {
  margin-top: 4.5%;
  font-size: .75em;
}

.menu_japanese-sake {
  margin-top: 5.5%;
}

.menu_alcohol-sake dd {
  padding: 20px 10px;
}

/* address contact */

.address_contact {
  text-align: center;
  font-family: 'Noto Sans JP';
  padding-top: 9.7%;
}

.address_contact p:first-child {
  font-size: .9375em;
}

.addres_contact-menu {
  display: inherit;
}

.pc_address-image {
  display: block;
  margin-bottom: 14px;
}

.pc_address-image {
  display: none;
}

.sp_address-image {
  display: block;
  margin: 0 auto;
}

address {
  padding-top: 5.5%;
  font-size: .9375em;
  font-style: normal;
}

.address {
  float: none;
  width: 100%;
  margin-left: 0;
}

.address p {
  margin-top: 2%;
  font-size: .9375em;
}

.address_opening {
  justify-content: center;
}

.contact {
  float: none;
  width: 100%;
  margin: 0;
}

.contact_btn {
  border-radius: 5px;
  margin-top: 6.6%;
  padding: 0 21.3%;
}

.tel {
  font-size: 3.03125em;
  font-family: 'arno-pro', serif;
  font-style: normal;
  margin: 0;
  padding: 0;
}

.tel_tap {
  display: block;
  font-size: .8125em;
  margin-bottom: 6.1%;
}

.tel_tap::before {
  content: '＊';
}

/*google map*/

.ggmap {
  position: relative;
  padding-bottom: 68%;
  padding-top: 8.3%;
  height: 0;
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ggmap_aplication {
  position: relative;
  display: inline-block;
  margin-top: 6.9%;
  margin-bottom: 8.3%;
  width: 45%;
  border: 1px solid;
}

.ggmap_aplication:before {
  position: absolute;
  top: 10%;
  left: 1.6%;
  content: url(..//images/sp_map-icon.png);
}

.ggmap_aplication p {

  padding: 3.6% 3.6% 3.6% 9%;
  font-size: .9375em;
}

/* instagram */

.instagram {
  background-color: transparent;
  padding: 0;
}

.instagram_link {
  position: relative;
  background-color: #000;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  margin-left: .8%;
  margin-right: .8%;
  margin-bottom: 0;
  padding: 2.7% 19.5% 2.5% 25%;
  letter-spacing: .1em;
}

.instagram_link::before {
  position: absolute;
  left: 9.7%;
  content: url(../images/sp_instagram-icon.png);
}

.instagram_link h3 {
  font-size: 1.875em;
  margin: 0;
}

.instagram_link::before {
  top: 20%;
}

.instagram_article {
  display: none;
}

.instagram_btn {
  display: none;
}

/* footer */

footer {
  text-align: center;
  margin-top: 8.3%;
  margin-bottom: 5.2%;
  font-size: .75em;
}

}
