@charset "utf-8";

/* ----------------------------------------- Base style---------------------------------------------------------------- */
body {
  font-family: "Courgette", cursive;
  font-family: "Eczar", serif;
  font-family: "Hina Mincho", serif;
  font-family: "Noto Sans JP", sans-serif;
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  line-height: 1.5;
  color: #333;
  margin: 0;
  padding: 0;
  background-color: #e8e1e1;
}

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

/* ----------------------------------------- Header -------------------------------------------------------------- */
section.store-header {
  background-color: #f1f1f1;
  margin-left: 10%;
  margin-top: 5%;
  margin-bottom: 5%;
}
.store-header .store-title {
  padding-top: 3%;
  padding-bottom: 3%;
  padding-left: 3%;
  letter-spacing: 0.12em;
}

.introduction .sub-title {
  display: flex;
}

.store-title .introduction {
  font-size: 40px;
  line-height: 0.5em;
}
p.sub-title {
  font-size: 13px;
}
.sub-text p {
  font-size: 16px;
  text-align: center;
  margin-top: 0px;
  padding-top: 0px;
}

.nav {
  display: flex;
  letter-spacing: 3px;
  color: #333;
}

.nav a {
  text-decoration: none;
  color: #333;
}
.nav .store {
  padding-left: 5px;
}

/*モバイル表示*/
@media screen and (max-width: 480px) {
  section.store-header {
    background-color: #f1f1f1;
    margin-left: 10%;
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .store-header .store-title {
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 3%;
  }

  .introduction .sub-title {
    display: flex;
  }

  .store-title .introduction {
    font-size: 26px;
    line-height: 0.5em;
  }
  p.sub-title {
    font-size: 11px;
  }
  .sub-text p {
    font-size: 10px;
    text-align: center;
    margin-top: 0px;
    padding-top: 0px;
  }

  .nav {
    display: flex;
    letter-spacing: 3px;
    color: #333;
    font-size: 9px;
  }
  .nav:hover {
    opacity: 0.8;
    color: #b8860b;
  }

  .nav a {
    text-decoration: none;
    color: #333;
  }
  .nav a:hover {
    opacity: 0.8;
    color: #b8860b;
  }
  .nav .store {
    padding-left: 5px;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  section.staff-header {
    background-color: #f1f1f1;
    margin-left: 10%;
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .staff-header .staff-title {
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 3%;
  }

  .introduction .sub-title {
    display: flex;
  }

  .staff-title .introduction {
    font-size: 30px;
    line-height: 0.5em;
  }
  p.sub-title {
    font-size: 13px;
  }
  .sub-text p {
    font-size: 16px;
    text-align: center;
    margin-top: 0px;
    padding-top: 0px;
  }

  .nav {
    display: flex;
    letter-spacing: 3px;
    color: #333;
  }
  .nav:hover {
    opacity: 0.8;
    color: #b8860b;
  }

  .nav a {
    text-decoration: none;
    color: #333;
  }
  .nav a:hover {
    opacity: 0.8;
    color: #b8860b;
  }
  .nav .staff {
    padding-left: 5px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  section.staff-header {
    background-color: #f1f1f1;
    margin-left: 10%;
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .staff-header .staff-title {
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 3%;
  }

  .introduction .sub-title {
    display: flex;
  }

  .staff-title .introduction {
    font-size: 40px;
    line-height: 0.5em;
  }
  p.sub-title {
    font-size: 13px;
  }
  .sub-text p {
    font-size: 16px;
    text-align: center;
    margin-top: 0px;
    padding-top: 0px;
  }

  .nav {
    display: flex;
    letter-spacing: 3px;
    color: #333;
  }
  .nav:hover {
    opacity: 0.8;
    color: #b8860b;
  }

  .nav a {
    text-decoration: none;
    color: #333;
  }
  .nav a:hover {
    opacity: 0.8;
    color: #b8860b;
  }
  .nav .staff {
    padding-left: 5px;
  }
}

/* ----------------------------------------- Store nav ---------------------------------------------------------------- */

.store-nav {
  display: flex;
  justify-content: center;
}

.store-nav a {
  text-decoration: none;
  color: #333;
  font-size: 15px;
}

.store-nav a:hover {
  opacity: 0.8;
  color: #b8860b;
}

.store-nav:hover {
  opacity: 0.8;
  color: #b8860b;
}

.store-nav .fukui {
  padding: 3% 3%;
}
.store-nav .kyoto {
  padding: 3% 3%;
}

/*モバイル表示*/
@media screen and (max-width: 480px) {
  .store-nav {
    /* display: flex; */
    justify-content: center;
  }

  .store-nav a {
    text-decoration: none;
    color: #333;
    font-size: 13px;
  }
  .store-nav a:hover {
    opacity: 0.8;
    color: #b8860b;
  }

  .store-nav .fukui {
    padding: 3% 2%;
  }
  .store-nav .kyoto {
    padding: 3% 2%;
  }
}
/* ----------------------------------------- Main ---------------------------------------------------------------- */
main {
  background-color: #e8e1e1;
}

/* ----------------------------------------- Main ---------------------------------------------------------------- */
.aroma-mei {
  padding-top: 50px;
  padding-bottom: 10px;
  margin-left: 10%;
  font-size: 30px;
  line-height: 0.5em;
}
.aroma-mei p {
  font-size: 14px;
}

@media screen and (max-width: 480px) {
  .aroma-mei {
    padding-top: 50px;
    margin-left: 10%;
    font-size: 20px;
    line-height: 0.5em;
  }
  .aroma-mei p {
    font-size: 12px;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .aroma-mei {
    padding-top: 50px;
    margin-left: 10%;
    font-size: 26px;
    line-height: 0.5em;
  }
  .aroma-mei p {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .aroma-mei {
    padding-top: 50px;
    margin-left: 10%;
    font-size: 26px;
    line-height: 0.5em;
  }
  .aroma-mei p {
    font-size: 12px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1240px) {
  .aroma-mei {
    padding-top: 50px;
    margin-left: 10%;
    font-size: 26px;
    line-height: 0.5em;
  }
  .aroma-mei p {
    font-size: 12px;
  }
}

/* -------------------------------- menu 奇数 ---------------------------------------------------------------- */
.menu-list .menu {
  display: flex;
  margin-left: 10%;
  margin-right: 10%;
  padding-bottom: 5%;
}
.menu img {
  width: 50%;
  border-radius: 3px;
}
.menu .explanation {
  width: 50%;
  align-items: center;
  margin: 3% 0% 3% 5%;
  letter-spacing: 0.12em;
}
.explanation .txt {
  width: 100%;
  letter-spacing: 0.12em;
}

.explanation .menu-name span {
  display: inline-block;
  border-bottom: 1px solid;
  padding-bottom: 5px;
  color: #cc9966;
}

@media screen and (max-width: 480px) {
  .menu-list {
    padding-bottom: 0%;
  }
  .menu-list .menu {
    display: flex;
    flex-wrap: wrap;
  }
  .menu img {
    width: 100%;
  }
  .menu .explanation {
    width: 100%;
    align-items: center;
    margin: 3% 0% 3% 0%;
  }
  .explanation .txt {
    width: 100%;
    font-size: 10px;
  }

  .explanation .menu-name span {
    display: inline-block;
    border-bottom: 1px solid;
    padding-bottom: 5px;
    color: #b8860b;
    font-size: 10px;
  }
  .explanation h2 {
    font-size: 14px;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .staff-list {
    padding-bottom: 5%;
  }
  .staff-list .staff1 {
    display: flex;
    flex-wrap: wrap;
    /* margin-left: 5%;
    margin-right: 5%; */
  }
  .staff1 img {
    width: 100%;
    /* border-radius: 5%; */
  }
  .staff1 .introduction {
    width: 100%;
    align-items: center;
    margin: 3% 0% 3% 0%;
  }
  /* .introduction .txt {
    width: 90%;
  } */

  .introduction .staff-name span {
    display: inline-block;
    border-bottom: 1px solid;
    padding-bottom: 5px;
    color: #b8860b;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .staff-list {
    padding-bottom: 5%;
  }
  .staff-list .staff1 {
    display: flex;
    flex-wrap: wrap;
    margin-left: 5%;
    margin-right: 5%;
  }
  .staff1 img {
    width: 100%;
  }
  .staff1 .introduction {
    width: 100%;
    align-items: center;
    margin: 3% 0% 3% 5%;
  }
  /* .introduction .txt {
    width: 90%;
  } */

  .introduction .staff-name span {
    display: inline-block;
    border-bottom: 1px solid;
    padding-bottom: 5px;
    color: #b8860b;
  }
}

/*********************** menu 偶数 *****************************/

.menu-list .menu2 {
  display: flex;
  margin-right: 10%;
  margin-left: 10%;
  padding-bottom: 5%;
}

.menu-list .menu2:nth-child(1) {
  flex-direction: row-reverse;
}
.menu2 img {
  width: 50%;
  border-radius: 3px;
}
.menu2 .explanation2 {
  width: 50%;
  align-items: center;
  margin: 3% 5% 0% 0%;
  letter-spacing: 0.12em;
}

.explanation2 .txt2 {
  width: 100%;
  letter-spacing: 0.12em;
}

.explanation2 .menu-name span {
  display: inline-block;
  border-bottom: 1px solid;
  padding-bottom: 5px;
  color: #cc9966;
}

/*モバイル表示*/
@media screen and (max-width: 480px) {
  .menu-list {
    padding-bottom: 0%;
  }
  .menu-list .menu2 {
    display: flex;
    flex-wrap: wrap;
  }
  .menu2 img {
    width: 100%;
  }
  .menu2 .explanation2 {
    width: 100%;
    align-items: center;
    margin: 3% 0% 3% 0%;
  }
  .explanation2 .txt2 {
    width: 100%;
    font-size: 10px;
  }

  .explanation2 .menu-name span {
    display: inline-block;
    border-bottom: 1px solid;
    padding-bottom: 5px;
    color: #b8860b;
    font-size: 10px;
  }
  .explanation2 h2 {
    font-size: 14px;
  }
}

/* ----------------------------------------- SNS ---------------------------------------------------------------- */

.sns_list {
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0 auto;
}

.sns_list img {
  width: 25px;
}

.sns_icons {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sns_icons .lineContact,
.homeContact,
.InstagramContact {
  margin: 8px;
}

/*モバイル表示*/
@media screen and (max-width: 480px) {
  .sns_list img {
    width: 20px;
  }
  .sns_icons .lineContact,
  .InstagramContact,
  .YoutubeContact {
    margin: 5px;
  }
}

@media screen and (min-width: 480px) and (max-width: 768px) {
  .sns_list img {
    width: 20px;
  }
  .sns_icons .lineContact,
  .InstagramContact,
  .YoutubeContact {
    margin: 5px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sns_list img {
    width: 25px;
  }
  .sns_icons .lineContact,
  .InstagramContact,
  .YoutubeContact {
    margin: 8px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .sns_list img {
    width: 30px;
  }
  .sns_icons .lineContact,
  .InstagramContact,
  .YoutubeContact {
    margin: 8px;
  }
}

/* ----------------------------------------- Footer ---------------------------------------------------------------- */
footer {
  background-color: #e8e1e1;
  color: whitesmoke;
  margin: 0;
  padding: 0;
  /* color: darkkhaki; */
}

.footer-menu {
  height: 60px;
}

.footer-menu-list {
  list-style: none;
  text-align: center;
  line-height: 60px;
  color: whitesmoke;
  text-decoration: none;
  margin: 0;
  padding: 0;
}

.footer-menu-list li {
  margin: 5px;
  display: inline;
}

.footer-logo img {
  width: 100px;
  color: transparent;
}

.footer-logo {
  text-align: center;
}

.footer-logo > a span {
  font-weight: bold;
}

.footer-logo > a {
  display: block;
  text-decoration: none;
  color: whitesmoke;
  font-size: 28px;
  /* font-family: "Courgette", cursive; */
  /* font-family: "Eczar", serif; */
  font-family: "Hina Mincho", serif;
  /* font-family: "Noto Sans JP", sans-serif; */
}

.copyright {
  text-align: center;
  padding-bottom: 10px;
  color: #665e62;
}

/*モバイル表示*/
@media screen and (max-width: 480px) {
  .footer-logo img {
    width: 80px;
  }
  .copyright {
    font-size: 10px;
  }
}

@media screen and (min-width: 480px) and (max-width: 768px) {
  .footer-logo img {
    width: 90px;
  }
  .copyright {
    font-size: 10px;
  }
}

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