
.zen-kaku-gothic-new-light {
  font-family: "Zen Kaku Gothic New", system-ui;
  font-weight: 300;
  font-style: normal;
}
.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", system-ui;
  font-weight: 400;
  font-style: normal;
}
.zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", system-ui;
  font-weight: 500;
  font-style: normal;
}
.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", system-ui;
  font-weight: 700;
  font-style: normal;
}
.zen-kaku-gothic-new-black {
  font-family: "Zen Kaku Gothic New", system-ui;
  font-weight: 900;
  font-style: normal;
}

.noto-sans-jp-regular {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.noto-sans-jp-medium {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.noto-sans-jp-bold {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.noto-sans-jp-black {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}


html {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #FFF9E9;
}

p {
  color: #524E4D;
}


div.title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #63501E;
  margin: 30px 0 20px 0;
}

.title::before {
  content: "";
  width: 40px;
  height: 2px;
  transform: rotate(60deg);
  box-sizing: border-box;
  background-color: #63501E;
}

.title::after {
  content: "";
  width: 40px;
  height: 2px;
  transform: rotate(-60deg);
  box-sizing: border-box;
  background-color: #63501E;
}


/* WebアイコンSVG */
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}
.material-symbols-outlined.md-18 { font-size: 18px; }
.material-symbols-outlined.md-24 { font-size: 24px; }
.material-symbols-outlined.md-36 { font-size: 36px; }
.material-symbols-outlined.md-48 { font-size: 48px; }

/* ボタン共通設定 */
.btn {
  position: relative;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  background: transparent;
}

.btn02{
  outline: none;
  font-weight: 500;
  padding: 10px 20px;
  margin: 20px;
  background:#fff;
  color:#FF6D1F;
  border-radius: 30px;
  border: solid 2px #FF6D1F;
  transition: all 0.5s ease;
}

.btn02 > span {
  z-index: 10;
  position: relative;
}

.btn02 > span > i {
  font-size: 1.2rem;
  margin-left: 0.2rem;
}

.btn02:hover span {
  color: #fff;
}

.btn02:hover i {
  color: #fff;
  z-index: 12;
}

.btn02:hover {
  background-color: #FF6D1F;
}



.btn03 {
  outline: none;
  font-weight: 500;
  padding: 10px 20px;
  margin: 20px;
  background:#FF6D1F;
  color:#fff;
  position: relative;
  transition: all 0.2s ease;
  border-radius: 30px;
}

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


/* header ヘッダー */
/* header & navigation ヘッダーとナビゲーションメニュー*/

nav {
  z-index: 10;
}

/* フッター共通 */


/* トップへ戻るボタン */
#go-to-top {
  position: fixed;
  width: fit-content;
  right: 50px;
  bottom: 50px;
}

#go-to-top > a {
  display: flex;
  width: 35px;
  height: 35px;
  background-color: #E1B43E;
  color: #fff;
  padding: 2px 5px 7px 5px;
  text-align: center;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}

#go-to-top > a > i {
  font-size: 2rem;
  margin-top: 5px;
}

#go-to-top > a:hover {
  text-decoration: none;
}

#go-to-top > a:link {
  text-decoration: none;
}

#go-to-top > a > span {
  font-weight: 700;
}




/* トップページ共通 */
#main-visual {
  background-image: url(..//images/photo/about/main-visual.jpg);
  width: 100vw;
  /* height: 900px; */
  aspect-ratio: 2;
  background-size: cover;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color:rgba(255,255,255,0.2);
  background-blend-mode:lighten;

}

#main-visual > h1 {
  margin-bottom: 80px;
  color: #fff;
  text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.6);
}

#main-visual > img {
  width: 300px;
}

#main-visual > .jump-bottom {
  margin-top: 70px;
}

#main-visual > .jump-bottom .btn03 {
  padding: 10px 25px;
  border-radius: 35px;
  border: solid 2px #fff;
  box-shadow: 2px 2px rgba(0, 0, 0, 0.3);
}

#main-visual > .jump-bottom .btn-text {
  font-size: 1.5rem;
  vertical-align: middle;
}


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


/* for PC */
/* PC用ここから */
@media screen and (min-width: 768px) {
  /* PC用のスタイルを指定する */

body {
  min-width: 768px;
  margin: 0 auto 0 auto;
}

p ,li {
  font-size: 1rem;
  line-height: 1.7rem;
}

h1 {
  font-size: 2.3rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2.0rem;
  text-align: center;
}

.title {
  text-align: center;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1.1rem;
}

section {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  margin-top: 100px;
}

.only-sp {
  display: none;
}

/* PC用ヘッダー */
#page-header {
  background-color: #F3E1B2;
}

#nav-pc {
  display: flex;
  justify-content: space-between;
  height: 70px;
  align-items: center;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 50px;
}

#nav-pc a {
  font-weight: 700;
}

#nav-pc a:link {
  color: #333;
  text-decoration: none;
}

#nav-pc a:hover {
  color: #333;
  text-decoration: underline;
}

#nav-pc a:visited {
  color: #333;
  text-decoration: none;
}

#menu-sp, #nav-sp {
  display: none;
}

#nav-pc > a {
  display: flex;
  align-items: center;
}

#nav-pc > a > img {
  width: 30px;
  margin-right: 5px;
}

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


/* PC用フッター */
#footer-content {
  background-color: #F3E1B2;
  display: flex;
  justify-content: space-around;
  padding: 30px;
}

#footer-content > div {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: 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: 200px;
}

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

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

/* PC用Top page トップページ*/
#home-about .content {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

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

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

#home-about .content > div > img {
  position: absolute;
  width: 60px;
  /* height: 80px; */
  /* object-fit: contain; */
  z-index: -1;
}

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

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

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

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

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

/* 人気メニューランキング */
#ranking-box {
  border: solid 1px #E1B43E;
  border-radius: 50px;
  padding: 0 50px;
  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 40px;
}

.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;
  border-bottom: solid 1px #FF6D1F;
  align-items: center;
  justify-content: space-evenly;
}

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

#recommend-box {
  display: flex;
  width: 100%;
}

#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;
  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 {
  width: max-content;
  margin: 0 auto;
  border-top: solid 1px #E1B43E;
}

#home-info .home-archive-link {
  display: flex;
  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 {
  width: 5em;
  text-align: center;
  margin: 0 1em;
  background-color: #F3E1B2;
}

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

/* つむぎごはんについてページ */
.top-belt {
  width: 100%;
  height: 450px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color:rgba(255,255,255,0.3); */
  /* background-blend-mode:lighten; */
  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 {
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}

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

#arrow1 {
  margin-left: 150px;
}

#arrow2 {
  margin-left: 250px;
}

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

#service-2 {
  margin-left: 100px;
}

#service-3 {
  margin-left: 200px;
}

.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-cont {
  margin-left: 5%;
}

.service-cont > h4 {
  color: #FF6D1F;
}

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

.menu-cont > a {
  width: 23%;
  background-color: #fff;
  border: solid 1px #E1B43E;
  padding: 0 30px;
  border-radius: 50px;
  margin: 0 10px;
  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-wrap: wrap;
  justify-content: space-around;
}

.feature-box > div {
  width: 25%;
  margin: 10px auto 50px 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: 180px;
}

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

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

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

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

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

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

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

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

#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;
}

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

.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-wrap: wrap;
  justify-content: space-evenly;
}

.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: 20%;
  margin-bottom: 50px;
}

.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;
}

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

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

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

.archive-link > h5 {
  margin: 0.8em 0;
  height: 2.3em;
}

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

.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;
  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 {
  max-width: 600px;
  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 {
  padding: 10px;
  border: 1px solid #ddd;
  text-align: center;
}

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

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

.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;
}


}
 /* PC用ここまで */


