/* テンプレート化用のクラス「.c-」を付与しています。
新しいアイテムが追加された際はわかりやすく「.c-」を付与してください */

/* 非公開時に上部表示される文言など削除 */
#headbar + .header {
  margin-bottom: 0;
}

#headbar + .header h1 {
  display: none;
}

/* キービジュアルのセンタリング */
.c-mv img {
  display: flex;
  justify-content: center;
  margin-inline: auto;
}

@media screen and (max-width: 1000px) {
  .c-mv .container {
    padding-inline: 30px;
  }
}

@media screen and (max-width: 767px) {
  .c-mv .container {
    padding-inline: 0;
  }
}

/* 斜めの背景を設定 */
.c-bg__stripe {
  background: repeating-linear-gradient(-30deg,#3a3a3a,#3a3a3a 2px,#000 3px,#000 4px);
  color: #fff;
}

/* グレイ背景を設定 */
.c-bg__gray {
  background: #f3f3f3;
}

/* セクション上下に余白付与 */
.c-sec {
  padding-block: 90px;
}

.c-sec:last-child {
  padding-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .c-sec {
    padding-block: 50px;
  }
  .c-sec:last-child {
    padding-bottom: 60px;
  }
}

/* スマホ時のセクション余白調整 */
@media screen and (max-width: 767px) {
  .c-sec .container {
    padding-inline: 30px;
  }
}

/* テキストセンタリング */
.c-sec__center {
  text-align: center;
}

/* タイトル */
.c-sec h2 {
  font-size: 34px;
  font-weight: 700;
  display: inline-block;
  padding-bottom: 5px;
  margin-block: 0 50px;
  border-bottom: 2px solid #333;
}

.c-sec h2.c-sec__announce {
  border-bottom: none;
  padding-bottom: 0;
}

.c-sec h2.c-sec__nomb {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .c-sec h2 {
    font-size: calc(44 / 750 * 100vw);
    margin-bottom: 25px;
  }
  .c-sec h2.c-sec__announce {
    font-size: calc(37 / 750 * 100vw);
  }
}

.c-sec.c-bg__stripe h2 {
  border-bottom: 2px solid #fff;
}

@media screen and (max-width: 767px) {
  .c-sec.c-bg__stripe .c-sec__2colum-table td {
    border-color: #fff;
  }
}

/* テキスト */
.c-sec p {
  font-size: 18px;
  line-height: 2;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .c-sec p {
    text-align: left;
    font-size: calc(34 / 750 * 100vw);
    letter-spacing: -0.02em;
  }
}

.c-sec p.c-sec__lead {
  margin-bottom: 50px;
  font-size: 36px;
  color: #fff;
  line-height: 1;
}


@media screen and (max-width: 767px) {
  .c-sec p.c-sec__lead {
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.5;
  }
}

/* テキスト下に余白つけたいとき */
.c-sec p.c-sec__mb {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .c-sec p.c-sec__mb {
    margin-bottom: 30px;
  }
}

/* 下に余白つけたいとき */
.c-sec__mb {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .c-sec__mb {
    margin-bottom: 30px;
  }
}

/* 2カラムレイアウト */
.c-sec__2colum {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 1000px) {
  .c-sec__2colum {
    display: block;
    margin-bottom: 56px;
  }
}

@media screen and (max-width: 767px) {
  .c-sec__2colum {
    margin-bottom: 40px;
  }
}

.c-sec__2colum-img {
  flex-shrink: 0;
  margin-right: 30px;
}

@media screen and (max-width: 1000px) {
  .c-sec__2colum-img {
    margin-right: 0;
    margin-bottom: 56px;
  }
}

@media screen and (max-width: 767px) {
  .c-sec__2colum-img {
    margin-bottom: 30px;
  }
}

.c-sec__2colum-txt {
  text-align: left;
  font-size: 18px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .c-sec__2colum-txt {
    font-size: calc(34 / 750 * 100vw);
    letter-spacing: -0.02em;
  }
}

.c-sec__2colum th {
  vertical-align: top;
  width: 90px;
}

@media screen and (max-width: 767px) {
  .c-sec__2colum th {
    width: calc(200 / 750 * 100vw);
  }
}

.c-sec__2colum td {
  width: calc(100% - 90px);
}

.c-sec__2colum td small {
  font-size: .8em;
}

@media screen and (max-width: 767px) {
  .c-sec__2colum td {
    width: calc(100% - (200 / 750 * 100vw));
  }
}

/* 1店舗ショップ2カラムレイアウト */
.c-sec__shops2colum {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1000px) {
  .c-sec__shops2colum {
    display: block;
  }
}

.c-sec__shops2colum-img {
  flex-shrink: 0;
  margin-right: 30px;
}

@media screen and (max-width: 1000px) {
  .c-sec__shops2colum-img {
    margin-right: 0;
    margin-bottom: 56px;
  }
}

@media screen and (max-width: 767px) {
  .c-sec__shops2colum-img {
    margin-bottom: 30px;
  }
}

.c-sec__shops2colum-table {
  margin-bottom: 30px;
}

.c-sec__shops2colum-txt {
  text-align: left;
  font-size: 18px;
  line-height: 2;
}

.c-sec p.c-sec__shops2colum-txt-mb {
  margin-bottom: 40px;
}

@media screen and (max-width: 1000px) {
  .c-sec__shops2colum-txt {
    max-width: 434px;
    margin-inline: auto;
  }
}

@media screen and (max-width: 767px) {
  .c-sec__shops2colum-txt {
    font-size: calc(34 / 750 * 100vw);
    letter-spacing: -0.02em;
  }
  .c-sec__shops2colum-table,
  .c-sec p.c-sec__shops2colum-txt-mb {
    margin-bottom: 30px;
  }
}

.c-sec__shops2colum-txt p {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .c-sec__shops2colum table {
    margin-top: -15px;
  }
}

.c-sec__shops2colum th {
  vertical-align: top;
  width: 90px;
}

@media screen and (max-width: 767px) {
  .c-sec__shops2colum th {
    width: 100%;
    display: block;
    padding-top: 15px;
  }
}

.c-sec__shops2colum td {
  width: calc(100% - 90px);
}

.c-sec__shops2colum td small {
  font-size: .8em;
}

@media screen and (max-width: 767px) {
  .c-sec__shops2colum td {
    width: 100%;
    display: block;
    padding-bottom: 15px;
    border-bottom: 1px solid #b9b9b9;
  }
}

/* ボタン */
.c-flex {
  display: flex;
}

.c-flex__c {
  display: flex;
  justify-content: center;
}

.c-flex-column {
  display: flex;
  flex-direction: column;
}

.c-btns {
  gap: 20px 40px;
}

@media screen and (max-width: 767px) {
  .c-btns {
    flex-direction: column;
    gap: 20px 0;
  }
}

.c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 380px;
  height: 70px;
  padding: 12px 40px;
  border: 2px solid #333;
  background: #fff;
  font-size: 24px;
  font-weight: 700;
  color: #333;
  position: relative;
  transition: opacity .3s;
}

@media screen and (max-width: 767px) {
  .c-btn {
    max-width: inherit;
    height: 45px;
    padding: 8px 26px;
    font-size: 16px;
  }
}

.c-btn.blank {
  justify-content: flex-start;
}

.c-btn:hover,
.c-btn:focus {
  outline: none;
  text-decoration: none;
  color: #333;
}

.c-btn:hover {
  opacity: .7;
}

@media screen and (max-width: 767px) {
  .c-btn:hover {
    opacity: 1;
  }
}

/* .blank→マーク付き、.blankC→マーク付き・マークが中央にある */
.c-btn.blank:before {
  content: "";
  display: block;
  width: 27px;
  height: 26px;
  background: url(https://test-garden.online/wp/wp-content/themes/garden_cms/image/page/yamashita-honki-udon_fc-open/icon_blank@2x.png) 50% / cover no-repeat;
  position: absolute;
  top: 50%;
  right: 24px;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.c-btn.blankC:after {
  content: "";
  display: block;
  width: 27px;
  height: 26px;
  background: url(https://test-garden.online/wp/wp-content/themes/garden_cms/image/page/yamashita-honki-udon_fc-open/icon_blank@2x.png) 50% / cover no-repeat;
  margin-left: 8px;
}

@media screen and (max-width: 1000px) {
  .c-btn.blank:before,
  .c-btn.blankC:after {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .c-btn.blank:before,
  .c-btn.blankC:after {
    width: 18px;
    height: 18px;
  }
}

/* 店舗一覧 */
.c-shops {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 25px;
  max-width: 1000px;
  margin-inline: auto;
}

@media screen and (max-width: 1000px) {
  .c-shops {
    flex-direction: column;
    align-items: center;
  }
}

.c-shops__item {
  width: calc((100% - 25px) / 2);
}

@media screen and (max-width: 1000px) {
  .c-shops__item {
    width: 490px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .c-shops__item {
    width: 100%;
    text-align: left;
  }
}

.c-sec .c-shops__item figure img {
  width: 100%;
}

.c-sec .c-shops__item p {
  line-height: 1.42857143;
}

.c-sec p.c-shops__item-name {
  margin-top: 27px;
  font-size: 34px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .c-sec p.c-shops__item-name {
    font-size: calc(44 / 750 * 100vw);
    margin-top: 10px;
  }
}

.c-sec p.c-shops__item-label {
  font-size: 20px;
  font-weight: 700;
  color: #e82b18;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .c-sec p.c-shops__item-label {
    font-size: calc(34 / 750 * 100vw);
    margin-top: 10px;
  }
}

.c-sec p.c-shops__item-address {
  font-size: 20px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .c-sec p.c-shops__item-address {
    font-size: calc(34 / 750 * 100vw);
    margin-bottom: 15px;
  }
}

.c-sec__shops2colum-txt .c-btn,
.c-shops .c-btn {
  max-width: inherit;
}


/* pc表示sp表示制御（既存のクラスだと思った通りにならないため） */
.c-sp {
  display: none;
}

@media screen and (max-width: 1000px) {
  .c-pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .c-sp {
    display: block;
  }
}