@charset "UTF-8";
/* A Modern CSS Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.width__max, .head__container, .access__img, .access__map iframe {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1070px;
}

.width__main, .conB__conteiner, .conC, .menu, .uber__conteiner, .access__conteiner, .sns__lay {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  max-width: 600px;
}

.font-en, .head__left a, .conC__title, .sns__title, .h2__main {
  font-family: "ivyora-display", sans-serif;
  letter-spacing: 0.1em;
}

.h2__main {
  font-size: 2em;
}

.margin__auto, .main__logo, .access__sns, .sns__icon {
  margin-right: auto;
  margin-left: auto;
}

.margin__bottom__SS {
  margin-bottom: 5px;
}
@media screen and (min-width: 600px) {
  .margin__bottom__SS {
    margin-bottom: 10px;
  }
}

.margin__bottom__S, .main__h2, .menu, .access__img, .access__map, .access__p, .sns__container:nth-child(1), .sns__container:nth-child(2) {
  margin-bottom: 15px;
}
@media screen and (min-width: 600px) {
  .margin__bottom__S, .main__h2, .menu, .access__img, .access__map, .access__p, .sns__container:nth-child(1), .sns__container:nth-child(2) {
    margin-bottom: 20px;
  }
}

.margin__bottom__M, .conB h2, .conB__p__bold, .conB__p, .conB__img, .conC, .menu img, .uber {
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .margin__bottom__M, .conB h2, .conB__p__bold, .conB__p, .conB__img, .conC, .menu img, .uber {
    margin-bottom: 30px;
  }
}

.margin__bottom__L, .conA, .main {
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .margin__bottom__L, .conA, .main {
    margin-bottom: 60px;
  }
}

.margin__top__S {
  margin-top: 15px;
}
@media screen and (min-width: 600px) {
  .margin__top__S {
    margin-top: 20px;
  }
}

.padding__top__L, .uber, .sns {
  padding-top: 30px;
}
@media screen and (min-width: 600px) {
  .padding__top__L, .uber, .sns {
    padding-top: 60px;
  }
}

.padding__bottom__S {
  padding-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .padding__bottom__S {
    padding-bottom: 20px;
  }
}

.padding__bottom__L, .uber, .access, .sns {
  padding-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .padding__bottom__L, .uber, .access, .sns {
    padding-bottom: 60px;
  }
}

.p__line {
  background: linear-gradient(transparent 60%, #FFDCDC 0%);
}

/* 基本設定： フォントサイズ */
body {
  font-size: 16px;
}
@media screen and (min-width: 600px) {
  body {
    font-size: 18px;
  }
}

/* 基本設定： ページ全体 */
body {
  margin: 0;
  font-family: "游ゴシック Medium", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic ProN, Osaka, sans-serif;
  letter-spacing: 0.05em;
  width: 100%;
  text-align: center;
}

body a {
  color: black;
  text-decoration: none;
  transition: all 0.5s;
}

body a:hover {
  opacity: 0.6;
}

body a:visited {
  opacity: 0.9;
}

/**************************
ヘッダー
***************************/
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: black;
}

/* ヘッダーA: サイト名 */
.head {
  position: relative;
  overflow: hidden;
}
.head__logo {
  position: absolute;
  top: 8px;
  left: -6px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: black;
}
.head__img {
  position: absolute;
  top: 15px;
  left: 17px;
  width: 60px;
}
.head__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  padding-left: 50px;
}
.head__left a {
  display: inline-block;
  padding-left: 25px;
  padding-right: 20px;
  font-size: 1.5rem;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
}
.head__left__span {
  display: block;
  font-size: 0.4em;
}
.head__right {
  display: flex;
}
.head__right a:first-child {
  margin-right: 20px;
}

/**************************
index
***************************/
/* コンテンツA:ヒーローイメージ */
.conA {
  width: 100%;
}
.conA__conteiner {
  margin-top: 70px;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 400px;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 600px) {
  .conA__conteiner {
    height: 80vh;
  }
}
@media screen and (min-width: 600px) {
  .conA__conteiner {
    margin-top: 70px;
  }
}
.conA__h2 {
  font-size: 2em;
  writing-mode: vertical-rl;
  text-align: left;
  margin-right: 5%;
  margin-top: 5%;
  color: #fff;
}
@media screen and (min-width: 600px) {
  .conA__h2 {
    font-size: 3em;
  }
}

.conB {
  line-height: 1.6;
}
.conB h2 {
  font-size: 1em;
}
.conB__p__bold {
  font-weight: bold;
}
.conB__img {
  width: 100%;
  min-height: 135px;
  height: 20%;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 600px) {
  .conB__img {
    height: 300px;
  }
}

.conC {
  border: 1px black solid;
  border-radius: 10px;
}
.conC__conteiner {
  display: flex;
  padding: 26px 23px 15px 23px;
}
.conC__img {
  width: 50%;
}
.conC__title {
  text-align: left;
  margin-left: 20px;
}
.conC__h3 {
  font-size: 1.2em;
  line-height: 1.1;
}
.conC__span {
  line-height: 1.4;
  font-size: 1.1em;
  letter-spacing: 0;
}
.conC__button {
  background-color: black;
  color: #fff;
  border-radius: 0 0 10px 10px;
  font-weight: bold;
  padding: 10px 0;
}

/* main */
.main {
  background-color: #fff;
}
.main__logo {
  width: 40%;
}
.main__h2 {
  font-size: 1.5em;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .main__h2 {
    font-size: 2em;
  }
}

/* menu */
/* UberEats */
.uber {
  background-color: #F3F3F3;
}
.uber__conteiner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.uber__conteiner img {
  width: 30%;
  min-width: 85px;
  max-width: 120px;
}
.uber__conteiner p {
  padding-left: 25px;
  font-weight: bold;
  line-height: 1.5em;
}

/* ACCESS */
.access {
  text-align: center;
}
.access__img {
  width: 100%;
  min-height: 400px;
  height: 30%;
  background-position: center;
  background-size: cover;
}
.access__conteiner {
  text-align: left;
}
.access__map iframe {
  max-width: 1070px;
  height: 50vh;
  max-height: 400px;
  vertical-align: bottom;
  border-radius: 10px;
}
.access__sns {
  max-width: 1070px;
}
.access__icon {
  display: inline-block;
  width: 37px;
}

/* sns */
.sns {
  background-color: #F3F3F3;
}
.sns__container {
  background-color: #fff;
  padding: 20px 10px;
  text-align: center;
  border-radius: 10px;
  width: 100%;
}
.sns__icon {
  width: 52px;
}
.sns__title {
  font-size: 1.5em;
  margin-top: 0.5em;
  margin-bottom: 0.3em;
}

/**************************
フッター
***************************/
footer {
  background: black;
  padding: 20px;
}
footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1070px;
  color: #fff;
  font-size: 0.8rem;
}

footer {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 10px;
  color: #fff;
  font-family: "Questrial", sans-serif;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-align: center;
}

/**************************
トップに戻るボタン
***************************/
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #F3F3F3;
  opacity: 0.6;
  border-radius: 50%;
}

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f106";
  font-size: 25px;
  color: black;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}/*# sourceMappingURL=style.css.map */