@charset "utf-8";
/* 初期設定 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Zen Antique", serif;
}

img {
  width: 100%;
  vertical-align: bottom;
}

a:link {
  text-decoration: none;
  color: #1b0945;
}

a:visited {
  text-decoration: none;
  color: #1b0945;
}

/* ヘッダー */
header {
  display: flex;
  justify-content: space-around;
  background-color: #0000008e;
  position: sticky;
  top: 0;
  width: 100%;
  height: 120px;
  z-index: 9999999999;
}

header h1 img {
  height: 13vh;
  object-fit: cover;
}

.main-navi nav ul {
  list-style: none;
  font-weight: bold;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin: 3em 0;
  padding-right: 2em;
  gap: 3em;
}

.main-navi nav ul li a {
  text-decoration: none;
}

.main-navi nav ul li a:visited {
  color: #fff;
}

.main-navi nav ul li a:link {
  color: #fff;
}

/* top btn  */

.top-btn {
  background-color: #fff;
  border-radius: 5em;
  position: fixed;
  top: 90%;
  right: 1em;
  height: 50px;
  width: 50px;
  z-index: 9999999999;
}

/* main */

main {
  margin-top: -120px;
}

/* hero */

.hero {
  height: 120vh;
  width: 100%;
  background-image: url(../img/hero.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

svg {
  margin-top: -10%;
}
/* About */

.about-box-all {
  width: 100%;
  height: 100vh;
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 100vh;
}

.about-text {
  height: 50vh;
  width: 98.5vw;
  background-color: #0000008e;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 0 10em 0;
}

.about-text h2 {
  font-size: 1.7em;
  margin-bottom: 1em;
  border-bottom: 2px #fff solid;
}

.about-text p {
  text-align: center;
  line-height: 1.7em;
}

/* wrap */

.wrap {
  display: flex;
  justify-content: center;
  background-color: #dfe1dc;
  width: 100%;
  height: 50vh;
}

/* news info box */

.nw-info-box {
  display: flex;
  width: 1000px;
  margin: 0 auto;
  justify-content: center;
}

/* news */

.news-box {
  margin: 1.5em auto 0;
  width: 50%;
  max-width: 100%;
  color: rgb(0, 0, 0);
  display: flex;
  flex-direction: column;
  background-color: #dfe1dc;
}

.news-contents {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
}

.news-box h2 {
  margin: 1em 2em 0.5em 1em;
  border-bottom: #000000 solid 2px;
  width: 40%;
}

.news-item dt {
  margin: 0 2em 0 0;
}

.news-item {
  margin: 1em 2em 0 2em;
  display: flex;
  width: 40vw;
}

.news-item dt a:link {
  text-decoration: none;
  color: #000000;
}

.news-item a:visited {
  text-decoration: none;
  color: #000000;
}

/* info */

.info-box {
  width: 60%;
  max-width: 100%;
  background-color: #dfe1dc;
  color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.info-text h2 {
  margin: 1em 0 0.5em 2em;
  border-bottom: #000000 solid 2px;
  width: 50%;
}

.info-item {
  margin: 1.5em 0 0 2em;
  display: flex;
  width: 40vw;
}

.info-item dt {
  margin: 0 2em;
}

.info-item dt a:link {
  text-decoration: none;
  color: #000000;
}

.info-item a:visited {
  text-decoration: none;
  color: #000000;
}

/* btn */

.btn {
  background-color: #00aec4;
  padding: 0.7em;
  margin: 6em 7em 0 0;
  width: fit-content;
  border-radius: 1em;
}

.btn p {
  text-align: center;
  color: #ffffff;
}

.btn:hover {
  color: #fff;
  background-color: #0068b7;
  transition: background-color 0.05s 0.1s ease-out;
}

/* box */

.ac-mnbox {
  width: 100%;
  background-color: #dfe1dc;
}

/* container */

.container {
  width: 1000px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.access-box {
  background-color: #dfe1dc;
  color: #000;
  height: 60vh;
}

.access-item {
  margin: 2em 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.access-box h2 {
  width: 30%;
  margin-left: -1em;
  padding: 0 2em 0 0;
  border-bottom: #000000 solid 2px;
}

.access-text {
  display: flex;
  flex-direction: column;
}

.access-text p {
  margin: 0;
}

/* footer */
footer {
  padding: 3em 0;
  text-align: center;
  background-color: #000;
  color: #fff;
}

/* Menu.html */

main {
  width: 100%;
  background-color: #dfe1dc;
}

.wrap-menu {
  width: fit-content;
  margin: 0 auto;
  padding-top: 3em;
  width: 1000px;
}

.menu-box {
  padding-top: 120px;
  color: #000000;
  height: 120vh;
}

.menu-box h2 {
  width: fit-content;
  padding: 0 2em 0 0;
  padding-left: 1em;
  border-left: #000000 solid 5px;
}

.menu-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-item img {
  margin: 2em 1em;
  height: 50vh;
  width: fit-content;
  object-fit: cover;
}

.menu-box h3 {
  width: 20%;
  margin-left: 2em;
  margin-bottom: 1em;
  padding-left: 1em;
  border-left: #000000 solid 4px;
}

.menu-text {
  margin: 2em;
  display: flex;
  justify-content: center;
  gap: 3em;
}

.menu-text p {
  font-weight: 700;
}

.menu-text img {
  border: #fff ridge 4px;
  width: 30%;
}

.menu-p {
  margin-top: 1em;
}

/* オープニングスタッフ求人 */

.news-op {
  padding-top: 120px;
  background-color: #dfe1dc;
  height: 120vh;
  color: #1b0945;
}

.news-op h2 {
  margin: 0 1em 0 1em;
  border-left: #1b0945 4px solid;
  padding-left: 1em;
}

.news-op table {
  border-right: #1b0945 1px solid;
  border-left: #1b0945 1px solid;
  border-top: #1b0945 1px solid;
}

.news-op table th {
  padding: 2em;
  border-bottom: #1b0945 1px solid;
}

.news-op table td {
  text-align: center;
  padding: 2em;
  border-left: #1b0945 dotted 1px;
  border-bottom: 1px dotted #1b0945;
}

.table-news {
  display: flex;
  justify-content: space-evenly;
}

.news-m {
  padding: 1em 2em;
}

.news-textbox {
  display: flex;
  align-items: center;
}

.news-t {
  margin: 3em 5em;
}

.tel-box {
  text-align: center;
  margin: 2em 0;
  padding: 4em 0 2em;
}

/* 新規店舗情報 */

.news-op h3 {
  margin: 0 1em 0 1em;
  border-left: #1b0945 4px solid;
  padding-left: 1em;
  margin-bottom: 1em;
}

/* イベント出店情報 */

.event-n {
  display: flex;
  padding-left: 3em;
  align-items: center;
  width: fit-content;
}

.event-n-t {
  padding: 2em 4em;
  display: flex;
  flex-direction: column;
}

.event-n-t h3 {
  text-align: center;
  margin-bottom: 1em;
}

/* Xmasキャンペーン */

.xmas-cp {
  padding-top: 130px;
  background-color: #dfe1dc;
  height: 110vh;
  color: #1b0945;
}

.xmas-cp h2 {
  margin: 0 1em 0 1em;
  border-left: #1b0945 4px solid;
  padding-left: 1em;
}

.xmas-n {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.xmas-cp h3 {
  margin: 0 1em 0 1em;
  border-left: #1b0945 4px solid;
  padding-left: 1em;
  margin-bottom: 1em;
}

.xmas-n-t {
  padding: 2em 4em;
  display: flex;
  flex-direction: column;
}

/* info LookMe! ふりーるぅ 掲載情報 */

.info-all {
  display: flex;
  flex-direction: column;
  padding-top: 130px;
}

.info-all h3 {
  margin: 0 1em 2em 1em;
  border-left: #1b0945 4px solid;
  padding-left: 1em;
}

.info-textbox {
  margin: 0 1em 0 1em;
  border-left: #1b0945 4px solid;
  padding-left: 1em;
  display: flex;
  align-items: center;
}

.info-n {
  margin: 0 auto;
  width: fit-content;
  display: flex;
  justify-content: center;
  gap: 1em;
}

.info-n-t {
  display: flex;
  flex-direction: column;
}

.info-n2 {
  display: flex;
  gap: 1em;
  padding-left: 3em;
  align-items: center;
}

/* cp-btn */

.cp-btn {
  background-color: #00aec4;
  padding: 0.7em;
  margin: 2em 4em;
  width: fit-content;
  border-radius: 1em;
}

.cp-btn p a {
  text-align: center;
  color: #ffffff;
}

.cp-btn:hover {
  color: #fff;
  background-color: #0068b7;
  transition: background-color 0.05s 0.1s ease-out;
}
