@charset "UTF-8";
@import url(all.css);
/* ###################### */
/* ######## 変数 ######## */
/* ###################### */
/* カラー */
/* パターン */
/* 書式 */
/* ###################### */
/* ######## 関数 ######## */
/* ###################### */
/*===============================================
  切り替え用
===============================================*/
.pc-none {
  display: none !important;
}

a[href^="tel:"] {
  pointer-events: none;
}

/*===============================================
  ページネーション
===============================================*/
.pagenation {
  padding-top: 48px;
}
.pagenation li {
  width: 36px;
  font-size: 1.6rem;
  line-height: 40px;
  margin: 5px 4px 0;
}

/*===============================================
  詳細ページ前後
===============================================*/
.paginated-link {
  padding-top: 48px;
}
.paginated-link li {
  width: 110px;
}
.paginated-link li a {
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0em;
}
.paginated-link li.prev-link a::before {
  margin-right: 16px;
}
.paginated-link li.next-link a::after {
  margin-left: 16px;
}

/*===============================================
  wrapper
===============================================*/
#wrapper {
  min-width: 1280px;
}

/*===============================================
  header
===============================================*/
#header .h-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 100px);
  max-width: 1700px;
  min-height: 100px;
}

/*===============================================
  footer
===============================================*/
#footer .f-inner {
  width: 840px;
  padding: 45px 0 34px;
  border-bottom: solid 1px rgba(145, 145, 145, 0.6);
}
#footer .f-memo {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.875;
  padding-top: 18px;
}

/*フッターナビ
-----------------------------*/
.fnav {
  padding-top: 38px;
}
.fnav .fnav-list,
.fnav .fnav-sub-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fnav .fnav-list:first-child,
.fnav .fnav-sub-list:first-child {
  margin-top: -10px;
}
.fnav .fnav-list:last-child,
.fnav .fnav-sub-list:last-child {
  margin-bottom: -10px;
}
.fnav .fnav-list-item,
.fnav .fnav-sub-item {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #331a06;
  letter-spacing: 0.1em;
  line-height: 2.42858;
}
.fnav .fnav-list-item::after,
.fnav .fnav-sub-item::after {
  content: "/";
  margin: 0 1em;
}
.fnav .fnav-list-item:last-of-type::after,
.fnav .fnav-sub-item:last-of-type::after {
  display: none;
}
.fnav .fnav-list-item a,
.fnav .fnav-sub-item a {
  display: block;
  color: #331a06;
  transition: all 0.12s;
}
.fnav .fnav-list-item a:hover,
.fnav .fnav-sub-item a:hover {
  text-decoration: none;
  color: #eb6302;
}
.fnav .fnav-list-item.current a,
.fnav .fnav-sub-item.current a {
  color: #eb6302;
}

/*コピーライト
-----------------------------*/
.copy {
  padding: 32px 0 45px;
}
.copy p {
  letter-spacing: 0.12em;
}

/*===============================================
  fixed固定
===============================================*/
/*ページトップ
-----------------------------*/
#pagetop {
  bottom: 10px;
  right: 10px;
}

/*===============================================
  visual
===============================================*/
.visual-wrap {
  padding-top: 10px;
}
.visual-wrap::before {
  height: 52.874%;
  max-height: 246px;
}

/*メインビジュアル
-----------------------------*/
.main-visual {
  height: clamp(510px, 39.2708333333vw, 754px);
}
.main-visual::before {
  height: 254px;
  margin-bottom: -65px;
}
.main-visual #slideshow {
  width: 83.333334%;
  max-width: 1600px;
}
.main-visual .mv-box .catch {
  width: clamp(492px, 38.4375vw, 738px);
  margin-bottom: clamp(35px, 2.6041666667vw, 50px);
}
.main-visual .mv-box .logo-wrap li {
  width: clamp(196px, 15.2604166667vw, 293px);
  height: clamp(55px, 4.2708333333vw, 82px);
  margin: 0 15px;
}

/*サブビジュアル
-----------------------------*/
.sub-visual {
  height: clamp(300px, 22.65625vw, 435px);
}
.sub-visual::before {
  padding-top: min(163px, 8.4375% + 1px);
}
.sub-visual::after {
  width: 83.333334%;
  max-width: 1600px;
}
.sub-visual .sv-box {
  width: 35.417%;
  max-width: 680px;
  background-size: auto 62.712%;
  padding: 30px 20px;
}
.sub-visual .sv-box::before {
  width: calc(100% - 22px);
  padding-top: 14.265%;
  top: 0;
  margin-top: -8.824%;
}
.sub-visual .sv-box .catch {
  font-size: clamp(3.2rem, 2.5vw, 4.8rem);
  line-height: 1.20834;
  letter-spacing: 0.1em;
}

/*===============================================
  グローバルナビ
===============================================*/
#nav .gnav-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
#nav .gnav-list-item {
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #331a06;
  letter-spacing: 0.1em;
  line-height: 2.875;
  margin-right: clamp(3.2rem, 2.5vw, 4.8rem);
}
#nav .gnav-list-item:last-of-type {
  margin-right: -0.1em;
}
#nav .gnav-list-item a {
  display: block;
  color: #331a06;
  position: relative;
  z-index: 0;
}
#nav .gnav-list-item a::after {
  content: "";
  width: 0;
  height: 4px;
  background: #eb6302;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -2;
  transition: all 0.3s;
}
#nav .gnav-list-item a:hover {
  text-decoration: none;
}
#nav .gnav-list-item a:hover::after {
  width: 25px;
}
#nav .gnav-list-item.current a::after {
  width: 25px;
}

/*===============================================
  main#container
===============================================*/
#container {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.08em;
}
#container > div:not(.bread)::after,
#container > article::after {
  width: calc(100% - 100px);
  max-width: 1700px;
  font-size: 8rem;
  letter-spacing: 0.08em;
  line-height: 0.875;
}
#container.top > div:not(.bread)::after,
#container.top > article::after {
  font-size: 10rem;
  line-height: 0.86;
}

/*===============================================
  パンくずリスト
===============================================*/
.bread {
  height: 58px;
}
.bread .breadcrumbs {
  width: 1080px;
}
.bread .breadcrumbs li {
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 2.14286;
}

/*===============================================
  main共通
===============================================*/
.inbox {
  width: 1080px;
}

.top .inbox {
  width: calc(100% - 100px);
  max-width: 1700px;
}

/*電話番号
-----------------------------*/
.com-tels {
  align-items: flex-end;
}
.com-tels .com-tel::before {
  font-size: 2rem;
  margin-right: 0.5em;
}
.com-tels .com-tel a {
  font-size: 3.4rem;
  letter-spacing: 0.1em;
  margin: -5px -0.1em -3px 0;
}
.com-tels .com-replace {
  margin-top: 11px;
}
.com-tels .com-replace img {
  height: 13px;
}

/*ボタン
-----------------------------*/
.com-btn {
  width: 350px;
  height: 65px;
}
.com-btn a {
  font-size: 1.8rem;
  letter-spacing: 0.12em;
}
.com-btn a i {
  margin-right: 12px;
}
.com-btn a::after {
  width: 8px;
  right: 19px;
}

/*テーブル
-----------------------------*/
.com-table {
  line-height: 1.25;
}
.com-table tr th {
  width: 227px;
  padding: 29px 0;
}
.com-table tr td {
  padding: 29px 0;
}
.com-table tr:first-of-type th,
.com-table tr:first-of-type td {
  padding-top: 0;
}

/*テキストボックス
-----------------------------*/
.com-text-box {
  margin: -7px 0;
}
.com-text-box p {
  margin-right: 0em;
}
.com-text-box .mb {
  margin-bottom: 30px;
}

/*未記入テキスト
-----------------------------*/
.com-no-txt {
  font-size: 2.4rem;
  line-height: 1.66667;
  padding: 60px 0;
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-ttl01 {
  margin-bottom: 60px;
}
.com-ttl01 > span {
  font-size: 3.8rem;
  line-height: 1.52632;
  letter-spacing: 0.08em;
  margin: -10px 0;
}
.com-ttl01 > span.mid {
  font-size: 4rem;
  line-height: 1.5;
}
.com-ttl01::before {
  height: 25px;
  margin-bottom: 20px;
}

/*サブタイトル
-----------------------------*/
.com-subttl01 {
  font-size: 3rem;
  line-height: 1.33334;
  margin: -5px 0 20px;
}

/*===============================================
  共通セクション
===============================================*/
/*ご予約はこちら
-----------------------------*/
.com-reserve-sec {
  padding: 70px 0 50px;
}
.com-reserve-sec .reserve-ttl {
  margin-bottom: 40px;
}
.com-reserve-sec .reserve-text {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.08em;
}
.com-reserve-sec .reserve-btn {
  margin: 30px auto 0;
}

/*各店舗
-----------------------------*/
.shop-box-wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.shop-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  width: 33.3333333333%;
}
.shop-box > * {
  width: 100%;
}
.shop-box .box-in {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding: 60px 30px 30px;
}
.shop-box .box-in > * {
  margin-bottom: 32px;
}
.shop-box .box-in > *:last-child {
  margin-bottom: 0;
}
.shop-box .box-ttl img {
  width: 344px;
  height: 96px;
  -o-object-fit: contain;
     object-fit: contain;
}
.shop-box .box-time {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  padding-top: 7px;
}
.shop-box .box-time dt {
  margin: -4px 0 5px;
}
.shop-box .box-time dd {
  margin: 0 0 -4px;
}
.shop-box .box-time dd .mb {
  margin-bottom: 24px;
}
.shop-box .box-time .days::after {
  margin: 0 1em;
}
.shop-box .box-text {
  text-align: center;
  font-size: clamp(1.4rem, 0.9375vw, 1.8rem);
  line-height: 1.77778;
  letter-spacing: 0.12em;
}
.shop-box .box-add {
  font-size: clamp(1.4rem, 0.8333333333vw, 1.6rem);
  line-height: 1.625;
  letter-spacing: 0.1em;
  padding: 14px 10px;
}
.shop-box .box-add .br {
  display: inline-block;
}
@media screen and (max-width: 1500px) {
  .shop-box .box-add .br {
    display: block;
  }
}

/*===============================================
  トップページ
===============================================*/
/*3店舗の居酒屋を構えております！
-----------------------------*/
.top-lead {
  padding-top: 135px;
}
.top-lead .lead-ttl {
  margin-bottom: 50px;
}
.top-lead .lead-ttl .b {
  font-size: 4.4rem;
  line-height: 1;
}
.top-lead .lead-box .box-in {
  min-height: clamp(450px, 29.6875vw, 570px);
}

/*お店のコンセプト
-----------------------------*/
.top-concept {
  padding: 135px 0 96px;
}
.top-concept::before {
  width: 19.167%;
  height: 100%;
}
.top-concept::after {
  text-align: right;
  bottom: 0;
}
.top-concept .concept-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.top-concept .concept-box::after {
  content: "";
  width: calc(100vw - 20px);
  max-width: 1700px;
  min-width: 1320px;
  padding-top: clamp(182px, 14.1666666667vw, 272px);
  background: url(../img/index/deco_concept.png) no-repeat right bottom/contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -2;
}
.top-concept .concept-ttl {
  width: 460px;
  margin-bottom: 140px;
}
.top-concept .concept-ttl::before {
  display: none;
}
.top-concept .concept-text {
  width: calc(100% - 520px);
  max-width: 1123px;
  padding-right: 120px;
  font-size: 1.7rem;
  line-height: 1.64706;
  margin: -6px 0 -5px;
}
.top-concept .concept-text .mb {
  margin-bottom: 28px;
}
.top-concept .concept-text .br {
  display: inline-block;
}
.top-concept .concept-btn {
  position: absolute;
  left: 55px;
  bottom: 0;
}

/*メニュー
-----------------------------*/
.top-menu {
  padding: 79px 0 89px;
}
.top-menu::after {
  text-align: center;
  top: 114px;
}
.top-menu .menu-ttl {
  margin-bottom: 50px;
}
.top-menu .menu-list-item .item-txt {
  padding: 28px 20px;
}
.top-menu .menu-list-item .item-txt p {
  font-size: 2.6rem;
  line-height: 1.3077;
}
.top-menu .menu-sub-list {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.top-menu .menu-sub-list .menu-list-item {
  width: 520px;
  margin-right: 40px;
}
.top-menu .menu-sub-list .menu-list-item:last-of-type {
  margin-right: 0;
}
.top-menu .menu-list-wrap .swiper-pagination-bullets {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0;
  bottom: -50px;
}
.top-menu .menu-list-wrap .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #dedede;
  margin: 0 7px !important;
  opacity: 1;
}
.top-menu .menu-list-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #331a06;
}
.top-menu .menu-btn {
  margin: 90px auto 0;
}

/*リンクセクション
-----------------------------*/
.top-links {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.top-links .link-box {
  width: 100%;
  padding-top: 54px;
}
.top-links .link-box .box-ttl {
  width: calc(100% - 80px);
  max-width: 636px;
  height: 118px;
  font-size: 4rem;
  line-height: 1.25;
  letter-spacing: 0.08em;
  padding-bottom: 24px;
  margin: 0 auto 27px;
}
.top-links .link-box .box-ttl::before {
  width: calc(100% - 192px);
  height: 50px;
  top: -18px;
}
.top-links .link-box .box-text {
  text-align: center;
}
.top-links .link-box .box-img {
  margin-top: 36px;
}

/*お知らせ
-----------------------------*/
.top-news {
  padding: 115px 0 100px;
}
.top-news::before {
  height: 41.88%;
}
.top-news::after {
  bottom: 0;
}
.top-news .news-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: calc(100% - 300px);
  max-width: 1280px;
  min-height: 350px;
  padding: 82px 0;
}
.top-news .news-box::before {
  width: calc(100vw - 100px);
  max-width: 1700px;
  min-width: 1180px;
}
.top-news .news-box::after {
  height: 111px;
  top: -63px;
}
.top-news .news-ttl::before {
  display: none;
}
.top-news .news-list {
  width: calc(100% - 330px);
}
.top-news .news-list .list-item {
  line-height: 1.375;
  padding-bottom: 33px;
  margin-bottom: 36px;
}
.top-news .news-list .list-item .date {
  letter-spacing: 0.12em;
  padding-right: 20px;
}
.top-news .news-list .list-item .tag {
  max-width: calc(100% - 120px);
  margin-top: -7px;
}
.top-news .news-list .list-item .tag li {
  min-width: 82px;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 0 12px;
  margin-top: 7px;
  margin-right: 7px;
  border-radius: 6px;
}
.top-news .news-list .list-item .item-ttl {
  margin-top: 21px;
  letter-spacing: 0.15em;
}
.top-news .news-btn {
  position: absolute;
  left: 0;
  bottom: 132px;
}
.top-news .news-btn a {
  font-size: 1.8rem;
  line-height: 2.11112;
  letter-spacing: 0.12em;
  transition: all 0.12s;
}
.top-news .news-btn a::after {
  width: 8px;
  height: 13px;
  margin-left: 32px;
}
.top-news .news-btn a:hover {
  text-decoration: none;
  color: #eb6302;
}

/*===============================================
  コンセプト
===============================================*/
/*当店のコンセプト
-----------------------------*/
.concept-contents {
  padding: 72px 0 99px;
}
.concept-contents::before {
  width: 19.167%;
  height: 400px;
}
.concept-contents::after {
  bottom: 0;
}
.concept-contents .concept-list {
  padding: 0 36px 0 90px;
}
.concept-contents .concept-list-box {
  min-height: 195px;
  padding: 35px 30px 35px 105px;
  border-radius: 59px;
  margin-bottom: 40px;
}
.concept-contents .concept-list-box::before {
  font-size: 8rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -57px;
  margin: -15px 0 -5px;
}
.concept-contents .concept-list-box::after {
  width: 100%;
  height: 43px;
  top: 0;
}

/*3店舗の雰囲気をご紹介！
-----------------------------*/
.concept-gallery {
  padding: 100px 0 99px;
}
.concept-gallery::before {
  height: 140px;
}
.concept-gallery::after {
  text-align: center;
  top: 148px;
}
.concept-gallery .gallery-box {
  margin-bottom: 80px;
}
.concept-gallery .gallery-box .box-ttl {
  margin-bottom: 20px;
}
.concept-gallery .gallery-box .box-ttl img {
  width: 345px;
  height: 97px;
  -o-object-fit: contain;
     object-fit: contain;
}
.concept-gallery .gallery-box .box-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: -30px;
}
.concept-gallery .gallery-box .box-list-item {
  width: 340px;
  margin-top: 30px;
  margin-right: 30px;
}
.concept-gallery .gallery-box .box-list-item:nth-of-type(3n), .concept-gallery .gallery-box .box-list-item:last-of-type {
  margin-right: 0;
}

/*===============================================
  メニュー
===============================================*/
/*コース紹介
-----------------------------*/
.menu-course {
  padding: 72px 0 100px;
}
.menu-course::before {
  width: 19.167%;
  height: 400px;
}
.menu-course::after {
  bottom: 0;
}
.menu-course .course-text {
  text-align: center;
}
.menu-course .course-text + .course-box {
  padding-top: 35px;
}
.menu-course .course-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  padding-top: 70px;
}
.menu-course .course-box .box-ttl img {
  width: 359px;
  height: 97px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}
.menu-course .course-box .box-links {
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu-course .course-box .box-links li {
  width: 320px;
  height: 60px;
  margin-right: 30px;
}
.menu-course .course-box .box-links li:last-child {
  margin-right: 0;
}
.menu-course .course-box .box-links li a i {
  margin-left: 20px;
}
.menu-course .course-box .box-list {
  width: 100%;
  padding-top: 35px;
}
.menu-course .course-box .box-list-item {
  padding: 36px 40px 40px;
  margin-bottom: 30px;
}
.menu-course .course-box .box-list-item .item-ttl {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.15em;
}
.menu-course .course-box .box-list-item .item-price {
  font-size: 1.8rem;
  line-height: 1.66667;
  letter-spacing: 0.12em;
  padding-top: 4px;
}
.menu-course .course-box .box-list-item .item-price .min {
  font-size: 1.4rem;
  line-height: 1;
}
.menu-course .course-box .box-list-item .item-text {
  font-size: 1.4rem;
  line-height: 1.71429;
  letter-spacing: 0.15em;
  padding-top: 18px;
  margin: 12px 0 -5px;
}

/*メニュー紹介
-----------------------------*/
.menu-oth {
  padding: 100px 0;
}
.menu-oth::after {
  text-align: center;
  top: 148px;
}
.menu-oth .oth-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: -35px;
}
.menu-oth .oth-list-item {
  width: 340px;
  margin-top: 35px;
  margin-right: 30px;
}
.menu-oth .oth-list-item:nth-of-type(3n), .menu-oth .oth-list-item:last-of-type {
  margin-right: 0;
}
.menu-oth .oth-list-item .item-img {
  margin-bottom: 15px;
}
.menu-oth .oth-list-item .item-ttl {
  font-size: 2.4rem;
  line-height: 1.25;
  letter-spacing: 0.12em;
}
.menu-oth .oth-list-item .item-price {
  font-size: 1.8rem;
  line-height: 1.66667;
  letter-spacing: 0.12em;
  padding-top: 3px;
}
.menu-oth .oth-list-item .item-price .min {
  font-size: 1.4rem;
  line-height: 1;
}
.menu-oth .oth-list-item .item-text {
  font-size: 1.4rem;
  line-height: 1.71429;
  letter-spacing: 0.15em;
  padding-top: 18px;
  margin: 5px 0 -5px;
}

/*===============================================
  ご利用シーン
===============================================*/
/*ご利用シーン
-----------------------------*/
.scene-contents {
  padding: 72px 0 100px;
}
.scene-contents::before {
  width: 19.167%;
  height: 400px;
}
.scene-contents::after {
  bottom: 0;
}
.scene-contents .scene-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: -50px;
}
.scene-contents .scene-list-item {
  width: 320px;
  margin: 50px 20px 0;
}
.scene-contents .scene-list-item::after {
  width: 88px;
  height: 43px;
  top: -20px;
  right: -20px;
}
.scene-contents .scene-list-item .item-text {
  padding: 10px;
}
.scene-contents .scene-list-item .item-text p {
  font-size: 3rem;
  line-height: 1.33334;
}

/*貸切に関しての情報
-----------------------------*/
.scene-chartered {
  padding: 100px 0;
}
.scene-chartered::after {
  text-align: center;
  top: 148px;
}
.scene-chartered .inbox {
  width: 720px;
}
.scene-chartered .chartered-box {
  padding: 30px 40px 40px;
  margin-bottom: 40px;
  border-radius: 32px;
}
.scene-chartered .chartered-box .box-ttl {
  font-size: 3rem;
  line-height: 1.23334;
  margin-top: 0;
}
.scene-chartered .chartered-box .box-ttl::before {
  width: 55px;
  height: 37px;
}
.scene-chartered .chartered-box .box-ttl > span {
  width: calc(100% - 66px);
}
.scene-chartered .chartered-box .box-list {
  margin: -7px 0;
}
.scene-chartered .chartered-box .box-list-item {
  padding: 0 18px 7px;
  margin-bottom: 13px;
}
.scene-chartered .chartered-box .box-list-item p {
  padding-left: 19px;
}
.scene-chartered .chartered-box .box-list-item p::before {
  top: 13px;
}
.scene-chartered .chartered-box .box-checklist {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: -12px 0;
}
.scene-chartered .chartered-box .box-checklist-item {
  font-size: 1.8rem;
  line-height: 2.33334;
  padding-left: 28px;
  margin-right: 34px;
}
.scene-chartered .chartered-box .box-checklist-item::before {
  width: 22px;
  height: 42px;
}
.scene-chartered .chartered-box .box-checklist-item:last-of-type {
  margin-right: 0;
}
.scene-chartered .chartered-box .box-checklist-item:first-of-type {
  margin-right: 62px;
}
.scene-chartered .chartered-box .box-checklist-item:nth-of-type(3) {
  margin-right: 40px;
}
.scene-chartered .chartered-box .box-imgs {
  justify-content: flex-start;
  padding-top: 26px;
}
.scene-chartered .chartered-box .box-imgs li {
  margin-right: 17px;
}
.scene-chartered .chartered-box .box-imgs li:last-of-type {
  margin-right: 0;
}

/*===============================================
  採用情報
===============================================*/
/*求める人物像
-----------------------------*/
.recruit-profile {
  padding: 72px 0 100px;
}
.recruit-profile::before {
  width: 19.167%;
  height: 400px;
}
.recruit-profile::after {
  bottom: 0;
}
.recruit-profile .profile-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: -33px;
}
.recruit-profile .profile-list-item {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 33px 26px 0;
}
.recruit-profile .profile-list-item:nth-of-type(3n + 1) {
  margin: 33px 120px 0;
}
.recruit-profile .profile-list-item .item-icon {
  width: 138px;
  margin-right: -97px;
  position: relative;
  z-index: 1;
}
.recruit-profile .profile-list-item .item-txt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 402px;
  height: 115px;
  padding-left: 115px;
}
.recruit-profile .profile-list-item .item-txt p {
  font-size: 3rem;
  line-height: 1.33334;
}

/*働く際に意識すると良い点をご紹介します！
-----------------------------*/
.recruit-point {
  padding: 100px 0;
}
.recruit-point::after {
  text-align: center;
  top: 148px;
}
.recruit-point .point-list-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  min-height: 260px;
  padding-left: 540px;
  margin-bottom: 60px;
  position: relative;
  z-index: 0;
}
.recruit-point .point-list-box .box-ttl {
  margin-bottom: 35px;
}
.recruit-point .point-list-box .box-img {
  position: absolute;
  top: 0;
  left: 0;
}
.recruit-point .point-list-box .box-img div {
  width: 500px;
  height: 260px;
}
.recruit-point .point-list-box .box-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*募集要項
-----------------------------*/
.recruit-info {
  padding: 115px 0 100px;
}
.recruit-info::before {
  height: 312px;
}
.recruit-info .info-box {
  padding: 66px 65px 60px;
}
.recruit-info .info-box::after {
  height: 111px;
  top: -63px;
}
.recruit-info .info-ttl {
  margin-bottom: 50px;
}
.recruit-info .info-table {
  margin: -2px 0 50px;
}
.recruit-info .info-table:last-of-type {
  margin-bottom: -2px;
}
.recruit-info .info-table th {
  text-align: center;
}
.recruit-info .info-table tr:last-of-type th,
.recruit-info .info-table tr:last-of-type td {
  padding-bottom: 0;
}

/*===============================================
  店舗情報
===============================================*/
.info-contents {
  padding: 72px 0 100px;
}
.info-contents::before {
  width: 19.167%;
  height: 400px;
}
.info-contents::after {
  bottom: 0;
}
.info-contents .info-box {
  padding: 0 65px 60px;
  margin-bottom: 70px;
}
.info-contents .info-box::before {
  height: calc(100% - 60px);
}
.info-contents .info-box .box-ttl {
  margin-bottom: 45px;
}
.info-contents .info-box .box-ttl img {
  width: 359px;
  height: 97px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}
.info-contents .info-box .box-table {
  margin: -2px 0;
}
.info-contents .info-box .box-table th {
  text-align: center;
}
.info-contents .info-box .box-table td .replace {
  padding: 3px 0 2px;
}
.info-contents .info-box .box-table td .replace img {
  height: 15px;
}
.info-contents .info-box .box-table tr:last-of-type th,
.info-contents .info-box .box-table tr:last-of-type td {
  padding-bottom: 0;
}
.info-contents .info-box .box-map {
  height: 400px;
  margin-top: 40px;
}

/*==================================================
 ニュース一覧
================================================== */
.news-contents {
  padding: 72px 0 100px;
}
.news-contents::before {
  width: 19.167%;
  height: 400px;
}
.news-contents::after {
  bottom: 0;
}
.news-contents .news-list .list-item {
  line-height: 1.375;
  padding-bottom: 33px;
  margin-bottom: 36px;
}
.news-contents .news-list .list-item .item-img {
  width: 160px;
}
.news-contents .news-list .list-item .item-in {
  width: calc(100% - 190px);
}
.news-contents .news-list .list-item .date {
  letter-spacing: 0.12em;
  padding-right: 20px;
}
.news-contents .news-list .list-item .tag {
  max-width: calc(100% - 120px);
  margin-top: -7px;
}
.news-contents .news-list .list-item .tag li {
  min-width: 82px;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 0 12px;
  margin-top: 7px;
  margin-right: 7px;
  border-radius: 6px;
}
.news-contents .news-list .list-item .item-ttl {
  margin-top: 21px;
  letter-spacing: 0.15em;
}

/*タグリスト
-----------------------------*/
.tag-select-box-wrap .tag-select-box {
  min-width: 240px;
  margin-bottom: 48px;
}
.tag-select-box-wrap .tag-select-box::after {
  right: 18px;
}
.tag-select-box-wrap .tag-select-box select {
  font-size: 1.4rem;
  line-height: 1.42858;
  padding: 12px 48px 12px 12px;
}

/*==================================================
 ニュース詳細
================================================== */
.news-detail {
  padding: 115px 0 100px;
}
.news-detail::before {
  height: 312px;
}
.news-detail::after {
  bottom: 0;
}
.news-detail .post-data {
  font-size: 1.4rem;
  line-height: 1.42858;
  margin-bottom: 20px;
}
.news-detail .news-box {
  padding: 66px 65px 60px;
}
.news-detail .news-box::after {
  height: 111px;
  top: -63px;
}

/*==================================================
 お問い合わせ
================================================== */
.contact-contents {
  padding: 115px 0 100px;
}
.contact-contents::before {
  height: 312px;
}
.contact-contents::after {
  bottom: 0;
}
.contact-contents .contact-box {
  padding: 66px 65px 60px;
}
.contact-contents .contact-box::after {
  height: 111px;
  top: -63px;
}
.contact-contents .contact-table {
  margin-bottom: 56px;
}
.contact-contents .contact-table th {
  width: 350px;
  text-align: left;
  line-height: 2.375;
  padding-right: 30px;
}
.contact-contents .contact-table th .optional-mark,
.contact-contents .contact-table th .required-mark {
  font-size: 1.4rem;
  line-height: 2;
  padding: 0 10px;
  margin-top: 5px;
}
.contact-contents .contact-table th small {
  font-size: 1.4rem;
  line-height: 1.71429;
  padding-top: 12px;
}
.contact-contents .contact-table td {
  line-height: 2.375;
}
.contact-contents .contact-submits-wrap {
  padding-top: 32px;
}
.contact-contents .contact-submits-wrap > * {
  width: 350px;
  height: 65px;
  margin: 20px 15px 0;
}

/*==================================================
 お問い合わせ完了
================================================== */
.complete-contents {
  padding: 72px 0 100px;
}
.complete-contents::before {
  width: 19.167%;
  height: 400px;
}
.complete-contents::after {
  bottom: 0;
}
.complete-contents .complete-box {
  text-align: center;
}

/*==================================================
プライバシーポリシー
================================================== */
.privacy-contents {
  padding: 72px 0 100px;
}
.privacy-contents::before {
  width: 19.167%;
  height: 400px;
}
.privacy-contents::after {
  bottom: 0;
}
.privacy-contents .item-box {
  padding: 40px;
  margin-bottom: 40px;
  border-radius: 29px;
}

/*==================================================
 サイトマップ
================================================== */
.site-contents {
  padding: 72px 0 100px;
}
.site-contents::before {
  width: 19.167%;
  height: 400px;
}
.site-contents::after {
  bottom: 0;
}
.site-contents .site-list {
  width: 800px;
  padding: 40px;
  margin: 0 auto;
}
.site-contents .site-list li a {
  font-size: 1.8rem;
  line-height: 1.66667;
  padding: 15px 20px;
}

/*===============================================
  404エラー
===============================================*/
.error-contents {
  padding: 72px 0 100px;
}
.error-contents::before {
  width: 19.167%;
  height: 400px;
}
.error-contents::after {
  bottom: 0;
}