@charset "UTF-8";

/******************************/
/* 共通 */
/******************************/
/** 非表示に **/
#Journal > h1,
#Journal > h1 + article > h2,
.footer_area {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap;
}


@media screen and (max-width: 768px) {
  #contents {
    padding: 0;
  }

}

/******************************/
/* 店舗紹介 */
/******************************/
.p-lp-about .p-about-copy {
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  width: 550px;
  font-size: min(calc(18 / 375 * 100vw), 18px)
}

.p-lp-about .p-about-inner {
  padding: min(calc(88 / 375 * 100vw), 80px) min(calc(32 / 375 * 100vw), 36px) min(calc(88 / 375 * 100vw), 80px) 0;
}

.p-lp-about .p-about-text {
  width: auto;
}

.p-lp-about .p-about-images {
  margin-left: auto;
  margin-right: auto;
  width: min(calc(311 / 375 * 100vw), 300px);
}

.p-lp-about .p-about-img1 {
  width: 136px;
}

.p-lp-about .p-about-img2 {
  width: 270px;
}

.p-lp-about .p-about-img3 {
  width: 192px;
}

.p-lp-about .p-about-right {
  background-color: #fff;
}

.p-lp-about .p-about-right .p-about-inner {
  padding-top: 0;
  padding-bottom: 0;
}

#main-column .p-lp-about .p-about-right h2.c-title {
  margin-right: min(calc(32/750*100vw), 32px);
  margin-left: min(calc(32/750*100vw), 32px);
  padding-right: 0;
  border-right: none;
  border-left: var(--border);
}

.p-lp-about .p-about-right .Flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.p-lp-about .p-about-right .p-about-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#main-column .st-lp2-wrap h2.c-title {
  padding-bottom: 0;
  padding-left: 0;
  border-bottom: none;
}

.p-about-copy span {
  font-size: .9em;
}

.p-about-02 .p-about-img3 {
  margin-left: auto;
}

.p-lp-about .p-about-link {
  width: auto;
}

@media screen and (min-width: 769px) {
  .p-lp-about .p-about {
    height: auto;
  }

  .p-lp-about .p-about-images {
    margin-top: 20px;
    position: static;
  }

  .p-about-03 .p-about-img3,
  .p-about-02 .p-about-img3 {
    margin-top: 20px;
  }

  .p-lp-about .p-about-copy {
    padding-left: 32px;
    width: 310px;
    font-size: 14px;
  }

  .p-about-02 .p-about-images {
    width: 270px;
  }

}

.p-access iframe {
  margin-bottom: min(calc(32 / 375 * 100vw), 32px);
  display: block;
  width: 100%;
  aspect-ratio: 4/5;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-access th {
  width: 4em;
}

.p-access td {
  width: calc(100% - 4em);
}

.p-access th,
.p-access td {
  padding-bottom: 1em;
  line-height: 1.5;
  vertical-align: top;
}

#Journal .journal-cont .p-shops ul {
  margin: min(calc(32 / 375 * 100vw), 32px) auto 0 auto;
  padding: 0;
  gap: min(calc(16 / 375 * 100vw), 16px) 4%;
}

#Journal .journal-cont .p-shops ul li {
  padding: min(calc(18 / 375 * 100vw), 18px) min(calc(28 / 375 * 100vw), 28px);
  list-style: none;
  width: 48%;
  border: var(--border);
  border-radius: var(--radius);
}

.p-shops {
  padding-bottom: 48px;
  padding-top: 48px;
  border-top: var(--border);
  border-bottom: var(--border);
}

.p-shops h3 {
  margin-bottom: min(calc(12 / 375 * 100vw), 12px);
  padding-bottom: min(calc(12 / 375 * 100vw), 12px);
  font-weight: var(--bold);
  font-size: min(calc(16 / 375 * 100vw), 16px);
  border-bottom: var(--border);
}

.p-shops dt {
  width: 4em;
}

.p-shops dd {
  width: calc(100% - 4em);
}

.p-shops dt,
.p-shops dd {
  font-weight: var(--bold);
}

.p-shops p {
  line-height: 1.8;
}


/**sp**/
@media screen and (max-width: 768px) {
  #main-column .p-about h2.c-title {
    padding-right: calc(32 / 375 * 100vw);
    margin-right: calc(32 / 375 * 100vw);
    padding-left: 0;
  }

  #main-column .p-lp-about .p-about-right h2.c-title {
    padding-left: calc(32 / 375 * 100vw);
    margin-left: calc(32 / 375 * 100vw);
    padding-right: 0;
    margin-right: 0;
  }

  .p-about {
    padding-bottom: 0;
    height: auto;
  }

  .p-lp-about .p-about-inner {
    padding-bottom: 0;
    padding-right: 0;
  }

  .p-lp-about .p-about-text,
  .p-lp-about .p-about-images {
    width: 100%;
  }

  .p-lp-about .p-about-img1 {
    width: calc(136 / 375 * 100vw);
  }

  .p-lp-about .p-about-img2 {
    width: calc(270 / 375 * 100vw);
  }

  .p-lp-about .p-about-img3 {
    width: calc(192 / 375 * 100vw);
  }

  .p-lp-about .p-about-copy {
    width: calc(194 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
  }


  .p-lp-about .p-about-text {
    padding-bottom: calc(80 / 375 * 100vw);
    position: relative;
  }

  #main-column .st-lp2-wrap h2.c-title {
    padding-bottom: 0;
    padding-left: 0;
    border-bottom: none;
  }

  .p-about-01 .p-about-images,
  .p-about-03 .p-about-images {
    margin-bottom: calc(-30 / 375 * 100vw)
  }

  .p-about-02 .p-about-img3,
  .p-about-03 .p-about-img3 {
    margin-top: calc(20 / 375 * 100vw)
  }

  .p-access iframe {
    width: calc(100% + calc(64 / 375 * 100vw));
    margin-left: calc(-32 / 375 * 100vw);
    margin-right: calc(-32 / 375 * 100vw);
  }

  #Journal .journal-cont .p-shops ul {
    gap: min(calc(24 / 375 * 100vw), 16px) 0;
  }

  #Journal .journal-cont .p-shops ul li {
    padding: calc(18 / 375 * 100vw) calc(14 / 375 * 100vw);
    width: 100%;
  }
  .p-about-text{
    
  }
  .p-lp-about .p-about-link{
    bottom: 0;
    width: 100%;
  }

}


/******************************/
/* 法人向け */
/******************************/
#Journal .journal-cont ul.p-lp-corporations-main {
  margin-bottom: min(calc(24 / 375 * 100vw), 24px);
  gap: min(calc(15 / 375 * 100vw), 24px) 4%;
}

.p-lp-corporations-main img {
  border-radius: var(--radius2);
}

.p-lp-corporations-main li {
  width: 48%;
}

.p-lp-corporations-main li:nth-child(1) {
  width: 100%;
}

.p-lp-corporations-main img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-lp-corporations-main li:nth-child(1) img {
  aspect-ratio: 784/472;
}

.p-corporations-scene-list {
  margin-bottom: 24px;
  padding: 24px;
  border-radius: var(--radius2);
  border: var(--border);
  font-size: min(calc(16 / 375 * 100vw), 16px);
  line-height: 1.8;
}

#Journal .journal-cont .p-corporations-scene-list ul {
  margin-bottom: 1em;
}

#Journal .journal-cont .p-corporations-scene-list ul li {
  padding-left: 1.1em;
  font-size: min(calc(16 / 375 * 100vw), 16px);
  line-height: 1.8;
  position: relative;
}

.p-corporations-scene-list ul li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.p-corporations-scene-list:last-child {
  margin-bottom: 0;
}

.p-corporations-scene-list h3 {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: var(--border);
}

.p-corporations-scene-list h3 span {
  margin-bottom: .5em;
  color: #B27A0D;
  display: block;
}

.p-lp-corporations .p-contact-inner {
  background: var(--sub-color);
  color: #000;
}

.p-lp-corporations .p-contact-body p,
.p-lp-corporations .p-contact-sub a {
  color: #000;
}

.p-corporations-scene {
  padding-bottom: 0;
  border-bottom: none;
}

.p-column-bnr {
  border-bottom: none;
}

@media screen and (min-width: 769px) {
  .p-voice-thumb {
    width: 17%;
  }
}

@media screen and (max-width: 768px) {

  .p-lp-corporations-main img {
    border-radius: 0;
  }

  .p-lp-corporations-main img {
    aspect-ratio: 1/1;
  }

  .p-lp-corporations-main li:nth-child(1) img {
    aspect-ratio: 375/277;
  }

  .p-corporations-scene-list {
    margin-bottom: calc(16 / 375 * 100vw);
    padding: calc(24 / 375 * 100vw);
  }

  .p-lp-corporations .p-corporations-scene {
    padding-left: calc(16 / 375 * 100vw);
    padding-right: calc(16 / 375 * 100vw);

  }

  .p-lp-corporations .p-voice.st-cate-wrap {
    padding-left: calc(16 / 375 * 100vw);
  }

  .p-lp-corporations .p-contact-label {
    width: 20%;
    border-bottom: none;
    border-right: var(--border);
  }

  .p-lp-corporations .p-contact-body {
    padding-left: calc(24 / 375 * 100vw);
    width: 80%;
  }

  .p-lp-corporations .p-contact-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;

  }

}

/******************************/
/* FAQ */
/******************************/
@media screen and (max-width: 768px) {

  .p-lp-faq .p-faq.st-cate-wrap {
    padding-top: calc(28 / 375 * 100vw);
  }
}