@media screen and (min-width: 1100px){

.header__nav {
	display: none;	
}

.spslides {
	display: none;
}

.spslidetitle {
	display: none;
}
.spimgroman {
	display: none;	
}
}

@media screen and (max-width: 1099px){

/* ヘッダーのナビ部分 */
.header__nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  background-color: #fff;
  transition: ease .4s;
}
.nav-items {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  width: 80%;
}
.nav-items__item a {
  color: black;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 20px;
  margin-bottom: 24px;
}
.nav-items__item:last-child a {
  margin-bottom: 0;
}

/* ハンバーガーメニュー */
.header__hamburger {
  width: 30px;
  height: 60px;
}
.hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
  position: absolute;
  top: 15px;
  right: 15px;
}
.hamburger span {
  width: 100%;
  height: 1px;
  background-color: #000;
  position: relative;
  transition: ease .4s;
  display: block;
}
.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2) {
  margin: 8px 0;
}
.hamburger span:nth-child(3) {
  top: 0;
}
.header__nav.active {
  transform: translateX(0);
    background-image: url('../../images/faq/faq_bg.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 100%;
}
.hamburger.active span:nth-child(1) {
  top: 5px;
  transform: rotate(45deg);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;

}
.hamburger.active span:nth-child(3) {
  top: -13px;
  transform: rotate(-45deg);
}

.pNav {
	display: none;
}
/* ヘッダー */
.header {
	position: fixed;
	top: 0;
	margin: 0;
	width: 100%;
	height: 100px;
}
.header-container {
	display: block;
	width: 100%;
}
.header-main {
	border-radius: 0;
	box-shadow: none;
	padding: 18px 20px 0 20px;
}
.header-nav {
	display: none;
}

.head {
	position: fixed;
	top: 0;
	margin: 0;
	width: 100%;
	z-index: 10000;
}
/* スライド */
.slide {
	position: static;
	margin-top: 75px;
}
.pcslides {
	display: none;
}
.spslides {
	width: 100%;
}
.spslidetitle {
	padding-top: 65px;
	padding-bottom: 0px;
}

/* お知らせ */
.news-section {
	margin: 0px auto 20px auto;
}
.news-list a {
    flex-wrap: wrap;
}
.news-list .date {
    margin-right: 4px;
}
.news-list a {
    line-height: 1.4;
}
.news-list a span.date + * {
    display: block;
    width: 100%;
    margin-left: 32px;
}

/* コンセプト */      
.concept .inner {
	width: 100%;
	padding: 0;
	background: none;
}
.concept .img {
	width: 100%;
	border-radius: 0;
	box-shadow: none;
}
.concept .img img {
	border-radius: 0;
}
.concept .conceptBox {
	padding: 20px;
	position: static;
	width: 100%;
	box-shadow: none;
	border-radius: 0;
}
.conceptBox h2.title {
	width: 100%;
	margin: 0 auto 15px auto;
}
.conceptBox p {
	width: 100%;
	font-size: 16px;
	margin: 0;
}

.about .container__xl { width: 100%; } .about .inner { padding: 20px; background: none; } .about h2 { width: 100%; margin: 0 auto 15px auto; } .about .top .text p { font-size: 16px; margin-bottom: 15px; } .about .top { width: 100%; padding: 15px 0; } .about .top .text .common__title { width:100%; margin-bottom: 20px; } .about .top a.btnA { margin: 0 auto; } .about a.btnA { width: 250px; font-size: 16px; padding: 13px 0; border-radius: 20px; margin: 2px; } .about .nav { display: flex; margin: 15px 0; width: 100% } .about .container__xl { padding-top: 0px; }

/* サービス */
.service {
	padding: 10px;
}
.service .container__xl {
	width: 100%;
}
.service .inner {
	padding: 0;
}
.service .common__title.vertical {
	display: none;
}
.service .example {
	width: 100%;
}
.service .example ul {
	gap: 0;
}
.service .example li {
	width: 98.5%;
	box-shadow: none;
	margin: 0 10px 12px;
}
.service .example li a {
	padding: 10px;
}
.service .example li h3 {
	font-size: 15px;
	font-weight: 600;	
}
.service .example li .heading {
	margin-top: 5px;
}
.kodawaribox {
	width: 98%;
	margin: 0px;
}
.kodawari1box .L {	
	width: 98%;
}
.kodawari1box .R {
	width: 98%;
}
.kodawari1box {
	margin: 0px;	
	}
	
/* 生産者向けPDF */	
.romanpdf {
    justify-content: center;
    margin: 5px 0;
}
.romanpdf a {
    gap: 8px;
}
.romanpdf img {
    width: 90px;
}

.romanpdf .caption {
    font-size: 0.85rem;
}
.romanpdf a:hover img {
    transform: scale(1.05);
}

/* ボタン */  
a.btnA {
  width: 300px;
}
a.btnA::after {
	margin: 0 0 0 10px;
}

/* カレンダー */  
.calendar  {
	width: 95%;
	margin: 0 auto;
	overflow-x: scroll;
}
.calendar img {
	width: 100%;
	min-width: 750px;
}

/* フッター */  
.footerNav {
    padding: 20px 15px;
}
.footerNav .inner {
    display: block;
}
.footer-left {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-left: 5px;
}
.footer-right {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 10px;	 
    padding-left: 15px;	 
} 
.footer-left .footer-logo {
    width: 100%;
}
.footer-left .footer-address {
	margin-left: 10px;
}
.footer-menu-columns {
    flex-direction: column;
    gap: 0px;
}
.footer-right dl {
    width: 100%;
    padding: 0;
}
.footerromanpdf {
    margin-top: 20px;
}
.footerromanpdf img {
    width: 90px;
    margin-left: 10px;
}
.footerromanpdf .caption {
    font-size: 15px;
}    
small {
	font-size: 10px;
}

/* Page */
#page .main {
	padding-top: 275px;
}
#page .main .inner {
	display: block;
	width: 100%;
	margin: 0;
}
#page h2 {
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	padding: 20px 0!important;
	line-height: 28px!important;
}
#page .main .LBox {
	width: 100%;
}
#page section {
	padding: 10px;
}
#page section h3 {
	padding: 5px 0;
	font-size: 20px;
	line-height: 30px;
	border-bottom: 1px solid #999;
	margin-bottom: 10px;
	text-align: center;
}
#page section .Block1-2 {
	display: block;
	margin-bottom: 70px;
}
#page section .Block1-2 .L {
	width: 100%;
}
#page section .Block1-2 .R {
	width: 100%;
}
#page section .Block1-2 img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	margin-bottom: 10px;
}
#page section .Block1-2 ul li img {
	width: 100%;
	height: auto;
}
#page section .Block1-2 .R {
	font-size: 16px;
}
#page section .Block1-2 .R .sub {
	font-size: 14px;
	line-height: 24px;
}
#page section .Block1-2 .R h4 {
	font-size: 18px;
	line-height: 32px;
	color: #222;
}
#page section .Block1-2 .R p {
	margin: 10px;
}
#page section .Block1-2 .R .b {
	font-size: 17px;
	}
#page section .Block1-2 .btnA {
    font-size: 13px;
    padding: 13px 0;
    border-radius: 20px;
	margin: 10px auto 0  auto!important;
}
.heading-21 {
    font-size: 17px;
}
#page section .Block3 {
	margin-bottom: 15px;
}
#page .RBox {
	display: none;
}

#page .icon {
	margin-top: 30px;
	padding: 10px;
}
#page .icon li {
	font-size: 12px;
}

#page section .Block1-4 {
	display: block;
}
#page section .Block1-4 .L {
	width: 100%;
}
#page section .Block1-4 .R {
	width: 100%;
}
#page section .Block1-4 img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	margin-bottom: 0;
}
#page section .Block1-4 ul li img {
	width: 100%;
	height: auto;
}
#page section .Block1-4 .R {
	font-size: 14px;
}
#page section .Block1-4 .R .sub {
	font-size: 14px;
	line-height: 24px;
}
#page section .Block1-4 .R h4 {
	font-size: 18px;
	line-height: 32px;
}
#page section .Block1-4 .R p {
	font-size: 14px;
}
#page section .Block1-4 .R table td.t_top,
#page section .Block1-4 .R table td.t_line01,
#page section .Block1-4 .R table td.t_line03,
#page section .Block1-4 .R table td.t_line04 {
	padding: 5px;
	font-size: 13px;
}

#page iframe {
	width: calc(100% - 20px);
	height: calc(100vw * 0.55);
	margin: 0 auto;
}
#page iframe:last-child {
	padding-bottom: 20px;
}

#page .tab-list {
	width: calc(100% - 20px);
	margin: 20px auto 0;
}
#page .tab-list-item {
	padding: 8px;
	font-size: 14px;
	color: #222;
}
#page .tab-contents-wrap {
	width: calc(100% - 20px);
	margin: 0 auto;	
	padding-bottom: 20px;
}

#page .form th {
	width: 120px;
	font-size: 13px;
	padding: 10px;
	color: #222;
}

#page .news ul li a {
	padding: 8px 0;
}
#page .news ul li span.day {
	font-size: 14px;
	text-align: left;
	width: 120px;
}
#page .news  ul li p.title {
	font-size: 13px;
	padding: 0;
}

#page .date {
	margin: 0 10px;
	font-size: 14px;
}
#page .news p {
	font-size: 14px;
}
}