@charset "UTF-8";

/* Global */

@import url("//fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&subset=japanese");
@import url('https://fonts.googleapis.com/css2?family=Kalam:wght@700&display=swap');

* {
  margin: 0;
  border: none;
  border-collapse: collapse;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  background-repeat: no-repeat;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "sans-serif";
  font-feature-settings: "palt";
  text-align: left;
}

a:visited,
a:link,
a:active {
  text-decoration: none;
}

pre,
code,
address,
caption,
th,
figcaption {
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

article,
aside,
footer,
header,
nav,
main,
section,
summary,
details,
hgroup,
figure,
figcaption {
  display: block;
}

audio,
canvas,
video,
progress {
  display: inline-block;
  vertical-align: baseline;
}

button {
  font: inherit;
  vertical-align: middle;
}

li {
  list-style: none;
}

html {
  font-size: 62.5%;
}

body {
  background-color: #fff;
  font-size: 10px;
}

a {
  transition: opacity 0.2s;
}

a:hover {
  opacity: 0.5;
}

img {
  vertical-align: bottom;
}

input,
textarea,
select,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media print {
  body {
    color: #000;
  }
  
  a,
  a:link,
  a:visited {
    color: #000;
    text-decoration: none;
  }
}



/* Header */

header {
  display: table;
  position: relative;
  width: 100%;
  height: 230px;
}

header h1 {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

header h1 img {
  height: 162px;
}

#header-sns {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

#header-sns a {
  display: inline-block;
  margin-left: 30px;
  font-size: 2.8rem;
  color: #000;
}

@media(max-width: 1024px) {
  header {
    height: 160px;
  }
  
  header h1 img {
    height: 110px;
  }

  #header-sns {
    bottom: 20px;
    right: 20px;
  }
}

@media(max-width: 768px) {
  header {
    height: 130px;
  }
  
  header h1 img {
    height: 90px;
  }

  #header-sns {
    bottom: 20px;
    right: 20px;
  }

  #header-sns a {
    margin-left: 20px;
    font-size: 2.4rem;
  }
}



/* Main Visual */

#main-visual {
  width: 100%;
  height: 1200px;
  margin-bottom: 90px;
}

.main-visual {
  width: 100%;
  height: 1200px;
  background-position: center center;
  background-size: cover;
}

#main-visual1 {
  background-image: url('/img/main1.jpg');
}

#main-visual2 {
  background-image: url('/img/main2.jpg');
}

#main-visual3 {
  background-image: url('/img/main3.jpg');
}

@media(max-width: 1920px) {
  #main-visual,
  .main-visual {
    height: 750px;
  }
}

@media(max-width: 1280px) {
  #main-visual,
  .main-visual {
    height: 620px;
  }
}

@media(max-width: 1024px) {
  #main-visual {
    margin-bottom: 60px;
  }
  
  #main-visual,
  .main-visual {
    height: 620px;
  }
}

@media(max-width: 768px) {
  #main-visual {
    margin-bottom: 40px;
  }
  
  #main-visual,
  .main-visual {
    height: 480px;
  }
}

@media(max-width: 560px) {
  #main-visual {
    margin-bottom: 30px;
  }
  
  #main-visual,
  .main-visual {
    height: 360px;
  }
}


/* Common */

main {
  width: 100%;
  padding: 0 40px;
}

section {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 120px auto;
}

h2 {
  margin-bottom: 60px;
  font-size: 4.8rem;
  font-weight: 600;
  font-family: "Kalam";
  text-align: center;
}

h3 {
  margin-bottom: 60px;
  font-size: 3.2rem;
  font-weight: 600;
  font-family: "Kalam";
  text-align: center;
}

@media(max-width: 1024px) {
  section {
    margin: 0 auto 90px auto;
  }
  
  h2 {
    margin-bottom: 40px;
    font-size: 4.2rem;
  }
  
  h3 {
    margin-bottom: 40px;
    font-size: 2.8rem;
  }
}

@media(max-width: 768px) {
  main {
    padding: 0 30px;
  }

  section {
    margin: 0 auto 60px auto;
  }
  
  h2 {
    margin-bottom: 30px;
    font-size: 3.8rem;
  }
  
  h3 {
    margin-bottom: 30px;
    font-size: 2.4rem;
  }
}

@media(max-width: 560px) {
  main {
    padding: 0 20px;
  }

  section {
    margin: 0 auto 40px auto;
  }
  
  h2 {
    margin-bottom: 20px;
    font-size: 3.2rem;
  }
  
  h3 {
    margin-bottom: 20px;
    font-size: 2rem;
  }
}



/* About */

.about-lead {
  margin-bottom: 30px;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 3.6rem;
}

.about-img {
  width: 100%;
  height: 500px;
  margin-bottom: 30px;
  background-position: center center;
  background-size: cover;
}

#about-img1 {
  background-image: url('/img/about1.jpg');
}

#about-img2 {
  background-image: url('/img/about2.jpg');
}

#about-img3 {
  background-image: url('/img/about3.jpg');
}

@media(max-width: 1024px) {
  .about-lead {
    font-size: 1.6rem;
    line-height: 3.4rem;
  }
}

@media(max-width: 768px) {
  .about-lead {
    font-size: 1.4rem;
    line-height: 3.2rem;
  }

  .about-img {
    height: 380px;
    margin-bottom: 20px;
  }
}

@media(max-width: 560px) {
  .about-lead {
    font-size: 1.3rem;
    line-height: 3rem;
  }

  .about-img {
    height: 320px;
  }
}



/* Menu */

#menu-lead {
  margin-bottom: 60px;
}

#menu-table table {
  width: 100%;
  max-width: 640px;
  margin: 0 auto 60px auto;
}

#menu-table th {
  width: 30%;
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 3.6rem;
}

#menu-table td {
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 3.6rem;
}

#food {
  margin-bottom: 80px;
}

.food {
  width: 100%;
  min-height: 660px;
}

#food img {
  width: 100%;
  margin-bottom: 20px;
}

.food p {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3.2rem;
  text-align: center;
}

#drink-list {
  display: grid;
  grid-template-columns: repeat(2,50%);
  margin-bottom: 80px;
}

#drink-list > div {
  grid-column: span 1;
}

#drink-img-frame {
  width: 100%;
  height: 100%;
  background-image: url('/img/drink.jpg');
  background-position: center center;
  background-size: cover;
}

#drink-text {
  padding-left: 30px;
}

#drink-text table {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 3.2rem;
}

#drink-text th {
  border-bottom: 1px solid #ccc;
  padding: 10px 5px;
}

#drink-text td {
  width: 80px;
  border-bottom: 1px solid #ccc;
  padding: 10px 5px;
}

#menu-todays-img {
  width: 100%;
  height: 500px;
  margin-bottom: 30px;
  background-image: url('/img/drink.jpg');
  background-position: center center;
  background-size: cover;
}

#menu-todays-text {
  font-size: 1.4rem;
  line-height: 3.2rem;
}

#menu-todays-text p {
  margin-bottom: 1.4rem;
}

#menu-todays-text a {
  text-decoration: underline;
  color: #000;
}

#menu-todays-img {
  width: 100%;
  height: 600px;
  margin-bottom: 30px;
  background-image: url('/img/menu.jpg');
  background-position: center center;
  background-size: cover;
}

@media(max-width: 1024px) {
  #menu-lead {
    margin-bottom: 40px;
    font-size: 1.6rem;
    line-height: 3.4rem;
  }

  #menu-table th {
    padding: 13px 0;
    font-size: 1.6rem;
    line-height: 3.4rem;
  }
  
  #menu-table td {
    padding: 13px 0;
    font-size: 1.6rem;
    line-height: 3.4rem;
  }
  
  #food {
    margin-bottom: 60px;
  }
  
  .food {
    min-height: 540px;
  }
  
  .food p {
    font-size: 1.4rem;
    line-height: 3rem;
  }

  #drink-list {
    margin-bottom: 60px;
  }

  #drink-text table {
    font-size: 1.3rem;
    line-height: 3rem;
  }

  #menu-todays-img {
    height: 420px;
    margin-bottom: 20px;
  }
  
  #menu-todays-text {
    font-size: 1.3rem;
    line-height: 3rem;
  }

#menu-todays-text p {
  margin-bottom: 1.3rem;
}
  
  #menu-todays-img {
    height: 500px;
    margin-bottom: 20px;
  }
}

@media(max-width: 768px) {
  #food {
    margin-bottom: 40px;
  }
  
  .food {
    min-height: 500px;
  }

  #drink-list {
    grid-template-rows: auto 1fr;
    grid-template-columns: repeat(1,100%);
    margin-bottom: 60px;
  }

  #drink-text {
    margin-top: 20px;
    padding-left: 0;
  }
}

@media(max-width: 680px) {
  #food {
    margin-bottom: 30px;
  }
  
  .food {
    min-height: 460px;
  }
}

@media(max-width: 560px) {
  .food {
    min-height: 400px;
  }

  #drink-list {
    margin-bottom: 40px;
  }
  
  #drink-img {
    height: 360px;
  }
  
  #menu-todays-img {
    height: 320px;
  }
}

@media(max-width: 480px) {
  .food {
    min-height: 360px;
  }
}

@media(max-width: 420px) {
  .food {
    min-height: 320px;
  }
}



/* Access */

address {
  margin-bottom: 10px;
  font-size: 1.8rem;
  line-height: 3.6rem;
  text-align: center;
}

p#phone {
  margin-bottom: 20px;
  font-size: 1.8rem;
  line-height: 3.6rem;
  text-align: center;
}

p#phone a {
  color: #000;
}

#access iframe {
  width: 100%;
  height: 450px;
  margin-bottom: 30px;
}

#access-img {
  width: 100%;
  height: 500px;
  margin-bottom: 30px;
  background-image: url('/img/shop.jpg');
  background-position: center center;
  background-size: cover;
}

p#access-company {
  margin-bottom: 20px;
  font-size: 1.8rem;
  line-height: 3.6rem;
  text-align: center;
}

p#access-company a {
  text-decoration: underline;
  color: #000;
  transition: .2s;
}

p#access-company a:hover {
  opacity: 0.5;
}

@media(max-width: 1024px) {
  address {
    margin-bottom: 5px;
    font-size: 1.6rem;
    line-height: 3.4rem;
  }
  
  p#phone,
  p#access-company {
    font-size: 1.6rem;
    line-height: 3.4rem;
  }
}

@media(max-width: 768px) {
  address {
    margin-bottom: 3px;
    font-size: 1.4rem;
    line-height: 3.2rem;
  }
  
  p#phone,
  p#access-company {
    font-size: 1.4rem;
    line-height: 3.2rem;
  }
}

@media(max-width: 560px) {
  address {
    font-size: 1.3rem;
    line-height: 3.1rem;
  }
  
  p#phone,
  p#access-company {
    font-size: 1.3rem;
    line-height: 3.1rem;
  }
}



/* Reservation */

.reservation-lead {
  margin-bottom: 60px;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 3.6rem;
}

.reservation-lead a {
  font-weight: 300;
  text-decoration: underline;
  color: #000;
}

#reservation form {
  display: table;
  width: 100%;
  margin: 0 auto;
}

#reservation form > div {
  display: table-row;
}

#reservation form > div > div {
  display: table-cell;
}

#reservation form > div > div:nth-child(1) {
  width: 24%;
  padding-bottom: 20px;
  font-size: 1.6rem;
  vertical-align: middle;
}

#reservation form > div > div:nth-child(2) {
  padding-bottom: 20px;
  font-size: 1.6rem;
  vertical-align: middle;
}

#reservation input[type="text"] {
  width: 100%;
  border: 1px solid #707070;
  padding: 10px;
  font-size: 1.6rem;
}

#reservation textarea {
  width: 100%;
  height: 200px;
  border: 1px solid #707070;
  padding: 10px;
  font-size: 1.6rem;
}

#reservation button {
  display: inline-block;
  border-radius: 6px;
  padding: 7px 30px;
  background-color: #333;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  transition: 0.2s;
}

#reservation button:hover {
  opacity: 0.5;
}

#reservation-message {
  padding: 0 0 60px 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3.4rem;
}

#reservation-message.error {
  color: #f00;
}

#reservation-message.error a {
  color: #000;
}

@media(max-width: 1024px) {
  .reservation-lead {
    margin-bottom: 40px;
    font-size: 1.6rem;
    line-height: 3.4rem;
  }

  #reservation form > div > div:nth-child(1) {
    font-size: 1.4rem;
  }
  
  #reservation form > div > div:nth-child(2) {
    font-size: 1.4rem;
  }
  
  #reservation input[type="text"] {
    font-size: 1.4rem;
  }
  
  #reservation textarea {
    font-size: 1.4rem;
  }
  
  #reservation button {
    border-radius: 4px;
    padding: 5px 20px;
    font-size: 1.4rem;
  }

  #reservation-message {
    padding: 0 0 40px 0;
    font-size: 1.4rem;
    line-height: 3.2rem;
  }
}

@media(max-width: 1024px) {
  .reservation-lead {
    margin-bottom: 30px;
    font-size: 1.4rem;
    line-height: 3.2rem;
  }
}

@media(max-width: 768px) {
  .reservation-lead {
    margin-bottom: 20px;
    font-size: 1.3rem;
  }

  #reservation form {
    display: block;
  }
  
  #reservation form > div {
    display: block;
  }

  #reservation form > div > div {
    display: block;
    width: 100%;
  }
  
  #reservation form > div > div:nth-child(1) {
    width: 100%;
    padding-bottom: 10px;
    font-size: 1.3rem;
  }
  
  #reservation form > div > div:nth-child(2) {
    padding-bottom: 10px;
    font-size: 1.3rem;
  }
  
  #reservation input[type="text"] {
    font-size: 1.3rem;
  }
  
  #reservation textarea {
    font-size: 1.3rem;
  }
  
  #reservation button {
    padding: 4px 18px;
    font-size: 1.3rem;
  }
}


/* Footer */

footer {
  display: table;
  width: 100%;
  background-color: #e6e6e6;
}

footer > div {
  display: table-cell;
  padding: 30px 30px;
}

#footer-logo {
  vertical-align: middle;
}

#footer-logo img {
  width: 76px;
}

#copyright {
  font-size: 1.4rem;
  font-weight: 600;
  text-align: right;
  vertical-align: bottom;
}