/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 2 version
*/

/*
Theme Name: 三男米【さんおとこまい】
Theme URI: https://www.craft-foodco.com/
Description: 三男米【さんおとこまい】のオリジナルテーマです。
Version: 1.0
Author: CRAFT＋FOOD CO.　yuushi.kai
Author URI: https://www.craft-foodco.com/
*/

@charset "utf-8";

html {
  visibility: hidden;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font-size: 62.5%; /* -> 10px × rem指定 */ 
  font-weight: 400;
  vertical-align: baseline;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}

html.wf-active,
html.loading-delay {
  visibility: visible;
}

/*アンカーリンクの余白調整*/
html{
  scroll-padding-top: 100px;
}

body {
  color: #5d4626;
  background-color: #fbf9f6;
  font-family: tbudmincho-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.08rem;
  min-width: 100%;
  margin: 0 auto;
}

h1 {
  font-size: 3rem;
  font-family: dnp-shuei-nmincho-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}
h2 {
  font-size: 2.6rem;
  margin-bottom: 2%;
  font-weight: bold;
}
h3 {
  font-size: 2rem;
  padding-bottom: 10px;
  font-weight: bold;
}
h4 {
  font-size: 1.8rem;
  padding-bottom: 10px;
  font-weight: bold;  
}
p {
  font-size: 1.6rem;
  margin-top: 0.6rem;
  margin-bottom: 1rem;
}
@media screen and ( max-width: 800px ) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 1.8rem;
  }
  h4 {
    font-size: 1.6rem;
  }  
  p {
    font-size: 1.4rem;
  }
}

a {
  color: #5d4626;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 0.6rem;
  margin-bottom: 1rem;
}

a:hover {
  color: #ccb775;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

.link {
  text-align: center;
}
.link a {
  color: #000;
  text-decoration: none;
}
.link a {
  position: relative;
  padding: 10px; /* 見た目調整用の余白 */
  color: #000;
  background-color: #fff;
}
.link a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  content: "";
  background-color: #fff;
  mix-blend-mode: difference; /* difference（差分） */
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.link a:hover::before {
  width: 100%;
}

ul {
  padding: 0;
}

ul li {
  list-style: none !important;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

input {
  font-size: small;
}

/* Wordpress　レスポンシブ対応 */
/* スマホ・左揃え */
@media screen and (max-width: 600px) {
  .sp-left {
  text-align: left!important;
  }
}

.SP {
  display: none;
}
@media screen and (max-width: 600px) {
  .SP {display: block;}
}

/* スマホのみから電話できるようにする */
@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}

/* Adobe Fonts */
/* ローディング中のスタイル */
.wf-loading {
  opacity: 0;
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
/* フォント読み込み完了後のスタイル */
.wf-active {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transition: opacity 0.7s ease, -webkit-filter 0.7s ease;
  transition: opacity 0.7s ease, -webkit-filter 0.7s ease;
  transition: opacity 0.7s ease, filter 0.7s ease;
  transition: opacity 0.7s ease, filter 0.7s ease, -webkit-filter 0.7s ease;
}
/* フォント読み込み失敗時のスタイル */
.wf-inactive {
  opacity: 1;
}

/* 余白チェック
*{
  border: 1px solid red;
}
*/

/* フェードイン用のCSS */
/* 下からフェードイン */
.slide-bottom {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 1.3s 0.5s ease-out;
  transition: all 1.3s 0.5s ease-out;
}
/* 上からフェードイン */
.slide-top {
  opacity: 0;
  -webkit-transform: translate(0, -20px);
          transform: translate(0, -20px);
  -webkit-transition: all 1s 0.5s ease-out;
  transition: all 1s 0.5s ease-out;
}
/* 左からフェードイン */
.slide-left {
  opacity: 0;
  -webkit-transform: translate(-20px, 0);
          transform: translate(-20px, 0);
  -webkit-transition: all 1s 0.8s ease-out;
  transition: all 1s 0.8s ease-out;
}
/* 右からフェードイン */
.slide-right {
  opacity: 0;
  -webkit-transform: translate(20px, 0);
          transform: translate(20px, 0);
  -webkit-transition: all 1s 0.5s ease-out;
  transition: all 1s 0.5s ease-out;
}
/* フェードイン */
.fade-in {
  opacity: 0;
  -webkit-transition: all 1s 0.5s ease-out;
  transition: all 1s 0.5s ease-out;
}

/* ローディングアニメーション */
.loading {
  position: fixed;
  inset: 0;
  z-index: 11;
  height: 100vh;
  background-color: #fbf9f6;
}
.loading__inner {
  width: 100%;
  height: inherit;
  position: relative;
  top: -60px;
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
}
.loading__text {
  font-size: max(15px, 1rem);
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 2;
  text-align: center;
  color: #333;
}
.loading__logo {
  margin: 0 auto;
  width: min(150px, 100%);
  position: relative;
}
.logo {
  position: absolute;
  top: -84px;
}
@media screen and ( min-width: 768px ) {
  .logo {
  position: absolute;
  top: -50px;
  }
}

/* ヘッダー */
header {
  width: 100%;
  height: 80px;
  position: fixed;
  z-index: 10;
}
header .header-inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
}
header .header-inner .h-menu a {
  color: #fff;
}
.is-animation .header-inner .h-menu a {
  color: #333;
}
header .header-inner .h-menu a span {
  font-size: 10px;
}


header .header-inner .h-logo {
  position: absolute;
  left: 5%;
  top: 5px;
  z-index: 9;
}
header .header-inner .h-logo img {
  width: 80px;
  height: auto;
}
header .header-inner .h-menu {
  display: none;
}

header .header-inner .h-menu .cart {
  background: url(assets/img/home/cart-w.svg) center top / cover no-repeat;
  height: 30px;
  width: 30px;
}
.is-animation .header-inner .h-menu .cart {
  background: url(assets/img/home/cart-b.svg) center top / cover no-repeat;
  color: #5d4626;
}

@media screen and ( min-width: 769px ) {
  header .header-inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  }
  header .header-inner .h-menu {
  width: 800px;
  position: absolute;
  right: 5%;
  top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  }
  header .header-inner .h-menu li {
  margin-left: 30px;
  text-align: center;
  }
  .openbtn {
  display: none;
  }
}

/* ハンバーガーメニュー */
.openbtn{
  position: fixed;
  right: 5%;
  top: 20px;
  background: #ccb775;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  z-index: 10;
}
.openbtn span{
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  width: 45%;
  }
.openbtn span:nth-of-type(1) {
  top:15px; 
}
.openbtn span:nth-of-type(2) {
  top:23px;
  width: 30%;
  left: 18px;
}
.openbtn span:nth-of-type(3) {
  top:31px;
}
.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.active span:nth-of-type(3){
  top: 30px;
  left: 18px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

#g-nav {
  position: fixed;
  top: -120%;
  z-index: -1;
  opacity: 0;
  width:100%;
  height: 100vh;
  background: #fbf9f6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#g-nav.panelactive {
  top: 0;
  opacity: 1;
  z-index: 8;
}
#g-nav.panelactive #g-nav-list {
  position: relative;
  z-index: 8; 
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#g-nav ul {
  display: none;
  position: absolute;
  z-index: 8;
  top:50%;
  left:50%;
  -webkit-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
#g-nav ul li {
  margin-bottom: 5%;
  font-size: 1.4rem;
}
#g-nav.panelactive ul {
  width: 100%;
  margin-top: 10vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
}
.gnav-news {
  background-color: #F0EFEA;
  padding: 5px;
}
.gnav-news h3 {
  text-align: center;
  font-size: 1.5rem;
  margin-top: 30px;
  margin-bottom: 15px;
}
@media screen and ( max-width: 600px ) {
  .gnav-news .topnews-date h3 {
  text-align: left;
  margin: 0; 
  }
  .gnav-news .topnews-date h3 a {
  font-size: 1.3rem;
  }
}

/* トップボタン */
.top-news {
  width: 100%;
  position: fixed;
  bottom: 5vh;
  right: 30px;
  z-index: 7;
}
.button-top {
  max-width: 1280px;
  margin: 0 auto; 
  -webkit-transition: 1s; 
  transition: 1s;
}
.is-animation.button-top {
  display: none;
  -webkit-transition: 1s;
  transition: 1s;
}

.button-i {
  position: relative;
  width: 250px;
  margin-left: auto;
  padding: 8px;
  border: none;
  border-radius: 5px;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2028%22%3E%0A%20%20%20%20%3Ccircle%20cx%3D%2214%22%20cy%3D%2214%22%20r%3D%2214%22%20style%3D%22fill%3A%23fff%3B%22%2F%3E%0A%3C%2Fsvg%3E);
  background-position: right 3em center;
  background-size: 1.2em;
  background-repeat: no-repeat;
  font-size: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
}
.button-i:hover {
  background-color: #fff;
}
.button-i::before,
.button-i::after {
  position: absolute;
  right: calc(3.6em - 1.5px);
  width: 3px;
  height: 10px;
  border-radius: 1px;
  background-color: #5d4626;
  content: '';
}
.button-i::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.button-inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  display: none;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  background-color: #F0EFEA;
}
.topnews-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.topnews-img {
  width: 150px;
  margin-bottom: 10px;
}
.topnews-date {
  font-size: 1rem;
  padding-left: 10px;
}
.topnews-date a {
  font-size: 1.2rem;
}

/* コンセプトまでいったら消す */
.button-top.fixed.none {
  opacity: 0;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and ( max-width: 600px ) {
  .button-top {
  display: none;
  }
}


/* メニューが開いた時背景が動かない */
body.BGfixed {
　width: 100%;
　height: 100%;
　position: fixed;
}

.MainVisual {
  height: 90vh;
  width: 100%;
}
.MainVisual .MV-inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.MainVisual .h-mask {
  position: absolute;
  bottom: -1px;
  min-width: 100%;
  margin: 0 auto;
  z-index: 0;
}
.MainVisual .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin: 0 auto;
  width: 150px;
  z-index: 7;
}

/* スクロールアニメーション */
.scroll {
  color: #fff;
  display: inline-block;
  font-size: 10px;
  letter-spacing: .2em;
  line-height: 1;
  overflow: hidden;
  padding: 10px 10px 50px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  bottom: 10%;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  z-index: 2;
}
.scroll::after {
  background: #fff;
  bottom: 0;
  content: '';
  height: 40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  position: absolute;
  width: 0.8px;
}
.scroll::after {
  -webkit-animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
          animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@-webkit-keyframes sdl {
  0% {
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  }
  50% {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  }
  50.1% {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  }
  100% {
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  }
}
@keyframes sdl {
  0% {
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  }
  50% {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  }
  50.1% {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  }
  100% {
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  }
}
@media screen and (min-width: 600px) {
  .scroll {
  padding: 10px 10px 90px;
  line-height: 0;
  left: 50%;
  font-size: 12px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  }
  .scroll::after {
  height: 80px;
  }
}

/* トップスライダー */
#slider {
  margin:0 auto;
  height: 90vh;
  min-width: 100%;
  overflow: hidden;
  opacity: 6;
  z-index: 0;
}
div#slider.vegas-container {
  height: 90vh;
}
@media screen and ( min-width: 768px ) {
  .loading {
  height: 115vh;
  }
  .MainVisual {
  height: 115vh;
  }
  .MainVisual #slider {
  height: 115vh;
  }
  div#slider.vegas-container {
  height: 115vh;
  }
  .MainVisual .logo {
  width: 150px;
  top: 50%;
  }
}

.concept {
  width: 100%;
  height: 700px;
  padding-top: 200px;
  position: relative;
}
.concept-inner {
  max-width: 1280px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-height: 400px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.concept-inner img {
  position: absolute;
  width: 400px;
  right: -140px;
  bottom: 0;
}
.concept-textbox {
  position: relative;
  bottom: 0px;
  right: 50px;
}
.concept-inner h2 {
  padding-left: 10%;
}
.concept-inner p {
  padding-left: 5%;
}
.concept-inner .shomei {
  font-size: 2.6rem;
  text-align: end;
  padding-left: 0;
  padding-right: 10%;
  line-height: 1;
}
.concept-inner .shomei span {
  font-size: 1.1rem;
}

@media screen and ( max-width: 800px ) {
  .concept-inner {
  position: relative;
  left: 0;
  top: 100px;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  padding-left: 3%;
  padding-right: 3%;
  }
  .concept-inner img {
  width: 300px;
  right: 5%;
  bottom: 150px;
  }
  .concept-textbox {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  right: 5%;
  }
  .concept-inner h2 {
  font-size: 2.3rem;
  padding-left: 5%;
  padding-bottom: 5%;
  }
  .concept-inner p {
  padding-bottom: 5%;
  }
  .concept-inner .shomei {
  padding-right: 0;
  font-size: 2rem;
  }
  .concept-inner .shomei span {
  font-size: 0.8rem;
  }
}

/* ストーリー */
.story-section {
  position: relative;
  height: 700vh;
}
.story-wrapper {
  position: sticky;
  top: 12vh;
  width: 100%;
  max-width: 1280px;
  height: 88vh;
  margin: 0 auto;
}

/* スクロールアニメーション */
.story-section .scroll {
  color: #5d4626;
  position: absolute;
  padding: 10px 10px 30px;  
  bottom: 50px;
  font-size: 1rem;
}
.story-section .scroll::after {
  background: #5d4626;
  bottom: 0;
  height: 25px;
  left: 50%;
  position: absolute;
}
.story-section .scroll::after {
  -webkit-animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
          animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  }
  50% {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  }
  50.1% {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  }
  100% {
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  }
}
@media screen and (min-width: 769px) {
  .story-section {
  height: 750vh;
  }
  .story-section .scroll {
  padding: 10px 10px 20px;
  }
  .story-section .scroll::after {
  height: 15px;
  }
}
.card {
  position: absolute;
  inset: 0;
  overflow: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: 1s;
  transition: 1s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card .image {
  width: 60%;
  height: 450px;
  overflow: hidden;
  margin: auto;
}
.card .image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.card .text {
  width: 50%;
  padding: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
          justify-content: center;
}
.card .text h2 {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 2%;
}
.card .text h2 span {
  display: block;
}
.card .text span {
  font-size: 1.2rem;
}
.card .text p {
  margin: 0;
}
.story-shomei {
  margin-top: 2%;
  margin-left: auto;
  width: 50%;
  text-align: right;
}
.story-shomei img {
  width: 45%;
  margin-top: 10px;
  padding-right: 5%;
}
.story-shomei span {
  font-size: 1.2rem;
}
@media screen and ( max-width: 800px ) {
  .card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  }
  .card .image {
  width: 100%;
  height: 40%;
  margin: 0;
  }
  .card .text {
  width: 96%;
  padding: 2%;
  }
  .card .text h2 {
  margin-left: 5%;
  font-size: 2.3rem;
  position: absolute;
  top: 15px;
  color: #fff;
  width: 100%;
  }
  .card .text h2 span {
  display: inline-block;
  margin-left: 2%;
  line-height: 1.2;
  font-size: 0.9rem;
  }
}

/* 大和郡山市大江町 */
.location {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
          flex-direction: column;
}
.location-inner {
  width: 96%;
  max-width: 1280px;
  margin: 5% auto;
  padding: 0 2%;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.location-inner .loct-left {
  width: 30%;
}
.location-inner .loct-right {
  width: 100%;
}
.loct-img02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
}
.loct-left img {
  padding-left: 3%;
}
.location-inner .tategaki {
  font-size: 2.6rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding-left: 10%;
  padding-top: 10%;
  line-height: 1;
}
.location-inner .tategaki span {
  font-size: 1.8rem;
}
.loct-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
          align-items: flex-start;
  margin-top: auto;
}
.loct-right .loct-img03 {
  width: 30%;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 10%;
}
.loct-right h3 {
  width: 100%;
}
.loct-right .loct-img04 {
  display: inline-block;
  width: 17px;
  padding: 5px 10px 10px 5px;
}
.loct-right span {
  font-size: 1.3rem;
  line-height: 1.2;
  padding-left: 5px;
  margin-bottom: 5px;
}
.loct-right .loct-text {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  padding-top: 200px;
}
.loct-right .loct-text p {
  margin-top: 3%;
}
.loct-right .loct-text .loct-imgbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.loct-right .loct-text .loct-imgbox .loct-img05 {
  width: 50%;
  overflow: hidden;
}
.loct-right .loct-text .loct-imgbox .loct-img06 {
  width: 50%;
  overflow: hidden;
}
.loct-imgbox img {
  height: 100%;
}
@media screen and ( max-width: 800px ) {
  .location-inner .tategaki {
  padding-right: 0;
  font-size: 2rem;
  }
  .location-inner .tategaki span {
  font-size: 1.6rem;
  }
  .location-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  }
  .location-inner .loct-left {
  width: 100%;
  height: 290px;
  }
  .location-inner .loct-right {
  width: 100%;
  }
  .loct-right .loct-img03 {
  width: 28%;
  padding-left: 0;
  padding-right: 2%;
  }
  .loct-right .loct-text {
  width: 70%;
  padding-top: 0px;
  }
}

/* 特別栽培米 */
.tokusaimai {
  width: 100%;
  padding: 10% 0;
  background: #4f4525;
}
.tokusaimai .tokusaimai-inner {
  width: 96%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tokusai-h {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tokusai-h h2 {
  font-size: 3rem;
  margin-right: 30px;
}
.tokusai-h h2 span {
  font-size: 1.4rem;
  display: block;
}
.tokusaimai .tokusai-img01 {
  width: 45px;
}
.tokusaimai .tokusai-h p {
  display: inline-block;
  margin-left: 10px;  
}
.tokusai-imgbox {
  width: 50%;
  margin: auto;
}
.tokusai-text {
  width: 46%;
  margin: auto;
  padding: 0 2%;
}
.tokusai-img02 {
  width: 25%;
  margin-left: auto;
  line-height: 1;
  text-align: center;
}
.tokusai-img02 img {
  margin-bottom: 10px;
}
.tokusai-img02 span {
  font-size: 1.2rem;
  color: #fff;
}
@media screen and ( max-width: 800px ) {
  .tokusaimai-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  }
  .tokusai-imgbox {
  width: 100%;
  }
  .tokusai-text {
  width: 96%;
  }
  .tokusai-h {
  height: 170px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  }
  .tokusai-h h2 {
  font-size: 2.6rem;
  text-align: center;
  margin: 0 auto; 
  }
  .tokusai-h h2 span {
  font-size: 1.2rem;
  }
  .tokusai-h span {
  font-size: 1.2rem;
  }
  .tokusai-h-b {
  margin-right: 60px;
  }

}

/* 米農家の「いま」「これから」 */
.mission {
  width: 100%
}
.mission-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.intro {
  width: 100%;
  height: 150vh;
  position: relative;
}
.intro-box {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
          justify-content: center;
}
.intro-box h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
.intro-img {
  height: 50vh;
  position: absolute;
  top: 25vh;
  overflow: hidden;
  z-index: -1;
}
.intro-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and ( max-width: 600px ) {
  .intro-box h2 {
  width: 100%;
  font-size: 2rem;
  top: 45%;
  }
}

.mission-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mission-box .m-box-left {
  width: 45%;
  padding: 5%;
  margin: auto;
}
.mission h3 {
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 5%;
}
.mission p {
  margin-bottom: 10%;
}
.mission-box .m-box-right {
  width: 45%;
  padding: 5%;
  margin: auto;
}
.mission-box02 {
  width: 45%;
  padding: 5%;
  margin: auto; 
}
@media screen and ( max-width: 600px ) {
  .mission-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  }
  .mission-box .m-box-left {
  width: 96%;
  padding: 2%;
  }
  .mission-box h3 {
  font-size: 2rem;
  }
  .mission-box .m-box-right {
  width: 96%;
  padding: 2%;
  }
  .mission-box02 {
  width: 80%;
  }
}

/* サービス・事業紹介 */
.business {
  width: 100%;
  height: 90vh;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  background: #F0EFEA;
}
.business-inner {
  padding-left: 6%;
  height: auto;
  position: sticky;
  top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.business .tategaki {
  font-size: 2.6rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding-top: 20%;
  line-height: 1;
  margin: 0 auto;
}
.business span {
  font-size: 1.8rem;
  display: block;
  margin-top: 5%;
}
.scroll_item:nth-child(1) {
  text-align: center;
}
.scroll_item:nth-child(1) img {
  width: 150px;
  margin-bottom: auto;
  padding-top: 20px;
}
.scroll_item {
  width: 400px;
  margin-right: 50px;
}
.scroll_img {
  width: 100%;
  overflow: hidden;
}
.scroll_item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.scroll_item .scroll_text {
  width: 100%;
}
.scroll_item .scroll_text h3 {
  margin: 0;
  padding: 0;
}
.scroll_item .scroll_text span {
  font-size: 1.2rem;
  margin: 0;
  text-align: center;
}
.scroll_item .scroll_text p {
  margin-bottom: 2%;
}
.scroll_text .link {
  margin-top: 5%;
}
@media screen and ( max-width: 600px ) {
  .scroll_item .scroll_text h3 {
  font-size: 2rem;
  }
}
@media screen and ( max-height: 550px ) {
  .business-inner {
  top: 15px;
  }
  .business .tategaki {
  padding-top: 5%;
  }
  .scroll_item {
  width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  }
  .scroll_item .scroll_text {
  padding: 0 20px;
  }
}


/* 商品 */
.Item {
  max-width: 1280px;
  width: calc(100% - 20px);
  margin: 100px auto 0;  
}
.Item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
}
.Item-box h3 {
  padding: 5% 5% 0;
}
.Item-box p {
  padding-left: 5%;
  padding-right: 5%;  
}
.Item .link {
  padding-bottom: 10%;
}
@media screen and ( max-width: 768px ) {
  .Item-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
  }
  .Item-reverse h3 {
  text-align: left;
  }
  .Item-reverse p {
  text-align: left;
  }
  .Item-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 5%;
  }
  .Item-box h3 {
  font-size: 1.8rem!important;
  }
}

/* 読み物 */
.NEWS-sec {
  max-width: 1280px;
  width: calc(100% - 20px);
  margin: 0 auto;
  padding-top: 10%;
  padding-bottom: 3%;
}
.NEWS-sec h2 {
  text-align: center;
}
.NEWS-sec .title p {
  text-align: center;
}
.NEWS-inner {
  padding-left: 2%;
  padding-right: 2%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;  
  -webkit-box-orient: horizontal;  
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;  
      flex-flow: row wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.news-content {
  width: 100%;
  margin-top: 5%;
  margin-bottom: 30px;
  position: relative;
}
.news-meta .news-category {
  text-align: right;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.news-content .news-meta .news-category a {
  font-size: 1.3rem;
  padding: 6px;
  color: #fff;
  margin-right: 2%;
  margin-bottom: 2%;
}
.news-content .news-meta p {
  margin: 5% 8% 10%;
  text-align: right;
}
.news-content .news-title {
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: 15px;
  font-size: 1.8rem;
  text-align: center;
}
.news-content .news-title a {
}
.news-content .news-date {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 5%;
}
.news-desc {
  font-size: 1.2rem;
}
.NEWS-inner .news-pic img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.NEWS-inner .news-pic {
  border: 1px solid #333;
  background-color: #fff;
}
.NEWS-inner .news-content:nth-child(1) .news-pic,  .NEWS-inner .news-content:nth-child(3) .news-pic {
  overflow: hidden;
  width: 100%;
  height: auto;
  position: relative;
  left: 0px;
}
.NEWS-inner .news-content:nth-child(2) .news-pic {
  overflow: hidden;
  width: 100%;
  height: auto;
  position: relative;
  right: 0px;
}

@media screen and (min-width:  600px) {
  .NEWS-sec {
  width: calc(100% - 80px);
  }
  .NEWS-inner {
  padding-left: 10px;
  padding-right: 10px;
  }
  .news-content {
  width: 30%;
  }
}

@media screen and (max-width: 820px) {
  .NEWS-inner .news-pic img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .NEWS-sec {
  width: calc(100% - 20px);
  }
  .NEWS-inner .news-pic img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  }
  .news-content .news-title {
  font-size: 1.5rem;
  }
  .news-content .news-meta .news-category a {
  font-size: 1.2rem;
  }
  .news-content .news-meta p {
  font-size: 1.2rem;
  }
}
@media screen and (max-width: 600px) {
  .NEWS-inner .news-pic img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  }
  .NEWS-inner .news-content:nth-child(1) .news-pic,  .NEWS-inner .news-content:nth-child(3) .news-pic {
  left: -20px;
  }
  .NEWS-inner .news-content:nth-child(2) .news-pic {
  right: -16px;
  }
}

/* メンバー */
.san-menber {
  width: 100%;
  padding: 10% 0;
}
.SM-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.m-box {
  width: 75%;
  margin-bottom: 2%;
}
.m-box:nth-child(1) {
  width: 100%;
  text-align: center;
}
.m-box .mbox-img {
  height: 350px;
  overflow: hidden;
}
.m-box .mbox-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-box:nth-child(6) .mbox-img img {
  -o-object-position: center 0px;
     object-position: center 0px;
}
.m-box h3 {
  padding: 5px;
}
.m-box h3 span {
  font-size: 1.3rem;
  display: block;
  margin-left: 0;
}
.m-box p {
  font-size: 14px;
  padding: 5px;
}
@media screen and (min-width: 600px) {
  .SM-inner {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  }
  .m-box:nth-child(1) {
  width: 28%;
  }
  .m-box {
  width: 28%;
  }
}
@media screen and (min-width: 800px) {
  .m-box h3 span {
  display: inline-block;
  margin-left: 10px;
  }    
}

.CF-box {
  width: 95%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.CF-img {
  width: 50%;
}
.CF-text {
  width: 50%;
  padding: 2%;
}
.CF-text span {
  color: #d65f26;
  display: block;
  margin-top: 10%;
  padding-left: 2%;
  margin-bottom: 1%;
}
.CF-text h4 {
  background: #fff;
  padding: 2%;
  border-radius: 20px;
}
.CF-text .link {
  text-align: right;
  margin-top: 3%;
}
@media screen and (max-width: 600px) {
  .CF-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  }
  .CF-img {
  width: 100%;
  }
  .CF-text {
  width: 95%;
  }
  .CF-text .link {
  text-align: right;
  }
}

/* フッター */
footer {
  width: 100%;
  background: #F0EFEA;
}

.footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 5%;
}

/* TOPへ戻る　*/
.page-top {
  text-align: center;
}
.page-top a {
}
.page-top a::before {
  content: "";
  height: 10px;
  width: 10px;
  border-top: 3px solid #5d4626;
  border-right: 3px solid #5d4626;
  border-radius: 3px;
  -webkit-transform: translateY(20%) rotate(-45deg);
          transform: translateY(20%) rotate(-45deg);
  display: inline-block;
  margin-right: 10px;
}

.footer-menu {
  padding: 3% 0 5%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}
.footer-menu .footer-link a {
  margin: 0 3%;
  writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
}
.footer-logo {
  width: 25%;
  margin-top: auto;
  text-align: center;
}
.footer-logo h2 {
  font-size: 3rem;
  line-height: 1;
}
.footer-logo span {
  font-size: 1.2rem;
}
.footer-logo img {
  width: 150px;
  margin-top: 30px;
}
.shop-info {
  width: 25%;
  margin-top: auto;
}
.shop-info p {
  font-size: 1.4rem;
}
.shop-info span {
  font-size: 1.2rem;
}
.footer-link {
  width: 50%;
  padding-top: 50px;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

.footer_copyright {
  text-align: center;
  font-size: 1.2rem;
  padding: 5px 0px;
  width: 100%;
}
.footer_copyright a {
}
.footer_copyright span {
  margin: 0 10px;
}

@media screen and (max-width: 768px) {
  .page-top {
  font-size: 1.2rem;
  }
  .page-top a::before {
  height: 8px;
  width: 8px;
  border-top: 2px solid #5d4626;
  border-right: 2px solid #5d4626;
  }
  .footer-logo {
  width: 30%;
  }
  .footer-logo h2 {
  font-size: 2rem;
  }
  .footer-logo span {
  font-size: 1rem;
  }
  .footer-logo img {
  width: 100px;
  }
  .shop-info {
  width: 40%;
  padding-left: 5%;
  }
  .shop-info p {
  font-size: 1.2rem;
  }
  .shop-info a {
  font-size: 1.2rem;
  }
  .footer-link {
  width: 100%;
  font-size: 1.2rem;
  padding-bottom: 5%;
  }
  .footer_copyright {
  font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .page-top {
  padding: 5%;
  }
  .footer-logo {
  width: 40%;
  }
  .shop-info {
  width: 50%;    
  }
}

/* 投稿・固定ページ共通 */
/* トップビュー */
.PageTopVisual {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
}
.PageTopVisual img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

/* 投稿ページ　single */
/* 目次 */
.breadcrumb {
  padding-left: 0px;
  display: inline-block;
  font-size: 1.3rem;
}

.blog-main {
  max-width: 1000px;
  margin: 50px auto;
  padding: 0 5%;
  }
@media screen and (max-width: 600px) {
  .blog-main {
  margin: 50px auto;
  }
  .PageTopVisual {
  height: 300px;
  }
}

.article_header ul {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2%;
}
.article_header ul li {
  margin-right: 2%;
}
.article_header ul li a {
  font-size: 1.3rem;
  padding: 6px;
  color: #fff;
  border-radius: 20px;
}
.article_header ul li a {
  background-color: #5d4626;
}

.blog-main h1 , .page-main h1 {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
}
.article_meta {
  font-size: 1.3rem;
  margin-top: 10%;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .blog-main h1 , .page-main h1 {
  font-size: 2.2rem;
  text-align: left;
  }
  .article_header ul {
  }
  .article_header ul li a {
  font-size: 1.2rem;
  }
  .article_meta {
  text-align: left;
  }
}


.postLinks {
  padding-top: 10%;
  padding-bottom: 5%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 0px;
}
.postLink-prev {
  width: 50%;
}
.postLink-next {
  width: 50%;
  text-align: right;
}
@media screen and (max-width: 600px) {
  .postLinks {
  -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
      -ms-flex-direction: column;
        flex-direction: column;
  font-size: 1.2rem;
  }
  .postLink-prev {
  width: 100%;
  }
  .postLink-next {
  width: 100%;
  text-align: right;
  }
}

/* 関連記事 */
.related {
  margin: 40px 0;
}
.related .related-title {
  width: 100%;
}
.related h3 {
  font-weight: bold;
}
.related ul {
  list-style: none; margin: 0; 
  padding: 0;
}
.related li {
  margin-bottom:10px;
}
.related li a {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  color:#222;
  width: auto;
}
.related a img {
  width: 100px; 
  height: auto; 
  -o-object-fit: cover; 
     object-fit: cover;
}
.related-title p {
  font-weight: bold;
  padding-top: 1%;
  padding-left: 2%;
  margin-bottom: 0px;
}
.related .related-thumb {
  height: 100px;
  width: 150px;
  overflow: hidden;
}
.related .related-thumb img {
  width: 100%;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.related .related-thumb:hover img {
  opacity: 0.7;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.article_body figcaption {
  font-size: 12px;
}

/* 本文CSS */
.blog-main .article_body {
  margin-top: 3%;
}
.blog-main .article_body h2 {
  margin-bottom: 3%;
}
.blog-main .article_body img , .page-main .article_body img {
  margin-bottom: 3%;
}
.blog-main .article_body p , .page-main .article_body p {
}
.blog-main .article_body ul li , .page-main .article_body ul li {
}
.blog-main .article_body ul , .page-main .article_body ul {
}
.blog-main .article_body h3 , .page-main .article_body h3 {
}
.blog-main .article_body h4 , .page-main .article_body h4 {
}
.blog-main .news-content .news-title a , .page-main .news-content .news-title a {
}
@media screen and ( max-width: 800px ) {
  .blog-main .article_body h2 , .page-main .article_body h2 {
  font-size: 2.5rem;
  }
  .blog-main .article_body h3 , .page-main .article_body h3 {
  font-size: 1.8rem;
  }
  .blog-main .article_body h4 , .page-main .article_body h4 {
  font-size: 1.6rem;
  }
  .blog-main .article_body p , .page-main .article_body p {
  font-size: 1.4rem;
  }  
}
table {
  margin-bottom: 5%;
}

/* 引用 */
blockquote {
  position: relative;
  padding: 35px 15px 10px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f5f5f5;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
  width: auto;
  max-width: 700px;
  margin: 3% auto 3% 0;
}
@media screen and (max-width: 480px) {
  blockquote {
    width: auto;
    margin: 5% 5%;
  }
}
blockquote:before{
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 15px;
  content: "“";
  font-family: serif;
  color: #007bbb;
  font-size: 4rem;
  line-height: 1;
  font-weight: 900;
}
blockquote p {
  padding: 0;
  margin: 7px 0;
  line-height: 1.7;
  padding-left: 2%;
}
blockquote cite {
  display: block;
  text-align: right;
  padding-top: 3%;
  font-size: 0.9rem;
}

/* ブログカード */
a.tmt-blog-card {
  border: 1px solid #e1e1e1;
  -webkit-box-shadow: 2px 2px #ddd;
          box-shadow: 2px 2px #ddd;
  display: block;
  padding: 20px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 80%;
  margin: 5% 0 5% auto;
}
@media screen and (max-width: 600px) {
  a.tmt-blog-card {
  width: 100%;
  margin-top: 10%;
  }
}
a.tmt-blog-card::before {
  background-color: #487ca3;
  border: solid 1px #487ca3;
  color: #FFF;
  content: 'あわせて読みたい';
  font-size: 12px;
  display: block;
  padding: 4px 20px;
  position: absolute;
  top: -15px;
  left: 25px;
}
a.tmt-blog-card::after {
  border: solid 1px #939393;
  color: #939393;
  content: '続きを読む';
  font-size: 14px;
  display: block;
  padding: 5px 20px;
  position: absolute;
  bottom: 10px;
  right: 20px;
}
a.tmt-blog-card:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .8;
}
.tmt-blog-card-box {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
.tmt-blog-card-title {
  font-size: 18px;
  font-weight: 600;
  color: #428bca;
  padding-top: 5px;
}
.tmt-blog-card-thumbnail {
  -webkit-box-flex: 1;
    -ms-flex: 1;
      flex: 1;
  margin-right: 15px;
  padding-top: 5px;
}
.tmt-blog-card-thumbnail img {
  width: 100%;
}
.tmt-blog-card-content {
  -webkit-box-flex: 2.5;
    -ms-flex: 2.5;
      flex: 2.5;
}
.tmt-blog-card-excerpt {
  color: #a4a4a4;
  font-size: 13px;
  padding-bottom: 15%;
}
.tmt-blog-card-site {
  color: #b2b2b2;
  font-size: 12px;
  padding-left: 5px;
}
.tmt-blog-card-site img {
  margin-right: 5px;
  vertical-align: bottom;
  width: 20px;
}
@media (max-width: 1024px) {
  .tmt-blog-card-excerpt {
    border: none;
  }
}
@media (max-width: 768px) {
  a.tmt-blog-card {
    padding: 10px 0 20px 10px;
  }
  a.tmt-blog-card::before {
    font-size: 12px;
    padding: 2.5px 8px;
    top: -15px;
    left: 10px;
  }
  a.tmt-blog-card::after {
    font-size: 12px;
    padding: 2px 13px;
    right: 10px;
  }
  .tmt-blog-card-thumbnail {
    margin-right: 10px;
    padding-top: 10px;
  }
  .tmt-blog-card-title {
    font-size: 14px;
  }
  .tmt-blog-card-excerpt {
    display: none;
  }
}
.is-style-fill a {
  font-size: 0.8rem;
}

/* 記事一覧ページ */
.index-main {
  margin-bottom: 10%;
}
.index-main h1 {
  text-align: center;
  color: #333;
}
.index-main h2 {
  text-align: center;
  margin-top: 5%;
  margin-bottom: 5%;
}
.index-main .news-content {
  margin-bottom: 5%;
}
.index-main .NEWS-inner .news-content .news-pic {
}
.index-main .NEWS-inner .news-content .news-pic img {
}
@media screen and (max-width: 600px) {
  .index-main .NEWS-inner .news-content:nth-child(1) .news-pic,.index-main .NEWS-inner .news-content:nth-child(3) .news-pic {
  left: 0;    
  }
  .index-main .NEWS-inner .news-content:nth-child(2) .news-pic {
  right: 0;
  } 
}

/* ページナビゲーション */
.pagination {
  margin: 2rem 0;
  text-align: center;
}
.pagination ul {
}
.pagination ul li {
  font-size: 1.3rem;
  display: inline-block;
  margin-right: 1rem;
}
.pagination ul li:last-child {
  border: 0;
}
.pagination ul li a,
.pagination .current {
  display: block;
  padding: 1rem 1.8rem;
  border-radius: 2rem;
}
.pagination ul li .prev,
.pagination ul li .next {
  border: 0;
}
.pagination ul li a {
  text-decoration: none;
  color: #333;
}
.pagination ul li a:hover {
  opacity: .6;
}
.pagination .current {
  color: #fff;
  background-color: #007bbb;
}
.pagination .fa-angle-right:before {
  color: #007bbb;
}
.pagination .fa-angle-left:before {
  color: #007bbb;  
}

/* 固定ページ　page.php */
.page-main {
  max-width: 1000px;
  margin: 150px auto;
  padding: 0 5%;
  }
@media screen and (max-width: 600px) {
  .page-main {
  margin: 50px auto;
  }
}

.PageTopVisual h1 {
  max-width: 1000px;
  margin: 0 auto;
  position: absolute;
  bottom: 50px;
  left: 20%;
  background: #fff;
  padding: 0.5rem 2rem;
}
@media screen and (max-width: 600px) {
  .PageTopVisual h1 {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 2rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  }
}

/* お問い合わせページ */
.cf7 {
  padding: 5%;
}
.cf7-form {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 60px;
}
.cf7-form dt:nth-of-type(n + 2),
.cf7-form dd:nth-of-type(n + 2) {
  margin-top: 30px;
}
.cf7-form dd:last-child {
  padding-top: 15px;  
}
.cf7-form dt {
  width: 30%;
  padding-top: 15px;
}
.cf7-form dd {
  width: 60%;
  margin-left: 0;
}
/* 必須・任意 */
.cf7-required,
.cf7-optional {
  font-size: 1rem;
  padding: 7px 10px;
  margin-right: 15px;
  color: #fff;
  border-radius: 20px;
  vertical-align: 1px;
}
.cf7-required {
  background: #dc3232;
}
.cf7-optional {
  background: #007bbb;
}
/* input・textarea */
.cf7-form dd input[type="text"],
.cf7-form dd input[type="tel"],
.cf7-form dd input[type="email"],
.cf7-form dd textarea {
  width: auto;
  width: -webkit-fill-available;
  padding: 15px 20px;
  background: #F4F4F4;
  border-radius: 10px;
}
/* ドロップダウンメニュー */
.cf7-select {
  position: relative;
}
.cf7-select:before {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 10;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid #000;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  pointer-events: none;
  content: '';
}
.cf7-select select {
  width: 100%;
  padding: 19px 20px;
  background: #F4F4F4;
  color: #a5a5a5;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
/* チェックボックス・ラジオボタン */
.cf7-form dd .wpcf7-checkbox,
.cf7-form dd .wpcf7-radio {
  display: block;
  padding: 15px 0 10px;
}
/* 縦並び（チェックボックス・ラジオボタン） */
.cf7-form dd .wpcf7-list-item {
  display: block;
  margin: 0;
}
.cf7-form dd .wpcf7-list-item:nth-child(n + 2) {
  margin-top: 18px;
}
/* マウスカーソル（チェックボックス・ラジオボタン） */
.cf7-form dd .wpcf7-list-item label {
  cursor: pointer;
}
/* チェックボックス・ラジオボタン */
input[type="checkbox"],
input[type="radio"] {
  position: relative;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border: 1px solid #bcbcbc;
  vertical-align: -3px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
/* チェックボックス */
input[type="checkbox"]:checked {
  border: 1px solid #000;
  background: #000;
}
input[type="checkbox"]:checked:before {
  position: absolute;
  top: 2px;
  left: 5px;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  width: 6px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
}
/* ラジオボタン */
input[type="radio"] {
  border-radius: 50%;
}
input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #000;
  content: '';
}
/* プレースホルダー */
/* Google Chrome / Safari / Mozilla Firefox / Opera */
.cf7-form dd input[type="text"]::-webkit-input-placeholder, .cf7-form dd input[type="tel"]::-webkit-input-placeholder, .cf7-form dd input[type="email"]::-webkit-input-placeholder, .cf7-form dd textarea::-webkit-input-placeholder {
  color: #a5a5a5;
}
.cf7-form dd input[type="text"]::-moz-placeholder, .cf7-form dd input[type="tel"]::-moz-placeholder, .cf7-form dd input[type="email"]::-moz-placeholder, .cf7-form dd textarea::-moz-placeholder {
  color: #a5a5a5;
}
.cf7-form dd input[type="text"]:-ms-input-placeholder, .cf7-form dd input[type="tel"]:-ms-input-placeholder, .cf7-form dd input[type="email"]:-ms-input-placeholder, .cf7-form dd textarea:-ms-input-placeholder {
  color: #a5a5a5;
}
.cf7-form dd input[type="text"]::-ms-input-placeholder, .cf7-form dd input[type="tel"]::-ms-input-placeholder, .cf7-form dd input[type="email"]::-ms-input-placeholder, .cf7-form dd textarea::-ms-input-placeholder {
  color: #a5a5a5;
}
.cf7-form dd input[type="text"]::placeholder,
.cf7-form dd input[type="tel"]::placeholder,
.cf7-form dd input[type="email"]::placeholder,
.cf7-form dd textarea::placeholder {
  color: #a5a5a5;
}
/* Microsoft Edge */
.cf7-form dd input[type="text"]::-ms-input-placeholder,
.cf7-form dd input[type="tel"]::-ms-input-placeholder,
.cf7-form dd input[type="email"]::-ms-input-placeholder,
.cf7-form dd textarea::-ms-input-placeholder {
  color: #a5a5a5;
}
/* Internet Explorer */
.cf7-form dd input[type="text"]:-ms-input-placeholder,
.cf7-form dd input[type="tel"]:-ms-input-placeholder,
.cf7-form dd input[type="email"]:-ms-input-placeholder,
.cf7-form dd textarea:-ms-input-placeholder {
  color: #a5a5a5;
}
/* 送信ボタン */
.cf7-button {
  text-align: center;
}
input[type="submit"] {
  width: 260px;
  height: 60px;
  background: #000;
  color: #fff;
  -webkit-transition: opacity .6s;
  transition: opacity .6s;
  border-radius: 30px;
}
input[type="submit"]:hover {
  opacity: .6;
}
/* ajax-loader */
.wpcf7-spinner {
  vertical-align: middle;
}
.wpcf7-previous {
  width: 260px;
  height: 60px;
  margin-right: 30px;
  background: #000;
  color: #fff;
  -webkit-transition: opacity .6s;
  transition: opacity .6s;
  border-radius: 30px;
}
.wpcf7-previous:hover {
  opacity: .6;
}
/* ajax-loader */
.wpcf7-spinner {
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .cf7-form dt {
  width: 100%;
  margin-bottom: 0;
  padding-top: 0;
  }
  .cf7-form dd {
  width: 100%;
  }
  .cf7-form dd:nth-of-type(n + 2) {
  margin-top: 0;
  }
  .cf7-form dd .wpcf7-checkbox,
  .cf7-form dd .wpcf7-radio {
  padding: 15px 0 0;
  }
  /* 送信ボタン */
  input[type="submit"] {
  width: 180px;
  height: 56px;
  margin-right: 30px;
  }
  .wpcf7-previous {
  width: 180px;
  height: 56px;
  margin-bottom: 30px;
  }
  .cf7-form dd:last-child {
  padding-top: 0;  
  }
}
.wpcf7-spinner {
  display: none!important;
}

.cf7-confirm {
  padding-top: 15px;
}
.cf7-p10 {
  padding-top: 15px;
}

/* reCAPTCHA */
.recaptcha_policy {
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 12px !important;
  color: #444 !important;
}
.recaptcha_policy a {
  font-size: 12px !important;
}
.grecaptcha-badge {
 visibility: hidden;
}

/* turnstile */
/*.cf-turnstile {
display: block;
text-align: center;
}*/

/* 検索フォーム */
.search-bottom {
  padding-top: 3%;
  padding-bottom: 3%;  
}
.search-bottom form {
  text-align: left;
}
.search-p {
  padding-top: 5%;
  padding-bottom: 5%;
}

/* サイドバー */
.latests {
  margin-bottom: 5%;
}
.latests ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.latests ul li::before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(assets/img/home/rice.svg);
  background-position: center;
  background-size: 2rem;
  background-repeat: no-repeat;
  background-color: #ccb775;
  border-radius: 25px;
  margin-bottom: 5px;
}

.archive {
  margin-bottom: 5%;
}

@media screen and (max-width: 767px) {
  .archive-bottom {
    font-size: 1.4rem;
  }
}

/* 三男米の農業 */
.page-MainVisual {
  width: 100%;
  height: 90vh;
  position: relative;
  overflow: hidden;
}
.PMV-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);}
.PMV-title h1 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.PMV-inaho {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 40%;
}
.PMV-BG img {
  width: 100%;
  height: 90vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.gap10 {
  gap: 10px;
}

/* さんおとこ麵 */
.page-sanotokomen {
  width: 100%;
  height: 70vh;
  position: relative;
  overflow: hidden;
}
.men-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);}
.men-title h1 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 3rem;
}
.yasai {
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 30%;
}
.men-BG img {
  width: 100%;
  height: 40vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 35%;
     object-position: 50% 35%;
}

/* 囲い */
.kakoi {
  margin:2em 0;
  position: relative;
  padding: 1.5em 2.5em;
  border-top: solid 2px #ccb775;
  border-bottom: solid 2px #ccb775;
}
.kakoi:before, .kakoi:after {
  content: '';
  position: absolute;
  top: -10px;
  width: 2px;
  height: calc(100% + 20px);
  background-color: #ccb775;
}
.kakoi:before {left: 10px;}
.kakoi:after {right: 10px;}
.kakoi p {
  margin: 0; 
  padding: 0;
}

/* 箇条書き */
ol {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding: 1em;
}
ol li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 40px;
  margin-bottom: 3%;
}
ol li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #ccb775;
  color: #fff;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}




