@charset "utf-8";
/* おみ農園 */


html {
	font-size:100%;
}

body,p,td,li, h5,h6 {
	/*font-family: "TsukuOldMinPro-R", "Hiragino Mincho ProN", "BIZ UDPMincho", "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",source-han-serif-japanese,"游明朝","Yu Mincho","游明朝体",YuMincho,"HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;*/
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	font-size:clamp(1rem,0.9rem + 0.4vw,1.125rem);
	line-height:1.7;
	letter-spacing:1px;
}
h1,h2,h3,h4,.h1,.h2,.h3,.h4,.h5,.h6 {
	/*font-family: "TsukuOldMinPro-R", "Hiragino Mincho ProN", "BIZ UDPMincho", "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",source-han-serif-japanese,"游明朝","Yu Mincho","游明朝体",YuMincho,"HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;*/
	font-family: "Shippori Mincho", serif;
	font-weight:600;
	line-height:1.5em;
}
/*
h1,h2{
	letter-spacing:5px;
}

.ls-2{
	letter-spacing:2px;
}
*/

.font-g {
	font-family: "BIZ UDPGothic", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

.font-m {
	font-family: "BIZ UDPMincho", "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",source-han-serif-japanese,"游明朝","Yu Mincho","游明朝体",YuMincho,"HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
}

.bold {
	font-weight:800;
}

.container {
	max-width: 1164px;
}
.container-fluid {
	padding-right: calc(var(--bs-gutter-x) * 1.5);
	padding-left: calc(var(--bs-gutter-x) * 1.5);
}
@media (max-width: 1199.98px) {
	.container,.container-fluid {
		padding-right: calc(var(--bs-gutter-x) * 2);
		padding-left: calc(var(--bs-gutter-x) * 2);
	}
}
@media (max-width: 575.98px) {
	.container,.container-fluid {
		padding-right: calc(var(--bs-gutter-x) * 1);
		padding-left: calc(var(--bs-gutter-x) * 1);
	}
}



/* 文字サイズ
==================================================== */
h1, .fs-h1 {
	font-size:clamp(1.75rem,1.2rem + 2vw,3rem);
}
h2, .fs-h2 {
	font-size:clamp(1.5rem,1.15rem + 1.5vw,2.5rem);
}
h3, .fs-h3 {
	font-size:clamp(1.25rem,1.05rem + 1vw,2rem);
}
h4, .fs-h4 {
	font-size:clamp(1.125rem,1rem + 0.5vw,1.5rem);
}
h5, .fs-h5 {
	font-size:clamp(1rem,0.95rem + 0.3vw,1.125rem);
}
h6, .fs-h6 {
	font-size:clamp(1rem,0.9rem + 0.1vw,1.1rem);
}

@media (min-width: 768px) and (max-width: 1050.98px) {
	.top_square .top_text { font-size:0.8rem; }
}
@media (max-width: 767.98px) {
	.top_text { font-size:1rem; }
}



/* マージン、パディング
==================================================== */
.mt-40 { margin-top:40px; }
.mb-40 { margin-bottom:40px; }
.pt-40 { padding-top:40px; }
.pb-40 { padding-bottom:40px; }
.mt-80 { margin-top:80px; }
.mb-80 { margin-bottom:80px; }
.pt-80 { padding-top:80px; }
.pb-80 { padding-bottom:80px; }
.ps-80 { padding-left:80px; }
.pe-80 { padding-right:80px; }
.mt-110 { margin-top:110px; }
.mb-110 { margin-bottom:110px; }
.pt-110 { padding-top:110px; }
.pb-110 { padding-bottom:110px; }
.ps-110 { padding-left: 110px; }

.my-80 { margin-top:80px; margin-bottom:80px; }
.my-110 { margin-top:110px; margin-bottom:110px; }
.py-80 { padding-top:80px; padding-bottom:80px; }
.px-80 { padding-left:80px; padding-right:80px; }
.py-110 { padding-top:110px; padding-bottom:110px; }

@media (max-width: 767.98px) {
	.mt-40, .mt-80, .mt-110 { margin-top:30px; }
	.mb-40, .mb-80, .mb-110 { margin-bottom:30px; }
	.pt-40, .pt-80, .pt-110 { padding-top:30px; }
	.pb-40, .pb-80, .pb-110 { padding-bottom:30px; }
	.ps-80, .ps-110 { padding-left:30px; }
	.pe-80, .pe-110 { padding-right:30px; }
	.my-80, .my-110 { margin-top:30px; margin-bottom:30px; }
	.py-80, .py-110 { padding-top:30px; padding-bottom:30px; }
	.mx-80 { margin-left:30px; margin-right:30px; }
}

.lh-1 { line-height: 1em; }
.lh-2 { line-height: 2em; }
.lh-3 { line-height: 3em; }




/* リンク
==================================================== */
a {
	color: #666;
	text-decoration: none;
}
a:hover{
	opacity: .8
}

footer a {
	color: #fff;
}



/* header
==================================================== */
header {
  position: fixed;
  width: 100%;
  z-index: 999;
}

header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  animation: slideDown 0.4s ease forwards;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.header-spacer {
  display: none;
}
.header-spacer.is-active {
  display: block;
}
.logo{
  max-height: 60px;
}
header button#toggle {
  position: absolute;
  background: none;
  border: none;
  width: 40px;
  height: 32px;
  padding: 0;
  padding: 0;
  top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  right: 10px;
  z-index: 9999;
  cursor: pointer;
}
header button#toggle span {
  display: block;
  width: 40px;
  height: 2px;
  background: #5f5f5f;
  top: 10px;
  -webkit-transition: .3s;
  transition: .3s;
}
header button#toggle span::after, header button#toggle span::before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 2px;
  background: #5f5f5f;
  -webkit-transition: .3s;
  transition: .3s;
}
header button#toggle span::before {
  top: 10px;
}
header button#toggle span::after {
  top: -12px;
}
header button#toggle.open span {
  background: rgba(255, 255, 255, 0);
}
header button#toggle.open span::before {
  top: 2px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
header button#toggle.open span::after {
  top: 0px;
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}
header nav ul {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  justify-content: end;
}
header nav ul li{
	width: auto !important;
}
header nav ul li img{
	height: 35px;
}
a#navbarDropdown.dropdown-toggle::after{
	display:none;
}

  header button#toggle{
    display: none
  }
	.dropdown-menu {
		display: none;
	}
	.dropdown:hover > .dropdown-menu {
		display: block;
	}
 
@media (max-width:767px){
  .logo{
    max-height: 30px;
  }
}

.dropdown-toggle::after {
	display: none; /* ▼消す */
}
.dropdown-menu{
	right: 0;
	border: none;
	background: rgb(255 255 255 / 95%);
}

.is-bg{
	transition: .5s;
	background:  rgb(0 0 0 / 40%);
}



/* スクロールエフェクト
==================================================== */
.sclfade {
  position: relative;
  opacity: 0;
}
.sclfade.fade-up {
  top: 50px;
}
.sclfade.fade-down {
  top: -50px;
}
.sclfade.fade-left {
  left: -50px;
}
.sclfade.fade-right {
  right: -50px;
}

.faed-animate {
  -webkit-animation: fade 2s forwards;
          animation: fade 2s forwards;
}
.faed-animate.fade-up, .faed-animate.fade-down {
  -webkit-animation: fadeY 1s forwards;
          animation: fadeY 1s forwards;
}
.faed-animate.fade-left {
  -webkit-animation: fadeL 1s forwards;
          animation: fadeL 1s forwards;
}
.faed-animate.fade-right {
  -webkit-animation: fadeR 1s forwards;
          animation: fadeR 1s forwards;
}
.faed-animate.delay-03 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.faed-animate.delay-05{
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@media (min-width:575px){
	.faed-animate.delay-sm-03 {
		  -webkit-animation-delay: 0.3s;
		          animation-delay: 0.3s;
	}
	.faed-animate.delay-sm-05{
		  -webkit-animation-delay: 0.5s;
		          animation-delay: 0.5s;
	}
}
@media (min-width:767px){
	.faed-animate.delay-md-03 {
		  -webkit-animation-delay: 0.3s;
		          animation-delay: 0.3s;
	}
	.faed-animate.delay-md-05{
		  -webkit-animation-delay: 0.5s;
		          animation-delay: 0.5s;
	}
}

@-webkit-keyframes fade {
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeY {
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes fadeY {
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes fadeL {
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes fadeL {
  100% {
    opacity: 1;
    left: 0;
  }
}
@-webkit-keyframes fadeR {
  100% {
    opacity: 1;
    right: 0;
  }
}
@keyframes fadeR {
  100% {
    opacity: 1;
    right: 0;
  }
}


/* index
==================================================== */

@media (min-width:576px){
	.tategaki{
        -webkit-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
	}
}

.tsutidukuri .tategaki{
	max-height: 300px;
}
@media (max-width:880px){
	.first-text.tategaki{
		-webkit-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
	}
	.first-text h2{
		margin-top: 1rem !important;
    	margin-bottom: 1rem !important;
	}
}
@media (min-width:992px){
	.tsutidukuri{
		margin-top: -15%;
	}
	.tsutidukuri .tategaki{
		max-height: 360px;
	}
	.tsutidukuri .tategaki p{
		margin-top: 60px;
	}
}

.iyoiyo p{
	max-height: 270px;
}
.tsutidukuri img,
.iyoiyo img,
.about img{
	border-radius: 20px;
}

@media (min-width:768px){
	.iyoiyo p{
		max-height: 360px;
	}
}

.top-about{
	background: url(/img/top/about1.webp)no-repeat center right;
	background-size: auto 100%;
	height: 100%;
}
@media (max-width:991px){
	.top-about{
		background-position: bottom right;
		background-size: cover;
	}
}
@media (max-width:767px){
 	.top-about{
		height: 500px;
	}
}
@media (max-width:575px){
 	.top-about{
		height: 70vw;
	}
}

#information dl{
	border-top: 1px solid #231815;
}
#information dt,
#information dd{
	border-bottom: 1px solid #231815;
	margin-bottom: 0;
}
@media (max-width:767px){
	#information dt{
		border-bottom:0;
	}
	#information dd{
		border-top: 0;
	}
}


/* スワイプスライダー
==================================================== */
:root {
  --arrow-color: #fff;
}

.swipe-slider-wrap {
  position: relative;
  overflow: hidden;
}

.swipe-slider {
  display: flex;
  transition: transform 0.4s ease;
}

.swipe-slider > div {
  min-width: 100%;
}

.swipe-slider-controls {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.swipe-slider-controls button {
  padding: 5px 10px;
  cursor: pointer;
  background: none;
  border: none;
  color: var(--arrow-color);
}

.swipe-slider-controls button.prev {
  margin-right: auto;
}

.swipe-slider-controls button.next {
  margin-left: auto;
}

.swipe-slider-controls button.prev::before,
.swipe-slider-controls button.next::after {
  position: relative;
  top: 1px;
}

.swipe-slider-controls button.prev::before {
  content: '＜ ';
}

.swipe-slider-controls button.next::after {
  content: ' ＞';
}



/* more-link
==================================================== */

.more-link {
	text-decoration: none;
}
.more-link span {
	display: inline-block;
	padding-right: 4em;
	padding-bottom: 0.2em;
	position: relative;
}
.more-link span::before {
	content: '';
	display: block;
	width: 100%;
	height: 0;
	border-bottom: 1px solid #231815;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.more-link span::after {
	content: '';
	display: block;
	width: 0.8em;
	height: 0;
	border-bottom: 1px solid #231815;
	transform: rotate(35deg);
	transform-origin: bottom right;
	position: absolute;
	bottom: 0;
	right: 0;
	transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (hover: hover) {
	.more-link:hover span::before {
		width: calc(100% + .5em);
	}
	.more-link:hover span::after {
		right: -0.5em;
	}
}

/* 会社案内
==================================================== */
.company-profile{
	max-width: 800px;
	margin: auto;
}
.company-profile dt{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #eee;
}
.company-profile dt,
.company-profile dd{
	margin-bottom: 0;
	padding: 5px 20px;
}
@media (max-width: 575px){
	.company-profile dd{
		margin-bottom: 10px;
	}
}


/* FAQ
==================================================== */
.faq .accordion-button{
	background: #cfd8d6;
	position:relative;
	padding-left: 70px;
	padding-right: 30px; 
	font-size: 1.2rem;
}
.faq .accordion-button::before{
	content: 'Q';
	background: #fff;
	position: absolute;
	left: 20px;
	width: 40px;
	height:40px;
	border-radius: 100px;
	font-size: 1.5rem;
	text-align: center;
	line-height: 40px;
}
.faq .accordion-button::after {
	background-image: none;
	position: absolute;
	content: "+";
	font-size: 1.5rem;
	line-height: 1.1rem;
	top: 50%;
	right: 10px;
	font-weight: bold;
	transform: translateY(-50%);
}

.faq .accordion-button:not(.collapsed)::after {
	transform: translateY(-50%);
	background-image: none;
	content: "−";
}
.faq .accordion-button:not(.collapsed) {
	background: #b0ced2;
}


/* swipe-carousel
==================================================== */


.swipe-carousel-wrap {
  position: relative;
  overflow-x: hidden;
}
.swipe-carousel-wrap .swipe-carousel-arrow {
  position: relative;
  margin-top: 30px;
  text-align: center;
	width: 100%;
	height: 35px;
}
.swipe-carousel-wrap .swipe-carousel-prevBtn, .swipe-carousel-wrap .swipe-carousel-nextBtn {
  display: block;
  margin: 0 10px;
  cursor: pointer;
	position: absolute;
}
.swipe-carousel-wrap .swipe-carousel-prevBtn {
  left: 0;
  margin-right: 30px;
}
.swipe-carousel-wrap .swipe-carousel-prevBtn::before {
  content: '＜ prev';
}
.swipe-carousel-wrap .swipe-carousel-nextBtn {
  right: 10px;
  margin-left: 30px;
}
.swipe-carousel-wrap .swipe-carousel-nextBtn::before {
  content: 'nxet＞';
}
.swipe-carousel-wrap .swipe-carousel-dots {
  display: none;
}

.swipe-carousel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: .2s;
  transition: .2s;
}
.swipe-carousel > div {
  background-size: cover;
  margin: 0 10px;
  padding: 10px;
  width: 100%;
  min-width: 550px;
	background: #fff;
	padding: 20px;
}
@media (max-width:1200px){
	.swipe-carousel > div {
	min-width: calc(100% / 2 - 15px );
	}
}
@media (max-width:767px){
	.swipe-carousel > div {
	min-width: calc(100% - 20px);
	}
}
@media (max-width:767px){
	.swipe-carousel > div {
	min-width: calc(100% - 20px);
	}
}

.simplebar-scrollbar {
  height: 10px;
	width: 10px;
  border-radius: 10px;
  top: 0;
}


/* ナビバー
==================================================== */
/* @media (max-width: 767.98px) {
	body { padding-top:49px; }
} */
.navbar-brand {
	padding:0;
	margin:0;
	padding-left: 15px;
}

.navbar-toggler { 
	position:relative;
	border:none!important;
	padding-bottom:0;
}

.navbar-light .navbar-toggler .navbar-toggler-icon {
	position:relative;
	margin-top:-16px;
}

.navbar-nav .nav-link {
	padding-left: 15px;
}

.navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M6 6L 24 24M24 6L6 24'/%3E%3C/svg%3E");
}



/* コピーライト
==================================================== */
#copyright {
	font-size:13px;
	padding-bottom:10px;
}


/* フッター
==================================================== */
footer .foot-nav{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
footer .foot-nav p{
	display: block;
	width: 100%;
	position: relative;
	font-size: 1rem;
	line-height: 1rem;
	margin-bottom: 10px;
	color: #fff;
}
footer nav ul li:not(:last-child){
	border-right: 1px solid #fff;
	padding-right: 20px;
	margin-right: 20px;
}
footer nav ul li a{
	display:inline-block;
}
@media (min-width:576px){
	footer .foot-nav p{
		display: inline-block;
		width: auto;
	}
}
@media (max-width:991px){
	footer .foot-nav{
		justify-content: start;
	}
	footer .foot-nav p{
		margin-right: 10px;
	}
}



/* トップへ戻る
==================================================== */
a.page-top {
	position:fixed;
	bottom:60px;
	right:10px;
	opacity:0.5;
	color:#0064f2;
	display:block;
}
a.page-top:hover {
	opacity:0.7;
}

/* メディアクエリ
==================================================== */
// X-Small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) {}

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) {}

// Large devices (desktops, 992px and up)
@media (min-width: 992px) {}

// X-Large devices (large desktops, 1200px and up)
@media (min-width: 1200px) {}

// XX-Large devices (larger desktops, 1400px and up)
@media (min-width: 1400px) {}


// X-Small devices (portrait phones, less than 576px)
@media (max-width: 575.98px) {}

// Small devices (landscape phones, less than 768px)
@media (max-width: 767.98px) {}

// Medium devices (tablets, less than 992px)
@media (max-width: 991.98px) {}

// Large devices (desktops, less than 1200px)
@media (max-width: 1199.98px) {}

// X-Large devices (large desktops, less than 1400px)
@media (max-width: 1399.98px) {}
