/*PCサイト*/
@media only screen and (min-width: 768px) {

/*★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★--pop start                                               ★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★*/
/* =========================================================
section.calendar--pop
========================================================= */
section.calendar div.calendar__inner--pop {
    width: 1062px;
    margin: 100px auto 150px;
}

section.calendar div.calendar__inner--pop h2 {
    font-size: 46px;
    text-align: center;
    letter-spacing: 0.05em;
}

section.calendar div.calendar__inner--pop>h3 {
    font-size: 16px;
    text-align: center;
    margin-top: 9px;
}

/*★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★--stylish start                                           ★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★*/
/* =========================================================
section.calendar--stylish
========================================================= */
section.calendar div.calendar__inner--stylish {
    width: 1062px;
    margin: 100px auto 150px;
}

section.calendar div.calendar__inner--stylish h2 {
    font-size: 46px;
    text-align: center;
    letter-spacing: 0.05em;
}

section.calendar div.calendar__inner--stylish>h3 {
    font-size: 16px;
    text-align: center;
    margin-top: 9px;
}
/* =========================================================
section.calendar--luxury
========================================================= */
section.calendar div.calendar__inner--luxury {
    width: 1062px;
    margin: 100px auto 150px;
}

section.calendar div.calendar__inner--luxury h2 {
    font-size: 46px;
    text-align: center;
    letter-spacing: 0.05em;
}

section.calendar div.calendar__inner--luxury>h3 {
    font-size: 16px;
    text-align: center;
    margin-top: 9px;
}

/*★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★--共通 start                                              ★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★*/
.event_page_base {
    margin: 0 auto;
    width: 600px;
    padding-top: 40px;
}

.event_page_base h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    padding-bottom: 10px;
    font-weight: 100;
    text-align: center;
}

.event_page_base table.event_t {
    margin: 0 auto;
    width: 600px;
    border-collapse: collapse;
    border-width: 1px;
    border-style: solid;
    table-layout: fixed;
    margin-bottom: 10px;
}

.event_page_base table.event_t tbody {
    border-color: inherit;
}

.event_page_base table.event_t tr {
    width: 100%;
    border-color: inherit;
}

.event_page_base td.data {
    width: 44px;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
    padding: 14px 0px;
}

.event_page_base td.naiyou {
    width: 555px;
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
    padding: 18px 12px;
}

.event_back {
    width: 22%;
    text-align: center;
    float: left;
    padding-bottom: 10px;
    background-color: transparent!important;
}

.event_next {
    width: 22%;
    text-align: center;
    float: right;
    padding-bottom: 10px;
    background-color: transparent!important;
}

a.btn_event {
    box-sizing: border-box;
    font-size: 14px;
    color: #444;
    padding: 6px 0px 11px;
    display: block;
    box-sizing: border-box;
}
.event_back a {
    padding-right: 18px;
    color: inherit;
}
.event_next a {
    padding-left: 18px;
    color: inherit;
}

a.btn_event span {
    display: inline-block;
    vertical-align: middle;
    font-size: 9px;
    padding-top: 1.5px;
}

a.btn_event b {
    display: inline-block;
    vertical-align: middle;
}

.calendar_page_title {
    margin-top: 11px;
    font-size: 12px;
    line-height: 1.6;
}

.calendar_page_icon {
    width: 95px;
    font-size: 15px;
    font-weight: 800;
    text-align: center;
    display: inline-block;
    padding: 1.5% 0 2%;
}
}
/*スマホ最適化*/
@media only screen and (max-width: 767.9px) {

/*★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★--pop start                                               ★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★*/
/* =========================================================
section.calendar--pop
========================================================= */
section.calendar div.calendar__inner--pop {
    width: 347px;
    margin: 60px auto 100px;
}

section.calendar div.calendar__inner--pop h2 {
    font-size: 32px;
    text-align: center;
    letter-spacing: 0.05em;
    white-space: nowrap;
}

section.calendar div.calendar__inner--pop>h3 {
    font-size: 13px;
    text-align: center;
    margin-top: 7px;
}

/*★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★--stylish start                                           ★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★*/
/* =========================================================
section.calendar--stylish
========================================================= */
section.calendar div.calendar__inner--stylish {
    width: 347px;
    margin: 60px auto 100px;
}

section.calendar div.calendar__inner--stylish h2 {
    font-size: 32px;
    text-align: center;
    letter-spacing: 0.05em;
}

section.calendar div.calendar__inner--stylish>h3 {
    font-size: 13px;
    text-align: center;
    margin-top: 7px;
}

/*★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★--luxury start                                           ★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★*/
/* =========================================================
section.calendar--luxury
========================================================= */
section.calendar div.calendar__inner--luxury {
    width: 347px;
    margin: 60px auto 100px;
}

section.calendar div.calendar__inner--luxury h2 {
    font-size: 32px;
    text-align: center;
    letter-spacing: 0.05em;
}

section.calendar div.calendar__inner--luxury>h3 {
    font-size: 13px;
    text-align: center;
    margin-top: 7px;
}

/*★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★--共通 start                                              ★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★*/
.event_page_base {
    margin: 0 auto;
    width: 100%;
    padding-top: 25px;
}

.event_page_base h3 {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
    padding-bottom: 20px;
    text-align: center;
    font-weight: 100;
    padding-bottom: 8px;
}

.event_page_base table.event_t {
    margin: 0 auto;
    width: 100%;
    border-collapse: collapse;
    border-width: 1px;
    border-style: solid;
    table-layout: fixed;
    margin-bottom: 3px;
}

.event_page_base table.event_t tbody {
    border-color: inherit;
}

.event_page_base table.event_t tr {
    width: 100%;
    border-color: inherit;
}

.event_page_base td.data {
    width: 40px;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
    padding: 12px 0px;
}

.event_page_base td.naiyou {
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
    padding: 16px 10px;
}

.event_back {
    width: 22%;
    text-align: center;
    float: left;
    padding-bottom: 3px;
    background-color: transparent!important;
}
.event_next {
    width: 22%;
    text-align: center;
    float: right;
    padding-bottom: 3px;
    background-color: transparent!important;
}

a.btn_event {
    box-sizing: border-box;
    font-size: 12px;
    color: #444;
    padding: 5px 0px 9px;
    display: block;
    cursor: pointer;
    box-sizing: border-box;
}
.event_back a {
    padding-right: 16px;
    color: inherit;
}
.event_next a {
    padding-left: 16px;
    color: inherit;
}

a.btn_event span {
    display: inline-block;
    vertical-align: middle;
    font-size: 9px;
    padding-top: 1.5px;
}

a.btn_event b {
    display: inline-block;
    vertical-align: middle;
}

.calendar_page_title {
    margin-top: 9px;
    font-size: 10px;
    line-height: 1.6;
}

.calendar_page_icon {
    width: 76px;
    font-size: 12px;
    font-weight: 800;
    text-align: center;
    display: inline-block;
    padding: 1.5% 0 2%;
}
}
/*=========================================================
アイキャッチ動画 start
=========================================================*/
.eyecatch-video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.eyecatch-video-wrapper.pc {
  height: 793px;
}

.video-blur-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.video-main {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: contain !important;
}

.logo-link-wrapper {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.logo-link-wrapper.show {
  opacity: 1;
}

/*=========================================================
コンセプト start
=========================================================*/
.concept {
  padding: 80px 0;
}

.concept__inner {
  display: flex;
  max-width: 1062px;
  margin-inline: auto;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

/* 画像 右の場合(scfで選択) */
.concept__inner.reverse {
  flex-direction: row-reverse;
}

.concept__inner.reverse img,
.concept__inner img {
  width: 50%;
  display: block;
  object-fit: cover;
}

.concept__inner .title_style {
  font-size: 30px;
  font-feature-settings: "palt";
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 15px;
  line-height: 1.85rem;
}

.concept__inner .concept_text {
  width: 50%;
}

.concept__inner p {
  font-size: 16px;
  line-height: 1.35rem;
}

@media (max-width: 766px) {
  .concept {
    padding: 50px 0;
  }

  .concept__inner {
    flex-direction: column;
    max-width: 347px;
    margin-bottom: 0;
  }

  .concept__inner.reverse {
    flex-direction: column;
  }

  .concept__inner.reverse img,
  .concept__inner img,
  .concept__inner .concept_text {
    width: 100%;
  }

  .concept__inner .title_style {
    font-size: 25px;
    margin-bottom: 15px;
  }

  .concept__inner p {
    font-size: 13px;
  }
}

/*=========================================================
スケジュール start
=========================================================*/
.schedule {
  padding: 80px 0;
}

@media (max-width: 766px) {
  .schedule {
    padding: 50px 0;
  }
}

/*=========================================================
ニュース start
=========================================================*/
.news {
  padding: 80px 0;
}

@media (max-width: 766px) {
  .news {
    padding: 50px 0;
  }
}

/*=========================================================
SNS start
=========================================================*/
.sns {
  padding: 80px 0;
}

@media (max-width: 766px) {
  .sns {
    padding: 50px 0;
  }
}

/*=========================================================
店内写真 start
=========================================================*/
.shop-photo {
  padding: 80px 0;
}

@media (max-width: 766px) {
  .shop-photo {
    padding: 50px 0;
  }
}

/*=========================================================
about start
=========================================================*/
.about {
  padding: 80px 0;
}

.about_inner {
  max-width: 780px;
  margin-inline: auto;
  font-size: 0.8rem;
  padding: 30px 50px;
  margin: 0 auto;
  line-height: 1rem;
}

.about h2 {
  font-size: 25px;
  font-feature-settings: "palt";
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.85rem;
}

.about p {
  font-size: 16px;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .about {
    padding: 50px 0;
  }

  .about_inner {
    max-width: 100%;
    max-height: inherit;
    display: block;
    margin: 0 7%;
    padding: 20px !important;
  }

  .about h2 {
    font-size: 25px;
  }

  .about p {
    font-size: 13px;
  }
}

/*=========================================================
求人フリーレイアウト start
=========================================================*/
.cont00.set {
  padding: 80px 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.cont00.set h2 {
  font-weight: bold;
}

.cont00.set h2,
.cont00.set h3,
.cont00.set div {
  width: 100%;
  word-wrap: break-word;
  max-width: 750px;
  margin: 0 auto;
}

.cont00.set img {
  width: 100%;
  display: block;
  object-fit: cover;
  max-width: 750px;
  margin: 0 auto;
}

.cont00.set a {
  width: 100%;
  display: block;
  max-width: 750px;
  margin: 0 auto;
}

@media (max-width: 766px) {
  .cont00.set {
    padding: 50px 0;
  }

  .cont00.set img,
  .cont00.set h2,
  .cont00.set h3,
  .cont00.set div {
    max-width: 347px;
  }
}

/* imgサブタイトル前 */
.cont00.set.img-middle a,
.cont00.set.img-middle img {
  order: 2;
}

.cont00.set.img-middle h2 {
  order: 1;
}

.cont00.set.img-middle h3 {
  order: 3;
}

.cont00.set.img-middle div {
  order: 4;
}

/* imgサブタイトル後 */
.cont00.set.img-subtitle a,
.cont00.set.img-subtitle img {
  order: 3;
}

.cont00.set.img-subtitle h2 {
  order: 1;
}

.cont00.set.img-subtitle h3 {
  order: 2;
}

.cont00.set.img-subtitle div {
  order: 4;
}

/* img最後 */
.cont00.set.img-last a,
.cont00.set.img-last img {
  order: 4;
}

.cont00 h2,
.cont00 h3 {
  font-weight: bold;
}

.cont00 h2 {
  line-height: 1.3;
}

.cont00 h3 {
  line-height: 1.3;
  padding-bottom: 10px;
}

.cont00 p {
  line-height: 1.3;
  padding: 10px;
}

.sub_title.text_decoration.line {
  border-bottom: 1px solid;
}

.cont00.set>div.text_decoration.frame {
  border-width: 1px;
  border-style: solid;
}

.cont00 h3.sub_title.frame {
  padding-bottom: 0;
}

ul.treatment li.cast_recruit_table_treatment_item_style.deactive {
  display: none !important;
}

/*=========================================================
求人カラムコンテンツ start
=========================================================*/
.column-content {
  padding: 80px 0;
}

.column-content h1 {
  font-size: 35px;
  text-align: center;
  margin: 0 auto 50px;
  max-width: 1062px;
  font-weight: bold;
}

.column-content .inner {
  margin: 0 auto;
  max-width: 1062px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 40px 20px;
  flex-wrap: wrap;
  width: 100%;
}

.column-content .pc4 {
  width: calc(25% - 20px);
}

.column-content .pc3 {
  width: calc(33% - 15px);
}

.column-content .pc2 {
  width: calc(50% - 10px);
}

.column-content .inner div {
  display: flex;
  flex-direction: column;
  gap: 10px;
  line-height: 1.2;
}

.column-content .inner div img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.column-content .inner div .title {
  font-size: 18px;
  font-weight: bold;
}

.column-content .inner div .title.center,
.column-content .inner div .text.center {
  text-align: center;
}

.column-content .inner div .title.right,
.column-content .inner div .text.right {
  text-align: right;
}

.column-content .inner div .img-middle {
  order: 1;
}

.column-content .inner div .text {
  order: 2;
  font-size: 14px;
}

.column-content .inner div .img-last {
  order: 3;
}

section.recruit-table div.recruit-table__inner a.contact_btn {
  display: block;
  margin: 0 auto;
  width: 300px;
  height: 46px;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  margin-top: 40px;
}

@media (max-width: 766px) {
  .column-content {
    padding: 50px 0;
  }

  .column-content h1 {
    font-size: 25px;
    margin: 0 auto 30px;
    max-width: 347px;
  }

  .column-content .inner {
    margin: 30px auto;
    max-width: 347px;
  }

  .column-content .pc4 {
    width: calc(50% - 10px);
  }

  .column-content .pc3,
  .column-content .pc2 {
    width: calc(100%);
  }

  .column-content .inner div .title {
    font-size: 16px;
  }

  .column-content .inner div .text {
    font-size: 13px;
  }

  section.recruit-table div.recruit-table__inner a.contact_btn {
    width: 240px;
    height: 35px;
    font-size: 11px;
    line-height: 32px;
  }
}

/*=========================================================
トップページコンテンツアニメーション start
=========================================================*/
section,
.schedule ul li {
  opacity: 0;
}

section.none,
.schedule ul li.none {
  opacity: 1 !important;
}

/* スライドイン（下→上） */
.slide-in-up {
  opacity: 0;
  transform: translateY(50px);
  animation: slideInUp 0.5s ease-out forwards;
}

@keyframes slideInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* スライドイン（右→左） */
.slide-in-right {
  opacity: 0;
  transform: translateX(50px);
  animation: slideInRight 0.5s ease-out forwards;
}

@keyframes slideInRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* ズームイン */
.zoom-in {
  opacity: 0;
  transform: scale(0.95);
  animation: zoomIn 0.5s ease-out forwards;
}

@keyframes zoomIn {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* ズームアウト */
.zoom-out {
  opacity: 0;
  transform: scale(1.05);
  animation: zoomOut 0.5s ease-out forwards;
}

@keyframes zoomOut {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
