/*
 *   Created on : 2022/07/19, 10:31:17
 *   Author     : sukiru.jp
 */

a {
  color: #432;
  text-decoration: none;
}

a:hover {
  color: #0bd;
}

article {
  border-top: 2px solid;
}

article,
aside {
  margin: 3em 0;
  padding: 20px 0;
}

body {
  color: #432;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  line-height: 2;
}

h1,
h2,
h3 {
  font-weight: normal;
}

h1 {
  font-size: 2rem;
}

h2,
h3 {
  font-size: 1rem;
}

img {
  max-width: 100%;
}

pre {
  margin-top: 10px;
  white-space: pre-line;
  word-break: break-all;
}

ul {
  list-style: none;
}

.img-fullscreen {
  background-size: cover;
}

.wrapper {
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 5%;
  position: relative;
  text-align: justify;
}


/* header
--------------------------------------------------------------------------------------------- */
.img-logo {
  margin-top: 1rem;
  width: 170px;
}

details {
  font-size: 2.5rem;
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 999;
}

details summary {
  font-family: 'Font Awesome 5 Free';
  list-style: none;
  text-align: right;
}

details summary::-webkit-details-marker {
  display: none;
}

details summary::before {
  content: "\f0c9";
}

details[open] summary::before {
  content: "\f00d";
}

.nav-header a {
  color: #fff;
}

.nav-header a:hover {
  color: #0bd;
}

.nav-header i {
  text-align: center;
  width: 3em;
}

.nav-header li {
  border-bottom: 1px dotted;
}

.nav-header ul {
  background: #432;
  color: #fff;
  font-size: 1.5rem;
  padding: .5rem 1rem;
}


/* home
--------------------------------------------------------------------------------------------- */
#home {
  background-image: url(../images/index/bg-main.jpg);
  background-position: left bottom;
  min-height: 100vh;
}

.home-content {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#catchphrase {
  color: #432;
  font-family: serif;
  font-size: 2rem;
  text-shadow: #fff 1px 1px;

  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}


/* news
--------------------------------------------------------------------------------------------- */
#news {
  background: rgba(255, 255, 255, .9);
  border: 1em #fff solid;
  margin-right: 2rem;
  margin-top: 6rem;
  padding: 1rem;
  width: auto;
}

#news .fa-angle-double-right {
  display: flex;
  justify-content: flex-end;
}

#news .fa-angle-double-right:after {
  content: ' more';
  white-space: pre-wrap;
}

#news-sp {
  display: none;
}

.post-contents {
  padding: 1rem 2rem 0 2rem;
}


/* menu | story
--------------------------------------------------------------------------------------------- */
[id*="menu-"] h2,
#story h2 {
  font-weight: bold;
  padding-bottom: 4em;
}

[id*="menu-"] p,
#story p {
  padding-bottom: 2em;
}

[id*="menu-"] span {
  background: rgba(245, 245, 245, 1.0);
}

[id*="menu-"] .wrapper,
#story .wrapper {
  padding: 5%;
}

#menu-coffee {
  background-image: url(../images/index/bg-coffee.jpg);
  background-position: left center;
}

#menu-biscotti {
  background-image: url(../images/index/bg-biscotti.jpg);
  background-position: left center;
}

#menu-special {
  background-image: url(../images/index/bg-special.jpg);
  background-position: center center;
  color: #fff;
}

.menu-list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  margin: 2em auto;
  text-align: center;
}

.menu-list p {
  font-size: .9em;
}


/* story
--------------------------------------------------------------------------------------------- */
#story {
  background-image: url(../images/index/bg-story.jpg);
  background-position: left top;
}

#story .wrapper {
  color: #fff;
  column-gap: 5em;
  columns: 2;
  margin-top: 10rem;
}


/* store
--------------------------------------------------------------------------------------------- */
#store {
  margin-top: 1rem;
}

#store .wrapper {
  display: flex;
  justify-content: space-between;
}

#calendar {
  font-weight: bold;
}

#calendar span {
  padding-right: 1em;
}

[id*="location-"] {
  width: 50%;
}

#location-info h2 {
  border-bottom: 2px solid;
}

#location-info i {
  text-align: center;
  width: 2em;
}

#location-map {
  text-align: right;
}


/* footer
--------------------------------------------------------------------------------------------- */
footer {
  background: #432;
  color: #fff;
  font-size: .9rem;
  margin-top: 100px;
  padding: 50px 0;
}

footer a {
  color: #fff;
}

footer p {
  text-align: center;
}

#a-top {
  bottom: 0;
  color: #0bd;
  font-size: 5rem;
  opacity: .75;
  position: fixed;
  right: 0;
}

#a-top:hover {
  opacity: 1.0;
}

.copyright {
  margin-top: 50px;
}

.nav-footer ul {
  display: flex;
  justify-content: space-around;
}

#sukiru {
  font-size: .8em;
}

#sukiru a {
  border: 1px solid;
  padding: 4px;
}



/* menu.html
 *
 *
 *
--------------------------------------------------------------------------------------------- */
article[id*="oishian-"] {
  border: none;
  width: 75%;
}

aside[id*="oishian--"] {
  padding-left: 2em;
  width: 25%;
}

[id*="oishian-"] p {
  font-size: .95em;
  line-height: 1.5;
  margin-bottom: 2em;
}

.menu-category,
.menu-exp {
  border-bottom: 2px solid;
}

.menu-category-list {
  margin-bottom: 60px;
}

.menu-category-list li {
  border-bottom: 1px dotted;
}

.menu-comment {
  padding-top: 2em;
}

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

.menu-contents img {
  width: 100%;
}

.menu-exp {
  padding-top: 2em;
}

.menu-title {
  font-size: 1.3rem;
  font-weight: normal;
}




/* guide.html
 *
 *
 *
--------------------------------------------------------------------------------------------- */
#guide h2 {
  border-bottom: 1px solid;
}

#guide h3 {
  background-color: #432;
  color: #fff;
  display: inline-block;
  margin: .5em auto;
  padding: 0 1em;
}

#guide section {
  margin: 3em auto;
}

#guide ul {
  list-style: square;
  padding-left: 2em;
}




/* responsive
--------------------------------------------------------------------------------------------- */
@media (max-width: 479px) {
  body {
    font-size: .8rem;
    line-height: 1.6;
  }

  /* home
  ------------------------------------------------------------------------------------------- */
  .img-logo {
    margin-top: 1rem;
    width: 100px;
  }

  #home {
    background-image: url(../images/index/bg-main-sp.jpg);
  }

  .home-content {
    justify-content: space-around;
  }

  #catchphrase {
    font-size: 1.5rem;
  }


  /* news
  ------------------------------------------------------------------------------------------- */
  #news {
    display: none;
  }

  #news-sp {
    display: block;
    margin: 1rem auto;
  }

  .post-contents {
    padding: 0;
  }


  /* menu | story
  ------------------------------------------------------------------------------------------- */
  #menu-coffee {
    background-position: right center;
  }

  #menu-special {
    background-position: left center;
  }

  #story {
    background-position: center top;
    margin: 0;
  }

  #story .wrapper {
    columns: 1;
  }


  /* store
  ------------------------------------------------------------------------------------------- */
  #store .wrapper {
    flex-direction: column;
  }

  [id*="location-"] {
    width: 100%;
  }


  /* footer
  ------------------------------------------------------------------------------------------- */
  .copyright {
    font-size: .8em;
    margin-top: 20px;
  }

  .nav-footer i {
    text-align: center;
    width: 2em;
  }

  .nav-footer ul {
    flex-direction: column;
  }

  #a-top {
    font-size: 3rem;
  }
  
  #sukiru {
    margin-top: .5em;
  }
  
  #sukiru a {
    font-size: .7em;
    padding: 2px;
  }


  /* menu.html
  *
  ------------------------------------------------------------------------------------------- */
  article[id*="oishian-"] {
    width: 100%;
  }

  aside[id*="oishian--"] {
    padding: 0;
    width: 100%;
  }

  .menu-contents {
    flex-direction: column;
  }
}




/* Font Awesome Free 5.15.3
--------------------------------------------------------------------------------------------- */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  src:
    url("../font/fa-brands-400.ttf") format("truetype"),
    url("../font/fa-brands-400.woff") format("woff");
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  src:
    url("../font/fa-solid-900.ttf") format("truetype"),
    url("../font/fa-solid-900.woff") format("woff");
}

.fab {
  font-family: 'Font Awesome 5 Brands';
}

.fas,
.fa-external-link-alt:after,
.menu-list p:after {
  font-family: 'Font Awesome 5 Free';
}

.fab,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  padding-right: .25em;
}

.menu-emp .fab,
.menu-emp .fas {
  padding: 0;
}

.menu-list p:after {
  content: " \f138";
  white-space: pre-wrap;
}

.fa-angle-double-right:before {
  content: "\f101";
}
.fa-bar:before {
  content: "\f0c9";
}
.fa-bible:before {
  content: "\f647";
}
.fa-calendar-alt:before {
  content: "\f073";
}
.fa-cash-register:before {
  content: "\f788";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-chair:before {
  content: "\f6c0";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-circle:before {
  content: "\f111";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-comment-alt:before {
  content: "\f27a";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-crown:before {
  content: "\f521";
}
.fa-door-closed:before {
  content: "\f52a";
}
.fa-edit:before {
  content: "\f044";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-expand:before {
  content: "\f065";
}
.fa-external-link-alt:after {
  content: " \f35d";
  font-size: .7em;
  white-space: pre-wrap;
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-key:before {
  content: "\f084";
}
.fa-id-card:before {
  content: "\f2c2";
}
.fa-images:before {
  content: "\f302";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-history:before {
  content: "\f1da";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-list:before {
  content: "\f03a";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-parking:before {
  content: "\f540";
}
.fa-pencil-alt:before {
  content: "\f303";
}
.fa-phone:before {
  content: "\f095";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-half-alt:before {
  content: "\f5c0";
}
.fa-shipping-fast:before {
  content: "\f48b";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-smoking-ban:before {
  content: "\f54d";
}
.fa-store:before {
  content: "\f54e";
}
.fa-store-alt:before {
  content: "\f54f";
}
.fa-store-slash:before {
  content: "\e071";
}
.fa-times:before {
  content: "\f00d";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-wifi:before {
  content: "\f1eb";
}