@charset "UTF-8";
/*
OZ RESET CSS
Author: ONZE
Author URI: http://on-ze.com
Version: 1.0
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
* {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  font: inherit;
  font-style: normal;
  font-weight: lighter;
  list-style: none;
  text-decoration: none;
}

html {
  font-size: 87.5%;
  width: 100%;
  height: 100%;
}

body {
  font-size: 14px;
  font-size: 1.0rem;
  line-height: 1.6;
  position: relative;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  text-align: left;
}

article, aside, dialog, figure, footer, header, main, menu, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

br,
hr {
  display: block;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* No files to import found in ./vendors/* */
.nav--external a {
  text-align: center;
  font-size: 0.85714em;
  font-size: 0.85714rem;
  position: relative;
}
.nav--external a span:before {
  background-image: url(../img/ico_external.png);
  background-repeat: no-repeat;
  background-position: left top;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  content: '';
}

.nav--link {
  width: 223px;
  height: 28px;
  text-align: center;
  border: 2px solid #000;
}
.nav--link a {
  display: table;
  width: 100%;
  height: 28px;
  color: #000;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.nav--link a:hover {
  background-color: #fcff00;
}
.nav--link span {
  width: 100%;
  margin-top: -0.6em;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 0;
}

/****************************************************
 * Parts / Override
 */
body {
  font-size: 87.5%;
  font-size: small;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.43;
  word-wrap: break-word;
  outline: none;
  color: #231815;
}

html > body {
  font-size: 14px;
}

img {
  line-height: 1;
  vertical-align: top;
}

a {
  color: #231815;
  text-decoration: none;
}

.inner {
  width: 1154px;
  margin: 0 auto;
}

.ftr {
  background-color: #FFF;
  min-width: 1154px;
  padding: 25px 0;
  overflow: hidden;
}

.container {
  background: url(../img/bg_header.png) repeat-x 0 0;
  min-width: 1154px;
  overflow: hidden;
}

.hdr {
  background-color: #F6E6E0;
}
.hdr .inner {
  background: url(../img/bg_lead.png) no-repeat 21px 636px;
  height: 1124px;
}
.hdr__title {
  margin-bottom: 34px;
}

.lead {
  width: 890px;
  margin: 0 auto;
  overflow: hidden;
}
.lead .map {
  float: right;
}
.lead p {
  margin-bottom: 26px;
  font-size: 1.14286em;
  font-size: 1.14286rem;
  line-height: 1.75;
  color: #4a3610;
  font-weight: 700;
}

.fruits {
  background: url(../img/bg_fruits-season.png) no-repeat 50% 27px #ffd0bf;
  padding-top: 45px;
  text-align: center;
}
.fruits__title {
  margin-bottom: 36px;
}
.fruits__lead {
  margin-bottom: 38px;
  line-height: 1.43;
  font-weight: 700;
}
.fruits__calendar {
  margin-bottom: 66px;
}

.season__title {
  margin-bottom: 32px;
}
.season__lead {
  margin-bottom: 56px;
  line-height: 1.43;
  font-weight: 700;
}
.season__list {
  text-align: center;
  letter-spacing: -0.4em;
}
.season__list__unit {
  display: inline-block;
  width: 400px;
  padding-top: 20px;
  margin: 0 45px 58px;
  letter-spacing: normal;
  vertical-align: top;
}
.season__list .photo {
  margin-bottom: 20px;
  position: relative;
}
.season__list .photo .txt {
  position: absolute;
  top: -50px;
  left: -22px;
}
.season__list dl {
  text-align: left;
}
.season__list dt {
  margin-bottom: 12px;
  line-height: 1;
}
.season__list dd {
  font-size: 0.92857em;
  font-size: 0.92857rem;
  font-weight: bold;
}

.sweets {
  background: url(../img/bg_fruits-sweets.png) no-repeat 50% 12px #f6e6e0;
  padding-top: 52px;
  text-align: center;
}
.sweets__title {
  margin-bottom: 39px;
}
.sweets__lead {
  margin-bottom: 43px;
  line-height: 1.43;
  font-weight: 700;
}
.sweets__list {
  text-align: center;
  letter-spacing: -0.4em;
}
.sweets__list__unit {
  display: inline-block;
  width: 280px;
  margin: 0 18px 40px;
  vertical-align: top;
  letter-spacing: normal;
}
.sweets__list dl {
  text-align: left;
}
.sweets__list dt {
  margin-bottom: 12px;
  line-height: 1;
}
.sweets__list dd {
  min-height: 120px;
  position: relative;
}
.sweets__list dd p {
  font-size: 0.85714em;
  font-size: 0.85714rem;
  font-weight: bold;
  line-height: 1.67;
}
.sweets__list dd .btn {
  position: absolute;
  left: 0;
  bottom: -20px;
}
.sweets .btn-block {
  width: 990px;
  padding: 34px 0 44px;
  margin: 0 auto;
}
.sweets .btn-block ul {
  margin: 0 -10px;
  overflow: hidden;
}
.sweets .btn-block li {
  float: left;
  margin: 0 10px 21px;
}
