/*
 * Base
 * -------------------------------------------------------------------
 */
/*	Reset
-------------------------------*/
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
  padding: 0;
  margin: 0;
  border: 0;
}

a {
  text-decoration: none;
  outline: none;
}

/*	Typography
-------------------------------*/
html {
  font-size: 62.5%;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

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

a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

/*	Layout
-------------------------------*/
article, aside, footer, header, nav, section, main {
  display: block;
}

* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table tr th, table tr td {
  padding: 0;
  text-align: left;
  vertical-align: top;
}

ol, ul {
  list-style: none;
}

img {
  border-style: none;
  vertical-align: middle;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

img, svg {
  width: auto;
  height: auto;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before,
q:after, q:before {
  content: "";
  content: none;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

label[for] {
  cursor: pointer;
}

/*	Attributes & States
-------------------------------*/
[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

html {
  font-size: 62.5%;
  margin-top: 0 !important;
}

body {
  font-size: 1.6rem;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 2;
  letter-spacing: 0.08em;
  background-color: #F9F9F9;
  color: #3F494C;
  position: relative;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.3rem;
  }
}

.flex {
  display: flex;
}
@media screen and (max-width: 768px) {
  .flex {
    display: block;
  }
}

main {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 0;
  }
}
@media screen and (max-width: 1250px) {
  main {
    padding-top: 59px;
  }
}

/*
 * Module
 * -------------------------------------------------------------------
 */
.header {
  height: 100px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #F9F9F9;
  padding: 20px 40px;
  transition: all 0.6s;
}
@media screen and (max-width: 1250px) {
  .header {
    height: 100vh;
    width: 100%;
    overflow-y: scroll;
    display: block;
    top: -100vh;
    text-align: center;
  }
}

.header.open {
  width: 100%;
  margin: 0;
  top: 59px;
  opacity: 1;
  position: fixed;
}
.header.open .humburger > .humburger__item--1 {
  background: black;
  transform: rotate(135deg);
  top: 28px;
}
.header.open .humburger > .humburger__item--2 {
  background: black;
  opacity: 0;
}
.header.open .humburger > .humburger__item--3 {
  background: black;
  transform: rotate(45deg);
  top: 28px;
}
.header.open .header__logo {
  text-align: center;
}

.header::-webkit-scrollbar {
  display: none;
}

.header__logo {
  box-sizing: border-box;
  top: 0;
  left: 0;
  font-family: "bigmoore", serif;
  font-size: 60px;
  line-height: 1;
}
@media screen and (max-width: 1250px) {
  .header__logo {
    text-align: center;
    font-size: 31px;
  }
}

.header__inner {
  display: flex;
  z-index: 999;
}
@media screen and (max-width: 1250px) {
  .header__inner {
    display: block;
    margin: 30px auto 0;
  }
}

.header__item {
  display: block;
  text-align: center;
  padding: 16px;
  text-decoration: none;
  color: black;
  font-size: 16px;
}
@media screen and (max-width: 1250px) {
  .header__item {
    padding: 10px;
    border-bottom: none;
    font-size: 14px;
  }
}

.humburger {
  cursor: pointer;
  right: 0;
  top: 0;
  width: 100%;
  height: 59px;
  text-align: right;
  z-index: 1000;
  position: fixed;
  background-color: #F9F9F9;
  display: none;
}
@media screen and (max-width: 1250px) {
  .humburger {
    display: block;
  }
}
.humburger__item {
  width: 22px;
  height: 2px;
  background: black;
  transition: all 0.5s;
  position: absolute;
  right: 20px;
}
.humburger__item--1 {
  transform: rotate(0);
  top: 20px;
}
.humburger__item--2 {
  top: 27px;
  opacity: 1;
}
.humburger__item--3 {
  transform: rotate(0);
  top: 34px;
}

.footer {
  padding: 100px 120px;
  background-color: #93A2AC;
  color: white;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 40px;
  }
}

.footer__logo {
  width: 220px;
  height: 50px;
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    display: block;
  }
}

.footer__inner__address {
  width: 24.0833333333%;
}
.footer__inner__address p {
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 1.6px;
}
.footer__inner__address p:last-of-type {
  font-size: 14px;
  letter-spacing: 1.4px;
}
@media screen and (max-width: 768px) {
  .footer__inner__address {
    width: 100%;
  }
}

.footer__inner__menu div {
  display: flex;
}
.footer__inner__menu div:last-of-type {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .footer__inner__menu div:last-of-type {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer__inner__menu div {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.footer__inner__menu div a {
  padding: 0 15px;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .footer__inner__menu div a {
    font-size: 14px;
    padding: 0 30px 0 0;
  }
}
.footer__inner__menu div a.sns {
  font-size: 14px;
  margin: 0 15px;
  padding: 7px 15px 7px 47px;
  color: #DF2E6E;
  border-radius: 22px;
  font-weight: bold;
  border: 1px solid #E56B8B;
  background-color: white;
  background-size: 24px 24px;
  background-position: top 9px left 16px;
  background-repeat: no-repeat;
}
.footer__inner__menu div a.sns.hotpepper {
  background-image: url(../asset/img/hotpepper_icon.svg);
}
.footer__inner__menu div a.sns.instagram {
  background-image: url(../asset/img/instagram_icon.svg);
}
@media screen and (max-width: 768px) {
  .footer__inner__menu div a.sns {
    margin: 15px 15px 0 0;
    font-size: 13px;
    padding: 5px 15px 5px 37px;
    background-size: 18px 18px;
    background-position: top 9px left 12px;
  }
}

.reserve {
  padding: 130px 40px;
}
@media screen and (max-width: 768px) {
  .reserve {
    padding-top: 100px;
  }
}

.reserve__inner {
  max-width: 620px;
  width: 100%;
  margin: 0 auto;
}

.reserve__title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 3.1rem;
  line-height: 1;
  font-family: "bigmoore", serif;
}
@media screen and (max-width: 768px) {
  .reserve__title {
    font-size: 22px;
    letter-spacing: 0.04em;
    margin-bottom: 24px;
  }
}

.reserve__text {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .reserve__text {
    margin-bottom: 24px;
    line-height: 28px;
  }
}

.reserve__link {
  text-align: center;
}

.reserve__link a {
  margin-top: 40px;
  display: inline-block;
  max-width: 400px;
  width: 400px;
  padding: 22px 0;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  border-radius: 46px;
  position: relative;
  background: rgb(210, 239, 255);
  background: linear-gradient(90deg, rgb(210, 239, 255) 0%, rgb(188, 171, 250) 40%, rgb(255, 226, 226) 100%);
}
@media screen and (max-width: 768px) {
  .reserve__link a {
    width: 100%;
    font-size: 14px;
    line-height: 28px;
    padding: 13px;
  }
}
.reserve__link a::after {
  content: "";
  display: block;
  width: 16px;
  height: 10px;
  background-image: url(../asset/img/top/btn-arrow.svg);
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

.shop__outer {
  padding: 0 40px 100px;
}

.shop {
  max-width: 916px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #3F494C;
  padding: 56px 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .shop {
    padding: 40px 20px;
  }
}

.shop__title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 3.1rem;
  line-height: 1;
  font-family: "bigmoore", serif;
}
@media screen and (max-width: 768px) {
  .shop__title {
    font-size: 22px;
    letter-spacing: 0.04em;
    margin-bottom: 24px;
  }
}

.shop__text {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .shop__text {
    margin-bottom: 24px;
    line-height: 28px;
  }
}

.shop__link {
  text-align: center;
}

.shop__link a {
  margin-top: 40px;
  display: inline-block;
  max-width: 400px;
  width: 400px;
  padding: 22px 0;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  border-radius: 46px;
  position: relative;
  background: rgb(210, 239, 255);
  background: linear-gradient(90deg, rgb(210, 239, 255) 0%, rgb(188, 171, 250) 40%, rgb(255, 226, 226) 100%);
}
@media screen and (max-width: 768px) {
  .shop__link a {
    width: 100%;
    font-size: 14px;
    line-height: 28px;
    padding: 13px;
  }
}
.shop__link a::after {
  content: "";
  display: block;
  width: 16px;
  height: 10px;
  background-image: url(../asset/img/btn-arrow.svg);
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

.pageTitle {
  font-size: 60px;
  letter-spacing: 0.12em;
  font-family: "bigmoore", serif;
  margin: 80px auto 0;
  max-width: 1200px;
  width: 100%;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .pageTitle {
    font-size: 38px;
    margin-top: 94px;
  }
}

.mv {
  width: 100%;
  height: 520px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .mv {
    height: auto;
    aspect-ratio: 1/1;
    margin: 40px calc(50% - 50vw);
    width: auto;
  }
}
.mv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.catch {
  font-size: 16px;
  letter-spacing: 0.1em;
  max-width: 820px;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .catch {
    font-size: 14px;
    line-height: 28px;
    margin-top: 40px;
  }
}

.title {
  font-size: 31px;
  font-family: "bigmoore", serif;
  letter-spacing: 0.04em;
  text-align: center;
}

.tab-title h3 {
  margin: 7vh auto;
  font-size: 1.75em;
  font-family: "Yu mincho" !important;
}

li, ul {
  list-style: none;
}

.recruit-tabs {
  max-width: 820px;
  margin: 133px auto 0;
}

.tab-area {
  display: flex;
  border: 2px solid;
  cursor: pointer;
}

.tab-area {
  border: 2px solid #3F494C;
  border-bottom: 1px solid #ddd;
}

.tab {
  width: 33.3333333333%;
  padding: 5px;
  text-align: center;
}

.tab:nth-child(n+2) {
  border-left: 1px solid #ddd;
}

.tab.active {
  background-color: #3F494C;
  color: #fff;
}

.panel {
  display: none;
  text-align: center;
}

.panel ul {
  padding: 5vh;
}

.panel.active {
  display: block;
  text-align: inherit;
  border: 2px solid #3F494C;
  border-top: none;
}

.panel-row {
  display: flex;
  border-bottom: 1px solid #ddd;
  margin: 0 30px 25px;
}
@media screen and (max-width: 768px) {
  .panel-row {
    margin: 0 15px 25px;
  }
}

.panel-row:first-child {
  padding-top: 25px;
}

.panel-row p {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .panel-row p {
    font-size: 14px;
  }
}

.panel-row p:first-child {
  flex: 2;
}
@media screen and (max-width: 768px) {
  .panel-row p:first-child {
    flex: 3;
  }
}

.panel-row p:last-child {
  flex: 8;
}
@media screen and (max-width: 768px) {
  .panel-row p:last-child {
    flex: 7;
  }
}

.btn.entry {
  margin: 7vh auto;
  width: 75%;
  max-width: 300px;
  padding: 10px;
}

