@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700;900&display=swap');

/* Adobe Fontsの読み込み遅延対策+読み込み時カクつき対策 */
.wf-loading {
  opacity: 0;
}

.wf-loading.no-wait-fonts {
  opacity: 1;
}

body {
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-style: normal;
  color: #0C1222;
  font-size: 20px;
  line-height: 1.5;
}

*:focus {
  outline: none !important;
}

a:hover img,
a.fb-link:hover,
#back-top:hover {
  opacity: 0.8;
}

a:hover {
  color: #D70C18;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }

  .pc {
    display: none !important;
  }
}

.container,
.section-menu {
  font-size: 18px;
  color: #0C1222;
}


.wrapper {
  margin: auto;
  position: relative;
  background: #f1f1f1;
}

.header-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  text-align: center;
}

.site-header {
  height: 100px;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 999;
  margin: auto;
  position: relative;
  background: #1B3B60;
}

.site-header .site-logo-link-image {
  width: 25vw;
  max-width: 231px;
}

.site-header .menu-part-1-list {
  display: flex;
  align-items: center;
  height: 100px;
}

.site-header .menu-part-1-list li {
  height: 100%;
}

.site-header .menu-part-1-list li a {
  color: #fff;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-shadow: 0 0 6px #000000;
}

.site-header .menu-part-1-list li a:hover {
  color: #D70C18;
}

.site-header .menu-part-1-listchild,
.site-header .menu-part-1-listchild-list,
.site-header .menu-part-1-listchild-listitem {
  height: 100%;
}

.site-header .menu-part-1-listchild-listitem {
  display: none;
}

.site-header .menu-part-1-listchild-listitem:first-child {
  display: block;
}

.site-header .menu-part-1-listchild-listitem:first-child .menu-part-1-listchild-listlink {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.site-header .menu-part-1-listchild-listname {
  display: none;
}

.main-visual {
  position: relative;
  padding-top: 100px;
}

#brand-top-page .main-visual {
  margin-top: 65px;
}

.main-visual img {
  width: 100%;
}

.main-visual .main-visual-picture {
  position: relative;
}

.main-visual .right-top-button {
  position: absolute;
  bottom: -40px;
  right: 10%;
  z-index: 1;
}

.main-visual .right-top-button.is-intersect {
  position: fixed;
  top: 79px;
  bottom: auto;
  right: 10%;
  z-index: 1000;
}

#brand-top-page .main-visual .right-top-button.is-intersect {
  position: fixed;
  top: 144px;
  right: 10%;
  z-index: 1000;
}

.main-visual .main-visual-picture-toppic .hero-video {
  vertical-align: bottom;
}

.heading-a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #1B3B60;
}

.heading-a .heading-a-title {
  font-size: 90px;
  text-align: center;
  line-height: 1.2;
}

.heading-a .heading-a-subtitle {
  font-size: 40px;
  font-family: "copperplate", serif;
  font-weight: 500;
  font-style: normal;
}

.heading-b {
  text-orientation: upright;
  text-align: left;
}

.heading-b .heading-b-title {
  font-size: 35px;
  line-height: 2;
}

.heading-c {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.heading-c .heading-c-title {
  font-size: 60px;
  text-align: center;
  font-weight: 900;
}

.heading-d {
  margin-top: 15px;
}

.heading-d .heading-d-title {
  font-size: 20px;
  line-height: 1;
}

.heading-e .heading-e-title {
  text-align: center;
}

.heading-e .heading-e-title img {
  width: 100%;
  max-width: 360px;
}

.vertical-block {
  text-align: left;
  writing-mode: vertical-rl;
  text-orientation: upright;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.vertical-block .vertical-block-text-area {
  line-height: 2;
  font-size: 14px;
  font-weight: 500;
}

.imgtxt-block {
  display: flex;
  justify-content: space-between;
  gap: 47px;
  width: 100%;
  margin: 50px auto 0;
}

.imgtxt-block:first-child {
  margin-top: 0;
}

.imgtxt-block .imgtxt-block-image-box {
  width: 100%;
  max-width: 655px;
}

.imgtxt-block .imgtxt-block-text-box {
  width: 100%;
  max-width: 608px;
  position: relative;
  z-index: 1;
}

.imgtxt-block .imgtxt-block-text {
  margin-top: 50px;
}

.imgtxt-block:nth-child(2n) {
  flex-direction: row-reverse;
  align-items: center;
  /* gap: 15px; */
}

.imgtxt-block:nth-child(2n) .imgtxt-block-image-box {
  /* max-width: 695px; */
}

.banner-detail {
  position: relative;
  display: block;
  width: 100%;
}

.banner-detail img {
  width: 100%;
}

.banner-detail .banner-detail-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  padding-left: 20px;
  padding-right: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 1;
}

.banner-detail .banner-detail-text-inner {
  position: relative;
}

.banner-detail .banner-detail-text-inner::before {
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
}

.banner-detail .banner-detail-text-inner::after {
  position: absolute;
  top: 50%;
  right: -25px;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #480000;
  border-right: 2px solid #480000;
  transform: rotate(45deg) translateY(-50%);
}

.banner-detail:hover img {
  opacity: .8;
}

.banner-detail-text-yellow {
  color: #FFEE22;
}

.concept-first,
.concept-catch,
.concept-banner,
.intro-first,
.kodawari-block {
  width: 100%;
  max-width: 1310px;
  padding: 0 20px;
  margin: 50px auto 0;
}

.section-concept-wrap01 {
  overflow-x: clip;
}

.concept-top {
  position: relative;
}

.intro-first {
  margin-top: 132px;
  margin-bottom: 98px;
}

.concept-bgimage01,
.concept-bgimage02,
.concept-bgimage03,
.concept-bgimage04 {
  position: absolute;
}

.concept-first {
  margin-top: 60px;
  text-align: center;
}

.concept-heading1-block {
  margin-right: 20px;
}

.concept-heading1-block:first-of-type {}

.concept-heading1-subtitle {
  font-size: 22px;
  font-weight: 900;
  margin-left: 5px;
}

.concept-heading1-text {
  font-weight: bold;
  margin-top: 22px;
}

.concept-catch {
  margin-top: 133px;
}

.concept-banner {
  margin-top: 169px;
}

.kodawari-pic {
  margin-top: 120px;
  margin-bottom: 75px;
}

.kodawari-pic img {
  width: 100%;
}

.kodawari-block {
  margin-top: 172px;
}

.kodawari-block *:nth-child(2n) {
  flex-direction: row;
}

.kodawari-one-block {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 50px;
}

.kodawari-one-block:first-child {
  margin-top: 0;
}

.kodawari-one-block:nth-child(2n) {
  flex-direction: row-reverse;
}

.kodwari-one-image-block {
  flex: 1;
  width: 100%;
  max-width: 609px;
}

.kodawari-one-block+.imgtxt-block {
  margin-top: 131px;
}

.kodawari-one-block+.imgtxt-block:nth-child(2n) {
  align-items: flex-start;
}

.concept-bgimage01 {
  top: -220px;
  left: calc(50% - 580px);
  transform: translateX(-50%);
}

.concept-bgimage02 {
  bottom: 0;
  left: calc(50% - 510px);
  transform: translateX(-50%);
}

.concept-bgimage03 {
  top: 0;
  right: calc(50% - 1090px);
  transform: translateX(-50%);
}

.concept-bgimage04 {
  bottom: min(-20%, -230px);
  right: -70px;
  /* transform: translateX(-50%); */
  width: 43.0625%;
  max-width: 689px;
}

.intro-first-inner {
  display: flex;
  justify-content: space-between;
  gap: 7.17%;
}

.intro-block {
  width: 100%;
  max-width: 608px;
  display: flex;
  flex-direction: column;
}

.information-block {
  margin-top: 80px;
  background-color: #fff;
  flex: 1;
}

.information-inner {
  padding: 25px;
}

.information-picture-block.is-nopic {
  padding: 100px 50px;
  background: #1B3B60;
}

.information-picture-block .information-picture {
  width: 100%;
}

.information-card {
  margin-top: 40px;
}

.information-card:first-child {
  margin-top: 0;
}

.information-articlelink {
  color: #2E2725;
}

.information-tags {
  display: flex;
  gap: 5px;
}

.information-tag {
  display: inline-block;
  padding: 5px 20px;
  min-width: 123px;
  text-align: center;
  color: #fff;
  background: #002076;
  font-size: 13px;
}

.information-tag.tag01 {
  background: #002076;
}

.information-tag.tag02 {
  background: #D7000F;
}

.information-text {
  margin-top: 15px;
  font-size: 16px;
}

.information-text div {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
}

.information-time {
  margin-top: 30px;
}

.information-time time {
  font-size: 12px;
}

.information-more-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}

.information-more {
  display: inline-block;
  padding-right: 25px;
  position: relative;
  color: #1B3B60;
  font-size: 14px;
  line-height: 1.36;
}

.information-more::before {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #fff;
}

.information-more::after {
  position: absolute;
  top: 50%;
  right: 9px;
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-top: 1px solid #1B3B60;
  border-right: 1px solid #1B3B60;
  transform: rotate(45deg) translateY(-50%);
}

.application-block {
  flex-grow: 1;
  margin-top: 80px;
  background: #1B3B60;
  font-size: 14px;
  line-height: 1.36;
  margin-bottom: calc(1em + 15px);
}

.application-inner {}

.application-area {
  text-align: center;
}

.application-image {}

.application-area-inner {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 35px 10px 46px;
  color: #fff;
}

.application-area-heading {
  font-size: 36px;
  line-height: 1.667;
  text-align: center;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}

.application-area-caution {
  font-size: 12px;
  line-height: 1.667;
  text-align: right;
  width: 100%;
  max-width: 480px;
  margin: 9px auto 31px;
}

.application-area-dls {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  margin-top: auto;
}

.brand-menus {
  background: url("../images/latest_info.png");
  width: 100%;
  max-width: 1310px;
  padding: 142px 34px 156px;
  margin: 0 auto;
}

.menu-a-card-block + .menu-a-card-block {
  margin-top: 40px
}

.menu-a-card {
  display: flex;
  flex-direction: row-reverse;
  gap: 2.8%;
  justify-content: space-between;
}

.menu-a-card-text-block {
  width: 47.45%;
}

.menu-a-card-image-block {
  width: 49.75%;
}

.menu-a-card-text-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 30px;
}

.menu-a-card-text-tag {
  min-width: 180px;
  text-align: center;
  padding: 14px 20px;
  background: #D70C18;
  color: #fff;
  font-size: 16px;
  /* line-height: 1.1; */
}

.menu-a-card-text-char {
  margin-top: 42px;
  font-size: 20px;
}

.menu-a-card-text-price {
  font-size: 40px;
  margin-top: 20px;
  color: #D70C18;
  line-height: 1.5;
}

.menu-b {
  margin-top: 80px;
}

.menu-b-card-block {
  display: flex;
  flex-wrap: wrap;
  gap: 1.12%;
  margin-top: 42px;
}

.menu-b-card {
  width: 24.07%;
}

.menu-b-card-title-block {
  display: flex;
  justify-content: center;
  text-align: left;
  margin-top: 20px;
}

.menu-c {
  margin-top: 139px;
}

.menu-c-image-block {
  text-align: center;
}

.menu-c-btn-block {
  text-align: center;
}

.menu-c-btn {
  display: inline-block;
  color: #D70C18;
  font-size: 20px;
  margin: 50px 0 0;
}

.menu-book {
  margin-top: 135px;
}

.menu-detail-btn {
  background: #D70C18;
  border: 1px solid #707070;
  color: #fff;
  text-align: center;
  padding: 18px 20px;
  width: 100%;
  max-width: 400px;
  display: block;
  margin: 65px auto 0;
}

.menu-detail-btn:hover {
  color: #fff;
}

.recruit-content-block {
  margin-top: 139px;
}

.banner-block {
  width: 100%;
  max-width: 1310px;
  padding: 0 20px;
  margin: 139px auto 0;
}

.banner-block-banners {
  display: flex;
  justify-content: center;
  gap: 8.9%;
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
}

.banner-block-banner {
  width: 45.42%;
}

.banner-block-banner:nth-child(n+1) {
  margin-top: 40px;
}

@media (max-width: 480px) {
  .banner-block-banner:nth-child(n+1) {
    margin-top: 20px;
  }
}

/* 下層 */
.main-wrap {}

/* メニュー */
.menu-nav-wrap {
  width: 100%;
  max-width: 1350px;
  padding: 0 20px;
  margin: 78px auto 0;
}

.menu-nav-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 5%;
}

.menu-nav-listlink {
  font-size: 30px;
  color: #231816;
}

.menu-nav-listitem.active .menu-nav-listlink,
.menu-nav-listlink:hover {
  color: #BC0000;
  border-bottom: 4px solid #BC0000;
  text-decoration: none;
}

.menu-wrap {
  width: 100%;
  max-width: 1246px;
  margin: 92px auto 0;
  padding: 0 20px;
}

.menu-wrap-heading {
  text-align: center;
  margin-bottom: 70px;
}

.menu-wrap-heading-title {
  font-size: 40px;
  color: #BC0000;
  border-bottom: 4px solid #BC0000;
  display: inline-block;
}

/* メニューパターン */
.menu-pattern-block-bgcolor01 {
  background: #fff;
  padding: 0 30px 0;
  margin-top: 30px;
  margin-bottom: 30px;
}

.menu-pattern-heading {
  padding-top: 30px;
}

.menu-pattern-heading-title {
  border-top: 1px solid #C7C7C7;
  padding-top: 43px;
  padding-bottom: 23px;
  font-size: 40px;
  text-align: center;
}

.menu-pattern-block-bgcolor01 .menu-pattern-heading-title {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 0;
}

.menu-pattern {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.menu-pattern1,
.menu-pattern2,
.menu-pattern3,
.menu-pattern4,
.menu-pattern6 {
  width: 100%;
}

.menu-pattern5,
.menu-pattern7 {
  width: 48%;
}

.menu-pattern1,
.menu-pattern2,
.menu-pattern3,
.menu-pattern4,
.menu-pattern5,
.menu-pattern6,
.menu-pattern7 {
  margin-top: 30px;
  padding-bottom: 30px;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  font-style: normal;
}

.header-openbtn {
  display: none;
}

.header-clickmask {
  display: none;
}


/* メニューパターン1 */
.menu-pattern1 .menu-pattern1-detail {
  margin-top: 60px;
}

.menu-pattern1 .menu-pattern1-detail-inner {
  display: flex;
  justify-content: space-between;
  gap: 2%;
}

.menu-pattern1 .menu-pattern1-appeal {
  width: 49%;
}

.menu-pattern1 .menu-pattern1-explain {
  width: 49%;
  display: flex;
  flex-direction: column;
}

.menu-pattern1 .menu-pattern1-image-block {
  position: relative;
}

.menu-pattern1 .menu-pattern1-image {
  width: 100%;
}

.menu-pattern1 .menu-pattern1-image-other {
  position: absolute;
  top: -30px;
  right: 40px;
}

.menu-pattern1 .menu-pattern1-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 2%;
}

.menu-pattern1 .menu-pattern1-tag {
  width: 32%;
  background: #D70C18;
  color: #fff;
  text-align: center;
  font-size: 16px;
  padding: 10px;
}

.menu-pattern1 .menu-pattern1-text {
  margin-top: 16px;
  font-family: "Zen Old Mincho", serif;
}

.menu-pattern1 .menu-pattern1-price {
  margin-top: 16px;
}

.menu-pattern1 .menu-pattern1-price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: auto;
}

.menu-pattern1 .menu-pattern1-price-a {
  color: #D70C18;
  font-size: 60px;
}

.menu-pattern1 .menu-pattern1-price-b {
  color: #D70C18;
  font-size: 40px;
}

/* メニューパターン2 */
.menu-pattern2 .menu-pattern2-detail {
  margin-top: 20px;
}

.menu-pattern2 .menu-pattern2-detail-inner {
  display: flex;
  justify-content: space-between;
  gap: 4%;
  /* min-height: 310px; */
  margin-top: 16px;
}

.menu-pattern2 .menu-pattern2-appeal {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-family: 'Noto Serif JP', serif;
}

.menu-pattern2 .menu-pattern2-appeal-text {
  border-top: 1px solid #C7C7C7;
  border-bottom: 1px solid #C7C7C7;
  line-height: 1.75;
  font-weight: 400;
}

.menu-pattern2 .menu-pattern2-appeal-text div {
  padding: 13px;
  border-top: 1px solid #C7C7C7;
}

.menu-pattern2 .menu-pattern2-appeal-text div:first-child {
  border-top: 0;
}

.menu-pattern2 .menu-pattern2-explain {
  width: 48%;
  display: flex;
  flex-direction: column;
}

.menu-pattern2 .menu-pattern2-image {
  width: 100%;
}

.menu-pattern2 .menu-pattern2-itemname {
  line-height: 1.4;
  font-size: 40px;
  font-weight: 900;
}

.menu-pattern2 .menu-pattern2-price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: auto;
}

.menu-pattern2 .menu-pattern2-price-a {
  font-size: 80px;
  font-weight: 900;
}

.menu-pattern2 .menu-pattern2-price-b {
  font-size: 30px;
  font-weight: 900;
}

/* メニューパターン3 */
.menu-pattern3 .menu-pattern3-image-appeal2 {
  display: none;
}

.menu-pattern3 .menu-pattern3-detail {
  margin-top: 20px;
}

.menu-pattern3 .menu-pattern3-detail-inner {
  display: flex;
  justify-content: space-between;
  gap: 4%;
  /* min-height: 310px; */
  margin-top: 16px;
}

.menu-pattern3 .menu-pattern3-appeal {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-family: 'Noto Serif JP', serif;
  position: relative;
}

.menu-pattern3 .menu-pattern3-appeal-text {
  border-top: 1px solid #C7C7C7;
  border-bottom: 1px solid #C7C7C7;
  line-height: 1.75;
  margin-top: 10px;
  font-weight: 400;
}

.menu-pattern3 .menu-pattern3-appeal-text div {
  padding: 13px;
  border-top: 1px solid #C7C7C7;
}

.menu-pattern3 .menu-pattern3-appeal-text div:first-child {
  border-top: 0;
}

.menu-pattern3 .menu-pattern3-appeal2 {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-family: 'Noto Serif JP', serif;
  position: relative;
}

.menu-pattern3 .menu-pattern3-appeal2-image-block {
  position: absolute;
  bottom: 0;
  right: 0;
}

.menu-pattern3 .menu-pattern3-explain {
  width: 48%;
  display: flex;
  flex-direction: column;
}

.menu-pattern3 .menu-pattern3-image {
  width: 100%;
}

.menu-pattern3 .menu-pattern3-itemname {
  line-height: 1.4;
  font-size: 40px;
  font-weight: 900;
}

.menu-pattern3 .menu-pattern3-price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: auto;
}

.menu-pattern3 .menu-pattern3-price-a {
  font-size: 80px;
  font-weight: 900;
  color: #D70C18;
}

.menu-pattern3 .menu-pattern3-price-a .price-mini {
  font-size: 40px;
  font-weight: 900;
}

.menu-pattern3 .menu-pattern3-price-b {
  font-size: 30px;
  font-weight: 900;
  color: #D70C18;
}

.menu-pattern3 .menu-pattern3-price-c {
  margin-top: 20px;
  font-size: 40px;
  font-weight: 900;
}

.menu-pattern3 .menu-pattern3-price-d {
  font-size: 20px;
  font-weight: 900;
}

.span_text {
  font-size: 30px;
}


/* メニューパターン4 */
.menu-pattern4 .menu-pattern4-detail {
  margin-top: 16px;
}

.menu-pattern4 .menu-pattern4-detail-inner {
  margin-top: 16px;
}

.menu-pattern4 .menu-pattern4-explain {
  display: flex;
  justify-content: space-between;
}

.menu-pattern4 .menu-pattern4-image {
  width: 100%;
}

.menu-pattern4 .menu-pattern4-itemname {
  line-height: 1.4;
  font-size: 40px;
  font-weight: 900;
}

.menu-pattern4 .menu-pattern4-text {
  width: 48%;
}

.menu-pattern4 .menu-pattern4-text02 {
  width: 48%;
}

.menu-pattern4 .menu-pattern4-price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: auto;
}

.menu-pattern4 .menu-pattern4-price-a {
  font-size: 40px;
  font-weight: 900;
}

.menu-pattern4 .menu-pattern4-price-b {
  font-size: 20px;
  font-weight: 900;
}

/* メニューパターン5 */
.menu-pattern5 .menu-pattern5-detail {
  margin-top: 16px;
}

.menu-pattern5 .menu-pattern5-explain {
  margin-top: 16px;
}

.menu-pattern5 .menu-pattern5-image-block img {
  width: 100%;
}

.menu-pattern5 .menu-pattern5-itemname {
  line-height: 1.4;
  font-size: 40px;
  font-weight: 900;
}

.menu-pattern5 .menu-pattern5-explain {
  display: flex;
  flex-direction: column;
}

.menu-pattern5 .menu-pattern5-price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: auto;
}

.menu-pattern5 .menu-pattern5-price-a {
  font-size: 40px;
  font-weight: 900;
}

.menu-pattern5 .menu-pattern5-price-b {
  font-size: 20px;
  font-weight: 900;
}

/* メニューパターン6 */
.menu-pattern6 .menu-pattern6-detail {
  margin-top: 16px;
}

.menu-pattern6 .menu-pattern6-explain {
  display: flex;
  justify-content: space-between;
  gap: 4%;
}

.menu-pattern6 .menu-pattern6-items {
  width: 48%;
}

.menu-pattern6 .menu-pattern6-item {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  font-weight: 900;
}

.menu-pattern6 .menu-pattern6-item:first-child {
  margin-top: 0;
}

.menu-pattern6 .menu-pattern6-other {
  width: 48%;
  background: #002076;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 15px 30px;
}

.menu-pattern6 .menu-pattern6-other-text {
  width: 52%;
}

.menu-pattern6 .menu-pattern6-other-image-block {
  width: 46%;
}

.menu-pattern6 .menu-pattern6-other-title {
  text-align: center;
}

.menu-pattern6 .menu-pattern6-other-item {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  font-weight: 900;
}

/* メニューパターン7 */
.menu-pattern7 .menu-pattern7-detail {
  margin-top: 20px;
}

.menu-pattern7 .menu-pattern7-explain {
  display: flex;
  flex-direction: column;
}

.menu-pattern7 .menu-pattern7-price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: auto;
}

.menu-pattern7 .menu-pattern7-price-a {
  font-size: 40px;
}

.menu-pattern7 .menu-pattern7-price-b {
  font-size: 20px;
}

.recruit-section {
  margin-top: 142px;
}

.shop-search-section {
  margin-top: 137px;
}

.shop-search-block {
  margin-top: 80px;
  padding: 0 20px;
}

.shop-search-box-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 914px;
  margin: 0 auto;
  padding: 0 20px;
}

.shop-search-box-item.item01 {
  width: 48%;
}

.shop-search-box-item.item02 {
  width: 48%;
}

.shop-search-box-item.item03 {
  width: 100%;
  margin-top: 35px;
}

.shop-search-box-item img {
  width: 100%;
}

.shop-items {
  margin-top: 120px;
}

.shop-item-card {
  margin-top: 20px;
}

.shop-item-card:first-child {
  margin-top: 0;
}

.shop-item {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}

.shop-item-appeal {
  width: 100%;
  flex: 1;
  max-width: 458px;
}

.shop-image-profile {
  position: relative;
  width: 100%;
  padding-top: 69.4444%;
}

.shop-image-profile img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
}

.shoptop-image-profile {
  margin-top: 16px;
  text-align: center;
}

.shop-item-explain {
  width: 55%;
  padding-left: 10px;
}

.shop-search-payment-kind img {
  width: 35px;
}

.footer-sns-block {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.footer-sns-list {
  display: flex;
  justify-content: center;
  gap: 20px;
  background: #fff;
  border-radius: 25px;
  padding: 15px 20px;
  min-width: 500px;
}

.footer-link-block {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.footer-link-list {
  display: flex;
  gap: 30px;
}

.footer-link-listlink {
  color: #fff;
}

.footer-logo {
  text-align: center;
}

.footer-logo .footer-logo-link-image {
  width: 100%;
  max-width: 231px;
}



.menu-action.button-action {
  margin-top: 65px;
}

.button-action {
  margin-top: 65px;
  text-align: center;
}

.button-action a {
  position: relative;
  /* font-size: 24px; */
  font-size: 20px;
  /* line-height: 42.5px; */
  line-height: 45px;
  font-weight: bold;
  text-decoration: none;
  color: #1B3B60;
  display: inline-block;
  /* padding: 25px 70px 25px 50px; */
  padding: 15px;
  background: #fff;
  border: 1px solid #1B3B60;
  white-space: nowrap;
}

.button-action a:hover {
  opacity: .8;
}

.button-action .action-icon {
  position: absolute;
  top: 50%;
  right: 0;
  margin-right: 20px;
  transform: translate(0, -50%);
  font-size: 175%;
}

.section-menu {
  background: url("../images/top_bg_menu.jpg") no-repeat center 0;
  background-size: cover;
  padding: 157px 20px;
}

.shop-list {
  padding-top: 100px;
  /* padding-bottom: 115px; */
}

.menu-book-inner {
  width: 100%;
  max-width: 695px;
  margin: 0 auto;
}

.section-menu .menu-list .menu-item a .view-more {
  width: 160px;
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}

.view-more-btn {
  background: #fff;
  border: 1px solid #707070;
  color: #D70C18;
  text-align: center;
  padding: 18px 20px;
  width: 80%;
  max-width: 400px;
  display: block;
  position: absolute;
  bottom: 11.75%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.view-more-brind {
  background: #BFBFBF;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-menu .menu-list .menu-item a {
  display: block;
  position: relative;
}

.section-menu .menu-list .menu-item img {
  width: 100%;
  object-fit: contain;
}

.section-items {
  margin-top: 141px;
}


/*.food1 {*/
/*    display: flex;*/
/*    height: 541px;*/
/*    flex-wrap: wrap;*/
/*}*/

/*.food1 .first-item {*/

/*    width: 40%;*/
/*    position: relative;*/
/*    border-width: 0 3px 3px 0;*/
/*    border-style: solid;*/
/*    box-sizing: border-box;*/
/*}*/

/*.food1 .item-list {*/
/*    display: flex;*/
/*    width: 60%;*/
/*    flex-wrap: wrap;*/
/*}*/

/*.food1 .item {*/
/*    width: 33.3333%;*/
/*    position: relative;*/
/*    border-width: 0 3px 3px 0;*/
/*    border-style: solid;*/
/*    box-sizing: border-box;*/

/*}*/

/*.food1 .item img,*/
/*.food1 .first-item img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/


.site-footer {
  width: 100%;
  background: #1b3b60;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}

#footer1 {}


.shop-list .section-title {
  color: white;
}

.shop-info {
  width: 75%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  /* padding: 30px; */
  padding: 20px;
  font-weight: bold;
}

.shoptop-info {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.general-info {
  /* text-align: center; */
  text-align: left;
}

.action-list {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 0;
}

.action-list .button-action {
  margin-top: 0px;
  width: 48%;
}

.action-list .button-action a {
  display: block;
}

.button-action.reserve a {
  background-color: #D70C18;
  z-index: 1;
  color: #fff;
  border: 0;
}

.action-list .button-action a {
  background-image: none;
}

.sns-section {
  background: url("../images/fb-bg.png") repeat;
  padding-top: 100px;
  padding-bottom: 115px;
  position: relative;
  border-top: 5px solid #000;
  display: flex;
  justify-content: center;
}

.sns-section a {
  color: #231815;
}

.fb-box,
.insta-box {
  margin: 0 50px;
  max-width: 500px;
  flex: 1;
}

.sns_head {
  color: #d80c18;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  font-family: 'Noto Serif JP', serif;
}

.fb-page {
  margin: 0 auto;
  width: 500px;
}

.fb-icon1 {
  background: url("../images/fb-icon1.png") no-repeat;
  background-size: contain;
  width: 8vw;
  height: 8vw;
  bottom: 0.5em;
  position: absolute;
  right: 1.2em;
}

/* .fb-icon2 {
    background: url("../images/fb-icon2.png") no-repeat;
    background-size: contain;
    position: absolute;
    width: 13.3vw;
    height: 13.3vw;
    right: 4vw;
    top: 13vw;
} */

/* .fb-icon3 {
    background: url("../images/fb-icon3.png") no-repeat;
    background-size: contain;
    position: absolute;
    width: 12.1vw;
    height: 12.1vw;
    left: 6vw;
    top: 35vw;
} */
@media screen and (max-width: 1200px) {

  .shop-list .shop-image-profile {
    /* display: none; */
  }

  .shop-info {
    width: 100%;
    display: block;
  }

  .action-list {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {

  .sns-section {
    display: block !important;
  }

  .fb-box,
  .insta-box {
    margin: 0 auto;
    padding: 0 15px;
  }

  .sns_head {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.back-to-top {
  background: url("../images/scroll-top-btn02.svg") no-repeat 0 0;
  display: none;
  position: fixed;
  right: 2%;
  bottom: 12%;
  width: 176px;
  height: 176px;
  cursor: pointer;
  z-index: 999;
}

.site-footer .menu-bottom {
  padding-top: 45px;

}

.site-footer .menu-bottom a {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.site-footer .menu-bottom .menu-item {
  text-align: center;
  vertical-align: middle;
}

.site-footer .menu-bottom .logo a img {
  width: 100%;
  object-fit: contain;
}

.site-footer .site-info {
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  margin-top: 50px;
}

.site-footer .site-info .site-privacy {
  float: left;
  text-align: left;
  padding-left: 35px;
  width: 40%;
}

.site-footer .site-info .site-privacy a {
  color: #fff;
}

.site-footer .site-info .site-copyright {
  text-align: center;
}

.mb-fix-btn {
  width: 100%;
  height: 60px;
  left: 0;
  display: none;
  z-index: 10;
}

.mb-fix-btn img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.search-result-text {
  font-size: 30px;
  margin: 30px 0 0;
}

.shopsearch {
  display: flex;
  justify-content: space-between;
}

.shopsearch-slideshow {
  width: 50%;
}

.shopsearch-search {
  width: 47%;
  background: #fff;
  padding: 30px 40px 40px;
}

.shopsearch-search-title {
  font-size: 26px;
  font-weight: 900;
}

.shopsearch-search-prefwrap {
  margin-bottom: 30px;
}

.shopsearch-search-prefcture {
  color: #B7B7B7;
  font-size: 13px;
  padding: 8px 20px;
  margin-top: 2px;
  width: 100%;
  border-radius: 5px;
  border-color: #E4E4E4;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 50%, calc(100% - 20px) 50%;
}

.shopsearch-search-curloc {
  background-color: #D70C18;
  font-size: 26px;
  color: #fff;
  background-repeat: no-repeat;
  background-position: 20px 50%, 20px 50%;
  padding: 12px 20px 12px 45px;
  width: 100%;
  display: block;
  border-radius: 5px;
}

.shopsearch-search-curloc:hover {
  opacity: .8;
  color: #fff;
}


.shop-item-wrapper {
  margin-bottom: 20px;
}

.shop-item-heading {
  background: #fff;
  color: #D70C18;
  padding: 13px 0 24px;
  border-bottom: 1px solid #D70C18;
  position: relative;
  font-size: 40px;
  width: 100%;
}

.shop-item-heading::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%) rotate(45deg);
  border-bottom: 1px solid #D70C18;
  border-right: 1px solid #D70C18;
  width: 20px;
  height: 20px;
}

.shop-item-heading.is-open::before {
  top: 60%;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #D70C18;
  border-left: 1px solid #D70C18;
  border-bottom: 0;
  border-right: 0;
}

.shop-item-body {
  padding-top: 35px;
}

.shop-list .shop-detail-container {
  padding: 0 90px;
}

#brand-shop .section-title {
  line-height: unset;
}

#brand-shop .shop-box {
  margin-top: 55px;
}

.brand-shop-inner {
  width: 100%;
  max-width: 1310px;
  padding: 0 20px;
  margin: 0 auto 0;
}

.shop-title {
  font-weight: 900;
}

.shop-box .shop-title {
  font-size: 30px;
  font-weight: 900;
  display: flex;
  align-items: center;
}

.shop-box .shop-title img {
  margin-right: 4px;
  margin-top: 0.1em;
}

ul.general-info li {
  margin-top: 50px;
  font-size: 16px;
  display: flex;
  align-items: center;
}

ul.general-info li:first-child {
  margin-top: 0;
}

ul.general-info li .key {
  width: 100px;
  padding: 9px 10px;
  color: #fff;
  font-weight: 900;
  background: #1B3B60;
  text-align: center;
  font-size: 16px;
  min-width: 125px;
  margin-bottom: auto;
  display: inline-block;
}

ul.general-info li .value-wrap {
  padding-left: 23px;
}

ul.general-info li .value {
  font-size: 20px;
}

ul.general-info li .value-next {
  margin-bottom: 24px;
}

ul.general-info li .value-next img {
  margin-top: 5px;
}

ul.general-info li .value.phone a {
  color: #2E2725;
}

span.value p {
  margin: 5px 0;
}

.shop-box .button-action a {
  height: 65px;
  width: 278px;
  /*padding: 20px;*/
}

.shop-box .action-list {
  margin-top: 25px;
}

.shoptop-info .action-list {
  margin-top: 0;
}

.shop-box .shop-info {
  padding: 40px 32px;
}

.shop-box .shop-image-profile {
  padding-top: 10px;
  text-align: center;
}

.shop-box .general-info {
  text-align: left;
  margin-top: 45px;
}

#brand-header {
  width: 100%;
}

.shop-box .shop-map {
  margin-top: 25px;
}

.shop-box .shop-map iframe {
  width: 100%;
  height: 494px;
}

.shoplists {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 55px;
}

.shoplists .shop-box {
  max-width: 400px;
  margin: 0 20px 40px;
  display: flex;
  flex-direction: column;
}

.shoplists .shop-box .button-action a {
  width: 320px;
}

.shoplists .shop-box .action-list {
  margin-top: auto;
  margin-bottom: 20px;
}

.shoplists ul.general-info li .key {
  min-width: 100px;
}

.shoplists .shop-box .shop-title {
  padding-bottom: 25px;
}

@media (max-width: 480px) {
  .shoplists {
    margin-top: 0;
  }

  .shoplists .shop-box {
    margin: 25px auto 0 !important;
  }
}

#brand-shop .mb-shop-title {
  display: none;
}

ul.general-info li .phone {
  font-size: 28px;
  color: #d80c18;
}

.bottom-fix-menu {
  left: 0;
  width: 100%;
  z-index: 2;
  font-family: 'Kosugi Maru', sans-serif;
}

.bottom-fix-menu-mb {
  font-family: 'Kosugi Maru', sans-serif;
}

.bottom-fix-menu .fix-menu-inner {
  background: url("../images/brand-bottom-bg.png") #fff;
  margin: 0 auto;
  width: 100%;
  height: 65px;
  padding: 0 20px 0 30px;
  overflow: hidden;
}

.fix-menu-inner .left-content {
  padding: 8px 0;
  display: flex;
  width: 75%;
}

.fix-menu-inner .right-content {
  padding: 8px 0;
  display: flex;
  width: 25%;
}

.left-content {
  float: left
}

.fix-menu-inner .right-content {
  float: right;
  justify-content: flex-end;
}

.fix-menu-inner .entry-content {
  padding: 10px 0;
}

.fix-menu-inner .entry-content span {
  font-size: 24px;
  color: #ffffff;
  font-weight: bolder;
}

.fix-menu-inner .right-content .btn-action {
  width: 210px;
  height: 42px;
  display: flex;
  align-items: center;
  font-size: 18px;
  text-decoration: none;
  margin: 3px 8px 0 8px;
  padding: 5px 15px;
  font-weight: bolder;
  white-space: nowrap;
}

.fix-menu-inner .icon {
  margin-right: 15px;
}

.btn-action.phone .icon {
  display: inline-block;
  width: 24px;
}

.btn-action.phone .icon img {
  width: 100%;
}

.btn-action.phone {
  background: #fff;
  color: #d80c18;
}

.btn-action.web {
  background: #d80c18;
  color: #fff;
}

.btn-action.web .icon {
  margin-right: unset;
  margin-left: 16px;
}

.fb-link {
  background: url("../images/fb-icon-100.png");
  background-size: 100% 100%;
  display: block;
  position: absolute;
  right: 48px;
  bottom: 15%;
  width: 48px;
  height: 48px;
}

#shop-list-wrapper .shop-box .button-action a {
  height: 72px;
  color: #fff;
  font-size: 24px;
  padding: 25px;
  font-weight: bolder;
  text-decoration: none;
}

#shop-list-wrapper .shop-box .button-action a span {
  margin-left: 50px;
}

#shop-list-wrapper .shop-box {
  margin-top: unset;
  margin-bottom: 60px;
}

#shop-list-wrapper .shop-box:last-child {
  margin-bottom: unset;
}

#shop-list-wrapper .shop-banner-name {
  top: 60%;
}

#collapse-accordion {
  padding: 50px 0;
}

a.anchor {
  display: block;
  /* padding-top: 150px;
    margin-top: -150px; */
}

.brand-shop-card {
  width: 20%;
  /* height: 0; */
  height: 45px;
  position: relative;
  z-index: 10;
}

.brand-shop-card a {
  color: black;
  text-decoration: none;
}

#collapse-accordion-1,
#collapse-accordion-2,
#collapse-accordion-3 {
  z-index: 200;
  border: solid 3px #000;
  border-top: none;
  background-color: #fff;
  text-align: center;
}

.brand-shop-card .brand-shop-cardheader01,
.brand-shop-card .brand-shop-cardheader02,
.brand-shop-card .brand-shop-cardheader03 {
  padding: 5px 10px;
  border-top: solid 3px #000;
  border-bottom: solid 3px #000;
  background-color: #fff;
  text-align: center;
  border-radius: unset;
  font-size: 18px;
}

.btn:focus {
  box-shadow: none !important;
}

.brand-shop-card .brand-shop-cardheader01 {
  border-right: solid 2px #000;
  border-left: solid 3px #000;
}

.brand-shop-card .brand-shop-cardheader02 {
  border-right: solid 1px #000;
  border-left: solid 1px #000;
}

.brand-shop-card .brand-shop-cardheader03 {
  border-right: solid 3px #000;
  border-left: solid 2px #000;
}

h3.menu_title {
  /* font-family: 'Noto Serif JP', serif; */
  font-family: 'Kosugi Maru', sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 70px;
  color: #d80c18;
  text-align: center;
  padding: 20px 0;
}

@media screen and (max-width: 768px) {
  .brand-shop-card {
    width: 35%;
  }

  a.anchor {
    display: block;
    /* padding-top: 70px;
        margin-top: -70px; */
  }

  .fb-link {
    right: 3%;
    bottom: 3%;
  }

  .shopsearch {
    display: block;
  }

  .shopsearch-slideshow {
    width: 100%;
  }

  .shopsearch-search {
    width: 100%;
    padding: 20px;
  }

  .shopsearch-search-title {
    font-size: 20px;
  }

  .shopsearch-search-curloc {
    font-size: 20px;
  }

  .shop-search-block {
    padding: 0;
  }

  .shop-item-heading {
    padding: 13px 0 13px;
    font-size: 20px;
  }

  .shop-item-heading::before {
    right: 20px;
    width: 10px;
    height: 10px;
  }

  .shop-items {
    margin-top: 60px;
  }

  .shop-item {
    display: block;
  }

  .shop-item-explain {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }

  ul.general-info li {
    display: block;
  }

  ul.general-info li .key {
    font-size: 16px;
  }

  ul.general-info li .value {
    font-size: 16px;
  }

  .action-list {
    gap: 10px 0;
  }

  .shop-item-body {
    padding-right: 0;
    padding-left: 0;
  }

  ul.general-info li .value-wrap {
    padding-left: 0;
    margin-top: 10px;
  }

  ul.general-info li {
    margin-top: 20px;
  }

  ul.general-info li .value-next {
    margin-bottom: 10px;
  }

  .search-result-text {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  h3.menu_title {
    font-size: 30px;
    padding: 10px 0;
  }
}

/* @media screen and (max-width: 480px) {
    h3.menu_title {
        font-size: 36px;
    }
} */

.main-content.shop-menu .shop-breadcums {
  position: unset;
}

@media screen and (max-width: 768px) {
  .shop-breadcums {
    display: none;
  }
}

.shop-breadcums .breadcums a {
  text-decoration: none;
  color: #d80c18;
}

.shop-breadcums .breadcums a:hover {
  text-decoration: underline
}

.row-section {
  padding-top: 70px;
}

.row-section .section-header {
  font-size: 88px;
  font-weight: bolder;
  text-align: center;
  color: #d80c18;
}

.row-section .section-sub-header {
  margin-top: 15px;
  font-size: 48px;
  font-weight: bolder;
  text-align: center;
  color: #d80c18;
}

.row-section .section-content {
  margin-top: 55px;
}

.shop-menu .item-box {
  border: solid 5px #231815;
  background: #fff;
  margin-bottom: 30px;
}

.item-box .menu-header {
  text-align: center;
  padding: 20px 0;
}

.basic-menu .menu-header {
  background: #d24200;
  border-bottom: solid 5px #231815;
}

.advance-menu .menu-header {
  background: #007f1d;
  border-bottom: solid 5px #231815;
}

.menu-header .menu-name {
  font-size: 32px;
  color: #fff;
}

.item-box .menu-image {
  border-bottom: solid 5px #231815;
}

.item-box .menu-image.only-bottom {
  border-top: unset;
  border-bottom: solid 5px #231815;
}

.item-box .menu-image img {
  width: 100%;
}

.item-box .menu-info {
  padding: 20px 15px;
}

.price-group {
  display: inline;
  vertical-align: middle;
  padding-right: 15px;
}

.price-group .label {
  font-size: 14px;
  color: #FFF;
  background: #231815;
  padding: 5px;
  border-radius: 15px;
}

.price-group .value {
  font-size: 28px;
  color: #d80c18;
  font-weight: bold;
}

.tax-small {
  font-size: 24px;
  color: #d80c18;
  font-weight: bold;
}

.br_tab {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .price-group .value {
    font-size: 24px;
  }

  .br_tab {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .price-group .value {
    font-size: 18px;
  }

  .tax-small {
    font-size: 16px;
  }

  .row-section .section-content {
    margin-top: 10px;
  }
}

.price-group .unit {
  font-size: 24px;
}

.price-group span {
  display: inline;
  vertical-align: middle;
}

.menu-info .menu-sub-title {
  font-size: 28px;
  color: #231815;
  text-align: center;
  padding: 20px;
}

.menu-info .menu-content {
  margin-top: 5px;
  padding-bottom: 55px;
}

.menu-info .menu-content ul li {
  display: inline;
  font-size: 18px;
}

.menu-info .menu-content ul li::before {
  content: "\2022";
  color: #231815;
  font-weight: bold;
  display: inline-block;
  line-height: 0;
  font-size: 48px;
  transform: translateY(12px);
}

.menu-info .menu-note {
  font-size: 28px;
  color: #d80c18;
}

.suggestion-item .menu-header {
  background: #d80c18;
  border-bottom: solid 5px #231815;
}

.menu-info.full .menu-sub-title {
  padding: unset;
  text-align: left;
  padding-bottom: 20px;
  font-weight: bold;
}

.menu-info.full .menu-content {
  padding-bottom: unset;
}

.menu-info.full.small {
  padding: 15px;
}

.menu-info .item-price {
  font-size: 24px;
  color: #d80c18;
  font-weight: 600;
}

.menu-info .br {
  font-size: 24px;
  color: #d80c18;
  font-weight: 600;
}

.menu-info.full.small .menu-sub-title {
  font-size: 24px;
  font-weight: bold;
}

.menu-info.full.small .menu-content {
  font-size: 16px;
  padding-bottom: 15px;
}

.menu-grid-container {
  display: grid;
  border-top: solid 5px #231815;
  grid-template-columns: 1fr 1fr;
  border-left: solid 5px #231815;
}

.menu-grid-container>.menu-grid-item {
  background: #fff;
  border-bottom: solid 5px #231815;
  border-right: solid 5px #231815;
}

.page-main-content {
  position: relative;
  padding: 74px 0 155px;
}

.sticky {
  position: sticky;
  position: -webkit-sticky;
  left: 0;
}

.sticky.bottom {
  bottom: 0;
}


@media screen and (max-width: 767px) {
  span.br {
    display: block;
  }

  .menu-info.full.small {
    line-height: 1.5;
  }

  .menu-info.full.small .menu-sub-title {
    font-size: 13px;
  }

  .menu-info .menu-content {
    font-size: 14px;
    padding-bottom: 20px;
    line-height: 1.5;
  }

  .menu-info.full .menu-sub-title {
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 1024px) {
  .bottom-fix-menu .left-content .icon {
    display: none;
  }

  .site-header .menu-part-1-list li a {
    padding: 0 10px;
  }
}

@media screen and (max-width: 768px) {

  /* .site-header .menu-part-1 ul li.no-action-menu-first,
    .site-header .menu-part-2 ul li.no-action-menu-first {
        display: none;
    }

    .site-header .menu-part-1 ul li:nth-child(2) {
        margin-left: 0;
    }

    .site-header .menu-part-1 ul li,
    .site-header .menu-part-2 ul li,
    .site-header .menu-part-1 ul li:first-child,
    .site-header .menu-part-2 ul li:first-child,
    .site-header .menu-part-1 ul li:last-child,
    .site-header .menu-part-2 ul li:last-child {
        width: 146px;
    }

    .site-header .menu-part-1 ul li a,
    .site-header .menu-part-2 ul li a {
        right: 34%;
    } */

  #brand-header .right-top-button {
    display: none;
  }

  #bottom-fix-pc-view {
    display: none;
  }

  #bottom-fix-mb-view .row {
    text-align: center;
  }

  #bottom-fix-mb-view {
    display: block !important;
    background: url("../images/brand-bottom-bg.png");
    left: 0;
    width: 100%;
    text-align: center;
    padding-bottom: 12px;
    z-index: 2;
    line-height: 2.25;
  }

  #bottom-fix-mb-view .mb-entry {
    color: #fff;
    font-size: 16px;
    font-weight: bolder;
    margin: 0 auto;
  }

  #bottom-fix-mb-view .list-btn-act a {
    width: 100%;
    display: block;
    text-decoration: none;
    font-size: 16px;
    font-weight: bolder;

  }

  .list-btn-act .web a {
    background: #d80c18;
    color: #fff;
  }

  .list-btn-act .mb-icon {
    display: inline-block;
    width: 20px;
  }

  .list-btn-act .phone a {
    background: #fff;
    color: #d80c18;
  }

  .list-btn-act .mb-icon img {
    width: 100%;
    vertical-align: middle;
  }

  .menu-info .item-price {
    font-size: 13px;
  }

  .menu-info .item-price.br {
    font-size: 11px;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }

  /* .site-header .menu-part-1 ul li{
        width: 50%;
        height: 80px;
        padding-top: 0;
        display: flex;
        justify-content: center;
    }

    .site-header .menu-part-1 ul li:last-child,
    .site-header .menu-part-2 ul li:last-child,
    .site-header .menu-part-1 ul li:first-child,
    .site-header .menu-part-2 ul li:first-child {
        width: 50%;
    }

    .site-header .menu-part-1,
    .site-header .menu-part-2 {
        width: 100%;
    }

    .site-header .site-logo img {
        width: 100px;
    }

    .site-header .menu-part-2 ul li a {
        font-size: 12px;
        writing-mode: vertical-rl;
        padding: 0 10px;
    }

    .site-header .menu-part-1 ul li a:hover,
    .site-header .menu-part-2 ul li a:hover {
        text-decoration: none;
    }

    .site-header .menu-part-1 ul li a img,
    .site-header .menu-part-2 ul li a img {
        height: 50px;
    }

    .site-header .menu-part-1 ul li:nth-child(3) {
        margin-left: 0;
    }

    .site-header .menu-part-1 ul:before,
    .site-header .menu-part-2 ul:before {
        height: 56px;
    } */

  .site-header {
    height: 80px;
    padding: 0 15px;
    position: relative;
  }

  .site-header .site-logo {
    margin: 0 4px;
  }

  .site-header .site-logo-link-image {
    width: 100%;
    max-width: 200px;
  }

  .site-header .menu-part-1 {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 76.923%;
    height: 100vh;
    overflow-y: auto;
    background: #1B3B60;
    color: #fff;
    transform: translateX(100%);
    transition: transform .75s cubic-bezier(.89, .05, .27, 1);
    padding: 80px 0 120px;
    z-index: 9999;
  }

  .site-header .menu-part-1.is-open {
    transform: translateX(0);
  }

  .site-header .menu-part-1-list {
    display: block;
    border-bottom: 1px solid #39587C;
    height: auto;
  }

  .site-header .menu-part-1-listitem {
    border-top: 1px solid #39587C;
  }

  .site-header .menu-part-1-list li a {
    font-size: 20px;
    line-height: 2;
    writing-mode: horizontal-tb;
    display: block;
    width: 100%;
    padding: 10px 30px;
    height: auto;
    text-shadow: none;
    text-align: left;
  }

  .site-header .menu-part-1-list li .menu-part-1-listchild-listlink {
    display: flex;
    justify-content: flex-start;
    padding: 10px 30px 10px calc(5em + 30px);
  }

  .site-header .menu-part-1-listchild-listitem:first-child .menu-part-1-listchild-listlink {
    justify-content: flex-start;
    padding: 10px 30px;
  }

  .site-header .menu-part-1-listchild-listlink:hover .menu-part-1-listchild-listcate {
    color: #fff;
    ;
  }

  .site-header .menu-part-1-listchild-listitem {
    display: block;
  }

  .site-header .menu-part-1-listchild-listname {
    display: block;
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-style: normal;
  }

  .header-openbtn {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 60px;
    height: 60px;
    z-index: 10000;
  }

  .header-openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 15px;
    height: 1px;
    background: #fff;
    width: 30px;
  }

  .header-openbtn span:nth-of-type(1) {
    top: 17px;
  }

  .header-openbtn span:nth-of-type(2) {
    top: 30px;
  }

  .header-openbtn span:nth-of-type(3) {
    top: 43px;
  }

  .header-openbtn.is-open span:nth-of-type(1) {
    top: 24px;
    left: 15px;
    transform: translateY(6px) rotate(-45deg);
    width: 40px;
  }

  .header-openbtn.is-open span:nth-of-type(2) {
    opacity: 0;
    /*真ん中の線は透過*/
  }

  .header-openbtn.is-open span:nth-of-type(3) {
    top: 37px;
    left: 15px;
    transform: translateY(-6px) rotate(45deg);
    width: 40px;
  }

  .header-clickmask {
    display: block;
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    transform: translateX(100%);
    opacity: 0;
  }

  .header-clickmask.is-open {
    transform: translateX(0);
  }

  .header-container-bg {
    height: 80px;
  }

  .right-top-button {
    display: none;
  }

  .main-visual {
    padding-top: 80px;
  }

  body.home .main-visual {
    margin-top: 0;
  }

  .main-visual .main-visual-picture-toppic {
    overflow: hidden;
  }

  .concept-bgimage01 {
    left: 8.974%;
    top: -80px;
    width: 41.025%;
    max-width: 250px;
  }

  .concept-bgimage02,
  .concept-bgimage03,
  .concept-bgimage04 {
    display: none;
  }

  .page-main-content {
    padding: 37px 0 78px;
  }

  .heading-a {
    display: inline-grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: max-content max-content;
    grid-column-gap: 8px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 20px;
  }

  .heading-a.nologo {
    display: flex;
  }

  .heading-a .heading-a-logo {
    grid-area: 1 / 1 / 3 / 2;
    width: 47px;
  }

  .heading-a .heading-a-title {
    font-size: 33px;
    grid-area: 2 / 2 / 3 / 3;
    text-align: left;
    position: relative;
    top: -3px;
  }

  .heading-a .heading-a-subtitle {
    font-size: 15px;
    font-weight: 800;
    grid-area: 1 / 2 / 2 / 3;
    text-align: center;
    position: relative;
    top: 3px;
  }

  .heading-b .heading-b-title {
    font-size: 24px;
  }

  .heading-c .heading-c-title {
    font-size: 30px;
  }

  .heading-e .heading-e-title {
    width: 80%;
    margin: auto;
  }

  .vertical-block {
    writing-mode: horizontal-tb;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .concept-first_sp {
    margin-top: 25px;
  }

  .vertical-block_sp {
    background: url("../images/con_bg.jpg.webp") no-repeat center 0;
    background-size: cover;
    position: relative;
  }

  .vertical-block-heading_sp {
    position: absolute;
    top: 59px;
    left: 50%;
    transform: translateX(-50%);
    width: 61.538%;
    max-width: 360px;
    z-index: 4;
  }

  .vertical-block-text_sp {
    position: relative;
    text-align: left;
    writing-mode: vertical-rl;
    text-orientation: upright;
    width: 100%;
  }

  .vertical-block-text_sp .vertical-block-text-head_sp {
    position: absolute;
    width: 42.308%;
    max-width: 220px;
  }

  .vertical-block-text_sp:nth-child(odd) .vertical-block-text-head_sp {
    top: 70px;
    right: 0;
    z-index: 2;
  }

  .vertical-block-text_sp:nth-child(even) .vertical-block-text-head_sp {
    top: 20px;
    left: -2.051%;
  }

  .vertical-block-text_sp:nth-child(3) .vertical-block-text-head_sp {
    top: 4px;
    right: 0;
  }

  .vertical-block-text-inner_sp {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 107px 20px 35px;
    width: 100%;
    background: url("../images/kouka.png") no-repeat center 0;
    background-size: contain;
  }

  .vertical-block-text_sp:nth-child(odd) .vertical-block-text-inner_sp {
    padding: 138px 20px 67px;
  }

  .vertical-block-text_sp:nth-child(even) .vertical-block-text-inner_sp {
    padding: 107px 20px 35px;
  }

  .vertical-block-text_sp:nth-child(3) .vertical-block-text-inner_sp {
    padding: 138px 20px 12px;
  }

  .vertical-block-text-heading-title_sp {
    font-size: 20px;
    margin-left: 20px;
  }

  .vertical-block-text-area_sp {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2;
    min-height: 420px;
    margin-top: 20px;
  }

  .concept-bgimage03_sp {
    position: absolute;
    bottom: -80px;
    left: -10px;
    width: 52.308%;
    max-width: 204px;
    z-index: 1;
  }

  .concept-bgimage04_sp {
    position: absolute;
    bottom: -90px;
    right: -70px;
    width: 80%;
    max-width: 312px;
    z-index: 1;
  }

  .vertical-block-bsec_sp {
    position: relative;
  }

  .vertical-block-bsec-imagepos_sp {
    position: absolute;
    bottom: -40px;
    right: 6.41%;
    width: 43.59%;
  }

  .concept-heading2-title-image {
    width: 66.923%;
    max-width: 320px;
    margin: 0 auto;
  }

  .concept-catch {
    margin-top: 67px;
  }

  .imgtxt-block {
    display: block;
    margin: 35px auto 0;
  }

  .imgtxt-block .imgtxt-block-text-box {
    margin: 0 auto;
  }

  .imgtxt-block .imgtxt-block-text {
    margin-top: 20px;
  }

  .imgtxt-block .imgtxt-block-image-box {
    margin-top: 10px;
    max-width: none;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .concept-banner {
    margin-top: 85px;
  }

  .banner-detail .banner-detail-text {
    font-size: 25px;
  }

  .intro-first {
    padding: 0;
    margin-top: 66px;
    margin-bottom: 0;
  }

  .intro-first-inner {
    display: block;
  }

  .information-block {
    margin-top: 40px;
  }

  .information-time {
    margin-top: 15px;
  }

  .information-tag {
    font-size: 12px;
    padding: 5px 10px;
    min-width: 80px;
  }

  .information-card {
    margin-top: 20px;
  }

  .information-more-wrap {
    padding-right: 20px;
  }

  .intro-block {
    margin-top: 66px;
    max-width: 100%;
    display: block;
  }

  .application-block {
    margin-top: 40px;
  }

  .application-area-heading {
    font-size: 24px;
  }

  .application-area-dls {
    display: block;
  }

  .section-menu {
    padding: 60px 10px;
  }

  .section-items {
    margin-top: 70px;
  }

  .brand-menus {
    padding: 71px 15px 78px;
  }

  .menu-a-card {
    display: block;
  }

  .menu-a-card-text-block {
    width: 100%;
    margin-top: 20px;
  }

  .menu-a-card-image-block {
    width: 100%;
    text-align: center;
  }

  .menu-a-card-text-image {
    text-align: center;
  }

  .menu-a-card-text-tags {
    gap: 5px;
    margin-top: 15px;
  }

  .menu-a-card-text-tag {
    font-size: 12px;
    padding: 5px 10px;
    min-width: 80px;
  }

  .menu-a-card-text-char {
    margin-top: 21px;
    font-size: 16px;
  }

  .menu-a-card-text-price {
    margin-top: 10px;
    font-size: 24px;
  }

  .menu-b {
    margin-top: 40px;
  }

  .menu-b-card-block {
    margin-top: 3px;
    justify-content: space-between;
  }

  .menu-b-card {
    width: auto;
    margin-top: 20px;
    width: 49%;
  }

  .menu-b-card-image-block {
    text-align: center;
  }

  .menu-b-card-title-block {
    margin-top: 10px;
    font-size: 16px;
  }

  .menu-c {
    margin-top: 70px;
  }

  .menu-book {
    margin: 0;
    margin-top: 68px;
  }

  .section-menu .menu-list .menu-item a .view-more {
    width: 80px;
  }

  .recruit-content-block {
    margin-top: 70px;
  }

  .banner-block {
    margin-top: 70px;
  }

  .kodawari-block {
    margin-top: 45px;
    /* padding-bottom: 71px; */
  }

  .kodawari-one-block {
    display: block;
    margin-top: 35px;
  }

  .kodawari-pic {
    margin-top: 60px;
    margin-bottom: 44px;
  }

  .kodawari-block *:nth-child(2n) {
    flex-direction: column;
  }

  .kodawari-one-block+.imgtxt-block {
    margin-top: 32px;
  }

  .kodwari-one-image-block {
    margin-bottom: 20px;
  }

  .main-visual .main-visual-underpic {
    height: 300px;
  }

  .main-visual .main-visual-picture-underpic-image {
    height: 240px;
    object-fit: cover;
  }

  .information-inner {
    padding: 20px;
  }

  .menu-nav-wrap {
    padding: 0;
    margin: 25px auto 0;
  }

  .menu-nav-list {
    gap: 0;
  }

  .menu-nav-listitem {
    width: 50%;
  }

  .menu-nav-listitem:first-child {
    margin-top: 0;
  }

  .menu-nav-listlink {
    font-size: 16px;
    display: block;
    width: 100%;
    padding: 10px 10px;
    background: #D9D9D9;
    border: 1px solid #F1EDEC;
    text-align: center;
  }

  .menu-nav-listitem.active .menu-nav-listlink,
  .menu-nav-listlink:hover {
    color: #D70C18;
    border: 1px solid #D70C18;
    background: #F0EDEC;
    text-decoration: none;
  }

  .menu-wrap {
    margin-top: 46px;
  }

  .menu-wrap-heading {
    margin-bottom: 35px;
  }

  /* メニューパターン */
  .menu-pattern1,
  .menu-pattern2,
  .menu-pattern3,
  .menu-pattern4,
  .menu-pattern5,
  .menu-pattern6,
  .menu-pattern7 {
    margin-top: 15px;
    padding-bottom: 15px;
  }

  .menu-pattern-heading {
    padding-top: 15px;
  }

  .menu-pattern-heading-title {
    padding-top: 22px;
    padding-bottom: 11px;
    font-size: 30px;
  }

  .menu-pattern-block-bgcolor01 {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0 10px 0;
  }

  /* メニューパターン1 */
  .menu-pattern1 .menu-pattern1-image-other {
    width: 20%;
    top: -20px;
    right: 10px;
  }

  .menu-pattern1 .menu-pattern1-detail {
    margin-top: 20px;
  }

  .menu-pattern1 .menu-pattern1-detail-inner {
    display: block;
  }

  .menu-pattern1 .menu-pattern1-appeal {
    width: 100%;
  }

  .menu-pattern1 .menu-pattern1-appeal img {
    width: 100%;
  }

  .menu-pattern1 .menu-pattern1-explain {
    width: 100%;
    margin-top: 20px;
  }

  .menu-pattern1 .menu-pattern1-tag {
    font-size: 12px;
    padding: 5px 10px;
    min-width: 80px;
  }

  .menu-pattern1 .menu-pattern1-price-a {
    font-size: 30px;
  }

  .menu-pattern1 .menu-pattern1-price-b {
    font-size: 20px;
  }

  /* メニューパターン2 */
  .menu-pattern2 .menu-pattern2-itemname {
    font-size: 18px;
  }

  .menu-pattern2 .menu-pattern2-detail {
    margin-top: 8px;
  }

  .menu-pattern2 .menu-pattern2-detail-inner {
    margin-top: 8px;
    min-height: auto;
    display: block;
  }

  .menu-pattern2 .menu-pattern2-explain {
    font-size: 14px;
    width: 100%;
  }

  .menu-pattern2 .menu-pattern2-appeal {
    width: 100%;
    font-size: 14px;
  }

  .menu-pattern2 .menu-pattern2-appeal-text {
    margin-top: 8px;
  }

  .menu-pattern2 .menu-pattern2-appeal-text div {
    padding: 10px 0;
  }

  .menu-pattern2 .menu-pattern2-price-a {
    font-size: 30px;
  }

  .menu-pattern2 .menu-pattern2-price-b {
    font-size: 20px;
  }

  /* メニューパターン3 */
  .menu-pattern3 .menu-pattern3-image-block {
    position: relative;
  }

  .menu-pattern3 .menu-pattern3-image-appeal2 {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30%;
  }

  .menu-pattern3 .menu-pattern3-itemname {
    font-size: 18px;
  }

  .menu-pattern3 .menu-pattern3-detail {
    margin-top: 8px;
  }

  .menu-pattern3 .menu-pattern3-detail-inner {
    margin-top: 8px;
    min-height: auto;
    display: block;
  }

  .menu-pattern3 .menu-pattern3-explain {
    font-size: 14px;
    width: 100%;
  }

  .menu-pattern3 .menu-pattern3-appeal {
    width: 100%;
    font-size: 14px;
  }

  .menu-pattern3 .menu-pattern3-appeal-text {
    margin-top: 8px;
    font-size: 14px;
  }

  .menu-pattern3 .menu-pattern3-appeal-text div {
    padding: 10px 0;
  }

  .menu-pattern3 .menu-pattern3-appeal2 {
    display: none;
  }

  .menu-pattern3 .menu-pattern3-price-a {
    font-size: 30px;
  }

  .menu-pattern3 .menu-pattern3-price-a .price-mini {
    font-size: 20px;
  }

  .menu-pattern3 .menu-pattern3-price-b {
    font-size: 20px;
  }

  .menu-pattern3 .menu-pattern3-price-c {
    margin-top: 10px;
    font-size: 20px;
  }

  .menu-pattern3 .menu-pattern3-price-d {
    font-size: 14px;
  }

  /* メニューパターン4 */
  .menu-pattern4 .menu-pattern4-itemname {
    font-size: 18px;
  }

  .menu-pattern4 .menu-pattern4-explain {
    font-size: 14px;
    display: block;
  }

  .menu-pattern4 .menu-pattern4-detail {
    margin-top: 8px;
  }

  .menu-pattern4 .menu-pattern4-detail-inner {
    margin-top: 8px;
  }

  .menu-pattern4 .menu-pattern4-text {
    width: 100%;
  }

  .menu-pattern4 .menu-pattern4-text02 {
    width: 100%;
  }

  .menu-pattern4 .menu-pattern4-price-a {
    font-size: 30px;
  }

  .menu-pattern4 .menu-pattern4-price-b {
    font-size: 20px;
  }

  /* メニューパターン5 */
  .menu-pattern5 .menu-pattern5-detail {
    margin-top: 8px;
  }

  .menu-pattern5 .menu-pattern5-itemname {
    font-size: 18px;
  }

  .menu-pattern5 .menu-pattern5-explain {
    margin-top: 8px;
  }

  .menu-pattern5 .menu-pattern5-text {
    font-size: 14px;
  }

  .menu-pattern5 .menu-pattern5-price-a {
    font-size: 24px;
  }

  .menu-pattern5 .menu-pattern5-price-b {
    font-size: 16px;
  }

  /* メニューパターン6 */
  .menu-pattern6 .menu-pattern6-detail {
    margin-top: 8px;
  }

  .menu-pattern6 .menu-pattern6-explain {
    display: block;
  }

  .menu-pattern6 .menu-pattern6-items {
    width: 100%;
  }

  .menu-pattern6 .menu-pattern6-other {
    width: 100%;
    margin-top: 8px;
    display: block;
    padding: 10px;
  }

  .menu-pattern6 .menu-pattern6-other-text {
    width: 100%;
  }

  .menu-pattern6 .menu-pattern6-other-image-block {
    margin: 10px auto 0;
  }

  .recruit-section {
    margin-top: 70px;
  }

  .shop-search-section {
    margin-top: 70px;
  }

  .shop-search-block {
    margin-top: 40px;
  }

  .shop-search-box-item.item03 {
    margin-top: 3.5vw;
  }

  /* フッター */
  .footer-sns-list {
    min-width: auto;
  }

  .footer-link-block {
    justify-content: center;
    margin: 50px auto 0;
    width: 80%;
  }

  .footer-link-list {
    justify-content: space-between;
  }

  .footer-link-listlink {
    writing-mode: vertical-rl;
  }

  .site-footer .site-info .site-privacy {
    width: 100%;
    padding-left: 15px;
  }

  .site-footer .site-info .site-privacy {
    margin: 10px 0;
  }

  .site-footer .site-info {
    margin-bottom: 30px;
  }

  .site-footer .site-info .site-copyright {
    width: 100%;
    float: left;
    padding-right: 0;
    padding-left: 15px;
    text-align: center;
    font-size: 12px;
  }

  .site-privacy {
    font-size: 12px;
  }

  .back-to-top {
    width: 60px;
    height: 90px;
    background-size: contain;
    z-index: 3;
  }

  .site-footer .menu-bottom .menu-item.logo a img {
    width: 60px;
    height: auto;
  }

  .site-footer .menu-bottom .menu-item a img {
    /* height: 40px; */
    height: 60px;
  }

  .button-action a {
    font-size: 18px;
    line-height: 31.5px;
    padding: 17px 10px 17px 10px;
  }

  .action-list .button-action a {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .mb-fix-btn {
    display: block;
  }

  #brand-header .menu-part-1 ul li {
    margin-left: 3px;
  }

  #brand-header .menu-part-1 ul li:nth-child(2) {
    margin-left: 0;
  }

  #brand-header .menu-part-1 ul li:nth-child(3) {
    margin-left: 3px;
  }

  .shop-box .button-action a {
    width: 285px;
    height: 54px;
    margin: 0 auto;
    line-height: unset;
  }

  #brand-shop .shop-box {
    padding: 0;
  }

  #brand-shop .shop-box .shop-info,
  .shop-map {
    padding: 0;
    margin-top: 20px;
  }

  .shop-list .shop-detail-container {
    padding: 0 15px;
  }

  .shop-box .shop-title {
    display: none;
  }

  #brand-shop .mb-shop-title {
    display: block;
    font-size: 18px;
    text-align: center;
    font-weight: bolder;
    padding: 25px;
  }

  .shop-box {
    display: flex;
    flex-direction: column;
  }

  .shop-box .main {
    display: block;
    /* flex-direction: column; */
  }

  .shop-box .main div:first-child {
    order: 2;
  }

  .shop-box .main div:first-child {
    order: 1;
  }

  .shop-box .shop-image-profile {
    padding: unset;
  }

  .shop-box .shop-map {
    margin: 20px 0 0;
  }

  ul.general-info li {
    font-size: 14px;
  }

  ul.general-info li .phone {
    font-size: 18px;
  }

  #bottom-fix-pc-view {
    display: none;
  }

  #bottom-fix-mb-view .row {
    text-align: center;
  }

  #bottom-fix-mb-view {
    display: block !important;
    background: url("../images/brand-bottom-bg.png") #fff;
    left: 0;
    width: 100%;
    text-align: center;
    padding-bottom: 12px;
  }

  #bottom-fix-mb-view .mb-entry {
    color: #fff;
    font-size: 14px;
    font-weight: bolder;
    margin: 0 auto;
  }

  #bottom-fix-mb-view .list-btn-act a {
    width: 100%;
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-weight: bolder;

  }

  .list-btn-act .web a {
    background: #d80c18;
    color: #fff;
  }

  .list-btn-act .mb-icon {
    display: inline-block;
    width: 20px;
  }

  .list-btn-act .phone a {
    background: #fff;
    color: #d80c18;
  }

  .list-btn-act .mb-icon img {
    width: 100%;
  }

  #shop-list-wrapper .shop-banner-name {
    top: 75%;
  }

  #shop-list-wrapper .shop-box .button-action a {
    font-size: 18px;
  }

  #shop-list-wrapper .shop-box .button-action a span {
    margin-left: 34px;
  }

  .row-section .item-box {
    margin-bottom: 30px;
  }

  .row-section .section-header {
    font-size: 48px;
  }

  .menu-header .menu-name {
    /* font-size: 20px; */
    font-size: 18px;
  }

  .row-section {
    padding-top: 45px;
    padding-bottom: unset;
  }

  .price-group .value {
    font-size: 18px;
  }

  .price-group .label {
    font-size: 12px;
  }

  .menu-info .menu-sub-title,
  .menu-info .menu-note {
    font-size: 18px;
  }

  .menu-info .menu-content ul li {
    display: inline;
    font-size: 14px;
  }

  .row-section .section-sub-header {
    font-size: 28px;
  }
}

#lower-info {
  margin-top: 80px;
}

#lower-info .col-md-3.info {
  margin-bottom: 30px;
}



/* アプリ会員登録のスタイル↓ */

.member {
  background: url(../images/app_bg.png) no-repeat;
  padding: 80px 100px;
  text-align: center;
  background-position: center;
}

.yatai {
  display: block;
  margin-bottom: 40px;
}

.middle-wrapper {
  margin: 40px auto;
  padding: 0 125px;
  display: flex;
}

.middle-left {
  /* display: inline-block; */
  /* width: 43%; */
}

.middle-right {
  /* display: inline-block; */
  /* width: 55%; */
  margin-left: 50px;
}

.middle-wrapper p,
.bottom-wrapper p {
  font-family: 'Kosugi Maru', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 31.5px;
  margin-top: 15px;
  color: white;
}

.bottom-wrapper a {
  text-decoration: none;
}

.merit-box {
  background-color: #fff;
  border: solid 5px #231815;
  margin-bottom: 20px;
}

.merit-box p:nth-child(1) {
  color: #d80c18;
  text-align: left;
  padding-left: 15px;
  font-weight: bold;
  font-size: 22px;
}

.merit-box p:nth-child(2) {
  color: #000;
  text-align: left;
  padding: 0 15px 15px;
  margin: 0;
}

.middle-right p,
.middle-right div {
  margin: 15px auto;
}

@media screen and (max-width: 1228px) {
  .middle-wrapper {
    display: block;
  }

  .middle-left {
    width: 100%;
  }

  .middle-right {
    width: 100%;
  }
}

@media screen and (max-width: 870px) {
  .member {
    padding: 30px 40px;
  }

  .middle-wrapper {
    padding: 0;
  }

  .middle-left img {
    width: 280px;
  }

  .middle-right {
    margin: 0;
  }
}

@media screen and (max-width: 500px) {
  .middle-left img {
    width: 190px;
  }

  .gp_link img {
    width: 280px;
  }
}

/* 予約ボタンモーダル */
#modal_content {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50%;
  height: 90%;
  background: #fff;
  z-index: 1000;
  border: 5px solid #000;
  overflow-y: scroll;
}

.resv_shoplist_wrap {
  margin-top: 30px;
}

.resv_shoplist_wrap ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 752px;
  margin: auto;
  padding-top: 24px;
  font-size: 20px;
  line-height: 1.5;
}

.resv_shoplist_wrap ul li {
  width: calc(100% / 3);
  margin-bottom: 16px;
  position: relative;
}

.resv_shoplist_wrap ul li:last-child {
  margin-right: 0;
}

.resv_shoplist_wrap ul li:hover {
  opacity: 0.8;
}

.resv_shoplist_wrap ul li a {
  color: #000;
}

.h_r_shopwrap .h_r_title {
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
  padding: 20px 0;
  font-weight: bold;
  margin-top: 40px;
  color: #000;
}

.resv_shoplist_wrap .map {
  text-align: center;
  margin-bottom: 20px;
}

.resv_shoplist_wrap .map .town {
  display: inline-block;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  border-bottom: 5px solid #000;
  color: #000;
  width: 80%;
  padding-bottom: 30px;
}

.mfp-close-btn-in .mfp-close {
  /* color: #000;
    top: 1%;
    right: 1%; */
  color: #fff;
  top: -4px;
  right: -42px;
  width: 50px;
  height: 50px;
  font-size: 60px;
}

@media screen and (max-width: 1280px) {
  #modal_content {
    width: 95%;
    height: 95%;
    overflow-y: scroll;
  }
}

@media screen and (max-width: 480px) {
  .h_r_shopwrap .h_r_title {
    font-size: 1.3rem;
    padding: 20px 0 0;
  }

  .resv_shoplist_wrap .map .town {
    font-size: 20px;
    border-bottom: 5px solid #000;
    color: #000;
    padding-bottom: 20px;
  }

  .resv_shoplist_wrap ul {
    width: 90%;
    font-size: 16px;
  }

  /* .resv_shoplist_wrap ul li {
        width: 28%;
    } */

  .mfp-close-btn-in .mfp-close {
    /* color: #000;
        top: 1%;
        right: 5%; */
    color: #fff;
    top: 4px;
    right: -6px;
    width: 30px;
    height: 30px;
    font-size: 40px;
  }
}

.dropdown-menu {
  width: 100%;
  border-right: solid 3px #000;
  border-left: solid 3px #000;
  border-bottom: solid 3px #000;
  border-radius: unset;
  transform: none !important;
  top: 44px !important;
  margin: 0 !important;
  padding: 0;
  min-width: 100%;
}

@media screen and (max-width: 480px) {

  .brand-shop-card .brand-shop-cardheader01,
  .brand-shop-card .brand-shop-cardheader02,
  .brand-shop-card .brand-shop-cardheader03 {
    font-size: 16px;
  }

  .dropdown-item {
    padding: 0.25rem 0.3rem !important;
    font-size: 14px;
  }
}

/* 241029追加　enkaiページ */

.enkai-block {
  display: flex;
  gap: 10px;
}

.enkai-block .menu-pattern2-image-block {
  flex: 1 0 40%;
}

.enkai-block.menu-pattern2-detail {
  flex: 0 1 55%;
}

.enkai-block .menu-pattern2-explain {
  width: 100%;
  display: block;
  margin-top: 20px;
}

.enkai-block .menu-pattern2-text {
  padding: 1em;
}

.enkai-block .menu-pattern2-appeal {
  width: 100%;
  display: block;
}

.enkai-block .menu-pattern2 .menu-pattern2-appeal {
  width: 100%;
  display: block;
  margin-top: 40px;
}

.enkai-block .menu-pattern2-detail-inner {
  width: 100%;
  display: block;
  margin-top: 40px;
}


@media screen and (max-width: 768px) {
  .enkai-block {
    display: block;
  }
}

/* アプリテストのスタイル↓ */
.app-custom {
  .intro-first-inner {
    display: block;
  }
  
  .intro-block {
    max-width: 100%;
  }

  .application-block {
    padding-bottom: 100px;
  }

  .information-block {
    display: flex;
    align-items: center;
  }

  .intro-block.--mt {
    margin-top: 132px;
  }

  .application-area-inner-top {
    display: flex;
    flex-direction: row;
    gap: 120px;
    color: #fff;
    padding: 100px;
  }

  .application-area-left {
    flex: 1;
    display: flex;
    flex-direction: column;
  }

  .application-area-heading {
    max-width: 100%;
    text-align: left;
  }

  .application-area-heading.--center {
    color: #fff;
    text-align: center;
  }

  .application-area-heading.--center p {
    font-size: clamp(2rem, -0.1654rem + 4.5113vw, 3.5rem);
  }

  .application-area-heading.--center h2 {
    line-height: 1;
  }

  .application-area-heading.--center h2 span {
    font-size: clamp(4.375rem, 1.6682rem + 5.6391vw, 6.25rem);
  }

  .application-area-right {
    max-width: 334px;
  }

  .application-area-right img {
    aspect-ratio: 334 / 680;
    object-fit: cover;
  }

  .application-area-heading h2 {
    font-size: clamp(1.5rem, 0.0335rem + 6.2570vw, 5rem);
  }

  .application-area-heading p {
    font-size: clamp(1rem, 0.3715rem + 2.6816vw, 2.5rem);
  }

  .application-area-caution {
    max-width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .application-area-rewards-wrapper {
    display: flex;
    gap: 18px;
    margin-top: 30px;
  }

  .application-area-rewards-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 188px;
    height: 188px;
    border-radius: 50%;
    background-color: #D70C18;
  }

  .application-area-rewards-item-title {
    font-size: 28px;
    line-height: calc(46 / 28);
    color: #fff;
  }

  .application-area-rewards-item-title span {
    font-size: 44px;
  }

  .application-area-text {
    font-size: 24px;
    color: #fff;
    text-align: left;
    margin-top: auto;
  }

  .application-area-dls {
    margin: initial;
  }

  /* アプリテスト(bottom)のスタイル↓ */
  .application-area-lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 80px 40px;
    margin-top: 80px;
  }

  .application-area-list {
    max-width: 330px;
    width: 100%;
    background-color: #fff;
    padding: 32px 20px 20px;
    position: relative;
  }

  .application-area-list-num {
    position: absolute;
    top: -50px;
    left: -28px;
    font-size: 15px;
    font-weight: 900;
    color: #fff;
    background-color: #D70C18;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .application-area-list-num b {
    font-size: 43px;
  }

  .application-area-list-sub-title {
    font-size: 20px;
    text-align: center;
  }

  .application-area-list-title {
    font-size: 30px;
    line-height: calc(46 / 30);
    color: #D70C18;
    text-align: center;
    margin-top: 16px;
  }

  .application-area-list-title strong {
    font-size: 46px;
    line-height: 0.7;
  }

  .application-area-list-title small {
    font-size: 20px;
  }

  .application-area-list-bonus {
    display: block;
    font-size: 24px;
    text-align: center;
    margin-top: 14px;
  }

  .application-area-list-text {
    font-size: 14px;
    line-height: calc(20 / 14);
    text-align: left;
    margin-top: 32px;
  }
  
  .application-area-list-text.--bg {
    background-color: #F7F9FC;
    padding: 10px 16px;
    margin-top: 10px;
  }

  .application-area-list-text.--mt {
    margin-top: 10px;
  }
}

@media screen and (max-width: 1300px) {
  .app-custom {
    .information-inner {
      padding-block: 0;
    }
    
    .information-card {
      margin-top: 20px;
    }

    .information-time {
      margin-top: 20px;
    }

    .application-area-inner-top {
      gap: 0;
      padding: 70px;
    }

    .application-area-heading h2 {
      font-size: 40px;
    }

    .application-area-heading p {
      font-size: clamp(1rem, 0.2782rem + 1.5038vw, 1.5rem);
    }
  }
}

@media screen and (max-width: 1023px) {
  .app-custom {
    .information-block {
      flex-direction: column;
      padding: 50px;
    }
    
    .application-area-inner-top {
      gap: 20px;
      padding-inline: 40px;
    }

    .application-area-heading h2 {
      font-size: clamp(2rem, 1.2782rem + 1.5038vw, 2.5rem);
    }

    .application-area-rewards-item {
      width: 120px;
      height: 120px;
    }

    .application-area-rewards-item-title {
      font-size: 20px;
    }

    .application-area-rewards-item-title span {
      font-size: 32px;
    }

    .application-area-right {
      max-width: 250px;
      width: 100%;
    }
  }
}

/* アプリテスト768px以下のスタイル↓ */
@media screen and (max-width: 767px) {
  .app-custom {
    .intro-block.--mt {
      margin-top: 66px;
    }

    .information-block {
      padding: 30px;
    }

    .information-inner {
      padding: 0;
    }

    .application-area-inner-top {
      flex-direction: column;
      padding-inline: 20px;
    }

    .application-area-left {
      display: contents;
    }

    .application-area-heading {
      text-align: center;
      order: 1;
    }

    .application-area-heading h2 {
      font-size: 40px;
    }

    .application-area-caution {
      order: 2;
    }

    .application-area-rewards-wrapper {
      justify-content: center;
      margin-top: 0;
      order: 4;
    }

    .application-area-text {
      text-align: center;
      margin-top: 30px;
      order: 5;
    }

    .application-area-dls {
      order: 6;
    }

    .application-area-right {
      order: 3;
      margin-inline: auto;
    }

    .application-area-lists {
      flex-direction: column;
      align-items: center;
      gap: 40px;
      margin-top: 40px;
    }

    .application-area-list-num {
      top: -30px;
      left: -10px;
      width: 60px;
      height: 60px;
    }

    .application-area-list-num b {
      font-size: 30px;
    }
  }
}