 /* 画面幅が767px以下のとき SP用 スマホ　スマートフォン用*/
 @media screen and (max-width: 767px) {
  /* スマートフォン用のスタイルを指定する */
body {
  width: 100vw;
  min-width: 375px;
  margin: 0 0 0 0;
}

.pc-br {
  display: none;
}

#nav-pc {
  display: none;
}

p ,li {
  font-size: 1.0rem;
}

h1 {
  font-size: 2.2rem;
}

h2 {
  font-size: 2.0rem;
}

h3 {
  font-size: 1.6rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1.2rem;
}

section {
  padding: 0.5rem;
}

/* SP用ヘッダー */
#nav-pc {
  display: none;
}

#menu-sp {
  position: fixed;
  top: 10px;
  right: 10px;
  font-size: 30px;
  color: #9E7460;
  z-index: 200;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 3px 5px;
}

#nav-sp {
  background-color: #F3E1B2;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  display: none;
  z-index: 500;
  padding-top: 30px;
}

#nav-sp > #nav-home {
  border-top: solid 1px #E1B43E;
}

#nav-sp > a {
  display: block;
  padding: 0.5em 1em;
  color: #524E4D;
  text-decoration: none;
  height: 35px;
  border-bottom: solid 1px #E1B43E;
  margin: 0 1em;
}

#nav-sp > a {
  background-image: url(..//images/illust/arrow_forward_opsz24.svg);
  background-position: right;
  background-repeat: no-repeat;
}

#nav-sp > a:hover {
  text-decoration: underline;
}

#close {
  margin: 1em;
}

/* お知らせページ */
#info-top .top-belt, #post-top .top-belt {
  background-image: url(..//images/photo/vegitables.jpg);
}


/* SP用フッター */
#footer-content {
  background-color: #F3E1B2;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
}

#footer-content > .logo {
  order: -1;
}

#footer-content > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#footer-content > div .btn03 {
  border-radius: 30px;
}

#footer-content > div > a {
  margin: 10px 0;
  color: #524E4D;
  text-decoration: none;
}

#footer-content > div > a:hover {
  text-decoration: underline;
}

#footer-content > div > a:visited {
  color: #524E4D;
  text-decoration: none;

}

#footer-content > a > img { 
  width: 100px;
}

#footer-bottom {
  background-color: #E1B43E;
  display: flex;
  justify-content: center;
}

#footer-bottom > span {
  font-size: 0.8rem;
  padding: 5px 0;
}

/* SP用Top page トップページ*/
#home-about .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#home-about .content > img {
  border-radius:50px;
  width: 90%;
}

#home-about .content > div {
  position: relative;
  padding: 40px;
}

#home-about .content > div > img {
  position: absolute;
  width: 60px;
  z-index: -1;
}

#food_1 {
  top: 20px;
  left: -20px;
  transform: rotate(-30deg);
}

#food_2 {
  top: -20px;
  left: 20;
}

#food_3 {
  bottom: 20px;
  right: -20px;
}

#food_4 {
  bottom: -20px;
  right: 20px;
  
}

#home-about .jump-bottom {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

/* 人気メニューランキング */
#ranking-box {
  border: solid 1px #E1B43E;
  border-radius: 50px;
  padding: 0 20px;
  background-color: #fff;
}

#menu-ranking .ranking-cont {
  margin: 0 10px;
}

#menu-ranking .ranking-cont > img {
  border-radius: 10px;
  width: 100%;
  margin-bottom: 5px;
}

#menu-ranking .ranking-cont > h5 {
  margin: 0.5em auto;
  display: flex;
  width: fit-content;
  color: #60340C;
}

#menu-ranking .jump-bottom {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.rank-no {
  background-image: url(..//images/illust/crown2-gold.png);
  display: flex;
  margin: 10px auto 0 auto;
  width: fit-content;
  padding: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
}

.food-category {
  padding: 0 10px;
  color: #fff;
}



/* お客様の声 */
#testimonial > p {
  text-align: center;
}

.customer-box {
  padding: 0 20px;
}

.customer-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  border: solid 1px #E1B43E;
  padding: 10px;
  margin: 0 5px;
}

.customer-content > img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin: 0 auto;
}

.customer-content > h5 {
  margin: 0.5em auto;
  height: 2em;
  width: fit-content;
  line-height: 1.2em;
}

.customer-content > span {
  display: block;
  text-align: center;
  font-size: 0.9rem;
}


/* プラン例のご紹介 */
.recommendation {
  background-color: #fff;
  padding: 0 20px;
  border-radius: 50px;
  border: solid 1px #E1B43E;
}

.recommendation .explain {
  display: flex;
  flex-direction: column;
  border-bottom: solid 1px #FF6D1F;
  align-items: center;
  justify-content: space-evenly;
}

.recommendation .explain > h3 {
  color: #FF6D1F;
}

#recommend-box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 30px auto;
}

#recommend-box > div {
  width: 40%;
  margin: 10px auto;
}

#recommend-box img {
  width: 100%;
}

.recommendation .ranking-cont > img {
  border-radius: 10px;
  width: 100%;
}

.recommendation .ranking-cont {
  margin: 30px 10px 0 10px;
  width: 14%;
  position: relative;
}

.recommendation .ranking-cont > h4 {
  position: absolute;
  margin: 0;
  background-color: #F3E1B2;
  box-shadow: 2px 4px 4px rgba(0,0,0,.5);
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  top: -5%;
  left: -5%;
  border-radius: 50%;
  color: #60340C;
}

.recommendation .ranking-cont > p {
  margin: 0.5em auto;
  display: flex;
  width: fit-content;
  color: #60340C;
  line-height: 1.2em;
}

.recommendation .jump-bottom .btn-text {
  font-size: 1.5rem;
  vertical-align: middle;
}

.recommendation .md-posi{
  display: inline-flex;
  vertical-align: middle;
  line-height:1.5rem;
  font-size: 1.5rem;
}

#recommendation-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  margin: 30px auto;
}

#recommendation-bottom p {
  margin: 0;
  color: #FD3C2F;
  font-weight: 500;
}

#recommendation-bottom h1 {
  margin: 0;
  color: #FD3C2F;
}

#recommendation-bottom h1 > span {
  font-size: 0.6em;
}

#home-recommendation > .jump-bottom {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

/* お知らせ */
#home-info {
  margin-bottom: 100px;
}

#home-info > .home-archives {
  margin: 0 auto;
  border-top: solid 1px #E1B43E;
}

#home-info .home-archive-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: solid 1px #E1B43E;
  padding: 0 30px;
}

#home-info .home-archive-link:link {
  text-decoration: none;
}

#home-info .home-archive-link:hover {
  text-decoration: underline;
}

.category-name {
  font-size: 0.8em;
  width: 5em;
  text-align: center;
  margin: 0 1em;
  background-color: #F3E1B2;
}

#home-info > .jump-bottom {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.archive-title {
  margin: 0 0 0.5em 0;
}

/* つむぎごはんについてページ */
.top-belt {
  width: 100%;
  height: 250px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color:rgba(0,0,0,0.3);
  background-blend-mode:darken;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.top-belt > h1 {
  color: #fff;
  -webkit-text-stroke: 5px #E1B43E;
  paint-order: stroke;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}

#about-top .top-belt {
  background-image: url(..//images/photo/about/meal.jpg);
}

#about-message {
  margin-top: 50px;
}

#about-howto {
  margin-left: auto;
  margin-right: auto;
}

.arrow-img {
  width: 50px;
  height: 50px;
  opacity: 0.5;
  transform: rotate(90deg);
}

#arrow1 ,#arrow2 {
  margin-left: 150px;
}


.service-box {
  display: flex;
  max-width: 800px;
  margin-top: 30px;
}


.service-pic {
  position: relative;
}

.service-pic > span {
  position: absolute;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 64px;
  color: #FF6D1F;
  top: -20%;
  left: -10%;
  background-color: #FFF9E9;
  border-radius: 50%;
  text-align: center;
  padding: 5px;
  font-weight: 900;
  font-style: italic;
}

.service-pic > img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
}

.service-box {
  position: relative;
  display: flex;
  flex-direction: column;
}


.service-cont {
  margin-left: 5%;
}

.service-cont > h4 {
  color: #FF6D1F;
  position: absolute;
  top: 50px;
  right: 30px;
}

/* メニューのご紹介 */
#about-menu .menu-cont {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.menu-cont > a {
  width: 80%;
  background-color: #fff;
  border: solid 1px #E1B43E;
  padding: 0 30px;
  border-radius: 50px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

.menu-cont > a:hover {
  transform: scale(1.08);
}

.menu-cont > a > img {
  width: 100%;
  aspect-ratio: 1.267;
  object-fit: cover;
}

.menu-cont > a > h2 {
  text-align: center;
  color: #E1B43E;
  border-bottom: solid 1px #E1B43E;
}

#about-menu .jump-bottom {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

/* つむぎごはんの特徴 */
.feature-box {
  display: flex;
  flex-direction: column;
}

.feature-box > div {
  margin: 10px auto;
  padding: 10px 20px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 100px;
  border: solid 3px #E1B43E;
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center 70%;
  background-blend-mode: lighten;
}

.feature-box > div > h4 {
  text-align: center;
  color: #FF6D1F;
}

.feature-box > div > p {
  height: 5em;
  margin: 2em 1em;
}

#feature-1, #feature-3 {
  background-image: url(..//images/illust/truck.png);
}

#feature-4 {
  background-image: url(..//images/illust/micro-oven.png);
}

#feature-5 {
  background-image: url(..//images/illust/home.png);
}

#feature-6 {
  background-image: url(..//images/illust/cart.png);
}

/* ご利用料金 */

#service-fee {
  margin-bottom: 100px;
  position: relative;
}

#service-fee > img {
  position: absolute;
  width: 100px;
  z-index: -1;
}

#service-meal1 {
  top: 15%;
  left: 5%;
}

#service-meal2 {
  top: 15%;
  right: 5%;
}

#service-meal3 {
  bottom: 25%;
  left: 5%;
}

#service-meal4 {
  bottom: 25%;
  right: 5%;
}

#service-fee .cost {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#service-fee .cost > div {
  display: flex;
  align-items: center;
  flex-direction: column;
}

#service-fee .cost > div > p {
  color: #FD3C2F;
  margin-right: 50px;
  font-weight: 500;
}

#service-fee .cost > div > h1 {
  color: #FD3C2F;
  margin-top: 0;
}

#service-fee .cost > div > h1 > span {
  font-size: 0.6em;
}

#service-fee > p {
  width: fit-content;
  margin: 50px auto;
}

/* メニュー紹介ページ */
#menulist-top .top-belt {
  background-image: url(..//images/photo/about/main-visual.jpg);
}

#menu-categories > p {
  margin-bottom: 2em;
  text-align: center;
}

.menu-view {
  background-color: #fff;
  border: solid 1px #E1B43E;
  border-radius: 50px;
  margin-bottom: 100px;
}

.menu-view > div {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.menu-view .menu-detail {
  width: 40%;
}

.menu-detail > img {
  width: 100%;
  border-radius: 10px;
}

.menu-detail > h5 {
  display: flex;
  width: fit-content;
  margin: 0.5em auto;
  color: #60340C;
}

.menu-view > h2 {
  border-bottom: solid 1px #FF6D1F;
  margin: 0.5em;
  text-align: center;
  letter-spacing: 0.8em;
  text-indent: 0.8em;
}

.menu-jap {
  color: #E1B43E;
}

.menu-wes {
  color: #4AE13E;
}

.menu-chi {
  color: #FD3C2F;
}

.menu-view > p {
  text-align: center;
  margin: 2em 0;
}

/* 和食メニューページ、洋食メニューページ、中華メニューページ */
#japanese-top .top-belt {
  background-image: url(..//images/photo/japanese/01.jpg);
}

#chinese-top .top-belt {
  background-image: url(..//images/photo/chinese/02.jpg);
}

#western-top .top-belt {
  background-image: url(..//images/photo/western/01.png);
}

.food-category-name {
  display: flex;
  justify-content: center;
  align-items: center;
}

.food-category-name > div {
  display: flex;
  margin-right: 10%;
}

.food-category-name > div > h2 {
  background-color: #fff;
  border-radius: 50%;
  padding: 10px;
  height: 1.5em;
  width: 1.5em;
  text-align: center;
  margin-right: -0.5em;
}

.menu-detail-list {
  display: flex;
  flex-direction: column;
}

.menu-detail-list .menu-detail > h5 {
  height: 2.5em;
}

.menu-detail-list .menu-detail {
  background-color: #fff;
  border: solid 1px #E1B43E;
  border-radius: 10px;
  padding: 10px;
  width: 90%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.food-category-list .jump-bottom {
  display: flex;
  justify-content: center;
}

.food-category-list .jump-bottom .md-posi {
  font-size: 1.5em;
}

.food-category-list .jump-bottom .btn-text {
  font-size: 1.5em;
}

.menu-detail-list img {
  aspect-ratio: 1.6;
  object-fit: cover;
}


.other-ganre .menu-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.other-ganre {
  margin-bottom: 100px;
}

/* お知らせ一覧ページ */
.archives {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.archive-link > h5 {
  margin-top: 0;
  height: 3.5em;
}

.archive-link {
  width: 40%;
  padding: 10px;
  background-color: #fff;
  border: solid 1px #E1B43E;
  border-radius: 10px;
  text-decoration: none;
  margin-bottom: 30px;
}

.archive-link > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.archive-link:hover > h5 {
  text-decoration: underline;
}

.archive-link > img {
  width: 100%;
  aspect-ratio: 1.62;
  object-fit: cover;
  border-radius: 5px;
}

/* お知らせページサイドバー */
#sidebar {
  background-color: #F3E1B2;
  padding: 50px;
  margin: 100px auto 100px auto;
  border-radius: 10px;
  width: fit-content;
}

#sidebar > div {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

#sidebar > h4 {
  border-bottom: solid 1px #FF6D1F;
  padding-bottom: 1.33em;
  text-align: center;
  margin-top: 0;
  color: #63501E;
}

#sidebar ul {
  list-style: none;
}

#sidebar > div > div {
  margin: 0 50px;
}

#sidebar > div > div > h5 {
  color: #63501E;
}

/* お知らせ投稿ページ */
.breadcrumb {
  margin-top: 50px;
  margin-left: 5%;
}

.post-detail {
  display: flex;
  flex-direction: column;
  max-width: 1080px;
  margin: 0 auto;
}

.post-detail > img {
  aspect-ratio: 1.6;
  object-fit: cover;
}

.page-nav {
  display: flex;
  justify-content: space-between;
}

.page-nav > a {
  border: solid 1px #FF6D1F;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 5px;
  color: #FF6D1F;
  display: flex;
  align-items: center;
}

.page-nav > a:hover > span {
  text-decoration: underline;
}

.page-nav .fa-circle-chevron-right {
  margin-left: 0.25em;
}

.page-nav .fa-circle-chevron-left {
  margin-right: 0.25em;
}

/* よくある質問ページ 利用規約ページ*/
#question-top .top-belt {
  background-image: url(..//images/photo/about/meal.jpg);
}

#question ol, terms ol{
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}

#question ol div {
  margin-bottom: 100px;
}

#question ol h3, #terms h3 {
  color:#63501E;
  border-bottom: solid 1px #FF6D1F;
  text-align: center;
}

#question ol li {
  margin-bottom: 2em;
  color: #524E4D;
}

#question ol li span {
  display: block;
  margin-left: 1em;
  font-size: 1.1em;
  color: #FF6D1F;
  font-weight: 500;
  margin-top: 0.5em;
}

#question ol li:before {
  counter-increment: item;
  content: 'Q'counter(item)'.';
  margin-right: 0.6em;
}

#question ol li > span::before {
  content: "A.";
  margin-right: 0.6em;
}

#question .jump-bottom {
  display: flex;
  justify-content: center;
}

#question-bottom .jump-bottom {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(..//images/photo/ricefield.jpg);
  width: 60%;
  min-width: 400px;
  aspect-ratio: 3;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50px;
  background-color: rgba(255,255,255,.3);
  background-blend-mode: lighten;
}

#question-bottom {
  margin-bottom: 100px;
}

#terms {
  margin-bottom: 100px;
}

#terms-top .top-belt {
  background-image: url(..//images/photo/delivery.jpg);
}

#terms ol {
  margin-bottom: 100px;
}

#terms > p {
  margin-bottom: 100px;
}

#terms ol li  {
  margin-bottom: 1em;
  color: #524E4D;
}

#terms-name {
  display: flex;
  flex-direction: column;
  align-items: end;
}

#terms .jump-bottom {
  display: flex;
  justify-content: center;
}

/* お問合せページ */
#contact-top .top-belt {
  background-image: url(..//images/photo/ricefield.jpg);
}

#contact {
  margin-bottom: 100px;
}

#contact > p {
  margin-bottom: 50px;
}

/* ご注文ページ */
#order-top .top-belt {
  background-image: url(..//images/photo/cuttingvegi.jpg);
  background-position: center 65%;
}

/* ご注文カレンダー */
#calendar-container {
  width: 100%;
  margin: 20px auto;
  text-align: center;
}

.calendar-header, .calendar-body {
  display: grid;
  grid-template-columns: repeat(7, 1fr); /* 7列のグリッド */
  gap: 1px; /* セル間の隙間 */
}

.calendar-header div, .calendar-day {
  border: 1px solid #ddd;
  text-align: center;
}

.calendar-header {
  font-weight: bold;
  background: #f0f0f0;
}

.calendar-day {
  color: #2D240C;
  height: 3em;
}

.calendar-day.deadline {
  background: #ffcccc; /* 締め切り日：赤 */
}

.calendar-day.deadline::before {
  content: "次回〆\A";
  white-space: pre-wrap;
  font-size: 0.8em;
  background-color: red;
  color: #fff;
  padding: 0.1em 0.3em;
  border-radius: 3px;
}

.calendar-day.delivery {
  background: #ccffcc; /* お届け日：緑 */
}

.calendar-day.today {
  background: #F3E1B2;
}

.calendar-day.today::before {
  content: "本日\A";
  white-space: pre-wrap;
  font-size: 0.8em;
  background-color: #FF6D1F;
  color: #fff;
  padding: 0.1em 0.3em;
}

.calendar-day.delivery::before {
  content: "お届け\A";
  white-space: pre-wrap;
  font-size: 0.8em;
  background-color: #4AE13E;
  color: #fff;
  padding: 0.1em 0.3em;
}

.deadline-message {
  text-align: center;
}

.deadline-message > span {
  color: red;
  font-size: 1.2em;
}


.confirm-order {
  display: flex;
  justify-content: center;
}

.confirm-order > a {
  display: flex;
  margin: 50px auto;
  /* width: 250px; */
  padding-left: 1em;
  padding-right: 1em;
  height: 50px;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  background-color: #FF6D1F;
  color: #fff;
  border: none;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s ease;
  position: relative;
}

.confirm-order > a:hover:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255,255,255,.5);
  border-radius: 30px;
}

#checkout > h3 {
  color: #63501E;
}

#order-recommendation {
  margin-bottom: 100px;
}

/* アカウントページ */
#checkout ul {
  list-style: none;
  display: flex;
  justify-content: space-around;
}

#checkout ul li {
  background-color: #fff;
  border: solid 1px #FF6D1F;
  border-radius: 10px;
}

#checkout ul li > a {
  text-decoration: none;
  color: #63501E;
  padding: 0.5em 1em;
}

#checkout ul li:hover {
  background-color: #FF6D1F;
}

#checkout ul li > a:hover {
  color: #fff;
}

.woocommerce-MyAccount-navigation-link--dashboard {
  display: none;
}

#delivery-status h3 {
  color: #63501E;
}

.woocommerce-MyAccount-content h2 {
  font-size: 1.3rem;
}

.woocommerce-Address {
  width: 100%;
}

.woocommerce-page.col2-set.col-2 {
  width: 100%;
}

#delivery-status {
  margin-bottom: 100px;
}

.logout-message {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 100px;
}



}
/* SP用ここまで */