

@charset "UTF-8";

:root {
/* h3 */
--fontsize-ll: 20px;
/* 少し大きめ */
--fontsize-l: 18px;
/* 基本 */
--fontsize-m: 16px;
/* 少し小さめ */
--fontsize-s: 14px;
/* 小さめ */
--fontsize-ss: 10px;

/* カラー */
--fontcolor-brown: #674636;
--fontcolor-white: #fff;
--fontcolor-black: #33372C;
--color-orange: #E67E22;
--color-darkgreen: #809D3C;
--color-lightgreen: #A9C46C;
--color-beige: #EFE3C2;
--color-lightblue: #CAE4FD;
--color-lightyellow: #EFE193;
--color-spring: #F6A4A4;
--color-summer: #FFA139;
--color-winter: #9BB4C0;
--color-autumn: #C1785A;
--color-all: #EFE3C2;
--backcolor-beige: #FFFDF3;
--fontweight-bold: 700;
}

/*============
main
=============*/
main {
  width: 100%;
  transition: all .5s;
  margin-top: 100px;
}
/*============
top
=============*/
/*============
top
=============*/
/*============
top
=============*/
/*============
top
=============*/
/*============
topkv
=============*/

.top_kv {
  width: 100%;
  height: calc(100vh - 100px);
  position: relative;
  margin-top: 100px;
  padding-top: 20px;
  overflow: hidden;
}
.kv_container_pc {
  height: 100%;
  width: 100%;
  display: none;
}
.kv_container_sp {
  height: 100%;
  width: 100%;
}
.kv_container_pc div,
.kv_container_sp div {
  width: 100%;
  height: 100%;
}
.top_kv_im {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover; /* アスペクト比を保ちつつカバー */
  object-position: 0% 0%; /* 左右中央、下基準で表示 */
  z-index: 1;
}
.catch {
  writing-mode: vertical-rl;
  font-size: clamp(1.875rem, 1.2771rem + 2.551vw, 2.5rem);
  font-weight: bold;
  position: absolute;
  top: 20px;
  right: 30px;
  text-shadow: 3px 2px 0px rgba(255, 255, 255, 0.8);
  line-height: 1.8;
  letter-spacing: 0.2em;
  z-index: 600;
}
.catch > span:first-of-type {
  margin-top: 1.5em;
}
.catch > span:nth-of-type(2) {
  margin-top: 1em;
}
.top_kv_mt {
  position: absolute;
  z-index: 3;
  bottom: 0;
}
.top h2 {
  margin-top: 30px;
  margin-bottom: 30px;
  z-index: 500;
}
.top a {
  margin-left: auto;
  margin-right: auto;
  z-index: 500;
}

/*============
topアバウト
=============*/
.top_ira1 {
  width: 100px;
  position: absolute;
  top: -100px;
  left: 0px;
  z-index: 600;
}
.top_ira3 {
  width: 100px;
  position: absolute;
  top: -100px;
  right: 0px;
  z-index: 600;
}
.top_ira5 {
  width: 100px;
  position: absolute;
  bottom: -110px;
  z-index: 600;
}
.top_ab_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.top_about h2 {
  margin-top: 0px;
}
.top_about span {
  font-weight: bold;
}

.top_about {
  background-color: var(--color-beige);
}
.top_about .btn {
  margin-top: 20px;
  margin-bottom: 50px;
}
.top_about p {
  text-align: center;
}
/*============
topニュース
=============*/
.top_news {
  background-color: var(--color-beige);
  /* padding-bottom: 60px; */
  position: relative;
  overflow: hidden;
  /* z-index: 500; */
}
.top_ira7 {
  position: absolute;
  width: 100px;
  bottom: clamp(0rem, -4.9892rem + 10.4076vw, 7.5rem);
  left: 0px;
  z-index: 600;
}
.top_news h2 {
  margin-bottom: 30px;
  margin-top: 30px;
}
.top_newslist {
  position: relative;
  /* z-index: 500; */
}
.top_newslist ul {
  z-index: 600;
  display: flex;
  flex-direction: column;
}
.top_ne_mt {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9;
  height: 250px;
}
.top_newslist {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top_newsitem {
  display: flex;
  margin-bottom: 10px;
}
.top_newsitem time {
  background-color: var(--fontcolor-brown);
  color: var(--fontcolor-white);
  padding-right: 10px;
  padding-left: 10px;
  margin-right: 10px;
}
.top_newslist .btn {
  display: inline-block;
  margin-top: 20px;
}
.top_ne_mt_bo {
  position: absolute;
  bottom: -30px;
  z-index: 10;
}
/*============
top特産品紹介
=============*/
.top_items_inner {
  position: relative;
}

.top_items {
  background-color: var(--color-darkgreen);
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
.top_items_container {
background-color: var(--fontcolor-white);
position: relative;
margin-top: 50px;
border-radius: 25px;
position: relative;
}
.top_ira4 {
  position: absolute;
  width: 90px;
  right: 0;
  top: -45px;
}
.top_ira9 {
  position: absolute;
  width: 90px;
  right: 0px;
  bottom: -50px;
  transform: rotate(20deg);
}
.top_ira10 {
  position: absolute;
  width: 60px;
  left: 40px;
  bottom: -100px;
  z-index: 600;
}

.top_items_tokusan {
  width: 70px;
  height: 60px;
  background-color: var(--color-lightyellow);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70% ;
  position: absolute;
  top: -10px;
  left: -10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top_items_tokusan p {
  font-weight: bold;
}
.top_items_txt {
  background-color: var(--fontcolor-brown);
  color: var(--fontcolor-white);
  padding: 20px 30px 20px 60px;
  text-align: center;
  letter-spacing: 0.2em;
  border-radius: 25px 25px 0px 0px;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}
.top_itemlist {
  border-radius: 0px 0px 25px 25px;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
  background-image: linear-gradient(#f6ece7 1px, transparent 1px), linear-gradient(90deg, #f6ece7 1px, transparent 1px);
  background-size: 17px 17px;
  background-color: #ffffff;
}
.top_item {
  display: flex;
  flex-direction: column;
  width: 50%;
  margin-top: 20px;
}
.top_item .btn {
  font-size: var(--fontsize-ss);
}
.top_itemlist figcaption span {
  font-weight: bold;
  display: block;
  text-align: center;
  margin-bottom: 1em;
}
.top_item figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 150px;
  margin-right: auto;
  margin-left: auto;
}
.top_item figure img {
  border-radius: 25px;
  object-fit: cover;
  aspect-ratio: 1 / 1.2;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
} 
.top_item_cart {
  background-color: rgba(103, 70, 54, 0.959);
  width: 50px;
  height: 50px;
  border-radius: 50px 0 25px 0;
  position: absolute;
  top: 130px;
  right: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top_item_cart div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-left: 5px;
}
.top_item_cart div p {
  font-size: var(--fontsize-ss);
  color: var(--fontcolor-white);
  margin-right: 5px;
}
.fa-cart-shopping {
  color: var(--fontcolor-white);
  font-size: var(--fontsize-s);
}
.top_item figcaption {
  font-size: var(--fontsize-s);
  margin-bottom: 10px;
  text-align: justify;
  background-color: #ffffffc7;
  margin-top: 0.1em;
  padding: 1em;
  border-radius: 10px;
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.1);
  height: 12em;
}
.top_season {
  width: 40px;
  height: 40px;
  background-color: var(--color-orange);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70% ;
  position: absolute;
  top: -10px;
  left: -10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top_s_sp {
  background-color: var(--color-spring);
}
.top_s_sm {
  background-color: var(--color-summer);
}
.top_s_all {
  background-color: var(--color-all);
}
.top_season p {
  font-weight: bold;
  font-size: var(--fontsize-s);
}

/*============
top写真スライド
=============*/
.top_garally {
  padding-top: 100px;
  position: relative;
}
.slider {
  margin-top: 30;
}
.slider div img {
  display: inline-block;
  padding-right: 5px;
}
.top_ga_mt {
  width: 100%;
  position: absolute;
  top: 0;
}
.top_ga_mt_bo {
  width: 100%;
  position: relative;
  bottom: 0;
}
/*============
topアクセス
=============*/
.top_access {
  background-color: var(--color-lightgreen);
  padding-bottom: 40px;
}
.top_access h2 {
  margin-top: 0px;
}
.top_ac {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.top_ira6 {
  position: absolute;
  width: 80px;
  top: -80px;
  right: 0px;
}
.top_ac iframe {
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
  aspect-ratio: 2 / 1.2;
}
.top_ac_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top_ac_btn a {
  width: 40%;
}
.top_ac_btn_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--color-orange);
  color: var(--fontcolor-white);
  border-radius: 10px;
  text-align: center;
  padding: 10px 5px;
  margin-top: 30px;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
  aspect-ratio: 2 / 1;
} 
.top_ac_btn_container:hover {
  background-color: var(--fontcolor-white);
  color: var(--color-orange);
}
.top_ac_btn_item {
  display: flex;
  align-items: center;
}
.top_ac_btn_item p {
  font-size: var(--fontsize-s);
}
/*============
topバナー
=============*/
.top_ira8 {
  position: absolute;
  width: 80px;
  top: -40px;
  left: 30px;
  z-index: 600;
}
.top_banner {
  padding-top: 70px;
  width: 100%;
  position: relative;
}
.top_ba_mt {
  position: absolute;
  top:0;
  width: 100%;
}
.top_ban_container {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 500;
}
.top_ban_container a {
  display: flex;
  justify-content: center;
}
.top_ban_container img {
  width: 60%;
  height: auto;
}


/*============
goods
=============*/
/*============
goods
=============*/
.go_h {
  padding-top: 50px;
}
.go .btn{
  display: inline-block;
  text-align: center;
}
.go_btn{
  text-align: center;
}
.go_top {
  width: min(92%, 1166px);
  margin-right: auto;
  margin-left: auto;
}
.go img{
  display: block;
  height: auto;
}
.go_text h2{
  margin: 20px 0;
}
/* 紹介ページ */
.go_category{
  display: flex;
  gap: 10px;
}
/* 紹介ページ｜カテゴリー */
.go_category p{
  padding: 0.5em 1em;
  margin: 2em 0;
  text-align: center;
  background: #EFE193;
  font-weight: bold;
}
/* 紹介ページ｜背景薄緑 */
.go_lightgreen_color{
  background-color: var(--color-lightgreen);
}
.go_lightgreen_color p{
  color: #fff;
}
/* 紹介ページ｜紹介文w-container */ 
.go_lightgreen_color p{
  width: min(92%, 1166px); 
  margin: auto
}
.go figcaption {
  text-align: center;
}
/* イラスト */
.go .irasuto{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.go .irasuto img{
  width: 100px;
}
.go .irasuto2{
  position: relative;
}
.go .irasuto22{
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
}
.go .irasuto3{
  position: relative;
}
.go .irasuto4{
  position: absolute;
  bottom: 10px;
  width: 100px;
}
.go .irasuto5{
  position: relative;
}
.go .irasuto6{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
}
.go .irasuto7{
  position: absolute;
  right: 0;
  bottom: 50px;
  width: 100px;
}
/* 生産者の思い|おすすめの食べ方 */
.go_imgtext{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* 時期｜背景濃い緑 */
.go_darkgreen_color{
  background-color: var(--color-darkgreen);
}
/* 時期｜文字 */
.go_darkgreen_color p{
  margin: 0 0 16px 0;
}
/* 時期｜表 */
.go_month{
  padding: 2em 5px;
  margin-bottom:2em;
}
.go_month p{
  font-weight: bold;
  text-align: center;
}
.go table {
  text-align: center;
}
.go table td {
  padding: 5px;
  background:#EFE193;
  border: solid 1px inherit;
}

/* アクセス｜背景ベージュ */
.go_access{
  padding-top: 5%;
  padding-bottom: 5px;
  background-color: var(--color-beige);
}
/* アクセス｜詳細背景白 */
.go_white_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 25px;
  background-color: var(--fontcolor-white);
  padding: 30px 0;
}
.go iframe{
  aspect-ratio: 2/1;
  width: 80%;
}
.go_posts img{
  aspect-ratio: 3/2;
  object-fit: cover;
  width: 100%;
}

/* アクセス｜詳細 */
.go_access_date{
  padding-left: 1em;
}

.go_category_detail{
  display: block;
  width: 150px;
  padding: 0.5em 1em;
  margin: 2em 0;
  text-align: center;
  background: #EFE193;
}

/*============
access
=============*/
/*============
access
=============*/
.ac {
  padding-top: 50px;
}

/* トップの2つ並びの四角いボタン  */
.ac_acbtn {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin: 30px 30px;
}
.ac_navbtn {
  display: block;
  width: 90px;
  height: 90px;
  object-fit: cover;
  border: none;  
  border-radius: 15%;
  box-shadow: 4px 4px 8px #ccc;
  background-color: var(--color-orange);
  color: var(--fontcolor-white);
  cursor: pointer;
}
.ac_navbtn p {
  text-align: center;
  font-size: 9px;
}
.ac_access .fa-train-subway {
  color: var(--fontcolor-white);
  font-size: 40px;
  margin-top: 10px;
  margin-bottom: 5px;
  padding-left: 30px;
} 
.ac_access .fa-car {
  color: var(--fontcolor-white);
  font-size: 40px;
  margin-top: 10px;
  margin-bottom: 5px;
  padding-left: 24px;  
}
.ac_access .fa-angle-down {
  color: var(--fontcolor-white);
  font-size: 10px;
  padding-left: 40px;
}
/* 四角ボタンのホバー時 */
.ac_navbtn:hover {
  background-color: var(--fontcolor-white);
  border: 2px solid var(--color-orange);
  color: var(--color-orange);
  font-weight: bold;
}
.ac_access .fa-train-subway:hover,
.ac_access .fa-car:hover {
  background-color: var(--fontcolor-white);
  color: var(--color-orange);
} 
.ac_access .fa-angle-down:hover {
  color: var(--color-orange);
  font-size: 10px;
}

/* =====================
電車ルート案内、車ルート案内の見出しP
===================== */
.ac_train,
.ac_car  {
  font-size: var(--fontsize-l);
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 20px;
}

/* ====================
電車ルート案内セクション */
.ac_station {
  background-color: var(--color-lightgreen);
  background-position: center;
  background-repeat: no-repeat;
}
.ac_train-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  border-radius: 25px;
  padding: 20px 20px;
}

/* 縦並び3つのボタンのスタイル */
.ac_dojo,
.ac_shintetsu,
.ac_minamiguti {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px 80px;
  margin: 15px 0;
  border: 5px solid var(--fontcolor-brown);
  border-radius: 10px;
  color: var(--fontcolor-brown);
  cursor: pointer;
  background-image: url(../images/ki.png);
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  position: relative;
  transition: transform 0.2s ease;
}
.ac_train-container .fa-angle-down {
  position: absolute;
  right: 25px;
  font-size: 20px;
  font-weight: bold;
  color: var(--fontcolor-brown);   
}
.ac_train-container p {
  font-family:  "Zen Maru Gothic", sans-serif;
  font-size: var(--fontsize-m);
  font-weight: bold;
}
/* ボタンをクリックしたときのアニメーション */
.ac_dojo:active,
.ac_shintetsu:active,
.ac_minamiguti:active {
  transform: scale(0.95); /* 5%だけ小さくする */
}

/* =============================
クリックで出てくる電車ルート案内図 */
.ac_dojo-st,
.ac_shintetsu-st,
.ac_dojominami-st {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  border-radius: 25px;
  padding: 40px 20px;
  border: 3px dotted #ccc;
  border-top: none;
  padding-top: 10px;
  padding-bottom: 40px;
  display: none;
}

/* ---大阪から--- */
.ac_osaka-st {
  font-size: var(--fontsize-l);
  font-weight: bold;
  color: var(--color-darkgreen);
  text-align: center;
  margin-bottom: 5px;
}
.ac_osaka-eki,
.ac_dojo-eki,
.ac_sanda-eki,
.ac_shintetsudojo {
  display: block;
  border: none;
  border-radius: 10px;
  background-color: var(--color-lightgreen);
  padding-left: 20px;
   margin: 0 15px;
}
.ac_osaka-eki p,
.ac_dojo-eki p,
.ac_sanda-eki p,
.ac_shintetsudojo p {
  font-size: var(--fontsize-m);
  font-weight: 500;
  text-align: start;
  color: var(--fontcolor-white);
  padding-top: 8px;
  padding-bottom: 8px;
}

/* ---三宮から--- */
.ac_sannomiya-st,
.ac_kobe-sannomiya-st {
  font-size: var(--fontsize-l);
  color: var(--color-orange);
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 5px;
}
.ac_sannomiya-eki p,
.ac_amagasaki p,
.ac_kobe-dojo p,
.ac_kobe-sannomiya p,
.ac_kobe-nishinomiya p,
.ac_kobe-takarazuka p,
.ac_tanigami p,
.ac_shintetsudoujo p,
.ac_shintetsudojominami p {
  display: block;
  border: none;
  border-radius: 10px;
  background-color: var(--color-orange);
  font-size: var(--fontsize-m);
  font-weight: 500;
  text-align: start;
  color: var(--fontcolor-white);
  padding-top: 8px;
  padding-bottom: 8px; 
  padding-left: 20px;
  margin: 0 15px;
}

/* ---駅を結ぶ縦線--- */
.ac_leftline .ac_line {
  text-align: start;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: var(--fontcolor-black);
  font-size: 12px;
  font-weight: bold;
  line-height: 0.7em;
}
.ac_leftline {
  border-left: 10px solid #ccc;
  margin-left: 40px;
  background-repeat:repeat-y;/*縦方向への繰り返し指定*/
  background-position:left top;/*位置指定*/
  padding :10px 5px;/*余白の指定*/
}

/* ==================
車ルート案内のセクション */
.ac_map {
  background-color: var(--color-beige);
  background-position: center;
  background-repeat: no-repeat;
}
.ac_map .ac_map-container {
  display: block;
  background-color: #fff;
  border-radius: 25px;
  padding: 40px 30px;
}
/* ---近隣のマップ--- */
.ac_carmap img {
  border-radius: 30px;
  width: 100%;
  margin: 0 auto;
}
/* ---近隣からの所要時間案内部分--- */
.ac_time {
  display: flex;
  justify-content: space-evenly; 
  align-items: center;
  gap: 15px;
  margin: 40px 10px;
}
.ac_time img {
  width: 30%; 
  height: auto; 
}
.ac_mapbtn {
  display: flex;
  justify-content: center;
}

#ac_train,
#ac_car {
  position: relative; 
}
.ac_train-pic img {
  position: absolute;
  top: -20px;
  right: 5%;
  width: 80px;
  height: 80px;
} 
/* --車のイラスト-- */
.ac_car-pic img {
  position: absolute;
  top: -5px;
  right: 10%;
  width: 60px;
  height: 60px;
}
/*============
contact
=============*/
/*============
contact
=============*/
.contact {
  padding-top: 50px;
}
.contact .btn {
  display: block;
  text-align: center;
  border: none;
  outline: none;
  box-sizing: border-box;
  width: 240px;
  margin: 0 auto; 
}

.co_contact li {
  margin: 1em 0 0.5em;
}

.co_contact li::before {
  content: "◆";
  margin-right: 0.2em;
}

.co_form span {
    background-color: red;
    padding: 0 1em;
    margin: 0 1em;
    border-radius: 35px;
    color: #fff;
  }
 .co_form .co_any {
    background-color: #C7C1C1;
  }

  .co_radiotext {
    margin: 10px 0;  
  }

  .co_radiotext  [type="radio"] {
    margin: 0;
    margin: 0.4em;
  }




 .co_contact p {
    margin: 4em 0;
    line-height: 2;
  }
.co_container {
  background-color: #F5F3EE;
  border-radius: 7px;
  padding: 10px;
  /* margin: auto; */
  width: 10em;
}
.co_form{
  display: block;
}
.co_contact input, textarea{ /*入力エリア*/
    background-color: #F5F3EE;
    border-radius: 7px;
    border: none;
    margin-top: 0.5em;
  }
.co_contact textarea {
    display: block;
    height: 200px;
    width: 100%;

  }
  .co_name {/*名前の入力エリアのサイズと余白*/
    margin-right: 8px;
    height:3em;
    width: 25%;
  }
  .co_checkbox {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .co_text {
    padding-top: 30px;
    text-align: center;
  }

  .co_text a {
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 1px;
  }
  .co_inputarea {/*その他入力エリアのサイズと余白*/
    width: calc(25% + 25% + 0.5em);
    margin-right: 0;
  }

/*入力テキストの余白*/
input[type="text"] {
  padding: 0.5em;
}

input[type="email"] {
  padding: 0.5em;
}

input[type="tel"] {
  padding: 0.5em;
}

textarea[type="naiyou"] {
  padding: 1em;
}


.co_namebox {/*氏名、フリガナの親要素*/
    display: flex;
  }

  input::placeholder { /*入力エリアの（氏名、フリガナ）初期テキスト*/
    padding-left: 0.5em;
    color: #cfcfcf;
}


.co_checkbox .co_text {/*プライバシーと個人情報テキストの親要素*/
  margin:3em 0 1em;
  text-align: center;
}
.co_btn {
  background-color: #E67E22;
  border-radius: 30px;
  border: none;
  padding: 0.5em 4em;
  color: #fff;
  cursor: pointer;
  margin: auto;
  align-items: center;
}
.co_btnn {
  display: flex;
  justify-content: center;
}
.co_btn {
text-align: center;
}
/*============
comingsoon
=============*/
/*============
comingsoon
=============*/
.cs h2{
  font-size: var(--fontsize-ll);
  padding-top: 50px;
  padding-bottom: 50px;
}

.cs img{
  display: flex;
  width: 70%;
  margin: auto;
  margin-bottom: 20px;
  align-items: center;
}

.cs .text-container{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 70%;
  margin: auto;
  align-items: center;
}

.cs .title{
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.cs .btn{
  margin-left: 0.5rem;
  margin-bottom: 20px;
  padding: 20 15px;
  font-size: 14px;
}

.cs p{
  margin-bottom: 40px;
  text-align: center;
}

/* 戻るボタン */
/* .cs .arrow-area{
  margin: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
} */
/* イラスト */
.cs .cs_irasuto1{
  position: relative;
  z-index: 9999;
}
.cs .cs_irasuto2{
  position: absolute;
  width: 50px;
  bottom: -10px;
  left: 0;
}

/*============
news
=============*/
/*============
news
=============*/

.ns h2{
  font-size: var(--fontsize-ll);
  padding-top: 50px;
  padding-bottom: 50px;
}

.ns img{
  display: flex;
  width: 70%;
  margin: auto;
  margin-bottom: 20px;
  align-items: center;
}

.ns .text-container{
  width: 70%;
  margin: auto;
  align-items: center;
}

.ns .title{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.ns .info{
  font-size: var(--fontsize-m);
  margin-left: 0.5rem;
  background-color: var(--color-darkgreen);
  color: white;
  border-radius: 50px;
  padding: 0 15px;
}

.ns p{
  margin-bottom: 20px;
}

.ns .arrow-area{
  margin: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/*============
newslist
=============*/
/*============
newslist
=============*/
.nl {
  margin-bottom: 40px;
}

.nl h2{
  padding-top: 50px;
  padding-bottom: 30px;
}

.nl .string{
  display: inline-block;
  width: 200px;
}

.nl {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nl .news-container{
  width: 80%;
  background-color: var(--color-lightyellow);
  padding: 20px;
  margin: 0 50px;
  position: relative;
}

.irast {
  position: absolute;
  display: block;
  width: 100px;
  top: -80px;
}

.nl .list-item {
  background-color: var(--fontcolor-white);
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 10px;
  font-size: var(--fontsize-s);
}

.nl .news-container li p{
  font-size: var(--fontsize-s);
  padding-left: 16px;
  padding-right: 16px;
  text-align: justify;
  margin-bottom: 10px;
}

.nl .list-item span{
  font-size: var(--fontsize-ss);
  margin-left: 0.5rem;
  background-color: var(--color-darkgreen);
  color: white;
  border-radius: 10px;
  padding: 0 5px;
}

 .list_div {
  position: relative;
}

.list_tree {
  position: absolute;
  display: block;
  width: 80px;
  top: 10px;
  right: 20px;
  z-index: 999;
}  

/*============
about
=============*/
/*============
about
=============*/
.ab_catchcopy{
  display: flex;
  justify-content: flex-end;
  color: var(--fontcolor-black);
  font-size: var(--fontsize-l);
  font-weight: bold;
  transform: rotate(10deg);
}

.ab_slash {
  display: flex;
  justify-content:center;
  align-items:flex-end;
  position: relative;
}
 
.ab_slash::before,
.ab_slash::after {
  content: "";
  width: 35px;
  height: 1px;
  background-color: var(--fontcolor-black);
  margin: 15px 4px;
}
 
.ab_slash::before {
  transform: rotate(45deg);
}
 
.ab_slash::after {
  transform: rotate(-45deg);
}
.ab_toph {
  padding-top: 50px;
}

/* メインビジュアル */
.ab img{
  max-width: 100%;
  margin: 30px 0 50px;
}
.ab_keyimage{
  text-align: center;
}
.ab_keytext{
  font-size: var(--fontsize-l);
  font-weight: bold;
  margin-top: 30px;
  line-height: 1.5;
}
.ab_keytext p {
  margin-top: 1em;
}

/* 紹介部分 */
.ab_darkgreen{
  background-color: var(--color-darkgreen);
  padding-top: 20px;
}
/* イラスト */
.ab .ab_irasuto1{
  position: relative;
}
.ab .ab_irasuto2{
  position: absolute;
  width: 50px;
  top: 30px;
  left: 80px;
}
.ab .ab_irasuto3{
  position: absolute;
  width: 100px;
  top: 100px;
  right: 0;
}

.ab_irasuto1 img{
  margin: 0;
}
.ab .ab_darknami{
  margin-top: 100px;
}
.ab_darkgreen p{
 margin-bottom: 0;
}

.ab_imgtext{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.ab_imgtext img{
  grid-column: 1/5;
  grid-row: 1/4;
  margin: 0;
}
.ab_imgtext .ab_irasuto4{
  grid-column: 1/2;
  grid-row: 3/4;
  font-weight: bold;
  text-shadow: 2px 3px 3px rgba(103, 70, 54, 0.4);
}
.ab_text h2{
  margin: 20px 0;
  color: var(--fontcolor-white);
}
.ab_text p {
  color: var(--fontcolor-white);
}
.ab_darknami h2{
  margin: 25px 0;
}

.ab_nami2 img{
  margin: 0;
}
/* イラスト */
.ab_irasuto5{
  position: relative;
}
.ab_irasuto6{
  position: absolute;
  width: 100px;
  left: -10px;
  top: -100px;
}
.ab_imgtext2 figure{
  max-width: 100%;
  font-weight: bold;
  text-align: center;
  margin: 100px 0 0;
}
.ab_imgtext2 p{
  text-align: center;
}
/*============
プライバシーポリシー
=============*/
/*============
プライバシーポリシー
=============*/
.pp {
  padding-top: 50px;
}
.pp_text {
  line-height: 1.8;
}
h3 {
  font-size: var(--fontsize-l);
  margin-top: 2em;
}
.pp_topText {
  margin-top: 30px;
}
.pp_tasuki {
  margin-top: 2em;
  line-height: 1.2em;
}
.pp_text img {
  width: 20px;
  height: 20px;
}

h3 {
  display: flex;
  align-items: center;
  font-weight: bold;
}
h3::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url('../images/mitikusa.png');
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px; 
}

@media (min-width: 767px) {

/*============
pc767-top
=============*/
.catch {
  font-size: 40px;
  position: absolute;
  top: 110px;
  right: 10%;
}
.top_news h2 {
    text-align: end;
    padding-right: 250px;
}
.top_newslist {
    align-items: end;
    padding-bottom: 100px;
  }
  .top_newslist ul {
    padding-right: 150px;
  }
  .top_ne_mt {
  height: 350px;
  right: -100px;
  overflow: hidden;
}
.top_item {
  width: 33.3%;
}
.top_ac iframe {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}
.top_ac_btn a {
  width: 20%;
}
.top_ira2 {
  width: 100px;
  position: absolute;
  top: -100px;
  right: 100px;
  z-index: 600;
}



/*============
pc767-goods
=============*/
/*============
pc767-goods
=============*/
  /* 生産者の思い｜おすすめの食べ方 */
  .go_imgtext {
    display: flex;
    flex-direction: row;
  }
   .go_imgtext figure {
    width: 50%;
   }
   .go_text{
    width: 50%;
    margin-top: 100px;
   }
  .go_imgtext.reverse {
    flex-direction: row-reverse; 
  }
/* 時期｜表 */  
.go_month{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
/* イラスト */
.go .irasuto img{
 margin-left: 40px;
 width: 150px;
}
.go .irasuto22{
  right: 40px;
  top: 120px;
  width: 150px;
}
.go .irasuto4{
  left: 20px;
  bottom: 35px;
  width: 150px;
}
.go .irasuto6{
  left: 40px;
  bottom: 100px;
  width: 150px;
}
.go .irasuto7{
  right: 10px;
  bottom: 180px;
  width: 150px;
}
.go_access_category{
  margin: auto;
  padding-left: 100px;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px;
}

.go_posts_container{
  margin: 30px 0;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
}

/*============
pc767-access
=============*/
/*============
pc767-access
=============*/
/*トップの二つ並びの四角いボタン*/
.ac_acbtn {
  gap: 100px;
  margin-top: 60px;
}
.ac_navbtn {
  width: 140px;
  height: 140px;
}
.ac_navbtn p {
  font-size: 14px;
}
.ac_access .fa-train-subway {
  font-size: 60px;
  padding-top: 10px;
  padding-left: 45px;
}
.ac_access .fa-car {
  font-size: 60px;
  padding-top: 10px;
  padding-left: 40px;
} 
.ac_access .fa-angle-down {
  color: var(--fontcolor-white);
  font-size: 14px;
  font-weight: bold;
  margin-top: 5px;
  padding-left: 63px;
}
.ac_train-container .fa-angle-down {
  font-size: 24px;
  font-weight: bold;  
}

/* 電車ルート案内、車ルート案内の見出しP */
.ac_train,
.ac_car  {
  font-size: 24px;
}
/* 電車ルート案内 */
.ac_train-container {
  padding: 20px 100px;
}
.ac_train-container button {
  margin: 20px 0;
}
.ac_train-container p {
  font-size: var(--fontsize-l);
  font-weight: bold;
}
.ac_leftline {
  padding: 10px 10px;
  margin-left: 60px;
}
.ac_leftline .ac_line {
  font-size: var(--fontsize-m);
}

/* クリックで出てくる電車ルート案内図 */
/* 大阪駅ルートのmargin*/
.ac_osaka-st {
  margin: 20px 0 5px;
}

/* 各駅名のフォントの太さ */
.ac_osaka-eki p,
.ac_dojo-eki p,
.ac_sanda-eki p,
.ac_shintetsudojo p,
.ac_sannomiya-eki p,
.ac_amagasaki p,
.ac_kobe-dojo p,
.ac_kobe-sannomiya p,
.ac_kobe-nishinomiya p,
.ac_kobe-takarazuka p,
.ac_tanigami p,
.ac_shintetsudoujo p,
.ac_shintetsudojominami p {
  font-weight: 500;
}

/* 車ルートの近隣マップ */
.ac_carmap img {
  border-radius: 15%;
  width: 100%;
  margin: 30px 0;
  padding: 0 60px;
}
/* 近隣からの所要時間案内 */
.ac_time img {
  width: 20%;
}

/*--電車のイラスト-- */
.ac_train-pic img {
  top: -80px;
  right: 15%;
  width: 150px;
  height: 150px;
}
/*--車のイラスト-- */
.ac_car-pic img {
  top: -50px;
  right: 15%;
  width: 120px;
  height: 120px;
}

/*============
pc767-about
=============*/
/*============
pc767-about
=============*/
.ab_catchcopy{
    display: inline-block;
    transform: rotate(-45deg);
    font-size: var(--fontsize-ll);
  }
  .ab_slash{
    font-size: 35px;
    left: -300px;
    bottom: 100px;
  }
  .ab_slash::before,
  .ab_slash::after {
  width: 80px;
  height: 2px;
}
  .ab_keyimage{
  width: 80%;
  margin-left: auto; /* 左マージンを自動調整して右寄せ */
  margin-right: 0; /
  }
.ab_keytext {
  display: block;
  text-align: start;
  width: 60%;
  margin: auto;
  font-size: var(--fontsize-l);
  font-weight: bold;
}
.ab_imgtext{
  display: block;
  flex-grow: 1;
}
.ab_reset{
  display: flex;
  align-items: start;
  gap: 20px;
}
.ab_text{
  flex-grow: 1;
  margin-top: 100px;
  margin-left: 40px;
}
.ab .ab_text p{
  font-weight: normal;
}
.ab .ab_irasuto3{
  width: 150px;
  top: 300px;
  right: 100px;
}
.ab_imgtext .ab_irasuto4{
  display: none;
}
.ab_irasuto6{
  width: 150px;
}
.ab .ab_figtext{
  font-weight: normal;
}
/*============
pc767-commingsoon
=============*/
/*============
pc767-commingsoon
=============*/
.cs .btn{
 font-size: 16px;
}
.cs .cs_irasuto3{
  top: 150px;
  width: 150px;
}


@media (min-width: 1024px) {
/*============
pc1024-top
=============*/
.kv_container_pc {
    display: block;
  }
  .kv_container_sp {
    display: none;
  }
  .top .ira-move {
    width: 150px;
  }
  .top_ira1,
  .top_ira3 {
    top: -150px;
  }
  .top_ira10 {
    position: absolute;
    width: 90px;
    left: 100px;
    bottom: -150px;
    z-index: 600;
}
  .top_kv_mt {
    bottom: -60px;
  }
  .top_items_tokusan {
    width: 100px;
    height: 100px;
    top: -50px;
    left: -30px;
    letter-spacing: 0.3em;
    font-size: var(--fontsize-l);
  }
  .top_item figure {
    width: 250px;
  }
  .top_season {
    width: 60px;
    height: 60px;
  }
  .top_item_cart {
    background-color: rgba(103, 70, 54, 0.959);
    width: 80px;
    height: 80px;
    border-radius: 50px 0 25px 0;
    position: absolute;
    top: 220px;
    right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .top_item_cart div p{
    font-size: var(--fontsize-s);
  }
  .top_season p {
    font-weight: bold;
    font-size: var(--fontsize-m);
  }
  .top_item figcaption {
    font-size: var(--fontsize-m);
  }
  .top_item .btn {
    font-size: var(--fontsize-s);
  }
  .top_items_container {
    margin-bottom: 100px;
  }
  .top_ban_container {
    margin-top: 200px;
    position: relative;
    z-index: 500;
  }
  .top_ban_container img {
    width: 40%;
  }
}
}