/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/


/* レイアウトミスを探すためのアウトライン */
* {
 /* outline: 1px solid red; */
}




html {
  scroll-padding-top: 120px;
}




/* 投稿画面 カスタマイズ */
/* 投稿画面 カスタマイズ */
/* 投稿画面 カスタマイズ */
/* 投稿画面 カスタマイズ */
/* 投稿画面 カスタマイズ */
/* 投稿画面 カスタマイズ */
/* 投稿画面 カスタマイズ */
/* 投稿画面 カスタマイズ */






/* block-list-appender（ブロック追加エリア）の
   margin-top が消える不具合を防ぐ */



/* ヘッダー　全般 */
/* ヘッダー　全般 */
/* ヘッダー　全般 */
/* ヘッダー　全般 */
/* ヘッダー　全般 */
/* ヘッダー　全般 */
/* ヘッダー　全般 */
/* ヘッダーエリア全体を完全に消去する */
.site-header {
    display: none !important;
}

/* ヘッダーのお問い合わせボタン */
.pocher-cta-section-header {
  transform: scale(0.45);
  margin-left:-120px;
  margin-right:-160px;
}

/* モバイル・タブレット時のみ、ヘッダー右側の特定要素の余白を強制排除 */
@media (max-width: 1024px) {
    .mobile-mail-icon {
		margin-bottom:-5px !important;
        padding: 0 !important;
    }
}



/* ヒーロー */
/* ヒーロー */
/* ヒーロー */
/* ヒーロー */
/* ヒーロー */
/* ヒーロー */
/* ヒーロー */
/* ヒーロー */
/* ヒーローセクションの拡大・縮小 */
.hero-fv{
	
}


figure.hero-main-image-pc img{
	margin-top:-25px;
	margin-bottom:-45px;
}


/* ヒーロー */
/* 中央セクション */
.plate-content{
	margin:0 0 0 0;
}


/* ヒーロー */
/* 皿の上のコンテンツ */
.plate-content{
	transform: scale(1.00);
}


/* ヒーロー */
/* 左右画像を中央の後ろに重ねる */
.overlap-side-left,
.overlap-side-right,
.overlap-side-center{
	position: relative;
}

/* --- 修正版：左右の円の重なりを比率で管理 --- */
/* 現在 30px という固定値になっているため、画面が小さくなっても重なり幅が変わりません */
.overlap-side-left {
  transform: scale(1.2) translateX(0.00vw); /* pxからvwに変更 */
  z-index: 1;
}

.overlap-side-right {
  transform: scale(1.2) translateX(-0.00vw); /* pxからvwに変更 */
  z-index: 0;
}

.overlap-side-center{
	z-index: 10;
}
/* ヒーロー */
/* 背景の斜め線 */
.hero-fv {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}

.hero-fv > * {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .hero-fv::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 66.6666%;
    height: 100%;
    background: #FFEDDB;
    clip-path: polygon(0 0, 50% 0, 100% 100%, 0% 100%);
    z-index: 0;
  }
}

@media (max-width: 767px) {
	.hero-fv{
	background: url("https://makotomo.main.jp/wp-content/uploads/2026/04/380cbf6f223a06e127c74c2a213710f9-1.png")  center bottom / 640px 200px repeat-y;
	}
}


/* テキスト 装飾 */
/* 茶色テキスト */
.plate-title {
  font-family: "M PLUS Rounded 1c", sans-serif;
	white-space: nowrap;
  color: #8b5a2b;
  margin: 0px 0px 5px 0px;
  text-shadow:
    -3px -3px 0 #fff7ea,
     0px -3px 0 #fff7ea,
     3px -3px 0 #fff7ea,
    -3px  0px 0 #fff7ea,
     3px  0px 0 #fff7ea,
    -3px  3px 0 #fff7ea,
     0px  3px 0 #fff7ea,
     3px  3px 0 #fff7ea,
     3px  6px 0 rgba(255, 214, 170, 0.99),
     4px  6px 10px rgba(139, 90, 43, 0.18);
}

.plate-logo {
	margin-top:-20px;
  text-shadow:
    0 2px 0 rgba(255,255,255,0.75),
    0 4px 8px rgba(0,0,0,0.06);
}


/* ヒーロー下部お椀画像 */
.hero-fv {
  position: relative;
  overflow: visible;
  z-index: 1;
  padding-bottom: 50px;
}

.hero-fv::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
  height: 100px;
  background: url("https://makotomo.main.jp/wp-content/uploads/2026/04/00-hero-separater.png")  center bottom / 100% 100% no-repeat;
  z-index: 5;
  pointer-events: none;
}

.hero-next-band {
  background: #FFCF62;
  margin-top: -00px;
  position: relative;
  z-index: 1;
}




/* お問い合わせ ヒーローの直下 */
/* お問い合わせ ヒーローの直下 */
/* お問い合わせ ヒーローの直下 */
/* お問い合わせ ヒーローの直下 */
/* お問い合わせ ヒーローの直下 */
/* お問い合わせ ヒーローの直下 */
/* お問い合わせ ヒーローの直下 */
/* お問い合わせ ヒーローの直下 */
/* ===== CTAセクション全体の背景（オレンジ） ===== */
.pocher-cta-section {
  background-color: #FFCF62;
  padding: 40px 20px;
  text-align: center;
}

/* ===== 「╲ お問い合わせはこちら ╱」テキスト ===== */
.pocher-cta-label {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.06em;

  text-shadow:
    0 3px 0 rgba(201, 104, 35, 0.55),
    0 6px 12px rgba(120, 52, 18, 0.18);
}


/* 斜め線の装飾「╲」「╱」 */
.pocher-cta-label .slash-deco {
  display: inline-block;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  color: #fff8ef;
  transform: translateY(-1px);
  opacity: 1;
  text-shadow:
    0 3px 0 rgba(201, 104, 35, 0.35),
    0 6px 10px rgba(120, 52, 18, 0.14);
}

@media (max-width: 767px) {
  .pocher-cta-label {
    gap: 8px;
    margin-bottom: 14px;
    font-size: 20px;
  }

  .pocher-cta-label .slash-deco {
    font-size: 24px;
  }
}

/* ===== ボタン本体 ===== */
.pocher-cta-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 460px;
  max-width: 90%;
  box-sizing: border-box;
  padding: 12px 24px 12px 24px;

  color: #ffffff;
  text-decoration: none;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;

  border-radius: 999px;
  border: 2px solid #ffb08e;

  background: linear-gradient(
    to bottom,
    #ff9b72 0%,
    #ff8658 18%,
    #F56B02 45%,
    #F56B02 70%,
    #dc5627 100%
  );

  box-shadow:
    0 6px 0 #b84a1a,
    0 12px 20px rgba(50, 50, 50, 0.32),
    inset 0 2px 0 rgba(255, 255, 255, 0.65),
    inset 0 -2px 0 rgba(0, 0, 0, 0.08);

  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    filter 0.18s ease;
}

/* 上側のツヤ */
.pocher-cta-btn::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 14px;
  right: 14px;
  height: 45%;
  border-radius: 999px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.42),
    rgba(255, 255, 255, 0.08)
  );
  pointer-events: none;
}

/* 外周にうっすら発光感 */
.pocher-cta-btn::after {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.18);
  pointer-events: none;
}

/* ホバー時 */
.pocher-cta-btn:hover {
  color: #ffffff;
  transform: translateY(-4px);
  box-shadow:
    0 8px 0 #b84a1a,
    0 16px 24px rgba(140, 64, 21, 0.24),
    inset 0 2px 0 rgba(255, 255, 255, 0.72),
    inset 0 -2px 0 rgba(0, 0, 0, 0.08);
  filter: saturate(1.03) brightness(1.02);
	text-decoration:none;
}

/* クリック時 */
.pocher-cta-btn:active {
  transform: translateY(3px);
  box-shadow:
    0 3px 0 #b84a1a,
    0 8px 14px rgba(140, 64, 21, 0.18),
    inset 0 2px 0 rgba(255, 255, 255, 0.55),
    inset 0 -2px 0 rgba(0, 0, 0, 0.10);
}

/* ===== 左のアイコン（白丸の中にメールマーク） ===== */
.btn-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: linear-gradient(to bottom, #ffffff 0%, #fff4ec 100%);
  border-radius: 50%;
  margin-right: 4px;
  flex-shrink: 0;
  box-shadow:
    inset 0 2px 0 rgba(255, 255, 255, 0.95),
    0 2px 4px rgba(0, 0, 0, 0.10);
}

/* ===== ボタンのテキスト部分 ===== */
.btn-text {
  position: relative;
  z-index: 1;
  flex: 1;
  text-align: center;
  text-shadow: 0 2px 0 rgba(120, 52, 18, 0.35);
}

/* ===== 右側の「›」矢印 ===== */
.btn-arrow {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  font-size: 60px;
	font-weight:900;
  line-height: 1;
  flex-shrink: 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
	padding-bottom: 15px;
  box-sizing: border-box;
}


/* ===== スマホ調整 ===== */
@media (max-width: 767px) {
  .pocher-cta-btn {
    width: 100%;
    max-width: 340px;
    padding: 14px 18px;
    font-size: 18px;
  }

  .btn-icon {
    width: 38px;
    height: 38px;
  }

  .btn-arrow {
    width: 30px;
    height: 30px;
    font-size: 22px;
  }
}




/* 新着一覧 */
/* 新着一覧 */
/* 新着一覧 */
/* 新着一覧 */
/* 新着一覧 */
/* 新着一覧 */
/* 新着一覧 */
/* 新着一覧 */

/* InsertPost */
.post-card__images .pattern-3v .square-mode{
	border-color:#cccccc;
}




/* 領域をクリック可能にする */
/* 行全体を相対配置にする */
.news-row {
    position: relative;
    transition: background-color 0.2s ease;
}

/* ホバー時に背景を薄くグレーにする（任意） */
.news-row:hover {
    background-color: #fceee3;
}

/* タイトルのリンク判定を親コンテナ全体に広げる */
.news-row a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10; /* 他の要素より上に持ってくる */
}

/* バッジの見た目をCSSで作成する */
/* 「NEW!」バッジ自体の設定（タイトルの文字設定を壊さない） */
.is-new .news-row .post-list-title::before {
    content: "NEW!";
    display: inline-block;
    
    /* バッジ自体の装飾 */
    background-color: #f56b02;
    color: #fff;
    border-radius: 3px;
    font-weight: bold;
    
    /* バッジの文字サイズを固定（タイトルの大きさに引きずられないよう設定） */
    font-size: 13px !important;
    
    /* 厚みの調整：paddingで制御し、line-heightは最小限に */
    padding: 4px 8px !important; 
    line-height: 1.2 !important;
    
    /* 左右の余白 */
    margin-right: 10px;

    /* タイトルの文字との垂直位置合わせ（微調整用） */
    vertical-align: middle;
    position: relative;
    top: -1px; /* 1px単位でバッジを上下に動かせます */
}

/* タイトル本体（親）の設定：エディタのTypographyを優先させる */
.news-row .post-list-title {
    /* ここにはサイズを指定せず、エディタ側に任せる */
    display: flex;
    align-items: center; /* バッジと文字を中央で揃える */
}
/* タイトルと日付の文字色をエディタのTypography設定に従わせる */
.news-row .post-list-title,
.news-row .gb-headline {
    /* CSSでの色指定を一切行わない、あるいは継承させる */
    color: inherit; 
}



/* こんなお悩みありませんか？ */
/* ===== お悩みセクション全体 ===== */
.pocher-problem-section {
  
  background-image:
    radial-gradient(rgba(255,255,255,0.35) 1px, transparent 1px),
    radial-gradient(rgba(0,0,0,0.02) 1px, transparent 1px);
  background-size: 24px 24px, 18px 18px;
  background-position: 0 0, 9px 9px;
  padding: 60px 10px 68px;
}

/* 中央寄せ */
.pocher-problem-inner {
  max-width: 1100px;
  margin: 0 auto;
}

/* ===== 見出し ===== */
.pocher-problem-title {
  margin: 0 0 42px;
  text-align: center;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.4;
  color: #2f2f2f;
  letter-spacing: 0.04em;
	line-height: 1.8;
  letter-spacing: 0.02em;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.pocher-problem-title .title-dots {
  display: block;
  margin-bottom: 8px;
  color: #f08a5b;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.35em;
}

/* ===== 3カラム配置 ===== */
.pocher-problem-layout {
  display: grid;
  grid-template-columns: 1fr 240px 1fr;
  align-items: stretch;
  column-gap: 34px;
}

/* 左右の3個ずつの列 */
.problem-list {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  gap: 18px;
  height: 100%;
}

/* 各ボックス */
.problem-box {
	
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  padding: 15px 12px;
  box-sizing: border-box;

  background: #f7f7f7;
  border-radius: 18px;
	 font-family: "Zen Maru Gothic", sans-serif;
  color: #333333;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.55;
  text-align: center;

  box-shadow:
    0 2px 0 rgba(255,255,255,0.9) inset,
    0 2px 10px rgba(0,0,0,0.05);
}


/* 中央イラスト */
.problem-illust {
  text-align: center;
	transform: translateY(30px);
	text-align:center;
}

.problem-illust img {
  max-width: 100%;
  height: auto;
  display: inline-block;
	
}
.secTtl {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.35;
}

/* 点を載せたい文字 */
.dot-char {
  position: relative;
  display: inline-block;
}

/* 上のオレンジの点 */
.dot-char::before {
  content: "●";
  position: absolute;
  top: -0.9em;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.28em;
  color: #f08a5b;
  line-height: 1;
}

/* ===== タブレット調整 ===== */
@media (max-width: 991px) {
  .pocher-problem-layout {
    grid-template-columns: 1fr 200px 1fr;
    column-gap: 20px;
  }

  .pocher-problem-title {
    font-size: 30px;
  }

  .problem-box {
    font-size: 18px;
    padding: 16px 18px;
    min-height: 70px;
  }
}

/* ===== モバイル表示 ===== */
@media (max-width: 767px) {
  .pocher-problem-section {
    padding: 48px 16px 36px;
  }

  .pocher-problem-title {
    margin-bottom: 26px;
    font-size: 28px;
    line-height: 1.45;
  }

  .pocher-problem-title .title-dots {
    margin-bottom: 6px;
    font-size: 18px;
  }

  /* ここが重要：
     モバイルでは縦並びにする */
  .pocher-problem-layout {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }

  /* 左右リストを中身だけ並べる */
  .problem-list {
    gap: 14px;
  }

  /* モバイル時は左右のグループ感を消して、
     6個の箱が上から順に並ぶ */
  .problem-list-left {
    order: 1;
  }

  .problem-list-right {
    order: 2;
  }

  .problem-illust {
    order: 3;
    margin-top: 10px;
  }

  .problem-box {
    min-height: auto;
    padding: 16px 18px;
    border-radius: 16px;
    font-size: 21px;
    line-height: 1.6;
  }

  .problem-illust img {
    width: 180px;
    max-width: 60%;
  }
}

/* 次のセクションへの矢印「▼」 */
 .down-arrow-orange{
 margin-bottom:-50px;
}

/* ポイント */

.point-num{
	
}
.point-icon{
	
}
.point-text{
	
}
.point-midashi{

}
.point-honbun{

}

/* その１ 関連 */
/* 最下部の吹き出し内　強調 */
.marker-half {
  display: inline;
  background: linear-gradient(transparent 60%, #fa8e8c 100%);
}


/* 目的に合わせて */
/* トップの画像を枠の上にはみ出す */
.mokuteki-image{
	
	  /* 上から120px上に移動 */
}
.mokuteki-imagebox{
	
}


/* まこともなら食べやすさも大切に */
/* リボン見出し */
.makotomo-ribbon{
  display: inline-block;
  position: relative;
  height: 100px;
	width:;
  line-height: 60px;
  text-align: center;
  padding: 7px 00px;
  background: #FFF89A;
  box-sizing: border-box;
  box-shadow: 0px 5px 3px rgba(0, 0, 0, 0.25);
}

.makotomo-ribbon h3 {
  margin: 0;
  padding: 20px 180px;
  border-top: dashed 2px rgba(243, 154, 43, 0.5);
  border-bottom: dashed 2px rgba(243, 154, 43, 0.5);
  line-height: 42px;
}

.makotomo-ribbon:before, .makotomo-ribbon:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.makotomo-ribbon:before {
  top: -2px;
  left: -2px;
  border-width: 53px 0px 53px 45px;
  border-color: transparent transparent transparent #F39A2B;
  border-style: solid;
}

.makotomo-ribbon:after {
  top: -2px;
  right: -2px;
  border-width: 53px 45px 53px 0px;
  border-color: transparent #F39A2B transparent transparent;
  border-style: solid;
}

/* 選べるお食事 */
/* ROW セクションの幅を1200pxに */
.kb-row-layout-wrap.wp-block-kadence-rowlayout.kb-row-layout-id4089_c6fa96-43{
	width:1200px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* 記事一覧（固定ページ） */
/* 記事一覧（固定ページ） */
/* 記事一覧（固定ページ） */
/* 記事一覧（固定ページ） */
/* 記事一覧（固定ページ） */
/* 記事一覧（固定ページ） */
/* 記事一覧（固定ページ） */
/* 記事一覧（固定ページ） */

/* ボックス全体 */
.post-list-box {
  transition: 0.2s;
}
.post-list-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.post-list-box{
	
}
/* 「続きを読む」の装飾 */
.post-continue a{
	color:NAVY;
	font-weight:BOLD;
}





/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* フッター */
/* フッター */
/* フッター */
/* フッター */
/* フッター */
/* フッター */
/* フッター */
/* フッター */
/* GeneratePress のコピーライトを非表示 */
.site-footer .grid-container{
	display:none;
}

/* スペック表示 */
.footer-office-list{
  display:grid;
  grid-template-columns: 140px 1fr;
  gap:12px 24px;
  max-width:800px;
  margin:auto;
}

.office-name{
  text-align:right;
  font-weight:bold;
}

.office-info{
  text-align:left;
  line-height:1.3;
  font-weight:bold;
}

@media(max-width:768px){

  .footer-office-list{
    grid-template-columns:1fr;
  }

  .office-name{
    text-align:left;
    margin-top:16px;
  }

}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* 投稿記事（single.php） */
/* 投稿記事（single.php） */
/* 投稿記事（single.php） */
/* 投稿記事（single.php） */
/* 投稿記事（single.php） */
/* 投稿記事（single.php） */
/* 投稿記事（single.php） */

/* タイトルを丸ゴ+太く（H1） */
h1 {
    font-size: 42px;
    margin-bottom: 20px;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: none;
}





