@charset "utf-8";

@font-face {
  font-family: "ロゴたいぷゴシック-コンデンスド" !important;
  src: url("https://cdn.leafscape.be/LogoTypeGothicCondense/07LogoTypeGothic-Condense_web.woff2")
    format("woff2");
}

/* ----------------------------------------------------
	リセット
---------------------------------------------------- */
html {
  overflow-y: scroll;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  margin: 0;
  padding: 0;
  /* *font: x-small; */
  -webkit-text-size-adjust: none;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure,
h1,
h2 {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  font: 100%;
}
h2,
h3 {
  font-weight: normal !important;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

fieldset,
img {
  border: 0;
}

q:before,
q:after {
  content: "";
}

a {
  text-decoration: none;
  color: #f34252;
}
a:hover {
  text-decoration: underline;
}

a:visited {
  text-decoration: none;
  color: #f34252;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix {
  zoom: 1;
} /* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
} /* IE7 */

.Lbox {
  float: left;
}
.Rbox {
  float: right;
}
.caution {
  display: inline-block;
  font-size: 90%;
  line-height: 180%;
}
.sp {
  display: none;
}

.mb30 {
  margin-bottom: 30px !important;
}

/* ----------------------------------------------------
	body
---------------------------------------------------- */
body {
  font-size: 110%;
  background: url("images/all_bg.gif") repeat left top;
  color: #393939;
  line-height: 210%;
}

/* ----------------------------------------------------
	header
---------------------------------------------------- */
header {
  background: url("images/header_bg.gif") repeat-x left top;
  width: 100%;
  margin: 3px auto 35px;
  padding-top: 50px;
  height: 100px;
}
header .inner {
  max-width: 1100px;
  margin: 0 auto;
}
header h1 {
  width: 26%;
  float: left;
  margin-right: 30px;
}
header h1 img {
  width: 100%;
}
header p {
  float: left;
  /* width: 28%; */
  width: 40%;
}
header p img {
  width: 100%;
}
header .tel {
  float: right;
}
header .tel img.tel_sp {
  display: none;
}

/* ----------------------------------------------------
	Slider
---------------------------------------------------- */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

.slick-slider ul li img {
  pointer-events: none !important;
}

/* ----------------------------------------------------
	nav
---------------------------------------------------- */
nav#pcnav {
  max-width: 1100px;
  margin: 0 auto 90px;
  /* display: flex; */
}
nav#pcnav ul li {
  width: calc(20% - 4px);
  float: left;
  border-right: dashed 1px #979797;
}
nav#pcnav ul li:last-child {
  border: none !important;
}
nav#pcnav ul li a {
  text-align: center;
  display: block;
  height: 105px;
  color: #393939;
  font-size: 80%;
  font-weight: bold;
}
nav#pcnav ul li a span {
  display: inline-block;
  margin-top: 80px;
}
nav#pcnav ul li:nth-child(1) a {
  background: url("images/navi_img01.png") no-repeat center top;
}
nav#pcnav ul li:nth-child(1) a:hover {
  background: url("images/navi_img01_on.png") no-repeat center top;
  color: #f34252;
}
nav#pcnav ul li:nth-child(2) a {
  background: url("images/navi_img02.png") no-repeat center top;
}
nav#pcnav ul li:nth-child(2) a:hover {
  background: url("images/navi_img02_on.png") no-repeat center top;
  color: #f34252;
}
/* nav#pcnav ul li:nth-child(3) a{
	background:url("images/navi_img03.png") no-repeat left top;
}
nav#pcnav ul li:nth-child(3) a:hover{
	background:url("images/navi_img03_on.png") no-repeat left top;
	color: #f34252;
} */
nav#pcnav ul li:nth-child(3) a {
  background: url("images/navi_img04.png") no-repeat center top;
}
nav#pcnav ul li:nth-child(3) a:hover {
  background: url("images/navi_img04_on.png") no-repeat center top;
  color: #f34252;
}
nav#pcnav ul li:nth-child(4) a {
  background: url("images/navi_img05.png") no-repeat center top;
}
nav#pcnav ul li:nth-child(4) a:hover {
  background: url("images/navi_img05_on.png") no-repeat center top;
  color: #f34252;
}
nav#pcnav ul li:nth-child(5) a {
  background: url("images/navi_img06.png") no-repeat center top;
}
nav#pcnav ul li:nth-child(5) a:hover {
  background: url("images/navi_img06_on.png") no-repeat center top;
  color: #f34252;
}

/* ----------------------------------------------------
	nav　（ハンバーガー）
---------------------------------------------------- */
nav.spnav {
  display: none !important;
  opacity: 0.9;
}
nav.spnav ul {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
nav.spnav ul li {
  background: #f9d5d6;
  font-size: 88%;
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px dotted #fff;
}
nav.spnav ul li:last-child {
  padding-bottom: 0;
  border-bottom: none; /*最後のメニュー項目のみ下線を消す*/
}
nav.spnav ul li a {
  display: block; /*クリックできる領域を広げる*/
  color: #000;
  padding: 8px 0;
}
nav.spnav.active {
  transform: translateY(0%); /*ナビを表示する*/
}
.Toggle {
  display: none !important;
}
.Toggle span {
  display: block;
  position: absolute;
  width: 30px;
  border-bottom: solid 3px #f34252;
  -webkit-transition: 0.35s ease-in-out; /*変化の速度を指定*/
  -moz-transition: 0.35s ease-in-out; /*変化の速度を指定*/
  transition: 0.35s ease-in-out; /*変化の速度を指定*/
  left: 6px;
}
.Toggle span:nth-child(1) {
  top: 9px;
}
.Toggle span:nth-child(2) {
  top: 18px;
}
.Toggle span:nth-child(3) {
  top: 27px;
}
/* 最初のspanをマイナス45度に */
.Toggle.active span:nth-child(1) {
  top: 18px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度に */
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
#fade {
  display: none;
}

/* ----------------------------------------------------
	slider
---------------------------------------------------- */
.slider {
  margin-bottom: 90px;
}
.slider img {
  width: 100%;
  height: auto;
}
.multiple-item li {
  margin: 0 5px;
}

/* ----------------------------------------------------
	welcome
---------------------------------------------------- */
section#welcome {
  max-width: 1100px;
  margin: 0 auto 80px;
}
section#welcome ul li:nth-child(1) h2 {
  background: url("images/welcome_bg.png") no-repeat right top;
  margin-bottom: 20px;
  padding-top: 20px;
}
section#welcome ul li:nth-child(1) {
  float: left;
  width: 48%;
}
section#welcome ul li:nth-child(2) {
  float: left;
  width: 4%;
}
section#welcome ul li:nth-child(3) {
  float: right;
  width: 48%;
}
section#welcome img.fb {
  vertical-align: middle;
  margin-left: 10px;
  width: 22px;
}

/* ----------------------------------------------------
	particular
---------------------------------------------------- */
section#particular {
  background: url("images/particular_bg.png") repeat right top;
  width: 100%;
  margin: 0 auto;
  padding: 80px 0;
}
section#particular ul {
  max-width: 1100px;
  margin: 0 auto;
}
section#particular ul li:nth-child(1) {
  float: left;
  width: 45%;
}
section#particular ul li:nth-child(2) {
  float: left;
  width: 4%;
}
section#particular ul li:nth-child(3) {
  background: url("images/particular_bg02.png") no-repeat;
  background-position: right 20% top -0px;
  float: right;
  width: 51%;
}
section#particular ul li:nth-child(3) h2 {
  margin-bottom: 20px;
  padding-top: 20px;
}
section#particular_sp {
  display: none;
}

/* ----------------------------------------------------
	strawberry
---------------------------------------------------- */
section#strawberry {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 0;
  text-align: center;
  background: url("images/strawberry_bg03.png") no-repeat;
  background-position: center 40px;
}
section#strawberry h2 {
  margin-bottom: 40px;
}
section#strawberry h2 img {
  margin: 0 !important;
}
section#strawberry ul {
  margin-bottom: 30px;
}
section#strawberry ul li h3,
section#strawberry #strawberry_box h3 {
  width: 147px;
  margin: 60px auto 0;
  background-color: #e99098;
  border-radius: 10px;
  padding: 7px 10px;
  color: #fff;
  text-align: center;
}
section#strawberry #strawberry_box h3 {
  margin-bottom: 20px !important;
}
section#strawberry ul li:nth-child(1) {
  background: #fffaec;
  border: solid 1px #e99098;
  border-radius: 20px;
  float: left;
  width: 49%;
  min-height: 416px;
}
section#strawberry ul li:nth-child(1) h3 {
  margin-bottom: 50px;
}
section#strawberry ul li:nth-child(1) p {
  font-size: 140%;
  font-weight: bold;
  margin-bottom: 30px;
}
section#strawberry ul li:nth-child(1) p span {
  font-size: 80%;
}

section#strawberry ul li:nth-child(2) {
  float: left;
  width: 0;
}
section#strawberry ul li:nth-child(3) {
  background: #fffaec;
  border: solid 1px #e99098;
  border-radius: 20px;
  float: right;
  width: 49%;
  min-height: 370px;
  text-align: left;
}
section#strawberry ul li:nth-child(3) h3 {
  margin-bottom: 30px;
}
section#strawberry ul li:nth-child(3) p {
  width: 60%;
  margin: 0 auto 20px;
}
section#strawberry ul li:nth-child(3) p span {
  display: inline-block;
  margin-bottom: 20px;
  color: #f34252;
  font-weight: bold;
}
section#strawberry ul li:nth-child(3) span.caution {
  margin-left: 80px;
}
section#strawberry img {
  margin: 30px 0;
}
section#strawberry img.thumb {
  width: 95%;
  margin: 5% auto 5%;
}
section#strawberry #strawberry_box {
  background: #fffaec;
  border: solid 1px #e99098;
  border-radius: 20px;
  text-align: left;
  overflow: hidden;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}
section#strawberry #strawberry_box h3 {
  width: 250px !important;
  margin-bottom: 30px;
}
section#strawberry #strawberry_box p.Lbox {
  margin: 0 0 30px 6%;
}
section#strawberry #strawberry_box p.Rbox {
  margin: 0 6% 30px 0;
}
section#strawberry #strawberry_box p {
  width: 50%;
}
section#strawberry #strawberry_box span {
  margin-left: 6%;
}
section#strawberry #strawberry_box .strawberry_box_inner {
  display: flex;
  justify-content: space-between;
}
section#strawberry a {
  display: block;
  width: 320px;
  margin: 0 auto;
  background: url("images/arrow_img.png") no-repeat 310px 16px;
  background-color: #9ebe68;
  border-radius: 30px;
  padding: 7px 10px;
  color: #fff;
  text-align: center;
  font-size: 110%;
}
section#strawberry a:hover {
  background-color: #b6d13d;
  text-decoration: none;
}
section#strawberry #strawberry_box span {
  margin-bottom: 40px;
}

/* ----------------------------------------------------
	marche
---------------------------------------------------- */
section#marche {
  width: 100%;
  background: url("images/marche_bg.png") repeat-x #fefbf2;
  padding: 3% 0 6%;
}
section#marche .inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  background: url("images/marche_bg03.png") center no-repeat;
  background-position: center 40px;
}
section#marche h2 {
  margin-bottom: 90px;
}
section#marche h2 img {
  width: 395px;
}

section#marche ul {
  max-width: 1100px;
  margin: 0 auto;
}
section#marche ul li:nth-child(1) {
  float: left;
  text-align: left;
  width: 60%;
}
section#marche ul li:nth-child(2) {
  float: left;
}
section#marche ul li:nth-child(3) {
  background-position: right 20% top -0px;
  float: right;
  text-align: left;
}
section#marche .btn a {
  display: block;
  width: 320px;
  margin: 20px auto 40px;
  background: url("images/arrow_img.png") no-repeat 310px 16px;
  background-color: #da646f;
  border-radius: 30px;
  padding: 7px 10px;
  color: #fff;
  text-align: center;
  font-size: 110%;
}

section#marche .btn a:hover {
  background-color: #f0828c;
  width: 100%;
  background: none;
  text-decoration: none;
}

section#marche span a {
  color: #f34252;
}
section#marche span a:hover {
  text-decoration: underline;
}

section#marche #marche_box {
  background: #f8ffee;
  border: solid 1px #a0a648;
  border-radius: 15px;
  margin: 50px auto 0;
  padding: 30px 0 0;
  text-align: center;
  overflow: hidden;
  letter-spacing: 0.1em;
}

section#marche #marche_box h3 {
  font-weight: bold !important;
  color: #4db04a;
  font-size: 160%;
}

section#marche #marche_box dl {
  width: 60%;
  margin: 30px auto 0;
}

section#marche #marche_box dl dt {
  float: left;
  width: 20%;
  font-size: 120%;
  font-weight: bold !important;
  margin: 0 5% 30px 0;
  background: #8cd08a;
  color: #fff;
  padding: 8px 0;
  border-radius: 10px;
  clear: both;
}

section#marche #marche_box dl dd {
  float: left;
  width: 70%;
  line-height: 260%;
  color: #4db04a;
  font-size: 110%;
  text-align: left;
}

section#marche #marche_box dl dd span {
  border-bottom: solid 3px #f5ffa4;
}

section#marche #marche_box dl dd:nth-child(4) {
  line-height: 180%;
}

/* ----------------------------------------------------
	farm
---------------------------------------------------- */
section#farm {
  width: 100%;
  margin: 6% 0;
}
section#farm .inner {
  max-width: 1100px;
  margin: 0 auto;
}
section#farm h2 {
  margin-bottom: 40px;
  text-align: center;
}
section#farm dl {
  float: left;
}

section#farm dl dt {
  float: left;
  clear: both;
  width: 130px;
  padding: 15px 0;
  font-weight: bold;
  border-bottom: 1px #e5ddc3 solid;
}

section#farm dl dd {
  width: 280px;
  padding: 15px 0;
  float: left;
  border-bottom: 1px #e5ddc3 solid;
}

section#farm #map {
  width: 600px;
  float: right;
}

/* ----------------------------------------------------
	Instagram
---------------------------------------------------- */
section#instagram {
  width: 100%;
  margin: 6% 0;
}
section#instagram .inner {
  max-width: 1100px;
  margin: 0 auto;
}
section#instagram h2 {
  margin-bottom: 40px;
  text-align: center;
}

/* ----------------------------------------------------
	footer
---------------------------------------------------- */
footer {
  background: #fcf9ef;
  text-align: center;
  background: url("images/particular_bg.png") repeat right top;
}
footer .inner {
  padding: 60px 0;
  background: url("images/footer_bg.png") no-repeat bottom center;
}

footer a {
  color: #393939 !important;
  font-size: 110%;
}

footer a:hover {
  text-decoration: underline;
  color: #f23042;
}
footer p {
  margin-top: 30px;
  font-size: 80%;
}
footer img {
  margin: 0 30px;
  width: 18%;
}
footer span.f_fb {
  display: block;
  width: 90%;
  margin: 20px auto 0;
}
footer span.f_fb img {
  width: 239px;
}

/* ----------------------------------------------------
	pagetop
---------------------------------------------------- */
#pagetop {
  position: fixed;
  right: 20px;
  bottom: 10px;
  cursor: pointer;
}

/* ----------------------------------------------------
	privacy
---------------------------------------------------- */
section#privacy {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 20px 0;
}

section#privacy .inner {
  max-width: 1100px;
  margin: 0 auto;
}
section#privacy .inner h2 {
  margin-bottom: 40px;
  text-align: center;
}

section#privacy p {
  margin-bottom: 50px;
}

section#privacy dl dt {
  font-weight: bold;
  font-size: 140%;
  padding-left: 45px;
  border-bottom: 2px #8cd08a solid;
  padding-bottom: 7px;
  line-height: 175%;
  margin-bottom: 20px;
  background: url("images/privacy_bg.png") no-repeat top left;
}

section#privacy dl dd {
  display: inline-block;
  margin-bottom: 40px;
}

section#privacy span {
  display: block;
}

/* ----------------------------------------------------
	calender
---------------------------------------------------- */

.cal_wrapper {
  max-width: 1100px; /* 最大幅 */
  min-width: 300px; /* 最小幅 */
  margin: 2.0833% auto;
  width: 100% !important;
}
.googlecal {
  position: relative;
  padding-bottom: 100%; /* 縦横比 */
  height: 0;
}
.googlecal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
