
@charset "utf-8";

@font-face {
  font-display: swap;
}


h3,h4,h5 p{
  color:initial;
}

p{
  margin:0;
  padding:0;
}

a:focus {
  outline:none;
}

.mamapan a, .mamapan a:hover {
  color: #333;
  text-decoration: none;
}

a { color: var(--mainclr); text-decoration: none; }
a:hover { text-decoration: underline; }
/*img { max-width: 100%; height: auto; display: block; }*/



/* ===== BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --mainclr:        #edae3c;
  --mainclr-light:  #fff8ee;
  --mainclr-mid:    #ffecca;
  --accent:       #e8a245;
  --accent-light: #fdf4e7;
  --text:         #333;
  --text-light:   #666;
  --border:       #dde8e2;
  --radius:       6px;
}

body {
  color: var(--text);
  background: #fff;
  font-size: 18px;
  line-height: 1.8;
}



/* ===== レイアウト ===== */
.article_frame {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
 font-family: "Noto Sans JP", sans-serif;
}
.article_frame p {
  font-size: 16px;
  margin-bottom: 2%;
  line-height: 28px;
  text-align: left;
}
@media (max-width: 480px) {
.article_frame p {
    margin-bottom: 6%;

}
}

article {
  flex: 1;
  min-width: 0;
}


@media (max-width: 860px) {
  }
hgroup {
  margin-bottom: 0;
}


/* リード部分 ============================================*/

#introduction {
  text-align: center;
   font-family: "Noto Sans JP", sans-serif;

}

h1#top_title {
  display:none;
}

#introduction picture {
  display:block;
  margin:0 auto 40px auto;
}

.lead-sentence {
  color:#000;
  margin: 0 auto 50px;
  padding: 20px 0;
  line-height:1.5rem;
}

.lead-sentence_h2 {
  font-size: clamp(20px, 4vw, 30px);
  font-weight: 700;
  color: var(--text);
  line-height: 1.45;
  margin-bottom: 12px;
  padding: 5px 24px 0;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

#introduction p {
  font-size: clamp(13px, 2vw, 16px);
  color: var(--text-light);
  line-height: 1.9;
  padding: 0 0px;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 16px;
}

@media (max-width: 768px) {
#introduction p {
  text-align: left;
  padding: 0 24px;
}
}



/* ===== SECTION ===== */
section {
  padding: 30px 0;
  /*border-bottom: 1px solid var(--border);*/
}
section:last-of-type { border-bottom: none; }

@media (max-width: 480px) {
section {
  padding: 5px 0;
}
}
}

/* nav（ページ内リンク） */
nav.page_nav {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 16px 20px;
  margin-bottom: 0;
}
nav.page_nav p {
  font-size: 12px;
  color: var(--text-light);
  margin-bottom: 8px;
}
nav.page_nav ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
}
nav.page_nav ol li a {
  font-size: 13px;
  color: var(--mainclr);
}


/* ===== h3〜h6 見出し ===== */
.article_frame h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--mainclr);
  margin-bottom: 28px;
  margin-top: 10px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  text-align: center;
  gap: 16px;
}
.article_frame h3::before,
.article_frame h3::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--mainclr-mid);
  min-width: 20px;
}

/* ルビ */
rt {
  font-size: 0.6em;
  font-weight: bold;
  color: var(--mainclr);
}

/* aside内テンプレートh3は影響最小化 */
.section-sub-ttl__jpn {
  display: block;
}

h4 {
  font-size: 18px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 10px;
  padding-bottom: 4px;
  text-align: center;
}

.recipe_text h4{
  border-bottom: 2px dotted var(--mainclr-mid);
  padding-bottom: 12px;
  margin-bottom: 16px;
  text-align: left;
}
.explain_wrap h4{
  border-bottom: 2px dotted var(--mainclr-mid);
  padding-bottom: 12px;
  margin-bottom: 16px;
  text-align: left;
}


h5 {
  font-size: 14px;
  font-weight: 700;
  color: var(--text-light);
  margin-bottom: 4%;
  margin-top: 2%;
}


/* ===== 3列カード ===== */
.trouble_cards {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
.trouble_cards { grid-template-columns: 1fr; }
}
.trouble_cards li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 20px 12px;
  background: var(--mainclr-light);
  border-radius: var(--radius);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
.trouble_cards li .tc_icon { font-size: 26px; line-height: 1; }


/* ===== 画像と説明文（figure / 2分割） ===== */
/* 画像左 */
.explain_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: flex-start;
  margin-bottom: 36px;
}
/* 画像右（reverseクラスで列順逆転） */
.explain_wrap.reverse { direction: rtl; }
.explain_wrap.reverse > * { direction: ltr; }

@media (max-width: 640px) {
  .explain_wrap,
  .explain_wrap.reverse { grid-template-columns: 1fr; direction: ltr; }
}

.explain_wrap figure figcaption { margin-top: 6px; font-size: 12px; color: var(--text-light); }
.img_frame {border: 1px solid var(--mainclr); border-radius: 2%;}



/* ===== レシピ（手順説明） ===== */
.recipe_block {
  background: var(--mainclr-light);
  border: 1px solid var(--mainclr-mid);
  border-radius: 10px;
  padding: 24px;
  margin-top: 5%;
}
@media (max-width: 768px) {
  .recipe_block {
  padding: 15px;
}
}
.recipe_block > h4 {
  text-align: center;
  font-size: 20px;
  color: var(--mainclr);
  border-bottom: 2px solid var(--mainclr-mid);
  padding-bottom: 18px;
  margin-bottom: 24px;
}

.recipe_inner {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 50px;
}
@media (max-width: 580px) {
  .recipe_inner { grid-template-columns: 1fr; 
  gap: 20px;}
}

/* 手順リスト */
.recipe_steps {
  list-style: none;
  counter-reset: step;
}
.recipe_steps li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.7;
}
.recipe_steps li::before {
  counter-increment: step;
  content: counter(step);
  min-width: 28px;
  height: 28px;
  background: var(--mainclr);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  flex-shrink: 0;
}

.recipe_tip {
  background: #ffffff;
  border-radius: var(--radius);
  padding: 10px 14px;
  font-size: 14px;
  color: var(--text-light);
  margin-top: 4px;
}

/* トッピングリスト */
.topping_frame{
  padding: 10px 4px 14px;
}

.topping_list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
}
.topping_list li {
  font-size: 14px;
  background: var(--mainclr);
  border: 1px solid var(--mainclr-mid);
  border-radius: 20px;
  padding: 6px 10px;
  color: var(--mainclr);
}


/* ===== メープルシロップ部分 ===== */
.maple_wrap {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 50px;
  align-items: center;
  background: var(--accent-light);
  border: 1px solid #f0d08c;
  border-radius: 10px;
  padding: 24px;
  margin-top: 36px;
}
@media (max-width: 767px) {
  .maple_wrap { grid-template-columns: 1fr;
    gap: 24px;
 }
  
}

.maple_wrap h4 {
  font-size: 18px;
  color: #8b5000;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 10px;
  line-height: 1.6;
}

.maple_points {
  list-style: none;
  margin-top: 12px;
  margin-bottom: 10px;
  font-size: 14px;
}
.maple_points li {
  padding: 4px 0 4px 20px;
  position: relative;
}
.maple_points li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--accent);
  font-weight: 700;
}


/* ===== 商品グリッド（均等3分割） ===== */
.product_grid {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 24px;
}
@media (max-width: 640px) {
  .product_grid { grid-template-columns: repeat(2, 1fr); }
}

.product_grid li {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  text-align: center;
  background: #fff;
}

/*.product_grid figure { line-height: 0; }*/

.product_img {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
}

.product_grid figcaption {
  padding: 10px 8px 14px;
}
.product_grid figcaption .brand { font-size: 10px; color: var(--text-light); margin-bottom: 6px; }
.product_grid figcaption .name  { font-size: 13px; font-weight: 700; margin-bottom: 10px; }


/* ===== ボタン関連 ===== */
a.btn {
  display: inline-block;
  font-size: 14px;
  padding: 10px 28px;
  margin: 2% 0;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  text-decoration: none;
  transition: opacity 0.2s;
}
a.btn:hover { opacity: 0.75; text-decoration: none; }

a.btn_maple    { background:#ac8f4a; color: #fff; border: 1px solid #ac8f4a; }
a.btn_fill    { background: #fff; color: var(--mainclr); border: 1px solid var(--mainclr); }
a.btn_fill:hover {background: var(--mainclr);color: #fff;}

a.btn_gn   { background: var(--mainclr); color: #fff; border: 1px solid var(--mainclr); }



.product_grid a.btn { min-width: 100px; padding: 8px 12px; font-size: 14px; }


.closing {
  background: linear-gradient(135deg,#fff0e0,#ffd380);
  padding: 56px 24px;
  text-align: center;
}
.closing p {
  font-size: 18px;
  line-height: 1.9;
  color: #1a3d2a;
  font-weight: 500;
}






/* 背景 ============================================*/
.block_ttlovernight {
    display: table;
    height: 400px;
    width: 100%;
    position: relative;
    border:none;
    margin-bottom: 2%;
}

.block_ttlovernight {
    background: url('img/bgi_overnightsoat.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
}

.onlyitem-bg01 {
  background-color: #fffcec;
  padding: 50px 0;
  /* article_frame の幅制限を突き破って全幅表示 */
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
}



/*============================================*/
/*画像関係　他 */
/*============================================*/


.c-responsive-img {
display: inline-block;
height: auto;
max-width: 100%;
}

.img-circle {
  border-radius: 50%;
}

/*写真を角丸に*/
.kadomaru {
    border-radius: 10px;
}

.recipe-hr {
  max-width: 165rem;
  height: 4px;
  margin: 10rem auto;
  border-top: 0;
  background: radial-gradient(farthest-side,#707070,#707070 2px,transparent 2px,transparent) repeat-x;
  background-size: 12px 4px
}


/*字間拡げる*/
.lt_sp{
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 767px) {
  .lt_sp{
    letter-spacing: 0.3rem;
  }
}

/*============================================*/
/*グリッド */
/*============================================*/
.grd_gp20 {
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: repeat(auto-fit);
  justify-content: center;
}
.grd_col_2fr {
  grid-template-columns: repeat(2, 1fr);
}
.grd_col_2fr_r {
  grid-template-columns: repeat(2, 1fr);  
  grid-template-areas:
  "areaA areaB";
}
.grd_itm_txt {
  grid-area:areaA;
}
.grd_itm_img {
  grid-area:areaB;
}
/*均等3分割*/
.grd_col_3fr {
  grid-template-columns: repeat(3, 1fr); 
}
/*均等4分割*/
.grd_col_4fr {
  grid-template-columns: repeat(4, 1fr);  
}
/*3：2分割*/
.grd_col_3_2 {
    grid-template-columns: 3fr 2fr;
}

@media (max-width: 767px){
  /*スマホ表示の際、分割せず縦並び*/
  .grd_sp1fr{
    grid-template-columns: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  .grd_sp2fr{
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  .grd_col_2fr_r {
    grid-template-areas:
    "areaB"
    "areaA";
  }
}

/*============================================*/
/*SNS */
/*============================================*/
.excursion_sns {
  background-color: #f1f1f1;
}

.sns_wrap {
  max-width: 1200px;
  margin:0 auto;
}

.sns_frame {
  width:60%;
  margin:0 auto; 
  text-align: center;
  grid-template-columns: 4fr 3fr 3fr 3fr;
  padding: 70px 0;
}

.sns_frame li:first-child {
  text-align: left;
  height:-webkit-min-content;
  height:-moz-min-content;
  height:min-content;
  border-right: solid 1px #333;
}

.sns_frame img {
  width:40%;
}

.sns_frame h5 {
  font-family: serif;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 20px 0px;
  text-align: center; 
}

.sns_frame h6{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8rem;
  font-weight: normal;
  margin-bottom: 5px;
  line-height:1.1rem
}

.sns_frame p{
  font-size: 0.75rem;
  text-align:left;
  line-height:1rem;
}

.sns_frame a {
  color:#333;
}

@media screen and (max-width: 767px) {
  .sns_frame {
      width:70%;
      height:-webkit-min-content;
      height:-moz-min-content;
      height:min-content;
  }

  .sns_frame img{
      width:70%;
  }

  .sns_frame h5{
      margin:8px;
      font-size:initial;
  }

  .sns_frame h6, .sns_frame p {
      display:none;
      height:0;
  }
}


/*=============
ボタン　a.btn_04
=============*/
a.btn_04 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  position: relative;
  background: var(--mainclr);
  border: 1px solid var(--mainclr);
  box-sizing: border-box;
  padding: 0 25px 0 40px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
}
a.btn_04:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -6px;
}
a.btn_04:hover {
  background: #fff;
  color: #23524f;
}
a.btn_04:hover:before {
  border-top: 2px solid #23524f;
  border-right: 2px solid #23524f;
}

@media screen and (max-width: 767px) {
  a.btn_04 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    position: relative;
    background: #dabfa3;
    border: 1px solid #dabfa3;
    box-sizing: border-box;
    padding: 0 25px 0 40px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.3;
    text-align: left;
    text-decoration: none;
    transition-duration: 0.3s;
    margin-bottom:20px;
  }		
}

/*============================================*/
/* 見出し*/
/*============================================*/
.section-sub-ttl {
  margin-bottom: 50px;
  padding-top: 50px;
  text-align: center;
}

.section-sub-ttl__eng {
  font-size: 2.5rem;
  color: #fff;
  font-family: serif;
}

.section-sub-ttl__engsmall {
  font-size: 1.0rem;
  color: #361900;
  font-family: serif;
  letter-spacing: 0.5rem;
}

.section-sub-ttl__jpn {
  font-weight: bold;
  color: #000;
  font-size: 1.8rem;
  font-family: serif;
}

.section-sub-ttl__jpn span{
  font-weight: bold;
  color: #005633;
  font-size: 1.3rem;
  font-family: serif;
}

.section-sub-ttl_border {
  width: 140px;
  height: 4px;
  background-color: #2a3263;
  margin: 7px auto 10px;
  border-radius: 2px;
  box-shadow: 1px 1px 1px #e7ecec;
}

.section-sub-ttl_sub {
  font-weight: bold;
  color: #000000;
  font-size: 1.2rem;
  margin-bottom:10px;
}

.section-sub-ttl__txt {
  max-width: 600px;
  margin: 0 auto 100px;
  text-align: center;
}

.heading1-cross {
    position: relative;
    display: inline-block;
    width: 2.5em;
    margin-right: auto;
    margin-left: auto;
    text-indent: -9999px;
}

.heading1-cross::after,.heading1-cross::before {
    position: absolute;
    top: 50%;
    left: 45%;
    width: 1.75em;
    height: 1px;
    content: '';
    transform-origin: 50% 50%;
    background: #999
}

.heading1-cross::before {
    transform: translateX(-50%) rotate(45deg)
}

.heading1-cross::after {
    transform: translateX(-50%) rotate(-45deg)
}

@media (max-width: 575.98px) {
    .heading1-cross._xs-block {
        display:block
    }
}

@media (max-width: 340px) {
    .heading1-cross._xxs-block {
        display:block
    }
}

.heading1 span {
    display: inline-block
}

/*============================================*/
/*SNS */
/*============================================*/
.excursion_sns {
  background-color: #f1f1f1;
}

.sns_wrap {
  max-width: 1200px;
  margin:0 auto;
}

.sns_frame {
  width:60%;
  margin:0 auto; 
  text-align: center;
  grid-template-columns: 4fr 3fr 3fr 3fr;
  padding: 70px 0;
}

.sns_frame li:first-child {
  text-align: left;
  height:-webkit-min-content;
  height:-moz-min-content;
  height:min-content;
  border-right: solid 1px #333;
}

.sns_frame img {
  width:40%;
}

.sns_frame h5 {
  font-family: serif;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 20px 0px;
  text-align: center; 
}

.sns_frame h6{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8rem;
  font-weight: normal;
  margin-bottom: 5px;
  line-height:1.1rem
}

.sns_frame p{
  font-size: 0.75rem;
  text-align:left;
  line-height:1rem;
}

.sns_frame a {
  color:#333;
}

@media screen and (max-width: 767px) {
  .sns_frame {
      width:70%;
      height:-webkit-min-content;
      height:-moz-min-content;
      height:min-content;
  }

  .sns_frame img{
      width:70%;
  }

  .sns_frame h5{
      margin:8px;
      font-size:initial;
  }

  .sns_frame h6, .sns_frame p {
      display:none;
      height:0;
  }
}

/*============================================*/
/*下に空白 */
/*============================================*/
.bottom_blank100 {
	margin-bottom: 100px;
}

.bottom_blank80 {
	margin-bottom: 80px;
}

.bottom_blank50 {
	margin-bottom: 50px;
}

.bottom_blank30{
	margin-bottom:30px;
}

.bottom_blank20{
    margin-bottom: 20px;
}

.bottom_blank10{
    margin-bottom: 10px;
}


@media only screen and (min-width : 320px) {
	.pc_h{
		display:none;
	}
	.smp_h{
		display:inline;
	}
}
@media only screen and (min-width : 992px) {
	.pc_h{
		display:inline;
	}
	.smp_h{
		display:none;
	}
}
@media only screen and (min-width : 1200px) {
	.pc_h{
		display:inline;
	}
	.smp_h{
		display:none;
	}
}

/* 背景 ============================================*/
.lead-bg {
  background-color: #f4feff;
  padding: 4% 0;
}


/*============================================*/
/*クリップボードで画像 */
/*============================================*/
/* コピーボタン */
.copy_btn {
  width:80%!important;
  padding: 4px 15px;
  margin-left:15px;
  margin-top: 30px;
  margin-bottom: 10px;
  color:#ffffff;
  font-weight:bold;
  background:#005a91;
  border: solid 2px #005a91;
  border-radius: 20px;
  transition: .4s;
  text-align: center;
}
 
.copy_btn:hover {
  background: #ffffff;
  color: #005a91;
}
.copy_btn:hover {
	cursor: pointer;
}

/*============================================*/
/*SNS */
/*============================================*/
.sns{
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.sns-box00{
    display: block;
    width: 20%;
    text-align: left;
    border-right: solid 1px #333;
}
.sns-box01{
    display: inline-block;
    width: 15%;
    padding: 10px;
    text-align: center;
}
.sns img{width: 40%;}
.sns h2{
    font-family: serif;
    font-size: 25px;
    font-weight: bold;
    margin: 20px 0px;
    text-align: center;
}
.sns h2::before{content: none;}
.sns h4{
    font-family: serif;
	font-weight: bold;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0px;
    text-shadow: none;
    margin-bottom: 20px;
}
.sns a{color: #333;}
@media screen and (max-width: 640px) {
.sns img{width: 80%;}
.sns h2{
    font-size: 20px;
    margin: 10px 0px;
}
.sns-box00{width: 25%;}
.sns-box01{width: 18%;}
.sns h4{font-size: 11px;}
}