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

.com-table table,
.com-table table tbody,
.com-table table th,
.com-table table tr,
.com-table table td {
  display: block !important;
  width: 100% !important;
}

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

/*===============================================
  詳細ページ前後
===============================================*/
.paginated-link {
  padding-top: 32px;
}
.paginated-link li {
  width: 88px;
}
.paginated-link li a {
  font-size: 1.3rem;
  line-height: 1.84616;
  letter-spacing: 0;
}
.paginated-link li.prev-link a:before {
  margin-right: 8px;
}
.paginated-link li.next-link a::after {
  margin-left: 8px;
}

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

/*===============================================
  header
===============================================*/
#header .h-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 93.75%;
  height: 80px;
}
#header .h-logo {
  width: 72%;
  max-width: 410px;
}

/*===============================================
  footer
===============================================*/
#footer .f-memo {
  padding: 30px 5% 0;
  font-size: 0.875em;
  line-height: 1.71429;
}
#footer .f-inner {
  padding: 56px 0 0;
}
#footer .f-logo {
  width: 72%;
  max-width: 410px;
  margin: 0 auto;
}

/*フッターナビ
-----------------------------*/
.fnav {
  padding: 56px 5% 0;
}
.fnav .fnav-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.fnav .fnav-list-item {
  width: 46%;
  border-bottom: solid 1px rgba(51, 26, 6, 0.2);
}
.fnav .fnav-list-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #331a06;
  letter-spacing: 0;
  line-height: 1.875;
  padding: 10px 4%;
}
.fnav .fnav-list-item a::after {
  content: "";
  display: block;
  background: url(../img/common/arrow_brown.png) no-repeat center/contain;
  width: 6px;
  height: 12px;
  opacity: 0.8;
}
.fnav .fnav-list-item.current a {
  color: #eb6302;
}
.fnav .fnav-sub-list {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}
.fnav .fnav-sub-item {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.75em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #919191;
  letter-spacing: 0;
  line-height: 1.66667;
}
.fnav .fnav-sub-item::after {
  content: "｜";
}
.fnav .fnav-sub-item:last-of-type::after {
  display: none;
}
.fnav .fnav-sub-item a {
  display: block;
  color: #919191;
}
.fnav .fnav-sub-item.current a {
  color: #eb6302;
  opacity: 0.64;
}

/*コピーライト
-----------------------------*/
.copy {
  padding: 48px 0 10px;
}

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

/*===============================================
  visual
===============================================*/
.visual-wrap::before {
  height: 40%;
}

/*メインビジュアル
-----------------------------*/
.main-visual {
  height: 125vw;
  max-height: 640px;
}
.main-visual::before {
  height: calc(32% + 24px);
  bottom: -24px;
}
.main-visual .mv-box {
  width: 100%;
}
.main-visual .mv-box .catch {
  width: 76.875vw;
  max-width: 554px;
}
.main-visual .mv-box .logo-wrap {
  justify-content: space-between;
  width: 88%;
  padding-top: min(40px, 6.25vw);
}
.main-visual .mv-box .logo-wrap li img {
  width: 28.125vw;
  height: 8.125vw;
  -o-object-fit: contain;
     object-fit: contain;
}
.main-visual #slideshow {
  width: 92%;
}

/*サブビジュアル
-----------------------------*/
.sub-visual {
  height: 46.875vw;
}
.sub-visual::before {
  height: 32%;
}
.sub-visual::after {
  width: 92%;
}
.sub-visual .sv-box {
  width: 80%;
  padding: 6.25vw 0;
  background-size: auto 45%;
}
.sub-visual .sv-box::before {
  width: 100%;
  padding-top: 14%;
  top: -24%;
}
.sub-visual .sv-box .catch {
  font-size: 6.25vw;
  line-height: 1.5;
}

/*===============================================
  main#container
===============================================*/
#container {
  font-size: 0.9375em;
  line-height: 1.86667;
  letter-spacing: 0.04em;
}
#container > div:not(.bread)::after,
#container > article::after {
  width: 98%;
  font-size: 4rem;
  letter-spacing: 0.04em;
  line-height: 0.875;
}

/*===============================================
  パンくずリスト
===============================================*/
.bread {
  padding: 10px 0;
}
.bread .breadcrumbs {
  width: 90%;
}
.bread .breadcrumbs li {
  font-size: 0.8em;
  line-height: 1.66667;
  letter-spacing: 0em;
}
.bread .breadcrumbs li::after {
  padding: 0 0.5em;
}

/*===============================================
  main共通
===============================================*/
.inbox {
  width: 90%;
}

/*電話番号
-----------------------------*/
.com-tels .com-tel::before {
  font-size: 1.5em;
  margin-right: 0.5em;
}
.com-tels .com-tel a {
  font-size: 2.8em;
  letter-spacing: 0.04em;
}
.com-tels .com-replace {
  margin-top: 10px;
}
.com-tels .com-replace img {
  height: 12px;
}

/*ボタン
-----------------------------*/
.com-btn {
  width: 75vw;
  height: 56px;
  margin: 0 auto;
}
.com-btn a {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}
.com-btn a i {
  margin-right: 10px;
}
.com-btn a::after {
  width: 8px;
  right: 5%;
}

/*テーブル
-----------------------------*/
.com-table {
  line-height: 1.66667;
}
.com-table tr {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.com-table tr th {
  margin-bottom: 10px;
}
/*テキストボックス
-----------------------------*/
.com-text-box .mb {
  margin-bottom: 20px;
}
.com-text-box br {
  display: none;
}

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

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-ttl01 {
  margin-bottom: 40px;
}
.com-ttl01 > span {
  font-size: 2.4em;
  line-height: 1.66667;
  letter-spacing: 0.04em;
}
.com-ttl01 > span.mid {
  font-size: 2.6em;
  line-height: 1.5;
}
.com-ttl01 > span .br {
  display: inline-block;
}
.com-ttl01::before {
  height: 20px;
  margin-bottom: 10px;
}

/*サブタイトル
-----------------------------*/
.com-subttl01 {
  font-size: 1.33333334em;
  line-height: 1.5;
  margin-bottom: 15px;
}

/*===============================================
  共通セクション
===============================================*/
/*ご予約はこちら
-----------------------------*/
.com-reserve-sec {
  padding: 64px 0 56px;
}
.com-reserve-sec .reserve-ttl {
  margin-bottom: 30px;
}
.com-reserve-sec .reserve-text {
  font-size: 1.5rem;
  line-height: 1.86667;
  letter-spacing: 0.04em;
  padding: 0 5%;
}
.com-reserve-sec .reserve-btn {
  margin-top: 30px;
}

/*各店舗
-----------------------------*/
.shop-box {
  background-size: auto 80px;
}
.shop-box .box-in {
  padding: 30px 20px 20px;
}
.shop-box .box-in > * {
  margin-bottom: 30px;
}
.shop-box .box-in > *:last-child {
  margin-bottom: 0;
}
.shop-box .box-ttl img {
  width: 240px;
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
}
.shop-box .box-time {
  font-size: 1.4rem;
  line-height: 1.71429;
  letter-spacing: 0.04em;
}
.shop-box .box-time dt {
  margin-bottom: 5px;
}
.shop-box .box-time dd .mb {
  margin-bottom: 14px;
}
.shop-box .box-time .days::after {
  margin: 0 0.5em;
}
.shop-box .box-add {
  font-size: 1.4rem;
  line-height: 1.71429;
  letter-spacing: 0.04em;
  padding: 15px;
}
.shop-box .box-add .br {
  display: inline-block;
}

/*===============================================
  トップページ
===============================================*/
/*3店舗の居酒屋を構えております！
-----------------------------*/
.top-lead {
  padding-top: 64px;
}
.top-lead .lead-ttl {
  margin-bottom: 50px;
}
.top-lead .lead-ttl .b {
  font-size: 1.08693em;
  line-height: 1;
}
.top-lead .lead-box .box-in {
  padding-bottom: 48%;
}

/*お店のコンセプト
-----------------------------*/
.top-concept {
  padding: 64px 0;
}
.top-concept::before {
  width: 30%;
  padding-top: 25%;
  background-size: 500px;
}
.top-concept::after {
  text-align: right;
  bottom: 0;
}
.top-concept .concept-btn {
  margin-top: 40px;
}

/*メニュー
-----------------------------*/
.top-menu {
  padding: 56px 0;
}
.top-menu::after {
  text-align: center;
  top: 96px;
}
.top-menu .menu-ttl {
  margin-bottom: 20px;
}
.top-menu .menu-list-item .item-txt {
  padding: 10px;
}
.top-menu .menu-list-item .item-txt p {
  font-size: 1.2em;
  line-height: 1.66667;
}
.top-menu .menu-sub-list {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
}
.top-menu .menu-sub-list .menu-list-item {
  width: calc(50% - 20px);
  margin: 0 10px;
}
.top-menu .menu-list-wrap .swiper-pagination-bullets {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0;
  bottom: -28px;
}
.top-menu .menu-list-wrap .swiper-pagination-bullet {
  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: 60px auto 0;
}

/*リンクセクション
-----------------------------*/
.top-links .link-box {
  width: 100%;
  padding-top: 30px;
}
.top-links .link-box .box-ttl {
  width: 300px;
  height: 72px;
  font-size: 1.733333334em;
  line-height: 1.92308;
  letter-spacing: 0.04em;
  padding-bottom: 15px;
  margin: 0 auto 20px;
}
.top-links .link-box .box-ttl::before {
  width: calc(100% - 40px);
  height: 30px;
  top: -12px;
}
.top-links .link-box .box-text {
  padding: 0 5%;
}
.top-links .link-box .box-img {
  margin-top: 30px;
}

/*お知らせ
-----------------------------*/
.top-news {
  padding: 32px 0 40px;
}
.top-news::before {
  height: 40%;
  background-size: 500px;
}
.top-news::after {
  bottom: 0;
}
.top-news .news-box {
  width: 100%;
  padding: 40px 5%;
}
.top-news .news-box::after {
  height: 48px;
  top: -20px;
}
.top-news .news-list .list-item {
  font-size: 0.8em;
  line-height: 1.66667;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.top-news .news-list .list-item .date {
  padding-right: 1em;
}
.top-news .news-list .list-item .tag {
  max-width: calc(100% - 78px);
  margin-top: -8px;
}
.top-news .news-list .list-item .tag li {
  padding: 0 10px;
  margin-top: 8px;
  margin-right: 8px;
  border-radius: 4px;
}
.top-news .news-list .list-item .item-ttl {
  font-size: 1.25em;
  line-height: 1.33334;
  margin-top: 12px;
}
.top-news .news-btn {
  margin-top: 30px;
}
.top-news .news-btn a {
  justify-content: flex-end;
  font-size: 1.2em;
  letter-spacing: 0.04em;
  line-height: 2.22223;
}
.top-news .news-btn a::after {
  width: 8px;
  height: 13px;
  margin-left: 20px;
}

/*===============================================
  コンセプト
===============================================*/
/*当店のコンセプト
-----------------------------*/
.concept-contents {
  padding: 48px 0 64px;
}
.concept-contents::before {
  width: 30%;
  padding-top: 25%;
  background-size: 500px;
}
.concept-contents::after {
  bottom: 0;
}
.concept-contents .concept-list-box {
  border-radius: 20px;
  padding: 48px 20px 24px;
  margin-bottom: 40px;
}
.concept-contents .concept-list-box::before {
  font-size: 4rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
}
.concept-contents .concept-list-box::after {
  width: 100%;
  height: 32px;
  top: 0;
}

/*3店舗の雰囲気をご紹介！
-----------------------------*/
.concept-gallery {
  padding: 56px 0;
}
.concept-gallery::before {
  height: 88px;
  background-size: 500px;
}
.concept-gallery::after {
  text-align: center;
  top: 110px;
}
.concept-gallery .gallery-box {
  margin-bottom: 80px;
}
.concept-gallery .gallery-box .box-ttl {
  text-align: center;
  margin-bottom: 20px;
}
.concept-gallery .gallery-box .box-ttl img {
  width: 240px;
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
}
.concept-gallery .gallery-box .box-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: -4%;
}
.concept-gallery .gallery-box .box-list-item {
  width: 48%;
  margin-top: 4%;
}

/*===============================================
  メニュー
===============================================*/
/*コース紹介
-----------------------------*/
.menu-course {
  padding: 48px 0 64px;
}
.menu-course::before {
  width: 30%;
  padding-top: 25%;
  background-size: 500px;
}
.menu-course::after {
  bottom: 0;
}
.menu-course .course-text + .course-box {
  padding-top: 40px;
}
.menu-course .course-box {
  padding-top: 64px;
}
.menu-course .course-box .box-ttl {
  text-align: center;
}
.menu-course .course-box .box-ttl img {
  width: 240px;
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
}
.menu-course .course-box .box-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.menu-course .course-box .box-links li {
  width: 240px;
  height: 56px;
  margin: 20px 15px 0;
}
.menu-course .course-box .box-links li a {
  font-size: 1em;
}
.menu-course .course-box .box-links li a i {
  margin-left: 10px;
}
.menu-course .course-box .box-list {
  padding-top: 20px;
}
.menu-course .course-box .box-list-item {
  padding: 20px;
  margin-bottom: 30px;
}
.menu-course .course-box .box-list-item .item-ttl {
  font-size: 1.2em;
  line-height: 1.66667;
  letter-spacing: 0.04em;
}
.menu-course .course-box .box-list-item .item-price {
  font-size: 1.2em;
  line-height: 1.33334;
  letter-spacing: 0.04em;
  padding-top: 8px;
}
.menu-course .course-box .box-list-item .item-price .min {
  font-size: 0.6666666667em;
  line-height: 1;
}
.menu-course .course-box .box-list-item .item-text {
  font-size: 0.9333333334em;
  line-height: 1.71429;
  padding-top: 18px;
  margin-top: 18px;
}

/*メニュー紹介
-----------------------------*/
.menu-oth {
  padding: 56px 0;
}
.menu-oth::after {
  text-align: center;
  top: 110px;
}
.menu-oth .oth-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: -40px;
}
.menu-oth .oth-list-item {
  width: 48%;
  margin-top: 40px;
}
@media screen and (max-width: 400px) {
  .menu-oth .oth-list-item {
    width: 100%;
  }
}
.menu-oth .oth-list-item .item-img {
  margin-bottom: 15px;
}
.menu-oth .oth-list-item .item-ttl {
  font-size: 1.2em;
  line-height: 1.66667;
  letter-spacing: 0.04em;
}
.menu-oth .oth-list-item .item-price {
  font-size: 1.2em;
  line-height: 1.66667;
  letter-spacing: 0.04em;
  padding-top: 3px;
}
.menu-oth .oth-list-item .item-price .min {
  font-size: 0.6666666667em;
  line-height: 1;
}
.menu-oth .oth-list-item .item-text {
  font-size: 0.9333333334em;
  line-height: 1.71429;
  padding-top: 18px;
  margin-top: 18px;
}

/*===============================================
  ご利用シーン
===============================================*/
/*ご利用シーン
-----------------------------*/
.scene-contents {
  padding: 48px 0 56px;
}
.scene-contents::before {
  width: 30%;
  padding-top: 25%;
  background-size: 500px;
}
.scene-contents::after {
  bottom: 0;
}
.scene-contents .scene-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: -30px;
}
.scene-contents .scene-list-item {
  width: 48%;
  margin-top: 30px;
}
.scene-contents .scene-list-item::after {
  width: 20%;
  padding-top: 10%;
  top: -8px;
  right: -8px;
}
.scene-contents .scene-list-item .item-text {
  padding: 10px;
}
.scene-contents .scene-list-item .item-text p {
  font-size: 1.2em;
  line-height: 1.66667;
}

/*貸切に関しての情報
-----------------------------*/
.scene-chartered {
  padding: 56px 0;
}
.scene-chartered::after {
  text-align: center;
  top: 110px;
}
.scene-chartered .chartered-box {
  padding: 20px;
  margin-bottom: 40px;
  border-radius: 16px;
}
.scene-chartered .chartered-box .box-ttl::before {
  width: 45px;
  height: 30px;
}
.scene-chartered .chartered-box .box-ttl > span {
  width: calc(100% - 54px);
}
.scene-chartered .chartered-box .box-list-item {
  padding: 0 10px 12px;
  margin-bottom: 12px;
}
.scene-chartered .chartered-box .box-list-item p {
  padding-left: 16px;
}
.scene-chartered .chartered-box .box-list-item p::before {
  top: 12px;
}
.scene-chartered .chartered-box .box-checklist {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: calc(100% + 24px);
  margin-top: -10px;
}
.scene-chartered .chartered-box .box-checklist-item {
  padding-left: 24px;
  margin-right: 24px;
  margin-top: 10px;
}
.scene-chartered .chartered-box .box-checklist-item::before {
  width: 18px;
  height: 28px;
}
.scene-chartered .chartered-box .box-imgs {
  padding-top: 20px;
}
.scene-chartered .chartered-box .box-imgs li {
  width: 49%;
}

/*===============================================
  採用情報
===============================================*/
/*求める人物像
-----------------------------*/
.recruit-profile {
  padding: 48px 0 56px;
}
.recruit-profile::before {
  width: 30%;
  padding-top: 25%;
  background-size: 500px;
}
.recruit-profile::after {
  bottom: 0;
}
.recruit-profile .profile-ttl {
  margin-bottom: 30px;
}
.recruit-profile .profile-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: -20px;
}
.recruit-profile .profile-list-item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 15px 0;
}
.recruit-profile .profile-list-item:nth-of-type(3n + 1) {
  margin: 20px calc(50% - 140px) 0;
}
.recruit-profile .profile-list-item .item-icon {
  width: 80px;
  margin-right: -40px;
  position: relative;
  z-index: 1;
}
.recruit-profile .profile-list-item .item-txt {
  width: 240px;
  padding: 20px 16px 20px 50px;
  background-size: auto 32px;
}
.recruit-profile .profile-list-item .item-txt p {
  font-size: 1.33333334em;
  line-height: 1.5;
}

/*働く際に意識すると良い点をご紹介します！
-----------------------------*/
.recruit-point {
  padding: 56px 0;
}
.recruit-point::after {
  text-align: center;
  top: 110px;
}
.recruit-point .point-list-box {
  margin-bottom: 56px;
}
.recruit-point .point-list-box .box-img {
  margin-bottom: 20px;
}
.recruit-point .point-list-box .box-img div {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  z-index: 0;
}
.recruit-point .point-list-box .box-img div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

/*募集要項
-----------------------------*/
.recruit-info {
  padding: 32px 0 40px;
}
.recruit-info::before {
  height: 88px;
  background-size: 500px;
}
.recruit-info .info-box {
  width: 100%;
  padding: 40px 5%;
}
.recruit-info .info-box::after {
  height: 48px;
  top: -20px;
}
.recruit-info .info-ttl {
  margin-bottom: 30px;
}
.recruit-info .info-table {
  margin-bottom: 40px;
}

/*===============================================
  店舗情報
===============================================*/
.info-contents {
  padding: 48px 0 56px;
}
.info-contents::before {
  width: 30%;
  padding-top: 25%;
  background-size: 500px;
}
.info-contents::after {
  bottom: 0;
}
.info-contents .inbox {
  width: 100%;
}
.info-contents .info-box {
  padding: 0 5% 20px;
  margin-bottom: 56px;
}
.info-contents .info-box::before {
  height: calc(100% - 40px);
}
.info-contents .info-box .box-ttl {
  text-align: center;
  margin-bottom: 30px;
}
.info-contents .info-box .box-ttl img {
  width: 240px;
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
}
.info-contents .info-box .box-table td .replace {
  padding: 6px 0 5px;
}
.info-contents .info-box .box-table td .replace img {
  height: 14px;
}
.info-contents .info-box .box-map {
  height: 300px;
  margin-top: 30px;
}

/*==================================================
 ニュース一覧
================================================== */
.news-contents {
  padding: 48px 0 56px;
}
.news-contents::before {
  width: 30%;
  padding-top: 25%;
  background-size: 500px;
}
.news-contents::after {
  bottom: 0;
}
.news-contents .news-list .list-item {
  font-size: 0.8em;
  line-height: 1.66667;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.news-contents .news-list .list-item .item-img {
  width: 90px;
}
.news-contents .news-list .list-item .item-in {
  width: calc(100% - 105px);
}
.news-contents .news-list .list-item .date {
  padding-right: 1em;
}
.news-contents .news-list .list-item .tag {
  max-width: calc(100% - 78px);
  margin-top: -8px;
}
.news-contents .news-list .list-item .tag li {
  padding: 0 10px;
  margin-top: 8px;
  margin-right: 8px;
  border-radius: 4px;
}
.news-contents .news-list .list-item .item-ttl {
  font-size: 1.25em;
  line-height: 1.33334;
  margin-top: 12px;
}

/*タグリスト
-----------------------------*/
.tag-select-box-wrap .tag-select-box {
  min-width: 160px;
  margin-bottom: 40px;
}
.tag-select-box-wrap .tag-select-box::after {
  right: 12px;
}
.tag-select-box-wrap .tag-select-box select {
  font-size: 0.8em;
  line-height: 1.33334;
  padding: 12px 32px 12px 12px;
}

/*==================================================
 ニュース詳細
================================================== */
.news-detail {
  padding: 32px 0 40px;
}
.news-detail::before {
  height: 88px;
  background-size: 500px;
}
.news-detail::after {
  bottom: 0;
}
.news-detail .post-data {
  font-size: 0.8em;
  line-height: 1.66667;
  margin-bottom: 16px;
}
.news-detail .news-box {
  padding: 40px 0;
}
.news-detail .news-box::before {
  width: 100vw;
}
.news-detail .news-box::after {
  height: 48px;
  top: -20px;
}

/*==================================================
 お問い合わせ
================================================== */
.contact-contents {
  padding: 32px 0 40px;
}
.contact-contents::before {
  height: 88px;
  background-size: 500px;
}
.contact-contents::after {
  bottom: 0;
}
.contact-contents .contact-box {
  width: 100%;
  padding: 40px 5%;
}
.contact-contents .contact-box::after {
  height: 48px;
  top: -20px;
}
.contact-contents .contact-table {
  margin-bottom: 40px;
}
.contact-contents .contact-table th .optional-mark,
.contact-contents .contact-table th .required-mark {
  font-size: 0.8em;
  line-height: 2;
  padding: 0 8px;
  margin-top: 2px;
}
.contact-contents .contact-table th small {
  font-size: 0.8em;
  line-height: 1.66667;
  padding-top: 8px;
}
.contact-contents .contact-table th small br {
  display: none;
}
.contact-contents .contact-submits-wrap {
  padding-top: 16px;
}
.contact-contents .contact-submits-wrap > * {
  width: 75vw;
  height: 56px;
  margin: 0 auto 20px;
}
.contact-contents .contact-submits-wrap > *:last-child {
  margin-bottom: 0;
}

/*==================================================
 お問い合わせ完了
================================================== */
.complete-contents {
  padding: 48px 0 56px;
}
.complete-contents::before {
  width: 30%;
  padding-top: 25%;
  background-size: 500px;
}
.complete-contents::after {
  bottom: 0;
}
/*===============================================
  プライバシーポリシー
===============================================*/
.privacy-contents {
  padding: 48px 0 56px;
}
.privacy-contents::before {
  width: 30%;
  padding-top: 25%;
  background-size: 500px;
}
.privacy-contents::after {
  bottom: 0;
}
.privacy-contents .item-box {
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 16px;
}

/*==================================================
 サイトマップ
================================================== */
.site-contents {
  padding: 48px 0 56px;
}
.site-contents::before {
  width: 30%;
  padding-top: 25%;
  background-size: 500px;
}
.site-contents::after {
  bottom: 0;
}
.site-contents .site-list {
  padding: 16px 5.556%;
}
.site-contents .site-list li a {
  line-height: 1.73334;
  padding: 12px;
}

/*===============================================
  404エラー
===============================================*/
.error-contents {
  padding: 48px 0 56px;
}
.error-contents::before {
  width: 30%;
  padding-top: 25%;
  background-size: 500px;
}
.error-contents::after {
  bottom: 0;
}